]> sourceware.org Git - glibc.git/blame - ChangeLog
Benchmark test for sqrt function.
[glibc.git] / ChangeLog
CommitLineData
f524d6a8
PS
12013-12-02 Pavel Simerda <psimerda@redhat.com>
2
639a0ef8
PS
3 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
4 (GAIH_EAI): Likewise.
5 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
6 (gaih_inet): Likewise.
7 (getaddrinfo): Don't use GAIH_EAI.
8
f524d6a8
PS
9 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
10 (struct gaih): Remove definition.
11
df3aedaf
SP
122013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
13
14 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15 Use HERRNOP directly.
16
1ab19dec
AZ
172013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18
b42ad38d 19 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 20
176b0c79
JM
212013-11-30 Joseph Myers <joseph@codesourcery.com>
22
23 * math/gen-auto-libm-tests.c (test_functions): Add more
24 single-argument functions.
25 (special_fill_pi_2): New function.
26 (special_fill_minus_pi_2): Likewise.
27 (special_fill_pi_6): Likewise.
28 (special_fill_minus_pi_6): Likewise.
29 (special_fill_pi_3): Likewise.
30 (special_fill_2pi_3): Likewise.
31 (special_fill_e): Likewise.
32 (special_fill_1_e): Likewise.
33 (special_fill_e_minus_1): Likewise.
34 (special_real_inputs): Add more special inputs.
35 (output_for_one_input_case): Do not require ERANGE on underflow to
36 zero if round-to-nearest result does not underflow to zero, unless
37 exact results required.
38 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
39 atan, atanh, cbrt, cos and cosh.
40 * math/auto-libm-test-out: Regenerated.
41 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
42 (acos_tonearest_test_data): Likewise.
43 (acos_towardzero_test_data): Likewise.
44 (acos_downward_test_data): Likewise.
45 (acos_upward_test_data): Likewise.
46 (acosh_test_data): Likewise.
47 (asin_test_data): Likewise.
48 (asin_tonearest_test_data): Likewise.
49 (asin_towardzero_test_data): Likewise.
50 (asin_upward_test_data): Likewise.
51 (asinh_test_data): Likewise.
52 (atan_test_data): Likewise.
53 (atanh_test_data): Likewise.
54 (cbrt_test_data): Likewise.
55 (cos_test_data): Likewise.
56 (cos_tonearest_test_data): Likewise.
57 (cos_towardzero_test_data): Likewise.
58 (cos_downward_test_data): Likewise.
59 (cos_upward_test_data): Likewise.
60 (cosh_test_data): Likewise.
61 (cosh_tonearest_test_data): Likewise.
62 (cosh_towardzero_test_data): Likewise.
63 (cosh_downward_test_data): Likewise.
64 (cosh_upward_test_data): Likewise.
65 * sysdeps/i386/fpu/libm-test-ulps: Update.
66 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
67
ffb536d0
JM
682013-11-29 Joseph Myers <joseph@codesourcery.com>
69
2a77a467
JM
70 [BZ #6787]
71 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
72 * math/w_exp10f.c (__exp10f): Likewise.
73 * math/w_exp10l.c (__exp10l): Likewise.
74 * math/libm-test.inc (exp10_test_data): Add more tests and expect
75 errno settings in existing tests.
76
ea3bc4e8
JM
77 [BZ #14032]
78 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
79 precision control set to double precision.
80 * sysdeps/i386/fpu/w_sqrt.c: New file.
81 * math/auto-libm-test-in: Add more tests.
82 * math/auto-libm-test-out: Update.
83
0712c9d8
JM
84 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
85 (sqrt_test_tonearest): New function.
86 (sqrt_towardzero_test_data): New variable.
87 (sqrt_test_towardzero): New function.
88 (sqrt_downward_test_data): New variable.
89 (sqrt_test_downward): New function.
90 (sqrt_upward_test_data): New variable.
91 (sqrt_test_upward): New function.
92 (main): Call the new functions.
93
ffb536d0
JM
94 * math/gen-auto-libm-tests.c: New file.
95 * math/auto-libm-test-in: Likewise.
96 * math/auto-libm-test-out: New generated file.
97 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
98 variables.
99 (%beautify): Add generated representations of zero.
100 (top level): Set $auto_input and call parse_auto_input.
101 (beautify): Remove trailing "f" from hex float constants.
102 (parse_args): Handle XFAIL_TEST.
103 (convert_condition): New function.
104 (or_value): Likewise.
105 (or_cond_value): Likewise.
106 (generate_testfile): Handle AUTO_TESTS_* lines.
107 (parse_auto_input): New function.
108 * math/libm-test.inc (XFAIL_TEST): New macro.
109 (ERRNO_UNCHANGED): Update value.
110 (ERRNO_EDOM): Likewise.
111 (ERRNO_ERANGE): Likewise.
112 (IGNORE_RESULT): Likewise.
113 (TEST_COND_flt_32): New macro.
114 (TEST_COND_dbl_64): Likewise.
115 (TEST_COND_ldbl_96_intel): Likewise.
116 (TEST_COND_ldbl_96_m68k): Likewise.
117 (TEST_COND_ldbl_128): Likewise.
118 (TEST_COND_ldbl_128ibm): Likewise.
119 (TEST_COND_long32): Likewise.
120 (TEST_COND_long64): Likewise.
121 (TEST_COND_before_rounding): Likewise.
122 (TEST_COND_after_rounding): Likewise.
123 (enable_test): Handle XFAIL_TEST flag.
124 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
125 with finite results.
126 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
127 auto-libm-test-out.
128
acd98a8e
AK
1292013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
130 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
131
132 [BZ #16214]
133 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
134 __tls_get_addr_internal instead of __tls_get_offset in order to
135 avoid GOT pointer dependency. Make rtld export
136 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
137 __tls_get_addr since we are a __tls_get_offset platform.
138 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
139 GOT pointer being set up before.
140 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
141
3c1c46a6
JM
1422013-11-28 Joseph Myers <joseph@codesourcery.com>
143
7475aef5
JM
144 * manual/math.texi (Errors in Math Functions): Document accuracy
145 goals.
146
8bca7cd8
JM
147 [BZ #15004]
148 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
149 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
150 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
151 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
152 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
153 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
154 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
155 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
156 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
157 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
158 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
159 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
160 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
161 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
162 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
163 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
164
91a1f3fe
JM
165 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
166 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
167 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
168 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
169 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
170 Likewise.
171 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
172 Likewise.
173 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
174 Likewise.
175 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
176 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
177 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
178 atomic-feupdateenv and flt-rounds.
179 * sysdeps/powerpc/nofpu/Versions (libc): Add
180 __atomic_feholdexcept, __atomic_feclearexcept,
181 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
182 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
183 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
184 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
185 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
186 here.
187 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
188 Update.
189
c5df7609
JM
190 * manual/arith.texi (FP Exceptions): Document that exceptions may
191 not be raised when matherr is used.
192 (Math Error Reporting): Document overflow in directed rounding
193 modes. Document that errno may not be set when finite values are
194 returned on overflow. Document intent to set errno on underflow
195 only for underflow to zero.
196
3c1c46a6
JM
197 [BZ #16271]
198 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
199 round-to-nearest then adjust result for other rounding modes.
200 * include/fenv.h (fegetround): Use libm_hidden_proto.
201 * math/fegetround.c (fegetround): Use libm_hidden_def.
202 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
203 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
204 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
205 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
206 Likewise.
207 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
208 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
209 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
210 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
211
5a4c6d53
SP
2122013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
213
214 [BZ #16077]
215 * nss/Versions (libnss_files): Add
216 _nss_files_gethostbyname3_r.
217 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
218 New function.
219 (HOST_DB_LOOKUP): Remove macro.
220 (_nss_files_gethostbyname_r): Implement function without the
221 HOST_DB_LOOKUP macro.
222 (_nss_files_gethostbyname2_r): Likewise.
223
897b98ba
OB
2242013-11-28 Ondřej Bílka <neleai@seznam.cz>
225
226 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
227
6f476861
UB
2282013-11-26 Uros Bizjak <ubizjak@gmail.com>
229
230 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
231 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
232 warning.
233
bd12ab55
AZ
2342013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
235
236 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
237 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
238 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
239 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
240 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
241 __fe_nomask_env_priv and attribute_hidden.
242 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
243 (libc_feupdateenv_test_ppc): Likewise.
244 (libc_feresetround_ppc): Likewise.
245 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
246 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
247 compat_symbol macro.
248 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
249 (__fe_nomask_env): Likewise.
250 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
251
52bb6543
OB
2522013-11-26 Ondřej Bílka <neleai@seznam.cz>
253
254 * string/Makefile: Remove ifunc tests.
255 * string/test-string.h: Define TEST_IFUNC.
256 * string/test-bcopy-ifunc.c: Remove.
257 * string/test-bzero-ifunc.c: Likewise.
258 * string/test-memccpy-ifunc.c: Likewise.
259 * string/test-memchr-ifunc.c: Likewise.
260 * string/test-memcmp-ifunc.c: Likewise.
261 * string/test-memcpy-ifunc.c: Likewise.
262 * string/test-memmem-ifunc.c: Likewise.
263 * string/test-memmove-ifunc.c: Likewise.
264 * string/test-mempcpy-ifunc.c: Likewise.
265 * string/test-memrchr-ifunc.c: Likewise.
266 * string/test-memset-ifunc.c: Likewise.
267 * string/test-rawmemchr-ifunc.c: Likewise.
268 * string/test-stpcpy-ifunc.c: Likewise.
269 * string/test-stpncpy-ifunc.c: Likewise.
270 * string/test-strcasecmp-ifunc.c: Likewise.
271 * string/test-strcasestr-ifunc.c: Likewise.
272 * string/test-strcat-ifunc.c: Likewise.
273 * string/test-strchr-ifunc.c: Likewise.
274 * string/test-strchrnul-ifunc.c: Likewise.
275 * string/test-strcmp-ifunc.c: Likewise.
276 * string/test-strcpy-ifunc.c: Likewise.
277 * string/test-strcspn-ifunc.c: Likewise.
278 * string/test-strlen-ifunc.c: Likewise.
279 * string/test-strncasecmp-ifunc.c: Likewise.
280 * string/test-strncat-ifunc.c: Likewise.
281 * string/test-strncmp-ifunc.c: Likewise.
282 * string/test-strncpy-ifunc.c: Likewise.
283 * string/test-strnlen-ifunc.c: Likewise.
284 * string/test-strpbrk-ifunc.c: Likewise.
285 * string/test-strrchr-ifunc.c: Likewise.
286 * string/test-strspn-ifunc.c: Likewise.
287 * string/test-strstr-ifunc.c: Likewise.
288
ab260039 2892013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
290
291 * benchtests/Makefile: Remove ifunc tests.
292 * benchtests/bench-string.h: Define TEST_IFUNC.
293 * benchtests/bench-bcopy-ifunc.c: Remove.
294 * benchtests/bench-bzero-ifunc.c: Likewise.
295 * benchtests/bench-memccpy-ifunc.c: Likewise.
296 * benchtests/bench-memchr-ifunc.c: Likewise.
297 * benchtests/bench-memcmp-ifunc.c: Likewise.
298 * benchtests/bench-memcpy-ifunc.c: Likewise.
299 * benchtests/bench-memmem-ifunc.c: Likewise.
300 * benchtests/bench-memmove-ifunc.c: Likewise.
301 * benchtests/bench-mempcpy-ifunc.c: Likewise.
302 * benchtests/bench-memrchr-ifunc.c: Likewise.
303 * benchtests/bench-memset-ifunc.c: Likewise.
304 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
305 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
306 * benchtests/bench-stpcpy-ifunc.c: Likewise.
307 * benchtests/bench-stpncpy-ifunc.c: Likewise.
308 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
309 * benchtests/bench-strcasestr-ifunc.c: Likewise.
310 * benchtests/bench-strcat-ifunc.c: Likewise.
311 * benchtests/bench-strchr-ifunc.c: Likewise.
312 * benchtests/bench-strchrnul-ifunc.c: Likewise.
313 * benchtests/bench-strcmp-ifunc.c: Likewise.
314 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
315 * benchtests/bench-strcpy-ifunc.c: Likewise.
316 * benchtests/bench-strcspn-ifunc.c: Likewise.
317 * benchtests/bench-strlen-ifunc.c: Likewise.
318 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
319 * benchtests/bench-strncat-ifunc.c: Likewise.
320 * benchtests/bench-strncmp-ifunc.c: Likewise.
321 * benchtests/bench-strncpy-ifunc.c: Likewise.
322 * benchtests/bench-strnlen-ifunc.c: Likewise.
323 * benchtests/bench-strpbrk-ifunc.c: Likewise.
324 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 325 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
326 * benchtests/bench-strspn-ifunc.c: Likewise.
327 * benchtests/bench-strstr-ifunc.c: Likewise.
328
3292013-11-26 Ondřej Bílka <neleai@seznam.cz>
330
ab260039
OB
331 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
332
d1d9eaf4 3332013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 334
d1d9eaf4
OB
335 * resolv/netdb.h: Use __glibc_reserved instead __unused.
336 * rt/aio.h: Likewise.
337 * sysdeps/gnu/bits/utmp.h: Likewise.
338 * sysdeps/gnu/bits/utmpx.h: Likewise.
339 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
340 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
341 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
342 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
343 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
344 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
345 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
346 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
347 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
348 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
349 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
350 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
351 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
352 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
353 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
354 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
355 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
356 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
357 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
358 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
359 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
360 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
361 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
362 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
363 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
364 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
365 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
366 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
367 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
368 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
369 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
370 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
371 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
372 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
373 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
374 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
375 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
376 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
377 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
378 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
379 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
380 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
381
a7624ed9
CD
3822013-11-25 Carlos O'Donell <carlos@redhat.com>
383
384 [BZ #16245]
385 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
386 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
387
63cfe52b
JM
3882013-11-25 Joseph Myers <joseph@codesourcery.com>
389
390 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
391 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
392 Likewise.
393
41e8926a
AZ
3942013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
395
396 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
397 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
398 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
399 (__fesetround): Remove define.
400 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
401 rounding and exceptions handling.
402 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
403 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
404 (__fe_nomask_env): Likewise.
405 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
406 __fegetround instead of fegetround.
407 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
408 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
409
6851bd4d
RM
4102013-11-21 Roland McGrath <roland@hack.frob.com>
411
070906ff
RM
412 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
413 it's there.
414
6851bd4d
RM
415 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
416
84ae135d
MI
4172013-11-21 Meador Inge <meadori@codesourcery.com>
418
419 [BZ #11157]
420 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
421 (encrypt_r): Likewise.
422 * malloc/obstack.h (obstack_free): Likewise.
423 * posix/unistd.h (encrypt): Likewise.
424
daf75146
GM
4252013-11-21 Guy Martin <gmsoft@tuxicoman.be>
426
427 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
428 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
429 DL_CALL_DT_FINI() that call the functions directly.
430 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
431 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
432 * elf/dl-fini.c: Likewise.
433
10ad46bc
OB
4342013-11-20 Ondřej Bílka <neleai@seznam.cz>
435
436 * malloc/hooks.c (memalign_check): Add alignment rounding.
437 * malloc/malloc.c (_mid_memalign): New function.
438 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
439 Implement by calling _mid_memalign.
440 * manual/probes.texi (Memory Allocation Probes): Remove
441 memory_valloc_retry and memory_pvalloc_retry.
442
f3fd2628
SP
4432013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
444
4712799f
SP
445 * locale/programs/locarchive.c (open_archive): Add const
446 qualifier to ARCHIVEFNAME and copy default fname to
447 DEFAULT_FNAME.
448
0417b20f
SP
449 [BZ #15601]
450 * libio/tst-widetext.input: Rename Oriya to Odia.
451 * locale/iso-639.def: Likewise.
452
f3fd2628
SP
453 * manual/probes.texi (Mathematical Function Probes): Add
454 documentation for sin, cos, asin and acos probes.
455 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
456 (__sin32): Add slowasin probe.
457 (__cos32): Add slowacos probe.
458 (__mpsin): Add slowsin probe.
459 (__mpcos): Add slowcos probe.
460
73c1ce4f
JM
4612013-11-19 Joseph Myers <joseph@codesourcery.com>
462
463 [BZ #15483]
464 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
465 thread-local __sim_exceptions_thread and global
466 __sim_exceptions_global.
467 (__sim_disabled_exceptions): Change to thread-local
468 __sim_disabled_exceptions_thread and global
469 __sim_disabled_exceptions_global.
470 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
471 and global __sim_round_mode_global.
472 (__simulate_exceptions): Use thread-local floating-point state and
473 set global state from it as needed.
474 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
475 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
476 __sim_round_mode_thread.
477 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
478 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
479 and global __sim_exceptions_global.
480 (__sim_disabled_exceptions): Change to thread-local
481 __sim_disabled_exceptions_thread and global
482 __sim_disabled_exceptions_global.
483 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
484 and global __sim_round_mode_global.
485 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
486 (SIM_SET_GLOBAL): Likewise.
487 * sysdeps/powerpc/soft-fp/sfp-machine.h
488 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
489 __sim_round_mode_thread.
490 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
491 __sim_disabled_exceptions_thread.
492 (__sim_exceptions): Change to __sim_exceptions_thread.
493 (__sim_disabled_exceptions): Change to
494 __sim_disabled_exceptions_thread.
495 (__sim_round_mode): Change to __sim_round_mode_thread.
496 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
497 thread-local floating-point state and set global state from it as
498 needed.
499 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
500 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
501 (__sim_disabled_exceptions): Remove extern declaration.
502 (feenableexcept): Use thread-local floating-point state and set
503 global state from it as needed.
504 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
505 extern declaration.
506 (__sim_disabled_exceptions): Likewise.
507 (__sim_round_mode): Likewise.
508 (__fegetenv): Use thread-local floating-point state.
509 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
510 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
511 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
512 floating-point state and set global state from it as needed.
513 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
514 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
515 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
516 Likewise.
517 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
518 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
519 Likewise.
520 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
521 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
522 Use __sim_round_mode_thread.
523 * math/test-fenv-tls.c: New file.
524 * math/Makefile (tests): Add test-fenv-tls.
525 ($(objpfx)test-fenv-tls): Depend on
526 $(common-objpfx)nptl/libpthread.so.
527
b5449b12
AS
5282013-11-19 Andreas Schwab <schwab@suse.de>
529
530 * locale/programs/locale.c (show_info): Decode wordarray elements.
531 * locale/categories.def (LC_MONETARY): Add element for
532 _NL_MONETARY_CRNCYSTR.
533 * locale/C-monetary.c (conversion_rate): New variable.
534 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
535 element.
536
e186536b
CM
5372013-11-18 Chris Metcalf <cmetcalf@tilera.com>
538
539 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
540 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
541
5c349950
PP
5422013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
543
544 * elf/Makefile (tst-auxv): New test.
545 * elf/tst-auxv.c: New
546 * elf/rtld.c (dl_main): Adjust AT_EXECFN
547
699df45b
JM
5482013-11-18 Joseph Myers <joseph@codesourcery.com>
549
550 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
551 (hidden_proto): Caller changed.
552 (hidden_tls_proto): New macro.
553 (libc_hidden_tls_proto): Likewise.
554 (rtld_hidden_tls_proto): Likewise.
555 (libm_hidden_tls_proto): Likewise.
556 (libresolv_hidden_tls_proto): Likewise.
557 (librt_hidden_tls_proto): Likewise.
558 (libdl_hidden_tls_proto): Likewise.
559 (libnss_files_hidden_tls_proto): Likewise.
560 (libnsl_hidden_tls_proto): Likewise.
561 (libnss_nisplus_hidden_tls_proto): Likewise.
562 (libutil_hidden_tls_proto): Likewise.
563
b7589107
OB
5642013-11-18 Ondřej Bílka <neleai@seznam.cz>
565
566 [BZ #10253]
567 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
568 (decompose_rpath): Defer expansion to fillin_rpath.
569 (_dl_init_paths): Pass linkmap to fillin_rpath.
570
250c23bd
RS
5712013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
572
573 * benchtests/Makefile: Add strsep.
574 * benchtests/bench-strsep.c: New file: strsep benchtest.
575 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
576
a7931fcf
AS
5772013-11-18 Andreas Schwab <schwab@suse.de>
578
579 * locale/programs/locale.c (show_info) [case byte]: Check for
580 '\377' instead of '\177'.
581 * locale/C-monetary.c (not_available): Always use "\377".
582 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
583 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
584 detect unavailable sign_posn locale elements.
585 * locale/localeconv.c (__localeconv): For grouping and
586 mon_grouping handle "\177" and "\377" like no grouping.
587 (INT_ELEM): New macro. Use it to set all numeric members.
588 * locale/programs/ld-monetary.c (monetary_read)
589 <tok_mon_grouping>: Normalize single -1 to the empty string.
590 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
591 Likewise.
592
728dab0e
OB
5932013-11-07 Ondřej Bílka <neleai@seznam.cz>
594
595 [BZ #16055]
596 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
597 when we match (nil).
598 * stdio-common/tst-sscanf.c (struct test): Add testcase.
599
66294491
JM
6002013-11-16 Joseph Myers <joseph@codesourcery.com>
601
ce665817
JM
602 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
603 (NO_TEST_INLINE): Update value.
604 (ERRNO_UNCHANGED): Likewise.
605 (ERRNO_EDOM): Likewise.
606 (ERRNO_ERANGE): Likewise.
607 (IGNORE_RESULT): Likewise.
608 (check_float_internal): Check signs of NaN results if
609 TEST_NAN_SIGN used.
610 (check_complex): Pass TEST_NAN_SIGN flag through to second
611 check_float_internal call.
612 (copysign_test_data): Add tests with quiet NaNs as second
613 argument. Use TEST_NAN_SIGN.
614 (fabs_test_data): Add test of negative quiet NaN argument. Use
615 TEST_NAN_SIGN.
616 (signbit_test_data): Add tests of quiet NaN argument.
617 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
618
ee1466a9
JM
619 * math/gen-libm-test.pl (show_exceptions): Take extra argument
620 $ignore_result.
621 (parse_args): Handle function results specified as IGNORE.
622 * math/libm-test.inc (IGNORE_RESULT): New macro.
623 (check_float_internal): Do not check numerical result if flag
624 IGNORE_RESULT set.
625 (check_complex): Pass through IGNORE_RESULT to second
626 check_float_internal call.
627 (check_int): Do not check numerical result if flag IGNORE_RESULT
628 set.
629 (check_long): Likewise.
630 (check_bool): Likewise.
631 (check_longlong): Likewise.
632 (lrint_test_data): Add tests of infinite and NaN arguments.
633 (lrint_tonearest_test_data): Likewise.
634 (lrint_towardzero_test_data): Likewise.
635 (lrint_downward_test_data): Likewise.
636 (lrint_upward_test_data): Likewise.
637 (llrint_test_data): Likewise.
638 (llrint_tonearest_test_data): Likewise.
639 (llrint_towardzero_test_data): Likewise.
640 (llrint_downward_test_data): Likewise.
641 (llrint_upward_test_data): Likewise.
642 (lround_test_data): Likewise.
643 (llround_test_data): Likewise.
644
14407b7e
JM
645 * math/libm-test.inc (NO_TEST_INLINE): New macro.
646 (ERRNO_UNCHANGED): Update value.
647 (ERRNO_EDOM): Likewise.
648 (ERRNO_ERANGE): Likewise.
649 (NO_TEST_INLINE_FLOAT): New macro.
650 (NO_TEST_INLINE_DOUBLE): Likewise.
651 (enable_test): New function.
652 (RUN_TEST_f_f): Check enable_test before running test.
653 (RUN_TEST_2_f): Likewise.
654 (RUN_TEST_fff_f): Likewise.
655 (RUN_TEST_c_f): Likewise.
656 (RUN_TEST_f_f1): Likewise.
657 (RUN_TEST_fF_f1): Likewise.
658 (RUN_TEST_fI_f1): Likewise.
659 (RUN_TEST_ffI_f1): Likewise.
660 (RUN_TEST_c_c): Likewise.
661 (RUN_TEST_cc_c): Likewise.
662 (RUN_TEST_f_i): Likewise.
663 (RUN_TEST_f_i_tg): Likewise.
664 (RUN_TEST_ff_i_tg): Likewise.
665 (RUN_TEST_f_b): Likewise.
666 (RUN_TEST_f_b_tg): Likewise.
667 (RUN_TEST_f_l): Likewise.
668 (RUN_TEST_f_L): Likewise.
669 (RUN_TEST_fFF_11): Likewise.
670 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
671 conditionals.
672 (cosh_test_data): Likewise.
673 (exp_test_data): Likewise.
674 (expm1_test_data): Likewise.
675 (hypot_test_data): Likewise.
676 (pow_test_data): Likewise.
677 (sinh_test_data): Likewise.
678 (tanh_test_data): Likewise.
679 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
680 flags argument.
681
ca07f197
JM
682 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
683 tests with quiet NaN input and output.
684 (acosh_test_data): Likewise.
685 (asin_test_data): Likewise.
686 (asinh_test_data): Likewise.
687 (atan_test_data): Likewise.
688 (atanh_test_data): Likewise.
689 (atan2_test_data): Likewise.
690 (cbrt_test_data): Likewise.
691 (cos_test_data): Likewise.
692 (cosh_test_data): Likewise.
693 (erf_test_data): Likewise.
694 (erfc_test_data): Likewise.
695 (exp_test_data): Likewise.
696 (exp10_test_data): Likewise.
697 (exp2_test_data): Likewise.
698 (expm1_test_data): Likewise.
699 (hypot_test_data): Likewise.
700 (j0_test_data): Likewise.
701 (j1_test_data): Likewise.
702 (jn_test_data): Likewise.
703 (lgamma_test_data): Likewise.
704 (log_test_data): Likewise.
705 (log10_test_data): Likewise.
706 (log1p_test_data): Likewise.
707 (log2_test_data): Likewise.
708 (pow_test_data): Likewise.
709 (scalb_test_data): Likewise.
710 (sin_test_data): Likewise.
711 (sincos_test_data): Likewise.
712 (sinh_test_data): Likewise.
713 (tan_test_data): Likewise.
714 (tanh_test_data): Likewise.
715 (tgamma_test_data): Likewise.
716 (y0_test_data): Likewise.
717 (y1_test_data): Likewise.
718 (yn_test_data): Likewise.
719
66294491
JM
720 [BZ #16167]
721 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
722 argument being NaN and avoid computations with second argument in
723 that case.
724 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
725 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
726 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
727
1820b143
CL
7282013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
729
730 * locale/iso-639.def: Add Chitwani Tharu (the).
731
714bd261
AS
7322013-11-14 Andreas Schwab <schwab@suse.de>
733
734 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
735 word instead of empty string.
736
7ab44563
AZ
7372013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
738
739 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
740 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
741 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
742 (__fe_nomask_env): Likewise.
743
e8470ea2
SE
7442013-11-13 Steve Ellcey <sellcey@mips.com>
745
746 * benchtests/bench-timing.h: Include time.h.
747
17c1d9f0
L
7482013-11-13 H.J. Lu <hongjiu.lu@intel.com>
749
750 [BZ #15997]
751 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
752 to 3.4.0 for x32.
753 * sysdeps/unix/sysv/linux/configure: Regenerated.
754
9310c284
JM
7552013-11-13 Joseph Myers <joseph@codesourcery.com>
756
757 [BZ #16151]
758 * stdlib/strtod_l.c (round_and_return): Do not consider
759 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
760 exponent one less than half the least subnormal exponent.
761 * stdlib/test-strtod-round-data: Add more tests.
762 * stdlib/tst-strtod-round.c (tests): Regenerated.
763
7a2ad8cf
AZ
7642013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
765
766 [BZ #14143]
767 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
768 (__fe_mask_env): Likewise.
769 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
770 libm_hidden_proto and add function prototype.
771 (__fe_mask_env): Add function prototype.
772 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
773 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
774 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
775 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
776 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
777 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
778
50727aa7
MS
7792013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
780
b2f386c1 781 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
782 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
783
a615be46
MS
7842013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
785
786 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
787 of htab_find_slot().
788
7ddace62
DM
7892013-11-11 David S. Miller <davem@davemloft.net>
790
791 [BZ #16150]
792 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
793 symbol in the non-vis3 case in static builds.
794 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
795 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
796 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
797 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
798
9182aa67
JK
7992013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
800
801 [BZ #387]
802 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
803 it is empty.
804
450a2e2d
AZ
8052013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
806
b2f386c1
SP
807 * benchtests/Makefile: Add bench-strtod.
808 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 809
8ec3f656
AS
8102013-11-11 Andreas Schwab <schwab@suse.de>
811
812 [BZ #16153]
813 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
814 terminating NUL in key length.
815
76a9b998
AZ
8162013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
817
818 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
819 Add artificial ODP entry for vDSO symbol for PPC64.
820 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
821 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
822
e4368156
OB
8232013-11-07 Ondřej Bílka <neleai@seznam.cz>
824
825 [BZ #15374]
826 * nss/getent.c (services_keys): Recognize services starting with digit.
827
8d6bb57c
DM
8282013-11-06 David S. Miller <davem@davemloft.net>
829
830 [BZ #15985]
831 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
832 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
833
e256c421
WN
8342013-11-06 Will Newton <will.newton@linaro.org>
835
836 * manual/memory.texi (Malloc Examples): Remove register
837 keyword from examples.
838
f6e12daa 8392013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 840
f6e12daa 841 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 842
9d880655
AS
8432013-11-04 Joseph Myers <joseph@codesourcery.com>
844
845 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
846 depending on [__GCC_IEC_559 > 0].
847 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
848 depending on [__GCC_IEC_559_COMPLEX > 0].
849
ae129d3c
CL
8502013-11-03 Chris Leonard <cjl@sugarlabs.org>
851
852 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
853 to iso-639.def.
854
4a15c2a4 8552013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
856
857 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
858
8b35e35d
OB
8592013-11-01 Ondřej Bílka <neleai@seznam.cz>
860
861 [BZ #16112]
862 * malloc/malloc (malloc_info): Do not handle first bin as
863 special case.
864
1d70fd6c
CL
8652013-11-01 Chris Leonard <cjl@sugarlabs.org>
866
867 * locale/iso-639.def: Add Central Nahuatl (nhn).
868
8c5c2600
BH
8692013-11-01 Bruno Haible <bruno@clisp.org>
870
871 [BZ #7003]
872 * manual/math.texi (BSD Random): Specify range upper bound as
873 in POSIX.
874
da5579c2
CL
8752013-10-31 Chris Leonard <cjl@sugarlabs.org>
876
877 * locale/iso-639.def: Add Meadow Mari (mhr).
878
5d30d853
OB
8792013-10-31 Ondřej Bílka <neleai@seznam.cz>
880
881 [BZ #14752], [BZ #15763]
882 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
883 Validate name.
884 * rt/tst_shm.c: Add test for escaping directory.
885
a4966c61
AS
8862013-10-31 Andreas Schwab <schwab@suse.de>
887
8a43e768 888 [BZ #15917]
a4966c61
AS
889 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
890 followed by 'x' as part of digit sequence.
891 * stdio-common/tst-sscanf.c (double_tests2): New tests.
892
28d708c4
MAP
8932013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
894
895 [BZ #16037]
896 * configure.ac: allow GNU Make 4.0 and greater.
897 * configure: Regenerated.
898
a56ee40b
WN
8992013-10-30 Will Newton <will.newton@linaro.org>
900
901 [BZ #16038]
902 * malloc/hooks.c (memalign_check): Limit alignment to the
903 maximum representable power of two.
904 * malloc/malloc.c (__libc_memalign): Likewise.
905 * malloc/tst-memalign.c (do_test): Add test for very
906 large alignment values.
907 * malloc/tst-posix_memalign.c (do_test): Likewise.
908
c6e4925d
OB
9092013-10-30 Ondřej Bílka <neleai@seznam.cz>
910
911 [BZ #11087]
912 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
913 (munmap_chunk): Likewise.
914 (mremap_chunk): Likewise.
915
9162013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 917
8a43e768 918 [BZ #15799]
bbea82f7
OB
919 * stdlib/div.c (div): Remove obsolete code.
920 * stdlib/ldiv.c (ldiv): Likewise.
921 * stdlib/lldiv.c (lldiv): Likewise.
922
977f4b31
SP
9232013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
924
925 [BZ #16071]
926 * nss/nss_files/files-XXX.c (get_contents_ret): New
927 enumerator.
928 (get_contents): New function.
929 (internal_getent): Use it. Expand size of LINEBUFLEN.
930
cb8a6dbd
MF
9312013-10-30 Mike Frysinger <vapier@gentoo.org>
932
933 * configure.in: Moved to ...
934 * configure.ac: ... here. Change reference to configure.in
935 to configure.ac.
936 * sysdeps/arm/preconfigure.ac: ... here.
937 configure.in to configure.ac.
938 * sysdeps/gnu/configure.in: Moved to ...
939 * sysdeps/gnu/configure.ac: ... here.
940 * sysdeps/i386/configure.in: Moved to ...
941 * sysdeps/i386/configure.ac: ... here.
942 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
943 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
944 * sysdeps/mach/configure.in: Moved to ...
945 * sysdeps/mach/configure.ac: ... here.
946 * sysdeps/mach/hurd/configure.in: Moved to ...
947 * sysdeps/mach/hurd/configure.ac: ... here.
948 * sysdeps/powerpc/configure.in: Moved to ...
949 * sysdeps/powerpc/configure.ac: ... here.
950 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
951 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
952 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
953 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
954 * sysdeps/s390/s390-32/configure.in: Moved to ...
955 * sysdeps/s390/s390-32/configure.ac: ... here.
956 * sysdeps/s390/s390-64/configure.in: Moved to ...
957 * sysdeps/s390/s390-64/configure.ac: ... here.
958 * sysdeps/sh/configure.in: Moved to ...
959 * sysdeps/sh/configure.ac: ... here.
960 * sysdeps/sparc/configure.in: Moved to ...
961 * sysdeps/sparc/configure.ac: ... here.
962 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
963 * sysdeps/unix/sysv/linux/configure.ac: ... here.
964 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
965 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
966 * sysdeps/x86_64/configure.in: Moved to ...
967 * sysdeps/x86_64/configure.ac: ... here.
968 * sysdeps/x86_64/preconfigure.in: Moved to ...
969 * sysdeps/x86_64/preconfigure.ac: ... here.
970 * aclocal.m4: Change reference to configure.in to configure.ac.
971 * config.h.in: Likewise.
972 * manual/install.texi: Likewise.
973 * manual/maint.texi: Likewise.
974 * Makefile: Likewise.
975 * malloc/Makefile: Likewise.
976 * nscd/Makefile: Likewise.
977 * Makeconfig: Change reference to configure.in and
978 preconfigure.in to configure.ac and preconfigure.ac
979 respectively.
980 * INSTALL: Regenerated.
981 * configure: Likewise.
982 * sysdeps/gnu/configure: Likewise.
983 * sysdeps/i386/configure: Likewise.
984 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
985 * sysdeps/mach/configure: Likewise.
986 * sysdeps/mach/hurd/configure: Likewise.
987 * sysdeps/powerpc/configure: Likewise.
988 * sysdeps/powerpc/powerpc32/configure: Likewise.
989 * sysdeps/powerpc/powerpc64/configure: Likewise.
990 * sysdeps/s390/s390-32/configure: Likewise.
991 * sysdeps/s390/s390-64/configure: Likewise.
992 * sysdeps/sh/configure: Likewise.
993 * sysdeps/sparc/configure: Likewise.
994 * sysdeps/unix/sysv/linux/configure: Likewise.
995 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
996 * sysdeps/x86_64/configure: Likewise.
997 * sysdeps/x86_64/preconfigure: Likewise.
998
36a4953a
AS
9992013-10-29 Andreas Schwab <schwab@suse.de>
1000
1001 * stdio-common/Makefile (tst-swscanf-ENV): Define.
1002
c79a1204
SP
10032013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
1004
dfa1b402
SP
1005 * benchtests/pow-inputs: Add new inputs.
1006
54f73d9c
SP
1007 * benchtests/exp-inputs: Add new inputs.
1008
c79a1204
SP
1009 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
1010 conditional check for return value.
1011 (__cos32): Likewise.
1012
67beb545 10132013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
1014
1015 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
1016 to provide a boost for large inputs with word alignment.
1017 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
1018 implementation based on optimized PPC64 strcpy.
1019 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
1020 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
1021 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
1022 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
1023
151659f6
OB
10242013-10-25 Ondřej Bílka <neleai@seznam.cz>
1025
482a077e 1026 [BZ #2801]
151659f6
OB
1027 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
1028
10b0f26b
OB
10292013-10-25 Ondřej Bílka <neleai@seznam.cz>
1030
1031 [BZ #14876]
1032 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
1033 * time/tst-strptime.c (day_tests): Add testcase.
1034
ca42d35e
OB
10352013-10-25 Ondřej Bílka <neleai@seznam.cz>
1036
482a077e 1037 [BZ #14029]
ca42d35e
OB
1038 * manual/pattern.texi: Acknowledge that fnmatch can fail.
1039
52e6d801
FB
10402013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
1041
1042 [BZ #16074]
1043 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
1044 MAP_FAILED on error.
1045
7cbcdb36
SP
10462013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1047
1048 [BZ #16072]
1049 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
1050 heap for large requests.
1051
894f3f10
AM
10522013-10-25 Aurelien Jarno <aurelien@aurel32.net>
1053
1054 [BZ #9954]
1055 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
1056 result if the result has no associated interface.
1057 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
1058 interface for all 127.X.Y.Z addresses.
1059
b85545a6
CL
10602013-10-24 Chris Leonard <cjl@sugarlabs.org>
1061
1062 * locale/iso-639.def: Add Ligurian (lij)
1063
d1f23d46
OB
10642013-10-21 Ondřej Bílka <neleai@seznam.cz>
1065
1066 [BZ #15825]
1067 * sunrpc/rpc_main.c: Document rpcgen -5.
1068
4db5b08f
MS
10692013-10-19 Michael Stahl <mstahl@redhat.com>
1070
1071 * elf/rtld.c (do_preload): Print the reason why preloading failed.
1072
a471e96a
OB
10732013-10-19 Ondřej Bílka <neleai@seznam.cz>
1074
d1f23d46 1075 [BZ #10278]
a471e96a
OB
1076 * posix/glob.c: Match only directories when trailing slash is present.
1077 * posix/tst-gnuglob.c (my_opendir): Do not open files.
1078 (main): Add testcase.
1079
45c30c61
OB
10802013-10-19 Ondřej Bílka <neleai@seznam.cz>
1081
1082 [BZ #15670]
1083 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
1084
484c12fb
CD
10852013-10-18 Carlos O'Donell <carlos@redhat.com>
1086
3d7dc513
CD
1087 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
1088 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
1089 AUTH_DES and cindex for FIPS 140-2.
1090 (DES Encryption): Add cindex FIPS 46-3.
1091
484c12fb
CD
1092 * locale/locarchive.h (struct locarhandle): Add fname.
1093 * locale/programs/localedef.c (main): Pass ARGV[remaining]
1094 if an optional argument was specified to --list-archive,
1095 otherwise NULL.
1096 * locale/programs/locarchive.c (show_archive_content): Take new
1097 argument fname and pass it via ah.fname to open_archive.
1098 * locale/programs/localedef.h: Update decl.
1099 (open_archive): If AH->fname is non-null, open that file
1100 rather than the default file name, and don't ignore ENOENT.
1101 (create_archive): Set AH.fname to NULL.
1102 (delete_locales_from_archive): Likewise.
1103 (add_locales_to_archive): Likewise.
1104 * locale/programs/locfile.c (write_all_categories): Likewise.
1105
3c8325fb
JM
11062013-10-18 Joseph Myers <joseph@codesourcery.com>
1107 Aldy Hernandez <aldyh@redhat.com>
1108
1109 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
1110 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
1111 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
1112 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
1113 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
1114 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
1115 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
1116 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
1117 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
1118 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
1119 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
1120 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
1121 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
1122 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
1123 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
1124 Likewise.
1125 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
1126 Likewise.
1127 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
1128 Likewise.
1129 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
1130 Likewise.
1131 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
1132 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
1133 Likewise.
1134 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
1135 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
1136 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
1137 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
1138 Likewise.
1139 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
1140 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
1141 * sysdeps/powerpc/preconfigure: Likewise.
1142 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
1143 Likewise.
1144 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
1145 Replace contents of file by #include of <fenv_libc.h>.
1146 * sysdeps/powerpc/soft-fp/sfp-machine.h
1147 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
1148 and <sys/prctl.h>.
1149 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
1150 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
1151 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
1152 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
1153 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
1154 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
1155 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
1156 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
1157 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
1158 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
1159 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
1160 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
1161 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
1162 Allow copysignl PLT reference to be missing.
1163
5abe0682
RS
11642013-10-18 Richard Sandiford <richard@codesourcery.com>
1165 Joseph Myers <joseph@codesourcery.com
1166
1167 [BZ #15948]
1168 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
1169 single character.
1170 (add_to_tablewc): Assert sequence of wide characters is nonempty.
1171
c7738d08
SP
11722013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
1173
1174 * elf/tst-tls-dlinfo.c: Don't include tls.h.
1175 * elf/tst-tls1.c: Likewise.
1176 * elf/tst-tls10.h: Likewise.
1177 * elf/tst-tls14.c: Likewise.
1178 * elf/tst-tls2.c: Likewise.
1179 * elf/tst-tls3.c: Likewise.
1180 * elf/tst-tls4.c: Likewise.
1181 * elf/tst-tls5.c: Likewise.
1182 * elf/tst-tls6.c: Likewise.
1183 * elf/tst-tls7.c: Likewise.
1184 * elf/tst-tls8.c: Likewise.
1185 * elf/tst-tls9.c: Likewise.
1186 * elf/tst-tlsmod1.c: Likewise.
1187 * elf/tst-tlsmod13.c: Likewise.
1188 * elf/tst-tlsmod13a.c: Likewise.
1189 * elf/tst-tlsmod14a.c: Likewise.
1190 * elf/tst-tlsmod16a.c: Likewise.
1191 * elf/tst-tlsmod16b.c: Likewise.
1192 * elf/tst-tlsmod2.c: Likewise.
1193 * elf/tst-tlsmod3.c: Likewise.
1194 * elf/tst-tlsmod4.c: Likewise.
1195 * elf/tst-tlsmod5.c: Likewise.
1196 * elf/tst-tlsmod6.c: Likewise.
1197
0bfcf2c7
OB
11982013-10-18 Ondřej Bílka <neleai@seznam.cz>
1199
1200 [BZ #12486]
1201 * malloc/malloc.c: remove checks for statistics.
1202
264aad1e
OB
12032013-10-17 Ondřej Bílka <neleai@seznam.cz>
1204
1205 [BZ #15277]
1206 * inet/inet_net.c (inet_network): Detect additional invalid strings.
1207 * inet/tst-network.c: Add testcase.
1208
b957ced8
AS
12092013-10-17 Andreas Schwab <schwab@suse.de>
1210
1211 [BZ #15218]
1212 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
1213 to determine canonical name.
1214
c5d5d574
OB
12152013-10-17 Ondřej Bílka <neleai@seznam.cz>
1216
1217 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
1218 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1219 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1220 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
1221 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1222 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
1223 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
1224 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
1225 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
1226 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
1227 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
1228 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
1229 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
1230 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
1231 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
1232 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
1233 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1234 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1235 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
1236 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
1237 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1238 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1239 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
1240 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
1241 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
1242 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1243 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1244 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
1245 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1246 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1247 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
1248 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1249 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
1250 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
1251 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
1252 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
1253 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
1254 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
1255 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
1256 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
1257 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
1258 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
1259 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
1260 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
1261 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
1262 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
1263 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
1264 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
1265 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
1266 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
1267 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
1268 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
1269 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
1270 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
1271 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1272 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
1273 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1274 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
1275
e5c2c2d0
JM
12762013-10-17 Joseph Myers <joseph@codesourcery.com>
1277
1278 [BZ #16041]
1279 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
1280 make result into a quiet NaN.
1281
51ca9e29
JM
12822013-10-16 Joseph Myers <joseph@codesourcery.com>
1283
1284 * soft-fp/adddf3.c: Fix horizontal whitespace.
1285 * soft-fp/addsf3.c: Likewise.
1286 * soft-fp/addtf3.c: Likewise.
1287 * soft-fp/divdf3.c: Likewise.
1288 * soft-fp/divsf3.c: Likewise.
1289 * soft-fp/divtf3.c: Likewise.
1290 * soft-fp/double.h: Likewise.
1291 * soft-fp/eqdf2.c: Likewise.
1292 * soft-fp/eqsf2.c: Likewise.
1293 * soft-fp/eqtf2.c: Likewise.
1294 * soft-fp/extenddftf2.c: Likewise.
1295 * soft-fp/extended.h: Likewise.
1296 * soft-fp/extendsfdf2.c: Likewise.
1297 * soft-fp/extendsftf2.c: Likewise.
1298 * soft-fp/extendxftf2.c: Likewise.
1299 * soft-fp/fixdfdi.c: Likewise.
1300 * soft-fp/fixdfsi.c: Likewise.
1301 * soft-fp/fixdfti.c: Likewise.
1302 * soft-fp/fixsfdi.c: Likewise.
1303 * soft-fp/fixsfsi.c: Likewise.
1304 * soft-fp/fixsfti.c: Likewise.
1305 * soft-fp/fixtfdi.c: Likewise.
1306 * soft-fp/fixtfsi.c: Likewise.
1307 * soft-fp/fixtfti.c: Likewise.
1308 * soft-fp/fixunsdfdi.c: Likewise.
1309 * soft-fp/fixunsdfsi.c: Likewise.
1310 * soft-fp/fixunsdfti.c: Likewise.
1311 * soft-fp/fixunssfdi.c: Likewise.
1312 * soft-fp/fixunssfsi.c: Likewise.
1313 * soft-fp/fixunssfti.c: Likewise.
1314 * soft-fp/fixunstfdi.c: Likewise.
1315 * soft-fp/fixunstfsi.c: Likewise.
1316 * soft-fp/fixunstfti.c: Likewise.
1317 * soft-fp/floatdidf.c: Likewise.
1318 * soft-fp/floatdisf.c: Likewise.
1319 * soft-fp/floatditf.c: Likewise.
1320 * soft-fp/floatsidf.c: Likewise.
1321 * soft-fp/floatsisf.c: Likewise.
1322 * soft-fp/floatsitf.c: Likewise.
1323 * soft-fp/floattidf.c: Likewise.
1324 * soft-fp/floattisf.c: Likewise.
1325 * soft-fp/floattitf.c: Likewise.
1326 * soft-fp/floatundidf.c: Likewise.
1327 * soft-fp/floatundisf.c: Likewise.
1328 * soft-fp/floatunditf.c: Likewise.
1329 * soft-fp/floatunsidf.c: Likewise.
1330 * soft-fp/floatunsisf.c: Likewise.
1331 * soft-fp/floatunsitf.c: Likewise.
1332 * soft-fp/floatuntidf.c: Likewise.
1333 * soft-fp/floatuntisf.c: Likewise.
1334 * soft-fp/floatuntitf.c: Likewise.
1335 * soft-fp/fmadf4.c: Likewise.
1336 * soft-fp/fmasf4.c: Likewise.
1337 * soft-fp/fmatf4.c: Likewise.
1338 * soft-fp/gedf2.c: Likewise.
1339 * soft-fp/gesf2.c: Likewise.
1340 * soft-fp/getf2.c: Likewise.
1341 * soft-fp/ledf2.c: Likewise.
1342 * soft-fp/lesf2.c: Likewise.
1343 * soft-fp/letf2.c: Likewise.
1344 * soft-fp/muldf3.c: Likewise.
1345 * soft-fp/mulsf3.c: Likewise.
1346 * soft-fp/multf3.c: Likewise.
1347 * soft-fp/negdf2.c: Likewise.
1348 * soft-fp/negsf2.c: Likewise.
1349 * soft-fp/negtf2.c: Likewise.
1350 * soft-fp/op-1.h: Likewise.
1351 * soft-fp/op-2.h: Likewise.
1352 * soft-fp/op-4.h: Likewise.
1353 * soft-fp/op-8.h: Likewise.
1354 * soft-fp/op-common.h: Likewise.
1355 * soft-fp/quad.h: Likewise.
1356 * soft-fp/single.h: Likewise.
1357 * soft-fp/soft-fp.h: Likewise.
1358 * soft-fp/sqrtdf2.c: Likewise.
1359 * soft-fp/sqrtsf2.c: Likewise.
1360 * soft-fp/sqrttf2.c: Likewise.
1361 * soft-fp/subdf3.c: Likewise.
1362 * soft-fp/subsf3.c: Likewise.
1363 * soft-fp/subtf3.c: Likewise.
1364 * soft-fp/truncdfsf2.c: Likewise.
1365 * soft-fp/trunctfdf2.c: Likewise.
1366 * soft-fp/trunctfsf2.c: Likewise.
1367 * soft-fp/trunctfxf2.c: Likewise.
1368 * soft-fp/unorddf2.c: Likewise.
1369 * soft-fp/unordsf2.c: Likewise.
1370 * soft-fp/unordtf2.c: Likewise.
1371
9ebb0332
JM
13722013-10-15 Joseph Myers <joseph@codesourcery.com>
1373
1374 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
1375 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
1376
4b1a6d8b
OB
13772013-10-15 Ondřej Bílka <neleai@seznam.cz>
1378
1379 * elf/dl-libc.c: Clear initfini list after freeing.
1380
1e145589
JM
13812013-10-14 Joseph Myers <joseph@codesourcery.com>
1382
1383 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
1384 * soft-fp/addsf3.c: Likewise.
1385 * soft-fp/addtf3.c: Likewise.
1386 * soft-fp/divdf3.c: Likewise.
1387 * soft-fp/divsf3.c: Likewise.
1388 * soft-fp/divtf3.c: Likewise.
1389 * soft-fp/double.h: Likewise.
1390 * soft-fp/eqdf2.c: Likewise.
1391 * soft-fp/eqsf2.c: Likewise.
1392 * soft-fp/eqtf2.c: Likewise.
1393 * soft-fp/extenddftf2.c: Likewise.
1394 * soft-fp/extended.h: Likewise.
1395 * soft-fp/extendsfdf2.c: Likewise.
1396 * soft-fp/extendsftf2.c: Likewise.
1397 * soft-fp/extendxftf2.c: Likewise.
1398 * soft-fp/fixdfdi.c: Likewise.
1399 * soft-fp/fixdfsi.c: Likewise.
1400 * soft-fp/fixdfti.c: Likewise.
1401 * soft-fp/fixsfdi.c: Likewise.
1402 * soft-fp/fixsfsi.c: Likewise.
1403 * soft-fp/fixsfti.c: Likewise.
1404 * soft-fp/fixtfdi.c: Likewise.
1405 * soft-fp/fixtfsi.c: Likewise.
1406 * soft-fp/fixtfti.c: Likewise.
1407 * soft-fp/fixunsdfdi.c: Likewise.
1408 * soft-fp/fixunsdfsi.c: Likewise.
1409 * soft-fp/fixunsdfti.c: Likewise.
1410 * soft-fp/fixunssfdi.c: Likewise.
1411 * soft-fp/fixunssfsi.c: Likewise.
1412 * soft-fp/fixunssfti.c: Likewise.
1413 * soft-fp/fixunstfdi.c: Likewise.
1414 * soft-fp/fixunstfsi.c: Likewise.
1415 * soft-fp/fixunstfti.c: Likewise.
1416 * soft-fp/floatdidf.c: Likewise.
1417 * soft-fp/floatdisf.c: Likewise.
1418 * soft-fp/floatditf.c: Likewise.
1419 * soft-fp/floatsidf.c: Likewise.
1420 * soft-fp/floatsisf.c: Likewise.
1421 * soft-fp/floatsitf.c: Likewise.
1422 * soft-fp/floattidf.c: Likewise.
1423 * soft-fp/floattisf.c: Likewise.
1424 * soft-fp/floattitf.c: Likewise.
1425 * soft-fp/floatundidf.c: Likewise.
1426 * soft-fp/floatundisf.c: Likewise.
1427 * soft-fp/floatunsidf.c: Likewise.
1428 * soft-fp/floatunsisf.c: Likewise.
1429 * soft-fp/floatuntidf.c: Likewise.
1430 * soft-fp/floatuntisf.c: Likewise.
1431 * soft-fp/floatuntitf.c: Likewise.
1432 * soft-fp/fmadf4.c: Likewise.
1433 * soft-fp/fmasf4.c: Likewise.
1434 * soft-fp/fmatf4.c: Likewise.
1435 * soft-fp/gedf2.c: Likewise.
1436 * soft-fp/gesf2.c: Likewise.
1437 * soft-fp/getf2.c: Likewise.
1438 * soft-fp/ledf2.c: Likewise.
1439 * soft-fp/lesf2.c: Likewise.
1440 * soft-fp/letf2.c: Likewise.
1441 * soft-fp/muldf3.c: Likewise.
1442 * soft-fp/mulsf3.c: Likewise.
1443 * soft-fp/multf3.c: Likewise.
1444 * soft-fp/negdf2.c: Likewise.
1445 * soft-fp/negsf2.c: Likewise.
1446 * soft-fp/negtf2.c: Likewise.
1447 * soft-fp/op-1.h: Likewise.
1448 * soft-fp/op-2.h: Likewise.
1449 * soft-fp/op-4.h: Likewise.
1450 * soft-fp/op-8.h: Likewise.
1451 * soft-fp/op-common.h: Likewise.
1452 * soft-fp/quad.h: Likewise.
1453 * soft-fp/single.h: Likewise.
1454 * soft-fp/soft-fp.h: Likewise.
1455 * soft-fp/sqrtdf2.c: Likewise.
1456 * soft-fp/sqrtsf2.c: Likewise.
1457 * soft-fp/sqrttf2.c: Likewise.
1458 * soft-fp/subdf3.c: Likewise.
1459 * soft-fp/subsf3.c: Likewise.
1460 * soft-fp/subtf3.c: Likewise.
1461 * soft-fp/truncdfsf2.c: Likewise.
1462 * soft-fp/trunctfdf2.c: Likewise.
1463 * soft-fp/trunctfsf2.c: Likewise.
1464 * soft-fp/trunctfxf2.c: Likewise.
1465 * soft-fp/unorddf2.c: Likewise.
1466 * soft-fp/unordsf2.c: Likewise.
1467 * soft-fp/unordtf2.c: Likewise.
1468
17c48a60
OB
14692013-10-14 Ondřej Bílka <neleai@seznam.cz>
1470
1471 [BZ #15672]
1472 * misc/error.c (error_tail): Fix possible buffer overflow.
1473
cabba934
OB
14742013-10-14 Aurelien Jarno <aurelien@aurel32.net>
1475
1476 [BZ #13028]
1477 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
1478 address.
1479
94bf958a
PM
14802013-10-14 P. J. McDermott <pj@pehjota.net>
1481
1482 [BZ #832]
1483 * elf/ldd.bash.in (try_trace): New function. Delete previous code
1484 testing pipefail option.
1485
71b4dea7
JM
14862013-10-12 Joseph Myers <joseph@codesourcery.com>
1487
1488 * soft-fp/double.h: Indent preprocessor directives inside #if.
1489 * soft-fp/extended.h: Likewise.
1490 * soft-fp/op-2.h: Likewise.
1491 * soft-fp/op-4.h: Likewise.
1492 * soft-fp/op-common.h: Likewise.
1493 * soft-fp/quad.h: Likewise.
1494 * soft-fp/single.h: Likewise.
1495 * soft-fp/soft-fp.h: Likewise.
1496
55602758
YC
14972013-10-12 Yuri Chornoivan <yurchor@ukr.net>
1498
1499 * iconv/iconv_prog.c: Fix typos.
1500 * stdio-common/psiginfo-data.h: Likewise.
1501
9cd83302
RT
15022013-10-12 Reuben Thomas <rrt@sc3d.org>
1503
1504 [BZ #15764]
1505 * locale/setlocale.c: Fix typo.
1506
99fd9f47
JM
15072013-10-12 Joseph Myers <joseph@codesourcery.com>
1508
b7ea74f0
JM
1509 [BZ #16036]
1510 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
1511 signaling NaN arguments.
1512 * soft-fp/unordsf2.c (__unordsf2): Likewise.
1513 * soft-fp/unordtf2.c (__unordtf2): Likewise.
1514
8a509447
JM
1515 [BZ #14910]
1516 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
1517 unordered operands.
1518 * soft-fp/gesf2.c (__gesf2): Likewise.
1519 * soft-fp/getf2.c (__getf2): Likewise.
1520 * soft-fp/ledf2.c (__ledf2): Likewise.
1521 * soft-fp/lesf2.c (__lesf2): Likewise.
1522 * soft-fp/letf2.c (__letf2): Likewise.
1523
98998e9f
JM
1524 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
1525 * soft-fp/eqsf2.c (__eqsf2): Likewise.
1526 * soft-fp/eqtf2.c (__eqtf2): Likewise.
1527 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
1528 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
1529 * soft-fp/fixdfti.c (__fixdfti): Likewise.
1530 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
1531 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
1532 * soft-fp/fixsfti.c (__fixsfti): Likewise.
1533 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
1534 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
1535 * soft-fp/fixtfti.c (__fixtfti): Likewise.
1536 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
1537 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
1538 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
1539 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
1540 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
1541 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
1542 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
1543 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
1544 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
1545 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
1546 * soft-fp/floatdisf.c (__floatdisf): Likewise.
1547 * soft-fp/floatsisf.c (__floatsisf): Likewise.
1548 * soft-fp/floattidf.c (__floattidf): Likewise.
1549 * soft-fp/floattisf.c (__floattisf): Likewise.
1550 * soft-fp/floattitf.c (__floattitf): Likewise.
1551 * soft-fp/floatundidf.c (__floatundidf): Likewise.
1552 * soft-fp/floatundisf.c (__floatundisf): Likewise.
1553 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
1554 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
1555 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
1556 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
1557 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
1558 * soft-fp/gesf2.c (__gesf2): Likewise.
1559 * soft-fp/getf2.c (__getf2): Likewise.
1560 * soft-fp/ledf2.c (__ledf2): Likewise.
1561 * soft-fp/lesf2.c (__lesf2): Likewise.
1562 * soft-fp/letf2.c (__letf2): Likewise.
1563
8edc4a11
JM
1564 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
1565 Undefine and redefine.
1566 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
1567 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
1568 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
1569 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
1570 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1571 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
1572 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1573 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
1574 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1575 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
1576 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1577 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
1578 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1579 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
1580 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
1581
8399acaf
JM
1582 [BZ #16032]
1583 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
1584 without decrementing exponent if mantissa >= that for the
1585 denominator, not >.
1586 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
1587 denominator, not >. Decrement exponent in < case instead of
1588 incrementing in >= case.
1589 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
1590 without decrementing exponent if mantissa >= that for the
1591 denominator, not >.
1592
99fd9f47
JM
1593 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
1594 computing saturated result for unsigned overflow.
1595
10e1cf6b
SP
15962013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
1597 Jeff Law <law@redhat.com>
1598
1599 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
1600 (atan2Mp): Add systemtap probe marker.
1601 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
1602 (__ieee754_log): Add systemtap probe marker.
1603 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
1604 (atanMp): Add systemtap probe marker.
1605 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
1606 (tanMp): Add systemtap probe marker.
1607 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
1608 (__slowexp): Add systemtap probe marker.
1609 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
1610 (__slowpow): Add systemtap probe marker.
1611 * manual/probes.texi: Document probes.
1612
3d110c7c
EB
16132013-10-11 Eric Biggers <ebiggers3@gmail.com>
1614
1615 [BZ #15362]
1616 * libio/fileops.c (_IO_new_file_write): Return count of bytes
1617 written.
1618 (_IO_new_file_xsputn): Don't return EOF if nothing has been
1619 written.
1620 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
1621 written to buffer but not flushed.
1622 * libio/iofwrite_u.c: Likewise.
1623 * libio/iopadn.c: Return bytes returned even if EOF was
1624 encountered.
1625 * libio/iowpadn.c: Likewise.
1626 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
1627 if _IO_padn does not write the whole buffer.
1628 [!COMPILE_WPRINTF] (PAD): Likewise.
1629
75b4202a
DM
16302013-10-10 David S. Miller <davem@davemloft.net>
1631
1632 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
1633 directory block.
1634
6c6352e6
JM
16352013-10-10 Joseph Myers <joseph@codesourcery.com>
1636
33b853c3
JM
1637 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
1638 instead of FSF address.
1639 * soft-fp/fixdfti.c: Likewise.
1640 * soft-fp/fixsfti.c: Likewise.
1641 * soft-fp/fixtfti.c: Likewise.
1642 * soft-fp/fixunsdfti.c: Likewise.
1643 * soft-fp/fixunssfti.c: Likewise.
1644 * soft-fp/fixunstfti.c: Likewise.
1645 * soft-fp/floattidf.c: Likewise.
1646 * soft-fp/floattisf.c: Likewise.
1647 * soft-fp/floattitf.c: Likewise.
1648 * soft-fp/floatuntidf.c: Likewise.
1649 * soft-fp/floatuntisf.c: Likewise.
1650 * soft-fp/floatuntitf.c: Likewise.
1651 * soft-fp/trunctfxf2.c: Likewise.
1652
6c6352e6
JM
1653 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
1654 * soft-fp/fixdfti.c: Likewise.
1655 * soft-fp/fixsfti.c: Likewise.
1656 * soft-fp/fixtfti.c: Likewise.
1657 * soft-fp/fixunsdfti.c: Likewise.
1658 * soft-fp/fixunssfti.c: Likewise.
1659 * soft-fp/fixunstfti.c: Likewise.
1660 * soft-fp/floattidf.c: Likewise.
1661 * soft-fp/floattisf.c: Likewise.
1662 * soft-fp/floattitf.c: Likewise.
1663 * soft-fp/floatuntidf.c: Likewise.
1664 * soft-fp/floatuntisf.c: Likewise.
1665 * soft-fp/floatuntitf.c: Likewise.
1666 * soft-fp/trunctfxf2.c: Likewise.
1667
3bf78b71
DM
16682013-10-10 David S. Miller <davem@davemloft.net>
1669
1670 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1671
6f10289e
JM
16722013-10-10 Joseph Myers <joseph@codsourcery.com>
1673
bd878fc0
JM
1674 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
1675 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
1676 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
1677 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
1678 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
1679 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
1680 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
1681
6f10289e
JM
1682 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
1683 for NaNs before doing comparisons on argument.
1684 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
1685 Likewise.
1686
321e2684
WN
16872013-10-10 Will Newton <will.newton@linaro.org>
1688
1689 * malloc/hooks.c (memalign_check): Ensure the value of bytes
1690 passed to _int_memalign does not overflow.
1691
40fefba1
TR
16922013-10-10 Torvald Riegel <triegel@redhat.com>
1693
1694 * scripts/bench.pl: Add include-sources directive.
1695 * benchtests/README: Update documentation.
1696
2ae21ed2
JM
16972013-10-10 Joseph Myers <joseph@codesourcery.com>
1698
dcc2dd3f
JM
1699 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
1700 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
1701 instead of FP_INIT_ROUNDMODE.
1702 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
1703 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
1704
2ae21ed2
JM
1705 [BZ #16034]
1706 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
1707 copy class of input value.
1708 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
1709 not handle exceptions.
1710 * soft-fp/negsf2.c (__negsf2): Likewise.
1711 * soft-fp/negtf2.c (__negtf2): Likewise.
1712 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
1713
cb8f9562
JM
17142013-10-09 Joseph Myers <joseph@codesourcery.com>
1715
1716 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
1717 semicolon. From Linux kernel.
1718
5b60c59d
AB
17192013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
1720
1721 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
1722
b86835ca
YC
17232013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
1724
1725 [BZ #156]
1726 * manual/socket.texi: Added statement about buffer
1727 for gethostbyname2_r.
1728
e7044ea7
OB
17292013-10-08 Ondřej Bílka <neleai@seznam.cz>
1730
1731 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
1732 Use .p2align directive instead, throughout.
1733 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1734 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1735 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
1736 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1737 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1738 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
1739 * sysdeps/x86_64/strchr.S: Likewise.
1740 * sysdeps/x86_64/strrchr.S: Likewise.
1741
09544cbc
SP
17422013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
1743
88576635
SP
1744 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
1745
e7b2d1dd
SP
1746 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
1747
09544cbc
SP
1748 * sysdeps/generic/math_private.h (__mpsin1): Remove
1749 declaration.
1750 (__mpcos1): Likewise.
1751 (__mpsin): New argument __range_reduce.
1752 (__mpcos): Likewise.
1753 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1754 (slow): Use __mpsin and __mpcos.
1755 (slow1): Likewise.
1756 (slow2): Likewise.
1757 (sloww): Likewise.
1758 (sloww1): Likewise.
1759 (sloww2): Likewise.
1760 (bsloww): Likewise.
1761 (bsloww1): Likewise.
1762 (bsloww2): Likewise.
1763 (cslow2): Likewise.
1764 (csloww): Likewise.
1765 (csloww1): Likewise.
1766 (csloww2): Likewise.
1767 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
1768 range_reduce. Merge in __mpsin1.
1769 (__mpcos): Likewise.
1770 (__mpsin1): Remove.
1771 (__mpcos1): Likewise.
1772
7602d070
JM
17732013-10-07 Joseph Myers <joseph@codesourcery.com>
1774
1775 * locale/loadlocale.c (_nl_intern_locale_data): Use
1776 LOCFILE_ALIGNED_P.
1777 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
1778 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
1779 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
1780 obstack data is appropriately aligned.
1781 (obstack_int32_grow_fast): Likewise.
1782 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
1783 * locale/programs/locfile.c (add_locale_uint32): Likewise.
1784 (add_locale_uint32_array): Likewise.
1785
a357259b
SP
17862013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
1787
1788 * benchtests/Makefile: Remove ARGLIST and RET variables.
1789 ($(objpfx)bench-%.c): Pass only function name to the script.
1790 * benchtests/README: Update documentation.
1791 * benchtests/acos-inputs: Add new directives.
1792 * benchtests/acosh-inputs: Likewise.
1793 * benchtests/asin-inputs: Likewise.
1794 * benchtests/asinh-inputs: Likewise.
1795 * benchtests/atan-inputs: Likewise.
1796 * benchtests/atanh-inputs: Likewise.
1797 * benchtests/cos-inputs: Likewise.
1798 * benchtests/cosh-inputs: Likewise.
1799 * benchtests/exp-inputs: Likewise.
1800 * benchtests/log-inputs: Likewise.
1801 * benchtests/pow-inputs: Likewise.
1802 * benchtests/rint-inputs: Likewise.
1803 * benchtests/sin-inputs: Likewise.
1804 * benchtests/sinh-inputs: Likewise.
1805 * benchtests/tan-inputs: Likewise.
1806 * benchtests/tanh-inputs: Likewise.
1807 * scripts/bench.pl: Add support for new directives.
1808
9ec1b13d
AM
18092013-10-07 Alan Modra <amodra@gmail.com>
1810
1811 * README: Fix careless merge.
1812
8b7d57cd
AM
18132013-10-05 Alan Modra <amodra@gmail.com>
1814
1815 * NEWS: Mention powerpc64le support and bugs fixed.
1816 * README: Both big-endian and little-endian powerpc64 supported.
1817
7b7bab13
ST
18182013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
1819
1820 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook,
1821 _hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
1822 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
1823 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
1824
d39baad1
RA
18252013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
1826
1827 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
1828 match prototype.
1829
cd78f7e7
JM
18302013-10-04 Joseph Myers <joseph@codesourcery.com>
1831
29d73d86
JM
1832 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
1833 Move -mhard-float appending from
1834 ports/sysdeps/powerpc/powerpc32/Makefile.
1835 [$(with-fp) = yes] (ASFLAGS): Likewise.
1836 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
1837 * sysdeps/powerpc/nofpu: Move directory from
1838 ports/sysdeps/powerpc/nofpu.
1839 * sysdeps/powerpc/soft-fp: Move directory from
1840 ports/sysdeps/powerpc/soft-fp.
1841 * sysdeps/powerpc/powerpc32/405: Move directory from
1842 ports/sysdeps/powerpc/powerpc32/405.
1843 * sysdeps/powerpc/powerpc32/440: Move directory from
1844 ports/sysdeps/powerpc/powerpc32/440.
1845 * sysdeps/powerpc/powerpc32/464: Move directory from
1846 ports/sysdeps/powerpc/powerpc32/464.
1847 * sysdeps/powerpc/powerpc32/476: Move directory from
1848 ports/sysdeps/powerpc/powerpc32/476.
1849 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
1850 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
1851 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
1852 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
1853 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
1854 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
1855 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
1856 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
1857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
1858 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
1859 * README: Update for powerpc-*-linux-gnu software floating point
1860 support in libc.
1861
e246b347
JM
1862 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
1863 case to powerpc/powerpc32*.
1864 * sysdeps/unix/sysv/linux/configure: Regenerated.
1865
89c2003e
JM
1866 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
1867 (_FPU_MASK_OM): Define as 0x04.
1868 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
1869 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
1870 0x00c10080.
1871 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
1872 0x0000003c.
1873 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
1874
cd78f7e7
JM
1875 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1876 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
1877 getcontext_e500.
1878 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1879 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
1880 setcontext_e500.
1881 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1882 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
1883 and setcontext_e500.
1884
c755294d
CL
18852013-10-04 Chris Leonard <cjl@sugarlabs,.org>
1886
1887 * locale/iso-3166.def: Update iso-1366.def and related occurrences
1888
e16d221c
SP
18892013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
1890
1891 * manual/threads.texi (Default Thread Attributes): Fix typo.
1892
215c7d43
WN
18932013-10-04 Will Newton <will.newton@linaro.org>
1894
1895 * malloc/Makefile: Add tst-memalign.
1896 * malloc/tst-memalign.c: New file.
1897
27d0461b
WN
1898 * malloc/tst-posix_memalign.c: Add comments.
1899 (do_test): Add comments and call free on all potentially
1900 allocated pointers. Add space after cast.
1901
1bc92709
WN
1902 * malloc/tst-pvalloc.c: Add comments.
1903 (do_test): Add comments and call free on all potentially
1904 allocated pointers. Remove duplicate check for NULL pointer.
1905 Add space after cast.
1906
66a9be9d
WN
1907 * malloc/tst-valloc.c: Add comments.
1908 (do_test): Add comments and call free on all potentially
1909 allocated pointers. Remove duplicate check for NULL pointer.
1910 Add space after cast.
1911
4cb81307
AM
19122013-10-04 Alan Modra <amodra@gmail.com>
1913
1914 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
1915 Use stdint types in rather than __attribute__((mode())).
1916 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1917
f8e3e9f3
AM
19182013-10-04 Alan Modra <amodra@gmail.com>
1919
1920 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
1921 Correct handling of unaligned relocs for little-endian.
1922 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1923
8f9ebb08
AM
19242013-10-04 Alan Modra <amodra@gmail.com>
1925
1926 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
1927 * configure: Regenerate.
1928 * nptl/shlib-versions: Powerpc*le starts at 2.18.
1929 * shlib-versions: Likewise.
1930
0edf96c2
AM
19312013-10-04 Alan Modra <amodra@gmail.com>
1932
1933 * string/tester.c (test_memrchr): Increment reported test cycle.
1934
e0f7a380
AM
19352013-10-04 Alan Modra <amodra@gmail.com>
1936
1937 * string/test-memcpy.c (do_one_test): When reporting errors, print
1938 string address and don't overrun end of string.
1939
466b0393
AM
19402013-10-04 Alan Modra <amodra@gmail.com>
1941
1942 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
1943 insrdi. Make better use of reg selection to speed exit slightly.
1944 Schedule entry path a little better. Remove useless "are we done"
1945 checks on entry to main loop. Handle wrapping around zero address.
1946 Correct main loop count. Handle single left-over word from main
1947 loop inline rather than by using loop_small. Remove extra word
1948 case in loop_small caused by wrong loop count. Add little-endian
1949 support.
1950 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
1951 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
1952 cache hint.
1953 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
1954 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
1955 support. Avoid rlwimi.
1956 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
1957
3be87c77
AM
19582013-10-04 Alan Modra <amodra@gmail.com>
1959
1960 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 1961 insrdi. Formatting.
3be87c77
AM
1962 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
1963 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1964 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1965 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
1966 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1967 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
1968
759cfef3
AM
19692013-10-04 Alan Modra <amodra@gmail.com>
1970
1971 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
1972 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1973 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1974 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
1975 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
1976 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1977 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
1978 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
1979 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
1980 use of regs. Use power7 mtocrf. Tidy function tails.
1981
fe6e95d7
AM
19822013-10-04 Alan Modra <amodra@gmail.com>
1983
1984 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
1985 Formatting. Consistently use rXXX register defines or rN defines.
1986 Use early exit labels that avoid restoring unused non-volatile regs.
1987 Make cr field use more consistent with rWORDn compares. Rename
1988 regs used as shift registers for unaligned loop, using rN defines
1989 for short lifetime/multiple use regs.
1990 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1991 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
1992 addi 1,1,64 to pop stack frame. Simplify return value code.
1993 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
1994
664318c3
AM
19952013-10-04 Alan Modra <amodra@gmail.com>
1996
1997 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
1998 support. Correct typos, formatting. Optimize tail. Use insrdi
1999 rather than rlwimi.
2000 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
2001 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
2002 little-endian support. Correct typos.
2003 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
2004 rather than rlwimi.
2005 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
2006 in loop and entry code to keep "and." results.
2007 (strchr): Add little-endian support. Comment. Move cntlzd
2008 earlier in tail.
2009 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
2010
43b84013
AM
20112013-10-04 Alan Modra <amodra@gmail.com>
2012
2013 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
2014 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
2015 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
2016 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
2017
8a7413f9
AM
20182013-10-04 Alan Modra <amodra@gmail.com>
2019
2020 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
2021 (rTMP): Define as r11.
2022 (strcmp): Add little-endian support. Optimise tail.
2023 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
2024 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
2025 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
2026 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
2027 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
2028 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
2029 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
2030
33ee81de
AM
20312013-10-04 Alan Modra <amodra@gmail.com>
2032
2033 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
2034 little-endian support. Remove unnecessary "are we done" tests.
2035 Handle "s" wrapping around zero and extremely large "size".
2036 Correct main loop count. Handle single left-over word from main
2037 loop inline rather than by using small_loop. Correct comments.
2038 Delete "zero" tail, use "end_max" instead.
2039 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
2040
db9b4570
AM
20412013-10-04 Alan Modra <amodra@gmail.com>
2042
2043 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
2044 support. Don't branch over align.
2045 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
2046 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
2047 support. Rearrange tmp reg use to suit. Comment.
2048 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
2049
f7c399cf
AM
20502013-10-04 Alan Modra <amodra@gmail.com>
2051
2052 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
2053
0b2c2ace
AM
20542013-10-04 Alan Modra <amodra@gmail.com>
2055
2056 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
2057 conditional form of branch and link when obtaining pc.
2058 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2059
02f04a6c
AM
20602013-10-04 Alan Modra <amodra@gmail.com>
2061
2062 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
2063 HIWORD/LOWORD.
2064 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
2065 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
2066
9b874b2f
AM
20672013-10-04 Alan Modra <amodra@gmail.com>
2068
2069 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
2070 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
2071 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2072 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
2073 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2074 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2075 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
2076 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2077 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
2078 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
2079
be1e5d31
AB
20802013-10-04 Anton Blanchard <anton@au1.ibm.com>
2081 Alistair Popple <alistair@ozlabs.au.ibm.com>
2082 Alan Modra <amodra@gmail.com>
2083
2084 [BZ #15723]
2085 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
2086 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
2087 _dl_hwcap access for little-endian.
2088 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
2089 destroy vmx regs when saving unaligned.
2090 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
2091 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
2092 destroy vmx regs when saving unaligned.
2093
fef13a78
AM
20942013-10-04 Alan Modra <amodra@gmail.com>
2095
2096 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
2097 Don't use a union to pack hi/low value.
2098
76a66d51
AB
20992013-10-04 Anton Blanchard <anton@au1.ibm.com>
2100
2101 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
2102 for little-endian.
2103 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
2104 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
2105 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
2106 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
2107 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
2108
6a31fe7f
AM
21092013-10-04 Alan Modra <amodra@gmail.com>
2110
2111 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
2112 constants to usual value for .cst8 section, and remove redundant
2113 high address load.
2114 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
2115 constant for 0x1p52. Load little-endian words of double from
2116 correct stack offsets.
2117
7b88401f
AM
21182013-10-04 Alan Modra <amodra@gmail.com>
2119
2120 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
2121 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
2122 words of double from correct stack offsets.
2123 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
2124 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
2125 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
2126 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
2127 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
2128 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
2129 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
2130 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
2131 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
2132 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
2133 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
2134 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
2135 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
2136 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
2137 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
2138 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
2139 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
2140
9c008155
AM
21412013-10-04 Alan Modra <amodra@gmail.com>
2142
2143 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
2144 64-bit int/double union.
2145 (_FPU_SETCW): Likewise.
2146 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
2147 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
2148
da13146d
AM
21492013-10-04 Alan Modra <amodra@gmail.com>
2150
2151 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
2152 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
2153
603e8410
AM
21542013-10-04 Alan Modra <amodra@gmail.com>
2155
2156 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
2157 use vector int constants.
2158 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
2159
4a28b3ca
AB
21602013-10-04 Anton Blanchard <anton@au1.ibm.com>
2161
2162 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
2163 array with long long.
2164 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
2165 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
2166 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
2167 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
2168 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
2169 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
2170 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
2171 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
2172 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
2173 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
2174 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
2175 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
2176 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
2177
2ca85d2b
AB
21782013-10-04 Anton Blanchard <anton@au1.ibm.com>
2179
2180 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
2181 (__signbit): Likewise. Correct for little-endian.
2182 (__signbitl): Call __signbit.
2183 (lrint): Correct for little-endian.
2184 (lrintf): Call lrint.
2185
62a728ae
AM
21862013-10-04 Alan Modra <amodra@gmail.com>
2187
2188 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
2189 union 32-bit int array member with 64-bit int array.
2190 (t515, tm256): Double rather than long double.
2191 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
2192
32c301df
AM
21932013-10-04 Alan Modra <amodra@gmail.com>
2194
2195 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
2196 Delete.
2197 (IEEE854_LONG_DOUBLE_BIAS): Delete.
2198 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
2199 version of math_ldbl.h.
2200
650ef4bd
AM
22012013-10-04 Alan Modra <amodra@gmail.com>
2202
2203 [BZ #15734], [BZ #15735]
2204 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
2205 all uses of ieee875 long double macros and unions. Simplify test
2206 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
2207 ldbl_extract_mantissa value for ix,iy exponents. Properly
2208 normalize after ldbl_extract_mantissa, and don't add hidden bit
2209 already handled. Don't treat low word of ieee854 mantissa like
2210 low word of IBM long double and mask off bit when testing for
2211 zero.
2212 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
2213 all uses of ieee875 long double macros and unions. Simplify tests
2214 for 0.0L and inf. Correct double adjustment of k. Delete dead code
2215 adjusting ha,hb. Simplify code setting kld. Delete two600 and
2216 two1022, instead use their values. Recognise that tests for large
2217 "a" and small "b" are mutually exclusive. Rename vars. Comment.
2218 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
2219 Rewrite all uses of ieee875 long double macros and unions. Simplify
2220 test for 0.0L and nan. Correct negation.
2221 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
2222 ieee875 long double macros and unions. Correct output for large
2223 magnitude x. Correct absolute value calculation.
2224 (__erfcl): Likewise.
2225 * math/libm-test.inc: Add tests for errors discovered in IBM long
2226 double versions of fmodl, remainderl, erfl and erfcl.
2227
765714ca
AM
22282013-10-04 Alan Modra <amodra@gmail.com>
2229
2230 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
2231 all uses of ieee854 long double macros and unions. Simplify tests
2232 for long doubles that are fully specified by the high double.
2233 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
2234 Likewise.
2235 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
2236 Remove dead code too.
2237 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
2238 (__ieee754_ynl): Likewise.
2239 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
2240 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
2241 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
2242 Remove dead code too.
2243 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
2244 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
2245 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
2246 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
2247 Simplify.
2248 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
2249 Simplify.
2250 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
2251 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
2252 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
2253 Comment on variable precision.
2254 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
2255 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
2256 Likewise.
2257 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2258 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
2259 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
2260 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
2261 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
2262
4ebd120c
AM
22632013-10-04 Alan Modra <amodra@gmail.com>
2264
2265 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
2266 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
2267 all uses of ieee854 long double macros and unions.
2268 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
2269 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
2270 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
2271 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
2272 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
2273 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
2274 Likewise.
2275 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
2276 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
2277 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
2278 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
2279 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
2280 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
2281 Simplify sign and nan test too.
2282 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
2283 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
2284 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
2285 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
2286 Likewise.
2287 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
2288 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
2289 Likewise.
2290 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
2291 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
2292 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
2293 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
2294 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
2295 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
2296
1b6adf88
AM
22972013-10-04 Alan Modra <amodra@gmail.com>
2298
2299 * stdio-common/printf_size.c (__printf_size): Don't use
2300 union ieee854_long_double in fpnum union.
2301 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
2302 signbit macro to retrieve sign from long double.
2303 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
2304 retrieve sign from long double.
2305 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
2306 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
2307 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
2308 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
2309 * math/test-misc.c (main): Don't use union ieee854_long_double.
2310
4cf69995
AM
23112013-10-04 Alan Modra <amodra@gmail.com>
2312
2313 [BZ #15680]
2314 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
2315 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
2316 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
2317 calculation. Remove unnecessary test for denormal exponent.
2318 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
2319 Correct handling of denormals. Avoid undefined shift behaviour.
2320 Correct normalisation of low mantissa when low double is denormal.
2321 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
2322 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
2323 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
2324 Correct normalisation of low mantissa. Test for overflow of high
2325 mantissa and normalise.
2326 (ldbl_nearbyint): Use more readable constant for two52.
2327 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
2328 (__mpn_construct_long_double): Fix test for overflow of high
2329 mantissa and correct normalisation. Avoid undefined shift.
2330
9605ca6c
AM
23312013-10-04 Alan Modra <amodra@gmail.com>
2332
2333 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
2334 (union ibm_extended_long_double): Define as an array of ieee754_double.
2335 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
2336 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
2337 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
2338 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
2339 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
2340 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
2341 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
2342 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
2343 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
2344 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
2345 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
2346
975569d0
JM
23472013-10-03 Joseph Myers <joseph@codesourcery.com>
2348
d3d23756
JM
2349 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
2350 page size instead of calling getpagesize.
2351
975569d0
JM
2352 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
2353 (LOCFILE_ALIGN_MASK): Likewise.
2354 (LOCFILE_ALIGN_UP): Likewise.
2355 (LOCFILE_ALIGNED_P): Likewise.
2356 * locale/programs/ld-collate.c (collate_output): Use the new
2357 macros instead of __alignof__ (int32_t).
2358 * locale/weight.h (findidx): Likewise.
2359
b1fe1f2b
OB
23602013-10-03 Ondřej Bílka <neleai@seznam.cz>
2361
2362 [BZ #431]
2363 * manual/string.texi: Fix strncat and wcsncat.
2364
5f855e35
BM
23652013-10-03 Brooks Moses <bmoses@google.com>
2366
2367 [BZ #15915]
2368 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
2369 * Makerules: ...here, and adjust associated comments.
2370
3cef6009
WN
23712013-10-02 Will Newton <will.newton@linaro.org>
2372
2373 * malloc/Makefile: Add tst-pvalloc.
2374 * malloc/tst-pvalloc.c: New file.
2375
7815420b
WN
23762013-10-02 Will Newton <will.newton@linaro.org>
2377
2378 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
2379 improve test coverage.
2380
4868b204
WN
23812013-10-02 Will Newton <will.newton@linaro.org>
2382
2383 * malloc/Makefile: Add tst-posix_memalign.
2384 * malloc/tst-posix_memalign.c: New file.
2385
29c793b3
EB
23862013-10-01 Eric Blake <eblake@redhat.com>
2387
2388 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
2389 Use __THROWNL rather than __THROW on static functions.
2390
fd967522
PM
23912013-09-30 Petr Machata <pmachata@redhat.com>
2392
2393 * elf/elf.h (R_AARCH64_ABS16): New macro.
2394 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
2395 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
2396 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
2397 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
2398 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
2399 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
2400 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
2401 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
2402 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
2403 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
2404 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
2405 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
2406 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
2407 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
2408 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
2409 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
2410 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
2411 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
2412 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
2413 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
2414 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
2415 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
2416 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
2417 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
2418 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
2419 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
2420 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
2421 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
2422 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
2423 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
2424 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
2425 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
2426 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
2427 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
2428 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
2429 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
2430 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
2431 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
2432 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
2433 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
2434 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
2435 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
2436 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
2437 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
2438 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
2439 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
2440 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
2441 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
2442 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
2443 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
2444 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
2445 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
2446 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
2447 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
2448 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
2449 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
2450 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
2451 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
2452 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
2453 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
2454 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
2455 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
2456 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
2457 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
2458 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
2459 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
2460 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
2461 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
2462 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
2463 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
2464 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
2465 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
2466 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
2467 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
2468 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
2469 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
2470 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
2471 (R_AARCH64_TLSDESC_LDR): Likewise.
2472 (R_AARCH64_TLSDESC_ADD): Likewise.
2473 (R_AARCH64_TLSDESC_CALL): Likewise.
2474
b2179107
AS
24752013-09-30 Andreas Schwab <schwab@suse.de>
2476
2477 [BZ #15048]
2478 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
2479 the nss database lookup.
2480 * nscd/initgrcache.c (addinitgroupsX): Likewise.
2481 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
2482
47f28d0a
MF
24832013-09-28 Mike Frysinger <vapier@gentoo.org>
2484
2485 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
2486
24872013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
2488
2489 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
2490 ${Bash-specific parameter/pattern/string} parameter expansion.
2491 * sysdeps/unix/make-syscalls.sh: Likewise.
2492
f4518a17
KK
24932013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2494
2495 * sysdeps/sh/stackguard-macros.h: New file.
2496
dc1a95c7
OB
24972013-09-26 Ondřej Bílka <neleai@seznam.cz>
2498
2499 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
2500 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
2501 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
2502 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
2503 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
2504 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
2505
5ebbff8f
AZ
25062013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2507
2508 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
2509 Fix thread ID register.
2510
4fd2cf9f
JM
25112013-09-25 Joseph Myers <joseph@codesourcery.com>
2512
2513 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
2514 [POSIX || UNIX98]: Require rather than permitting all symbols from
2515 <time.h>.
2516 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
2517 element of struct sched_param.
2518 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
2519 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
2520 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
2521 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
2522 constant.
2523
12c22bc4
OL
25242013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
2525
2526 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
2527 argument calculation.
2528
a03d8ea7
JM
25292013-09-24 Joseph Myers <joseph@codesourcery.com>
2530
2531 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
2532 Expect macro.
2533 [POSIX] (pthread_attr_t): Do not require type.
2534 [POSIX] (pthread_cond_t): Likewise.
2535 [POSIX] (pthread_condattr_t): Likewise.
2536 [POSIX] (pthread_key_t): Likewise.
2537 [POSIX] (pthread_mutex_t): Likewise.
2538 [POSIX] (pthread_mutexattr_t): Likewise.
2539 [POSIX] (pthread_once_t): Likewise.
2540 [POSIX] (pthread_t): Likewise.
2541 [POSIX-based standards] (pthread_atfork): Expect function.
2542
6055173a
JM
25432013-09-24 Joseph Myers <joseph@codesourcery.com>
2544 Richard Sandiford <richard@codesourcery.com>
2545
2546 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
2547 (swap_endianness_p): New extern variable.
2548 (set_big_endian): New inline function.
2549 (maybe_swap_uint32): Likewise.
2550 (maybe_swap_uint32_array): Likewise.
2551 (maybe_swap_uint32_obstack): Likewise.
2552 * locale/programs/locfile.c: Include <stdbool.h>.
2553 (swap_endianness_p): New variable.
2554 (add_locale_uint32): Call maybe_swap_uint32.
2555 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
2556 (write_locale_data): Call maybe_swap_uint32_array.
2557 * locale/programs/ld-collate.c (obstack_int32_grow): Call
2558 maybe_swap_uint32.
2559 (obstack_int32_grow_fast): Likewise.
2560 (output_weightwc): Call maybe_swap_uint32_obstack.
2561 (collate_output): Likewise.
2562 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
2563 (OPT_LITTLE_ENDIAN): Likewise.
2564 (options): Add --little-endian and --big-endian options.
2565 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
2566 * locale/programs/locarchive.c: Include "locfile.h".
2567 (GET): New macro.
2568 (SET): Likewise.
2569 (INC): Likewise.
2570 (create_archive): Use the new macros to access fields of
2571 structures directly mapped from or written to locale archives.
2572 (oldlocrecentcmp): Likewise.
2573 (enlarge_archive): Likewise.
2574 (insert_name): Likewise.
2575 (add_alias): Likewise.
2576 (add_locale): Likewise.
2577 (delete_locales_from_archive): Likewise.
2578 (show_archive_content): Likewise.
2579 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
2580 locale data.
2581
39bf0bb4
RM
25822013-09-24 Roland McGrath <roland@hack.frob.com>
2583
2584 * manual/freemanuals.texi: Updated from (newly) canonical copy at
2585 http://www.gnu.org/doc/freemanuals.texi.
2586 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
2587
f02eed10
WN
25882013-09-24 Will Newton <will.newton@linaro.org>
2589
2590 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
2591 macro.
2592
a3a6c312
JM
25932013-09-23 Joseph Myers <joseph@codesourcery.com>
2594
2595 * locale/hashval.h (compute_hashval): Interpret bytes of key as
2596 unsigned char.
2597
107375ac
MR
25982013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
2599
2600 * manual/threads.texi (POSIX Threads): Fix a typo.
2601
141f3a77
SP
26022013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2603
303e567a
SP
2604 [BZ #14547]
2605 * string/tst-strcoll-overflow.c: New test case.
2606 * string/Makefile (xtests): Add tst-strcoll-overflow.
2607 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
2608 cache if string sizes may cause integer overflow.
2609
141f3a77
SP
2610 [BZ #14547]
2611 * string/strcoll_l.c (coll_seq): New members rule, idx,
2612 save_idx and back_us.
2613 (get_next_seq_nocache): New function.
2614 (do_compare_nocache): New function.
2615 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
2616 when malloc fails.
2617
c61b4d41
CD
26182013-09-23 Carlos O'Donell <carlos@redhat.com>
2619
0b1f8e35
CD
2620 [BZ #15754]
2621 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
2622 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
2623 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
2624
c61b4d41
CD
2625 [BZ #15754]
2626 * elf/Makefile (tests): Add tst-ptrguard1.
2627 (tests-static): Add tst-ptrguard1-static.
2628 (tst-ptrguard1-ARGS): Define.
2629 (tst-ptrguard1-static-ARGS): Define.
2630 * elf/tst-ptrguard1.c: New file.
2631 * elf/tst-ptrguard1-static.c: New file.
2632 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
2633 * sysdeps/i386/stackguard-macros.h: Likewise.
2634 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
2635 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
2636 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
2637 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
2638 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
2639 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
2640
26412013-09-23 Hector Marco <hecmargi@upv.es>
2642 Ismael Ripoll <iripoll@disca.upv.es>
2643 Carlos O'Donell <carlos@redhat.com>
2644
2645 [BZ #15754]
2646 * sysdeps/generic/stackguard-macros.h: Define
2647 __pointer_chk_guard_local and POINTER_CHK_GUARD.
2648 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
2649 Define __pointer_chk_guard_local.
2650 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
2651 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
2652
f5f4e7b4
VV
26532013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
2654
2655 [BZ #15859]
2656 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
2657
5bb43a43
AS
26582013-09-20 Andreas Schwab <schwab@linux-m68k.org>
2659
2660 * include/string.h (__ffs): Declare as hidden.
2661 * string/ffs.c (__ffs): Define as hidden.
2662 * sysdeps/i386/ffs.c (__ffs): Likewise.
2663 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
2664 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
2665 * sysdeps/s390/ffs.c (__ffs): Likewise.
2666 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
2667
3ea5be54
AO
26682013-09-20 Alexandre Oliva <aoliva@redhat.com>
2669
ffb89e53
AO
2670 * NEWS: Mention malloc probes.
2671
322dea08
AO
2672 * malloc/arena.c (new_heap): New memory_heap_new probe.
2673 (grow_heap): New memory_heap_more probe.
2674 (shrink_heap): New memory_heap_less probe.
2675 (heap_trim): New memory_heap_free probe.
2676 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
2677 (systrim): New memory_sbrk_less probe.
2678 * manual/probes.texi: Document them.
2679
655673f3
AO
2680 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
2681 * manual/probes.texi: Document it.
2682
35fed6f1
AO
2683 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
2684 (__libc_realloc): Add memory_realloc_retry probe.
2685 (__libc_memalign): Add memory_memalign_retry probe.
2686 (__libc_valloc): Add memory_valloc_retry probe.
2687 (__libc_pvalloc): Add memory_pvalloc_retry probe.
2688 (__libc_calloc): Add memory_calloc_retry probe.
2689 * manual/probes.texi: Document them.
2690
6999d38c
AO
2691 * malloc/arena.c (get_free_list): Add probe
2692 memory_arena_reuse_free_list.
2693 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
2694 and memory_arena_reuse.
2695 (arena_get2) [!PER_THREAD]: Likewise.
2696 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
2697 memory_arena_reuse_realloc.
2698 * manual/probes.texi: Document them.
2699
0653427f
AO
2700 * malloc/malloc.c (__libc_free): Add
2701 memory_mallopt_free_dyn_thresholds probe.
2702 (__libc_mallopt): Add multiple memory_mallopt probes.
2703 * manual/probes.texi: Document them.
2704
3ea5be54
AO
2705 * malloc/malloc.c: Include stap-probe.h.
2706 (__libc_mallopt): Add memory_mallopt probe.
2707 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
2708 * manual/probes.texi: New.
2709 * manual/Makefile (chapters): Add probes.
2710 * manual/threads.texi: Set next node.
2711
e35696c3 27122013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 2713
e35696c3
CL
2714 [BZ #15963, #13985]
2715 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
2716 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
2717 Add `Chinese' to `nan' entry name.
2718
4aafb73c
SP
27192013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2720
2721 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
2722 (POLYNOMIAL): Likewise.
2723 (TAYLOR_SINCOS): Likewise.
2724 (TAYLOR_SLOW): Likewise.
2725 (__sin): Use TAYLOR_SINCOS.
2726 (__cos): Likewise.
2727 (slow): Use TAYLOR_SLOW.
2728 (sloww): Likewise.
2729 (bsloww): Likewise.
2730 (csloww): Likewise.
2731
d84f25c7
LD
27322013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
2733
2734 * stdlib/strtod_l.c: Fix buffer overrun.
2735
5eea0404
SP
27362013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2737
7849ff93
SP
2738 * benchtests/Makefile (bench): Add sincos.
2739 * benchtests/bench-sincos.c: New file.
2740
cfa3c886
SP
2741 * math/libm-test.inc (cos_test_data): New test inputs.
2742 (sin_test_data): Likewise.
2743
b348e1e3
SP
2744 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
2745 macro.
2746 (__sin): Use it.
2747 (__cos): Likewise.
2748 (slow1): Likewise.
2749 (slow2): Likewise.
2750 (sloww1): Likewise.
2751 (sloww2): Likewise.
2752 (bsloww1): Likewise.
2753 (bsloww2): Likewise.
2754 (cslow2): Likewise.
2755 (csloww1): Likewise.
2756 (csloww2): Likewise.
2757
6cce25f8
SP
2758 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
2759 function.
2760 (__sin): Use it.
2761 (__cos): Likewise.
2762
5eea0404
SP
2763 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
2764 gotos.
2765 (__cos): Likewise.
2766
9c21573c
MR
27672013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
2768
2769 * config.h.in (HAVE_MIPS_NAN2008): New macro.
2770 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
2771 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
2772 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
2773 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
2774 * elf/cache.c (print_entry): Handle the new cache flags.
2775
24d22e65
JM
27762013-09-18 Joseph Myers <joseph@codesourcery.com>
2777 Aldy Hernandez <aldyh@redhat.com>
2778
2779 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
2780 Change condition to [_SOFT_FLOAT].
2781 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
2782 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
2783 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
2784 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
2785 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
2786 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
2787 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
2788 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
2789 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
2790 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
2791 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
2792 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
2793 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
2794 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
2795 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
2796 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
2797 declaration.
2798
d13ef066
JM
27992013-09-18 Joseph Myers <joseph@codesourcery.com>
2800
2e071de0
JM
2801 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
2802 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
2803 (__longjmp): Use LOAD_GP to load saved GPRs.
2804 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
2805 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
2806 (__sigsetjmp): Use SAVE_GP to save GPRs.
2807
d13ef066
JM
2808 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
2809 Do not append -msoft-float.
2810 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
2811
97a0650b
SP
28122013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2813
2814 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
2815
11ca09e9
JM
28162013-09-17 Joseph Myers <joseph@codesourcery.com>
2817
2818 [BZ #15966]
2819 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
2820 (_FPU_GETCW): Use initial "__" on variable and field names but not
2821 on macro parameter name.
2822 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
2823 parentheses around reference to macro parameter.
2824
08ffcf34
RS
28252013-09-13 Richard Sandiford <richard@codesourcery.com>
2826
2827 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
2828 prototype.
2829 (ctype_startup): Use uint32_t in cast and sizeof for
2830 ctype->charnames.
2831
ae7080d3
JL
28322013-09-11 Jia Liu <proljc@gmail.com>
2833
2834 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
2835 __daddr_t_defined.
2836 [__FreeBSD__]: Likewise.
2837
5905e7b3
OB
28382013-09-11 Ondřej Bílka <neleai@seznam.cz>
2839
2840 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
2841 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
2842 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
2843 (strchr): Remove __strchr_sse42 ifunc selection.
2844 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
2845 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
2846
b987c776
WN
28472013-09-11 Will Newton <will.newton@linaro.org>
2848
2849 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
2850 parameter to RES. Remove hardcoded 1000 value.
2851 * benchtests/bench-skeleton.c (main): Pass RES parameter
2852 to TIMING_INIT and multiply result by 1000.
2853
ddf985af
AZ
28542013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2855
2856 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2857
ffdd3181
AS
28582013-09-11 Andreas Schwab <schwab@suse.de>
2859
2860 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2861 if not defined.
2862 (O_TMPFILE) [__USE_GNU]: Define.
2863 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
2864 Define.
2865
b73ed247
WN
28662013-09-11 Will Newton <will.newton@linaro.org>
2867
2868 [BZ #15857]
2869 * malloc/malloc.c (__libc_memalign): Check the value of bytes
2870 does not overflow.
2871
55e17aad
WN
28722013-09-11 Will Newton <will.newton@linaro.org>
2873
2874 [BZ #15856]
2875 * malloc/malloc.c (__libc_valloc): Check the value of bytes
2876 does not overflow.
2877
1159a193
WN
28782013-09-11 Will Newton <will.newton@linaro.org>
2879
2880 [BZ #15855]
2881 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
2882 does not overflow.
2883
5905e7b3 28842013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
2885
2886 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
2887 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
2888 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
2889 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
2890 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
2891
cdfc721b
AM
28922013-09-10 Allan McRae <allan@archlinux.org>
2893
aa04af00
AM
2894 [BZ #15748]
2895 * manual/arith.texi (Parsing of Floats): Clarify
2896 cross-reference.
2897
cdfc721b
AM
2898 [BZ #15849]
2899 * manual/install.texi (Running make install): Mention
2900 --enable-pt-chown.
2901 * INSTALL: Regenerated.
2902
95e7cf29
MR
29032013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2904
2905 * csu/init-first.c (_init): Remove the !SHARED condition around
2906 FPU control word initialization.
2907 * elf/dl-support.c (_dl_fpu_control): New variable.
2908 (_dl_aux_init) <AT_FPUCW>: Initialize it.
2909 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
2910 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
2911 * math/test-fpucw-static.c: New file.
2912 * math/test-fpucw-ieee.c: New file.
2913 * math/test-fpucw-ieee-static.c: New file.
2914 * math/Makefile (tests): Add `test-fpucw-ieee' and
2915 `$(tests-static)'.
2916 (tests-static): New variable.
2917 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
2918 dependency to...
2919 [($(build-shared),yes)]
2920 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
2921 ... this.
2922 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
2923 New dependency.
2924
83e43bf0
AM
29252013-09-09 Allan McRae <allan@archlinux.org>
2926
a9f5ce09
AM
2927 [BZ #15939]
2928 * manual/string.texi (Collation Functions): Fix typo in
2929 strcoll example.
2930 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
2931
34829bc2
AM
2932 [BZ #15893]
2933 * stdlib/isomac.c (get_null_defines): Fix memory leak.
2934
3932737d
AM
2935 [BZ #15892]
2936 * libio/memstream.c (open_memstream): Fix memory leak.
2937 * libio/wmemstream.c (open_wmemstream): Likewise.
2938
83e43bf0
AM
2939 [BZ #15895]
2940 * nscd/netgroupcache.c: Fix nesting of ifdefs.
2941
0c66b8e9
WN
29422013-09-09 Will Newton <will.newton@linaro.org>
2943
2944 * malloc/Makefile: Add tst-realloc to tests.
2945 * malloc/tst-realloc.c: New file.
2946
f6b00fd1
AM
29472013-09-09 Allan McRae <allan@archlinux.org>
2948
2949 [BZ #15844]
2950 * COPYING: Update from GNU website to fix FSF address.
2951 * COPYING.LIB: Likewise.
2952
eec55e16
DM
29532013-09-06 David S. Miller <davem@davemloft.net>
2954
2955 * po/zh_TW.po: Update Chinese (traditional) translation from
2956 translation project.
2957
1ecbb381
RS
29582013-09-06 Richard Sandiford <richard@codesourcery.com>
2959 Joseph Myers <joseph@codesourcery.com>
2960
2961 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
2962 "localeinfo.h".
2963 (obstack_chunk_alloc): New macro.
2964 (obstack_chunk_free): Likewise.
2965 (record_offset): New function.
2966 (init_locale_data): Likewise.
2967 (align_locale_data): Likewise.
2968 (add_locale_empty): Likewise.
2969 (add_locale_raw_data): Likewise.
2970 (add_locale_raw_obstack): Likewise.
2971 (add_locale_string): Likewise.
2972 (add_locale_wstring): Likewise.
2973 (add_locale_uint32): Likewise.
2974 (add_locale_uint32_array): Likewise.
2975 (add_locale_char): Likewise.
2976 (start_locale_structure): Likewise.
2977 (end_locale_structure): Likewise.
2978 (start_locale_prelude): Likewise.
2979 (end_locale_prelude): Likewise.
2980 (write_locale_data): Take locale_file structure rather than an
2981 iovec.
2982 * locale/programs/locfile.h: Include "obstack.h".
2983 (struct locale_file): Change to store locale file contents instead
2984 of header.
2985 (init_locale_data): New prototype.
2986 (align_locale_data): Likewise.
2987 (add_locale_empty): Likewise.
2988 (add_locale_raw_data): Likewise.
2989 (add_locale_raw_obstack): Likewise.
2990 (add_locale_string): Likewise.
2991 (add_locale_wstring): Likewise.
2992 (add_locale_uint32): Likewise.
2993 (add_locale_uint32_array): Likewise.
2994 (add_locale_char): Likewise.
2995 (start_locale_structure): Likewise.
2996 (end_locale_structure): Likewise.
2997 (start_locale_prelude): Likewise.
2998 (end_locale_prelude): Likewise.
2999 (write_locale_data): Update prototype.
3000 * locale/programs/3level.h (struct TABLE): Remove result field.
3001 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
3002 Use new locale_file interface.
3003 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
3004 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
3005 * locale/programs/ld-address.c (address_output): Use new
3006 locale_file interface.
3007 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
3008 NO_ADD_LOCALE.
3009 (collate_finish): Don't call collseq_table_finalize.
3010 (collate_output): Use new locale_file interface.
3011 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
3012 in file.
3013 (NO_FINALIZE): Change to NO_ADD_LOCALE.
3014 (TABLE): Move defines earlier in file.
3015 (ELEMENT): Likewise.
3016 (DEFAULT): Likewise.
3017 (wctrans_table_add): Move macro and inline function earlier in
3018 file.
3019 (struct wctype_table): Move type earlier in file.
3020 (add_locale_wctype_table): New static prototype.
3021 (struct locale_ctype_t): Use logical types instead of struct iovec
3022 pointers for members.
3023 (ctype_output): Use new locale_file interface.
3024 (wctype_table_finalize): Change to add_locale_wctype_table. Use
3025 new locale_file interface.
3026 (allocate_arrays): Update for use of new locale_file interface.
3027 * locale/programs/ld-identification.c (identification_output): Use
3028 new locale_file interface.
3029 * locale/programs/ld-measurement.c (measurement_output): Likewise.
3030 * locale/programs/ld-messages.c (messages_output): Likewise.
3031 * locale/programs/ld-monetary.c (monetary_output): Likewise.
3032 * locale/programs/ld-name.c (name_output): Likewise.
3033 * locale/programs/ld-numeric.c (numeric_output): Likewise.
3034 * locale/programs/ld-paper.c (paper_output): Likewise.
3035 * locale/programs/ld-telephone.c (telephone_output): Likewise.
3036 * locale/programs/ld-time.c (time_output): Likewise.
3037
e029e2e5
AZ
30382013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3039
3040 * benchtests/Makefile: Add memrchr benchmark.
3041 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
3042 benchmark as memrchr.
3043 * benchtests/bench-memrchr-ifunc.c: New file.
3044 * benchtests/bench-memrchr.c: New file.
3045
bbf6e8e4
WN
30462013-09-06 Will Newton <will.newton@linaro.org>
3047
3048 * benchtests/Makefile (string-bench): Add memcpy.
3049
6c82a2f8
CD
30502013-09-05 Carlos O'Donell <carlos@redhat.com>
3051 Cong Wang <amwang@redhat.com>
3052
3053 * sysdeps/unix/sysv/linux/bits/in.h
3054 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
3055 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
3056 before __USE_KERNEL_IPV6_DEFS uses.
3057 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
3058 IPPROTO_BEETPH.
3059 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
3060 sockaddr_in6, or ipv6_mreq.
3061
5430fc65
AZ
30622013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3063
3064 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
3065 memory access for final bytes in some large inputs.
3066 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
3067
4660856c
AZ
30682013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3069
3070 * string/test-memrchr.c: New file.
3071 * string/test-memrchr-ifunc.c: New file.
3072 * string/Makefile: Add new memrchr testcase.
3073
bb8ea713
MF
30742013-09-05 Mike Frysinger <vapier@gentoo.org>
3075
3076 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
3077 fanotify_init returns EPERM.
3078
b92a20b5
JM
30792013-09-04 Joseph Myers <joseph@codesourcery.com>
3080
3081 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
3082 errors.
3083 (top level): Treat second token from macro or constant entries for
3084 allowed headers as allowed.
3085 * include/complex.h: Condition internal declarations on
3086 [!_ISOMAC].
3087 * include/fenv.h: Condition include of <stdbool.h> and internal
3088 declarations on [!_ISOMAC].
7447ccd9
CL
3089
30902013-09-04 Chris Leonard <cjl@sugarlabs,.org>
3091
3e181dda 3092 [BZ #15923]
7447ccd9
CL
3093 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
3094
3f2e46a4
JM
30952013-09-04 Joseph Myers <joseph@codesourcery.com>
3096
3097 * configure.in (--enable-versioning): Remove configure option.
3098 (libc_cv_asm_symver_directive): Remove configure test.
3099 (libc_cv_ld_version_script_option): Likewise.
3100 (VERSIONING): Remove variable and AC_SUBST.
3101 (DO_VERSIONING): Remove AC_DEFINE.
3102 * configure: Regenerated.
3103 * config.h.in (DO_VERSIONING): Remove macro.
3104 * Makerules [$(versioning) = yes]: Change conditionals to
3105 [$(build-shared) = yes].
3106 * config.make.in (versioning): Remove variable.
3107 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
3108 [$(build-shared) = yes].
3109 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
3110 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
3111 * elf/Makefile [$(versioning) = yes]: Change conditionals to
3112 [$(build-shared) = yes].
3113 * extra-lib.mk [$(versioning) = yes]: Likewise.
3114 * hurd/Makefile [$(versioning) = yes]: Likewise.
3115 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
3116 [SHARED].
3117 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
3118 [SHARED].
3119 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
3120 [SHARED && !NO_HIDDEN].
3121 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
3122 [SHARED].
3123 [SHARED && DO_VERSIONING]: Likewise..
3124 * libio/Makefile [$(versioning) = yes]: Change conditionals to
3125 [$(build-shared) = yes].
3126 * manual/install.texi (--disable-versioning): Remove
3127 documentation.
3128 * INSTALL: Regenerated.
3129 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
3130 to [SHARED].
3131 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
3132 [$(build-shared) = yes].
3133 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
3134 * sysdeps/i386/i686/multiarch/strstr-c.c
3135 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
3136 [SHARED && !NO_HIDDEN].
3137 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
3138 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
3139 * sysdeps/powerpc/powerpc32/dl-machine.c
3140 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
3141 * sysdeps/powerpc/powerpc32/sysdep.h
3142 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
3143 to [SHARED && PIC && !NO_HIDDEN].
3144 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
3145 conditional to [SHARED].
3146
44558701
WN
31472013-09-04 Will Newton <will.newton@linaro.org>
3148
3149 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
3150 * benchtests/bench-string.h: Include bench-timing.h instead
3151 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
3152 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
3153 call to HP_TIMING_DIFF_INIT.
3154 * benchtests/bench-memccpy.c: Use bench-timing.h macros
3155 instead of hp-timing.h macros.
3156 * benchtests/bench-memchr.c: Likewise.
3157 * benchtests/bench-memcmp.c: Likewise.
3158 * benchtests/bench-memcpy.c: Likewise.
3159 * benchtests/bench-memmem.c: Likewise.
3160 * benchtests/bench-memmove.c: Likewise.
3161 * benchtests/bench-memset.c: Likewise.
3162 * benchtests/bench-rawmemchr.c: Likewise.
3163 * benchtests/bench-strcasecmp.c: Likewise.
3164 * benchtests/bench-strcasestr.c: Likewise.
3165 * benchtests/bench-strcat.c: Likewise.
3166 * benchtests/bench-strchr.c: Likewise.
3167 * benchtests/bench-strcmp.c: Likewise.
3168 * benchtests/bench-strcpy.c: Likewise.
3169 * benchtests/bench-strcpy_chk.c: Likewise.
3170 * benchtests/bench-strlen.c: Likewise.
3171 * benchtests/bench-strncasecmp.c: Likewise.
3172 * benchtests/bench-strncat.c: Likewise.
3173 * benchtests/bench-strncmp.c: Likewise.
3174 * benchtests/bench-strncpy.c: Likewise.
3175 * benchtests/bench-strnlen.c: Likewise.
3176 * benchtests/bench-strpbrk.c: Likewise.
3177 * benchtests/bench-strrchr.c: Likewise.
3178 * benchtests/bench-strspn.c: Likewise.
3179 * benchtests/bench-strstr.c: Likewise.
3180
cae16d66
WN
31812013-09-04 Will Newton <will.newton@linaro.org>
3182
3183 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
3184
ffa3cd7f
JM
31852013-09-03 Joseph Myers <joseph@codesourcery.com>
3186
3187 [BZ #15427]
3188 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
3189 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
3190 * math/libm-test.inc (lgamma_test_data): Add more tests.
3191 * sysdeps/i386/fpu/libm-test-ulps: Update.
3192 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3193
8f02859f
OB
31942013-09-03 Ondřej Bílka <neleai@seznam.cz>
3195
3196 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
3197 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3198 Add ifunc.
3199 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
3200 Add strcmp-sse2-unaligned
3201 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
3202
18d43716
MF
32032013-09-02 Mike Frysinger <vapier@gentoo.org>
3204
3205 * Versions.def (libc): Add GLIBC_2.19.
3206
ac444012
MF
32072013-09-02 Mike Frysinger <vapier@gentoo.org>
3208
3209 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
3210 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
3211
b7835e32
JM
32122013-09-02 Joseph Myers <joseph@codesourcery.com>
3213
3214 [BZ #14155]
3215 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
3216 intermediate calculations in recurrence.
3217 (__ieee754_ynf): Likewise.
3218 * math/libm-test.inc (jn_test_data): Do not allow spurious
3219 underflow exception. Add more tests.
3220 (yn_test_data): Add more tests.
3221 * sysdeps/i386/fpu/libm-test-ulps: Update.
3222 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3223
8220f4f0
OB
32242013-09-02 Ondřej Bílka <neleai@seznam.cz>
3225
3226 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
3227
f24a6d08
OB
32282013-08-30 Ondřej Bílka <neleai@seznam.cz>
3229
3230 * csu/init-first.c: Fix then/than typos.
3231 * locale/programs/ld-collate.c: Likewise.
3232 * locale/programs/linereader.h: Likewise.
3233 * manual/charset.texi: Likewise.
3234 * manual/filesys.texi: Likewise.
3235 * manual/stdio.texi: Likewise.
3236 * manual/string.texi: Likewise.
3237 * stdlib/fmtmsg.c: Likewise.
3238 * sysdeps/i386/stpncpy.S: Likewise.
3239 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
3240 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3241 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
3242 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3243
382466e0
OB
32442013-08-30 Ondřej Bílka <neleai@seznam.cz>
3245
3246 * elf/dl-open.c: Fix typos.
3247 * iconvdata/gbbig5.c: Likewise.
3248 * iconvdata/iso-2022-jp.c: Likewise.
3249 * iconv/gconv_int.h: Likewise.
3250 * iconv/loop.c: Likewise.
3251 * nis/rpcsvc/nis.h: Likewise.
3252 * resolv/ns_name.c: Likewise.
3253 * stdio-common/vfscanf.c: Likewise.
3254 * streams/stropts.h: Likewise.
3255 * sunrpc/rpc_thread.c: Likewise.
3256 * sysdeps/i386/strpbrk.S: Likewise.
3257 * sysdeps/ieee754/k_standard.c: Likewise.
3258 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
3259 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
3260 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
3261 * sysdeps/mach/hurd/profil.c: Likewise.
3262 * sysdeps/s390/dl-procinfo.h: Likewise.
3263 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
3264 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3265 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
3266 * sysdeps/x86_64/dl-trampoline.S: Likewise.
3267 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
3268
0186c6e9
OB
32692013-08-30 Ondřej Bílka <neleai@seznam.cz>
3270
3271 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
3272 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
3273
d4e16af1
OB
32742013-08-29 Ondřej Bílka <neleai@seznam.cz>
3275
3276 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
3277 aix specific files.
3278 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
3279 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
3280 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
3281 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
3282 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
3283 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
3284 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
3285 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
3286
88335980
TS
32872013-08-29 Thomas Schwinge <thomas@codesourcery.com>
3288 Roland McGrath <roland@hack.frob.com>
3289
3290 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
3291 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
3292
ed479b02
ST
32932013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
3294
3295 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
3296 __executable_start symbol instead of _start.
3297
f1cc4c86
TS
32982013-08-29 Thomas Schwinge <thomas@codesourcery.com>
3299
d821f07c
TS
3300 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
3301 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
3302 Move macros to...
3303 * sysdeps/gnu/ldsodefs.h: ... this new file.
3304
c54290cf
TS
3305 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
3306 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
3307 instead of ELFOSABI_LINUX.
3308
0007fc9b 3309 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
3310 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
3311 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
3312 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
3313 Likewise.
3314 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
3315 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
3316 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
3317 Likewise.
3318 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
3319 (ibm_extended_long_double): Add ieee_nan member.
3320 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
3321 (do_test): New function.
3322
f1cc4c86
TS
3323 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
3324 TEST_TRUNC.
3325 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
3326 functions, renamed from truncdfsf_test, trunctfsf_test,
3327 trunctfdf_test.
3328 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
3329 functions.
3330 (do_test): Run all these.
3331
6f65e668
OB
33322013-08-29 Ondřej Bílka <neleai@seznam.cz>
3333
3334 * argp/argp-help.c: Fix typos.
3335 * argp/argp-parse.c: Likewise.
3336 * debug/backtracesyms.c: Likewise.
3337 * elf/elf.h: Likewise.
3338 * malloc/malloc.c: Likewise.
3339 * nis/nis_print.c: Likewise.
3340 * resolv/res_comp.c: Likewise.
3341 * stdlib/stdlib.h: Likewise.
3342 * sunrpc/clnt_tcp.c: Likewise.
3343 * sunrpc/clnt_udp.c: Likewise.
3344 * sunrpc/clnt_unix.c: Likewise.
3345 * sysdeps/unix/bsd/ptsname.c: Likewise.
3346 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3347 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
3348 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
3349 Likewise.
3350 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
3351 Likewise.
3352 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
3353 Likewise.
6f65e668
OB
3354 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
3355
3a309239
SP
33562013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
3357
3358 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
3359 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
3360
3b813b29
MF
33612013-08-27 Mike Frysinger <vapier@gentoo.org>
3362
3363 [BZ #15897]
3364 * dlfcn/Makefile (tests): Add bug-dl-leaf.
3365 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
3366 ($(objpfx)bug-dl-leaf): New rule.
3367 ($(objpfx)bug-dl-leaf.so): Likewise.
3368 ($(objpfx)bug-dl-leaf.out): Likewise.
3369 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
3370 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
3371 * dlfcn/bug-dl-leaf.c: New test.
3372 * dlfcn/bug-dl-leaf-lib.c: Likewise.
3373 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
3374 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
3375 (dlclose): Likewise.
3376 (dlmopen): Likewise.
3377
8cc3269f
RM
33782013-08-27 Roland McGrath <roland@hack.frob.com>
3379
7f9d0034
RM
3380 * include/netdb.h [!_ISOMAC]:
3381 Don't include <tls.h>.
3382 (h_errno, __libc_h_errno): Move declaration and macros out of
3383 [_LIBC_REENTRANT].
3384
fb431262
RM
3385 * include/resolv.h [_RESOLV_H_]:
3386 Don't include <tls.h>.
3387 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
3388 * resolv/res_libc.c: Don't include <tls.h>.
3389 (_res): Use __attribute__ ((nocommon)) in place of
3390 __attribute__ ((section (".bss"))).
3391
bd81123a
RM
3392 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
3393 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
3394
c4e42566
RM
3395 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
3396
f890a59b
RM
3397 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
3398 only under [SIOCGIFCONF && SIOCGIFNETMASK].
3399
3400 * resolv/res_mkquery.c: Include <sys/time.h>.
3401
5d1f0a09
RM
3402 * inet/ifreq.c: Moved to ...
3403 * sysdeps/unix/ifreq.c: ... here.
3404 * inet/ifreq.c: New file, true stub version.
3405
6fcf28b3
RM
3406 * socket/sa_len.c: New file.
3407 * socket/Makefile (aux): Add it.
3408 * sysdeps/unix/sysv/linux/Makefile
3409 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
3410 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
3411 and #include <socket/sa_len.c>.
3412 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
3413 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
3414
e041fb8b
RM
3415 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
3416 * bits/socket.h: ... here.
3417
8cc3269f
RM
3418 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
3419 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
3420 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
3421
5d228a43
AS
34222013-08-27 Andreas Schwab <schwab@suse.de>
3423
45b8accc
AS
3424 [BZ #15736]
3425 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
3426 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
3427 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
3428 * string/test-strcasecmp.c (test_main): Run tests in several
3429 locales.
3430 * string/test-strncasecmp.c (test_main): Likewise.
3431
5d228a43
AS
3432 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
3433 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
3434 to __strcasecmp_nonascii and __strncasecmp_nonascii.
3435 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
3436 (__strncasecmp_ssse3) [PIC]: Likewise.
3437
59d112a4
RM
34382013-08-26 Roland McGrath <roland@hack.frob.com>
3439
53234cc3
RM
3440 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
3441
59d112a4
RM
3442 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
3443 instead of explicitly declaring xdecrypt.
3444 * nis/nss_nis/nis-publickey.c: Likewise.
3445
595aba70
SP
34462013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3447
3448 [BZ #15890]
3449 * nscd/aicache.c: Include res_hconf.h.
3450 (addhstaiX): Initialize res_hconf.
3451
ffabd393
AS
34522013-08-26 Andreas Schwab <schwab@suse.de>
3453
3454 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
3455 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
3456
e0a69f5c
SP
34572013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3458
3459 * nscd/aicache.c (addhstaiX): Fix indentation.
3460
8c12f01d
MF
34612013-08-25 Mike Frysinger <vapier@gentoo.org>
3462
3463 * configure.ac: Quote $build_pt_chown test.
3464 * configure: Regenerated.
3465
8fe89494
JM
34662013-08-23 Joseph Myers <joseph@codesourcery.com>
3467
3468 [BZ #15532]
3469 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
3470 * math/s_cexpf.c (__cexpf): Likewise.
3471 * math/s_cexpl.c (__cexpl): Likewise.
3472 * math/libm-test.inc (cexp_test_data): Correct expected return
3473 value for NaN + i0. Add another test.
3474
75b181d6
DM
34752013-08-22 David S. Miller <davem@davemloft.net>
3476
3477 * po/ca.po: Update Catalan translation from translation project.
936241e4 3478 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 3479
acd06bb1
JM
34802013-08-21 Joseph Myers <joseph@codesourcery.com>
3481
3482 [BZ #15797]
3483 * math/s_fdim.c (__fdim): Check for infinite arguments if result
3484 is infinite, not alongside NaN test.
3485 * math/s_fdimf.c (__fdimf): Likewise.
3486 * math/s_fdiml.c (__fdiml): Likewise.
3487 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
3488 errno is unchanged.
3489
c0c3f78a
OB
34902013-08-21 Ondřej Bílka <neleai@seznam.cz>
3491
3492 * argp/argp-help.c: Fix typos.
3493 * crypt/speeds.c: Likewise.
3494 * csu/check_fds.c: Likewise.
3495 * elf/dl-load.c: Likewise.
3496 * elf/dl-open.c: Likewise.
3497 * elf/reldep3.c: Likewise.
3498 * elf/reldep.c: Likewise.
3499 * elf/sprof.c: Likewise.
3500 * iconv/iconv_charmap.c: Likewise.
3501 * iconv/skeleton.c: Likewise.
3502 * iconv/strtab.c: Likewise.
3503 * io/lockf64.c: Likewise.
3504 * libio/libioP.h: Likewise.
3505 * resolv/gai_notify.c: Likewise.
3506 * resolv/ns_name.c: Likewise.
3507 * resolv/ns_samedomain.c: Likewise.
3508 * resolv/res_send.c: Likewise.
3509 * stdlib/random.c: Likewise.
3510 * sunrpc/rpc/xdr.h: Likewise.
3511 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
3512 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3513 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3514 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3515 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3516 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3517 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3518 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3519 * sysdeps/mach/hurd/check_fds.c: Likewise.
3520 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
3521 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3522 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
3523 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
3524 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3525 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
3526 * sysdeps/pthread/aio_notify.c: Likewise.
3527 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
3528 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
3529 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
3530 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3531 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
3532
46ed1038
LD
35332013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3534
3535 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
3536 version if bit_Slow_SSE4_2 is set.
3537 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
3538 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
3539
d400dcac
AZ
35402013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3541
3542 [BZ #15867]
3543 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
3544 trampoline stack frame information.
3545 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
3546 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
3547 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
3548 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
3549 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
3550 * sysdeps/unix/sysv/linux/powerpc/init-first.c
3551 (_libc_vdso_platform_setup): Initialize the signal trampolines.
3552 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
3553 sa_flags value.
3554 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
3555 interrupting a syscall and set with option SA_SIGINFO.
3556
42c8fdd8
JM
35572013-08-20 Joseph Myers <joseph@codesourcery.com>
3558
c980f2f4
JM
3559 [BZ #15531]
3560 * math/s_cproj.c (__cproj): Only return an infinity if one part of
3561 argument is infinite.
3562 * math/s_cprojf.c (__cprojf): Likewise.
3563 * math/s_cprojl.c (__cprojl): Likewise.
3564 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
3565 * math/libm-test.inc (cproj_test_data): Add more tests.
3566
0716c4fc
JM
3567 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
3568
42c8fdd8
JM
3569 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
3570 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
3571 size. Use __ffs to determine corresponding shift.
3572
b31469d0
JM
35732013-08-20 Joseph Myers <joseph@codesourcery.com>
3574 Roland McGrath <roland@hack.frob.com>
3575
3576 * Makefile (INSTALL): Remove trailing blank lines from output of
3577 makeinfo.
3578
4e39af6e
AK
35792013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3580
3581 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
3582 Align 32 bit compat elf_greg to 8 bytes.
3583
f315524e
AA
35842013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3585
3586 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
3587
1326ba1a
SP
35882013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
3589
3590 * string/strcoll_l.c (coll_seq): New structure.
3591 (get_next_seq_cached): New function.
3592 (get_next_seq): New function.
3593 (do_compare): New function.
3594 (STRCOLL): Use GNU style definition. Simplify implementation
3595 by using get_next_seq, get_next_seq_cached and do_compare.
3596
91ce4085
FW
35972013-08-16 Florian Weimer <fweimer@redhat.com>
3598
3599 [BZ #14699]
3600 CVE-2013-4237
3601 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
3602 member.
3603 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
3604 member.
3605 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
3606 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
3607 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
3608 conditional.
3609 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
3610 GETDENTS_64BIT_ALIGNED.
3611 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
3612 * manual/filesys.texi (Reading/Closing Directory): Document
3613 ENAMETOOLONG return value of readdir_r. Recommend readdir more
3614 strongly.
3615 * manual/conf.texi (Limits for Files): Add portability note to
3616 NAME_MAX, PATH_MAX.
3617 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
3618
ca0a6bc4
AS
36192013-08-13 Andreas Schwab <schwab@suse.de>
3620
3621 [BZ #15749]
3622 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
3623 of fabs.
3624 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
3625 LDBL_MAX_EXP >= 16384]: Add tests for it.
3626
6c1fd795
DM
36272013-08-12 David S. Miller <davem@davemloft.net>
3628
3629 * version.h (RELEASE): Set to "development".
3630 (VERSION): Set to "2.18.90".
3631 * NEWS: Add 2.19 section.
3632
31ad488d
DM
36332013-08-03 David S. Miller <davem@davemloft.net>
3634
3635 * po/ko.po: Update Korean translation from translation project.
3636
db24e684
DM
36372013-08-01 David S. Miller <davem@davemloft.net>
3638
3639 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
3640 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
3641 Bilka.
3642
f723285b
DM
36432013-07-30 David S. Miller <davem@davemloft.net>
3644
3645 * po/fr.po: Update French translation from translation project.
3646
3cbc52db
DM
36472013-07-28 David S. Miller <davem@davemloft.net>
3648
30bbc0cc
DM
3649 * po/cs.po: Update Czech translation from translation project.
3650
3cbc52db
DM
3651 * po/sv.po: Update Swedish translation from translation project.
3652
d492e6d0
DM
36532013-07-27 David S. Miller <davem@davemloft.net>
3654
f1a7f492
DM
3655 * po/eo.po: Update Esperanto translation from translation project.
3656
90e62a4a
DM
3657 * po/vi.po: Update Vietnamese translation from translation project.
3658
d492e6d0
DM
3659 * po/de.po: Update German translation from translation project.
3660
d4baa62d
DM
36612013-07-26 David S. Miller <davem@davemloft.net>
3662
641aa7b4
DM
3663 * po/bg.po: Update Bulgarian translation from translation project.
3664
d4baa62d
DM
3665 * po/nl.po: Update Dutch translation from translation project.
3666 * po/pl.po: Update Polish translation from translation project.
3667 * po/ru.po: Update Russian translation from translation project.
3668
61a9dcb9
DM
36692013-07-24 David S. Miller <davem@davemloft.net>
3670
3671 * po/libc.pot: Update.
3672
7b1f8b58
AZ
36732013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3674
3675 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
3676 variable page size.
3677 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
3678 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
3679 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
3680
a8fc7a03
AK
36812013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3682
3683 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
3684
e4608715
CD
36852013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
3686 Andreas Schwab <schwab@suse.de>
3687 Roland McGrath <roland@hack.frob.com>
3688 Joseph Myers <joseph@codesourcery.com>
3689 Carlos O'Donell <carlos@redhat.com>
3690
3691 [BZ #15755]
3692 * config.h.in: Define HAVE_PT_CHOWN.
3693 * config.make.in (build-pt-chown): New variable.
3694 * configure.in (--enable-pt_chown): New configure option.
3695 * configure: Regenerate.
3696 * login/Makefile: Include Makeconfig. Build pt_chown only if
3697 build-pt-chown is enabled.
3698 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
3699 pt_chown to fix pty ownership.
3700 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
3701 CLOSE_ALL_FDS.
3702 * manual/install.texi (Configuring and compiling): Mention
3703 --enable-pt_chown. Add @findex for grantpt.
3704 * INSTALL: Regenerate.
3705
da2d62df
DM
37062013-07-20 David S. Miller <davem@davemloft.net>
3707
3708 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
3709 difference between 32-bit and 64-bit.
3710
d7e06450
CD
37112013-07-15 Carlos O'Donell <carlos@redhat.com>
3712
3713 [BZ #15711]
3714 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
3715 Avoid system header dependency with -ffreestanding.
3716 ($(objpfx)bits/syscall%d): Likewise.
3717
f959cfd7
DM
37182013-07-13 David S. Miller <davem@davemloft.net>
3719
3720 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
3721 underflows from atanl/atan2l due to bug 15319.
3722 (casinh_test_data): Likewise.
3723
c61f8513
DM
37242013-07-07 David S. Miller <davem@davemloft.net>
3725
3726 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
3727
72c90ed0
JA
37282013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
3729
3730 * sysdeps/i386/fpu/libm-test-ulps: Update.
3731 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3732
52dfbe13
SP
37332013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
3734
3735 * configure.in (--enable-lock-elision): Fix message text.
3736 * INSTALL: Regenerate.
3737 * configure: Regenerate.
3738
3f169543
AZ
37392013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3740
3741 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3742
521c6785
AJ
37432013-07-03 Andreas Jaeger <aj@suse.de>
3744
3745 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
3746 define.
3747 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
3748 (ptrace_peeksiginfo_args): Add.
3749 (__ptrace_peeksiginfo_flags): Add.
3750 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
3751 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
3752 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
3753
d2cc15cb
AM
37542013-07-03 Allan McRae <allan@archlinux.org>
3755
3756 * sysdeps/i386/fpu/libm-test-ulps: Update.
3757
3aaeeca7
DM
37582013-07-02 David S. Miller <davem@davemloft.net>
3759
3760 * sysdeps/sparc/fpu/libm-test-ulps: Update.
3761
5314ed1a
MT
37622013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
3763
3764 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3765
67338156
JM
37662013-07-02 Joseph Myers <joseph@codesourcery.com>
3767
3768 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
3769 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3770
1717da59
AK
37712013-07-02 Andi Kleen <ak@linux.intel.com>
3772
3773 * config.h.in (ENABLE_LOCK_ELISION): Add.
3774 * configure.in (--enable-lock-elision): Add option.
3775 * manual/install.texi: Document --enable lock elision.
3776 * configure: Regenerate
3777 * INSTALL: Regenerate.
3778
1c81621c
L
37792013-07-02 H.J. Lu <hongjiu.lu@intel.com>
3780
3781 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
3782 SSE4.2 strcasecmp for libc.a.
3783 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3784
77f01ab5
JM
37852013-07-02 Joseph Myers <joseph@codesourcery.com>
3786
3787 [BZ #13304]
3788 * soft-fp/op-common.h (_FP_FMA): New macro.
3789 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
3790 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
3791 (_FP_MUL_MEAT_1_imm): ... here.
3792 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
3793 (_FP_MUL_MEAT_1_wide): ... here.
3794 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
3795 (_FP_MUL_MEAT_1_hard): ... here.
3796 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
3797 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
3798 (_FP_MUL_MEAT_2_wide): ... here.
3799 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
3800 (_FP_MUL_MEAT_2_wide_3mul): ... here.
3801 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
3802 (_FP_MUL_MEAT_2_gmp): ... here.
3803 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
3804 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
3805 (_FP_MUL_MEAT_4_wide): ... here.
3806 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
3807 (_FP_MUL_MEAT_4_gmp): ... here.
3808 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
3809 (_FP_WFRACBITS_DW_S): Likewise.
3810 (_FP_WFRACXBITS_DW_S): Likewise.
3811 (_FP_HIGHBIT_DW_S): Likewise.
3812 (FP_FMA_S): Likewise.
3813 (_FP_FRAC_HIGH_DW_S): Likewise.
3814 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
3815 (_FP_WFRACBITS_DW_D): Likewise.
3816 (_FP_WFRACXBITS_DW_D): Likewise.
3817 (_FP_HIGHBIT_DW_D): Likewise.
3818 (FP_FMA_D): Likewise.
3819 (_FP_FRAC_HIGH_DW_D): Likewise.
3820 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
3821 (_FP_WFRACBITS_DW_E): Likewise.
3822 (_FP_WFRACXBITS_DW_E): Likewise.
3823 (_FP_HIGHBIT_DW_E): Likewise.
3824 (FP_FMA_E): Likewise.
3825 (_FP_FRAC_HIGH_DW_E): Likewise.
3826 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
3827 (_FP_WFRACBITS_DW_Q): Likewise.
3828 (_FP_WFRACXBITS_DW_Q): Likewise.
3829 (_FP_HIGHBIT_DW_Q): Likewise.
3830 (FP_FMA_Q): Likewise.
3831 (_FP_FRAC_HIGH_DW_Q): Likewise.
3832 * soft-fp/fmasf4.c: New file.
3833 * soft-fp/fmadf4.c: Likewise.
3834 * soft-fp/fmatf4.c: Likewise.
3835
6308fd9a
LD
38362013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3837
3838 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
3839 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
3840 Silvermont.
3841 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
3842 macro.
3843 (index_Slow_SSE4_2): Likewise.
3844 (index_Prefer_PMINUB_for_stringop): Likewise.
3845 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
3846 bit_Slow_SSE4_2 is set.
3847 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3848 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
3849
89cd9569
RA
38502013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
3851
3852 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
3853 rtld_global._dl_hwcap2.
3854 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
3855 POWER8.
3856 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
3857 POWER8 feature descriptions defined in _dl_hwcap2.
3858 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
3859 string handling for POWER8 feature bits.
3860 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
3861 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
3862 _dl_powerpc_cap_flags.
3863 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
3864 * sysdeps/powerpc/rtld-global-offsets.sym
3865 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
3866 _dl_hwcap2 in the rtld_global_ro structure.
3867
1ae8bfe0
RA
38682013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
3869
3870 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
3871 hardware capabilities in support of AT_HWCAP2.
3872 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
3873 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
3874 GLRO(dl_hwcap2).
3875 (_dl_show_auxv): Add support for calling _dl_procinfo to display
3876 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
3877 explicitly the unknown a_type display mechanism is used.
3878 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
3879 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
3880 struct member.
3881 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
3882 to macro prototype for AT_HWCAP2 support.
3883 * sysdeps/i386/dl-procinfo.h: Likewise.
3884 * sysdeps/s390/dl-procinfo.h: Likewise.
3885 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
3886 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
3887 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
3888 return -1 for unknown a_type display fallback.
3889 * sysdeps/sparc/dl-procinfo.h: Likewise.
3890 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
3891 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
3892
8fbec010
JM
38932013-06-28 Joseph Myers <joseph@codesourcery.com>
3894
3895 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
3896 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
3897
0432680e
PY
38982013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
3899
3900 [BZ #12492]
3901 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
3902 mprotect making __stack_prot writable.
3903
ce61a2ad
NF
39042013-06-28 Nathan Froyd <froydnj@codesourcery.com>
3905 Joseph Myers <joseph@codesourcery.com>
3906
3907 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
3908 as being properly aligned.
3909
f91f1c0f
MR
39102013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
3911
3d0f5d0c
MR
3912 * dlfcn/modstatic5.c: New file.
3913 * dlfcn/tststatic5.c: New file.
3914 * dlfcn/Makefile (tests): Add tststatic5.
3915 (tests-static): Likewise.
3916 (modules-names): Add modstatic5.
3917 (tststatic5-ENV): New variable.
3918 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
3919
f91f1c0f
MR
3920 [BZ #15022]
3921 * elf/dl-support.c (_dl_main_map): New variable.
3922 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
3923 (_dl_nns, _dl_load_adds): Set to 1.
3924 (_dl_initial_searchlist): Refer to _dl_main_map.
3925 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
3926 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
3927 call to _dl_get_origin.
3928 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
3929 around call_map.
3930 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
3931 * dlfcn/modstatic3.c: New file.
3932 * dlfcn/tststatic3.c: New file.
3933 * dlfcn/tststatic4.c: New file.
3934 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
3935 (tests-static): Likewise.
3936 (modules-names): Add modstatic3.
3937 (tststatic3-ENV, tststatic4-ENV): New variables.
3938 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
3939 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
3940
cbe7d24b
JM
39412013-06-26 Joseph Myers <joseph@codesourcery.com>
3942
3943 * configure.in (CC): Require GCC version 4.4 or later.
3944 * configure: Regenerated.
3945 * manual/install.texi (Tools for Compilation): Update GCC version
3946 requirement.
3947 * INSTALL: Regenerated.
3948
11b8a0e1
LD
39492013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3950
3951 [BZ #15674]
bb5bb87c
L
3952 * string/test-memcmp.c (check2): New.
3953 (main): Call check2.
3954
11b8a0e1
LD
3955 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
3956
b0037103
MR
39572013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3958
3959 [BZ #15022]
3960 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
3961 over to...
3962 (dl_open_worker) [!SHARED]: ... here.
3963
c18c701d
RA
39642013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
3965
3966 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
3967
1d17fa5f
RH
39682013-06-25 Richard Henderson <rth@redhat.com>
3969
3970 * locale/programs/locarchive.c: Include <libc-internal.h>
3971
8fcb833a
JM
39722013-06-25 Joseph Myers <joseph@codesourcery.com>
3973
3974 * manual/texinfo.tex: Update to version 2013-06-21.17, with
3975 trailing whitespace removed.
3976
17db6e8d
MF
39772013-06-24 Mike Frysinger <vapier@gentoo.org>
3978
3979 [BZ #10283]
17db6e8d
MF
3980 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
3981 * locale/programs/locarchive.c: Include libc-mmap.h.
3982 (prepare_address_space): Take two new outputs (the mmap base and len).
3983 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
3984 values.
3985 (create_archive): Declare new mmap base and len values for
3986 prepare_address_space, and store the result in ah.
3987 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
3988 (enlarge_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 Declare new mmap base and len values for
3991 prepare_address_space, and store the result in new_ah.
3992 (open_archive): Declare new mmap base and len values for
3993 prepare_address_space, and store the result in ah.
3994 (close_archive): If ah->mmap_base is not NULL, use that and
3995 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
3996 * sysdeps/generic/libc-mmap.h: New file.
3997
d605071e
MF
39982013-06-24 Mike Frysinger <vapier@gentoo.org>
3999
4000 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
4001 (ALIGN_UP): Likewise.
4002 (PTR_ALIGN_DOWN): Likewise.
4003 (PTR_ALIGN_UP): Likewise.
4004
2f063a6e
RA
40052013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
4006
4007 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
4008 entry mapped to PPC_PLATFORM_POWER8.
4009 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
4010 POWER8.
4011 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
4012 (_dl_string_platform): Add case for exporting platform position for
4013 POWER8.
4014 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
4015 search path to sysdeps/powerpc/powerpc32/power8 directory.
4016 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
4017 search path to sysdeps/powerpc/powerpc64/power8 directory.
4018 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
4019 power7 directories.
4020 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
4021 power7 directories.
4022
a31ee4b3
SP
40232013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
4024
a74ca98f
SP
4025 * INSTALL: Regenerate.
4026
a31ee4b3
SP
4027 * nscd/connections.c (nscd_init): Fix comment.
4028
695c378f
JM
40292013-06-22 Joseph Myers <joseph@codesourcery.com>
4030
d8412221
JM
4031 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
4032
695c378f
JM
4033 [BZ #15667]
4034 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
4035 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
4036
d1d54715
MR
40372013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
4038
4039 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
4040 DL_DST_REQ_STATIC.
4041 (DL_DST_REQ_STATIC): Remove macro.
4042
8fdda7af
JM
40432013-06-21 Joseph Myers <joseph@codesourcery.com>
4044
4045 [BZ #7006]
4046 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
4047 with a shift of 0 bits.
4048
f3bc5e5a
MR
40492013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
4050
4051 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
4052 $(tststatic-ENV).
4053
be09e8c9
KK
40542013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4055
4056 [BZ #15655]
4057 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
4058
85c2e611
AZ
40592013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4060
4061 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
4062 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
4063 accepts -fno-tree-loop-distribute-patterns.
4064 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
4065 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
4066 recursive call.
4067 * string/memset.c (memset): Likewise.
4068 * string/test-memmove.c (simple_memmove): Disable loop transformation
4069 to library calls.
4070 * string/test-memset.c (simple_memset): Likewise.
4071 * benchtests/bench-memmove.c (simple_memmove): Likewise.
4072 * benchtests/bench-memset.c (simple_memset): Likewise.
4073 * configure: Regenerated.
4074
c91e0825
JM
40752013-06-20 Joseph Myers <joseph@codesourcery.com>
4076
b8c792af
JM
4077 * math/test-misc.c (main): Ignore fesetround failure when failures
4078 of subsequent rounding tests would be ignored.
4079
c91e0825
JM
4080 [BZ #15654]
4081 * math/fedisblxcpt.c (fedisableexcept): Return 0.
4082 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
4083 * math/fegetenv.c (__fegetenv): Return 0.
4084 * math/fegetexcept.c (fegetexcept): Return 0.
4085 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
4086 FE_TONEAREST.
4087 * math/feholdexcpt.c (feholdexcept): Return 0.
4088 * math/fesetenv.c (__fesetenv): Return 0.
4089 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
4090 argument FE_TONEAREST.
4091 * math/feupdateenv.c (__feupdateenv): Return 0.
4092 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
4093
bfcacbde
RM
40942013-06-18 Roland McGrath <roland@hack.frob.com>
4095
4096 * elf/rtld-Rules (rtld-compile-command.S): New variable.
4097 (rtld-compile-command.s, rtld-compile-command.c): New variables.
4098 ($(objpfx)rtld-%.os rules): Use them.
4099
e55a9b25
AZ
41002013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4101
4102 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
4103 fields.
4104
346d65b3
RM
41052013-06-17 Roland McGrath <roland@hack.frob.com>
4106
12086fb4
RM
4107 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
4108 length of target pattern, then descending length of dependency pattern.
4109 * configure.in (AWK): Require gawk 3.1.2 or newer.
4110 * manual/install.texi (Tools for Compilation): Say that we do.
4111 * configure: Regenerated.
4112
346d65b3
RM
4113 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
4114 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
4115 * scripts/sysd-rules.awk: ... this new script.
4116 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
4117 than a glob-style pattern.
4118
1a846317
JM
41192013-06-17 Joseph Myers <joseph@codesourcery.com>
4120
4121 * math/test-misc.c (main): Do not treat incorrectly rounded
4122 conversions as failure unless ROUNDING_TESTS passes.
4123
8fc75e6f
JM
41242013-06-15 Joseph Myers <joseph@codesourcery.com>
4125
3711a167
JM
4126 [BZ #15631]
4127 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
4128 restore exception state around main square root computation, then
4129 check for inexactness explicitly.
4130
8fc75e6f
JM
4131 * math/libm-test.inc (fma_test_data): Add another test.
4132
61dd6208
SP
41332013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4134
adf23d2c
SP
4135 * manual/threads.texi (Non-POSIX Extensions): New document
4136 node. Document pthread_getattr_default_np and
4137 pthread_setattr_default_np.
4138
61dd6208
SP
4139 * Versions.def (libpthread): Add GLIBC_2.18.
4140 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
4141 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4142 Likewise.
4143 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4144 Likewise.
4145 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
4146 Likewise.
4147 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
4148 Likewise.
4149 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
4150 Likewise.
4151 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4152 Likewise.
4153 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4154 Likewise.
4155 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
4156 Likewise.
4157 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
4158 Likewise.
4159
d086fc7b
LD
41602013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
4161
4162 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4163 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
4164
747ef469
SP
41652013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
4166 H.J. Lu <hjl.tools@gmail.com>
4167
4168 [BZ #15627]
4169 * sysdeps/x86_64/rtld-memset.c: Remove file.
4170 * sysdeps/x86_64/rtld-memset.S: New file.
4171
1b2feed2
JM
41722013-06-14 Joseph Myers <joseph@codesourcery.com>
4173
4174 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
4175 (test_in_one_mode): Take arguments for whether the rounding mode
4176 is supported for each floating-point type.
4177 (do_test): Pass new arguments to test_in_one_mode using
4178 ROUNDING_TESTS.
4179
a58ad3f8
RM
41802013-06-13 Roland McGrath <roland@hack.frob.com>
4181
4182 * posix/tst-waitid.c (do_test): Distinguish different instances of
4183 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
4184 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
4185 before entering the kernel for waitpid.
4186
c204ab28
SP
41872013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
4188
4189 * NEWS: Fix note on clock function precision. Text by Roland
4190 McGrath.
4191
f4a29fba
RM
41922013-06-13 Roland McGrath <roland@hack.frob.com>
4193
4194 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
4195 it into place only when and if the sanity check passes.
4196
1f24b9ad
JM
41972013-06-13 Joseph Myers <joseph@codesourcery.com>
4198
4199 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
4200 output for whether conversion result is exact. Take argument
4201 indicating whether type is IBM long double.
4202 (round_for_all): Change need_exact field to ibm_ld.
4203 * stdlib/tst-strtod-round.c (struct exactness): New type.
4204 (struct test): Change bool ld_ok field to struct exactness exact.
4205 (TEST): Update all definitions for change to field.
4206 (tests): Regenerate array contents.
4207 (test_in_one_mode): Take pointer to new field instead of old ld_ok
4208 field value. Check for IBM long double here.
4209 (do_test): Update calls to test_in_one_mode.
4210
58206c68
SP
42112013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
4212
4213 [BZ #12515]
4214 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
4215 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
4216
2d6f4c5b 42172013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
4218
4219 [BZ #15605]
4220 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
4221 generated by the compiler on loop optimizations.
4222 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
4223 general definitions.
4224
94f2c076
JM
42252013-06-12 Joseph Myers <joseph@codesourcery.com>
4226
4227 * math/bug-nextafter.c: Include <math-tests.h>.
4228 (main): Only test for exceptions if EXCEPTION_TESTS is true for
4229 the relevant type.
4230 * math/bug-nexttoward.c: Include <math-tests.h>.
4231 (main): Only test for exceptions if EXCEPTION_TESTS is true for
4232 the relevant type.
4233 * math/test-misc.c: Include <math-tests.h>.
4234 (main): Only test for exceptions if EXCEPTION_TESTS is true for
4235 the relevant type.
4236
e0e50a0a
AJ
42372013-06-12 Andreas Jaeger <aj@suse.de>
4238
4239 * po/ia.po: Update Interlingua translation from translation
4240 project.
4241
25061094
SP
42422013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
4243
4244 * include/fenv.h: Include stdbool.h.
4245 (struct rm_ctx): New structure.
4246 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
4247 Define macro.
4248 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
4249 (SET_RESTORE_ROUNDF): Likewise.
4250 (SET_RESTORE_ROUNDL): Likewise.
4251 (SET_RESTORE_ROUND_NOEX): Likewise.
4252 (SET_RESTORE_ROUND_NOEXF): Likewise.
4253 (SET_RESTORE_ROUND_NOEXL): Likewise.
4254 (SET_RESTORE_ROUND_53BIT): Likewise.
4255 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
4256 (libc_feresetround_noexf_ctx): Likewise.
4257 (libc_feresetround_noexl_ctx): Likewise.
4258 (libc_feholdsetround_53bit_ctx): Likewise.
4259 (libc_feresetround_53bit_ctx): Likewise.
4260 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
4261 (libc_feholdexcept_setround_sse_ctx): New function.
4262 (libc_fesetenv_sse_ctx): Likewise.
4263 (libc_feupdateenv_sse_ctx): Likewise.
4264 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
4265 (libc_feholdexcept_setround_387_ctx): Likewise.
4266 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
4267 (libc_feholdsetround_387_prec_ctx): Likewise.
4268 (libc_feholdsetround_387_ctx): Likewise.
4269 (libc_feholdsetround_387_53bit_ctx): Likewise.
4270 (libc_feholdsetround_sse_ctx): Likewise.
4271 (libc_feresetround_sse_ctx): Likewise.
4272 (libc_feresetround_387_ctx): Likewise.
4273 (libc_feupdateenv_387_ctx): Likewise.
4274 (libc_feholdexcept_setroundf_ctx): Define macro.
4275 (libc_fesetenvf_ctx): Likewise.
4276 (libc_feupdateenvf_ctx): Likewise.
4277 (libc_feholdsetroundf_ctx): Likewise.
4278 (libc_feresetroundf_ctx): Likewise.
4279 (libc_feholdexcept_setround_ctx): Likewise.
4280 (libc_fesetenv_ctx): Likewise.
4281 (libc_feupdateenv_ctx): Likewise.
4282 (libc_feholdsetround_ctx): Likewise.
4283 (libc_feresetround_ctx): Likewise.
4284 (libc_feholdexcept_setroundl_ctx): Likewise.
4285 (libc_feupdateenvl_ctx): Likewise.
4286 (libc_feholdsetroundl_ctx): Likewise.
4287 (libc_feresetroundl_ctx): Likewise.
4288 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
4289 (libc_feresetround_53bit_ctx): Likewise.
4290
59b30555
SP
42912013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4292
4293 * locale/iso-639.def: Convert to UTF-8.
4294
f1d73d30
JM
42952013-06-11 Joseph Myers <joseph@codesourcery.com>
4296
4297 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
4298 (EXCEPTION_TESTS_double): Likewise.
4299 (EXCEPTION_TESTS_long_double): Likewise.
4300 (EXCEPTION_TESTS): Likewise.
4301 * math/libm-test.inc (test_exceptions): Only test exceptions if
4302 EXCEPTION_TESTS (FLOAT).
4303
94aca5e7
SP
43042013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4305
4306 * benchtests/Makefile (string-bench): Add strcpy_chk and
4307 stpcpy_chk.
4308 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
4309 * benchtests/bench-stpcpy_chk.c: New file.
4310 * benchtests/bench-strcpy_chk-ifunc.c: New file.
4311 * benchtests/bench-strcpy_chk.c: New file.
4312 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
4313 code.
4314 (do_test): Likewise.
4315
fac0c5f2
RA
43162013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
4317
4318 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
4319 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
4320 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
4321 with tabs where appropriate.
4322 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
4323 dl-procinfo.h.
4324 [PPC_PLATFORM_PPC440]: Likewise.
4325 [PPC_PLATFORM_PPC464]: Likewise.
4326 [PPC_PLATFORM_PPC476]: Likewise.
4327 (_dl_string_platform): Add support for detecting ppc405, ppc440,
4328 ppc464, and ppc476 platform strings merging from ports/
4329 dl-procinfo.h.
4330
f22bc486
AS
43312013-06-11 Andreas Schwab <schwab@suse.de>
4332
4333 [BZ #14991]
4334 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
4335 (from_ucs4_idx): Regenerate.
4336 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
4337 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
4338 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
4339 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
4340 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
4341 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
4342 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
4343 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
4344 from FROM_LOOP and TO_LOOP specific macros.
4345 (BODY): Handle combining characters.
4346 * iconvdata/BIG5HKSCS.irreversible: Update.
4347 * iconvdata/BIG5HKSCS.precomposed: New file.
4348 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
4349 characters.
4350 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
4351
c1f75dc3
SP
43522013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4353
4eacded2
SP
4354 * include/sys/time.h: Fix indentation and add copyright header.
4355
fec799f8
SP
4356 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
4357 (do_test): Likewise.
4358 * string/test-memchr.c (do_one_test): Likewise.
4359 (do_test): Likewise.
4360 * string/test-memcmp.c (do_one_test): Likewise.
4361 (do_test): Likewise.
4362 * string/test-memcpy.c (do_one_test): Likewise.
4363 (do_test): Likewise.
4364 * string/test-memmem.c (do_one_test): Likewise.
4365 (do_test): Likewise.
4366 (do_random_tests): Likewise.
4367 * string/test-memmove.c (do_one_test): Likewise.
4368 (do_test): Likewise.
4369 * string/test-memset.c (do_one_test): Likewise.
4370 (do_test): Likewise.
4371 * string/test-rawmemchr.c (do_one_test): Likewise.
4372 (do_test): Likewise.
4373 * string/test-strcasecmp.c (do_one_test): Likewise.
4374 (do_test): Likewise.
4375 * string/test-strcasestr.c (do_one_test): Likewise.
4376 (do_test): Likewise.
4377 * string/test-strcat.c (do_one_test): Likewise.
4378 (do_test): Likewise.
4379 * string/test-strchr.c (do_one_test): Likewise.
4380 (do_test): Likewise.
4381 * string/test-strcmp.c (do_one_test): Likewise.
4382 (do_test): Likewise.
4383 * string/test-strcpy.c (do_one_test): Likewise.
4384 (do_test): Likewise.
4385 * string/test-string.h: Likewise.
4386 (test_init): Likewise.
4387 * string/test-strlen.c (do_one_test): Likewise.
4388 (do_test): Likewise.
4389 * string/test-strncasecmp.c (do_one_test): Likewise.
4390 (do_test): Likewise.
4391 * string/test-strncat.c (do_one_test): Likewise.
4392 (do_test): Likewise.
4393 * string/test-strncmp.c (do_one_test): Likewise.
4394 (do_test_limit): Likewise.
4395 (do_test): Likewise.
4396 * string/test-strncpy.c (do_one_test): Likewise.
4397 (do_test): Likewise.
4398 * string/test-strnlen.c (do_one_test): Likewise.
4399 (do_test): Likewise.
4400 * string/test-strpbrk.c (do_one_test): Likewise.
4401 (do_test): Likewise.
4402 * string/test-strrchr.c (do_one_test): Likewise.
4403 (do_test): Likewise.
4404 * string/test-strspn.c (do_one_test): Likewise.
4405 (do_test): Likewise.
4406 * string/test-strstr.c (do_one_test): Likewise.
4407 (do_test): Likewise.
4408
97020474
SP
4409 * benchtests/Makefile (string-bench): Add string benchmarks.
4410 * benchtests/bench-bcopy-ifunc.c: New file.
4411 * benchtests/bench-bcopy.c: New file.
4412 * benchtests/bench-bzero-ifunc.c: New file.
4413 * benchtests/bench-bzero.c: New file.
4414 * benchtests/bench-memccpy-ifunc.c: New file.
4415 * benchtests/bench-memccpy.c: New file.
4416 * benchtests/bench-memchr-ifunc.c: New file.
4417 * benchtests/bench-memchr.c: New file.
4418 * benchtests/bench-memcmp-ifunc.c: New file.
4419 * benchtests/bench-memcmp.c: New file.
4420 * benchtests/bench-memmem-ifunc.c: New file.
4421 * benchtests/bench-memmem.c: New file.
4422 * benchtests/bench-memmove-ifunc.c: New file.
4423 * benchtests/bench-memmove.c: New file.
4424 * benchtests/bench-mempcpy-ifunc.c: New file.
4425 * benchtests/bench-mempcpy.c: New file.
4426 * benchtests/bench-memset-ifunc.c: New file.
4427 * benchtests/bench-memset.c: New file.
4428 * benchtests/bench-rawmemchr-ifunc.c: New file.
4429 * benchtests/bench-rawmemchr.c: New file.
4430 * benchtests/bench-stpcpy-ifunc.c: New file.
4431 * benchtests/bench-stpcpy.c: New file.
4432 * benchtests/bench-stpncpy-ifunc.c: New file.
4433 * benchtests/bench-stpncpy.c: New file.
4434 * benchtests/bench-strcasecmp-ifunc.c: New file.
4435 * benchtests/bench-strcasecmp.c: New file.
4436 * benchtests/bench-strcasestr-ifunc.c: New file.
4437 * benchtests/bench-strcasestr.c: New file.
4438 * benchtests/bench-strcat-ifunc.c: New file.
4439 * benchtests/bench-strcat.c: New file.
4440 * benchtests/bench-strchr-ifunc.c: New file.
4441 * benchtests/bench-strchr.c: New file.
4442 * benchtests/bench-strchrnul-ifunc.c: New file.
4443 * benchtests/bench-strchrnul.c: New file.
4444 * benchtests/bench-strcmp-ifunc.c: New file.
4445 * benchtests/bench-strcmp.c: New file.
4446 * benchtests/bench-strcpy-ifunc.c: New file.
4447 * benchtests/bench-strcpy.c: New file.
4448 * benchtests/bench-strcspn-ifunc.c: New file.
4449 * benchtests/bench-strcspn.c: New file.
4450 * benchtests/bench-strlen-ifunc.c: New file.
4451 * benchtests/bench-strlen.c: New file.
4452 * benchtests/bench-strncasecmp-ifunc.c: New file.
4453 * benchtests/bench-strncasecmp.c: New file.
4454 * benchtests/bench-strncat-ifunc.c: New file.
4455 * benchtests/bench-strncat.c: New file.
4456 * benchtests/bench-strncmp-ifunc.c: New file.
4457 * benchtests/bench-strncmp.c: New file.
4458 * benchtests/bench-strncpy-ifunc.c: New file.
4459 * benchtests/bench-strncpy.c: New file.
4460 * benchtests/bench-strnlen-ifunc.c: New file.
4461 * benchtests/bench-strnlen.c: New file.
4462 * benchtests/bench-strpbrk-ifunc.c: New file.
4463 * benchtests/bench-strpbrk.c: New file.
4464 * benchtests/bench-strrchr-ifunc.c: New file.
4465 * benchtests/bench-strrchr.c: New file.
4466 * benchtests/bench-strspn-ifunc.c: New file.
4467 * benchtests/bench-strspn.c: New file.
4468 * benchtests/bench-strstr-ifunc.c: New file.
4469 * benchtests/bench-strstr.c: New file.
4470
c1f75dc3
SP
4471 * benchtests/Makefile: Disable parallel execution of targets.
4472 (string-bench): Add memcpy.
4473 (benchset): New variable to store a list of benchmark sets.
4474 (bench-func): Renamed from bench.
4475 (bench-set): New target.
4476 (bench): Depend on bench-func and bench-set.
4477 * benchtests/README: Add section on benchmark sets.
4478 * benchtests/bench-memcpy-ifunc.c: New file.
4479 * benchtests/bench-memcpy.c: New file.
4480 * benchtests/bench-string.h: New file.
4481
50fd745b
AS
44822013-06-11 Andreas Schwab <schwab@suse.de>
4483
4484 [BZ #15577]
4485 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
4486 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
4487 values in the triple.
4488 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
4489 terminator in the group key.
4490
3ee7e9fe
AJ
44912013-06-11 Andreas Jaeger <aj@suse.de>
4492
4493 * po/zh_TW.po: Update Chinese (traditional) translation from
4494 translation project.
4495
89fb6835
SP
44962013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4497
4498 * include/time.h (__clock_gettime): Add libc_hidden_proto.
4499 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
4500 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
4501 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
4502 (clock_getcpuclockid): Likewise.
4503 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
4504 Add weak_alias and libc_hidden_def.
4505 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
4506 * rt/clock_gettime.c (clock_gettime): Rename to
4507 __clock_gettime. Add weak_alias and libc_hidden_def.
4508 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
4509 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
4510 __clock_nanosleep. Add weak_alias and libc_hidden_def.
4511 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
4512 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
4513 Likewise.
4514 * rt/clock_settime.c (clock_settime): Rename to
4515 __clock_settime. Add weak_alias and libc_hidden_def.
4516 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
4517
0efa6f8b
JM
45182013-06-10 Joseph Myers <joseph@codesourcery.com>
4519
b8c61b4b
JM
4520 * mach/err_boot.sub: Remove trailing whitespace.
4521 * mach/err_ipc.sub: Likewise.
4522 * mach/err_mach.sub: Likewise.
4523
0efa6f8b
JM
4524 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
4525 (ROUNDING_TESTS_double): Likewise.
4526 (ROUNDING_TESTS_long_double): Likewise.
4527 (ROUNDING_TESTS): Likewise.
4528 * math/libm-test.inc: Include <math-tests.h>.
4529 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
4530 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
4531 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
4532 (IF_ROUND_INIT_FE_UPWARD): Likewise.
4533
50b818bf
SP
45342013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4535
4536 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
4537 of assigning.
4538
60d2f8f3
JM
45392013-06-08 Joseph Myers <joseph@codesourcery.com>
4540
4902d2c3
JM
4541 * sysdeps/gnu/errlist.awk: Do not generate space at end of
4542 otherwise empty TRANS lines.
4543 * sysdeps/gnu/errlist.c: Regenerated.
4544
60d2f8f3
JM
4545 * catgets/gencat.c (error_print): Use (void) in function
4546 definition.
4547 * crypt/crypt_util.c (__init_des): Likewise.
4548 * crypt/speeds.c (Stop): Likewise.
4549 (main): Likewise.
4550 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
4551 * inet/ruserpass.c (token): Likewise.
4552 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
4553 * intl/localealias.c (extend_alias_table): Likewise.
4554 * intl/plural-exp.c (init_germanic_plural): Likewise.
4555 * libio/fcloseall.c (__fcloseall): Likewise.
4556 * libio/genops.c (_IO_flush_all): Likewise.
4557 (_IO_flush_all_linebuffered): Likewise.
4558 (_IO_cleanup): Likewise.
4559 (_IO_iter_begin): Likewise.
4560 (_IO_iter_end): Likewise.
4561 (_IO_list_lock): Likewise.
4562 (_IO_list_unlock): Likewise.
4563 (_IO_list_resetlock): Likewise.
4564 * libio/getchar.c (getchar): Likewise.
4565 * libio/getchar_u.c (getchar_unlocked): Likewise.
4566 * libio/getwchar.c (getwchar): Likewise.
4567 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
4568 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
4569 * login/getpt.c (__getpt): Likewise.
4570 * login/tst-utmp.c (main): Likewise.
4571 * malloc/hooks.c (__malloc_check_init): Likewise.
4572 * malloc/malloc.c (__malloc_stats): Likewise.
4573 * malloc/mtrace.c (tr_break): Likewise.
4574 (mtrace): Likewise.
4575 (muntrace): Likewise.
4576 * misc/fstab.c (endfsent): Likewise.
4577 * misc/getclktck.c (__getclktck): Likewise.
4578 * misc/getdtsz.c (__getdtablesize): Likewise.
4579 * misc/gethostid.c (gethostid): Likewise.
4580 * misc/getpagesize.c (__getpagesize): Likewise.
4581 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
4582 (__get_nprocs): Likewise.
4583 (__get_phys_pages): Likewise.
4584 (__get_avphys_pages): Likewise.
4585 * misc/getttyent.c (getttyent): Likewise.
4586 (setttyent): Likewise.
4587 (endttyent): Likewise.
4588 * misc/getusershell.c (getusershell): Likewise.
4589 (endusershell): Likewise.
4590 (setusershell): Likewise.
4591 (initshells): Likewise.
4592 * misc/hsearch.c (__hdestroy): Likewise.
4593 * misc/sync.c (sync): Likewise.
4594 * misc/syslog.c (closelog_internal): Likewise.
4595 (closelog): Likewise.
4596 * misc/ttyslot.c (ttyslot): Likewise.
4597 * misc/vhangup.c (vhangup): Likewise.
4598 * posix/fork.c (__fork): Likewise.
4599 * posix/getegid.c (__getegid): Likewise.
4600 * posix/geteuid.c (__geteuid): Likewise.
4601 * posix/getgid.c (__getgid): Likewise.
4602 * posix/getpid.c (__getpid): Likewise.
4603 * posix/getppid.c (__getppid): Likewise.
4604 * posix/getuid.c (__getuid): Likewise.
4605 * posix/pause.c (pause): Likewise.
4606 * posix/setpgrp.c (setpgrp): Likewise.
4607 * posix/setsid.c (__setsid): Likewise.
4608 * posix/test-vfork.c (noop): Likewise.
4609 * resolv/gethnamaddr.c (_endhtent): Likewise.
4610 (_gethtent): Likewise.
4611 (ht_endhostent): Likewise.
4612 (gethostent): Likewise.
4613 (dns_service): Likewise.
4614 * stdlib/drand48.c (drand48): Likewise.
4615 * stdlib/lrand48.c (lrand48): Likewise.
4616 * stdlib/mrand48.c (mrand48): Likewise.
4617 * stdlib/rand.c (rand): Likewise.
4618 * stdlib/random.c (__random): Likewise.
4619 * stdlib/setenv.c (clearenv): Likewise.
4620 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
4621 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
4622 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4623 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
4624 (__get_nprocs): Likewise.
4625 (__get_phys_pages): Likewise.
4626 (__get_avphys_pages): Likewise.
4627 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
4628 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
4629 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
4630 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
4631 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
4632 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
4633 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
4634 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
4635 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4636 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
4637 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
4638 * sysdeps/mach/hurd/sync.c (sync): Likewise.
4639 * sysdeps/posix/clock.c (clock): Likewise.
4640 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
4641 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
4642 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
4643 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
4644 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
4645 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
4646 (__get_nprocs_conf): Likewise.
4647 (__get_phys_pages): Likewise.
4648 (__get_avphys_pages): Likewise.
4649 * time/clock.c (clock): Likewise.
4650 * time/tzset.c (__tzname_max): Likewise.
4651
2e09a79a
JM
46522013-06-07 Joseph Myers <joseph@codesourcery.com>
4653
4654 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
4655 (__bswap_32): Do not use "register".
4656 * crypt/crypt.c (_ufc_doit_r): Likewise.
4657 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
4658 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
4659 * gmon/gmon.c (__monstartup): Likewise.
4660 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
4661 * hurd/hurdmalloc.c (more_memory): Likewise.
4662 (malloc): Likewise.
4663 (free): Likewise.
4664 (realloc): Likewise.
4665 (malloc_fork_prepare): Likewise.
4666 (malloc_fork_parent): Likewise.
4667 (malloc_fork_child): Likewise.
4668 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
4669 (_svcauth_des): Likewise.
4670 * inet/inet_lnaof.c (inet_lnaof): Likewise.
4671 * inet/inet_net.c (inet_network): Likewise.
4672 * inet/inet_netof.c (inet_netof): Likewise.
4673 * inet/rcmd.c (__validuser2_sa): Likewise.
4674 * io/fts.c (fts_open): Likewise.
4675 (fts_load): Likewise.
4676 (fts_close): Likewise.
4677 (fts_read): Likewise.
4678 (fts_children): Likewise.
4679 (fts_build): Likewise.
4680 (fts_stat): Likewise.
4681 (fts_sort): Likewise.
4682 (fts_alloc): Likewise.
4683 (fts_lfree): Likewise.
4684 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
4685 (_IO_file_xsgetn): Likewise.
4686 (_IO_file_xsgetn_mmap): Likewise.
4687 * libio/iofopncook.c (_IO_cookie_read): Likewise.
4688 (_IO_cookie_write): Likewise.
4689 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
4690 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
4691 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
4692 * malloc/obstack.c (_obstack_begin): Likewise.
4693 (_obstack_begin_1): Likewise.
4694 (_obstack_newchunk): Likewise.
4695 (_obstack_allocated_p): Likewise.
4696 (obstack_free): Likewise.
4697 (_obstack_memory_used): Likewise.
4698 * misc/getttyent.c (getttynam): Likewise.
4699 (getttyent): Likewise.
4700 (skip): Likewise.
4701 (value): Likewise.
4702 * misc/getusershell.c (initshells): Likewise.
4703 * misc/syslog.c (__vsyslog_chk): Likewise.
4704 * misc/ttyslot.c (ttyslot): Likewise.
4705 * nis/nis_hash.c (__nis_hash): Likewise.
4706 * posix/fnmatch_loop.c (FCT): Likewise.
4707 * posix/getconf.c (print_all): Likewise.
4708 (main): Likewise.
4709 * posix/getopt.c (exchange): Likewise.
4710 * posix/glob.c (globfree): Likewise.
4711 (prefix_array): Likewise.
4712 (__glob_pattern_type): Likewise.
4713 * resolv/arpa/nameser.h (NS_GET16): Likewise.
4714 (NS_GET32): Likewise.
4715 (NS_PUT16): Likewise.
4716 (NS_PUT32): Likewise.
4717 * resolv/gethnamaddr.c (getanswer): Likewise.
4718 (gethostbyname2): Likewise.
4719 (gethostbyaddr): Likewise.
4720 (_gethtent): Likewise.
4721 (_gethtbyname2): Likewise.
4722 (_gethtbyaddr): Likewise.
4723 * resolv/ns_print.c (dst_s_get_int16): Likewise.
4724 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
4725 * resolv/res_init.c (__res_vinit): Likewise.
4726 (net_mask): Likewise.
4727 * resolv/res_mkquery.c (outchar): Likewise.
4728 (PRINT): Likewise.
4729 * stdio-common/printf_fp.c (outchar): Likewise.
4730 (PRINT): Likewise.
4731 * stdio-common/printf_fphex.c (outchar): Likewise.
4732 (PRINT): Likewise.
4733 * stdio-common/printf_size.c (outchar): Likewise.
4734 (PRINT): Likewise.
4735 * stdio-common/test_rdwr.c (main): Likewise.
4736 * stdio-common/tfformat.c (matches): Likewise.
4737 * stdio-common/vfprintf.c (outchar): Likewise.
4738 (printf_unknown): Likewise.
4739 (buffered_vfprintf): Likewise.
4740 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
4741 * stdio-common/xbug.c (AppendToBuffer): Likewise.
4742 (ReadFile): Likewise.
4743 * stdlib/qsort.c (SWAP): Likewise.
4744 (_quicksort): Likewise.
4745 * stdlib/setenv.c (__add_to_environ): Likewise.
4746 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
4747 * stdlib/strtol_l.c (__strtol_l): Likewise.
4748 * stdlib/tst-strtod.c (main): Likewise.
4749 * stdlib/tst-strtol.c (main): Likewise.
4750 * stdlib/tst-strtoll.c (main): Likewise.
4751 * string/bits/string2.h (__strcmp_cc): Likewise.
4752 (__strcmp_cg): Likewise.
4753 (__strcspn_c1): Likewise.
4754 (__strcspn_c2): Likewise.
4755 (__strcspn_c3): Likewise.
4756 (__strspn_c1): Likewise.
4757 (__strspn_c2): Likewise.
4758 (__strspn_c3): Likewise.
4759 (__strsep_1c): Likewise.
4760 (__strsep_2c): Likewise.
4761 (__strsep_3c): Likewise.
4762 * string/memccpy.c (__memccpy): Likewise.
4763 * string/stpcpy.c (__stpcpy): Likewise.
4764 * string/strcmp.c (strcmp): Likewise.
4765 * string/strrchr.c (strrchr): Likewise.
4766 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
4767 Likewise.
4768 * sysdeps/mach/hurd/getcwd.c
4769 (_hurd_canonicalize_directory_name_internal): Likewise.
4770 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
4771 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
4772 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
4773 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
4774 Likewise, in both definitions.
4775 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
4776 definitions.
4777 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
4778 64] (__bswap_64): Likewise.
4779 * time/test_time.c (main): Likewise.
4780 * time/tzfile.c (__tzfile_read): Likewise.
4781 (__tzfile_compute): Likewise.
4782 * time/tzset.c (__tzset_parse_tz): Likewise.
4783 (tzset_internal): Likewise.
4784 (compute_change): Likewise.
4785 * wcsmbs/wcscat.c (__wcscat): Likewise.
4786 * wcsmbs/wcschr.c (wcschr): Likewise.
4787 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
4788 * wcsmbs/wcscspn.c (wcscspn): Likewise.
4789 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
4790 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
4791 * wcsmbs/wcsspn.c (wcsspn): Likewise.
4792 * wcsmbs/wcsstr.c (wcsstr): Likewise.
4793 * wcsmbs/wmemchr.c (wmemchr): Likewise.
4794 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
4795 * wcsmbs/wmemset.c (wmemset): Likewise.
4796
9e54314b
JM
47972013-06-06 Joseph Myers <joseph@codesourcery.com>
4798
4799 * scripts/config.guess: Update to version 2013-05-16.
4800 * scripts/config.sub: Update to version 2013-04-24.
4801 * scripts/install-sh: Update to version 2011-11-20.07.
4802 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
4803 * scripts/move-if-change: Update to version 2012-01-06 07:23.
4804
350635a5
OB
48052013-06-06 Ondřej Bílka <neleai@seznam.cz>
4806
4807 * debug/fgetws_u_chk.c: Fix leading whitespaces.
4808 * elf/sln.c: Likewise.
4809 * hurd/hurd/ioctl.h: Likewise.
4810 * hurd/hurdmalloc.c: Likewise.
4811 * hurd/xattr.c: Likewise.
4812 * include/shlib-compat.h: Likewise.
4813 * inet/ruserpass.c: Likewise.
4814 * libio/iofgets_u.c: Likewise.
4815 * libio/iofgetws_u.c: Likewise.
4816 * locale/programs/ld-identification.c: Likewise.
4817 * locale/programs/ld-time.c: Likewise.
4818 * mach/msg-destroy.c: Likewise.
4819 * nss/nss_files/files-netgrp.c: Likewise.
4820 * resolv/res_data.c: Likewise.
4821 * soft-fp/op-1.h: Likewise.
4822 * soft-fp/op-2.h: Likewise.
4823 * soft-fp/op-4.h: Likewise.
4824 * soft-fp/op-common.h: Likewise.
4825 * stdio-common/printf_fphex.c: Likewise.
4826 * stdlib/strtod_l.c: Likewise.
4827 * sunrpc/rpc/clnt.h: Likewise.
4828 * sysdeps/generic/framestate.c: Likewise.
4829 * sysdeps/i386/bsd-_setjmp.S: Likewise.
4830 * sysdeps/i386/bsd-setjmp.S: Likewise.
4831 * sysdeps/i386/__longjmp.S: Likewise.
4832 * sysdeps/i386/setjmp.S: Likewise.
4833 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
4834 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
4835 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
4836 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
4837 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
4838 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
4839 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
4840 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
4841 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4842 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
4843 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
4844 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
4845 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
4846 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
4847 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
4848 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
4849 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
4850 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
4851 * sysdeps/ieee754/support.c: Likewise.
4852 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
4853 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
4854 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
4855 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
4856 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
4857 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
4858 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
4859 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
4860 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
4861 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
4862 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
4863 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
4864 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
4865 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
4866 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
4867 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
4868 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
4869 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
4870
44a988af
OB
48712013-06-05 Ondřej Bílka <neleai@seznam.cz>
4872
25506f09 4873 * posix/transbug.c: Remove executable mode.
44a988af 4874
9c84384c
JM
48752013-06-05 Joseph Myers <joseph@codesourcery.com>
4876
4877 * crypt/speeds.c: Remove trailing whitespace.
4878 * dlfcn/default.c: Likewise.
4879 * elf/ifuncdep2.c: Likewise.
4880 * elf/ifuncmain1.c: Likewise.
4881 * elf/ifuncmain1vis.c: Likewise.
4882 * elf/testobj.h: Likewise.
4883 * elf/tst-stackguard1.c: Likewise.
4884 * gmon/sys/gmon.h: Likewise.
4885 * hurd/hurdmsg.c: Likewise.
4886 * hurd/new-fd.c: Likewise.
4887 * hurd/ports-get.c: Likewise.
4888 * iconvdata/ibm1008_420.c: Likewise.
4889 * inet/tst-getni1.c: Likewise.
4890 * inet/tst-getni2.c: Likewise.
4891 * libio/ioungetc.c: Likewise.
4892 * libio/wfiledoalloc.c: Likewise.
4893 * manual/libm-err-tab.pl: Likewise.
4894 * math/w_dremf.c: Likewise.
4895 * misc/ftruncate.c: Likewise.
4896 * posix/bug-glob2.c: Likewise.
4897 * posix/tst-pcre.c: Likewise.
4898 * posix/wait4.c: Likewise.
4899 * resolv/README: Likewise.
4900 * resolv/res_debug.h: Likewise.
4901 * resolv/tst-inet_ntop.c: Likewise.
4902 * setjmp/bug269-setjmp.c: Likewise.
4903 * soft-fp/extended.h: Likewise.
4904 * soft-fp/op-1.h: Likewise.
4905 * soft-fp/op-2.h: Likewise.
4906 * soft-fp/op-4.h: Likewise.
4907 * soft-fp/op-8.h: Likewise.
4908 * soft-fp/testit.c: Likewise.
4909 * stdio-common/bug16.c: Likewise.
4910 * stdlib/random.c: Likewise.
4911 * sunrpc/rpcsvc/rquota.x: Likewise.
4912 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
4913 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
4914 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
4915 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
4916 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
4917 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
4918 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
4919 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
4920 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
4921 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
4922 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
4923 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
4924 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
4925 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
4926 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
4927 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
4928 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
4929 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
4930 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
4931 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4932 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
4933 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
4934 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
4935 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
4936 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
4937 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
4938 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
4939 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
4940 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
4941 * sysdeps/ieee754/s_lib_version.c: Likewise.
4942 * sysdeps/mach/hurd/check_fds.c: Likewise.
4943 * sysdeps/mach/hurd/getsockname.c: Likewise.
4944 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
4945 * sysdeps/mach/hurd/recvfrom.c: Likewise.
4946 * sysdeps/powerpc/bits/link.h: Likewise.
4947 * sysdeps/powerpc/dl-procinfo.c: Likewise.
4948 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
4949 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
4950 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
4951 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
4952 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
4953 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
4954 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
4955 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
4956 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
4957 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4958 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
4959 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
4960 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
4961 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
4962 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
4963 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
4964 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
4965 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
4966 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
4967 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
4968 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
4969 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
4970 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
4971 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
4972 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
4973 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
4974 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
4975 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
4976 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
4977 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
4978 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
4979 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
4980 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
4981 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
4982 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
4983 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
4984 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
4985 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4986 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
4987 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
4988 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
4989 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
4990 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
4991 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
4992 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
4993 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
4994 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
4995 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
4996 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
4997 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
4998 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
4999 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5000 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5001 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
5002 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5003 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5004 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
5005 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
5006 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5007 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
5008 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
5009 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
5010 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
5011 * sysdeps/powerpc/sysdep.h: Likewise.
5012 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
5013 * sysdeps/s390/s390-64/sub_n.S: Likewise.
5014 * sysdeps/sh/dl-trampoline.S: Likewise.
5015 * sysdeps/sh/memset.S: Likewise.
5016 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
5017 * sysdeps/sh/strlen.S: Likewise.
5018 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
5019 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
5020 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
5021 * sysdeps/sparc/sparc32/rem.S: Likewise.
5022 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
5023 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
5024 * sysdeps/sparc/sparc32/strchr.S: Likewise.
5025 * sysdeps/sparc/sparc32/udiv.S: Likewise.
5026 * sysdeps/sparc/sparc32/urem.S: Likewise.
5027 * sysdeps/sparc/sparc64/add_n.S: Likewise.
5028 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
5029 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
5030 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
5031 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
5032 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
5033 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
5034 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
5035 * sysdeps/unix/bsd/times.c: Likewise.
5036 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
5037 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
5038 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
5039 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
5040 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5041 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
5042 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
5043 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
5044 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
5045 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
5046 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
5047 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
5048 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
5049 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
5050 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
5051 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5052 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
5053 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
5054 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
5055 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
5056 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
5057 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
5058 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
5059 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
5060 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
5061 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5062 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
5063 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5064 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
5065 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
5066 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
5067 * sysdeps/x86_64/strcspn.S: Likewise.
5068
869378a5
RA
50692013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
5070
5071 * locale/C-translit.h: Revert #include <stdint.h> because this is a
5072 generated file. Regenerate properly from gen-translit.pl.
5073 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
5074 locale/C-translit.h.
5075
840e2943
AS
50762013-06-05 Andreas Schwab <schwab@suse.de>
5077
5078 [BZ #15100]
5079 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
5080 week as 6 instead of -1.
5081 * time/tst-strptime.c (day_tests): Add test case.
5082
4c60cb0c
SP
50832013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5084
5085 * sysdeps/generic/math_private.h
5086 (libc_feholdexcept_setround_53bit): Replace with
5087 libc_feholdsetround_53bit.
5088 (libc_feupdateenv_53bit): Replace with
5089 libc_feresetround_53bit.
5090 (SET_RESTORE_ROUND_53BIT): Adjust.
5091
d180203e
SP
50922013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
5093
96df079a
SP
5094 * string/test-strchrnul.c: Add copyright header.
5095
d180203e
SP
5096 * posix/tst-getaddrinfo4.c: Increase test timeout.
5097
8b0ccb2d
CD
50982013-06-03 Carlos O'Donell <carlos@redhat.com>
5099
5100 [BZ #15536]
5101 * math/libm-test.inc (MAX_EXP): Remove
5102 (MIN_EXP): Define.
5103 (ulp): Use MIN_EXP - MANT_DIG.
5104 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
5105
3b3c4d40
CD
51062013-05-31 Carlos O'Donell <carlos@redhat.com>
5107
5108 * po/be.po: Revert last change.
5109 * po/zh_CN.po: Likewise.
5110 * po/header.pot: Likewise.
5111
fab7ce3f
JM
51122013-05-31 Joseph Myers <joseph@codesourcery.com>
5113
5114 * Makefile ($(common-objpfx)linkobj/libc.so): Define
5115 link-libc-deps to empty as target-specific variable.
5116 * Makerules (link-libc-args): New variable.
5117 (libc-for-link): Likewise.
5118 (link-libc-deps): Likewise.
5119 (lib%.so): Depend on $(link-libc-deps). Link with
5120 $(link-libc-args).
5121 (build-module): Link with $(link-libc-args).
5122 (build-module-asneeded): Likewise.
5123 (build-module-helper-objlist): Filter out $(link-libc-deps) from
5124 list of objects.
5125 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
5126 target-specific variable.
5127 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
5128 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
5129 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
5130 libc.
5131 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
5132 libc and ld.so.
5133 ($(objpfx)libpcprofile.so): Likewise.
5134 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
5135 libc_nonshared.a.
5136 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
5137 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
5138 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
5139 $(link-libc-deps).
5140 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
5141 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
5142 * login/Makefile ($(objpfx)libutil.so): Likewise.
5143 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
5144 * math/Makefile ($(objpfx)libm.so): Likewise.
5145 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
5146 $(objpfx)libnsl.so): Define libc-for-link as target-specific
5147 variable instead of depending directly on libc.
5148 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
5149 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
5150 $(link-libc-deps).
5151 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
5152 libc.
5153 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
5154 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
5155 ($(objpfx)libanl.so): Likewise.
5156 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
5157 ld.so.
5158 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
5159 $(link-libc-deps).
5160 * sysdeps/i386/fpu/Makefile: Remove file.
5161 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
5162 ($(objpfx)libm.so): Remove dependency on ld.so.
5163
eca5920c
PF
51642013-05-30 Patsy Franklin <pfrankli@redhat.com>
5165
5166 [BZ # 15553]
5167 * nis/yp_xdr.c (XDRMAXNAME): Define.
5168 (XDRMAXRECORD): Define.
5169 (xdr_domainname): Use XDRMAXNAME.
5170 (xdr_mapname): Likewise.
5171 (xdr_peername): Likewise.
5172 (xdr_keydat): Use XDRMAXRECORD.
5173 (xdr_valdat): Likewise.
5174
51752013-05-30 Jeff Law <law@redhat.com>
96945714
JL
5176
5177 [BZ #14256]
5178 * manual/errno.texi (ESTALE): Update to account for more than
5179 just NFS file systems.
5180 * sysdeps/gnu/errlist.c: Regenerated.
5181
b9375348
SP
51822013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
5183
5184 [BZ #15465]
5185 * elf/Makefile (tests): Add tst-null-argv.
5186 (modules-names): Add tst-null-argv-lib.
5187 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
5188 (tst-null-argv-ENV): Set environment for tst-null-argv.
5189 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
5190 (RTLD_PROGNAME): New macro.
5191 * elf/tst-null-argv.c: New test case.
5192 * elf/tst-null-argv-lib.c: Library for test case.
5193 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
5194 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
5195 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
5196 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
5197 * elf/dl-init.c (call_init): Likewise.
5198 (_dl_init): Likewise.
5199 * elf/dl-load.c (print_search_path): Likewise.
5200 (_dl_map_object): Likewise.
5201 * elf/dl-lookup.c (do_lookup_x): Likewise.
5202 (add_dependency): Likewise.
5203 (_dl_lookup_symbol_x): Likewise.
5204 (_dl_debug_bindings): Likewise.
5205 * elf/dl-open.c (_dl_show_scope): Likewise.
5206 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
5207 * elf/dl-version.c (match_symbol): Likewise.
5208 (_dl_check_map_versions): Likewise.
5209 * elf/rtld.c (dl_main): Likewise.
5210 (print_unresolved): Use RTLD_PROGNAME.
5211 (print_missing_version): Likewise.
5212 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
5213 (elf_machine_rela): Likewise.
5214 * sysdeps/powerpc/powerpc32/dl-machine.c
5215 (__process_machine_rela): Likewise.
5216 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
5217 Likewise.
5218 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
5219 Likewise.
5220 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5221 Likewise.
5222 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
5223 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
5224 Likewise.
5225 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
5226 Likewise.
5227 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
5228
8a9f20c8
CD
52292013-05-28 Carlos O'Donell <carlos@redhat.com>
5230
5231 * po/be.po: Add descriptive title.
5232 * po/zh_CN.po: Likewise.
5233 * po/header.pot: Likewise.
5234
0e60d68e
MF
52352013-05-28 Mike Frysinger <vapier@gentoo.org>
5236
5237 * locale/programs/locarchive.c (create_archive): Inlucde fname in
5238 error message.
5239 (enlarge_archive): Likewise.
5240
56b672e9
BN
52412013-05-28 Ben North <ben@redfrontdoor.org>
5242
5243 * manual/arith.texi (frexp): It is the magnitude of the return
5244 value which lies in [0.5, 1), not the return value itself.
5245
5e056687
AZ
52462013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5247
5248 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5249
2b66ef5d
TS
52502013-05-26 Thomas Schwinge <thomas@codesourcery.com>
5251
528c2405
TS
5252 * stdio-common/bug26.c (main): Correct fscanf template.
5253
07b4c13d
TS
5254 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
5255 declare _dl_skip_args.
5256
ec9dd97c
TS
5257 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
5258 Don't declare.
5259
2b66ef5d
TS
5260 * manual/platform.texi: Add missing @end deftypefun.
5261
4f8dfe27
JM
52622013-05-24 Joseph Myers <joseph@codesourcery.com>
5263
0323d086
JM
5264 [BZ #15529]
5265 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
5266 bit of mantissa of 2^16382.
5267 * math/libm-test.inc (hypot_test_data): Add more tests.
5268
dd4259b9
JM
5269 * math/libm-test.inc: Add drem and pow10 to list of tested
5270 functions.
5271 (pow10_test): New function.
5272 (drem_test): Likewise.
5273 (drem_test_tonearest): Likewise.
5274 (drem_test_towardzero): Likewise.
5275 (drem_test_downward): Likewise.
5276 (drem_test_upward): Likewise.
5277 (main): Call the new functions.
5278
4f8dfe27
JM
5279 * math/libm-test.inc (finite_test_data): Remove.
5280 (finite_test): Run tests from isfinite_test_data.
5281 (gamma_test_data): Remove.
5282 (gamma_test): Run tests from lgamma_test_data.
5283 * sysdeps/i386/fpu/libm-test-ulps: Update.
5284 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5285
d116b7c4
AZ
52862013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5287
5288 * manual/platform.texi: Add PowerPC PPR function set documentation.
5289 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
5290 implementation.
5291
e96e3767
CD
52922013-05-24 Carlos O'Donell <carlos@redhat.com>
5293
5294 * math/libm-test.inc (MAX_EXP): Define.
5295 (ULPDIFF): Define.
5296 (ulp): New function.
5297 (check_float_internal): Use ULPDIFF.
5298 (cpow_test): Disable failing test.
5299 (check_ulp): Test ulp() implemetnation.
5300 (main): Call check_ulp before starting tests.
5301
b679a606
JM
53022013-05-24 Joseph Myers <joseph@codesourcery.com>
5303
e8bdba36
JM
5304 * math/gen-libm-test.pl (generate_testfile): Do not handle
5305 START_DATA and END_DATA.
5306 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
5307 END_DATA.
5308 (acos_tonearest_test_data): Likewise.
5309 (acos_towardzero_test_data): Likewise.
5310 (acos_downward_test_data): Likewise.
5311 (acos_upward_test_data): Likewise.
5312 (acosh_test_data): Likewise.
5313 (asin_test_data): Likewise.
5314 (asin_tonearest_test_data): Likewise.
5315 (asin_towardzero_test_data): Likewise.
5316 (asin_downward_test_data): Likewise.
5317 (asin_upward_test_data): Likewise.
5318 (asinh_test_data): Likewise.
5319 (atan_test_data): Likewise.
5320 (atanh_test_data): Likewise.
5321 (atan2_test_data): Likewise.
5322 (cabs_test_data): Likewise.
5323 (cacos_test_data): Likewise.
5324 (cacosh_test_data): Likewise.
5325 (carg_test_data): Likewise.
5326 (casin_test_data): Likewise.
5327 (casinh_test_data): Likewise.
5328 (catan_test_data): Likewise.
5329 (catanh_test_data): Likewise.
5330 (cbrt_test_data): Likewise.
5331 (ccos_test_data): Likewise.
5332 (ccosh_test_data): Likewise.
5333 (ceil_test_data): Likewise.
5334 (cexp_test_data): Likewise.
5335 (cimag_test_data): Likewise.
5336 (clog_test_data): Likewise.
5337 (clog10_test_data): Likewise.
5338 (conj_test_data): Likewise.
5339 (copysign_test_data): Likewise.
5340 (cos_test_data): Likewise.
5341 (cos_tonearest_test_data): Likewise.
5342 (cos_towardzero_test_data): Likewise.
5343 (cos_downward_test_data): Likewise.
5344 (cos_upward_test_data): Likewise.
5345 (cosh_test_data): Likewise.
5346 (cosh_tonearest_test_data): Likewise.
5347 (cosh_towardzero_test_data): Likewise.
5348 (cosh_downward_test_data): Likewise.
5349 (cosh_upward_test_data): Likewise.
5350 (cpow_test_data): Likewise.
5351 (cproj_test_data): Likewise.
5352 (creal_test_data): Likewise.
5353 (csin_test_data): Likewise.
5354 (csinh_test_data): Likewise.
5355 (csqrt_test_data): Likewise.
5356 (ctan_test_data): Likewise.
5357 (ctan_tonearest_test_data): Likewise.
5358 (ctan_towardzero_test_data): Likewise.
5359 (ctan_downward_test_data): Likewise.
5360 (ctan_upward_test_data): Likewise.
5361 (ctanh_test_data): Likewise.
5362 (ctanh_tonearest_test_data): Likewise.
5363 (ctanh_towardzero_test_data): Likewise.
5364 (ctanh_downward_test_data): Likewise.
5365 (ctanh_upward_test_data): Likewise.
5366 (erf_test_data): Likewise.
5367 (erfc_test_data): Likewise.
5368 (exp_test_data): Likewise.
5369 (exp_tonearest_test_data): Likewise.
5370 (exp_towardzero_test_data): Likewise.
5371 (exp_downward_test_data): Likewise.
5372 (exp_upward_test_data): Likewise.
5373 (exp10_test_data): Likewise.
5374 (exp2_test_data): Likewise.
5375 (expm1_test_data): Likewise.
5376 (fabs_test_data): Likewise.
5377 (fdim_test_data): Likewise.
5378 (finite_test_data): Likewise.
5379 (floor_test_data): Likewise.
5380 (fma_test_data): Likewise.
5381 (fma_towardzero_test_data): Likewise.
5382 (fma_downward_test_data): Likewise.
5383 (fma_upward_test_data): Likewise.
5384 (fmax_test_data): Likewise.
5385 (fmin_test_data): Likewise.
5386 (fmod_test_data): Likewise.
5387 (fpclassify_test_data): Likewise.
5388 (frexp_test_data): Likewise.
5389 (gamma_test_data): Likewise.
5390 (hypot_test_data): Likewise.
5391 (ilogb_test_data): Likewise.
5392 (isfinite_test_data): Likewise.
5393 (isgreater_test_data): Likewise.
5394 (isgreaterequal_test_data): Likewise.
5395 (isinf_test_data): Likewise.
5396 (isless_test_data): Likewise.
5397 (islessequal_test_data): Likewise.
5398 (islessgreater_test_data): Likewise.
5399 (isnan_test_data): Likewise.
5400 (isnormal_test_data): Likewise.
5401 (issignaling_test_data): Likewise.
5402 (isunordered_test_data): Likewise.
5403 (j0_test_data): Likewise.
5404 (j1_test_data): Likewise.
5405 (jn_test_data): Likewise.
5406 (ldexp_test_data): Likewise.
5407 (lgamma_test_data): Likewise.
5408 (lrint_test_data): Likewise.
5409 (lrint_tonearest_test_data): Likewise.
5410 (lrint_towardzero_test_data): Likewise.
5411 (lrint_downward_test_data): Likewise.
5412 (lrint_upward_test_data): Likewise.
5413 (llrint_test_data): Likewise.
5414 (llrint_tonearest_test_data): Likewise.
5415 (llrint_towardzero_test_data): Likewise.
5416 (llrint_downward_test_data): Likewise.
5417 (llrint_upward_test_data): Likewise.
5418 (log_test_data): Likewise.
5419 (log10_test_data): Likewise.
5420 (log1p_test_data): Likewise.
5421 (log2_test_data): Likewise.
5422 (logb_test_data): Likewise.
5423 (logb_downward_test_data): Likewise.
5424 (lround_test_data): Likewise.
5425 (llround_test_data): Likewise.
5426 (modf_test_data): Likewise.
5427 (nearbyint_test_data): Likewise.
5428 (nextafter_test_data): Likewise.
5429 (nexttoward_test_data): Likewise.
5430 (pow_test_data): Likewise.
5431 (pow_tonearest_test_data): Likewise.
5432 (pow_towardzero_test_data): Likewise.
5433 (pow_downward_test_data): Likewise.
5434 (pow_upward_test_data): Likewise.
5435 (remainder_test_data): Likewise.
5436 (remainder_tonearest_test_data): Likewise.
5437 (remainder_towardzero_test_data): Likewise.
5438 (remainder_downward_test_data): Likewise.
5439 (remainder_upward_test_data): Likewise.
5440 (remquo_test_data): Likewise.
5441 (rint_test_data): Likewise.
5442 (rint_tonearest_test_data): Likewise.
5443 (rint_towardzero_test_data): Likewise.
5444 (rint_downward_test_data): Likewise.
5445 (rint_upward_test_data): Likewise.
5446 (round_test_data): Likewise.
5447 (scalb_test_data): Likewise.
5448 (scalbn_test_data): Likewise.
5449 (scalbln_test_data): Likewise.
5450 (signbit_test_data): Likewise.
5451 (sin_test_data): Likewise.
5452 (sin_tonearest_test_data): Likewise.
5453 (sin_towardzero_test_data): Likewise.
5454 (sin_downward_test_data): Likewise.
5455 (sin_upward_test_data): Likewise.
5456 (sincos_test_data): Likewise.
5457 (sinh_test_data): Likewise.
5458 (sinh_tonearest_test_data): Likewise.
5459 (sinh_towardzero_test_data): Likewise.
5460 (sinh_downward_test_data): Likewise.
5461 (sinh_upward_test_data): Likewise.
5462 (sqrt_test_data): Likewise.
5463 (tan_test_data): Likewise.
5464 (tan_tonearest_test_data): Likewise.
5465 (tan_towardzero_test_data): Likewise.
5466 (tan_downward_test_data): Likewise.
5467 (tan_upward_test_data): Likewise.
5468 (tanh_test_data): Likewise.
5469 (tgamma_test_data): Likewise.
5470 (trunc_test_data): Likewise.
5471 (y0_test_data): Likewise.
5472 (y1_test_data): Likewise.
5473 (yn_test_data): Likewise.
5474 (significand_test_data): Likewise.
5475
b679a606
JM
5476 * math/gen-libm-test.pl (@functions): Remove variable.
5477 (generate_testfile): Don't handle START and END lines.
5478 * math/libm-test.inc (START): New macro.
5479 (END): Likewise.
5480 (END_COMPLEX): Likewise.
5481 (acos_test): Use END macro without arguments.
5482 (acos_test_tonearest): Likewise.
5483 (acos_test_towardzero): Likewise.
5484 (acos_test_downward): Likewise.
5485 (acos_test_upward): Likewise.
5486 (acosh_test): Likewise.
5487 (asin_test): Likewise.
5488 (asin_test_tonearest): Likewise.
5489 (asin_test_towardzero): Likewise.
5490 (asin_test_downward): Likewise.
5491 (asin_test_upward): Likewise.
5492 (asinh_test): Likewise.
5493 (atan_test): Likewise.
5494 (atanh_test): Likewise.
5495 (atan2_test): Likewise.
5496 (cabs_test): Likewise.
5497 (cacos_test): Use END_COMPLEX macro without arguments.
5498 (cacosh_test): Likewise.
5499 (carg_test): Use END macro without arguments.
5500 (casin_test): Use END_COMPLEX macro without arguments.
5501 (casinh_test): Likewise.
5502 (catan_test): Likewise.
5503 (catanh_test): Likewise.
5504 (cbrt_test): Use END macro without arguments.
5505 (ccos_test): Use END_COMPLEX macro without arguments.
5506 (ccosh_test): Likewise.
5507 (ceil_test): Use END macro without arguments.
5508 (cexp_test): Use END_COMPLEX macro without arguments.
5509 (cimag_test): Use END macro without arguments.
5510 (clog_test): Use END_COMPLEX macro without arguments.
5511 (clog10_test): Likewise.
5512 (conj_test): Likewise.
5513 (copysign_test): Use END macro without arguments.
5514 (cos_test): Likewise.
5515 (cos_test_tonearest): Likewise.
5516 (cos_test_towardzero): Likewise.
5517 (cos_test_downward): Likewise.
5518 (cos_test_upward): Likewise.
5519 (cosh_test): Likewise.
5520 (cosh_test_tonearest): Likewise.
5521 (cosh_test_towardzero): Likewise.
5522 (cosh_test_downward): Likewise.
5523 (cosh_test_upward): Likewise.
5524 (cpow_test): Use END_COMPLEX macro without arguments.
5525 (cproj_test): Likewise.
5526 (creal_test): Use END macro without arguments.
5527 (csin_test): Use END_COMPLEX macro without arguments.
5528 (csinh_test): Likewise.
5529 (csqrt_test): Likewise.
5530 (ctan_test): Likewise.
5531 (ctan_test_tonearest): Likewise.
5532 (ctan_test_towardzero): Likewise.
5533 (ctan_test_downward): Likewise.
5534 (ctan_test_upward): Likewise.
5535 (ctanh_test): Likewise.
5536 (ctanh_test_tonearest): Likewise.
5537 (ctanh_test_towardzero): Likewise.
5538 (ctanh_test_downward): Likewise.
5539 (ctanh_test_upward): Likewise.
5540 (erf_test): Use END macro without arguments.
5541 (erfc_test): Likewise.
5542 (exp_test): Likewise.
5543 (exp_test_tonearest): Likewise.
5544 (exp_test_towardzero): Likewise.
5545 (exp_test_downward): Likewise.
5546 (exp_test_upward): Likewise.
5547 (exp10_test): Likewise.
5548 (exp2_test): Likewise.
5549 (expm1_test): Likewise.
5550 (fabs_test): Likewise.
5551 (fdim_test): Likewise.
5552 (finite_test): Likewise.
5553 (floor_test): Likewise.
5554 (fma_test): Likewise.
5555 (fma_test_towardzero): Likewise.
5556 (fma_test_downward): Likewise.
5557 (fma_test_upward): Likewise.
5558 (fmax_test): Likewise.
5559 (fmin_test): Likewise.
5560 (fmod_test): Likewise.
5561 (fpclassify_test): Likewise.
5562 (frexp_test): Likewise.
5563 (gamma_test): Likewise.
5564 (hypot_test): Likewise.
5565 (ilogb_test): Likewise.
5566 (isfinite_test): Likewise.
5567 (isgreater_test): Likewise.
5568 (isgreaterequal_test): Likewise.
5569 (isinf_test): Likewise.
5570 (isless_test): Likewise.
5571 (islessequal_test): Likewise.
5572 (islessgreater_test): Likewise.
5573 (isnan_test): Likewise.
5574 (isnormal_test): Likewise.
5575 (issignaling_test): Likewise.
5576 (isunordered_test): Likewise.
5577 (j0_test): Likewise.
5578 (j1_test): Likewise.
5579 (jn_test): Likewise.
5580 (ldexp_test): Likewise.
5581 (lgamma_test): Likewise.
5582 (lrint_test): Likewise.
5583 (lrint_test_tonearest): Likewise.
5584 (lrint_test_towardzero): Likewise.
5585 (lrint_test_downward): Likewise.
5586 (lrint_test_upward): Likewise.
5587 (llrint_test): Likewise.
5588 (llrint_test_tonearest): Likewise.
5589 (llrint_test_towardzero): Likewise.
5590 (llrint_test_downward): Likewise.
5591 (llrint_test_upward): Likewise.
5592 (log_test): Likewise.
5593 (log10_test): Likewise.
5594 (log1p_test): Likewise.
5595 (log2_test): Likewise.
5596 (logb_test): Likewise.
5597 (logb_test_downward): Likewise.
5598 (lround_test): Likewise.
5599 (llround_test): Likewise.
5600 (modf_test): Likewise.
5601 (nearbyint_test): Likewise.
5602 (nextafter_test): Likewise.
5603 (nexttoward_test): Likewise.
5604 (pow_test): Likewise.
5605 (pow_test_tonearest): Likewise.
5606 (pow_test_towardzero): Likewise.
5607 (pow_test_downward): Likewise.
5608 (pow_test_upward): Likewise.
5609 (remainder_test): Likewise.
5610 (remainder_test_tonearest): Likewise.
5611 (remainder_test_towardzero): Likewise.
5612 (remainder_test_downward): Likewise.
5613 (remainder_test_upward): Likewise.
5614 (remquo_test): Likewise.
5615 (rint_test): Likewise.
5616 (rint_test_tonearest): Likewise.
5617 (rint_test_towardzero): Likewise.
5618 (rint_test_downward): Likewise.
5619 (rint_test_upward): Likewise.
5620 (round_test): Likewise.
5621 (scalb_test): Likewise.
5622 (scalbn_test): Likewise.
5623 (scalbln_test): Likewise.
5624 (signbit_test): Likewise.
5625 (sin_test): Likewise.
5626 (sin_test_tonearest): Likewise.
5627 (sin_test_towardzero): Likewise.
5628 (sin_test_downward): Likewise.
5629 (sin_test_upward): Likewise.
5630 (sincos_test): Likewise.
5631 (sinh_test): Likewise.
5632 (sinh_test_tonearest): Likewise.
5633 (sinh_test_towardzero): Likewise.
5634 (sinh_test_downward): Likewise.
5635 (sinh_test_upward): Likewise.
5636 (sqrt_test): Likewise.
5637 (tan_test): Likewise.
5638 (tan_test_tonearest): Likewise.
5639 (tan_test_towardzero): Likewise.
5640 (tan_test_downward): Likewise.
5641 (tan_test_upward): Likewise.
5642 (tanh_test): Likewise.
5643 (tgamma_test): Likewise.
5644 (trunc_test): Likewise.
5645 (y0_test): Likewise.
5646 (y1_test): Likewise.
5647 (yn_test): Likewise.
5648 (significand_test): Likewise.
5649
bae143d2
OB
56502013-05-24 Ondřej Bílka <neleai@seznam.cz>
5651
5652 [BZ #15381]
5653 * libio/genops.c (_IO_no_init): Initialize wide struct info.
5654
9323d39b
EM
56552013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
5656
d4ea44a0 5657 [BZ #14894]
9323d39b
EM
5658 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
5659 __ppc_mdoio and __ppc_mdoom.
5660 * manual/platform.texi: Document new functions __ppc_yield,
5661 __ppc_mdoio and __ppc_mdoom.
5662
13e23af7
CD
56632013-05-22 Carlos O'Donell <carlos@redhat.com>
5664
5665 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
5666 (main): Mention "tls" pseudo-hwcap is legacy.
5667 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
5668
351fe550
JM
56692013-05-22 Joseph Myers <joseph@codesourcery.com>
5670
5671 * math/gen-libm-test.pl (parse_args): Output only string of
5672 arguments as text for test name, not full call or descriptions of
5673 tests for extra outputs.
5674 (generate_testfile): Do not pass function name to parse_args.
5675 Generate this_func variable from START.
5676 * math/libm-test.inc (struct test_f_f_data): Rename test_name
5677 field to arg_str.
5678 (struct test_ff_f_data): Likewise.
5679 (test_ff_f_data_nexttoward): Likewise.
5680 (struct test_fi_f_data): Likewise.
5681 (struct test_fl_f_data): Likewise.
5682 (struct test_if_f_data): Likewise.
5683 (struct test_fff_f_data): Likewise.
5684 (struct test_c_f_data): Likewise.
5685 (struct test_f_f1_data): Likewise. Remove field extra_name.
5686 (struct test_fF_f1_data): Likewise.
5687 (struct test_ffI_f1_data): Likewise.
5688 (struct test_c_c_data): Rename test_name field to arg_str.
5689 (struct test_cc_c_data): Likewise.
5690 (struct test_f_i_data): Likewise.
5691 (struct test_ff_i_data): Likewise.
5692 (struct test_f_l_data): Likewise.
5693 (struct test_f_L_data): Likewise.
5694 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
5695 and extra2_name.
5696 (COMMON_TEST_SETUP): New macro.
5697 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
5698 (COMMON_TEST_CLEANUP): Likewise.
5699 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
5700 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
5701 macros.
5702 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
5703 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
5704 macros.
5705 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
5706 (RUN_TEST_fff_f): Take argument string. Call new setup and
5707 cleanup macros.
5708 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
5709 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
5710 macros.
5711 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
5712 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
5713 macros.
5714 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
5715 (RUN_TEST_fF_f1): Take argument string. Call new setup and
5716 cleanup macros.
5717 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
5718 (RUN_TEST_fI_f1): Take argument string. Call new setup and
5719 cleanup macros.
5720 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
5721 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
5722 cleanup macros.
5723 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
5724 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
5725 macros.
5726 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
5727 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
5728 macros.
5729 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
5730 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
5731 macros.
5732 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
5733 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
5734 cleanup macros.
5735 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
5736 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
5737 cleanup macros.
5738 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
5739 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
5740 macros.
5741 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
5742 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
5743 cleanup macros.
5744 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
5745 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
5746 macros.
5747 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
5748 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
5749 macros.
5750 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
5751 (RUN_TEST_fFF_11): Take argument string. Call new setup and
5752 cleanup macros.
5753 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
5754
85118d4d
EBM
57552013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5756
5757 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
5758 to _sifields.sigfault.
5759 (si_addr_lsb): Define new macro.
5760 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
5761 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
5762 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
5763
7a44c18f
CD
57642013-05-03 Carlos O'Donell <carlos at redhat.com>
5765
5766 [BZ #15441]
5767 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
5768 returns -1.
5769 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
5770 null return -1.
5771 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
5772 loading the domain.
5773
b50a7181
JM
57742013-05-22 Joseph Myers <joseph@codesourcery.com>
5775
5776 * math/gen-libm-test.pl (parse_args): Do not include expected
5777 result in test name.
5778 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
5779 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
5780 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
5781 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
5782 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
5783 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5784
051063c8
SP
57852013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
5786
3ce9e010
SP
5787 * benchtests/Makefile: Sort function entries.
5788
051063c8
SP
5789 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
5790 tanh, asinh, acosh, atanh.
5791 * benchtests/acos-inputs: New file.
5792 * benchtests/acosh-inputs: New file.
5793 * benchtests/asin-inputs: New file.
5794 * benchtests/asinh-inputs: New file.
5795 * benchtests/atanh-inputs: New file.
5796 * benchtests/cosh-inputs: New file.
5797 * benchtests/log-inputs: New file.
5798 * benchtests/sinh-inputs: New file.
5799 * benchtests/tanh-inputs: New file.
5800
47c22455
DL
58012013-05-21 Dmitry V. Levin <ldv@altlinux.org>
5802
5803 [BZ #15339]
5804 * posix/tst-getaddrinfo4.c: New test.
5805 * posix/Makefile (tests): Add it.
5806
3d04f5db
SP
58072013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
5808
5809 [BZ #15339]
5810 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
5811 when no services were used.
5812 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
5813 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
5814
d5dd6189
AS
58152013-05-21 Andreas Schwab <schwab@suse.de>
5816
5817 [BZ #15014]
5818 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
5819 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
5820 successful.
5821 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
5822 redundant variable declarations and reallocation of buffer when
5823 parsing as IPv6 address. Always set NSS status when called from
5824 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
5825 buffer too small. Correct computation of needed size.
5826 * nss/Makefile (tests): Add test-digits-dots.
5827 * nss/test-digits-dots.c: New test.
5828
fef94eab
SP
58292013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
5830
5831 * benchtests/Makefile: Remove instructions for adding
5832 benchmark tests.
5833 * benchtests/README: New file to explain how to execute and
5834 enhance the benchmark tests.
5835
e39adf43
AS
58362013-05-21 Andreas Schwab <schwab@suse.de>
5837
5838 [BZ #15493]
5839 * setjmp/Makefile (tests): Add tst-sigsetjmp.
5840 * setjmp/tst-sigsetjmp.c: New test.
5841
b2b671b6
OB
58422013-05-20 Ondřej Bílka <neleai@seznam.cz>
5843
5844 * sysdeps/x86_64/memset.S (memset): New implementation.
5845 (__bzero): Likewise.
5846 (__memset_tail): New function.
5847
2d48b41c
OB
58482013-05-20 Ondřej Bílka <neleai@seznam.cz>
5849
5850 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
5851 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
5852 __memcpy_sse2_unaligned ifunc selection.
5853 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
5854 Add memcpy-sse2-unaligned.S.
5855 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5856 Add: __memcpy_sse2_unaligned.
5857
f16cc3eb
JM
58582013-05-19 Joseph Myers <joseph@codesourcery.com>
5859
3e694268
JM
5860 [BZ #15490]
5861 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
5862 math_force_eval before restoring floating-point envrionment.
5863 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
5864 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
5865 Likewise.
5866 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
5867 <math_private.h>.
5868 (__nearbyintl): Use math_force_eval before restoring
5869 floating-point environment.
5870 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
5871
db62a907
JM
5872 * math/gen-libm-test.pl (special_functions): Remove.
5873 (parse_args): Don't handle TEST_extra. Handle functions with no
5874 return value.
5875 * math/libm-test.inc (struct test_sincos_data): Replace with
5876 struct test_fFF_11_data.
5877 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
5878 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
5879 (sincos_test_data): Change element type to struct
5880 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
5881 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
5882 RUN_TEST_LOOP_sincos.
5883 * math/README.libm-test: Don't mention special handling of
5884 individual functions.
5885 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
5886 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
5887 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
5888 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
5889 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
5890 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5891
f16cc3eb
JM
5892 * math/gen-libm-test.pl (get_variable): Remove function.
5893 (parse_args): Don't show pointer parameters to call in test
5894 names. Use "extra output N" in test names for extra outputs
5895 rather than naming variables.
5896
3779b5b6
JM
58972013-05-18 Joseph Myers <joseph@codesourcery.com>
5898
2ee094ff
JM
5899 [BZ #15488]
5900 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
5901 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
5902 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
5903 double tests.
5904 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
5905 disable.
5906 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
5907 check_long_double.
5908
3779b5b6
JM
5909 * math/gen-libm-test.pl (@tests): Remove variable.
5910 ($count): Likewise.
5911 (new_test): Remove function.
5912 (show_exceptions): New function.
5913 (special_functions): Use show_exceptions instead of new_test.
5914 (parse_args): Likewise.
5915 (generate_testfile): Pass only function name in generated call to
5916 print_max_error or print_complex_max_error.
5917 (get_ulps): Do not handle complex tests specially.
5918 (output_test): Rename to ...
5919 (get_all_ulps_for_test): ... this. Return a string rather than
5920 printing to a file. Require ulps to be present.
5921 (output_ulps): Generate arrays rather than #defines.
5922 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
5923 (struct ulp_data): New type.
5924 (BUILD_COMPLEX_ULP): Remove macro.
5925 (compare_ulp_data): New function.
5926 (find_ulps): Likewise.
5927 (find_test_ulps): Likewise.
5928 (find_function_ulps): Likewise.
5929 (find_complex_function_ulps): Likewise.
5930 (print_max_error): Determine allowed ulps using
5931 find_function_ulps.
5932 (print_complex_max_error): Determine allowed ulps using
5933 find_complex_function_ulps.
5934 (check_float_internal): Determine max ulps using find_test_ulps.
5935 (check_float): Do not take max_ulp parameter. Update call to
5936 check_float_internal.
5937 (check_complex): Likewise.
5938 (check_int): Do not take max_ulp parameter.
5939 (check_long): Likewise.
5940 (check_bool): Likewise.
5941 (check_longlong): Likewise.
5942 (struct test_f_f_data): Remove max_ulp field.
5943 (struct test_ff_f_data): Likewise.
5944 (struct test_ff_f_data_nexttoward): Likewise.
5945 (struct test_fi_f_data): Likewise.
5946 (struct test_fl_f_data): Likewise.
5947 (struct test_if_f_data): Likewise.
5948 (struct test_fff_f_data): Likewise.
5949 (struct test_c_f_data): Likewise.
5950 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
5951 (struct test_fF_f1_data): Likewise.
5952 (struct test_ffI_f1_data): Likewise.
5953 (struct test_c_c_data): Remove max_ulp field.
5954 (struct test_cc_c_data): Likewise.
5955 (struct test_f_i_data): Likewise.
5956 (struct test_ff_i_data): Likewise.
5957 (struct test_f_l_data): Likewise.
5958 (struct test_f_L_data): Likewise.
5959 (struct test_sincos_data): Likewise.
5960 (RUN_TEST_f_f): Do not handle ulps.
5961 (RUN_TEST_LOOP_f_f): Likewise.
5962 (RUN_TEST_2_f): Likewise.
5963 (RUN_TEST_LOOP_2_f): Likewise.
5964 (RUN_TEST_fff_f): Likewise.
5965 (RUN_TEST_LOOP_fff_f): Likewise.
5966 (RUN_TEST_c_f): Likewise.
5967 (RUN_TEST_LOOP_c_f): Likewise.
5968 (RUN_TEST_f_f1): Likewise.
5969 (RUN_TEST_LOOP_f_f1): Likewise.
5970 (RUN_TEST_fF_f1): Likewise.
5971 (RUN_TEST_LOOP_fF_f1): Likewise.
5972 (RUN_TEST_fI_f1): Likewise.
5973 (RUN_TEST_LOOP_fI_f1): Likewise.
5974 (RUN_TEST_ffI_f1): Likewise.
5975 (RUN_TEST_LOOP_ffI_f1): Likewise.
5976 (RUN_TEST_c_c): Likewise.
5977 (RUN_TEST_LOOP_c_c): Likewise.
5978 (RUN_TEST_cc_c): Likewise.
5979 (RUN_TEST_LOOP_cc_c): Likewise.
5980 (RUN_TEST_f_i): Likewise.
5981 (RUN_TEST_LOOP_f_i): Likewise.
5982 (RUN_TEST_f_i_tg): Likewise.
5983 (RUN_TEST_LOOP_f_i_tg): Likewise.
5984 (RUN_TEST_ff_i_tg): Likewise.
5985 (RUN_TEST_LOOP_ff_i_tg): Likewise.
5986 (RUN_TEST_f_b): Likewise.
5987 (RUN_TEST_LOOP_f_b): Likewise.
5988 (RUN_TEST_f_b_tg): Likewise.
5989 (RUN_TEST_LOOP_f_b_tg): Likewise.
5990 (RUN_TEST_f_l): Likewise.
5991 (RUN_TEST_LOOP_f_l): Likewise.
5992 (RUN_TEST_f_L): Likewise.
5993 (RUN_TEST_LOOP_f_L): Likewise.
5994 (RUN_TEST_sincos): Likewise.
5995 (RUN_TEST_LOOP_sincos): Likewise.
5996
8269107f
JM
59972013-05-17 Joseph Myers <joseph@codesourcery.com>
5998
bb38759d
JM
5999 [BZ #15480]
6000 [BZ #15485]
6001 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
6002 main case of finite arguments, set rounding mode to FE_TONEAREST
6003 and discard exceptions.
6004 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
6005 exceptions.
6006 (remainder_tonearest_test_data): New variable.
6007 (remainder_test_tonearest): New function.
6008 (remainder_towardzero_test_data): New variable.
6009 (remainder_test_towardzero): New function.
6010 (remainder_downward_test_data): New variable.
6011 (remainder_test_downward): New function.
6012 (remainder_upward_test_data): New variable.
6013 (remainder_test_upward): New function.
6014 (main): Call the new test functions.
6015
a00bdcf0
JM
6016 * math/libm-test.inc (struct test_f_f1_data): Remove field
6017 extra_init.
6018 (struct test_fF_f1_data): Likewise.
6019 (struct test_ffI_f1_data): Likewise.
6020 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
6021 based on value of EXTRA_EXPECTED.
6022 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
6023 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
6024 EXTRA_VAR based on value of EXTRA_EXPECTED.
6025 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
6026 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
6027 EXTRA_VAR based on value of EXTRA_EXPECTED.
6028 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
6029 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
6030 EXTRA_VAR based on value of EXTRA_EXPECTED.
6031 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
6032 * math/gen-libm-test.pl (parse_args): Don't output initializers
6033 for extra output values.
6034
de407f79
JM
6035 * math/libm-test.inc (check_int): Expect result to be exactly
6036 equal to expected value and do not handle ulps.
6037 (check_long): Likewise.
6038 (check_longlong): Likewise.
6039
8269107f
JM
6040 * math/libm-test.inc (ceil_test_data): Test for "inexact"
6041 exceptions.
6042 (cimag_test_data): Likewise.
6043 (conj_test_data): Likewise.
6044 (copysign_test_data): Likewise.
6045 (cproj_test_data): Likewise.
6046 (creal_test_data): Likewise.
6047 (fabs_test_data): Likewise.
6048 (fdim_test_data): Likewise.
6049 (finite_test_data): Likewise.
6050 (floor_test_data): Likewise.
6051 (fmax_test_data): Likewise.
6052 (fmin_test_data): Likewise.
6053 (fmod_test_data): Likewise.
6054 (fpclassify_test_data): Likewise.
6055 (frexp_test_data): Likewise.
6056 (ilogb_test_data): Likewise.
6057 (isfinite_test_data): Likewise.
6058 (isgreater_test_data): Likewise.
6059 (isgreaterequal_test_data): Likewise.
6060 (isinf_test_data): Likewise.
6061 (isless_test_data): Likewise.
6062 (islessequal_test_data): Likewise.
6063 (islessgreater_test_data): Likewise.
6064 (isnan_test_data): Likewise.
6065 (isnormal_test_data): Likewise.
6066 (issignaling_test_data): Likewise.
6067 (isunordered_test_data): Likewise.
6068 (ldexp_test_data): Likewise.
6069 (lrint_test_data): Likewise.
6070 (lrint_test_data) [TEST_FLOAT]: Disable one test.
6071 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
6072 (lrint_tonearest_test_data): Test for "inexact" exceptions.
6073 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
6074 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
6075 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
6076 test input.
6077 (lrint_towardzero_test_data): Test for "inexact" exceptions.
6078 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
6079 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
6080 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
6081 that test input.
6082 (lrint_downward_test_data): Test for "inexact" exceptions.
6083 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
6084 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
6085 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
6086 test input.
6087 (lrint_upward_test_data): Test for "inexact" exceptions.
6088 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
6089 test input.
6090 (llrint_test_data): Test for "inexact" exceptions.
6091 (llrint_test_data) [TEST_FLOAT]: Disable one test.
6092 (llrint_tonearest_test_data): Test for "inexact" exceptions.
6093 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
6094 (llrint_towardzero_test_data): Test for "inexact" exceptions.
6095 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
6096 (llrint_downward_test_data): Test for "inexact" exceptions.
6097 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
6098 (llrint_upward_test_data): Test for "inexact" exceptions.
6099 (logb_test_data): Likewise.
6100 (logb_downward_test_data): Likewise.
6101 (nextafter_test_data): Likewise.
6102 (nexttoward_test_data): Likewise.
6103 (remainder_test_data): Likewise.
6104 (remquo_test_data): Likewise.
6105 (scalbn_test_data): Likewise.
6106 (scalbln_test_data): Likewise.
6107 (signbit_test_data): Likewise.
6108 (sqrt_test_data): Likewise.
6109 (significand_test_data): Likewise.
6110
48a18de1
SP
61112013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
6112
6113 [BZ #15424]
6114 * benchtests/bench-modf.c (struct args): Mark arg0 as
6115 volatile.
6116 * scripts/bench.pl: Mark members of struct args as volatile.
6117
13d3b41a
AZ
61182013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6119
68191c1d 6120 [BZ # 15497]
13d3b41a
AZ
6121 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
6122 negative infinity on POWER6 or lower.
6123 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
6124
2848b105
MR
61252013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6126
6127 [BZ #15442]
6128 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
6129 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
6130 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
6131 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
6132 (_FP_SETQNAN): New macro.
6133 (_FP_SETQNAN_SEMIRAW): Likewise.
6134 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
6135 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
6136 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
6137 (FP_EXTEND): Use _FP_FRAC_SNANP.
6138 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
6139 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
6140 into account.
6141 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
6142 New macro.
6143 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
6144 Likewise.
6145
323e5cb7
JM
61462013-05-16 Joseph Myers <joseph@codesourcery.com>
6147
c58b274f
JM
6148 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
6149 with DIVIDE_BY_ZERO_EXCEPTION.
6150 (gamma_test_data): Likewise.
6151 (lgamma_test_data): Likewise.
6152 (log_test_data): Likewise.
6153 (log10_test_data): Likewise.
6154 (log2_test_data): Likewise.
6155 (tgamma_test_data): Likewise.
6156
0ab34904
JM
6157 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
6158 (acos_test_tonearest): Likewise.
6159 (acos_test_towardzero): Likewise.
6160 (acos_test_downward): Likewise.
6161 (acos_test_upward): Likewise.
6162 (acosh_test): Likewise.
6163 (asin_test): Likewise.
6164 (asin_test_tonearest): Likewise.
6165 (asin_test_towardzero): Likewise.
6166 (asin_test_downward): Likewise.
6167 (asin_test_upward): Likewise.
6168 (asinh_test): Likewise.
6169 (atan_test): Likewise.
6170 (atanh_test): Likewise.
6171 (atan2_test): Likewise.
6172 (cabs_test): Likewise.
6173 (cacos_test): Likewise.
6174 (cacosh_test): Likewise.
6175 (casin_test): Likewise.
6176 (casinh_test): Likewise.
6177 (catan_test): Likewise.
6178 (catanh_test): Likewise.
6179 (cbrt_test): Likewise.
6180 (ccos_test): Likewise.
6181 (ccosh_test): Likewise.
6182 (cexp_test): Likewise.
6183 (clog_test): Likewise.
6184 (clog10_test): Likewise.
6185 (cos_test): Likewise.
6186 (cos_test_tonearest): Likewise.
6187 (cos_test_towardzero): Likewise.
6188 (cos_test_downward): Likewise.
6189 (cos_test_upward): Likewise.
6190 (cosh_test): Likewise.
6191 (cosh_test_tonearest): Likewise.
6192 (cosh_test_towardzero): Likewise.
6193 (cosh_test_downward): Likewise.
6194 (cosh_test_upward): Likewise.
6195 (cpow_test): Likewise.
6196 (csin_test): Likewise.
6197 (csinh_test): Likewise.
6198 (csqrt_test): Likewise.
6199 (ctan_test): Likewise.
6200 (ctan_test_tonearest): Likewise.
6201 (ctan_test_towardzero): Likewise.
6202 (ctan_test_downward): Likewise.
6203 (ctan_test_upward): Likewise.
6204 (ctanh_test): Likewise.
6205 (ctanh_test_tonearest): Likewise.
6206 (ctanh_test_towardzero): Likewise.
6207 (ctanh_test_downward): Likewise.
6208 (ctanh_test_upward): Likewise.
6209 (erf_test): Likewise.
6210 (erfc_test): Likewise.
6211 (exp_test): Likewise.
6212 (exp_test_tonearest): Likewise.
6213 (exp_test_towardzero): Likewise.
6214 (exp_test_downward): Likewise.
6215 (exp_test_upward): Likewise.
6216 (exp10_test): Likewise.
6217 (exp2_test): Likewise.
6218 (expm1_test): Likewise.
6219 (fmod_test): Likewise.
6220 (gamma_test): Likewise.
6221 (hypot_test): Likewise.
6222 (j0_test): Likewise.
6223 (j1_test): Likewise.
6224 (jn_test): Likewise.
6225 (lgamma_test): Likewise.
6226 (log_test): Likewise.
6227 (log10_test): Likewise.
6228 (log1p_test): Likewise.
6229 (log2_test): Likewise.
6230 (logb_test_downward): Likewise.
6231 (pow_test): Likewise.
6232 (pow_test_tonearest): Likewise.
6233 (pow_test_towardzero): Likewise.
6234 (pow_test_downward): Likewise.
6235 (pow_test_upward): Likewise.
6236 (remainder_test): Likewise.
6237 (remquo_test): Likewise.
6238 (sin_test): Likewise.
6239 (sin_test_tonearest): Likewise.
6240 (sin_test_towardzero): Likewise.
6241 (sin_test_downward): Likewise.
6242 (sin_test_upward): Likewise.
6243 (sincos_test): Likewise.
6244 (sinh_test): Likewise.
6245 (sinh_test_tonearest): Likewise.
6246 (sinh_test_towardzero): Likewise.
6247 (sinh_test_downward): Likewise.
6248 (sinh_test_upward): Likewise.
6249 (sqrt_test): Likewise.
6250 (tan_test): Likewise.
6251 (tan_test_tonearest): Likewise.
6252 (tan_test_towardzero): Likewise.
6253 (tan_test_downward): Likewise.
6254 (tan_test_upward): Likewise.
6255 (tanh_test): Likewise.
6256 (tgamma_test): Likewise.
6257 (y0_test): Likewise.
6258 (y1_test): Likewise.
6259 (yn_test): Likewise.
6260
323e5cb7
JM
6261 * math/gen-libm-test.pl (adjust_arg): Remove function.
6262 (special_function): Remove argument $in_func. Only handle
6263 generating output for tables of tests, not inside functions.
6264 (parse_args): Likewise.
6265 (generate_testfile): Remove variable $in_func. Update call to
6266 parse_args.
6267 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
6268 (MINUS_ZERO_INIT): Rename macro to minus_zero.
6269 (PLUS_INFTY_INIT): Rename macro to plus_infty.
6270 (MINUS_INFTY_INIT): Rename macro to minus_infty.
6271 (QNAN_VALUE_INIT): Rename macro to qnan_value.
6272 (MAX_VALUE_INIT): Rename macro to max_value.
6273 (MIN_VALUE_INIT): Rename macro to min_value.
6274 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
6275 (plus_zero): Remove variable.
6276 (minus_zero): Likewise.
6277 (plus_infty): Likewise.
6278 (minus_infty): Likewise.
6279 (qnan_value): Likewise.
6280 (max_value): Likewise.
6281 (min_value): Likewise.
6282 (min_subnorm_value): Likewise.
6283
e054f494
RA
62842013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
6285
6286 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
6287 uint64_t or uint32_t usage.
6288 * crypt/sha256-block.c: Likewise.
6289 * crypt/sha256-crypt.c: Likewise.
6290 * crypt/sha256.c: Likewise.
6291 * crypt/sha512-block.c: Likewise.
6292 * crypt/sha512-crypt.c: Likewise.
6293 * crypt/sha512.c: Likewise.
6294 * debug/backtrace-tst.c: Likewise.
6295 * debug/pcprofiledump.c: Likewise.
6296 * elf/cache.c: Likewise.
6297 * elf/dl-cache.c: Likewise.
6298 * elf/dl-misc.c: Likewise.
6299 * elf/dl-profile.c: Likewise.
6300 * elf/dl-support.c: Likewise.
6301 * elf/ldconfig.c: Likewise.
6302 * elf/sprof.c: Likewise.
6303 * iconv/dummy-repertoire.c: Likewise.
6304 * iconv/iconv_charmap.c: Likewise.
6305 * iconv/skeleton.c: Likewise.
6306 * iconvdata/8bit-generic.c: Likewise.
6307 * iconvdata/cp737.h: Likewise.
6308 * iconvdata/cp775.h: Likewise.
6309 * iconvdata/ibm1008.h: Likewise.
6310 * iconvdata/ibm1025.h: Likewise.
6311 * iconvdata/ibm1046.h: Likewise.
6312 * iconvdata/ibm1097.h: Likewise.
6313 * iconvdata/ibm1112.h: Likewise.
6314 * iconvdata/ibm1122.h: Likewise.
6315 * iconvdata/ibm1123.h: Likewise.
6316 * iconvdata/ibm1124.h: Likewise.
6317 * iconvdata/ibm1129.h: Likewise.
6318 * iconvdata/ibm1130.h: Likewise.
6319 * iconvdata/ibm1132.h: Likewise.
6320 * iconvdata/ibm1133.h: Likewise.
6321 * iconvdata/ibm1137.h: Likewise.
6322 * iconvdata/ibm1140.h: Likewise.
6323 * iconvdata/ibm1141.h: Likewise.
6324 * iconvdata/ibm1142.h: Likewise.
6325 * iconvdata/ibm1143.h: Likewise.
6326 * iconvdata/ibm1144.h: Likewise.
6327 * iconvdata/ibm1145.h: Likewise.
6328 * iconvdata/ibm1146.h: Likewise.
6329 * iconvdata/ibm1147.h: Likewise.
6330 * iconvdata/ibm1148.h: Likewise.
6331 * iconvdata/ibm1149.h: Likewise.
6332 * iconvdata/ibm1153.h: Likewise.
6333 * iconvdata/ibm1154.h: Likewise.
6334 * iconvdata/ibm1155.h: Likewise.
6335 * iconvdata/ibm1156.h: Likewise.
6336 * iconvdata/ibm1157.h: Likewise.
6337 * iconvdata/ibm1158.h: Likewise.
6338 * iconvdata/ibm1160.h: Likewise.
6339 * iconvdata/ibm1161.h: Likewise.
6340 * iconvdata/ibm1162.h: Likewise.
6341 * iconvdata/ibm1163.h: Likewise.
6342 * iconvdata/ibm1164.h: Likewise.
6343 * iconvdata/ibm1166.h: Likewise.
6344 * iconvdata/ibm1167.h: Likewise.
6345 * iconvdata/ibm12712.h: Likewise.
6346 * iconvdata/ibm1390.h: Likewise.
6347 * iconvdata/ibm1399.h: Likewise.
6348 * iconvdata/ibm16804.h: Likewise.
6349 * iconvdata/ibm4517.h: Likewise.
6350 * iconvdata/ibm4899.h: Likewise.
6351 * iconvdata/ibm4909.h: Likewise.
6352 * iconvdata/ibm4971.h: Likewise.
6353 * iconvdata/ibm5347.h: Likewise.
6354 * iconvdata/ibm803.h: Likewise.
6355 * iconvdata/ibm856.h: Likewise.
6356 * iconvdata/ibm901.h: Likewise.
6357 * iconvdata/ibm902.h: Likewise.
6358 * iconvdata/ibm9030.h: Likewise.
6359 * iconvdata/ibm9066.h: Likewise.
6360 * iconvdata/ibm921.h: Likewise.
6361 * iconvdata/ibm922.h: Likewise.
6362 * iconvdata/ibm9448.h: Likewise.
6363 * iconvdata/isiri-3342.h: Likewise.
6364 * iconvdata/jis0201.h: Likewise.
6365 * include/link.h: Likewise.
6366 * include/netdb.h: Likewise.
6367 * inet/check_native.c: Likewise.
6368 * inet/check_pf.c: Likewise.
6369 * inet/getipv4sourcefilter.c: Likewise.
6370 * inet/getnameinfo.c: Likewise.
6371 * inet/getsourcefilter.c: Likewise.
6372 * inet/htonl.c: Likewise.
6373 * inet/setipv4sourcefilter.c: Likewise.
6374 * inet/setsourcefilter.c: Likewise.
6375 * inet/test-inet6_opt.c: Likewise.
6376 * inet/tst-network.c: Likewise.
6377 * locale/C-collate.c: Likewise.
6378 * locale/C-ctype.c: Likewise.
6379 * locale/C-time.c: Likewise.
6380 * locale/C-translit.h: Likewise.
6381 * locale/loadarchive.c: Likewise.
6382 * locale/programs/3level.h: Likewise.
6383 * locale/programs/charmap.c: Likewise.
6384 * locale/programs/charmap.h: Likewise.
6385 * locale/programs/ld-address.c: Likewise.
6386 * locale/programs/ld-collate.c: Likewise.
6387 * locale/programs/ld-ctype.c: Likewise.
6388 * locale/programs/ld-identification.c: Likewise.
6389 * locale/programs/ld-measurement.c: Likewise.
6390 * locale/programs/ld-messages.c: Likewise.
6391 * locale/programs/ld-monetary.c: Likewise.
6392 * locale/programs/ld-name.c: Likewise.
6393 * locale/programs/ld-numeric.c: Likewise.
6394 * locale/programs/ld-paper.c: Likewise.
6395 * locale/programs/ld-telephone.c: Likewise.
6396 * locale/programs/ld-time.c: Likewise.
6397 * locale/programs/linereader.c: Likewise.
6398 * locale/programs/locale.c: Likewise.
6399 * locale/programs/locarchive.c: Likewise.
6400 * locale/programs/locfile.h: Likewise.
6401 * locale/programs/repertoire.c: Likewise.
6402 * locale/programs/simple-hash.c: Likewise.
6403 * locale/programs/simple-hash.h: Likewise.
6404 * malloc/memusage.c: Likewise.
6405 * malloc/memusagestat.c: Likewise.
6406 * nis/nis_defaults.c: Likewise.
6407 * nis/nis_hash.c: Likewise.
6408 * nis/nis_print.c: Likewise.
6409 * nis/nis_xdr.c: Likewise.
6410 * nscd/connections.c: Likewise.
6411 * nscd/hstcache.c: Likewise.
6412 * nscd/nscd_gethst_r.c: Likewise.
6413 * nscd/nscd_getserv_r.c: Likewise.
6414 * nscd/nscd_helper.c: Likewise.
6415 * nscd/servicescache.c: Likewise.
6416 * nss/makedb.c: Likewise.
6417 * nss/nss_db/db-XXX.c: Likewise.
6418 * nss/nss_db/db-initgroups.c: Likewise.
6419 * nss/nss_db/db-netgrp.c: Likewise.
6420 * nss/nss_files/files-network.c: Likewise.
6421 * nss/nss_files/files-parse.c: Likewise.
6422 * posix/bug-regex5.c: Likewise.
6423 * posix/fnmatch_loop.c: Likewise.
6424 * posix/regcomp.c: Likewise.
6425 * posix/regexec.c: Likewise.
6426 * posix/tst-rfc3484-2.c: Likewise.
6427 * posix/tst-rfc3484-3.c: Likewise.
6428 * posix/tst-rfc3484.c: Likewise.
6429 * resolv/nss_dns/dns-canon.c: Likewise.
6430 * resolv/nss_dns/dns-network.c: Likewise.
6431 * resolv/res_init.c: Likewise.
6432 * resolv/res_mkquery.c: Likewise.
6433 * resolv/tst-aton.c: Likewise.
6434 * stdlib/cxa_atexit.c: Likewise.
6435 * stdlib/cxa_finalize.c: Likewise.
6436 * stdlib/gen-fpioconst.c: Likewise.
6437 * stdlib/strtol_l.c: Likewise.
6438 * string/tst-endian.c: Likewise.
6439 * sunrpc/auth_des.c: Likewise.
6440 * sunrpc/clnt_udp.c: Likewise.
6441 * sunrpc/rtime.c: Likewise.
6442 * sunrpc/svcauth_des.c: Likewise.
6443 * sunrpc/xdr.c: Likewise.
6444 * sunrpc/xdr_intXX_t.c: Likewise.
6445 * sunrpc/xdr_rec.c: Likewise.
6446 * sysdeps/generic/ldconfig.h: Likewise.
6447 * sysdeps/generic/ldsodefs.h: Likewise.
6448 * sysdeps/generic/memusage.h: Likewise.
6449 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
6450 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
6451 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
6452 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
6453 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
6454 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
6455 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
6456 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
6457 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
6458 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
6459 * sysdeps/posix/getaddrinfo.c: Likewise.
6460 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
6461 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
6462 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
6463 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6464 * sysdeps/powerpc/test-gettimebase.c: Likewise.
6465 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6466 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
6467 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
6468 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6469 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
6470 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
6471 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
6472 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
6473 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
6474 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
6475 * sysdeps/x86_64/dl-tls.h: Likewise.
6476 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
6477 * time/alt_digit.c: Likewise.
6478 * time/era.c: Likewise.
6479 * wcsmbs/tst-c16c32-1.c: Likewise.
6480
8c75f674
JM
64812013-05-16 Joseph Myers <joseph@codesourcery.com>
6482
6483 * math/libm-test.inc (struct test_sincos_data): New type.
6484 (RUN_TEST_LOOP_sincos): New macro.
6485 (sincos_test_data): New variable.
6486 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
6487
e6e49e59
RH
64882013-05-16 Richard Henderson <rth@redhat.com>
6489
6490 * math/atest-exp2.c (LIMB64): New macro.
6491 (CONSTSZ): New macro.
6492 (mp_exp1, mp_exp_m1, mp_log2): New variables.
6493 (hexdig): Move ...
6494 (print_mpn_fp): ... to function scope.
6495 (read_mpn_hex): Remove.
6496 (get_log2): Remove.
6497 (exp2_mpn): Use mp_log2.
6498 (main): Use mp_exp1.
6499
15c7c18d
JM
65002013-05-16 Joseph Myers <joseph@codesourcery.com>
6501
105a07df
JM
6502 * math/libm-test.inc: Remove comment about not testing "inexact"
6503 exceptions.
6504 (INEXACT_EXCEPTION): New macro.
6505 (NO_INEXACT_EXCEPTION): Likewise.
6506 (INVALID_EXCEPTION_OK): Update value.
6507 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
6508 (OVERFLOW_EXCEPTION_OK): Likewise.
6509 (UNDERFLOW_EXCEPTION_OK): Likewise.
6510 (IGNORE_ZERO_INF_SIGN): Likewise.
6511 (ERRNO_UNCHANGED): Likewise.
6512 (ERRNO_EDOM): Likewise.
6513 (ERRNO_ERANGE): Likewise.
6514 (test_exceptions): Handle testing "inexact" exceptions.
6515 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
6516 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
6517 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
6518 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
6519 INEXACT_EXCEPTION.
6520 (rint_towardzero_test_data): Likewise.
6521 (rint_downward_test_data): Likewise.
6522 (rint_upward_test_data): Likewise.
6523
e9eee333
JM
6524 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
6525 with OVERFLOW_EXCEPTION.
6526 (exp10_test_data): Likewise.
6527 (exp2_test_data): Likewise.
6528 (expm1_test_data): Likewise.
6529 (lgamma_test_data): Likewise.
6530 (pow_test_data): Likewise.
6531 (tgamma_test_data): Likewise.
6532 (yn_test_data): Remove duplicate test of overflow.
6533
1c38ff73
JM
6534 * math/libm-test.inc (struct test_cc_c_data): New type.
6535 (RUN_TEST_LOOP_cc_c): New macro.
6536 (cpow_test_data): New variable.
6537 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
6538
15c7c18d
JM
6539 * math/libm-test.inc (struct test_f_L_data): New type.
6540 (RUN_TEST_LOOP_f_L): New macro.
6541 (llrint_test_data): New variable.
6542 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
6543 (llrint_tonearest_test_data): New variable.
6544 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
6545 (llrint_towardzero_test_data): New variable.
6546 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
6547 (llrint_downward_test_data): New variable.
6548 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
6549 (llrint_upward_test_data): New variable.
6550 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
6551 (llround_test_data): New variable.
6552 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
6553
f137ff13
PC
65542013-05-13 Peter Collingbourne <pcc@google.com>
6555
6556 * math/atest-exp2.c (get_log2): Remove const attribute.
6557
3608cb24
JM
65582013-05-15 Joseph Myers <joseph@codesourcery.com>
6559
6560 * math/libm-test.inc (struct test_f_l_data): New type.
6561 (RUN_TEST_LOOP_f_l): New macro.
6562 (lrint_test_data): New variable.
6563 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
6564 (lrint_tonearest_test_data): New variable.
6565 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
6566 (lrint_towardzero_test_data): New variable.
6567 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
6568 (lrint_downward_test_data): New variable.
6569 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
6570 (lrint_upward_test_data): New variable.
6571 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
6572 (lround_test_data): New variable.
6573 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
6574
39b1f617
PC
65752013-05-15 Peter Collingbourne <pcc@google.com>
6576
1deff3dc
PC
6577 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
6578 (EXTRACT_WORDS64) Use where appropriate.
6579 (INSERT_WORDS64) Likewise.
6580
791f3ba0
PC
6581 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
6582 constraints with x constraints.
6583 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
6584
39b1f617
PC
6585 * malloc/obstack.c (_obstack_compat): Add initializer.
6586
12fba011
EM
65872013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
6588
6589 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
6590 si_trapno and add si_addr_lsb to _sifields.sigfault.
6591 (si_trapno): Remove macro.
6592 (si_addr_lsb): Define new macro.
6593 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
6594
d369f531
JM
65952013-05-15 Joseph Myers <joseph@codesourcery.com>
6596
b861c6c4
JM
6597 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
6598 instead of TEST_f_l.
6599 (llrint_test_tonearest): Likewise.
6600 (llrint_test_towardzero): Likewise.
6601 (llrint_test_downward): Likewise.
6602 (llrint_test_upward): Likewise.
6603 (llround_test): Likewise.
6604
7abeee12
JM
6605 * math/libm-test.inc (struct test_f_i_data): Add comment.
6606 (RUN_TEST_LOOP_f_b): New macro.
6607 (RUN_TEST_LOOP_f_b_tg): Likewise.
6608 (finite_test_data): New variable.
6609 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
6610 (isfinite_test_data): New variable.
6611 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6612 (isinf_test_data): New variable.
6613 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6614 (isnan_test_data): New variable.
6615 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6616 (isnormal_test_data): New variable.
6617 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6618 (issignaling_test_data): New variable.
6619 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6620 (signbit_test_data): New variable.
6621 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6622
cbe8c4d3
JM
6623 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
6624 with INVALID_EXCEPTION.
6625 (acosh_test_data): Likewise.
6626 (asin_test_data): Likewise.
6627 (atanh_test_data): Likewise.
6628 (fmod_test_data): Likewise.
6629 (log_test_data): Likewise.
6630 (log10_test_data): Likewise.
6631 (log2_test_data): Likewise.
6632 (pow_test_data): Likewise.
6633 (sqrt_test_data): Likewise.
6634 (y0_test_data): Likewise.
6635 (y1_test_data): Likewise.
6636 (yn_test_data): Likewise.
6637
5575c0e5
JM
6638 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
6639 function contents.
6640
d369f531
JM
6641 * math/libm-test.inc (struct test_ff_i_data): New type.
6642 (RUN_TEST_LOOP_ff_i_tg): New macro.
6643 (isgreater_test_data): New variable.
6644 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6645 (isgreaterequal_test_data): New variable.
6646 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6647 (isless_test_data): New variable.
6648 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6649 (islessequal_test_data): New variable.
6650 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6651 (islessgreater_test_data): New variable.
6652 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6653 (isunordered_test_data): New variable.
6654 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6655
781fd748
DM
66562013-05-14 David S. Miller <davem@davemloft.net>
6657
6658 * sysdeps/sparc/fpu/libm-test-ulps: Update.
6659
87aa21df
JM
66602013-05-14 Joseph Myers <joseph@codesourcery.com>
6661
5e908270
JM
6662 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
6663
f71172e5
JM
6664 * math/libm-test.inc (struct test_fF_f1_data): Change type of
6665 extra_test to int.
6666 (struct test_f_i_data): Change type of max_ulp to int.
6667
8cfa635a
JM
6668 * math/libm-test.inc (test_ffI_f1_data): New type.
6669 (RUN_TEST_LOOP_ffI_f1): New macro.
6670 (remquo_test_data): New variable.
6671 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
6672
2bcb36b2
JM
6673 * setjmp/tst-setjmp-fp.c: New file.
6674 * setjmp/Makefile (tests): Add tst-setjmp-fp.
6675 (link-libm): New variable.
6676 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
6677
acbd839a
JM
6678 * math/libm-test.inc (struct test_f_i_data): New type.
6679 (RUN_TEST_LOOP_f_i): New macro.
6680 (RUN_TEST_LOOP_f_i_tg): Likewise.
6681 (fpclassify_test_data): New variable.
6682 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
6683 (ilogb_test_data): New variable.
6684 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
6685
e414d745
JM
6686 * math/libm-test.inc (scalbln_test): Correct function name in END
6687 call.
6688
d9c2a0fd
JM
6689 * math/libm-test.inc (struct test_f_f1_data): Add comment.
6690 (RUN_TEST_LOOP_fI_f1): New macro.
6691 (frexp_test_data): New variable.
6692 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
6693
9dc9095d
JM
6694 * math/libm-test.inc (struct test_fF_f1_data): New type.
6695 (RUN_TEST_LOOP_fF_f1): New macro.
6696 (modf_test_data): New variable.
6697 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
6698
87aa21df
JM
6699 * math/libm-test.inc (struct test_f_f1_data): New type.
6700 (RUN_TEST_LOOP_f_f1): New macro.
6701 (gamma_test_data): New variable.
6702 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
6703 (lgamma_test_data): New variable.
6704 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
6705
141af660
CD
67062013-05-13 Carlos O'Donell <carlos@redhat.com>
6707
6708 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
6709 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
6710 (main): Comment "tls" pseudo-hwcap.
6711
6d33265c
JM
67122013-05-13 Joseph Myers <joseph@codesourcery.com>
6713
68fc074c
JM
6714 * math/libm-test.inc (struct test_fl_f_data): New type.
6715 (RUN_TEST_LOOP_fl_f): New variable.
6716 (scalbln_test_data): New variable.
6717 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
6718
243216e1
JM
6719 * math/libm-test.inc (struct test_fi_f_data): New type.
6720 (RUN_TEST_LOOP_fi_f): New macro.
6721 (ldexp_test_data): New variable.
6722 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
6723 (scalbn_test_data): New variable.
6724 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
6725
6a1992e2
JM
6726 * math/libm-test.inc (struct test_c_f_data): New type.
6727 (RUN_TEST_LOOP_c_f): New macro.
6728 (cabs_test_data): New variable.
6729 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
6730 (carg_test_data): New variable.
6731 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
6732 (cimag_test_data): New variable.
6733 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
6734 (creal_test_data): New variable.
6735 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
6736
0e400df5
JM
6737 * math/libm-test.inc (struct test_if_f_data): New type.
6738 (RUN_TEST_LOOP_if_f): New macro.
6739 (jn_test_data): New variable.
6740 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
6741 (yn_test_data): New variable.
6742 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
6743
6d33265c
JM
6744 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
6745
f98ece5f
AZ
67462013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6747
6748 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
6749 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
6750
0f7d347b
SP
67512013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
6752
43fe811b
SP
6753 * benchtests/Makefile (CPPFLAGS-nonlib): Add
6754 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
6755 (bench-deps): Add bench-timing.h.
6756 * benchtests-bench-skeleton.c: Include bench-timing.h.
6757 (main): Use TIMING_* macros instead of clock_gettime.
6758 * benchtests/bench-timing.h: New file.
6759
0f7d347b
SP
6760 [BZ #14582]
6761 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
6762 Renamed from _LIB_VERSION.
6763 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
6764
601a3a5f
JM
67652013-05-12 Joseph Myers <joseph@codesourcery.com>
6766
4f184d30
JM
6767 * math/libm-test.inc (struct test_fff_f_data): New type.
6768 (RUN_TEST_LOOP_fff_f): New macro.
6769 (fma_test_data): New variable.
6770 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
6771 (fma_towardzero_test_data): New variable.
6772 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
6773 (fma_downward_test_data): New variable.
6774 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
6775 (fma_upward_test_data): New variable.
6776 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
6777
08198877
JM
6778 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
6779 (struct test_c_c_data): New type.
6780 (RUN_TEST_LOOP_c_c): New macro.
6781 (cacos_test_data): New variable.
6782 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
6783 (cacosh_test_data): New variable.
6784 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
6785 (casin_test_data): New variable.
6786 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
6787 (casinh_test_data): New variable.
6788 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
6789 (catan_test_data): New variable.
6790 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
6791 (catanh_test_data): New variable.
6792 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
6793 (ccos_test_data): New variable.
6794 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
6795 (ccosh_test_data): New variable.
6796 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
6797 (cexp_test_data): New variable.
6798 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
6799 (clog_test_data): New variable.
6800 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
6801 (clog10_test_data): New variable.
6802 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
6803 (conj_test_data): New variable.
6804 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
6805 (cproj_test_data): New variable.
6806 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
6807 (csin_test_data): New variable.
6808 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
6809 (csinh_test_data): New variable.
6810 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
6811 (csqrt_test_data): New variable.
6812 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
6813 (ctan_test_data): New variable.
6814 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
6815 (ctan_tonearest_test_data): New variable.
6816 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
6817 (ctan_towardzero_test_data): New variable.
6818 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
6819 (ctan_downward_test_data): New variable.
6820 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
6821 (ctan_upward_test_data): New variable.
6822 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
6823 (ctanh_test_data): New variable.
6824 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
6825 (ctanh_tonearest_test_data): New variable.
6826 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
6827 (ctanh_towardzero_test_data): New variable.
6828 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
6829 (ctanh_downward_test_data): New variable.
6830 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
6831 (ctanh_upward_test_data): New variable.
6832 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
6833 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
6834 of BUILD_COMPLEX.
6835
601a3a5f
JM
6836 * math/libm-test.inc (struct test_ff_f_data): New type.
6837 (struct test_ff_f_data_nexttoward): Likewise.
6838 (RUN_TEST_LOOP_2_f): New macro.
6839 (RUN_TEST_LOOP_ff_f): Likewise.
6840 (atan2_test_data): New variable.
6841 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
6842 (copysign_test_data): New variable.
6843 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
6844 (fdim_test_data): New variable.
6845 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
6846 (fmax_test_data): New variable.
6847 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
6848 (fmin_test_data): New variable.
6849 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
6850 (fmod_test_data): New variable.
6851 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
6852 (hypot_test_data): New variable.
6853 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
6854 (nextafter_test_data): New variable.
6855 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
6856 (nexttoward_test_data): New variable.
6857 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
6858 (pow_test_data): New variable.
6859 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
6860 (pow_tonearest_test_data): New variable.
6861 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
6862 (pow_towardzero_test_data): New variable.
6863 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
6864 (pow_downward_test_data): New variable.
6865 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
6866 (pow_upward_test_data): New variable.
6867 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
6868 (remainder_test_data): New variable.
6869 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
6870 (scalb_test_data): New variable.
6871 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
6872 * sysdeps/i386/fpu/libm-test-ulps: Update.
6873
74c57478
JM
68742013-05-11 Joseph Myers <joseph@codesourcery.com>
6875
8329e4da
JM
6876 * math/libm-test.inc (fma_test): Use max_value instead of local
6877 variable fltmax.
6878 (nextafter_test): Likewise.
6879
74c57478
JM
6880 * math/libm-test.inc (acos_towardzero_test_data): New variable.
6881 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6882 (acos_downward_test_data): New variable.
6883 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6884 (acos_upward_test_data): New variable.
6885 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6886 (acosh_test_data): New variable.
6887 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
6888 (asin_test_data): New variable.
6889 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
6890 (asin_tonearest_test_data): New variable.
6891 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6892 (asin_towardzero_test_data): New variable.
6893 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6894 (asin_downward_test_data): New variable.
6895 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6896 (asin_upward_test_data): New variable.
6897 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6898 (asinh_test_data): New variable.
6899 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
6900 (atan_test_data): New variable.
6901 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
6902 (atanh_test_data): New variable.
6903 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
6904 (cbrt_test_data): New variable.
6905 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
6906 (ceil_test_data): New variable.
6907 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
6908 (cos_test_data): New variable.
6909 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
6910 (cos_tonearest_test_data): New variable.
6911 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6912 (cos_towardzero_test_data): New variable.
6913 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6914 (cos_downward_test_data): New variable.
6915 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6916 (cos_upward_test_data): New variable.
6917 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6918 (cosh_test_data): New variable.
6919 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
6920 (cosh_tonearest_test_data): New variable.
6921 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6922 (cosh_towardzero_test_data): New variable.
6923 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6924 (cosh_downward_test_data): New variable.
6925 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6926 (cosh_upward_test_data): New variable.
6927 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6928 (erf_test_data): New variable.
6929 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
6930 (erfc_test_data): New variable.
6931 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
6932 (exp_test_data): New variable.
6933 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
6934 (exp_tonearest_test_data): New variable.
6935 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6936 (exp_towardzero_test_data): New variable.
6937 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6938 (exp_downward_test_data): New variable.
6939 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6940 (exp_upward_test_data): New variable.
6941 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6942 (exp10_test_data): New variable.
6943 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
6944 (exp2_test_data): New variable.
6945 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
6946 (expm1_test_data): New variable.
6947 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
6948 (fabs_test_data): New variable.
6949 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
6950 (floor_test_data): New variable.
6951 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
6952 (j0_test_data): New variable.
6953 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
6954 (j1_test_data): New variable.
6955 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
6956 (log_test_data): New variable.
6957 (log_test): Run tests with RUN_TEST_LOOP_f_f.
6958 (log10_test_data): New variable.
6959 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
6960 (log1p_test_data): New variable.
6961 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
6962 (log2_test_data): New variable.
6963 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
6964 (logb_test_data): New variable.
6965 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
6966 (logb_downward_test_data): New variable.
6967 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6968 (nearbyint_test_data): New variable.
6969 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
6970 (rint_test_data): New variable.
6971 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
6972 (rint_tonearest_test_data): New variable.
6973 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6974 (rint_towardzero_test_data): New variable.
6975 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6976 (rint_downward_test_data): New variable.
6977 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6978 (rint_upward_test_data): New variable.
6979 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6980 (round_test_data): New variable.
6981 (round_test): Run tests with RUN_TEST_LOOP_f_f.
6982 (sin_test_data): New variable.
6983 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
6984 (sin_tonearest_test_data): New variable.
6985 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6986 (sin_towardzero_test_data): New variable.
6987 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6988 (sin_downward_test_data): New variable.
6989 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6990 (sin_upward_test_data): New variable.
6991 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6992 (sinh_test_data): New variable.
6993 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
6994 (sinh_tonearest_test_data): New variable.
6995 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6996 (sinh_towardzero_test_data): New variable.
6997 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6998 (sinh_downward_test_data): New variable.
6999 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
7000 (sinh_upward_test_data): New variable.
7001 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
7002 (sqrt_test_data): New variable.
7003 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
7004 (tan_test_data): New variable.
7005 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
7006 (tan_tonearest_test_data): New variable.
7007 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
7008 (tan_towardzero_test_data): New variable.
7009 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
7010 (tan_downward_test_data): New variable.
7011 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
7012 (tan_upward_test_data): New variable.
7013 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
7014 (tanh_test_data): New variable.
7015 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
7016 (tgamma_test_data): New variable.
7017 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
7018 (trunc_test_data): New variable.
7019 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
7020 (y0_test_data): New variable.
7021 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
7022 (y1_test_data): New variable.
7023 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
7024 (significand_test_data): New variable.
7025 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
7026
7187d844
CG
70272013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
7028
7029 [BZ #12387]
7030 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
7031
f63fae73
PT
70322013-05-10 Pino Toscano <toscano.pino@tiscali.it>
7033
7034 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
7035
8a67a4b3
AJ
70362013-05-10 Andreas Jaeger <aj@suse.de>
7037
7038 [BZ #15448]
7039 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
7040 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
7041
51df539d
JM
70422013-05-10 Joseph Myers <joseph@codesourcery.com>
7043
7044 * math/gen-libm-test.pl (adjust_arg): New function.
7045 (special_functions): Handle generating output in both functions
7046 and arrays.
7047 (parse_args): Likewise.
7048 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
7049 $in_func argument to parse_args.
7050 * math/libm-test.inc (struct test_f_f_data): New type.
7051 (IF_ROUND_INIT_): New macro.
7052 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
7053 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
7054 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
7055 (IF_ROUND_INIT_FE_UPWARD): Likewise.
7056 (ROUND_RESTORE_): Likewise.
7057 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
7058 (ROUND_RESTORE_FE_TONEAREST): Likewise.
7059 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
7060 (ROUND_RESTORE_FE_UPWARD): Likewise.
7061 (RUN_TEST_LOOP_f_f): New macro.
7062 (acos_test_data): New variable.
7063 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
7064 (acos_tonearest_test_data): New variable.
7065 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
7066
5c637fe5
SP
70672013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7068
7069 * benchtests/bench-skeleton.c (startup): Fix coding style.
7070
ab2b9461
JM
70712013-05-10 Joseph Myers <joseph@codesourcery.com>
7072
7073 [BZ #6809]
7074 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
7075 negative infinity argument.
7076 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
7077 negative infinity argument.
7078 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
7079 negative infinity argument.
7080 * math/libm-test.inc (tgamma_test): Expect errno to be set for
7081 domain errors.
7082
4c0fe6fe
FW
70832013-05-10 Florian Weimer <fweimer@redhat.com>
7084
7085 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
7086 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
7087 * iconv/iconv_prog.c (main): Likewise.
7088 * locale/programs/charmap-dir.c (charmap_readdir)
7089 (fopen_uncompressed): Likewise.
7090 * locale/programs/locfile.c (siblings_uncached)
7091 (write_locale_data): Use lstat64 instead of lstat.
7092 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
7093 stat.
7094
a3375d29
AJ
70952013-05-10 Andreas Jaeger <aj@suse.de>
7096
7097 [BZ #15395]
7098 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
7099 localization.
7100 Include <locale.h>.
7101
36129722
CD
71022013-05-09 Carlos O'Donell <carlos@redhat.com>
7103
7104 * elf/dl-close.c (_dl_close_worker): Add comments.
7105
faa7f811
JM
71062013-05-09 Joseph Myers <joseph@codesourcery.com>
7107
ed41ffef
JM
7108 [BZ #15359]
7109 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
7110 high part of pi/2.
7111 (__ieee754_rem_pio2l): Update comments.
7112
d0213cd0
JM
7113 [BZ #15429]
7114 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
7115 high part of pi/2.
7116 (__ieee754_rem_pio2l): Update comments.
7117
0d3e777a
JM
7118 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
7119 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
7120
24f56066
JM
7121 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
7122 M_PI_4l.
7123
faa7f811
JM
7124 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
7125 (M_PI_34_LOG10El): Likewise.
7126 (M_PI2_LOG10El): Likewise.
7127 (M_PI4_LOG10El): Likewise.
7128 (M_PI_LOG10El): Likewise.
7129
e9a5e0fd
AZ
71302013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7131
7132 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7133
d8cd06db
JM
71342013-05-08 Joseph Myers <joseph@codesourcery.com>
7135
a0d9f9d7
JM
7136 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
7137 (MINUS_ZERO_INIT): Likewise.
7138 (PLUS_INFTY_INIT): Likewise.
7139 (MINUS_INFTY_INIT): Likewise.
7140 (QNAN_VALUE_INIT): Likewise.
7141 (MAX_VALUE_INIT): Likewise.
7142 (MIN_VALUE_INIT): Likewise.
7143 (MIN_SUBNORM_VALUE_INIT): Likewise.
7144 (plus_zero): Initialize with PLUS_ZERO_INIT.
7145 (minus_zero): Initialize with MINUS_ZERO_INIT.
7146 (plus_infty): Initialize with PLUS_INFTY_INIT.
7147 (minus_infty): Initialize with MINUS_INFTY_INIT.
7148 (qnan_value): Initialize with QNAN_VALUE_INIT.
7149 (max_value): Initialize with MAX_VALUE_INIT.
7150 (min_value): Initialize with MIN_VALUE_INIT.
7151 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
7152
ae08db3b
JM
7153 * math/libm-test.inc (RUN_TEST_if_f): New macro.
7154 (jn_test): Use TEST_if_f instead of TEST_ff_f.
7155 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
7156 (yn_test): Use TEST_if_f instead of TEST_ff_f.
7157
f44bf14a
JM
7158 * math/libm-test.inc (RUN_TEST_f_f): New macro.
7159 (RUN_TEST_2_f): Likewise.
7160 (RUN_TEST_ff_f): Likewise.
7161 (RUN_TEST_fi_f): Likewise.
7162 (RUN_TEST_fl_f): Likewise.
7163 (RUN_TEST_fff_f): Likewise.
7164 (RUN_TEST_c_f): Likewise.
7165 (RUN_TEST_f_f1): Likewise.
7166 (RUN_TEST_fF_f1): Likewise.
7167 (RUN_TEST_fI_f1): Likewise.
7168 (RUN_TEST_ffI_f1): Likewise.
7169 (RUN_TEST_c_c): Likewise.
7170 (RUN_TEST_cc_c): Likewise.
7171 (RUN_TEST_f_i): Likewise.
7172 (RUN_TEST_f_i_tg): Likewise.
7173 (RUN_TEST_ff_i_tg): Likewise.
7174 (RUN_TEST_f_b): Likewise.
7175 (RUN_TEST_f_b_tg): Likewise.
7176 (RUN_TEST_f_l): Likewise.
7177 (RUN_TEST_f_L): Likewise.
7178 (RUN_TEST_sincos): Likewise.
7179 * math/gen-libm-test.pl (new_test): Take new argument to indicate
7180 whether to show exceptions. Do not include ");\n" in return
7181 value.
7182 (special_functions): Output call to RUN_TEST_sincos instead of
7183 check_float calls. Update calls to new_test.
7184 (parse_args): Output call to single RUN_TEST_* macro instead of
7185 check_* calls and other assignments. Update calls to new_test.
7186
d8cd06db
JM
7187 [BZ #2546]
7188 [BZ #2560]
7189 [BZ #5159]
7190 [BZ #15426]
7191 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
7192 input to result for tgamma overflow.
7193 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
7194 (gamma_coeff): New variable.
7195 (NCOEFF): New macro.
7196 (gamma_positive): New function.
7197 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
7198 underflow here. Use gamma_positive instead of exp (lgamma) for
7199 other arguments.
7200 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
7201 (gamma_coeff): New variable.
7202 (NCOEFF): New macro.
7203 (gammaf_positive): New function.
7204 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
7205 underflow here. Use gamma_positive instead of exp (lgamma) for
7206 other arguments.
7207 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
7208 (gamma_coeff): New variable.
7209 (NCOEFF): New macro.
7210 (gammal_positive): New function.
7211 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
7212 underflow here. Use gamma_positive instead of exp (lgamma) for
7213 other arguments.
7214 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
7215 (gamma_coeff): New variable.
7216 (NCOEFF): New macro.
7217 (gammal_positive): New function.
7218 (__ieee754_gammal_r): Handle positive infinity, overflow and
7219 underflow here. Handle NaN the same as positive infinity. Remove
7220 check x < 0xffffffff for negative integers. Use gamma_positive
7221 instead of exp (lgamma) for other arguments.
7222 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
7223 (gamma_coeff): New variable.
7224 (NCOEFF): New macro.
7225 (gammal_positive): New function.
7226 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
7227 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
7228 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
7229 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
7230 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
7231 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
7232 * sysdeps/generic/math_private.h (__gamma_productf): New
7233 prototype.
7234 (__gamma_product): Likewise.
7235 (__gamma_productl): Likewise.
7236 * math/Makefile (libm-calls): Add gamma_product.
7237 * math/libm-test.inc (tgamma_test): Add more tests.
7238 * sysdeps/i386/fpu/libm-test-ulps: Update.
7239 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7240
bb7cf681
OB
72412013-05-08 Ondřej Bílka <neleai@seznam.cz>
7242
7243 * benchtests/bench-skeleton.c (main): Preheat CPU.
7244
ba853947
AJ
72452013-05-07 Aurelien Jarno <aurelien@aurel32.net>
7246
7247 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
7248
8347c74c
RM
72492013-05-07 Roland McGrath <roland@hack.frob.com>
7250
7251 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
7252 and _dl_skip_args_internal.
7253
e8dd4791
CD
72542013-05-07 Carlos O'Donell <carlos@redhat.com>
7255
7256 * manual/message.texi (Message Translation): Talk about users.
7257 Message to key mapping impacts design.
7258
c7405830
RM
72592013-05-06 Roland McGrath <roland@hack.frob.com>
7260
a9173057
RM
7261 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
7262
976e2f03
RM
7263 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
7264
9723ffc5
RM
7265 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
7266 * sysdeps/wordsize-64/glob64.c: ... here.
7267
962e6658
RM
7268 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
7269 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
7270 New macros.
7271
ee586a6d
RM
7272 * debug/getlogin_r_chk.c: Moved to ...
7273 * login/getlogin_r_chk.c: ... here.
7274 * debug/Makefile (routines): Move getlogin_r_chk to ...
7275 * login/Makefile (routines): ... here.
7276 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
7277 * login/Versions (libc: GLIBC_2.4): ... here.
7278
355f9165
RM
7279 * io/poll.c (__poll): Renamed from poll.
7280 Add libc_hidden_def.
7281 (poll): Define as weak alias.
7282
bd9ffde6
RM
7283 * debug/ptsname_r_chk.c: Moved to ...
7284 * login/ptsname_r_chk.c: ... here.
7285 * debug/Makefile (routines): Move ptsname_r_chk to ...
7286 * login/Makefile (routines): ... here.
7287 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
7288 * login/Versions (libc: GLIBC_2.4): ... here.
7289
8fb16a04
RM
7290 * posix/getlogin.c: Moved to ...
7291 * login/getlogin.c: ... here.
7292 * posix/getlogin_r.c: Moved to ...
7293 * login/getlogin_r.c: ... here.
7294 * posix/getlogin_r.c: Moved to ...
7295 * login/getlogin_r.c: ... here.
7296 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
7297 * login/Makefile (routines): ... here.
7298 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
7299 * login/Versions (libc: GLIBC_2.0): ... here.
7300
b99b892f
RM
7301 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
7302 (setrlimit): Define as weak alias.
7303
c7405830
RM
7304 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
7305 Call __ names for open, ftruncate, and close.
7306 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
7307 (truncate): Define as weak alias.
7308
5bf96de5
JM
73092013-05-06 Joseph Myers <joseph@codesourcery.com>
7310
9ea3513c
JM
7311 * math/gen-libm-test.pl (parse_args): Initialize x before each
7312 test of frexp, modf and remquo.
7313
5bf96de5
JM
7314 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
7315 test signgam value.
7316
16e616a7
AZ
73172013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7318
7319 [BZ #15418]
7320 [BZ #15419]
7321 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
7322 internal tests.
7323 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
7324
d5e82754
RM
73252013-05-06 Roland McGrath <roland@hack.frob.com>
7326
7327 * elf/dl-writev.h: New file.
7328 * elf/dl-misc.c: Include it.
7329 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
7330 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
7331
a7548d41
JM
73322013-05-04 Joseph Myers <joseph@codesourcery.com>
7333
b7dab1e4
JM
7334 * math/libm-test.inc (noXFails): Remove variable.
7335 (noXPasses): Likewise.
7336 (BUILD_COMPLEX_INT): Remove macro.
7337 (print_screen): Remove xfail argument.
7338 (print_screen_max_error): Likewise.
7339 (update_stats): Likewise.
7340 (print_max_error): Likewise. Update calls to other affected
7341 functions.
7342 (print_complex_max_error): Likewise.
7343 (test_single_exception): Update calls to print_screen.
7344 (test_single_errno): Likewise.
7345 (check_float_internal): Remove xfail argument. Update calls to
7346 other affected functions.
7347 (check_float): Likewise.
7348 (check_complex): Likewise.
7349 (check_int): Likewise.
7350 (check_long): Likewise.
7351 (check_bool): Likewise.
7352 (check_longlong): Likewise.
7353 (main): Don't print noXFails and noXPasses.
7354 * math/gen-libm-test.pl (top level): Don't mention expected
7355 failure handling in comment.
7356 (new_test): Don't handle expected failures.
7357 (parse_args): Don't mention expected failure handling in comment.
7358 (generate_testfile): Don't handle expected failures.
7359 (parse_ulps): Likewise.
7360 (print_ulps_file): Likewise.
7361 (get_failure): Remove function.
7362 (output_test): Don't handle expected failures.
7363 * make/README.libm-test: Don't mention expected failure handling.
7364
a7548d41
JM
7365 * math/libm-test.inc (plus_zero): Make const. Add initializer.
7366 (minus_zero): Likewise.
7367 (plus_infty): Likewise.
7368 (minus_infty): Likewise.
7369 (qnan_value): Likewise.
7370 (max_value): Likewise.
7371 (min_value): Likewise.
7372 (min_subnorm_value): Likewise.
7373 (initialize): Do not initialize those variables dynamically.
7374
60bfd54c
RM
73752013-05-03 Roland McGrath <roland@hack.frob.com>
7376
cc0e6ed8
RM
7377 * io/open.c (__open_2): Moved to ...
7378 * io/open_2.c: ... this new file.
7379 * io/open64.c (__open64_2): Moved to ...
7380 * io/open64_2.c: ... this new file.
7381 * io/openat.c (__openat_2): Moved to ...
7382 * io/openat_2.c: ... this new file.
7383 * io/openat64.c (__openat64_2): Moved to ...
7384 * io/openat64_2.c: ... this new file.
7385 * io/Makefile (routines): Add them.
7386 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
7387 * sysdeps/unix/sysv/linux/open_2.c: File removed.
7388 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
7389 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
7390 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
7391 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
7392 (__openat64): Add hidden_ver.
7393 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
7394 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
7395
60bfd54c
RM
7396 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
7397 Separately conditionalize setting of GLRO(dl_sysinfo) so
7398 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
7399 as well, but the actual setting is only under [NEED_DL_SYSINFO].
7400
83e7640f
AZ
74012013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7402
7403 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
7404 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
7405 definition.
7406 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
7407 * sysdeps/unix/sysv/linux/powerpc/init-first.c
7408 (_libc_vdso_platform_setup): Add __vdso_time initialization.
7409 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
7410 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
7411
d5dc2af3
JM
74122013-05-03 Joseph Myers <joseph@codesourcery.com>
7413
c31a5b1e
JM
7414 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
7415 test signgam value.
7416
d5dc2af3
JM
7417 * math/libm-test.inc (hypot_test): Do not use
7418 IGNORE_ZERO_INF_SIGN.
7419
164fd39d
AJ
74202013-05-03 Andreas Jaeger <aj@suse.de>
7421
7422 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
7423 Linux 3.9.
7424 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
7425 (PF_MAX): Adjust for VSOCK change.
7426
8237f48c
AZ
74272013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7428
7429 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7430
9df02941
CD
74312013-05-02 Carlos O'Donell <carlos@redhat.com>
7432
7433 [BZ #15264]
7434 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
7435 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
7436 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
7437
d422395e
DM
74382013-05-02 David S. Miller <davem@davemloft.net>
7439
7440 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7441
a07c5731
OB
74422013-05-01 Ondřej Bílka <neleai@seznam.cz>
7443
7444 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
7445
1324e37f
RM
74462013-05-01 Roland McGrath <roland@hack.frob.com>
7447
7448 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
7449
0695940b
RS
74502013-05-01 Richard Smith <richard@metafoo.co.uk>
7451
bb5f27ad 7452 [BZ #14952]
0695940b
RS
7453 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
7454 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
7455 Use __attribute__ ((__gnu_inline__)).
7456 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
7457 Don't use __attribute__ ((__gnu_inline__)).
7458
10de07f5
JM
74592013-05-01 Joseph Myers <joseph@codesourcery.com>
7460
7461 [BZ #15423]
7462 * math/s_catan.c (__catan): Handle small real or imaginary part of
7463 input specially to avoid spurious underflow.
7464 * math/s_catanf.c (__catanf): Likewise.
7465 * math/s_catanh.c (__catanh): Likewise.
7466 * math/s_catanhf.c (__catanhf): Likewise.
7467 * math/s_catanhl.c (__catanhl): Likewise.
7468 * math/s_catanl.c (__catanl): Likewise.
7469 * math/libm-test.inc (catan_test): Add more tests.
7470 (catanh_test): Likewise.
7471 * sysdeps/i386/fpu/libm-test-ulps: Update.
7472 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7473
cb4d5414
AZ
74742013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7475
7476 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7477
caf84319
JM
74782013-04-30 Joseph Myers <joseph@codesourcery.com>
7479
7480 [BZ #15416]
7481 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
7482 accurately for denominator in atan2.
7483 * math/s_catanf.c (__catanf): Likewise.
7484 * math/s_catanh.c (__catanh): Likewise.
7485 * math/s_catanhf.c (__catanhf): Likewise.
7486 * math/s_catanhl.c (__catanhl): Likewise.
7487 * math/s_catanl.c (__catanl): Likewise.
7488 * math/libm-test.inc (catan_test): Add more tests.
7489 (catanh_test): Likewise.
7490 * sysdeps/i386/fpu/libm-test-ulps: Update.
7491 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7492
d569c6ee
SP
74932013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
7494
6dbe713d
SP
7495 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
7496
f0ee064b
SP
7497 * benchtests/Makefile (bench): Remove slow benchmarks.
7498 * benchtests/atan-inputs: Add slow benchmark inputs.
7499 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
7500 (BENCH_FUNC): Accept variant offset.
7501 (VARIANT): Define.
7502 * benchtests/bench-skeleton.c (main): Run benchmark for each
7503 variant.
7504 * benchtests/cos-inputs: Add slow benchmark inputs.
7505 * benchtests/exp-inputs: Likewise.
7506 * benchtests/pow-inputs: Likewise.
7507 * benchtests/sin-inputs: Likewise.
7508 * benchtests/slowatan-inputs: Remove.
7509 * benchtests/slowatan.c: Remove.
7510 * benchtests/slowcos-inputs: Remove.
7511 * benchtests/slowcos.c: Remove.
7512 * benchtests/slowexp-inputs: Remove.
7513 * benchtests/slowexp.c: Remove.
7514 * benchtests/slowpow-inputs: Remove.
7515 * benchtests/slowpow.c: Remove.
7516 * benchtests/slowsin-inputs: Remove.
7517 * benchtests/slowsin.c: Remove.
7518 * benchtests/slowtan-inputs: Remove.
7519 * benchtests/slowtan.c: Remove.
7520 * benchtests/tan-inputs: Add slow benchmark inputs.
7521 * scripts/bench.pl: Parse comments and directives.
7522
d569c6ee
SP
7523 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
7524 in CPPFLAGS.
7525 ($(objpfx)bench-%.c): Remove *-ITER.
7526 * benchtests/bench-modf.c: Remove definition of ITER.
7527 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
7528 (main): Loop for DURATION seconds instead of fixed number of
7529 iterations.
7530 * scripts/bench.pl: Don't expect iterations in parameters.
7531
a6a242fe
RM
75322013-04-29 Roland McGrath <roland@hack.frob.com>
7533
7534 * io/fchdir.c (__fchdir): Renamed from fchdir.
7535 (fchdir): Define as weak alias.
7536
f2da7793
JM
75372013-04-29 Joseph Myers <joseph@codesourcery.com>
7538
7539 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
7540 (ERRNO_EDOM): Likewise.
7541 (ERRNO_ERANGE): Likewise.
7542 (noErrnoTests): New variable.
7543 (init_max_error): Set errno to 0.
7544 (test_single_errno): New function.
7545 (test_errno): Likewise.
7546 (check_float_internal): Call test_errno. Set errno to 0.
7547 (check_complex): Refer to errno tests in comment.
7548 (check_int): Call test_errno. Set errno to 0.
7549 (check_long): Likewise.
7550 (check_bool): Likewise.
7551 (check_longlong): Likewise.
7552 (cos_test): Use ERRNO_* flags for errno tests instead of
7553 check_int.
7554 (expm1_test): Likewise.
7555 (fmod_test): Likewise.
7556 (ilogb_test): Likewise.
7557 (lgamma_test): Likewise.
7558 (pow_test): Likewise.
7559 (remainder_test): Likewise.
7560 (sin_test): Likewise.
7561 (tan_test): Likewise.
7562 (yn_test): Likewise.
7563 (initialize): Set errno to 0.
7564 (main): Print number of errno tests.
7565 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
7566
b1a36ceb
AJ
75672013-04-29 Andreas Jaeger <aj@suse.de>
7568
c3ed8088
AJ
7569 [BZ #15084]
7570 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
7571 and RES_USEVC.
7572
f1a24198
AJ
7573 [BZ #15085]
7574 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
7575 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
7576 unimplemented.
7577
9ce3b2cb
AJ
7578 [BZ #15380]
7579 * stdlib/random.c (__initstate): Return NULL if
7580 __initstate fails.
7581
f1a24198 7582 [BZ #15086]
b1a36ceb
AJ
7583 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
7584 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
7585 RES_SNGLKUPREOP.
7586
7e7b6f36
AZ
75872013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7588
7589 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7590
4d14f449
JM
75912013-04-29 Joseph Myers <joseph@codesourcery.com>
7592
7593 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
7594 of individual tests.
7595 (casin_test): Likewise.
7596 (casinh_test): Likewise.
7597
5b4217d7
JM
75982013-04-27 Joseph Myers <joseph@codesourcery.com>
7599
7600 [BZ #15409]
7601 * math/s_catan.c (__catan): Handle arguments with large real or
7602 imaginary part separately without squaring.
7603 * math/s_catanf.c (__catanf): Likewise.
7604 * math/s_catanh.c (__catanh): Likewise.
7605 * math/s_catanhf.c (__catanhf): Likewise.
7606 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
7607 and redefine.
7608 (__catanhl): Handle arguments with large real or imaginary part
7609 separately without squaring.
7610 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
7611 and redefine.
7612 (__catanl): Handle arguments with large real or imaginary part
7613 separately without squaring.
7614 * math/libm-test.inc (catan_test): Add more tests.
7615 (catanh_test): Likewise.
7616 * sysdeps/i386/fpu/libm-test-ulps: Update.
7617 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7618
4220c3ef
AJ
76192013-04-27 Andreas Jaeger <aj@suse.de>
7620
7621 [BZ #15007]
7622 * stdlib/stdlib.h: Update guards for qecvt.
7623 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
7624 <stdlib.h>.
7625
4721b2d1
AM
76262013-04-27 Allan McRae <allan@archlinux.org>
7627
7628 * sysdeps/i386/fpu/libm-test-ulps: Update.
7629
f0302940
JM
76302013-04-26 Joseph Myers <joseph@codesourcery.com>
7631
9457fd95
JM
7632 [BZ #15406]
7633 * math/s_catan.c: Include <float.h>.
7634 (__catan): Ensure underflow exception occurs for underflowed
7635 result.
7636 * math/s_catanf.c: Include <float.h>.
7637 (__catanf): Ensure underflow exception occurs for underflowed
7638 result.
7639 * math/s_catanh.c: Include <float.h>.
7640 (__catanh): Ensure underflow exception occurs for underflowed
7641 result.
7642 * math/s_catanhf.c: Include <float.h>.
7643 (__catanhf): Ensure underflow exception occurs for underflowed
7644 result.
7645 * math/s_catanhl.c: Include <float.h>.
7646 (__catanhl): Ensure underflow exception occurs for underflowed
7647 result.
7648 * math/s_catanl.c: Include <float.h>.
7649 (__catanl): Ensure underflow exception occurs for underflowed
7650 result.
7651 * math/libm-test.inc (catan_test): Add more tests.
7652 (catanh_test): Likewise.
7653
f0302940
JM
7654 [BZ #15405]
7655 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
7656 underflowed result.
7657 * math/s_ccoshf.c (__ccoshf): Likewise.
7658 * math/s_ccoshl.c (__ccoshl): Likewise.
7659 * math/s_csin.c (__csin): Likewise.
7660 * math/s_csinf.c (__csinf): Likewise.
7661 * math/s_csinh.c (__csinh): Likewise.
7662 * math/s_csinhf.c (__csinhf): Likewise.
7663 * math/s_csinhl.c (__csinhl): Likewise.
7664 * math/s_csinl.c (__csinl): Likewise.
7665 * math/libm-test.inc (ccos_test): Add more tests.
7666 (ccosh_test): Likewise.
7667 (csin_test): Likewise.
7668 (csinh_test): Likewise.
7669
aa630f59
AZ
76702013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7671
7672 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
7673 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
7674 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
7675 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
7676 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
7677 powerpc/power5+/fpu folders.
7678 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
7679
7680
1b835983
MT
76812013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
7682
7683 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7684
73709b26
JM
76852013-04-25 Joseph Myers <joseph@codesourcery.com>
7686
7687 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
7688 additions to variable.
7689 [$(config-machine) = x86_64] (modules-names): Likewise.
7690 ($(objpfx)tst-audit3): Remove dependency.
7691 ($(objpfx)tst-audit3.out): Likewise.
7692 ($(objpfx)tst-audit4): Likewise.
7693 ($(objpfx)tst-audit4.out): Likewise.
7694 ($(objpfx)tst-audit5): Likewise.
7695 ($(objpfx)tst-audit5.out): Likewise.
7696 ($(objpfx)tst-audit6): Likewise.
7697 ($(objpfx)tst-audit6.out): Likewise.
7698 ($(objpfx)tst-audit7): Likewise.
7699 ($(objpfx)tst-audit7.out): Likewise.
7700 (tst-audit3-ENV): Remove variable.
7701 (tst-audit4-ENV): Likewise.
7702 (tst-audit5-ENV): Likewise.
7703 (tst-audit6-ENV): Likewise.
7704 (tst-audit7-ENV): Likewise.
7705 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
7706 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
7707 addition to variable.
7708 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
7709 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
7710 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
7711 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
7712 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
7713 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
7714 tst-audit3, tst-audit4 and tst-audit5.
7715 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
7716 tst-audit6 and tst-audit7.
7717 [$(subdir) = elf] (modules-names): Add audit modules for those
7718 tests.
7719 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
7720 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
7721 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
7722 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
7723 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
7724 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
7725 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
7726 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
7727 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
7728 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
7729 [$(subdir) = elf] (tst-audit3-ENV): New variable.
7730 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
7731 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
7732 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
7733 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
7734 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
7735 Likewise.
7736 [$(subdir) = elf && $(config-cflags-avx) = yes]
7737 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
7738 [$(subdir) = elf && $(config-cflags-avx) = yes]
7739 (CFLAGS-tst-auditmod4a.c): Likewise.
7740 [$(subdir) = elf && $(config-cflags-avx) = yes]
7741 (CFLAGS-tst-auditmod4b.c): Likewise.
7742 [$(subdir) = elf && $(config-cflags-avx) = yes]
7743 (CFLAGS-tst-auditmod6b.c): Likewise.
7744 [$(subdir) = elf && $(config-cflags-avx) = yes]
7745 (CFLAGS-tst-auditmod6c.c): Likewise.
7746 [$(subdir) = elf && $(config-cflags-avx) = yes]
7747 (CFLAGS-tst-auditmod7b.c): Likewise.
7748 * elf/tst-audit3.c: Move to ...
7749 * sysdeps/x86_64/tst-audit3.c: ... here.
7750 * elf/tst-audit4.c: Move to ...
7751 * sysdeps/x86_64/tst-audit4.c: ... here.
7752 * elf/tst-audit5.c: Move to ...
7753 * sysdeps/x86_64/tst-audit5.c: ... here.
7754 * elf/tst-audit6.c: Move to ...
7755 * sysdeps/x86_64/tst-audit6.c: ... here.
7756 * elf/tst-audit7.c: Move to ...
7757 * sysdeps/x86_64/tst-audit7.c: ... here.
7758 * elf/tst-auditmod3a.c: Move to ...
7759 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
7760 * elf/tst-auditmod3b.c: Move to ...
7761 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
7762 * elf/tst-auditmod4a.c: Move to ...
7763 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
7764 * elf/tst-auditmod4b.c: Move to ...
7765 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
7766 * elf/tst-auditmod5a.c: Move to ...
7767 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
7768 * elf/tst-auditmod5b.c: Move to ...
7769 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
7770 * elf/tst-auditmod6a.c: Move to ...
7771 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
7772 * elf/tst-auditmod6b.c: Move to ...
7773 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
7774 * elf/tst-auditmod6c.c: Move to ...
7775 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
7776 * elf/tst-auditmod7a.c: Move to ...
7777 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
7778 * elf/tst-auditmod7b.c: Move to ...
7779 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
7780
1ef74943
PP
77812013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
7782
7783 [BZ #15366]
7784 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
7785 define unconditionally.
7786 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
7787 define unconditionally.
7788 (INT8_C, INT16_C, etc.): Likewise.
7789
93fd48c5
MR
77902013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
7791
ae9552cf
MR
7792 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
7793 __ehdr_start with hidden visibility.
7794
93fd48c5
MR
7795 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
7796
418601aa
CD
77972013-04-24 Carlos O'Donell <carlos@redhat.com>
7798
7799 * math/libm-test.inc (cos_test): Use accurate hex constants.
7800 (sincost_test): Likewise.
7801
2f38fbfe
JM
78022013-04-24 Joseph Myers <joseph@codesourcery.com>
7803
5e221800
JM
7804 * math/libm-test.inc (catan_test): Add more tests.
7805 (catanh_test): Likewise.
7806
77f143fd
JM
7807 * math/s_catanf.c (__catanf): Use suffixed floating-point
7808 constants.
7809 * math/s_catanhf.c (__catanhf): Likewise.
7810 * math/s_catanhl.c (__catanhl): Likewise.
7811 * math/s_catanl.c (__catanl): Likewise.
7812
2f38fbfe
JM
7813 [BZ #15394]
7814 * math/s_catan.c (__catan): Calculate imaginary part of result
7815 with log1p not log unless computing log of number close to 0.
7816 * math/s_catanf.c (__catanf): Likewise.
7817 * math/s_catanl.c (__catanl): Likewise.
7818 * math/s_catanh.c (__catanh): Calculate real part of result with
7819 log1p not log unless computing log of number close to 0.
7820 * math/s_catanhf.c (__catanhf): Likewise.
7821 * math/s_catanhl.c (__catanhl): Likewise.
7822 * math/libm-test.inc (catan_test): Add more tests.
7823 (catanh_test): Likewise.
7824 * sysdeps/i386/fpu/libm-test-ulps: Update.
7825 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7826
45d69176
SP
78272013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
7828
7829 * benchtests/Makefile: Mention files in which fast and slow
7830 paths of math functions are implemented.
7831
87f51853
RM
78322013-04-23 Roland McGrath <roland@hack.frob.com>
7833
7834 * sysdeps/posix/timespec_get.c: New file.
7835
3c026539
AZ
78362013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7837
7838 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
7839 POWER.
7840 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
7841 for POWER.
7842 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
7843 powerpc/power5/fpu folders.
7844 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
7845 * benchtests/Makefile: Add modf testcase.
7846 * benchtests/bench-modf.c: New file: Benchmark test for mo
7847
ff491d14
SP
78482013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
7849
7850 [BZ #14888]
7851 * time/Makefile (tests): Add tst-strptime-whitespace.
7852 * time/strptime_l.c (get_number): Use ISSPACE.
7853 (__strptime_internal): Likewise.
7854 * time/tst-strptime-whitespace.c: New test case.
7855
7ed3f4e8
AS
78562013-04-23 Andreas Schwab <schwab@linux-m68k.org>
7857
7858 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
7859 member.
7860 (_nss_files_init): Set it here.
7861
5c95f7b6
HC
78622013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
7863
7864 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
7865 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
7866 unsigned.
7867
d34c9158
JBG
78682013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
7869
7870 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
7871
2169712d
SP
78722013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
7873
7874 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
7875 size just once.
7876
29c5de99
DM
78772013-04-21 David S. Miller <davem@davemloft.net>
7878
7879 * po/ru.po: Update Russion translation from translation project.
7880
ccdad15d
AC
78812013-04-17 Adam Conrad <adconrad@0c3.net>
7882
7883 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
7884 and setfsgid.
7885
0f122b8d
CD
78862013-04-17 Carlos O'Donell <carlos@redhat.com>
7887
5c5b07da 7888 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 7889 * configure: Regenerate.
5c5b07da 7890 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
7891 Add example to error message.
7892 * sysdeps/i386/configure: Regenerate.
7893
037714dd
SP
78942013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
7895
7896 * benchtests/Makefile (bench): Add cos, tan, slowcos and
7897 slowtan.
7898 * benchtests/cos-inputs: New file.
7899 * benchtests/slowcos-inputs: New file.
7900 * benchtests/slowcos.c: New file.
7901 * benchtests/slowtan-inputs: New file.
7902 * benchtests/slowtan.c: New file.
7903 * benchtests/tan-inputs: New file.
7904
e913141d
RM
79052013-04-16 Roland McGrath <roland@hack.frob.com>
7906
7907 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
7908 considered kosher.
7909
a2964074
SP
79102013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
7911
4856bcd2
SP
7912 * benchtests/Makefile: Include cppflags-iterator.mk to add
7913 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
7914
a2964074
SP
7915 * Makefile.in (bench-clean): New target.
7916 * benchtests/Makefile (bench-clean): Likewise.
7917
9fbf9aca
DH
79182013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
7919
7920 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
7921
207d1e2a
TS
79222013-04-15 Thomas Schwinge <thomas@codesourcery.com>
7923
7924 * stdio-common/tstdiomisc.c: Fix coding-style violation.
7925
306dfba9
AS
79262013-04-15 Andreas Schwab <schwab@suse.de>
7927
7928 * nscd/grpcache.c (cache_addgr): Properly check for short write.
7929 * nscd/initgrcache.c (addinitgroupsX): Likewise.
7930 * nscd/pwdcache.c (cache_addpw): Likewise.
7931 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
7932 more than recsize.
7933
206a6699
SP
79342013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7935
7936 * benchtests/Makefile (bench): Write all output to
7937 bench-out.tmp together.
7938
0582f6b3
AS
79392013-04-15 Andreas Schwab <schwab@suse.de>
7940
7941 * nscd/nscd.c (main): Don't fork again after closing files.
7942
acb4325f
SP
79432013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7944
5cb26d0a
SP
7945 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
7946
acb4325f
SP
7947 * benchtests/Rules (bench-deps): Collect dependencies into a
7948 single variable. Add Makefile to dependencies.
7949 ($(objpfx)bench-%.c): Depend on bench-deps.
7950
47792506
RM
79512013-04-12 Roland McGrath <roland@hack.frob.com>
7952 Xavier Roche <roche+kml2@exalead.com>
7953
7954 [BZ #15361]
7955 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
7956 just that it's a file descriptor.
7957 * manual/llio.texi (Synchronizing AIO Operations): Update description
7958 for EBADF error from aio_fsync.
7959
8fc1bee5
SP
79602013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
7961
7962 * Rules (bench): Move target definition...
7963 * benchtests/Makefile: ... here.
7964
aba5e333
CD
79652013-04-11 Carlos O'Donell <carlos@redhat.com>
7966
7967 * math/libm-test.inc (cos_test): Fix PI/2 test.
7968 (sincos_test): Likewise.
7969 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
7970 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
7971
273cdee8
AS
79722013-04-11 Andreas Schwab <schwab@suse.de>
7973
6ecec3b6
AS
7974 [BZ #13988]
7975 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
7976 accept exponent character only when digits were seen.
7977 * stdio-common/Makefile (tests): Add bug26.
7978 * stdio-common/bug26.c: New file.
7979
273cdee8
AS
7980 [BZ #14293]
7981 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
7982 non-freeable.
7983
8da491f5
SP
79842013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
7985
01dc6df9
SP
7986 * Makeconfig (rtld-prefix): Define built linker prefix.
7987 * Rules (run-bench): Use it.
7988 * math/Makefile (run-regen-ulps): Likewise.
7989
8da491f5
SP
7990 * Rules (bench): Remove eval.
7991
abe7f530
SP
79922013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7993 Roland McGrath <roland@hack.frob.com>
7994 Ondrej Bilka <neleai@seznam.cz>
7995
7996 [BZ #15346]
7997 * time/getdate.c: Include ctype.h and alloca.h.
7998 (__getdate_r): Trim leading and trailing spaces of input.
7999 * time/tst-getdate.c (tests): Add tests with leading and
8000 trailing spaces.
8001
61c23e62
RM
80022013-04-08 Roland McGrath <roland@hack.frob.com>
8003
8004 [BZ #14280]
8005 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
8006 when computing value.
8007
7208a313
CD
80082013-04-06 Carlos O'Donell <carlos@redhat.com>
8009
085b2d41
CD
8010 * math/README.libm-test (How can I generate "libm-test-ulps"?):
8011 Use testrun.sh to run libm tests.
8012
7208a313
CD
8013 [BZ #15309]
8014 * elf/dl-open.c (dl_open_worker): memset all of seen array.
8015
872c0acd
MM
80162013-04-06 Marko Myllynen <myllynen@redhat.com>
8017
8018 [BZ #15264]
8019 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
8020
26510bdd
CD
80212013-04-06 Carlos O'Donell <carlos@redhat.com>
8022
8023 * Makefile.in (regen-ulps): New target.
8024 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
8025 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
8026 [ifneq (no,$(PERL)] (regen-ulps): New target.
8027 [ifeq (no,$(PERL)] (regen-ulps): New target.
8028 * math/libm-test.inc (ulps_file_name): Define.
8029 (output_dir): New variable.
8030 (options): Add "output-dir" option.
8031 (parse_opt): Handle 'o' case.
8032 (main): If output_dir is non-NULL use it as a prefix
8033 otherwise use "".
8034 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
8035
a01f19c8
CD
80362013-04-06 Carlos O'Donell <carlos@redhat.com>
8037
8038 [BZ #10060, #10062]
8039 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
8040 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
8041 fail configure if __sync_val_compare_and_swap is not inlined.
8042 * sysdeps/i386/configure: Regenerate.
8043 * configure.in: Build for i686 when configured for i386.
8044 * configure: Regenerate.
8045 * README: Remove i386 reference.
8046
b7a329a5
CD
80472013-04-06 Carlos O'Donell <carlos@redhat.com>
8048
8049 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
8050 * sysdeps/s390/s390-64/sysdep.h: Likewise.
8051
bf0f50df
TS
80522013-04-05 Thomas Schwinge <thomas@codesourcery.com>
8053
ee091edf
TS
8054 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
8055 (lmsnanval): New variables.
8056 (F): Add conversion tests.
8057 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
8058 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
8059
a8b792d6
TS
8060 * stdio-common/tstdiomisc.c (F): Properly collect individual
8061 tests' results.
8062
a1cbf437
TS
8063 [BZ #14686, #15336]
8064 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
8065 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
8066 Instead, use input NaN values or generate a qNaN by arithmetic
8067 operation. Also fix bugs to comply with the standard.
8068 * math/libm-test.inc (remainder_test): Add more tests.
8069
8b43a0c9
TS
8070 [BZ #15335, #15342]
8071 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
8072 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
8073 input NaN values or generate a qNaN by arithmetic operation.
8074
d91da4ce
TS
8075 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
8076 unreachable code.
8077
bf0f50df
TS
8078 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
8079 definitions.
8080
05e166c8
JM
80812013-04-03 Joseph Myers <joseph@codesourcery.com>
8082
8083 [BZ #14478]
8084 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
8085 underflowed result.
8086 * math/s_cexpf.c (__cexpf): Likewise.
8087 * math/s_cexpl.c (__cexpl): Likewise.
8088 * math/libm-test.inc (cexp_test): Add more tests.
8089
1cef1b19
AS
80902013-04-03 Andreas Schwab <schwab@suse.de>
8091
8092 [BZ #15330]
8093 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
8094 order arrays from heap if bigger than alloca cutoff.
8095
74d87055
TS
80962013-04-03 Thomas Schwinge <thomas@codesourcery.com>
8097
8098 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
8099 (SNAN_TESTS_double): Refer to GCC PR56831.
8100 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
8101 GCC PR56828.
8102
d755bba4
SP
81032013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
8104
90d5d5bb
SP
8105 * Rules (bench): Move bench.out after the run is complete.
8106
73e0cd5d
SP
8107 * Rules (bench): Echo currently running benchmark.
8108
64aabd4b
SP
8109 * benchtests/Makefile (bench): Add atan and slowatan.
8110 * benchtests/atan-inputs: New file.
8111 * benchtests/slowatan-inputs: New file.
8112 * benchtests/slowatan.c: New file.
8113
c871eccd
SP
8114 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
8115 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
8116 its value.
8117
d755bba4
SP
8118 [BZ #15305]
8119 * sysdeps/unix/sysv/linux/kernel-features.h
8120 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
8121 __ASSUME_XFS_RESTRICTED_CHOWN.
8122 * sysdeps/unix/sysv/linux/pathconf.c
8123 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8124 Save and restore errno.
8125
52ce4860
JM
81262013-04-02 Joseph Myers <joseph@codesourcery.com>
8127
8128 [BZ #15327]
8129 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
8130 arguments using __kernel_casinh.
8131 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
8132 arguments using __kernel_casinhf.
8133 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
8134 arguments using __kernel_casinhl.
8135 * math/libm-test.inc (cacosh_test): Add more tests.
8136 * sysdeps/i386/fpu/libm-test-ulps: Update.
8137 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8138
81f311c2
SP
81392013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8140
e7906a47
SP
8141 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
8142 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
8143
92e3664b
SP
8144 * bench/Makefile (bench): Add sin and slowsin.
8145 * benchtests/sin-inputs: New file.
8146 * benchtests/slowsin-inputs: New file.
8147 * benchtests/slowsin.c: New file.
8148
81f311c2
SP
8149 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
8150 (bench): Add slowexp and slowpow.
8151 (exp-ITER): Increase iterations.
8152 (pow-ITER): Likewise.
8153 * benchtests/exp-inputs: Change input.
8154 * benchtests/pow-inputs: Likewise.
8155 * benchtests/slowexp-inputs: New file.
8156 * benchtests/slowexp.c: New file.
8157 * benchtests/slowpow-inputs: New file.
8158 * benchtests/slowpow.c: New file.
8159
ab0f1aa9
AZ
81602013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8161
8162 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
8163 instructions.
8164 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
8165 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
8166 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
8167 * benchtests/Makefile: Add rint benchtest.
8168 * benchtests/rint-inputs: Input for rint benchtest.
8169
57267616
TS
81702013-04-02 Thomas Schwinge <thomas@codesourcery.com>
8171
8172 * Versions.def (libm): Add GLIBC_2.18.
8173 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
8174 hidden libm prototypes.
8175 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
8176 * math/Makefile (libm-calls): Add s_issignaling.
8177 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
8178 __issignalingf, __issignalingl. Adjust all libm.abilist files.
8179 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
8180 declaration.
8181 * math/math.h [__USE_GNU] (issignaling): New macro.
8182 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
8183 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
8184 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
8185 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
8186 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
8187 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
8188 * manual/arith.texi (issignaling): New section.
8189 * manual/libm-err-tab.pl (@all_functions): Update comment.
8190 * math/gen-libm-test.pl (parse_args): Apply special handling for
8191 issignaling.
8192 * math/libm-test.inc (print_float, issignaling_test): New
8193 functions.
8194 (check_float_internal): Add issignaling checks.
8195 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
8196 default definition.
8197 * sysdeps/powerpc/math-tests.h: New file.
8198 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
8199 tests.
8200 * math/test-snan.c (TEST_FUNC): Likewise.
8201
6142896d
DM
82022013-03-30 David S. Miller <davem@davemloft.net>
8203
8204 * po/de.po: Update from translation team.
8205
ccc8cadf
JM
82062013-03-30 Joseph Myers <joseph@codesourcery.com>
8207
8208 [BZ #10357]
8209 * math/k_casinh.c (__kernel_casinh): Handle arguments with
8210 imaginary part less than 1.0 and real part less than 0.5
8211 specially.
8212 * math/k_casinhf.c (__kernel_casinhf): Likewise.
8213 * math/k_casinhl.c (__kernel_casinhl): Likewise.
8214 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
8215 (cacos_test): Add more tests.
8216 (casin_test): Likewise.
8217 (casinh_test): Likewise.
8218 * sysdeps/i386/fpu/libm-test-ulps: Update.
8219 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8220
0f6a8d4b
SP
82212013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
8222
0d1029de
SP
8223 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
8224 ONE with its value.
8225
c2d94018
SP
8226 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
8227 (__pow_mp): Replace ONE and MONE with their values.
8228 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
8229 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
8230 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
8231 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
8232 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
8233 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
8234
27ec37f1
SP
8235 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
8236
a64d7e0e
SP
8237 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
8238 (__pow_mp): Replace ZERO and MZERO with their values.
8239 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
8240 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
8241 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
8242 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
8243 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
8244 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
8245 (__sqr): Likewise.
8246
d26dd3eb
SP
8247 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
8248
0f6a8d4b
SP
8249 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
8250
e57b0c61
RM
82512013-03-28 Roland McGrath <roland@hack.frob.com>
8252
8253 * include/stdlib.h [!SHARED] (__call_tls_dtors):
8254 Declare with __attribute__ ((weak)).
8255 * stdlib/exit.c (__libc_atexit) [!SHARED]:
8256 Call __call_tls_dtors only if it's not NULL.
8257
356b3480
RM
82582013-03-28 Roland McGrath <roland@hack.frob.com>
8259
288f7d79
RM
8260 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
8261 didn't do it already, then set _dl_phdr and _dl_phnum based on the
8262 magic __ehdr_start linker symbol if it's defined.
8263 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
8264 them up here if it was already done.
8265
dc0a0263
RM
8266 * elf/dl-support.c (_dl_phdr): Make pointer to const.
8267 (_dl_aux_init): Use const in cast when setting it.
8268 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
8269 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
8270 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
8271
3d3436ae
RM
8272 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
8273 Declare them here.
8274 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
8275 * csu/libc-tls.c: Nor here.
8276 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
8277
356b3480
RM
8278 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
8279 (__libc_message): Never call vsyslog.
8280
b0f1246a
AM
82812013-03-28 Alan Modra <amodra@gmail.com>
8282
8283 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
8284 Define as empty.
8285 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
8286 Likewise.
8287
fbbe2b9a
AZ
82882013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8289
8290 [BZ #15214]
8291 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
8292 underflow.
8293 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8294
1728ab37
SP
82952013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
8296
7a86be6e
SP
8297 [BZ #15304]
8298 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
8299 Don't add gid passed as argument.
8300
1728ab37
SP
8301 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
8302
3a7182a1
JM
83032013-03-27 Joseph Myers <joseph@codesourcery.com>
8304
8305 [BZ #15307]
8306 * math/k_casinh.c (__kernel_casinh): Handle arguments with
8307 imaginary part between 1.0 and 1.5 and real part less than 0.5
8308 specially.
8309 * math/k_casinhf.c (__kernel_casinhf): Likewise.
8310 * math/k_casinhl.c (__kernel_casinhl): Likewise.
8311 * math/libm-test.inc (cacos_test): Add more tests.
8312 (casin_test): Likewise.
8313 (casinh_test): Likewise.
8314 * sysdeps/i386/fpu/libm-test-ulps: Update.
8315 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8316
6f2e90e7
SP
83172013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8318
5739f705
SP
8319 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
8320 constants.
8321 (norm): Likewise.
8322 (denorm): Likewise.
8323 (__dbl_mp): Likewise.
8324 (add_magnitudes): Likewise.
8325 (sub_magnitudes): Likewise.
8326 (__add): Likewise.
8327 (__sub): Likewise.
8328 (__mul): Likewise.
8329 (__sqr): Likewise.
8330 (__inv): Likewise.
8331 (__dvd): Likewise.
8332
e375e83d
SP
8333 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
8334 commented code.
8335 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
8336 (__dubcos): Likewise.
8337 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
8338 (__ieee754_acos): Likewise.
8339 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
8340 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
8341 (__exp1): Likewise.
8342 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
8343 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
8344 (log1): Likewise.
8345 (my_log2): Likewise.
8346 (checkint): Likewise.
8347 * sysdeps/ieee754/dbl-64/e_remainder.c
8348 (__ieee754_remainder): Likewise.
8349 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
8350 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
8351 (bsloww): Likewise.
8352 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
8353
6f2e90e7
SP
8354 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
8355 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
8356 MANTISSA_STORE_T to store computations on mantissa. Use
8357 macros for rounding and division.
8358 (denorm): Likewise.
8359 (__dbl_mp): Likewise.
8360 (add_magnitudes): Likewise.
8361 (sub_magnitudes): Likewise.
8362 (__mul): Likewise.
8363 (__sqr): Likewise.
8364 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
8365 powers of two in terms of TWOPOW macro.
8366 (mp_no): Make type of mantissa as MANTISSA_T.
8367 [!RADIXI]: Define RADIXI.
8368 [!TWO52]: Define TWO52.
8369 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
8370
fce14d4e
AZ
83712013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8372
8373 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
8374 llroundl symbol when building for PPC32.
8375
9ad027fb
MW
83762013-03-24 Mark H Weaver <mhw@netris.org>
8377
8378 * manual/arith.texi (Normalization Functions): Fix prototypes for
8379 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
8380
e42a38dd
AZ
83812013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8382
8383 [BZ #13889]
8384 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
8385 high value to check if expl overflow.
8386 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
8387 to check for underflow and overflow.
8388 * math/libm-test.inc: Add exp test.
8389
2e0fb521
DL
83902013-03-21 Dmitry V. Levin <ldv@altlinux.org>
8391
8392 [BZ #11120]
8393 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
8394 with NOT_IN_libc.
8395
b5784d95
AZ
83962013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8397
8398 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
8399 symbol.
8400
5aa4a1a1
TS
84012013-03-21 Thomas Schwinge <thomas@codesourcery.com>
8402
bdef0be7
TS
8403 * math/gen-libm-test.pl (parse_args, special_functions): Properly
8404 wrap blocks consisting of several statements.
8405
5aa4a1a1
TS
8406 * sysdeps/generic/math-tests.h: New file.
8407 * sysdeps/i386/fpu/math-tests.h: Likewise.
8408 * math/test-snan.c: Include it.
8409 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
8410
98c48fe5
JM
84112013-03-21 Joseph Myers <joseph@codesourcery.com>
8412
8413 [BZ #15285]
8414 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
8415 (__ieee754_j0l): Do not improve calculations using cos of twice
8416 input for inputs above LDBL_MAX / 2.0L.
8417 (__ieee754_y0l): Likewise.
8418 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
8419 (__ieee754_j1l): Do not improve calculations using cos of twice
8420 input for inputs above LDBL_MAX / 2.0L.
8421 (__ieee754_y1l): Likewise.
8422 * math/libm-test.inc (j0_test): Add another test.
8423 (j1_test): Likewise.
8424 (y0_test): Likewise.
8425 (y1_test): Likewise.
8426 * sysdeps/i386/fpu/libm-test-ulps: Update.
8427
3775a8bc
SP
84282013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8429
8430 * Rules ($(objpfx)bench-%.c): Include code from a C source
8431 file.
8432
0a1b2ae6
JM
84332013-03-21 Joseph Myers <joseph@codesourcery.com>
8434
8435 [BZ #15287]
8436 * math/k_casinh.c (__kernel_casinh): Handle arguments with
8437 imaginary part 1.0 and real part less than 0.5 specially.
8438 * math/k_casinhf.c (__kernel_casinhf): Likewise.
8439 * math/k_casinhl.c (__kernel_casinhl): Likewise.
8440 * math/libm-test.inc (cacos_test): Add more tests.
8441 (casin_test): Likewise.
8442 (casinh_test): Likewise.
8443 * sysdeps/i386/fpu/libm-test-ulps: Update.
8444 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8445
b33d4ce4
SP
84462013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8447
8448 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
8449 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
8450
bef0b507
JM
84512013-03-20 Joseph Myers <joseph@codesourcery.com>
8452
8453 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
8454 * config.make.in (config-cflags-sse4): Remove variable.
8455 (config-cflags-avx): Likewise.
8456 (config-cflags-sse2avx): Likewise.
8457 (config-cflags-novzeroupper): Likewise.
8458 (config-asflags-i686): Likewise.
8459 (have-mfma4): Likewise.
8460 (have-as-vis3): Likewise.
8461 (MIG): Likewise.
8462 * configure.in (MIG): Do not AC_SUBST.
8463 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
8464 (libc_cv_cc_sse4): Do not AC_SUBST.
8465 (libc_cv_cc_avx): Likewise.
8466 (libc_cv_cc_sse2avx): Likewise.
8467 (libc_cv_cc_novzeroupper): Likewise.
8468 (libc_cv_cc_fma4): Likewise.
8469 (libc_cv_as_i686): Likewise.
8470 (libc_cv_sparc_as_vis3): Likewise.
8471 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
8472 LIBC_CONFIG_VAR.
8473 (config-asflags-i686): Likewise.
8474 (config-cflags-avx): Likewise.
8475 (config-cflags-sse2avx): Likewise.
8476 (have-mfma4): Likewise.
8477 (config-cflags-novzeroupper): Likewise.
8478 * sysdeps/mach/configure.in (MIG): Likewise.
8479 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
8480 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
8481 LIBC_CONFIG_VAR.
8482 (config-cflags-avx): Likewise.
8483 (config-cflags-sse2avx): Likewise.
8484 (have-mfma4): Likewise.
8485 (config-cflags-novzeroupper): Likewise.
8486 * configure: Regenerated.
8487 * sysdeps/i386/configure: Likewise.
8488 * sysdeps/mach/configure: Likewise.
8489 * sysdeps/sparc/configure: Likewise.
8490 * sysdeps/x86_64/configure: Likewise.
8491
912cc4b3
RM
84922013-03-20 Roland McGrath <roland@hack.frob.com>
8493
8494 [BZ #14812]
8495 * locale/programs/localedef.c (options): Put N_ translation marker
8496 on argument names, not just descriptions.
8497
04eed2b0
MS
84982013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
8499
8500 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
8501
a065ceff
OB
85022013-03-20 Ondřej Bílka <neleai@seznam.cz>
8503
9bb2a810 8504 [BZ #14176]
a065ceff
OB
8505 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
8506
a600e5ce
RM
85072013-03-19 Roland McGrath <roland@hack.frob.com>
8508
8509 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
8510 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
8511 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
8512 [!BEFORE_ABORT] (before_abort): New function.
8513 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
8514 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
8515 (writev_for_fatal): New function.
8516 (WRITEV_FOR_FATAL): New macro; call that.
8517 (backtrace_and_maps): New function.
8518 (BEFORE_ABORT): New macro; call that.
8519 (struct str_list): Type removed.
8520 (__libc_message, __libc_fatal): Functions removed.
8521 Include <sysdeps/posix/libc_fatal.c> instead.
8522
6b18bea6
JM
85232013-03-19 Joseph Myers <joseph@codesourcery.com>
8524
8525 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
8526 constants.
8527 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
8528 double constants.
8529
aaa8cb4b
AS
85302013-03-19 Andreas Schwab <schwab@suse.de>
8531
44673770
AS
8532 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
8533 * sysdeps/gnu/configure: Regenerate.
8534
aaa8cb4b
AS
8535 * configure.in: Substitute libc_cv_rtlddir.
8536 * configure: Regenerate.
8537 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
8538 * Makeconfig (rtlddir, inst_rtlddir): New variables.
8539 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
8540 * elf/Makefile (install-others, CFLAGS-interp.c)
8541 (ldso_install, common-ldd-rewrite): Likewise.
8542 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
8543 $(inst_slibdir)/$(rtld-installed-name).
8544 * scripts/rellns-sh: Add -p option.
8545 * Makerules (make-shlib-link): Use rellns-sh to get relative name
8546 for source.
8547
d3cfc668
SP
85482013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
8549
8550 * manual/nptl.texi: Renamed to ...
8551 * manual/threads.texi: ... this.
8552 * manual/Makefile (chapters): Update.
8553
0e2b9cdd
RM
85542013-03-18 Roland McGrath <roland@hack.frob.com>
8555
8556 [BZ #14812]
8557 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
8558 on argument names, not just descriptions.
0e2b9cdd
RM
8559 * malloc/memusagestat.c (options): Likewise.
8560 * nss/getent.c (options): Likewise.
63270c24
RM
8561
85622013-03-18 Benno Schulenberg <bensberg@justemail.net>
8563
8564 [BZ #14812]
8565 * iconv/iconv_prog.c (options): Put N_ translation marker
8566 on argument names, not just descriptions.
8567 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 8568
b2e1393c
OB
85692013-03-18 Ondrej Bilka <neleai@seznam.cz>
8570
8571 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
8572 implementation which is faster on all x86_64 architectures.
8573 Tested on AMD, Intel Nehalem, SNB, IVB.
8574 * sysdeps/x86_64/strnlen.S: Likewise.
8575
8576 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
8577 Remove all multiarch strlen and strnlen versions.
8578 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
8579 Remove strlen and strnlen related parts.
8580
8581 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
8582 Inline strlen part.
8583 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
8584
8585 * sysdeps/x86_64/multiarch/strlen.S: Remove.
8586 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
8587 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
8588 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
8589 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
8590 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
8591
ec4ff04d
CD
85922013-03-17 Carlos O'Donell <carlos@redhat.com>
8593
8594 * manual/memory.texi (Malloc Tunable Parameters):
8595 Sort parameters alphabetically. Add comments for missing entries.
8596
cd18e90a
DM
85972013-03-17 David S. Miller <davem@davemloft.net>
8598
8599 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8600
2a185d32
JM
86012013-03-16 Joseph Myers <joseph@codesourcery.com>
8602
d2f9799e
JM
8603 [BZ #15283]
8604 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
8605 for arguments at most half maximum finite value.
8606 * math/libm-test.inc (j0_test): Add more tests.
8607 (j1_test): Likewise.
8608 (y0_test): Likewise.
8609 (y1_test): Likewise.
8610 * sysdeps/i386/fpu/libm-test-ulps: Update.
8611 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8612
2a185d32
JM
8613 [BZ #14155]
8614 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
8615 1 / x and functions P and Q for arguments above 0x1p256L.
8616 (__ieee754_y0l): Likewise.
8617 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
8618 (__ieee754_y1l): Likewise.
8619 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
8620 (j1_test): Likewise.
8621 (y0_test): Likewise.
8622 (y1_test): Likewise.
8623
6cbec759
TS
86242013-03-16 Thomas Schwinge <thomas@codesourcery.com>
8625
8626 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
8627 variable.
8628
bc16e260
RM
86292013-03-15 Roland McGrath <roland@hack.frob.com>
8630
aefc9b8c
RM
8631 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
8632 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
8633 zero since it's initialized to EXEC_PAGESIZE.
8634
bc16e260
RM
8635 * sysdeps/unix/sysv/linux/ldsodefs.h
8636 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
8637 * sysdeps/generic/ldsodefs.h: ... here.
8638
a57da955
TS
86392013-03-15 Thomas Schwinge <thomas@codesourcery.com>
8640
af00a34d
TS
8641 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
8642
495ded2c
TS
8643 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
8644 math/test-snan.c.
8645 * math/test-snan.c: Renamed from
8646 sysdeps/powerpc/fpu/test-powerpc-snan.c.
8647 * math/Makefile (tests): Add test-snan.
8648 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
8649 test-powerpc-snan.
8650
777b0332
TS
8651 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
8652 SUFFIX. Initialize qNaN_var with __builtin_nan family of
8653 functions.
8654 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
8655 __builtin_nan family of functions.
8656 * math/libm-test.inc (initialize): Initialize qnan_value with
8657 __builtin_nan family of functions.
8658 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
8659 Remove variables.
8660 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
8661 Remove functions.
8662 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
8663 storage class. Initialize qNaN_var and sNaN_var with
8664 __builtin_nan and __builtin_nans families of functions,
8665 respectively.
8666
64d063b8
TS
8667 * math/libm-test.inc (acosh_test): Also test with qNaN input.
8668 (sqrt_test): Remove duplicate test with qNaN input.
8669 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
8670 (round_test, signbit_test, significand_test): Note missing +/-Inf
8671 as well as qNaN tests.
8672
67e971f1
TS
8673 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
8674 qNaN_var. Fix a few strings, too.
8675 * math/libm-test.inc (nan_value): Rename to qnan_value.
8676 * math/gen-libm-test.pl (%beautify): Adjust to that.
8677 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
8678 * math/test-misc.c (main): Likewise.
8679 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
8680 to __qnan_bytes, and __qnan_union, respectively.
8681 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
8682 Likewise.
8683 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
8684 and lqnanval, respectively.
8685 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
8686 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
8687 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
8688 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
8689
64487e12
TS
8690 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
8691 * math/test-misc.c (main) [__x86_64__]: Enable test for long
8692 doubles.
8693
e015e27b
TS
8694 * math/test-misc.c (main): Fix copy'n'pastos.
8695 * misc/tst-efgcvt.c (special): Likewise.
8696
a57da955
TS
8697 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
8698 Remove declarations.
8699
1e380345
SP
87002013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8701
8702 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
8703 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
8704 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
8705 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
8706
ef26eece
AZ
87072013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8708
8709 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
8710 macro to return vdso values correctly in IFUNC implementations.
8711 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
8712 Optimization by using IFUNC.
8713
8cfdb7e0
SP
87142013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8715 Richard Henderson <rth@redhat.com>
8716 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
8717
8718 * Makefile.in (bench): New target.
8719 * NEWS: Mention the benchmark framework.
8720 * Rules (bench): Likewise.
8721 (binaries-bench): Generate binaries for functions to
8722 benchmark.
8723 * benchtests/Makefile: New makefile for benchmark tests.
8724 * benchtests/bench-skeleton.c: New skeleton file for benchmark
8725 programs.
8726 * benchtests/exp-inputs: New input file for EXP function.
8727 * benchtests/pow-inputs: New input file for POW function.
8728 * scripts/bench.pl: New script to generate source files for
8729 benchmark programs.
8730
bcda9880
SP
87312013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8732
d22ca8cd
SP
8733 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
8734 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
8735 computations on mantissa. Use macros for rounding and
8736 division.
8737 (denorm): Likewise.
8738 (__dbl_mp): Likewise.
8739 (add_magnitudes): Likewise.
8740 (sub_magnitudes): Likewise.
8741 (__mul): Likewise.
8742 (__sqr): Likewise.
8743 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
8744 powers of two in terms of TWOPOW macro.
8745 (mp_no): Make type of mantissa as MANTISSA_T.
8746 [!RADIXI]: Define RADIXI.
8747 [!TWO52]: Define TWO52.
8748 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
8749
bcda9880
SP
8750 * manual/nptl.texi (cindex): Modify threads to pthreads.
8751
06d5adfb
JM
87522013-03-15 Joseph Myers <joseph@codesourcery.com>
8753
8754 * sysdeps/x86_64/preconfigure: Regenerated.
8755
41c7328e
JM
87562013-03-14 Joseph Myers <joseph@codesourcery.com>
8757
8758 [BZ #14155]
8759 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
8760 0x1p28 and above.
8761 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
8762 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
8763 0x1p28 and above.
8764 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
8765 * math/libm-test.inc (j0_test): Do not allow one spurious
8766 underflow exception.
8767 (y1_test): Likewise.
8768
e25cfa60
SP
87692013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
8770
0409959c
SP
8771 * manual/Makefile (chapters): Add nptl.
8772 * manual/debug.texi (Debugging Support): Add link to Threads
8773 chapter.
8774 * manual/nptl.texi: New file.
8775
e25cfa60
SP
8776 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
8777
58a1335e
PB
87782013-03-14 Petr Baudis <pasky@ucw.cz>
8779
8780 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
8781 for non-NULL pointer before the memory validity test. Pointed
8782 out by Holger Brunck <holger.brunck@keymile.com>.
8783
9dc7c64f
AS
87842013-03-13 Andreas Schwab <schwab@suse.de>
8785
8786 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
8787 instead of .os.
8788
54206aa6
JM
87892013-03-13 Joseph Myers <joseph@codesourcery.com>
8790
8791 * timezone/zic.c: Update from tzcode 2013b.
8792
e98cdb38
CD
87932013-03-12 Carlos O'Donell <carlos@redhat.com>
8794
8795 * manual/install.texi (Configuring and compiling):
8796 Mention i686 and i586.
8797 * INSTALL: Regenerate.
8798
9967e003
RM
87992013-03-12 Roland McGrath <roland@hack.frob.com>
8800
8801 * sysdeps/init_array/elf-init.c: New file.
8802 * csu/elf-init.c
8803 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
8804 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
8805
8806 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
8807 __gmon_start__ as global, but as static with a .preinit_array pointer.
8808 * sysdeps/init_array/gmon-start.c: New file. Use that.
8809 * sysdeps/init_array/crti.S: New file, empty except for comments.
8810 * sysdeps/init_array/crtn.S: Likewise.
8811
e6b5a293 88122013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
8813
8814 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
8815 definining bcopy.
80f844c9
OB
8816 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8817 Remove Prefer_SSE_for_memop.
8818 * sysdeps/x86_64/multiarch/init-arch.h: Remove
8819 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
8820 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
8821 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
8822 memset-x86-64.
80f844c9 8823 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 8824 Remove bzero, memset ifunc support.
80f844c9
OB
8825 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
8826 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
8827 * sysdeps/x86_64/multiarch/memset.S: Likewise.
8828 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8829
fb6b0fcb
AS
88302013-03-11 Andreas Schwab <schwab@suse.de>
8831
8832 [BZ #15234]
8833 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
8834 by SHLIB_COMPAT.
8835 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
8836 (GLIBC_2.16): Remove pthread_atfork.
8837
3e6bd4b1
PP
88382013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8839
8840 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
8841 (ptestcases.h): Likewise.
8842
222d7f00
RM
88432013-03-08 Roland McGrath <roland@hack.frob.com>
8844
8845 * Makeconfig ($(common-objpfx)config.status): Depend on
8846 sysdeps/*/preconfigure{,.in} too.
8847
1ba4f030
JM
88482013-03-08 Joseph Myers <joseph@codesourcery.com>
8849
a222d91a
JM
8850 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
8851 (__free_hook): Use void * instead of __malloc_ptr_t.
8852 (__malloc_hook): Likewise.
8853 (__realloc_hook): Likewise.
8854 (__memalign_hook): Likewise.
8855 (__after_morecore_hook): Likewise.
8856 * malloc/arena.c (save_malloc_hook): Likewise.
8857 (save_free_hook): Likewise.
8858 * malloc/hooks.c (malloc_hook_ini): Likewise.
8859 (realloc_hook_ini): Likewise.
8860 (memalign_hook_ini): Likewise.
8861 * malloc/malloc.c (malloc_hook_ini): Likewise.
8862 (realloc_hook_ini): Likewise.
8863 (memalign_hook_ini): Likewise.
8864 (__free_hook): Likewise.
8865 (__malloc_hook): Likewise.
8866 (__realloc_hook): Likewise.
8867 (__memalign_hook): Likewise.
8868 (__libc_malloc): Likewise.
8869 (__libc_free): Likewise.
8870 (__libc_realloc): Likewise.
8871 (__libc_memalign): Likewise.
8872 (__libc_valloc): Likewise.
8873 (__libc_pvalloc): Likewise.
8874 (__libc_calloc): Likewise.
8875 (__posix_memalign): Likewise.
8876 * malloc/morecore.c (__sbrk): Likewise.
8877 (__default_morecore): Likewise.
8878
5cc45e10
JM
8879 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
8880
dd54b864
JM
8881 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
8882 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
8883 __malloc_ptrdiff_t.
8884
1ba4f030
JM
8885 * malloc/malloc.h (__malloc_size_t): Remove macro.
8886 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
8887 __malloc_size_t.
8888 (old_memalign_hook): Likewise.
8889 (old_realloc_hook): Likewise.
8890 (struct hdr): Likewise.
8891 (flood): Likewise.
8892 (mallochook): Likewise.
8893 (memalignhook): Likewise.
8894 (reallochook): Likewise.
8895 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
8896 (tr_old_realloc_hook): Likewise.
8897 (tr_old_memalign_hook): Likewise.
8898 (tr_mallochook): Likewise.
8899 (tr_reallochook): Likewise.
8900 (tr_memalignhook): Likewise.
8901
edf66e57
AZ
89022013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8903
8904 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
8905 default_ldbl_pack and using as default implementation.
8906 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
8907 implementation.
8908 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
8909 redundant definition.
8910 (ldbl_insert_mantissa): Likewise.
8911 (ldbl_canonicalize): Likewise.
8912 (ldbl_nearbyint): Likewise.
8913 (ldbl_pack): Rename to ldbl_pack_ppc.
8914 (ldbl_unpack): Rename to ldbl_unpack_ppc.
8915 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
8916 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
8917
6d9145d8
SP
89182013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
8919
8920 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
8921 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
8922 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
8923 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
8924 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
8925 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
8926 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
8927 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
8928
4dd4e157
AJ
89292013-03-07 Andreas Jaeger <aj@suse.de>
8930
8931 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8932 bits/mman-linux.h.
8933
adbb8027
SP
89342013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
8935
ce544b5b
SP
8936 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
8937 Include mpa.h and declare __MPEXP.
8938 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
8939 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
8940 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
8941 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
8942 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
8943 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
8944 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
8945
4cc149fd
SP
8946 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
8947 (__slowpow): Use long double EXPL and LOGL functions to
8948 compute POW.
8949 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
8950 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
8951 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
8952 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
8953 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
8954 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
8955
e6ebd4a7
SP
8956 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
8957 intermediate variable to calculate exponent.
8958 (__sqr): Likewise.
8959 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
8960 Likewise.
8961 (__sqr): Likewise.
8962
82a9811d
SP
8963 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
8964 [!NO__SQR]: Define __sqr.
8965 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
8966 and NO__SQR. Remove all code except __mul and __sqr. Include
8967 sysdeps/ieee754/dbl-64/mpa.c.
8968 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
8969
adbb8027
SP
8970 [BZ #12723]
8971 * posix/Makefile (tests): Add tst-pathconf.
8972 * posix/tst-pathconf.c: New test case.
8973 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
8974 _PC_PIPE_BUF.
8975 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
8976
39120df9
PF
89772013-03-06 Patsy Franklin <pfrankli@redhat.com>
8978
8979 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
8980
67525cb8
AJ
89812013-03-06 Andreas Jaeger <aj@suse.de>
8982
664a9ce4
AJ
8983 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
8984 definition via __MAP_ANONYMOUS.
8985
8e39047d
AJ
8986 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
8987 it's not part of Linux headers.
8988
67525cb8
AJ
8989 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
8990 (MAP_HUGE_MASK): Define.
8991
8992 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
8993 Define.
8994 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8995 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
8996 Define.
8997 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8998 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
8999 Define.
9000 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
9001 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
9002 Define.
9003 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
9004
9005 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
9006 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
9007 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
9008 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
9009 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
9010 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
9011
9012 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
9013 Handle f2fs.
9014
9015 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9016 Handle f2fs and efivarfs.
9017
9018 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
9019 f2fs.
9020
9021 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
9022 (EFIVARFS_MAGIC): Add.
9023 (F2FS_LINK_MAX): Add.
9024
e1b42695
PP
90252013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9026
9027 * stdio-common/vfprintf.c: Replace __builtin_expect with
9028 __glibc_unlikely.
9029
2d67d91a
JM
90302013-03-06 Joseph Myers <joseph@codesourcery.com>
9031
9032 [BZ #13550]
9033 * sysdeps/generic/bp-sym.h: Remove file.
9034 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
9035 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
9036 <bp-sym.h> and <bp-asm.h>.
9037 (__longjmp): Don't use BP_SYM.
9038 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
9039 and <bp-asm.h>.
9040 (memcpy): Don't use BP_SYM.
9041 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
9042 <bp-sym.h> and <bp-asm.h>.
9043 (memcpy): Don't use BP_SYM.
9044 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
9045 <bp-asm.h>.
9046 (memcpy): Don't use BP_SYM.
9047 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
9048 <bp-asm.h>.
9049 (memset): Don't use BP_SYM.
9050 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
9051 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
9052 (__bzero): Don't use BP_SYM.
9053 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
9054 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
9055 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
9056 <bp-sym.h> and <bp-asm.h>.
9057 (memcmp): Don't use BP_SYM. Remove comment about bounded
9058 pointers.
9059 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
9060 <bp-sym.h> and <bp-asm.h>.
9061 (memcpy): Don't use BP_SYM.
9062 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
9063 <bp-sym.h> and <bp-asm.h>.
9064 (memset): Don't use BP_SYM.
9065 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
9066 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
9067 (__bzero): Don't use BP_SYM.
9068 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
9069 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
9070 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
9071 <bp-sym.h> and <bp-asm.h>.
9072 (strncmp): Don't use BP_SYM. Remove comment about bounded
9073 pointers.
9074 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
9075 <bp-sym.h> and <bp-asm.h>.
9076 (memcpy): Don't use BP_SYM.
9077 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
9078 <bp-sym.h> and <bp-asm.h>.
9079 (memset): Don't use BP_SYM.
9080 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
9081 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
9082 (__bzero): Don't use BP_SYM.
9083 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
9084 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
9085 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
9086 <bp-sym.h> and <bp-asm.h>.
9087 (__memchr): Don't use BP_SYM.
9088 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
9089 <bp-sym.h> and <bp-asm.h>.
9090 (memcmp): Don't use BP_SYM. Remove comment about bounded
9091 pointers.
9092 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
9093 <bp-sym.h> and <bp-asm.h>.
9094 (memcpy): Don't use BP_SYM.
9095 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
9096 <bp-sym.h> and <bp-asm.h>.
9097 (__mempcpy): Don't use BP_SYM.
9098 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
9099 <bp-sym.h> and <bp-asm.h>.
9100 (__memrchr): Don't use BP_SYM.
9101 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
9102 <bp-sym.h> and <bp-asm.h>.
9103 (memset): Don't use BP_SYM.
9104 (__bzero): Likewise.
9105 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
9106 <bp-sym.h> and <bp-asm.h>.
9107 (__rawmemchr): Don't use BP_SYM.
9108 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
9109 <bp-sym.h> and <bp-asm.h>.
9110 (__STRCMP): Don't use BP_SYM.
9111 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
9112 <bp-sym.h> and <bp-asm.h>.
9113 (strchr): Don't use BP_SYM.
9114 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
9115 <bp-sym.h> and <bp-asm.h>.
9116 (__strchrnul): Don't use BP_SYM.
9117 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
9118 <bp-sym.h> and <bp-asm.h>.
9119 (strlen): Don't use BP_SYM.
9120 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
9121 <bp-sym.h> and <bp-asm.h>.
9122 (strncmp): Don't use BP_SYM. Remove comment about bounded
9123 pointers.
9124 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
9125 <bp-sym.h> and <bp-asm.h>.
9126 (__strnlen): Don't use BP_SYM.
9127 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
9128 <bp-sym.h> and <bp-asm.h>.
9129 (__GI__setjmp): Don't use BP_SYM.
9130 (_setjmp): Likewise.
9131 (__sigsetjmp): Likewise.
9132 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
9133 (L(start_addresses)): Don't use BP_SYM.
9134 (_start): Likewise.
9135 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
9136 <bp-asm.h>.
9137 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
9138 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
9139 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
9140 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
9141 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
9142 <bp-asm.h>.
9143 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
9144 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
9145 about bounded pointers.
9146 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
9147 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
9148 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
9149 <bp-asm.h>.
9150 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
9151 about bounded pointers. Remove GKM FIXME comments.
9152 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
9153 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
9154 <bp-asm.h>.
9155 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
9156 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
9157 Remove GKM FIXME comments.
9158 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
9159 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
9160 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
9161 <bp-asm.h>.
9162 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
9163 about bounded pointers. Remove GKM FIXME comment.
9164 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
9165 and <bp-asm.h>.
9166 (strncmp): Don't use BP_SYM. Remove comment about bounded
9167 pointers.
9168 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
9169 <bp-sym.h> and <bp-asm.h>.
9170 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
9171 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
9172 <bp-sym.h> and <bp-asm.h>.
9173 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
9174 comment.
9175
cdcf361f
PP
91762013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9177
9178 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
9179 call free(NULL).
9180
3c4a2b15
DM
91812013-03-05 David S. Miller <davem@davemloft.net>
9182
9183 * po/es.po: Update from translation team.
9184
cdcf361f 91852013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
9186
9187 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
9188 <bits/mman-linux.h>.
9189 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
9190 is fine.
9191 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
9192 <bits/mman-linux.h> to end of file.
9193 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
9194 is fine.
9195 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
9196 <bits/mman-linux.h> to end of file.
9197 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
9198 is fine.
9199 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
9200 <bits/mman-linux.h> to end of file.
9201
9202 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
9203 (MCL_CURRENT, MCL_FUTURE): Define here.
9204
5f67c04f
AK
92052013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9206
8a4473cc 9207 [BZ #15232]
5f67c04f
AK
9208 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
9209 attribute_hidden.
9210 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
9211
c3e94a95
AK
92122013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9213
9214 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
9215 fourth parameter needed for rt_sigprocmask syscall.
9216 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9217 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
9218 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
9219 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
9220 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9221 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
9222
cfb6382a
JM
92232013-03-04 Joseph Myers <joseph@codesourcery.com>
9224
9225 [BZ #13550]
9226 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
9227 comment about bounded pointers.
9228 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
9229 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
9230
539d8e01
AJ
92312013-03-04 Andreas Jaeger <aj@suse.de>
9232
9233 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
9234 common definitions.
9235
9236 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
9237 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
9238 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
9239 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
9240 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
9241 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
9242
2e167a70 92432013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
9244
9245 [BZ #15055]
9246 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
9247 __ieee754_sqrl instead of __sqrl.
9248
68508633
JM
92492013-03-01 Joseph Myers <joseph@codesourcery.com>
9250
9251 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
9252 * sysdeps/powerpc/fpu_control.h: ... here.
9253 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
9254 * sysdeps/powerpc/bits/fenvinline.h: ... here.
9255 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
9256 * sysdeps/powerpc/bits/mathinline.h: ... here.
9257
7775448e
RM
92582013-03-01 Roland McGrath <roland@hack.frob.com>
9259
9260 * elf/dl-hwcaps.c (_dl_important_hwcaps):
9261 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
9262 to just [NEED_DL_SYSINFO_DSO].
9263 * elf/dl-support.c: Likewise.
9264 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
9265 * elf/rtld.c (dl_main): Likewise.
9266 * elf/setup-vdso.h (setup_vdso): Likewise.
9267 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
9268 * sysdeps/unix/sysv/linux/dl-sysdep.c
9269 (_dl_discover_osversion): Likewise.
9270
4e9b5995
CD
92712013-03-01 Carlos O'Donell <carlos@redhat.com>
9272
9273 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
9274 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
9275
e23872c8
SP
92762013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
9277
e5c74c63
SP
9278 * NEWS: Mention libm performance improvements and non-x86 PI
9279 futex support.
9280
e23872c8
SP
9281 * csu/libc-start.c (__pthread_initialize_minimal): Change
9282 function arguments.
9283 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
9284
b5510883
JM
92852013-02-28 Joseph Myers <joseph@codesourcery.com>
9286
9287 [BZ #13550]
9288 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
9289 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
9290 <bp-sym.h> and <bp-asm.h>.
9291 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
9292 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
9293 and <bp-asm.h>.
9294 (memcpy): Don't use BP_SYM.
9295 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
9296 <bp-asm.h>.
9297 (__mpn_add_n): Don't use BP_SYM.
9298 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
9299 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
9300 and <bp-asm.h>.
9301 (__mpn_addmul_1): Don't use BP_SYM.
9302 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9303 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
9304 <bp-sym.h>.
9305 (_setjmp): Don't use BP_SYM.
9306 (__novmx_setjmp): Likewise.
9307 (__GI__setjmp): Likewise.
9308 (__vmx_setjmp): Likewise.
9309 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
9310 <bp-sym.h>.
9311 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
9312 (__bzero): Don't use BP_SYM.
9313 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
9314 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
9315 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
9316 <bp-sym.h> and <bp-asm.h>.
9317 (memcpy): Don't use BP_SYM.
9318 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
9319 <bp-sym.h> and <bp-asm.h>.
9320 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
9321 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
9322 <bp-sym.h> and <bp-asm.h>.
9323 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
9324 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
9325 <bp-asm.h>.
9326 (__mpn_lshift): Don't use BP_SYM.
9327 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
9328 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
9329 <bp-asm.h>.
9330 (memset): Don't use BP_SYM.
9331 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
9332 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
9333 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
9334 <bp-asm.h>.
9335 (__mpn_mul_1): Don't use BP_SYM.
9336 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9337 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
9338 <bp-sym.h> and <bp-asm.h>.
9339 (memcmp): Don't use BP_SYM.
9340 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
9341 <bp-sym.h> and <bp-asm.h>.
9342 (memcpy): Don't use BP_SYM.
9343 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
9344 <bp-sym.h> and <bp-asm.h>.
9345 (memset): Don't use BP_SYM.
9346 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
9347 <bp-sym.h> and <bp-asm.h>.
9348 (strncmp): Don't use BP_SYM.
9349 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
9350 <bp-sym.h> and <bp-asm.h>.
9351 (memcpy): Don't use BP_SYM.
9352 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
9353 <bp-sym.h> and <bp-asm.h>.
9354 (memset): Don't use BP_SYM.
9355 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
9356 <bp-sym.h> and <bp-asm.h>.
9357 (__memchr): Don't use BP_SYM.
9358 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
9359 <bp-sym.h> and <bp-asm.h>.
9360 (memcmp): Don't use BP_SYM.
9361 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
9362 <bp-sym.h> and <bp-asm.h>.
9363 (memcpy): Don't use BP_SYM.
9364 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
9365 <bp-sym.h> and <bp-asm.h>.
9366 (__mempcpy): Don't use BP_SYM.
9367 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
9368 <bp-sym.h> and <bp-asm.h>.
9369 (__memrchr): Don't use BP_SYM.
9370 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
9371 <bp-sym.h> and <bp-asm.h>.
9372 (memset): Don't use BP_SYM.
9373 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
9374 <bp-sym.h> and <bp-asm.h>.
9375 (__rawmemchr): Don't use BP_SYM.
9376 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
9377 <bp-sym.h> and <bp-asm.h>.
9378 (__STRCMP): Don't use BP_SYM.
9379 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
9380 <bp-sym.h> and <bp-asm.h>.
9381 (strchr): Don't use BP_SYM.
9382 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
9383 <bp-sym.h> and <bp-asm.h>.
9384 (__strchrnul): Don't use BP_SYM.
9385 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
9386 <bp-sym.h> and <bp-asm.h>.
9387 (strlen): Don't use BP_SYM.
9388 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
9389 <bp-sym.h> and <bp-asm.h>.
9390 (strncmp): Don't use BP_SYM.
9391 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
9392 <bp-sym.h> and <bp-asm.h>.
9393 (__strnlen): Don't use BP_SYM.
9394 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
9395 <bp-asm.h>.
9396 (__mpn_rshift): Don't use BP_SYM.
9397 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
9398 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
9399 <bp-sym.h> and <bp-asm.h>.
9400 (__sigsetjmp): Don't use BP_SYM.
9401 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
9402 (L(start_addresses)): Don't use BP_SYM.
9403 (_start): Likewise.
9404 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
9405 <bp-asm.h>.
9406 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
9407 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
9408 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
9409 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
9410 <bp-asm.h>.
9411 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
9412 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
9413 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
9414 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
9415 <bp-asm.h>.
9416 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
9417 comments.
9418 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
9419 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
9420 <bp-asm.h>.
9421 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
9422 FIXME comments.
9423 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
9424 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
9425 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
9426 <bp-asm.h>.
9427 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
9428 comment.
9429 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
9430 and <bp-asm.h>.
9431 (strncmp): Don't use BP_SYM,
9432 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
9433 <bp-asm.h>.
9434 (__mpn_sub_n): Don't use BP_SYM.
9435 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
9436 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
9437 and <bp-asm.h>.
9438 (__mpn_submul_1): Don't use BP_SYM.
9439 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9440 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
9441 <bp-sym.h> and <bp-asm.h>.
9442 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
9443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
9444 <bp-sym.h> and <bp-asm.h>.
9445 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
9446 comment.
9447
8d19fe64
SP
94482013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
9449
9450 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
9451 Use ZK to minimize writes to Z.
9452 (sub_magnitudes): Simplify code a bit.
9453 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
9454 Use ZK to minimize writes to Z.
9455 (sub_magnitudes): Simplify code a bit.
9456
85bd816a
RM
94572013-02-27 Roland McGrath <roland@hack.frob.com>
9458
9459 * csu/gmon-start.c: Add special exception to license text.
9460
b5977bf2
RH
94612013-02-27 Richard Henderson <rth@redhat.com>
9462
9463 * scripts/config.guess: Update from config.git.
9464 * scripts/config.sub: Likewise.
9465
11d6e2f2
SP
94662013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
9467
09c14ed2
SP
9468 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
9469
a688864e
SP
9470 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
9471
6295157a
SP
9472 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
9473
b8de2202
SP
9474 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
9475
11d6e2f2
SP
9476 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
9477
7e80ddb8
RM
94782013-02-26 Roland McGrath <roland@hack.frob.com>
9479
9480 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
9481 [$(build-shared = yes].
7e80ddb8 9482
7da6d9ed
SP
94832013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9484
45f05884
SP
9485 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
9486 (__mul): Reduce iterations for calculating mantissa.
9487
2236d359
SP
9488 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
9489 MPTWO.
9490 (__mpranred): Likewise.
9491
7da6d9ed
SP
9492 [BZ #15160]
9493 * malloc/memusagestat.c (main): Draw graphs for heap and stack
9494 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
9495
b7688c42
PE
94962013-02-26 Paul Eggert <eggert@cs.ucla.edu>
9497
9498 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
9499 Define __attribute__.
9500
53a5c423
SP
95012013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9502
9503 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
9504 unused.
9505 * posix/regex_internal.h (__attribute): Remove.
9506 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
9507 (re_string_context_at): Likewise.
9508 (bitset_not): Use __attribute__ and mark function as possibly
9509 unused.
9510 (bitset_merge): Likewise.
9511 (bitset_mask): Likewise.
9512 (re_string_char_size_at): Likewise.
9513 (re_string_wchar_at): Likewise.
9514 (re_string_elem_size_at): Likewise.
9515
60f5a8b5
SP
95162013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
9517
2a983a2e
SP
9518 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
9519 code.
9520 (cc32): Likewise.
9521
e69804d1
SP
9522 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
9523 (__acr): Likewise.
9524 (__cpy): Likewise.
9525 (norm): Likewise.
9526 (denorm): Likewise.
9527 (__dbl_mp): Likewise.
9528 (add_magnitudes): Likewise.
9529 (sub_magnitudes): Likewise.
9530 (__mul): Likewise.
9531 (__inv): Likewise.
9532
2f22a1e8
SP
9533 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
9534 style.
9535
8930ddc7
SP
9536 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
9537 style.
9538
dc60cb11
SP
9539 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
9540 code.
9541
60f5a8b5
SP
9542 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
9543 up changes with default code.
9544 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
9545 Likewise.
9546
b4d1fd33
AM
95472013-02-24 Allan McRae <allan@archlinux.org>
9548
faf6f8bc
AM
9549 * manual/socket.texi (The Internet Namespace): Order menu items
9550 to match that in the file.
9551
b4d1fd33
AM
9552 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
9553 node listing of the info page menu.
9554
2366713d
JM
95552013-02-21 Joseph Myers <joseph@codesourcery.com>
9556
9557 [BZ #13550]
9558 * sysdeps/i386/bp-asm.h: Remove file.
9559 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
9560 (PARMS): Do not use macros from bp-asm.h.
9561 (S1): Likewise.
9562 (S2): Likewise.
9563 (SIZE): Likewise.
9564 (__mpn_add_n): Do not use BP_SYM
9565 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
9566 "bp-asm.h".
9567 (PARMS): Do not use macros from bp-asm.h.
9568 (S1): Likewise.
9569 (SIZE): Likewise.
9570 (__mpn_addmul_1): Do not use BP_SYM
9571 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
9572 "bp-asm.h".
9573 (PARMS): Do not use macros from bp-asm.h.
9574 (SIGMSK): Likewise.
9575 (_setjmp): Likewise. Do not use BP_SYM.
9576 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
9577 "bp-asm.h".
9578 (PARMS): Do not use macros from bp-asm.h.
9579 (SIGMSK): Likewise.
9580 (setjmp): Likewise. Do not use BP_SYM.
9581 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
9582 "bp-asm.h".
9583 (PARMS): Do not use macros from bp-asm.h.
9584 (__frexp): Do not use BP_SYM.
9585 (frexp): Likewise.
9586 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
9587 "bp-asm.h".
9588 (PARMS): Do not use macros from bp-asm.h.
9589 (__frexpf): Do not use BP_SYM.
9590 (frexpf): Likewise.
9591 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
9592 "bp-asm.h".
9593 (PARMS): Do not use macros from bp-asm.h.
9594 (__frexpl): Do not use BP_SYM.
9595 (frexpl): Likewise.
9596 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
9597 "bp-asm.h".
9598 (PARMS): Do not use macros from bp-asm.h.
9599 (__remquo): Do not use BP_SYM.
9600 (remquo): Likewise.
9601 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
9602 "bp-asm.h".
9603 (PARMS): Do not use macros from bp-asm.h.
9604 (__remquof): Do not use BP_SYM.
9605 (remquof): Likewise.
9606 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
9607 "bp-asm.h".
9608 (PARMS): Do not use macros from bp-asm.h.
9609 (__remquol): Do not use BP_SYM.
9610 (remquol): Likewise.
9611 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
9612 "bp-asm.h".
9613 (PARMS): Do not use macros from bp-asm.h.
9614 (DEST): Likewise.
9615 (SRC): Likewise.
9616 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
9617 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
9618 "bp-asm.h".
9619 (PARMS): Do not use macros from bp-asm.h.
9620 (strlen): Do not use BP_SYM.
9621 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
9622 "bp-asm.h".
9623 (PARMS): Do not use macros from bp-asm.h.
9624 (S1): Likewise.
9625 (S2): Likewise.
9626 (SIZE): Likewise.
9627 (__mpn_add_n): Do not use BP_SYM.
9628 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
9629 "bp-asm.h".
9630 (PARMS): Do not use macros from bp-asm.h.
9631 (S1): Likewise.
9632 (SIZE): Likewise.
9633 (__mpn_addmul_1): Do not use BP_SYM.
9634 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
9635 weak_alias.
9636 (bzero): Likewise.
9637 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
9638 "bp-asm.h".
9639 (PARMS): Do not use macros from bp-asm.h.
9640 (S): Likewise.
9641 (SIZE): Likewise.
9642 (__mpn_lshift): Do not use BP_SYM.
9643 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
9644 "bp-asm.h".
9645 (PARMS): Do not use macros from bp-asm.h.
9646 (DEST): Likewise.
9647 (SRC): Likewise.
9648 (LEN): Likewise.
9649 (memcpy): Likewise. Do not use BP_SYM.
9650 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
9651 libc_hidden_def and weak_alias.
9652 (mempcpy): Do not use BP_SYM in weak_alias.
9653 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
9654 "bp-asm.h".
9655 (PARMS): Do not use macros from bp-asm.h.
9656 (DEST): Likewise.
9657 (LEN): Likewise.
9658 [!BZERO_P] (CHR): Likewise.
9659 (memset): Likewise. Do not use BP_SYM.
9660 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
9661 "bp-asm.h".
9662 (PARMS): Do not use macros from bp-asm.h.
9663 (S1): Likewise.
9664 (SIZE): Likewise.
9665 (__mpn_mul_1): Do not use BP_SYM.
9666 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
9667 "bp-asm.h".
9668 (PARMS): Do not use macros from bp-asm.h.
9669 (S): Likewise.
9670 (SIZE): Likewise.
9671 (__mpn_rshift): Do not use BP_SYM.
9672 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
9673 "bp-asm.h".
9674 (PARMS): Do not use macros from bp-asm.h.
9675 (STR): Likewise.
9676 (CHR): Likewise.
9677 (strchr): Likewise. Do not use BP_SYM.
9678 (index): Do not use BP_SYM in weak_alias.
9679 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
9680 "bp-asm.h".
9681 (PARMS): Do not use macros from bp-asm.h.
9682 (DEST): Likewise.
9683 (SRC): Likewise.
9684 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
9685 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
9686 "bp-asm.h".
9687 (PARMS): Do not use macros from bp-asm.h.
9688 (strlen): Do not use BP_SYM.
9689 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
9690 "bp-asm.h".
9691 (PARMS): Do not use macros from bp-asm.h.
9692 (S1): Likewise.
9693 (S2): Likewise.
9694 (SIZE): Likewise.
9695 (__mpn_sub_n): Do not use BP_SYM.
9696 * sysdeps/i386/i586/submul_1.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 (SIZE): Likewise.
9701 (__mpn_submul_1): Do not use BP_SYM.
9702 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
9703 "bp-asm.h".
9704 (PARMS): Do not use macros from bp-asm.h.
9705 (S1): Likewise.
9706 (S2): Likewise.
9707 (SIZE): Likewise.
9708 (__mpn_add_n): Do not use BP_SYM.
9709 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
9710 weak_alias.
9711 (bzero): Likewise.
9712 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
9713 "bp-asm.h".
9714 (PARMS): Do not use macros from bp-asm.h.
9715 (BLK2): Likewise.
9716 (LEN): Likewise.
9717 (memcmp): Do not use BP_SYM.
9718 (bcmp): Do not use BP_SYM in weak_alias.
9719 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
9720 "bp-asm.h".
9721 (PARMS): Do not use macros from bp-asm.h.
9722 (DEST): Likewise.
9723 (SRC): Likewise.
9724 (LEN): Likewise.
9725 (memcpy): Likewise. Do not use BP_SYM.
9726 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
9727 "bp-asm.h".
9728 (PARMS): Do not use macros from bp-asm.h.
9729 (DEST): Likewise.
9730 (SRC): Likewise.
9731 (LEN): Likewise.
9732 (memmove): Likewise. Do not use BP_SYM.
9733 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
9734 "bp-asm.h".
9735 (PARMS): Do not use macros from bp-asm.h.
9736 (DEST): Likewise.
9737 (SRC): Likewise.
9738 (LEN): Likewise.
9739 (__mempcpy): Likewise. Do not use BP_SYM.
9740 (mempcpy): Do not use BP_SYM in weak_alias.
9741 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
9742 "bp-asm.h".
9743 (PARMS): Do not use macros from bp-asm.h.
9744 (DEST): Likewise.
9745 (LEN): Likewise.
9746 [!BZERO_P] (CHR): Likewise.
9747 (memset): Likewise. Do not use BP_SYM.
9748 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
9749 "bp-asm.h".
9750 (PARMS): Do not use macros from bp-asm.h.
9751 (STR2): Likewise.
9752 (strcmp): Do not use BP_SYM.
9753 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
9754 "bp-asm.h".
9755 (PARMS): Do not use macros from bp-asm.h.
9756 (STR): Likewise.
9757 (DELIM): Likewise.
9758 [USE_AS_STRTOK_R] (SAVE): Likewise.
9759 (FUNCTION): Likewise. Do not use BP_SYM.
9760 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
9761 aliases.
9762 (strtok_r): Likewise.
9763 (__GI___strtok_r): Likewise.
9764 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
9765 (PARMS): Do not use macros from bp-asm.h.
9766 (S): Likewise.
9767 (SIZE): Likewise.
9768 (__mpn_lshift): Do not use BP_SYM.
9769 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
9770 (PARMS): Do not use macros from bp-asm.h.
9771 (STR): Likewise.
9772 (CHR): Likewise.
9773 (__memchr): Do not use BP_SYM.
9774 (memchr): Do not use BP_SYM in weak_alias.
9775 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
9776 (PARMS): Do not use macros from bp-asm.h.
9777 (BLK2): Likewise.
9778 (LEN): Likewise.
9779 (memcmp): Do not use BP_SYM.
9780 (bcmp): Do not use BP_SYM in weak_alias.
9781 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
9782 (PARMS): Do not use macros from bp-asm.h.
9783 (S1): Likewise.
9784 (SIZE): Likewise.
9785 (__mpn_mul_1): Do not use BP_SYM.
9786 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
9787 "bp-asm.h".
9788 (PARMS): Do not use macros from bp-asm.h.
9789 (STR): Likewise.
9790 (CHR): Likewise.
9791 (__rawmemchr): Do not use BP_SYM.
9792 (rawmemchr): Do not use BP_SYM in weak_alias.
9793 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
9794 (PARMS): Do not use macros from bp-asm.h.
9795 (S): Likewise.
9796 (SIZE): Likewise.
9797 (__mpn_rshift): Do not use BP_SYM.
9798 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
9799 (PARMS): Do not use macros from bp-asm.h.
9800 (SIGMSK): Likewise.
9801 (__sigsetjmp): Likewise. Do not use BP_SYM.
9802 * sysdeps/i386/start.S: Do not include "bp-sym.h".
9803 (_start): Do not use BP_SYM.
9804 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
9805 (PARMS): Do not use macros from bp-asm.h.
9806 (DEST): Likewise.
9807 (SRC): Likewise.
9808 (__stpcpy): Likewise. Do not use BP_SYM.
9809 (stpcpy): Do not use BP_SYM in weak_alias.
9810 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
9811 "bp-asm.h".
9812 (PARMS): Do not use macros from bp-asm.h.
9813 (DEST): Likewise.
9814 (SRC): Likewise.
9815 (LEN): Likewise.
9816 (__stpncpy): Likewise. Do not use BP_SYM.
9817 (stpncpy): Do not use BP_SYM in weak_alias.
9818 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
9819 (PARMS): Do not use macros from bp-asm.h.
9820 (STR): Likewise.
9821 (CHR): Likewise.
9822 (strchr): Likewise. Do not use BP_SYM.
9823 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
9824 "bp-asm.h".
9825 (PARMS): Do not use macros from bp-asm.h.
9826 (STR): Likewise.
9827 (CHR): Likewise.
9828 (__strchrnul): Likewise. Do not use BP_SYM.
9829 (strchrnul): Do not use BP_SYM in weak_alias.
9830 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
9831 "bp-asm.h".
9832 (PARMS): Do not use macros from bp-asm.h.
9833 (STOP): Likewise.
9834 (strcspn): Do not use BP_SYM.
9835 * sysdeps/i386/strpbrk.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 (STOP): Likewise.
9840 (strpbrk): Likewise. Do not use BP_SYM.
9841 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
9842 "bp-asm.h".
9843 (PARMS): Do not use macros from bp-asm.h.
9844 (STR): Likewise.
9845 (CHR): Likewise.
9846 (strrchr): Likewise. Do not use BP_SYM.
9847 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
9848 (PARMS): Do not use macros from bp-asm.h.
9849 (SKIP): Likewise.
9850 (strspn): Do not use BP_SYM.
9851 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
9852 (PARMS): Do not use macros from bp-asm.h.
9853 (STR): Likewise.
9854 (DELIM): Likewise.
9855 (SAVE): Likewise.
9856 (FUNCTION): Likewise. Do not use BP_SYM.
9857 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
9858 aliases.
9859 (strtok_r): Likewise.
9860 (__GI___strtok_r): Likewise.
9861 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
9862 (PARMS): Do not use macros from bp-asm.h.
9863 (S1): Likewise.
9864 (S2): Likewise.
9865 (SIZE): Likewise.
9866 (__mpn_sub_n): Do not use BP_SYM.
9867 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
9868 "bp-asm.h".
9869 (PARMS): Do not use macros from bp-asm.h.
9870 (S1): Likewise.
9871 (SIZE): Likewise.
9872 (__mpn_submul_1): Do not use BP_SYM.
9873 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
9874 <bp-sym.h>.
9875 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
9876 and <bp-asm.h>.
9877 (PARMS): Do not use macros from bp-asm.h.
9878 (FLAGS): Likewise.
9879 (PTID): Likewise.
9880 (TLS): Likewise.
9881 (CTID): Likewise.
9882 (__clone): Do not use BP_SYM.
9883 (clone): Do not use BP_SYM in weak_alias.
9884 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
9885 and <bp-asm.h>.
9886 (PARMS): Do not use macros from bp-asm.h.
9887 (LEN): Likewise.
9888 (__mmap64): Do not use BP_SYM.
9889 (mmap64): Do not use BP_SYM in weak_alias.
9890 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
9891 <bp-sym.h> and <bp-asm.h>.
9892 (PARMS): Do not use macros from bp-asm.h.
9893 (__posix_fadvise64_l64): Do not use BP_SYM.
9894 * sysdeps/unix/sysv/linux/i386/semtimedop.S
9895 (PARMS): Do not use macros from bp-asm.h.
9896 (NSOPS): Likewise.
9897 (semtimedop): Do not use BP_SYM.
9898 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
9899 and <bp-asm.h>.
9900
582a3cff
AM
99012013-02-21 Allan McRae <allan@archlinux.org>
9902
9903 * manual/message.texi (Charset conversion in gettext):
9904 Move @end statement to beginning of line.
9905
bab8a695
SP
99062013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9907
80945231
SP
9908 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
9909 static.
9910 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
9911 Likewise.
9912
bab8a695
SP
9913 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
9914 (denorm): Likewise.
9915 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
9916 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
9917
e21d7aa7
AK
99182013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9919
9920 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
9921 tail-call to the resolved function if pltexit isn't needed.
9922
4c7a4263
SP
99232013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9924
9925 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
9926 or Y being zero as being unlikely.
9927 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
9928 Likewise.
9929
41f49342
CD
99302013-02-20 Carlos O'Donell <carlos@redhat.com>
9931
9932 * manual/nss.texi (System Databases and Name Service Switch):
9933 Remove frobnicate @pxref.
9934
50022a93
TS
99352013-02-20 Thomas Schwinge <thomas@codesourcery.com>
9936
9937 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
9938 __attribute__ ((unused)) to __attribute__ ((__unused__)).
9939
08cbd996
PM
99402013-02-20 Petr Machata <pmachata@redhat.com>
9941
9942 * elf/elf.h (R_ARM_TARGET1): New macro.
9943 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
9944 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
9945 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
9946 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
9947 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
9948 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
9949 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
9950 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
9951 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
9952 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
9953 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
9954 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
9955 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
9956 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
9957 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
9958 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
9959 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
9960 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
9961 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
9962 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
9963 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
9964 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
9965 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
9966 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
9967 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
9968 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
9969 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
9970 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
9971 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
9972 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
9973 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
9974 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
9975 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
9976 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
9977 (R_ARM_THM_GOT_BREL12): Likewise.
9978 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
9979 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
9980 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
9981 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
9982 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
9983 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
9984 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
9985 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
9986 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
9987
c7b275d6
TS
99882013-02-20 Thomas Schwinge <thomas@codesourcery.com>
9989
9990 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
9991 __attribute_used__ to __attribute__ ((unused)).
9992
20cd7fb3
SP
99932013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
9994
9995 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
9996 powerpc mpa.c.
9997 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
9998 comment formatting.
9999 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
10000
92945b52
JM
100012013-02-19 Joseph Myers <joseph@codesourcery.com>
10002
10003 [BZ #13550]
10004 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
10005 Remove macro.
10006 (ENTER): Remove both macro definitions.
10007 (LEAVE): Likewise.
10008 (CHECK_BOUNDS_LOW): Likewise.
10009 (CHECK_BOUNDS_HIGH): Likewise.
10010 (CHECK_BOUNDS_BOTH): Likewise.
10011 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
10012 (RETURN_BOUNDED_POINTER): Likewise.
10013 (RETURN_NULL_BOUNDED_POINTER): Likewise.
10014 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
10015 (POP_ERRNO_LOCATION_RETURN): Likewise.
10016 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
10017 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10018 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
10019 macros.
10020 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10021 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
10022 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
10023 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
10024 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
10025 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
10026 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
10027 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
10028 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
10029 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
10030 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
10031 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
10032 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10033 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
10034 removed macros.
10035 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10036 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
10037 macros.
10038 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10039 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
10040 * sysdeps/i386/i586/memset.S (memset): Likewise.
10041 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
10042 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10043 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
10044 macros.
10045 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10046 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
10047 Change uses of L(2) to L(out).
10048 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
10049 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
10050 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
10051 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10052 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
10053 removed macros.
10054 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10055 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
10056 macros.
10057 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10058 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
10059 (RETURN): Do not use macro LEAVE.
10060 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
10061 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
10062 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
10063 * sysdeps/i386/i686/memset.S (memset): Likewise.
10064 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
10065 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
10066 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
10067 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
10068 Likewise.
10069 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
10070 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
10071 L(1_2) and L(1_3) into L(1).
10072 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
10073 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
10074 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10075 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
10076 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
10077 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
10078 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
10079 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10080 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
10081 macros.
10082 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
10083 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
10084 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
10085 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
10086 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
10087 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
10088 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
10089 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
10090 * sysdeps/i386/strcspn.S (strcspn): Likewise.
10091 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
10092 * sysdeps/i386/strrchr.S (strrchr): Likewise.
10093 * sysdeps/i386/strspn.S (strspn): Likewise.
10094 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
10095 conditional code.
10096 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
10097 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
10098 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
10099 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
10100 L(1_3) into L(1_1).
10101 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
10102 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
10103 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
10104 macros.
10105 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
10106
2389741a
JJ
101072013-02-19 Jakub Jelinek <jakub@redhat.com>
10108
10109 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
10110 macro.
10111
2016b3cd
SP
101122013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
10113
e4f22324
SP
10114 * math/atest-exp.c (exp_mpn): Remove ROUND.
10115 * math/atest-exp2.c (exp_mpn): Likewise.
10116 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
10117
2016b3cd
SP
10118 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
10119 * stdlib/tst-tls-atexit-lib.c: Likewise.
10120 * stdlib/tst-tls-atexit.c: Likewise.
10121
4be9b544
MF
101222013-02-18 Mike Frysinger <vapier@gentoo.org>
10123
10124 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
10125 and __attribute_alloc_size__.
10126
2f62b9ee
MF
101272013-02-18 Mike Frysinger <vapier@gentoo.org>
10128
10129 * include/programs/xmalloc.h: Change __attribute_alloc_size to
10130 __attribute_alloc_size__.
10131 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
10132 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
10133
6ff444c4
MF
101342013-02-18 Mike Frysinger <vapier@gentoo.org>
10135
10136 * include/programs/xmalloc.h: New file.
10137 * catgets/gencat.c: Include it.
10138 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
10139 * elf/pldd.c: Likewise.
10140 * iconv/iconv_charmap.c: Likewise.
10141 * iconv/iconvconfig.c: Likewise.
10142 * iconv/strtab.c: Likewise.
10143 * locale/programs/locale.c: Likewise.
10144 * locale/programs/localedef.h: Likewise.
10145 * locale/programs/simple-hash.c: Likewise.
10146 * nscd/nscd.h: Likewise.
10147 * nss/makedb.c: Likewise.
10148 * sysdeps/generic/ldconfig.h: Likewise.
10149
be179c8a
SP
101502013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
10151
ba384f6e
SP
10152 * Versions.def: Add GLIBC_2.18.
10153 * include/link.h (struct link_map): New member l_tls_dtor_count.
10154 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
10155 (__call_tls_dtors): Likewise.
10156 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
10157 __cxa_thread_atexit_impl.
10158 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10159 Likewise.
10160 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10161 Likewise.
10162 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10163 Likewise.
10164 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10165 Likewise.
10166 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
10167 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
10168 Likewise.
10169 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
10170 Likewise.
10171 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
10172 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
10173 Likewise.
10174 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
10175 (tests): Add test case tst-tls-atexit.
10176 (modules-names): Add shared library for tst-tls-atexit.
85891aca 10177 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
10178 (GLIBC_PRIVATE): Add __call_tls_dtors.
10179 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
10180 for libstdc++.
10181 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
10182 * stdlib/tst-tls-atexit.c: New test case.
10183 * stdlib/tst-tls-atexit-lib.c: New test case.
10184
ffaa74cf 10185 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 10186
be179c8a
SP
10187 * elf/Versions (ld): Add _dl_find_dso_for_object.
10188 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
10189 * elf/dl-open.c (_dl_find_dso_for_object): New function.
10190 (dl_open_worker): Use _dl_find_dso_for_object.
10191 * elf/dl-sym.c (do_sym): Likewise.
10192 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
10193
f78b5caa
AK
101942013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10195
10196 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
10197 Syntactic changes only.
10198 (_dl_runtime_profile): Do a tail-call to the resolved function.
10199
29691210
JM
102002013-02-17 Joseph Myers <joseph@codesourcery.com>
10201
10202 [BZ #13550]
10203 * sysdeps/x86_64/bp-asm.h: Remove file.
10204 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
10205 <bp-sym.h> and <bp-asm.h>.
10206 (__clone): Do not use BP_SYM.
10207 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
10208 <bp-sym.h> and <bp-asm.h>.
10209 * sysdeps/unix/x86_64/sysdep.S: Likewise.
10210 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
10211 "bp-asm.h".
10212 (_setjmp): Do not use BP_SYM.
10213 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
10214 "bp-asm.h".
10215 (setjmp): Do not use BP_SYM.
10216 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
10217 libc_hidden_def.
10218 (mempcpy): Do not use BP_SYM in weak_alias.
10219 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
10220 "bp-asm.h".
10221 (strchr): Do not use BP_SYM.
10222 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
10223 "bp-asm.h".
10224 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
10225 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
10226 (_start): Do not use BP_SYM.
10227 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
10228 "bp-asm.h".
10229 (strcat): Do not use BP_SYM.
10230 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
10231 "bp-asm.h".
10232 (STRCMP): Do not use BP_SYM.
10233 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
10234 "bp-asm.h".
10235 (STRCPY): Do not use BP_SYM.
10236 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
10237 "bp-asm.h".
10238 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
10239 "bp-asm.h".
10240 (FUNCTION): Do not use BP_SYM.
10241 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
10242 weak_alias.
10243 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
10244
f238fd19
AJ
102452013-02-17 Andreas Jaeger <aj@suse.de>
10246
10247 * time/Versions: Sort entries.
10248 * string/Versions: Likewise.
10249 * resolv/Versions: Likewise.
10250 * posix/Versions: Likewise.
10251 * iconv/Versions: Likewise.
10252 * elf/Versions: Likewise.
10253 * wcsmbs/Versions: Likewise.
10254
bd07f23c 102552013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 10256
22af19f9
SP
10257 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
10258 loop termination condition.
10259
4709fe76
SP
10260 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
10261 variable to calculate EZ.
10262 (__sqr): Likewise.
2d0e0f29
SP
10263
10264 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
10265 the lower precision input.
10266
daaa7713
JM
102672013-02-15 Joseph Myers <joseph@codesourcery.com>
10268
10269 [BZ #13550]
10270 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
10271 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
10272 (run-via-rtld-prefix): Do not handle %-bp tests.
10273 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
10274 (all-object-suffixes): Remove .ob.
10275 (bppfx): Remove variable.
10276 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
10277 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
10278 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
10279 [$(build-bounded) = yes] (libtype.ob): Likewise.
10280 * Makerules (elide-routines.ob): Remove variable.
10281 (do-tests-clean): Do not handle *-bp.out.
10282 (common-mostlyclean): Do not handle *-bp and *-bp.out.
10283 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
10284 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
10285 (tests): Do not include $(tests-bp.out).
10286 (xtests): Do not include $(xtests-bp.out).
10287 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
10288 [$(build-bounded) = yes] ($(addprefix
10289 $(objpfx),$(binaries-bounded))): Remove rule.
10290 ($(objpfx)%-bp.out): Remove rule.
10291 * config.make.in (build-bounded): Remove variable.
10292 * crypt/Makefile [$(build-bounded) = yes]
10293 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
10294 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
10295 append to variable.
10296 [$(build-bounded) = yes] (install-lib): Likewise.
10297 [$(build-bounded) = yes] (generated): Likewise.
10298 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
10299 Remove rule.
10300 * intl/Makefile [$(build-bounded) = yes]
10301 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
10302 * math/Makefile [$(build-bounded) = yes]
10303 ($(tests:%=$(objpfx)%-bp): Likewise.
10304 * misc/Makefile [$(build-bounded) = yes]
10305 ($(objpfx)tst-tsearch-bp): Likewise.
10306 * nptl/Makeconfig (bounded-thread-library): Remove variable.
10307 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
10308 Remove dependency.
10309 * string/Makefile (o-objects.ob): Remove variable.
10310 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
10311 (CFLAGS-.ob): Remove variable.
10312 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
10313 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
10314 both definitions of variable.
10315 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
10316 (ASFLAGS-.ob): Remove variable.
10317
e97ed6dd
JM
103182013-02-14 Joseph Myers <joseph@codesourcery.com>
10319
2bdd4ca6
JM
10320 [BZ #13550]
10321 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
10322 Remove __BOUNDED_POINTERS__ from condition.
10323 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
10324 * string/bits/string2.h [!__NO_STRING_INLINES &&
10325 !__BOUNDED_POINTERS__]: Likewise.
10326 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
10327 Likewise.
10328 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
10329 Remove conditional code.
10330 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
10331 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
10332 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
10333 condition.
10334
e97ed6dd
JM
10335 [BZ #13550]
10336 * csu/libc-start.c: Do not include <bp-sym.h>.
10337 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
10338 * elf/dl-open.c: Do not include <bp-sym.h>.
10339 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
10340 * math/fegetenv.c: Do not include <bp-sym.h>.
10341 (fegetenv): Do not use BP_SYM in versioned symbols.
10342 * nptl/sysdeps/pthread/bits/libc-lockP.h
10343 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
10344 <bp-sym.h>.
10345 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10346 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
10347 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10348 (__pthread_mutex_destroy): Likewise.
10349 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10350 (__pthread_mutex_lock): Likewise.
10351 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10352 (__pthread_mutex_trylock): Likewise.
10353 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10354 (__pthread_mutex_unlock): Likewise.
10355 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10356 (__pthread_mutexattr_init): Likewise.
10357 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10358 (__pthread_mutexattr_destroy): Likewise.
10359 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10360 (__pthread_mutexattr_settype): Likewise.
10361 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10362 (__pthread_rwlock_init): Likewise.
10363 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10364 (__pthread_rwlock_destroy): Likewise.
10365 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10366 (__pthread_rwlock_rdlock): Likewise.
10367 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10368 (__pthread_rwlock_tryrdlock): Likewise.
10369 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10370 (__pthread_rwlock_wrlock): Likewise.
10371 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10372 (__pthread_rwlock_trywrlock): Likewise.
10373 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10374 (__pthread_rwlock_unlock): Likewise.
10375 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10376 (__pthread_key_create): Likewise.
10377 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10378 (__pthread_setspecific): Likewise.
10379 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10380 (__pthread_getspecific): Likewise.
10381 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
10382 Likewise.
10383 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10384 (_pthread_cleanup_push_defer): Likewise.
10385 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10386 (_pthread_cleanup_pop_restore): Likewise.
10387 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
10388 (pthread_setcancelstate): Likewise.
10389 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
10390 <bp-sym.h>.
10391 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
10392 (memchr): Do not use BP_SYM in weak_alias.
10393 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
10394 (fegetenv): Do not use BP_SYM in versioned symbols.
10395 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
10396 (fesetenv): Do not use BP_SYM in versioned symbols.
10397 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
10398 (feupdateenv): Do not use BP_SYM in versioned symbols.
10399 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
10400 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
10401 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
10402 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
10403 (open64): Do not use BP_SYM in weak_alias.
10404 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
10405 (fegetenv): Do not use BP_SYM in versioned symbols.
10406 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
10407 (fesetenv): Do not use BP_SYM in versioned symbols.
10408 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
10409 (feupdateenv): Do not use BP_SYM in versioned symbols.
10410 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
10411 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
10412 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
10413 (feraiseexcept): Do not use BP_SYM in versioned symbols.
10414 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
10415 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
10416 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
10417 <bp-sym.h>.
10418 (__libc_start_main): Do not use BP_SYM.
10419
d6752ccd
SP
104202013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
10421
cb57ce60
SP
10422 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
10423 redundant return line.
10424 (norm): Likewise.
10425 (denorm): Likewise.
10426 (dbl_mp): Likewise.
10427 (sub_magnitudes): Likewise.
10428 (__add): Likewise.
10429 (__sub): Likewise.
10430 (__mul): Likewise.
10431 (__inv): Likewise.
10432 (__dvd): Likewise.
10433 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
10434 (norm): Likewise.
10435 (denorm): Likewise.
10436 (dbl_mp): Likewise.
10437 (sub_magnitudes): Likewise.
10438 (__add): Likewise.
10439 (__sub): Likewise.
10440 (__mul): Likewise.
10441 (__inv): Likewise.
10442 (__dvd): Likewise.
10443
f414520d
SP
10444 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
10445 instead of __mul.
10446 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
10447 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
10448 (cc32): Likewise.
10449
d6752ccd
SP
10450 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
10451 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
10452 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
10453 of __mul for squares.
10454 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
10455 function
10456 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
10457 Likewise.
10458 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
10459 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
10460
70d9946a
JM
104612013-02-13 Joseph Myers <joseph@codesourcery.com>
10462
10463 [BZ #13550]
10464 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
10465 code.
10466 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
10467 prototype or function definition. Rename ubp_* variables and
10468 parameters. Remove argv definitions conditional on
10469 [__BOUNDED_POINTERS__].
10470 * debug/backtrace.c (__backtrace): Do not use __unbounded.
10471 * elf/dl-runtime.c (_dl_fixup): Likewise.
10472 * include/set-hooks.h (RUN_HOOK): Likewise.
10473 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
10474 definition.
10475 * string/strcpy.c (strcpy): Do not use __unbounded.
10476 * sysdeps/generic/frame.h (struct layout): Likewise.
10477 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
10478 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
10479 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
10480 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
10481 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
10482 (__backtrace): Likewise.
10483 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
10484 use __ptrvalue.
10485 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
10486 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10487 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
10488 Likewise.
10489 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
10490 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
10491 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10492 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
10493 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
10494 Do not use __unbounded.
10495 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
10496 Rename __unboundedrlimits parameter to rlimits in prototype.
10497 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
10498 Do not use __unbounded.
10499 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
10500 not use __ptrvalue.
10501 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
10502 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
10503 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
10504 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
10505 __ptrvalue or __unbounded.
10506 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
10507 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
10508 use __unbounded.
10509 (__new_msgctl): Do not use __ptrvalue.
10510 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
10511 __unbounded.
10512 (__libc_msgrcv): Do not use __ptrvalue.
10513 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
10514 startup_info): Do not use __unbounded.
10515 (__libc_start_main): Likewise. Rename ubp_* variables and
10516 parameters. Remove argv definitions conditional on
10517 [__BOUNDED_POINTERS__].
10518 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
10519 __ptrvalue.
10520 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
10521 use __unbounded.
10522 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
10523 or __ptrvalue.
10524 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
10525 use __unbounded.
10526 (__new_shmctl): Do not use __ptrvalue.
10527 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
10528 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
10529 Likewise.
10530 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
10531 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
10532 (__libc_sigaction): Likewise.
10533 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
10534 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
10535 Likewise.
10536 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
10537
cc7834d6
OB
105382013-02-13 Ondřej Bílka <neleai@seznam.cz>
10539
ffb1ec7b 10540 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
10541
10542 * string/mempcpy.c: Implement by calling memcpy.
10543
bdf02814
SP
105442013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
10545
c2af38aa
SP
10546 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
10547
4e92d59e
SP
10548 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
10549 evaluation.
10550
909279a5
SP
10551 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
10552 values in the mantissa.
10553
bdf02814
SP
10554 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
10555 minimize writes to Z.
10556 (sub_magnitudes): Simplify code a bit.
10557
cd525923
RM
105582013-02-12 Roland McGrath <roland@hack.frob.com>
10559
10560 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
10561 from the message. The linker prefixes all warnings with that already.
10562
7e2f0d2d
AS
105632013-02-12 Andreas Schwab <schwab@suse.de>
10564
a445af0b
AS
10565 [BZ #15078]
10566 * posix/regexec.c (extend_buffers): Add parameter min_len.
10567 (check_matching): Pass minimum needed length.
10568 (clean_state_log_if_needed): Likewise.
10569 (get_subexp): Likewise.
10570 * posix/Makefile (tests): Add bug-regex34.
10571 (bug-regex34-ENV): Define.
10572 * posix/bug-regex34.c: New file.
10573
7e2f0d2d
AS
10574 [BZ #11561]
10575 * posix/regcomp.c (parse_bracket_exp): When looking up collating
10576 elements compare against the byte sequence of it, not its name.
10577 * posix/Makefile (tests): Add bug-regex35.
10578 (bug-regex35-ENV): Define.
10579 * posix/bug-regex35.c: New file.
10580
a175b684
TV
105812013-02-11 Tom de Vries <tom@codesourcery.com>
10582
10583 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
10584 comment.
10585 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
10586 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
10587 (CHECK_EOL): Add undef.
10588
310998fe 105892013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
10590
10591 * bits/stdlib-bsearch.h: New file.
10592 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 10593 * stdlib/stdlib.h: Likewise.
41eda41d 10594
8ded91fb
RM
105952013-02-11 Roland McGrath <roland@hack.frob.com>
10596
10597 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
10598 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
10599 declaration.
10600 * manual/search.texi (Array Search Function): Add missing const in
10601 lfind prototype.
10602 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
10603 declaration to use rlim_t.
10604 (Basic Scheduling Functions): Remove erroneous const from
10605 sched_getparam prototype. Remove erroneous * from
10606 sched_get_priority_max and sched_get_priority_min prototypes.
10607 (Resource Usage): Fix summary @comment on vtimes to refer to
10608 sys/vtimes.h rather than vtimes.h.
10609 Add missing *s in vtimes prototype.
10610 (Limits on Resources): Fix ulimit prototype to return long int.
10611 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
10612 prototypes to use long int rather than double.
10613 (BSD Random): Fix initstate and setstate to use char *, not void *.
10614 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
10615 prototype to make second argument 'struct aiocb64 *const[]'.
10616 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
10617 (Status of AIO Operations): Remove erroneous const in aio_return and
10618 aio_return64 prototypes.
10619 (Synchronizing I/O): Fix sync prototype to return void.
10620 * manual/startup.texi (Suboptions): Remove an erroneous const in
10621 getsubopt prototype.
10622 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
10623 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
10624 use size_t rather than int.
10625 (Scanning All Users): Likewise for getpwent_r.
10626 (Setting Groups): Add missing const to setgroups prototype.
10627 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
10628 * manual/socket.texi (Host Names): Fix gethostbyaddr and
10629 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
10630 'const void *' rather than 'const char *'.
10631 (Host Address Functions): Likewise for inet_ntop.
10632 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
10633 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
10634 ssize_t for return value.
10635 (Sending Data): Likewise for send, sendto, sendmsg.
10636 (Socket Option Functions): Add a missing const in setsockopt prototype.
10637 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
10638 use wchar_t for the argument.
10639 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
10640 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
10641 take no arguments.
10642 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
10643 double/float/long double for second argument.
10644 Fix return types of significand, significandf, significandl.
10645 * manual/filesys.texi (Setting Permissions): Use mode_t for second
10646 argument in fchmod prototype.
10647 (File Owner): Use uid_t and gid_t in fchown prototype.
10648 (File Times): Add const to utimes, futimes, and lutimes prototypes.
10649 (Making Special Files): Use mode_t and dev_t in mknod prototype.
10650 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
10651 use 'const struct dirent **' as argument types to CMP function pointer
10652 argument.
10653 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
10654 (File Times): Fix summary magic @comment for struct utimbuf and utime
10655 to refer to utime.h, not time.h.
10656 * manual/string.texi (Argz Functions): Add missing const in
10657 argz_extract and argz_next prototypes.
10658 (Finding Tokens in a String): Likewise for basename.
10659 (String/Array Comparison): Fix typo in wcscasecmp prototype.
10660 (Copying and Concatenation): Fix typo in wmemmove prototype.
10661 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
10662 (Signal Stack): Remove erroneous const in sigstack prototype.
10663 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
10664 prototype.
10665 (Simple Calendar Time): Likewise for stime.
10666 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
10667 prototype.
10668 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
10669 say sys/sysctl.h instead.
10670 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
10671 and vsyslog prototypes.
10672
fe77fe6d
TV
106732013-02-11 Tom de Vries <tom@codesourcery.com>
10674
10675 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
10676 Remove.
10677
3a09b620
RM
106782013-02-11 Roland McGrath <roland@hack.frob.com>
10679
10680 * misc/sys/mman.h: Fix typo in mremap comment.
10681
550a0b89
RM
106822013-02-08 Roland McGrath <roland@hack.frob.com>
10683
10684 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
10685 the '\0' terminator.
10686
a2da1673
JM
106872013-02-08 Joseph Myers <joseph@codesourcery.com>
10688
10689 [BZ #13550]
10690 * debug/segfault.c: Don't include <bp-checks.h>.
10691 * sysdeps/generic/bp-checks.h: Remove file.
10692 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
10693 (__GETDENTS): Don't use CHECK_N.
10694 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
10695 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
10696 (__getgroups): Don't use CHECK_N.
10697 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
10698 (setgroups): Don't use CHECK_N.
10699 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
10700 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10701 (__libc_msgrcv): Don't use CHECK_N.
10702 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
10703 (__libc_msgsnd): Don't use CHECK_N.
10704 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
10705 <bp-checks.h>.
10706 (__libc_pread): Don't use CHECK_N.
10707 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
10708 include <bp-checks.h>.
10709 (__libc_pread64): Don't use CHECK_N.
10710 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
10711 include <bp-checks.h>.
10712 (__libc_pwrite): Don't use CHECK_N.
10713 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
10714 include <bp-checks.h>.
10715 (__libc_pwrite64): Don't use CHECK_N.
10716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
10717 <bp-checks.h>.
10718 (__libc_pread): Don't use CHECK_N.
10719 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
10720 include <bp-checks.h>.
10721 (__libc_pread64): Don't use CHECK_N.
10722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
10723 include <bp-checks.h>.
10724 (__libc_pwrite): Don't use CHECK_N.
10725 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
10726 include <bp-checks.h>.
10727 (__libc_pwrite64): Don't use CHECK_N.
10728 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
10729 (do_pread): Don't use CHECK_N.
10730 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
10731 (do_pread64): Don't use CHECK_N.
10732 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
10733 (do_pwrite): Don't use CHECK_N.
10734 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
10735 (do_pwrite64): Don't use CHECK_N.
10736 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
10737 (__libc_readv): Don't use CHECK_N.
10738 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
10739 (semop): Don't use CHECK_N.
10740 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
10741 <bp-checks.h>.
10742 (semtimedop): Don't use CHECK_N.
10743 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
10744 (__libc_pread): Don't use CHECK_N.
10745 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
10746 <bp-checks.h>.
10747 (__libc_pread64): Don't use CHECK_N.
10748 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
10749 <bp-checks.h>.
10750 (__libc_pwrite): Don't use CHECK_N.
10751 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
10752 <bp-checks.h>.
10753 (__libc_pwrite64): Don't use CHECK_N.
10754 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
10755 <bp-checks.h>.
10756 (__libc_msgrcv): Don't use CHECK_N.
10757 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
10758 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
10759 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
10760 (__libc_writev): Don't use CHECK_N.
10761
b84660a8
RM
107622013-02-08 Roland McGrath <roland@hack.frob.com>
10763
7f3e75f8
RM
10764 * string/strcpy.c: Removed unused variable.
10765
b84660a8
RM
10766 * Makeconfig (+sysdep-includes): Define with := rather than =.
10767 Use an existing include/ subdir of each sysdeps dir before it.
10768
471514d3
CD
107692013-02-08 Carlos O'Donell <carlos@redhat.com>
10770
10771 * nscd/connection.c (register_traced_file): Comment function.
10772 [HAVE_INOTIFY] (union __inev): Define.
10773 [HAVE_INOTIFY] (inotify_check_files): New function.
10774 [HAVE_INOTIFY] (clear_db_cache): Likewise.
10775 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
10776 clear_db_cache.
10777 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
10778
b2d3c3be
CD
107792013-02-08 Carlos O'Donell <carlos@redhat.com>
10780
10781 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
10782 loaded if not already and that a failure is permanent.
10783
b39949d2
CD
107842013-02-08 Carlos O'Donell <carlos@redhat.com>
10785
ddacd1db 10786 [BZ #15006]
b39949d2
CD
10787 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
10788 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
10789
b2c9eff4
JM
107902013-02-08 Joseph Myers <joseph@codesourcery.com>
10791
f3aae3f3
JM
10792 [BZ #13550]
10793 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
10794 (CHECK_1_NULL_OK): Likewise.
10795 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
10796 (__fxstat): Do not use CHECK_1.
10797 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
10798 <bp-checks.h>.
10799 (___fxstat64): Do not use CHECK_1.
10800 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10801 <bp-checks.h>.
10802 (__fxstatat): Do not use CHECK_1.
10803 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10804 <bp-checks.h>.
10805 (__fxstatat64): Do not use CHECK_1.
10806 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
10807 <bp-checks.h>.
10808 (__fxstat): Do not use CHECK_1.
10809 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10810 <bp-checks.h>.
10811 (__fxstatat): Do not use CHECK_1.
10812 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
10813 <bp-checks.h>.
10814 (__getresgid): Do not use CHECK_1.
10815 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
10816 <bp-checks.h>.
10817 (__getresuid): Do not use CHECK_1.
10818 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
10819 <bp-checks.h>.
10820 (__lxstat): Do not use CHECK_1.
10821 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
10822 <bp-checks.h>.
10823 (__old_msgctl): Do not use CHECK_1.
10824 (__new_msgctl): Likewise.
10825 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
10826 <bp-checks.h>.
10827 (__new_setrlimit): Do not use CHECK_1.
10828 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
10829 <bp-checks.h>.
10830 (__old_shmctl): Do not use CHECK_1.
10831 (__new_shmctl): Likewise.
10832 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
10833 <bp-checks.h>.
10834 (__xstat): Do not use CHECK_1.
10835 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
10836 (__lxstat): Do not use CHECK_1.
10837 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
10838 <bp-checks.h>.
10839 (___lxstat64): Do not use CHECK_1.
10840 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
10841 (__old_msgctl): Do not use CHECK_1.
10842 (__new_msgctl): Likewise.
10843 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
10844 <bp-checks.h>.
10845 (__gettimeofday): Do not use CHECK_1.
10846 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
10847 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
10848 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
10849 <bp-checks.h>.
10850 (__gettimeofday): Do not use CHECK_1.
10851 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
10852 (__old_shmctl): Do not use CHECK_1_NULL_OK.
10853 (__new_shmctl): Do not use CHECK_1.
10854 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
10855 <bp-checks.h>.
10856 (do_sigtimedwait): Do not use CHECK_1.
10857 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
10858 <bp-checks.h>.
10859 (do_sigwaitinfo): Do not use CHECK_1.
10860 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
10861 <bp-checks.h>.
10862 (msgctl): Do not use CHECK_1.
10863 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
10864 <bp-checks.h>.
10865 (shmctl): Do not use CHECK_1.
10866 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
10867 (ustat): Do not use CHECK_1.
10868 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
10869 <bp-checks.h>.
10870 (__fxstat): Do not use CHECK_1.
10871 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10872 <bp-checks.h>.
10873 (__fxstatat): Do not use CHECK_1.
10874 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
10875 <bp-checks.h>.
10876 (__lxstat): Do not use CHECK_1.
10877 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
10878 <bp-checks.h>.
10879 (__xstat): Do not use CHECK_1.
10880 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
10881 (__xstat): Do not use CHECK_1.
10882 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
10883 (___xstat64): Do not use CHECK_1.
10884
b2c9eff4
JM
10885 [BZ #13550]
10886 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
10887 definitions.
10888 (CHECK_BOUNDS_HIGH): Likewise.
10889 * string/strcpy.c: Do not include <bp-checks.h>.
10890 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
10891
f1d70dad
RM
108922013-02-07 Roland McGrath <roland@hack.frob.com>
10893
10894 * nscd/nscd-client.h (__nscd_drop_map_ref):
10895 Add __attribute__ ((unused)).
10896 * nis/nss-nisplus.h (niserr2nss): Likewise.
10897
10898 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
10899 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
10900
10901 * csu/libc-tls.c (init_static_tls, init_slotinfo):
10902 Remove inline keyword.
10903 * include/rounding-mode.h (round_away): Likewise.
10904 * libio/wfileops.c (adjust_wide_data): Likewise.
10905 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
10906 (__m128i_strloadu_tolower): Likewise.
10907 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
10908 (__m128i_strloadu_tolower): Likewise.
10909 * time/mktime.c (ydhms_diff): Likewise.
10910 * locale/elem-hash.h (elem_hash): Likewise.
10911 * locale/setlocale.c (setdata): Likewise.
10912 * posix/regex_internal.h (re_string_char_size_at): Likewise.
10913 (re_string_wchar_at): Likewise.
10914 (bitset_not, bitset_merge, bitset_mask): Likewise.
10915 [!(__GNUC__ > 3)] (inline): Remove macro.
10916 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
10917 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
10918 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
10919 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
10920 * string/memcmp.c (memcmp_bytes): Likewise.
10921 * locale/programs/locarchive.c (compute_hashval): Likewise.
10922 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
10923 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
10924 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
10925 * nss/getent.c (print_rpc, print_protocols): Likewise.
10926 (print_passwd, print_group, print_aliases): Likewise.
10927 * nis/nss-nisplus.h (niserr2nss): Likewise.
10928 * nscd/connections.c (restart_p): Likewise.
10929 Change return type to bool.
10930
eab55bfb
RM
109312013-02-05 Roland McGrath <roland@hack.frob.com>
10932
7bd642f5
RM
10933 * Makeconfig (all-Depend-files): Add existing
10934 $(sorted-subdirs:=/Depend) files.
10935 (all-subdirs): Remove nss.
10936 * sysdeps/unix/inet/Subdirs: Add it here instead.
10937 * hesiod/Depend: New file.
10938
573c29b2
RM
10939 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
10940 instead of calling alloca.
10941
b2e25af0
RM
10942 * io/lseek.c (__lseek): Rename to __libc_lseek.
10943 Define __lseek as an alias.
10944
eab55bfb
RM
10945 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
10946
9a0d1941
CD
109472013-02-04 Carlos O'Donell <carlos@redhat.com>
10948
10949 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
10950 else clause and remove check for non-standard endianness.
10951
b83bbec4
DM
109522013-02-04 David S. Miller <davem@davemloft.net>
10953
10954 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10955
6277fdab
JM
109562013-02-04 Joseph Myers <joseph@codesourcery.com>
10957
10958 [BZ #13550]
10959 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
10960 (__ubp_memchr): Remove prototype.
10961 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
10962 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
10963 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
10964 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
10965 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
10966 Remove alias.
10967 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
10968 (__ubp_memchr): Likewise.
10969 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
10970 (__ubp_memchr): Likewise.
10971 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
10972 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
10973 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
10974 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
10975 CHECK_STRING.
10976 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10977 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
10978 (__getcwd): Do not use CHECK_STRING.
10979 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
10980 <bp-checks.h>.
10981 (__real_chown): Do not use CHECK_STRING.
10982 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
10983 <bp-checks.h>.
10984 (fchownat): Do not use CHECK_STRING.
10985 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
10986 CHECK_STRING.
10987 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
10988 <bp-checks.h>.
10989 (__lchown): Do not use CHECK_STRING.
10990 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
10991 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
10992 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
10993 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
10994 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
10995 include <bp-checks.h>.
10996 (truncate64): Do not use CHECK_STRING.
10997 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
10998 <bp-checks.h>.
10999 (__real_chown): Do not use CHECK_STRING.
11000 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
11001 <bp-checks.h>.
11002 (__lchown): Do not use CHECK_STRING.
11003 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
11004 <bp-checks.h>.
11005 (__chown): Do not use CHECK_STRING.
11006 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
11007 <bp-checks.h>.
11008 (truncate64): Do not use CHECK_STRING.
11009 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
11010 Likewise.
11011 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
11012 (__xmknod): Do not use CHECK_STRING.
11013 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11014 <bp-checks.h>.
11015 (__xmknodat): Do not use CHECK_STRING.
11016 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
11017 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
11018
903ae060
AS
110192013-02-04 Andreas Schwab <schwab@suse.de>
11020
11021 [BZ #14142]
11022 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
11023 * include/netdb.h: Likewise for h_errno.
11024 * elf/tst-stackguard1.c: Include <tls.h>.
11025
542f9466
JK
110262013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11027
11028 * elf/link.h (struct link_map): Extend the l_addr comment.
11029 * include/link.h (struct link_map): Likewise.
11030
e782a927
JM
110312013-02-01 Joseph Myers <joseph@codesourcery.com>
11032
11033 [BZ #13550]
11034 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
11035 (BOUNDED_1): Remove macro.
11036 * debug/backtrace.c: Don't include <bp-checks.h>.
11037 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
11038 (__backtrace): Likewise.
11039 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
11040 <bp-checks.h>.
11041 (__backtrace): Don't use BOUNDED_1.
11042 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
11043 <bp-checks.h>.
11044 (__backtrace): Don't use BOUNDED_1.
11045 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
11046 (__backtrace): Don't use BOUNDED_1.
11047 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
11048 (shmat): Don't use BOUNDED_N.
11049
8cf28c5e
JM
110502013-01-31 Joseph Myers <joseph@codesourcery.com>
11051
3a7ac8a0
JM
11052 [BZ #13550]
11053 * sysdeps/generic/bp-start.h: Remove file.
11054 * csu/libc-start.c: Don't include <bp-start.h>.
11055 (LIBC_START_MAIN): Set up __environ directly instead of using
11056 INIT_ARGV_and_ENVIRON.
11057 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
11058 <bp-start.h>.
11059
f3499f95
JM
11060 [BZ #13550]
11061 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
11062 definitions.
11063 (CHECK_FCNTL): Likewise.
11064 (CHECK_N_PAGES): Likewise.
11065
32a45bea
JM
11066 [BZ #13550]
11067 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
11068 definitions.
11069 (CHECK_SIGSET_NULL_OK): Likewise.
11070 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
11071 <bp-checks.h>.
11072 (sigpending): Don't use CHECK_SIGSET.
11073 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
11074 <bp-checks.h>.
11075 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
11076 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
11077 <bp-checks.h>.
11078 (do_sigsuspend): Don't use CHECK_SIGSET.
11079 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
11080 use CHECK_SIGSET.
11081 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
11082 (do_sigwait): Don't use CHECK_SIGSET.
11083 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
11084 use CHECK_SIGSET.
11085 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
11086 include <bp-checks.h>.
11087 (sigpending): Don't use CHECK_SIGSET.
11088 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
11089 include <bp-checks.h>.
11090 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
11091 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
11092 <bp-checks.h>.
11093 (sigpending): Don't use CHECK_SIGSET.
11094 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
11095 <bp-checks.h>.
11096 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
11097
2e8a5c8c
JM
11098 [BZ #13550]
11099 * sysdeps/generic/bp-semctl.h: Remove file.
11100 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
11101 <bp-checks.h> and <bp-semctl.h>.
11102 (__old_semctl): Don't use CHECK_SEMCTL.
11103 (__new_semctl): Likewise.
11104 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
11105 and <bp-semctl.h>.
11106 (__old_semctl): Don't use CHECK_SEMCTL.
11107 (__new_semctl): Likewise.
11108 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
11109 <bp-checks.h> and <bp-semctl.h>.
11110 (__old_semctl): Don't use CHECK_SEMCTL.
11111 (__new_semctl): Likewise.
11112 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
11113 <bp-checks.h> and <bp-semctl.h>.
11114 (semctl): Don't use CHECK_SEMCTL.
11115
c2d54929
JM
11116 [BZ #13550]
11117 * Makerules (elide-bp-thunks): Remove variable.
11118 (elide-routines.oS): Don't use $(elide-bp-thunks).
11119 (elide-routines.os): Likewise.
11120 (elide-routines.o): Likewise.
11121 (elide-routines.op): Likewise.
11122 (elide-routines.og): Likewise.
11123 (objects): Don't use $(bp-thunks).
11124 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
11125 include.
11126 (common-generated): Do not add s-proto-bp.d.
11127 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
11128 (int): Likewise.
11129 (typ): Likewise.
11130 Do not generate makefile rules for bounded-pointer thunks.
11131 * sysdeps/generic/bp-thunks.h: Remove file.
11132 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
11133 * sysdeps/unix/s-proto-bp.S: Likewise.
11134
8cf28c5e
JM
11135 [BZ #15062]
11136 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
11137 parts of result separately when argument is not close to line from
11138 -i to i and one part of argument is small.
11139 * math/k_casinhf.c (__kernel_casinhf): Likewise.
11140 * math/k_casinhl.c (__kernel_casinhl): Likewise.
11141 * math/libm-test.inc (cacos_test): Add more tests.
11142 (casin_test): Likewise.
11143 (casinh_test): Likewise.
11144 * sysdeps/i386/fpu/libm-test-ulps: Update.
11145 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11146
c4e33b8d
DM
111472013-01-31 David S. Miller <davem@davemloft.net>
11148
11149 * po/de.po: Update from translation team.
11150
3b60b421
MK
111512013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11152
11153 * time/tzfile.c: Include stdint.h for SIZE_MAX.
11154
bb931195
TS
111552013-01-25 Thomas Schwinge <thomas@codesourcery.com>
11156
b5a5da23
TS
11157 * configure.in (_AC_PROG_CC_C89): New definition.
11158 * configure: Regenerate.
11159
bb931195
TS
11160 * configure.in (AC_PROG_CPP): New definition.
11161 * configure: Regenerate.
11162
8c53a12c
JM
111632013-01-23 Joseph Myers <joseph@codesourcery.com>
11164
11165 * debug/tst-backtrace.h: New file.
11166 * debug/tst-backtrace2.c: Include tst-backtrace.h.
11167 (ret): Remove variable.
11168 (x): Likewise.
11169 (FAIL): Remove macro.
11170 (NO_INLINE): Likewise.
11171 (fn1): Use match function instead of strstr.
11172 * debug/tst-backtrace3.c: Include tst-backtrace.h.
11173 (ret): Remove variable.
11174 (x): Likewise.
11175 (FAIL): Remove macro.
11176 (NO_INLINE): Likewise.
11177 (fn): Use match function instead of strstr.
11178 * debug/tst-backtrace4.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 * debug/tst-backtrace5.c: Include tst-backtrace.h.
11185 (ret): Remove variable.
11186 (x): Likewise.
11187 (FAIL): Remove macro.
11188 (NO_INLINE): Likewise.
11189 (handle_signal): Use match function instead of strstr.
11190
4858fa2a
RM
111912013-01-23 Roland McGrath <roland@hack.frob.com>
11192
11193 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
11194
bae8e7f5
DM
111952013-01-23 David S. Miller <davem@davemloft.net>
11196
11197 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
11198 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
11199 argument of CAS if possible.
11200 * sysdeps/sparc/sparc64/bits/atomic.h
11201 (__arch_compare_and_exchange_val_32_acq): Likewise.
11202 (__arch_compare_and_exchange_val_64_acq): Likewise.
11203
9cbbc4ae
PT
112042013-01-23 Pino Toscano <toscano.pino@tiscali.it>
11205
11206 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
11207 * sysdeps/posix/ulimit.c: ... this.
92a601b8 11208 Include <limits.h>.
67b3f58c 11209 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 11210
5655a0b5
AC
112112013-01-23 Adam Conrad <adconrad@0c3.net>
11212
11213 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
11214 (LDFLAGS-tst-array5): Likewise.
11215
052aff95
JM
112162013-01-23 Joseph Myers <joseph@codesourcery.com>
11217
11218 [BZ #15036]
11219 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
11220 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
11221 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
11222 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
11223
7c1e01aa
DM
112242013-01-21 David S. Miller <davem@davemloft.net>
11225
11226 * sysdeps/sparc/backtrace.c: New file.
11227 * sysdeps/sparc/sparc32/backtrace.h: New file.
11228 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
11229 * sysdeps/sparc/sparc64/backtrace.h: New file.
11230 * sysdeps/sparc/sparc64/backtrace.c: Delete.
11231 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
11232 -funwind-tables.
11233
ab087e0a
AS
112342013-01-21 Andreas Schwab <schwab@suse.de>
11235
11236 [BZ #15020]
11237 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
11238 closed its stdout.
11239
ed689c2f
AS
112402013-01-20 Andreas Schwab <schwab@linux-m68k.org>
11241
11242 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
11243 "mpa2.h".
11244 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11245
31d470ac
JM
112462013-01-18 Joseph Myers <joseph@codesourcery.com>
11247 Mark Mitchell <mark@codesourcery.com>
11248 Tom de Vries <tom@codesourcery.com>
11249 Paul Pluzhnikov <ppluzhnikov@google.com>
11250
11251 * debug/tst-backtrace2.c: New file.
11252 * debug/tst-backtrace3.c: Likewise.
11253 * debug/tst-backtrace4.c: Likewise.
11254 * debug/tst-backtrace5.c: Likewise.
11255 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
11256 (CFLAGS-tst-backtrace3.c): Likewise.
11257 (CFLAGS-tst-backtrace4.c): Likewise.
11258 (CFLAGS-tst-backtrace5.c): Likewise.
11259 (LDFLAGS-tst-backtrace2): Likewise.
11260 (LDFLAGS-tst-backtrace3): Likewise.
11261 (LDFLAGS-tst-backtrace4): Likewise.
11262 (LDFLAGS-tst-backtrace5): Likewise.
11263 (tests): Add new tests tst-backtrace2, tst-backtrace3,
11264 tst-backtrace4 and tst-backtrace5.
11265
90567f30 112662013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
11267 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
11268
11269 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
11270 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
11271 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
11272 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
11273 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
11274 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
11275 "+r" and remove output regs list as redundant. Add explicit inline
11276 asm to specify register of return val to work around compiler codegen
11277 bug. Remove (int) cast on return value. Add return type parameter to
11278 use in macro so that this macro does not truncate return value for
11279 64-bit values.
11280 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
11281 pass to INTERNAL_VSYSCALL_NCS.
11282 (INLINE_VSYSCALL): Add 'long int' as return type to
11283 INTERNAL_VSYSCALL_NCS macro invocation.
11284 (INTERNAL_VSYSCALL): Add 'long int' as return type to
11285 INTERNAL_VSYSCALL_NCS macro invocation.
11286 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
11287
d3b9ea61
SP
112882013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
11289
0b57daeb
SP
11290 [BZ #14496]
11291 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
11292 Fix application of SIMD FP exception mask.
11293
caa99d06
SP
11294 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
11295 mp_no from a power of two.
11296 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
11297 __mpexp_twomm1. Use __pow_mp.
11298
d3b9ea61
SP
11299 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
11300 multiplication.
11301
1dbaee3c
DM
113022013-01-17 David S. Miller <davem@davemloft.net>
11303
11304 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11305
728d7b43
JM
113062013-01-17 Joseph Myers <joseph@codesourcery.com>
11307
11308 [BZ #15023]
11309 * include/complex.h: Condition contents on [!_COMPLEX_H].
11310 (__kernel_casinhf): New prototype.
11311 (__kernel_casinh): Likewise.
11312 (__kernel_casinhl): Likewise.
11313 * math/Makefile (libm_calls): Add k_casinh.
11314 * math/k_casinh.c: New file.
11315 * math/k_casinhf.c: Likewise.
11316 * math/k_casinhl.c: Likewise.
11317 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
11318 finite nonzero arguments.
11319 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
11320 finite nonzero arguments.
11321 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
11322 finite nonzero arguments.
11323 * math/s_casinh.c: Do not include <float.h>.
11324 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
11325 * math/s_casinhf.c: Do not include <float.h>.
11326 (__casinhf): Move code for finite nonzero arguments to
11327 k_casinhf.c.
11328 * math/s_casinhl.c: Do not include <float.h>.
11329 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
11330 redefine.
11331 (__casinhl): Move code for finite nonzero arguments to
11332 k_casinhl.c.
11333 * math/libm-test.inc (cacos_test): Add more tests.
11334 * sysdeps/i386/fpu/libm-test-ulps: Update.
11335 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11336
2a26ef3a
PT
113372013-01-17 Pino Toscano <toscano.pino@tiscali.it>
11338
11339 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
11340 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
11341 [!HAVE_MREMAP]: Remove [defined linux] case.
11342 * malloc/arena.c: Do not include <malloc-sysdep.h>.
11343
a897655d
SP
113442013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
11345
11346 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
11347
881ebe89 113482013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
11349
11350 * elf/elf.h (R_386_SIZE32): New relocation.
11351 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
11352 R_386_SIZE32.
11353 (elf_machine_rela): Likewise.
11354 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
11355 R_X86_64_SIZE64 and R_X86_64_SIZE32.
11356
59981e9b
JM
113572013-01-17 Joseph Myers <joseph@codesourcery.com>
11358
11359 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
11360 (FP_FAST_FMA): Do not define.
11361 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
11362 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
11363 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
11364 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
11365 !_SOFT_FLOAT]: Likewise.
11366 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
11367 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
11368 value.
11369 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
11370 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
11371 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
11372 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
11373 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
11374 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
11375 file.
11376
cfa8054f
AS
113772013-01-16 Andreas Schwab <schwab@suse.de>
11378
11379 [BZ #14327]
11380 * include/stdlib.h (__mktemp): Add declaration.
11381 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
11382 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
11383
dd930cc5
SP
113842013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
11385
881ebe89
SP
11386 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
11387 definitions.
11388 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
11389 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
11390 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
11391 definitions here.
11392 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
11393 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
11394 definitions.
11395 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
11396 and ONE.
11397 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
11398 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
11399 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
11400 definitions.
11401 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
11402 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
11403 definitions.
11404 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 11405
dd930cc5
SP
11406 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
11407
c19a9f89
DM
114082013-01-15 David S. Miller <davem@davemloft.net>
11409
1aa61767
DM
11410 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
11411 trunc{,f} to libm-sysdep_routes.
11412 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
11413 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
11414 file.
11415 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
11416 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
11417 file.
11418 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
11419 file.
11420 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
11421 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
11422 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
11423 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
11424 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
11425 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
11426 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
11427 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
11428
c42d5e98
DM
11429 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
11430 nearbyint{,f} to libm-sysdep_routes.
11431 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
11432 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
11433 New file.
11434 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
11435 file.
11436 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
11437 New file.
11438 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
11439 file.
11440 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
11441 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
11442 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
11443 file.
11444 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
11445 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
11446 file.
11447 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
11448 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
11449 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
11450
c19a9f89
DM
11451 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
11452 libc_feholdexcept and libc_fesetenv.
11453
357679d2
MF
114542013-01-15 Mike Frysinger <vapier@gentoo.org>
11455
11456 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
11457
65a82e3d
DM
114582013-01-14 David S. Miller <davem@davemloft.net>
11459
8b954ab9
DM
11460 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
11461 (SPARC_ASM_VIS2_IFUNC): Likewise.
11462 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
11463 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
11464 use of 'siam' instruction.
11465 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
11466 Likewise.
11467 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
11468 Likewise.
11469 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
11470 Likewise.
11471 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
11472 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
11473 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
11474 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
11475 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
11476 file.
11477 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
11478 file.
11479 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
11480 file.
11481 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
11482 file.
11483 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
11484 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
11485 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
11486 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
11487 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
11488 new VIS2 routines.
11489 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
11490 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
11491 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
11492 Likewise.
11493 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
11494 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
11495 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
11496 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
11497 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
11498 routines to libm-sysdep_routines.
11499 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
11500
65a82e3d
DM
11501 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
11502 fdim/fdimf to libm-sysdep_routines.
11503 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
11504 file.
11505 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
11506 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
11507 file.
11508 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
11509 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
11510 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
11511 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
11512 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
11513 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
11514 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
11515
e34ab705
SP
115162013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
11517
2a91b573
SP
11518 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
11519 to optimize copies.
11520
1066a534
SP
11521 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
11522 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
11523 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11524
e34ab705
SP
11525 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
11526 local variable MPTWO.
11527 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
11528 Likewise.
11529
aba5e596
MF
115302013-01-13 Mike Frysinger <vapier@gentoo.org>
11531
11532 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
11533 GLOB_NOESCAPE.
11534
e557e9e5
MF
115352013-01-13 Mike Frysinger <vapier@gentoo.org>
11536
11537 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
11538
0428cec9
MF
115392013-01-13 Mike Frysinger <vapier@gentoo.org>
11540
11541 * manual/pattern.texi (glob_t): Document gl_flags.
11542 (glob64_t): Likewise.
11543
8794a964
DM
115442013-01-11 David S. Miller <davem@davemloft.net>
11545
66438c3f
RM
11546 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
11547 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
11548 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
11549 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
11550 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
11551 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
11552 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
11553 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
11554 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
11555 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
11556 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
11557 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
11558 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
11559
4ae4244d
DM
11560 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
11561 sparc V9 rather than using V8 code.
11562 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
11563 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
11564
8794a964
DM
11565 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
11566 Move to...
11567 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
11568 Here.
11569
6270516e
RM
115702013-01-11 Roland McGrath <roland@hack.frob.com>
11571
11572 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
11573 not in the main loop.
11574 * configure: Regenerated.
11575
6a57d931
JM
115762013-01-11 Joseph Myers <joseph@codesourcery.com>
11577
11578 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
11579 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
11580 to just #else.
11581 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
11582 [!__GLIBC_HAVE_LONG_LONG] case.
11583 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
11584 condition to just #else.
11585 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
11586 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
11587 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
11588 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
11589 unconditional.
11590 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
11591 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
11592 #elif condition to just #else.
11593 * sysdeps/unix/sysv/linux/sys/sysmacros.h
11594 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
11595 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
11596 #elif condition to just #else.
11597
0e8529e9
SE
115982013-01-11 Steve Ellcey <sellcey@mips.com>
11599
11600 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
11601 (EF_MIPS_ARCH_64): Fix value.
11602 (EF_MIPS_ARCH_32R2): New.
11603 (EF_MIPS_ARCH_64R2): New.
11604
740b3dbe
L
116052013-01-11 H.J. Lu <hongjiu.lu@intel.com>
11606
11607 * Makeconfig (+link-pie-before-libc): New.
11608 (+link-pie-after-libc): Likewise.
11609 (+link-pie-tests): Likewise.
11610 (+link-pie): Rewritten.
11611 (link-before-libc): Remove $(config-LDFLAGS).
11612 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
11613 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
11614 (config-LDFLAGS): Renamed to ...
11615 (rtld-LDFLAGS): This.
11616 (rtld-tests-LDFLAGS): New macro.
11617 (link-libc-rpath-link): Likewise.
11618 (link-libc-tests-rpath-link): Likewise.
11619 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
11620 (link-libc): Prepand $(link-libc-rpath-link).
11621 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
11622 (test-program-prefix): New macro.
11623 (test-via-rtld-prefix): Likewise.
11624 (test-program-cmd): Likewise.
11625 (host-test-program-cmd): Likewise.
11626 * Makefile ($(common-objpfx)testrun.sh): Replace
11627 $(run-program-prefix) with $(test-program-prefix).
11628 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
11629 $(rtld-LDFLAGS).
11630 ($(common-objpfx)shlib.lds): Likewise.
11631 (build-module-helper): Likewise.
11632 ($(common-objpfx)format.lds): Likewise.
11633 * Rules (binaries-pie-tests): New.
11634 (binaries-pie-notests): Likewise.
11635 (binaries-pie): Rewritten.
11636 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
11637 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
11638 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
11639 (make-test-out): Replace $(host-built-program-cmd) with
11640 $(host-test-program-cmd).
11641 * config.make.in (build-hardcoded-path-in-tests): New variable.
11642 * configure.in (--enable-hardcoded-path-in-tests): New configure
11643 option.
11644 (hardcoded_path_in_tests): New AC_SUBST.
11645 * configure: Regenerated.
11646 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
11647 $(built-program-cmd) with $(test-program-cmd).
11648 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
11649 (test_program_cmd): This.
11650 * elf/Makefile ($(objpfx)order.out): Run test with
11651 $(test-program-prefix).
11652 ($(objpfx)order2.out): Likewise.
11653 ($(objpfx)tst-initorder.out): Likewise.
11654 ($(objpfx)tst-initorder2.out): Likewise.
11655 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
11656 $(test-program-cmd).
11657 ($(objpfx)tst-array1-static.out): Likewise.
11658 ($(objpfx)tst-array2.out): Likewise.
11659 ($(objpfx)tst-array3.out): Likewise.
11660 ($(objpfx)tst-array4.out): Likewise.
11661 ($(objpfx)tst-array5.out): Likewise.
11662 ($(objpfx)tst-array5-static.out): Likewise.
11663 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
11664 $(test-program-cmd).
11665 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
11666 $(run-program-prefix) with $(test-program-prefix).
11667 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
11668 (test_program_prefix): This.
11669 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
11670 $(run-program-prefix) with $(test-program-prefix).
11671 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
11672 (test_program_prefix): This.
11673 * iconvdata/tst-tables.sh: Likewise.
11674 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
11675 $(run-program-prefix) with $(test-program-prefix).
11676 ($(objpfx)tst-translit.out): Likewise.
11677 ($(objpfx)tst-gettext2.out): Likewise.
11678 ($(objpfx)tst-gettext4.out): Likewise.
11679 ($(objpfx)tst-gettext6.out): Likewise.
11680 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
11681 (test_program_prefix): This.
11682 * intl/tst-gettext2.sh: Likewise.
11683 * intl/tst-gettext4.sh Likewise.
11684 * intl/tst-gettext6.sh: Likewise.
11685 * intl/tst-translit.sh: Likewise.
11686 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
11687 with $(test-program-cmd).
11688 * libio/Makefile ($(objpfx)test-freopen.out): Replace
11689 $(run-program-prefix) with $(test-program-prefix).
11690 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
11691 (test_program_prefix): This.
11692 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
11693 $(run-program-prefix) with $(test-program-prefix).
11694 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
11695 (test_program_prefix): This.
11696 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
11697 * posix/Makefile ($(objpfx)globtest.out): Replace
11698 $(run-via-rtld-prefix) and $(test-wrapper) with
11699 $(test-program-prefix) and $(test-via-rtld-prefix).
11700 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
11701 $(test-program-prefix).
11702 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
11703 $(host-test-program-cmd).
11704 (tst-spawn-ARGS): Likewise.
11705 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
11706 $(test-program-prefix).
11707 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
11708 (test_via_rtld_prefix): This.
11709 (test_wrapper): Renamed to ...
11710 (test_program_prefix): This.
11711 (run_program_prefix): Replaced by test_program_prefix.
11712 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
11713 (test_program_prefix): This.
11714 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
11715 with $(host-test-program-cmd).
11716 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
11717 $(run-program-prefix) with $(test-program-prefix).
11718 ($(objpfx)tst-printf.out): Likewise.
11719 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
11720 $(test-program-cmd).
11721 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
11722 (test_program_prefix): This.
11723 * stdio-common/tst-unbputc.sh: Likewise.
11724 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
11725 $(run-program-prefix) with $(test-program-prefix).
11726 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
11727 (test_program_prefix): This.
11728 * string/Makefile ($(objpfx)tst-svc.out): Replace
11729 $(built-program-cmd) with $(test-program-cmd).
11730
c6fe55cf
AJ
117312013-01-11 Andreas Jaeger <aj@suse.de>
11732
11733 [BZ #15003]
11734 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
11735 value. Sync with Linux 3.7.
11736
9e6919c8
DM
117372013-01-10 David S. Miller <davem@davemloft.net>
11738
11739 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
11740 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
11741 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
11742
1c9f1a02
RM
117432013-01-10 Roland McGrath <roland@hack.frob.com>
11744
11745 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
11746 never set.
11747 * configure: Regenerated.
11748
b9de2dde
DM
117492013-01-10 David S. Miller <davem@davemloft.net>
11750
11751 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
11752 sparc V9 rather than using V8 code.
11753 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
11754 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
11755
e7f68ef4
RM
117562013-01-10 Roland McGrath <roland@hack.frob.com>
11757
11758 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
11759 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
11760 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
11761 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
11762 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
11763 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
11764 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
11765 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
11766 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
11767 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
11768 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
11769 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
11770 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
11771 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
11772 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
11773 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
11774 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
11775 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
11776 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
11777 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
11778 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
11779 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
11780 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
11781 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
11782 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
11783 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
11784 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
11785
5a47cc9c
DM
117862013-01-10 David S. Miller <davem@davemloft.net>
11787
11788 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11789
4cf8f209
L
117902013-01-10 H.J. Lu <hongjiu.lu@intel.com>
11791
11792 * posix/Makefile (tests-static): New variable.
11793 (tests): Add $(tests-static).
11794 (tst-exec-static-ARGS): New variable.
11795 (tst-spawn-static-ARGS): Likewise.
11796 * posix/tst-exec-static.c: New file.
11797 * posix/tst-spawn-static.c: Likewise.
11798 * posix/tst-exec.c: Support run directly.
11799 * posix/tst-spawn.c: Likewise.
11800
fed0faa1
JM
118012013-01-10 Joseph Myers <joseph@codesourcery.com>
11802
828beb13
JM
11803 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
11804 long.
11805 * math/bits/mathcalls.h (llrint): Likewise.
11806 (llround): Likewise.
11807 * stdlib/stdlib.h (struct drand48_data): Likewise.
11808 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
11809 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
11810 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
11811 Likewise.
11812 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
11813 Likewise.
11814 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
11815 (elf_greg_t): Likewise.
11816 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
11817 (__jmp_buf): Likewise.
11818 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
11819 definitions.
11820 (llrint): Likewise, for all definitions.
11821 (llrintl): Likewise.
11822
fed0faa1
JM
11823 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
11824 Remove [__GNUC__] condition.
11825 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
11826 condition to just [__USE_ISOC99].
11827 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
11828
1a20cb20
L
118292013-01-10 H.J. Lu <hongjiu.lu@intel.com>
11830
11831 [BZ #14200]
11832 * sysdeps/unix/sysv/linux/x86/bits/environments.h
11833 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
11834 defined.
11835 (_POSIX_V6_ILP32_OFF32): Likewise.
11836 (_XBS5_ILP32_OFF32): Likewise.
11837 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
11838 (__ILP32_OFFBIG_LDFLAGS): Likewise.
11839
751b85f7
SP
118402013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
11841
7490eb81
SP
11842 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
11843
751b85f7
SP
11844 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
11845 doubles __mpexp_twomm1. Adjust usage.
11846 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
11847 Remove.
11848
988197f0
AS
118492013-01-10 Andreas Schwab <schwab@suse.de>
11850
11851 [BZ #14964]
11852 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
11853 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
11854
e83d7298
DM
118552013-01-09 David S. Miller <davem@davemloft.net>
11856
034ed64b 11857 [BZ #15003]
e83d7298
DM
11858 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
11859 TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
11860 TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
11861 TCP_FASTOPEN): Define.
11862 (tcp_repair_opt): New structure.
11863 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
11864 enum values.
11865 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
11866 TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
11867 TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
11868 (tcp_cookie_transactions): New structure.
11869
d5e0b9bd
AB
118702013-01-09 Anton Blanchard <anton@samba.org>
11871
11872 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
11873 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
11874 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
11875 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
11876
0c07e3ea
JM
118772013-01-09 Joseph Myers <joseph@codesourcery.com>
11878
11879 * include/features.h (__USE_ANSI): Remove.
11880
232f7002
RM
118812013-01-09 Roland McGrath <roland@hack.frob.com>
11882
ad98e30c
RM
11883 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
11884
232f7002
RM
11885 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
11886
950c99ca
SP
118872013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
11888
b5792741
SP
11889 * sysdeps/s390/fpu/libm-test-ulps: Update.
11890
47cf2278
SP
11891 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11892
950c99ca
SP
11893 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
11894 (__acr): Likewise.
11895 (__cpy): Likewise.
11896 (norm): Likewise.
11897 (denorm): Likewise.
11898 (__mp_dbl): Likewise.
11899 (__dbl_mp): Likewise.
11900 (add_magnitudes): Likewise.
11901 (sub_magnitudes): Likewise.
11902 (__add): Likewise.
11903 (__sub): Likewise.
11904 (__mul): Likewise.
11905 (__inv): Likewise.
11906 (__dvd): Likewise.
11907 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
11908 (__acr): Likewise.
11909 (__cpy): Likewise.
11910 (norm): Likewise.
11911 (denorm): Likewise.
11912 (__mp_dbl): Likewise.
11913 (__dbl_mp): Likewise.
11914 (add_magnitudes): Likewise.
11915 (sub_magnitudes): Likewise.
11916 (__add): Likewise.
11917 (__sub): Likewise.
11918 (__mul): Likewise.
11919 (__inv): Likewise.
11920 (__dvd): Likewise.
11921 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
11922 (__acr): Likewise.
11923 (__cpy): Likewise.
11924 (norm): Likewise.
11925 (denorm): Likewise.
11926 (__mp_dbl): Likewise.
11927 (__dbl_mp): Likewise.
11928 (add_magnitudes): Likewise.
11929 (sub_magnitudes): Likewise.
11930 (__add): Likewise.
11931 (__sub): Likewise.
11932 (__mul): Likewise.
11933 (__inv): Likewise.
11934 (__dvd): Likewise.
11935
eede9df9
JM
119362013-01-08 Joseph Myers <joseph@codesourcery.com>
11937
11938 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
11939 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
11940 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
11941 2 && __USE_EXTERN_INLINES]: Likewise.
11942
c40ea3d9
AJ
119432013-01-08 Andreas Jaeger <aj@suse.de>
11944
11945 [BZ# 14985]
11946 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
11947 Remove.
11948 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
11949 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
11950
2ccdea26
AB
119512013-01-07 Anton Blanchard <anton@samba.org>
11952
11953 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
11954 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
11955 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
11956 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
11957 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
11958 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
11959 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
11960 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
11961 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
11962 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
11963 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
11964 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
11965 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
11966 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
11967 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
11968 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
11969 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
11970 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
11971 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
11972 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
11973 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
11974 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
11975 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
11976 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
11977 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
11978 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
11979 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11980 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
11981 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
11982 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
11983 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
11984 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11985 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
11986 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
11987 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
11988 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
11989 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
11990 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
11991 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
11992 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11993 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
11994 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
11995 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
11996
a9708fed
JM
119972013-01-07 Joseph Myers <joseph@codesourcery.com>
11998
375607b9
JM
11999 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
12000 (__MALLOC_PMT): Likewise.
12001 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
12002 [__GNUC__], only on [_LIBC].
12003 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
12004 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
12005 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
12006 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
12007 forward declaration.
12008 (realloc_hook_ini): Likewise.
12009 (memalign_hook_ini): Likewise.
12010 (__libc_memalign): Do not use __MALLOC_PMT in variable
12011 declaration.
12012 (__libc_valloc): Likewise.
12013 (__libc_pvalloc): Likewise.
12014 (__libc_calloc): Likewise.
12015 (__posix_memalign): Likewise.
12016
a9708fed
JM
12017 [BZ #14996]
12018 * math/s_casinh.c: Include <float.h>.
12019 (__casinh): Do not do computation with squaring and square root
12020 for large arguments.
12021 * math/s_casinhf.c: Include <float.h>.
12022 (__casinhf): Do not do computation with squaring and square root
12023 for large arguments.
12024 * math/s_casinhl.c: Include <float.h>.
12025 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
12026 (__casinhl): Do not do computation with squaring and square root
12027 for large arguments.
12028 * math/libm-test.inc (casin_test): Add more tests.
12029 (casinh_test): Likewise.
12030 * sysdeps/i386/fpu/libm-test-ulps: Update.
12031 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12032
afec409a
L
120332013-01-04 H.J. Lu <hongjiu.lu@intel.com>
12034
12035 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
12036 (__x86_64_raw_data_cache_size): Likewise.
12037 (__x86_64_data_cache_size_half): Likewise.
12038 (__x86_64_raw_data_cache_size_half): Likewise.
12039 (__x86_64_shared_cache_size): Likewise.
12040 (__x86_64_raw_shared_cache_size): Likewise.
12041 (__x86_64_shared_cache_size_half): Likewise.
12042 (__x86_64_raw_shared_cache_size_half): Likewise.
12043 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
12044 to ...
12045 (__x86_data_cache_size): This.
12046 (__x86_64_raw_data_cache_size): Renamed to ...
12047 (__x86_raw_data_cache_size): This.
12048 (__x86_64_data_cache_size_half): Renamed to ...
12049 (__x86_data_cache_size_half): This.
12050 (__x86_64_raw_data_cache_size_half): Renamed to ...
12051 (__x86_raw_data_cache_size_half): This.
12052 (__x86_64_shared_cache_size): Renamed to ...
12053 (__x86_shared_cache_size): This.
12054 (__x86_64_raw_shared_cache_size): Renamed to ...
12055 (__x86_raw_shared_cache_size): This.
12056 (__x86_64_shared_cache_size_half): Renamed to ...
12057 (__x86_shared_cache_size_half): This.
12058 (__x86_64_raw_shared_cache_size_half): Renamed to ...
12059 (__x86_raw_shared_cache_size_half): This.
12060 * sysdeps/x86_64/memcpy.S: Updated.
12061 * sysdeps/x86_64/memset.S: Likewise.
12062 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
12063 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
12064 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
12065
0b3986d0
DM
120662013-01-04 David S. Miller <davem@davemloft.net>
12067
12068 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12069
e47686e9
AS
120702013-01-04 Andreas Schwab <schwab@linux-m68k.org>
12071
d643bac1
AS
12072 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
12073 1 to avoid redefinition warning.
12074 (__USE_GNU): Don't define.
12075 (init_signaling_nan): Protoize.
12076
e47686e9
AS
12077 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12078
b18decba
SP
120792013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
12080
fffb407f
SP
12081 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
12082 * sysdeps/powerpc/powerpc32/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 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
12089 (__cpymn): Likewise.
12090 (norm): Remove commented code.
12091 (denorm): Likewise.
12092 (__mp_dbl): Likewise.
12093 (__inv): Likewise.
12094
b18decba
SP
12095 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
12096 mp_no value for 1.0 and 2.0.
12097 (norm): Use RADIXI instead of radixi.d.
12098 (denorm): Likewise.
12099 (__mul): Use 0.0 instead of zero.d.
12100 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
12101 mp_no value for 1.0 and 2.0.
12102 (norm): Use RADIXI instead of radixi.d.
12103 (denorm): Likewise.
12104 (__mul): Use 0.0 instead of zero.d.
12105
cdc1c96f
JM
121062013-01-04 Joseph Myers <joseph@codesourcery.com>
12107
12108 [BZ #14994]
12109 * math/s_casinh.c (__casinh): Reduce finite argument to first
12110 quadrant then set signs of results at the end.
12111 * math/s_casinhf.c (__casinhf): Likewise.
12112 * math/s_casinhl.c (__casinhl): Likewise.
12113 * math/libm-test.inc (casin_test): Add more tests.
12114 (casinh_test): Likewise.
12115 * sysdeps/i386/fpu/libm-test-ulps: Update.
12116 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12117
302913e1
SP
121182013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
12119
6420d207
SP
12120 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
12121
a9e48ab4
SP
12122 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
12123
b7837264
SP
12124 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
12125 declarations.
12126 (denorm): Likewise.
12127 (__mp_dbl): Likewise.
12128 (__inv): Likewise.
12129
f8af25d2
SP
12130 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
12131 and adjust the header comment.
12132
302913e1
SP
12133 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
12134 variable name from declaration.
12135
5d7dd1ca
L
121362013-01-03 H.J. Lu <hongjiu.lu@intel.com>
12137
12138 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12139 Initialize COMMON_CPUID_INDEX_7 element.
12140 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
12141 (CPUID_RTM): Likewise.
12142 (HAS_RTM): Likewise.
12143 (COMMON_CPUID_INDEX_7): New enum.
12144
2f5f40f4
AS
121452013-01-03 Andreas Schwab <schwab@linux-m68k.org>
12146
12147 [BZ #14981]
12148 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
12149 size is zero, record memory as freed.
12150
4056f4a0
AJ
121512013-01-03 Andreas Jaeger <aj@suse.de>
12152
12153 * po/ia.po: Add new Interlingua translation.
12154
ab15736f 121552012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
12156
12157 * locale/programs/localedef.c: Fix description of '--posix' flag.
12158
568035b7
JM
121592013-01-02 Joseph Myers <joseph@codesourcery.com>
12160
e6898b8d
JM
12161 * NEWS: Update dates in second copyright notice.
12162 * README: Update copyright dates in example.
12163 * manual/libc.texinfo: Update copyright dates.
12164 * scripts/test-installation.pl: Update copyright date in --version
12165 output.
12166
0e2f9562
JM
12167 * hurd/ctty-input.c: Fix copyright notice formatting.
12168 * hurd/ctty-output.c: Likewise.
12169 * hurd/dtable.c: Likewise.
12170 * hurd/hurd-raise.c: Likewise.
12171 * hurd/hurdprio.c: Likewise.
12172 * hurd/msgportdemux.c: Likewise.
12173 * misc/sys/file.h: Likewise.
12174 * misc/sys/ioctl.h: Likewise.
12175 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
12176 * sysdeps/mach/hurd/chdir.c: Likewise.
12177 * sysdeps/mach/hurd/fchdir.c: Likewise.
12178 * sysdeps/mach/hurd/rename.c: Likewise.
12179 * sysdeps/mach/hurd/rmdir.c: Likewise.
12180 * sysdeps/mach/hurd/seekdir.c: Likewise.
12181 * sysdeps/mach/hurd/setsid.c: Likewise.
12182 * sysdeps/posix/wait3.c: Likewise.
12183
568035b7
JM
12184 * All files with FSF copyright notices: Update copyright dates
12185 using scripts/update-copyrights.
12186 * intl/plural.c: Regenerated.
12187 * locale/programs/charmap-kw.h: Likewise.
12188 * locale/programs/locfile-kw.h: Likewise.
12189
da08f647
SP
121902013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
12191
0f5477af
SP
12192 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
12193 four values.
12194
44e0d4c2
SP
12195 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
12196 calculation loop and add branch prediction.
12197
4d55b4e5
SP
12198 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
12199 check access beyond bounds of m1np.
12200
da08f647
SP
12201 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
12202 MPTWO.
12203 (__inv): Remove local variable MPTWO to use the global
12204 constant.
12205 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
12206 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
12207 variable MPTWO.
12208 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
12209 MP3HALFS static const.
12210
8e051029
DM
122112013-01-01 David S. Miller <davem@davemloft.net>
12212
12213 * po/ca.po: Update from translation team.
12214
f4cf5f2d
JM
122152013-01-01 Joseph Myers <joseph@codesourcery.com>
12216
12217 * scripts/update-copyrights: New file.
12218 * Makeconfig: Reformat copyright notice.
12219 * ctype/ctype.h: Likewise.
12220 * debug/swprintf_chk.c: Likewise.
12221 * elf/dl-cache.c: Likewise.
12222 * elf/dl-debug.c: Likewise.
12223 * elf/dl-object.c: Likewise.
12224 * grp/initgroups.c: Likewise.
12225 * hurd/Makefile: Likewise.
12226 * hurd/hurd/signal.h: Likewise.
12227 * hurd/hurdfault.c: Likewise.
12228 * hurd/hurdioctl.c: Likewise.
12229 * hurd/hurdlookup.c: Likewise.
12230 * hurd/intr-msg.c: Likewise.
12231 * iconv/gconv_open.c: Likewise.
12232 * libio/swprintf.c: Likewise.
12233 * locale/lc-ctype.c: Likewise.
12234 * locale/nl_langinfo.c: Likewise.
12235 * mach/Machrules: Likewise.
12236 * mach/Makefile: Likewise.
12237 * malloc/obstack.h: Likewise.
12238 * manual/Makefile: Likewise.
12239 * manual/tsort.awk: Likewise.
12240 * misc/bits/stab.def: Likewise.
12241 * nis/nis_print_group_entry.c: Likewise.
12242 * nis/nis_table.c: Likewise.
12243 * nis/nss_compat/compat-pwd.c: Likewise.
12244 * nis/nss_compat/compat-spwd.c: Likewise.
12245 * po/Makefile: Likewise.
12246 * posix/fnmatch.c: Likewise.
12247 * posix/regex.h: Likewise.
12248 * resolv/Makefile: Likewise.
12249 * resolv/nss_dns/dns-network.c: Likewise.
12250 * resolv/res_hconf.c: Likewise.
12251 * scripts/gen-sorted.awk: Likewise.
12252 * soft-fp/soft-fp.h: Likewise.
12253 * stdio-common/printf.h: Likewise.
12254 * stdlib/monetary.h: Likewise.
12255 * stdlib/random.c: Likewise.
12256 * stdlib/random_r.c: Likewise.
12257 * sysdeps/generic/Makefile: Likewise.
12258 * sysdeps/gnu/Makefile: Likewise.
12259 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
12260 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
12261 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
12262 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
12263 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
12264 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
12265 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12266 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
12267 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
12268 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
12269 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
12270 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
12271 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
12272 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
12273 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
12274 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
12275 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
12276 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
12277 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
12278 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12279 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
12280 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
12281 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
12282 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
12283 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
12284 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
12285 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
12286 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
12287 * sysdeps/mach/hurd/errnos.awk: Likewise.
12288 * sysdeps/mach/hurd/fork.c: Likewise.
12289 * sysdeps/mach/hurd/getcwd.c: Likewise.
12290 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
12291 * sysdeps/mach/hurd/mmap.c: Likewise.
12292 * sysdeps/mach/hurd/utimes.c: Likewise.
12293 * sysdeps/mach/hurd/xmknod.c: Likewise.
12294 * sysdeps/posix/profil.c: Likewise.
12295 * sysdeps/posix/readdir_r.c: Likewise.
12296 * sysdeps/powerpc/bits/mathdef.h: Likewise.
12297 * sysdeps/powerpc/bits/setjmp.h: Likewise.
12298 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
12299 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
12300 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
12301 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
12302 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
12303 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12304 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
12305 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
12306 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
12307 * sysdeps/pthread/lio_listio.c: Likewise.
12308 * sysdeps/sparc/dl-procinfo.h: Likewise.
12309 * sysdeps/unix/i386/sysdep.S: Likewise.
12310 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
12311 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
12312 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
12313 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
12314 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
12315 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
12316 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
12317 * sysdeps/unix/sysv/linux/speed.c: Likewise.
12318 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
12319 * sysdeps/wordsize-32/divdi3.c: Likewise.
12320 * time/sys/time.h: Likewise.
12321 * wcsmbs/Makefile: Likewise.
12322
0549fbba
DM
123232013-01-01 David S. Miller <davem@davemloft.net>
12324
a141f1a7
DM
12325 * po/fr.po: Update from translation team.
12326
0549fbba
DM
12327 * catgets/gencat.c: Update copyright year.
12328 * csu/version.c: Likewise.
12329 * debug/catchsegv.sh: Likewise.
12330 * debug/pcprofiledump.c: Likewise.
12331 * debug/xtrace.sh: Likewise.
12332 * elf/ldconfig.c: Likewise.
12333 * elf/ldd.bash.in: Likewise.
12334 * elf/pldd.c: Likewise.
12335 * elf/sotruss.ksh: Likewise.
12336 * elf/sprof.c: Likewise.
12337 * iconv/iconv_prog.c: Likewise.
12338 * iconv/iconvconfig.c: Likewise.
12339 * locale/programs/locale.c: Likewise.
12340 * locale/programs/localedef.c: Likewise.
12341 * login/programs/pt_chown.c: Likewise.
12342 * malloc/memusage.sh: Likewise.
12343 * malloc/memusagestat.c: Likewise.
12344 * malloc/mtrace.pl: Likewise.
12345 * nscd/nscd.c: Likewise.
12346 * nss/getent.c: Likewise.
12347 * nss/makedb.c: Likewise.
12348 * posix/getconf.c: Likewise.
12349
18ea052c
SP
123502012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
12351
12352 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
12353 numbers.
12354
9c89fca6
MF
123552012-12-30 Mike Frysinger <vapier@gentoo.org>
12356
12357 * math/bits/mathcalls.h (modf): Use __nonnull.
12358
085ec079
SP
123592012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
12360
12361 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
12362 (split): Use macro CN instead of the bare value.
12363 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
12364 could be used.
12365 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
12366 instead of the bare value.
12367 (power1): Likewise.
12368
6d9f97e1
SP
123692012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
12370
d63f73be
SP
12371 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
12372 __ATAN_TWOM.
12373 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
12374
6d9f97e1
SP
12375 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
12376 their values.
12377 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
12378 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
12379 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
12380 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
12381
4c4febf5
AJ
123822012-12-28 Andreas Jaeger <aj@suse.de>
12383
af5843ef
AJ
12384 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
12385 values are from Linux 3.7.
12386
4c4febf5
AJ
12387 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
12388 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
12389
99136f82
SP
123902012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
12391
2f216c3c 12392 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
12393 TRUE case.
12394
99136f82
SP
12395 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
12396 (norm): Likewise.
12397 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
12398 variables with preprocessor constants.
12399 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
12400 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
12401 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
12402
7fffbdff
BH
124032012-12-27 Bruno Haible <bruno@clisp.org>
12404
12405 [BZ #14317]
12406 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
12407 only if needed.
12408
b76eb5f0
SP
124092012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12410
31a7fe5c
SP
12411 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
12412 and use variable directly.
12413 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
12414
b76eb5f0
SP
12415 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
12416 MPONE.
12417 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
12418 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
12419 variable MPONE.
12420 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
12421 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
12422 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
12423 include directive. Remove local variable MPONE.
12424 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
12425 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
12426 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
12427
2c8bfe7d
DM
124282012-12-25 David S. Miller <davem@davemloft.net>
12429
12430 * version.h (RELEASE): Set to "development".
12431 (VERSION): Set to "2.17.90".
12432 * NEWS: Add 2.18 section.
12433
147d03b0
DM
124342012-12-21 David S. Miller <davem@davemloft.net>
12435
12436 * po/hr.po: Update from translation team.
12437
a8ebb2b9
AK
124382012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12439
12440 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
12441
95b4f1b6
SE
124422012-12-19 Steve Ellcey <sellcey@mips.com>
12443
b2d94007 12444 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 12445
cedb2a90
MS
124462012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
12447
12448 * manual/contrib.texi (Contributors): Spelling correction.
12449
bbf527d6
DM
124502012-12-15 David S. Miller <davem@davemloft.net>
12451
12452 * po/ru.po: Update from translation team.
12453
bc38c906
DM
124542012-12-13 David S. Miller <davem@davemloft.net>
12455
85429b1a
DM
12456 * NEWS: Mention IFUNC testsuite enhancements.
12457
d283e353
DM
12458 * po/pl.po: Update from translation team.
12459 * po/bg.po: Likewise.
12460
bc38c906
DM
12461 * manual/contrib.texi (Contributors): Update entries for Hongjiu
12462 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
12463
a181b0d7
DM
124642012-12-11 David S. Miller <davem@davemloft.net>
12465
4641d57e
DM
12466 * po/sv.po: Update from translation team.
12467
f7bc6495
DM
12468 * po/vi.po: Update from translation team.
12469
6fc9048f
DM
12470 * po/cs.po: Update from translation team.
12471
a181b0d7
DM
12472 * po/de.po: Update from translation team.
12473 * po/eo.po: Likewise.
12474 * po/nl.po: Likewise.
12475
f70bfe80
SP
124762012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
12477
3c8b4190
SP
12478 [BZ #14246]
12479 * manual/argp.texi (Argp Helper Functions): Move node to follow
12480 Argp Parsing State.
12481
f70bfe80
SP
12482 [BZ #14872]
12483 * manual/conf.texi (Limits on File System Capacity): Mention if
12484 terminating null is included in the max size.
12485
188f0adf
AJ
124862012-12-10 Andreas Jaeger <aj@suse.de>
12487
12488 * po/cs.po: Update from translation team.
12489
56e7d3ad
SP
124902012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
12491
12492 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
12493 void pointer and cast to uintptr_t.
12494 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
12495 path.
12496 * sysdeps/s390/s390-64/memcpy.S: Likewise.
12497 * sysdeps/s390/s390-64/memset.S: Likewise.
12498
76f2d2ea 124992012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
12500
12501 [BZ #14833]
12502 * menual/message.texi (Message Translation): Fix typos.
12503 (Helper programs for gettext): Likewise.
12504
67cbf9a2
AS
125052012-12-07 Andreas Schwab <schwab@linux-m68k.org>
12506
12507 [BZ #14898]
12508 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
12509 Change to -1.
12510
682d0e9a
DM
125112012-12-07 David S. Miller <davem@davemloft.net>
12512
12513 * po/libc.pot: Update.
12514
573cd484
RH
125152012-12-07 Richard Henderson <rth@redhat.com>
12516
7e9da188 12517 [BZ #10114]
573cd484
RH
12518 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
12519 normal/normal case to before the switch.
12520 (_FP_DIV): Likewise.
12521
e933a943
MF
125222012-12-06 Carlos O'Donell <carlos@systemhalted.org>
12523 Mike Frysinger <vapier@gentoo.org>
12524
12525 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
12526 check for __NR_fadvise64_64.
12527
82123268
CM
125282012-12-06 Chris Metcalf <cmetcalf@tilera.com>
12529
12530 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
12531 0, not just to plain "0" as a statement.
12532 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
12533 with cw.
12534
d9814526
JM
125352012-12-06 Joseph Myers <joseph@codesourcery.com>
12536
12537 * NEWS: Use sourceware.org in Bugzilla URL.
12538
7728c574
SP
125392012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
12540
f16946dd
SP
12541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
12542 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
12543
5704bbcb
SP
12544 * stdio-common/tst-put-error.c (do_test): Add newline to the
12545 padded test to ensure flush.
12546
17aa0516
JL
125472012-12-05 Jeff Law <law@redhat.com>
12548
12549 * sunrpc/etc.rpc (fedfs_admin): Add entry.
12550
363313b5
JM
125512012-12-05 Joseph Myers <joseph@codesourcery.com>
12552
effbd42a
JM
12553 * README: Don't refer to ports add-on as distributed separately.
12554 Mention AArch64 in list of systems supported in the ports add-on.
12555
87600365
JM
12556 * LICENSES: Add more non-FSF copyright and license notices.
12557
a0d7066a
JM
12558 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
12559 ((unused)).
12560
66ca5a5b
JM
12561 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
12562
363313b5
JM
12563 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
12564 10000 as width of padded output.
12565
b37984ad
JM
125662012-12-04 Joseph Myers <joseph@codesourcery.com>
12567
9003570a
JM
12568 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
12569
b37984ad
JM
12570 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
12571 variable LX with __attribute__ ((unused)).
12572 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
12573 Likewise.
12574 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
12575 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12576 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
12577 with __attribute__ ((unused)).
12578
c8df52ec
DM
125792012-12-04 David S. Miller <davem@abraco.davemloft.net>
12580
12581 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
12582
b3b099af
JM
125832012-12-04 Joseph Myers <joseph@codesourcery.com>
12584
c33aa6e3
JM
12585 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
12586 (CFLAGS-nldbl-acos.c): New variable.
12587 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
12588 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
12589 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
12590 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
12591 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
12592 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
12593 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
12594 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
12595 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
12596 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
12597 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
12598 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
12599 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
12600 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
12601 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
12602 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
12603 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
12604 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
12605 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
12606 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
12607 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
12608 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
12609 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
12610 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
12611 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
12612 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
12613 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
12614 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
12615 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
12616 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
12617 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
12618 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
12619 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
12620 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
12621 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
12622 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
12623 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
12624 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
12625 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
12626 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
12627 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
12628 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
12629 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
12630 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
12631 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
12632 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
12633 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
12634 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
12635 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
12636 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
12637 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
12638 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
12639 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
12640 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
12641 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
12642 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
12643 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
12644 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
12645 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
12646 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
12647 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
12648 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
12649 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
12650 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
12651 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
12652 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
12653 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
12654 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
12655 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
12656 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
12657 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
12658 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
12659 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
12660 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
12661 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
12662 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
12663 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
12664 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
12665 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
12666 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
12667 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
12668 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
12669 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
12670 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
12671 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
12672 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
12673 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
12674 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
12675 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
12676 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
12677 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
12678 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
12679 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
12680 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
12681 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
12682 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
12683 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
12684
20f0018d
JM
12685 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
12686 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
12687
b3b099af
JM
12688 [BZ #14914]
12689 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
12690 whole low double instead of just low 47 bits when splitting values
12691 into two parts.
12692
029264d1
AM
126932012-12-03 Allan McRae <allan@archlinux.org>
12694
12695 * manual/stdio.texi (Predefined Printf Handlers): Remove
12696 @hsep and @vsep usage.
12697
c9d6789e
MF
126982012-12-03 Mike Frysinger <vapier@gentoo.org>
12699
12700 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
12701 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
12702
4b7634a5
JL
127032012-12-03 Jeff Law <law@redhat.com>
12704
12705 * time/sys/time.h (settimeofday): Do not mark TV argument
12706 as __nonnull.
12707
eb6cbd24
MF
127082012-12-01 Mike Frysinger <vapier@gentoo.org>
12709
12710 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
12711 when currently writing and seek to current position when not.
12712 * libio/Makefile (tests): Remove bug-fclose1.
12713 * libio/bug-fclose1.c: Delete.
12714
f638872a
JM
127152012-12-01 Joseph Myers <joseph@codesourcery.com>
12716
12717 * manual/arith.texi (feenableexcept): Fix typo.
12718 (fedisableexcept): Likewise.
12719
48085d14
RM
127202012-11-30 Roland McGrath <roland@hack.frob.com>
12721
12722 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
12723 second, differently-typed declaration, rather than a cast.
12724
1a538b9f
SP
127252012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
12726
12727 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
12728 * include/rpc/svc.h: ... here.
12729
d07f2ff1 127302012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
12731
12732 [BZ #13013]
12733 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
12734 depending n and resplen2 to catch cases where answer
12735 equals answerp2.
12736
c93ec1f0
CD
127372012-11-29 Carlos O'Donell <carlos@systemhalted.org>
12738
12739 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
12740 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
12741
37db69de
MF
127422012-11-29 Mike Frysinger <vapier@gentoo.org>
12743
12744 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
12745
e10c4e4f
RM
127462012-11-29 Roland McGrath <roland@hack.frob.com>
12747
12748 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
12749
2af1b328
JL
127502012-11-28 Jeff Law <law@redhat.com>
12751
12752 [BZ #13761]
12753 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
12754 dataset_temporary. Track alloca usage into alloca_used.
12755 If dataset is large allocate and release it via malloc/free.
12756
111db5b1
FW
127572012-06-04 Florian Weimer <fweimer@redhat.com>
12758
f06cc227 12759 [BZ #14197]
111db5b1
FW
12760 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
12761
dd694abd
DM
127622012-11-28 David S. Miller <davem@davemloft.net>
12763
12764 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12765
9984dd01
JM
127662012-11-28 Joseph Myers <joseph@codesourcery.com>
12767
12768 [BZ #14803]
12769 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
12770 of pi/2 rounded to nearest to 64 bits.
12771 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
12772 nearest to 64 bits.
12773 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
12774 bits.
12775
14bc93a9
JL
127762012-11-28 Jeff Law <law@redhat.com>
12777 Martin Osvald <mosvald@redhat.com>
12778
12779 [BZ #14889]
12780 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
12781 * sunrpc/svc.c: Include time.h.
12782 (__svc_accept_failed): New function.
12783 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
12784 any reason other than EINTR, call __svc_accept_failed.
12785 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
12786 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
12787
e3c6aa3a
AS
127882012-11-28 Andreas Schwab <schwab@suse.de>
12789
12790 * scripts/abilist.awk: Also handle indirect functions in .opd
12791 section.
12792
1bead169
JM
127932012-11-28 Joseph Myers <joseph@codesourcery.com>
12794
12795 [BZ #13881]
12796 * sysdeps/x86/fpu/powl_helper.c: New file.
12797 * sysdeps/x86/fpu/Makefile: Likewise.
12798 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
12799 (p3): New object.
12800 (__ieee754_powl): Use __powl_helper for finite arguments except
12801 integer exponents below 8.
12802 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
12803 (p3): New object.
12804 (__ieee754_powl): Use __powl_helper for finite arguments except
12805 integer exponents below 8.
12806 * math/libm-test.inc (pow_test): Add more tests and enable some
12807 previously disabled tests.
12808 * sysdeps/i386/fpu/libm-test-ulps: Update.
12809 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12810
0817d63d
SP
128112012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
12812 Carlos O'Donell <carlos_odonell@mentor.com>
12813
12814 * nss/makedb.c (is_prime): Assert that input is odd and greater
12815 than 4. Note that fact in a comment too.
12816 (next_prime): Add 4 to input.
12817
de2fd463
SP
128182012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12819
12820 [BZ #11741]
12821 * libio/Makefile (tests): Add test case tst-fwrite-error.
12822 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
12823 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
12824 * libio/tst-fwrite-error.c: New test case.
12825
c515fb51
L
128262012-11-26 H.J. Lu <hongjiu.lu@intel.com>
12827
12828 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
12829 before casting to void *.
12830 * include/libc-internal.h (__pointer_type): New macro.
12831 (__integer_if_pointer_type_sub): Likewise.
12832 (__integer_if_pointer_type): Likewise.
12833 (cast_to_integer): Likewise.
12834 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
12835 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
12836 before casting to atomic64_t.
12837 (atomic_exchange_acq): Likewise.
12838 (__arch_exchange_and_add_body): Likewise.
12839 (__arch_add_body): Likewise.
12840 (atomic_add_negative): Likewise.
12841 (atomic_add_zero): Likewise.
12842
4cf77aa9
JM
128432012-11-26 Joseph Myers <joseph@codesourcery.com>
12844
12845 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
12846 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
12847 (add_fdes): Likewise.
12848 (linear_search_fdes): Likewise.
12849 (binary_search_unencoded_fdes): Likewise.
12850
d260b3b4
AS
128512012-11-26 Andreas Schwab <schwab@linux-m68k.org>
12852
12853 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
12854
67060746
AC
128552012-11-24 Adam Conrad <adconrad@0c3.net>
12856
12857 * configure.in: Autodetect C++ header directories.
12858 * configure: Regenerated.
12859
800938a1
MF
128602012-11-23 Mike Frysinger <vapier@gentoo.org>
12861
12862 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
12863
4e6e34e6
AS
128642012-11-23 Andreas Schwab <schwab@linux-m68k.org>
12865
12866 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12867
7c7feb47
JM
128682012-11-22 Joseph Myers <joseph@codesourcery.com>
12869
7184dcdf
JM
12870 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
12871 LDBL_MANT_DIG == 106]: Disable some tests.
12872 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
12873 Likewise.
12874 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
12875 Likewise.
12876
0a42601f
JM
12877 [BZ #14871]
12878 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
12879 input for small inputs. Return +/- pi/2 for large inputs.
12880 * math/libm-test.inc (atan_test): Add more tests.
12881
79c9b9fe
JM
12882 * sysdeps/generic/unwind-dw2-fde-glibc.c
12883 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
12884 __attribute__ ((unused)).
12885
c60d3bf2
JM
12886 [BZ #14645]
12887 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
12888 x * y if x and y are nonzero and z is zero.
12889
ef1e0867
JM
12890 [BZ #14811]
12891 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
12892 nonzero exponents with absolute value below 0x1p-117 to +/-
12893 0x1p-117.
12894
1468ded3
JM
12895 [BZ #14869]
12896 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
12897 up arguments below 2**-450, not just those below 2**-500.
12898 * math/libm-test.inc (hypot_test): Add another test.
12899
8e27e3cc
JM
12900 [BZ #14868]
12901 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
12902 Return a+b for ratio over 2**120, not 2**60.
12903 * math/libm-test.inc (hypot_test): Add another test.
12904
c9c0279b
JM
12905 * math/libm-test.inc (clog_test): Use
12906 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
12907 (clog10_test): Likewise.
12908
7c7feb47
JM
12909 [BZ #6778]
12910 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
12911
fff1530e
AS
129122012-11-22 Andreas Schwab <schwab@suse.de>
12913
12914 * sysdeps/i386/fpu/libm-test-ulps: Update.
12915
94558d30
PT
129162012-11-22 Pino Toscano <toscano.pino@tiscali.it>
12917
12918 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
12919 printf output with newline.
12920
7e1be741
L
129212012-11-21 H.J. Lu <hongjiu.lu@intel.com>
12922
6bfea974
L
12923 [BZ #14865]
12924 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
12925 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
12926 -z nodlopen, -z initfirst and -z execstack support.
12927 * configure: Regenerated.
12928
7e1be741
L
12929 * elf/elf.h (DF_1_NODIRECT): New macro.
12930 (DF_1_IGNMULDEF): Likewise.
12931 (DF_1_NOKSYMS): Likewise.
12932 (DF_1_NOHDR): Likewise.
12933 (DF_1_EDITED): Likewise.
12934 (DF_1_NORELOC): Likewise.
12935 (DF_1_SYMINTPOSE): Likewise.
12936 (DF_1_GLOBAUDIT): Likewise.
12937 (DF_1_SINGLETON): Likewise.
12938 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
12939 DT_1_SUPPORTED_MASK bits.
12940 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
12941
105ce2ce
CD
129422012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
12943
12944 * sysdeps/unix/make-syscalls.sh: Document prefixes.
12945
123be9de
TS
129462012-11-20 Thomas Schwinge <thomas@codesourcery.com>
12947
d072f3f7
TS
12948 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
12949 macro.
12950
123be9de
TS
12951 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
12952 (sendmmsg): Move declarations...
12953 * socket/sys/socket.h: ... here.
12954 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
12955 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
12956 include it from...
12957 * socket/recvmmsg.c: ... this new file.
12958 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
12959 (sendmmsg): Rename to __sendmmsg, create weak alias and make
12960 definition of __sendmmsg hidden.
12961 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
12962 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
12963 Move ENOSYS stub into and include it from...
12964 * socket/sendmmsg.c: ... this new file.
12965 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
12966 (sysdep_routines): Move recvmmsg and sendmmsg...
12967 * socket/Makefile (routines): ... here.
12968 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
12969 (GLIBC_PRIVATE): Add __sendmmsg.
12970 * include/sys/socket.h (__sendmmsg): Add declarations.
12971 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
12972 sendmmsg.
12973
cf9a5d18
JM
129742012-11-20 Joseph Myers <joseph@codesourcery.com>
12975
12976 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
12977 variable I1 with __attribute__ ((unused)).
12978 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
12979
ecd4caf9
JM
129802012-11-19 Joseph Myers <joseph@codesourcery.com>
12981
be14d48f
JM
12982 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
12983 DUMMY variables with __attribute__ ((unused)).
12984
ecd4caf9
JM
12985 * bits/byteswap.h: Include <bits/types.h>.
12986 (__bswap_64): Use __uint64_t instead of unsigned long long int.
12987
986cab95
PT
129882012-11-19 Pino Toscano <toscano.pino@tiscali.it>
12989
12990 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
12991 string_t. Do not manually set errno.
12992 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
12993 length with __strnlen. Make sure to both set errno and return it on
12994 failure.
12995
6d33cc9d
DM
129962012-11-19 David S. Miller <davem@davemloft.net>
12997
12998 With help from Joseph Myers.
12999 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
13000 very large arguments properly.
13001 * math/libm-test.inc (atan_test): New tests.
13002 (atan2_test): New tests.
13003 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13004 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13005
ee663277
JM
130062012-11-19 Joseph Myers <joseph@codesourcery.com>
13007
877f2d8e
JM
13008 [BZ #14856]
13009 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
13010 Define to 3.
13011
116fc08a
JM
13012 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
13013 [POSIX] (EADDRNOTAVAIL): Likewise.
13014 [POSIX] (EAFNOSUPPORT): Likewise.
13015 [POSIX] (EALREADY): Likewise.
13016 [POSIX] (ECONNABORTED): Likewise.
13017 [POSIX] (ECONNREFUSED): Likewise.
13018 [POSIX] (ECONNRESET): Likewise.
13019 [POSIX] (EDESTADDRREQ): Likewise.
13020 [POSIX] (EDQUOT): Likewise.
13021 [POSIX] (EHOSTUNREACH): Likewise.
13022 [POSIX] (EIDRM): Likewise.
13023 [POSIX] (EISCONN): Likewise.
13024 [POSIX] (ELOOP): Likewise.
13025 [POSIX] (EMULTIHOP): Likewise.
13026 [POSIX] (ENETDOWN): Likewise.
13027 [POSIX] (ENETUNREACH): Likewise.
13028 [POSIX] (ENOBUFS): Likewise.
13029 [POSIX] (ENODATA): Likewise.
13030 [POSIX] (ENOLINK): Likewise.
13031 [POSIX] (ENOMSG): Likewise.
13032 [POSIX] (ENOPROTOOPT): Likewise.
13033 [POSIX] (ENOSR): Likewise.
13034 [POSIX] (ENOSTR): Likewise.
13035 [POSIX] (ENOTCONN): Likewise.
13036 [POSIX] (ENOTSOCK): Likewise.
13037 [POSIX] (EOPNOTSUPP): Likewise.
13038 [POSIX] (EOVERFLOW): Likewise.
13039 [POSIX] (EPROTO): Likewise.
13040 [POSIX] (EPROTONOSUPPORT): Likewise.
13041 [POSIX] (EPROTOTYPE): Likewise.
13042 [POSIX] (ESTALE): Likewise.
13043 [POSIX] (ETIME): Likewise.
13044 [POSIX] (ETXTBSY): Likewise.
13045 [POSIX] (EWOULDBLOCK): Likewise.
13046 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
13047 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
13048 [POSIX] (SEEK_CUR): Likewise.
13049 [POSIX] (SEEK_END): Likewise.
13050 [POSIX || UNIX98] (mode_t): Do not require.
13051 [POSIX] (off_t): Likewise.
13052 [POSIX] (pid_t): Likewise.
13053 [POSIX] (sys/stat.h): Do not allow header.
13054 [POSIX] (unistd.h): Likewise.
13055 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
13056 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
13057 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
13058 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
13059 require.
13060 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
13061 sigevent): Specify elements.
13062 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
13063 entry.
13064 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
13065 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
13066
a483863f
JM
13067 * conform/data/cpio.h-data [POSIX]: Disable whole file.
13068 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
13069 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
13070 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
13071 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
13072 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
13073 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
13074 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
13075 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
13076 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
13077 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
13078 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
13079 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
13080 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
13081 Likewise.
13082 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
13083 Likewise.
13084 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
13085 Likewise.
13086 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
13087 Likewise.
13088 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
13089 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
13090 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
13091 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
13092 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
13093 Specify lower bound on value.
13094 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
13095 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
13096 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
13097 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
13098 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
13099 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
13100 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
13101 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
13102 value.
13103 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
13104 as optional.
13105 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
13106 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
13107 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
13108 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
13109 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
13110 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
13111 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
13112 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
13113 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
13114 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
13115 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
13116 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
13117 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
13118 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
13119 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
13120 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
13121 entry.
13122 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
13123 optional.
13124 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
13125 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
13126 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
13127 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
13128 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
13129 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
13130 Likewise.
13131 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
13132 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
13133 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
13134 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
13135 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
13136 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
13137 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
13138 as optional.
13139 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
13140 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
13141 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
13142 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
13143 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
13144 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
13145 specify as optional.
13146 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
13147 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
13148 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
13149 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
13150 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
13151 [XPG3] (NL_LANGMAX): Likewise.
13152 [POSIX || XPG3] (NL_MSGMAX): Likewise.
13153 [POSIX || XPG3] (NL_NMAX): Likewise.
13154 [POSIX || XPG3] (NL_SETMAX): Likewise.
13155 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
13156 [XPG3] (NZERO): Likewise.
13157 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
13158 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
13159 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
13160 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
13161 (REG_ERANGE): Expect.
13162 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
13163 optional-constant.
13164 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
13165 Use (void) in prototype.
13166 [POSIX] (*_t): Allow.
13167 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
13168 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
13169 (WRDE_BADVAL): Expect.
13170
5ba924e3
JM
13171 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
13172 expect.
13173 [XPG3 || XPG4] (O_RSYNC): Likewise.
13174 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
13175 Likewise.
13176 [XPG3 || XPG4] (pthread_sigmask): Likewise.
13177 [XPG3 || XPG4] (sigqueue): Likewise.
13178 [XPG3 || XPG4] (sigtimedwait): Likewise.
13179 [XPG3 || XPG4] (sigwaitinfo): Likewise.
13180 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
13181 [XPG3 || XPG4] (vsnprintf): Likewise.
13182 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
13183 Likewise.
13184 [XPG3 || XPG4] (blksize_t): Likewise.
13185 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
13186 Likewise.
13187 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
13188 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13189 [XPG3 || XPG4] (struct itimerspec): Likewise.
13190 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
13191 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
13192 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
13193 [XPG3 || XPG4] (clockid_t): Likewise.
13194 [XPG3 || XPG4] (timer_t): Likewise.
13195 [XPG3 || XPG4] (clock_getres): Likewise.
13196 [XPG3 || XPG4] (clock_gettime): Likewise.
13197 [XPG3 || XPG4] (clock_settime): Likewise.
13198 [XPG3 || XPG4] (nanosleep): Likewise.
13199 [XPG3 || XPG4] (timer_create): Likewise.
13200 [XPG3 || XPG4] (timer_delete): Likewise.
13201 [XPG3 || XPG4] (timer_gettime): Likewise.
13202 [XPG3 || XPG4] (timer_getoverrun): Likewise.
13203 [XPG3 || XPG4] (timer_settime): Likewise.
13204 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
13205 [XPG3 || XPG4] (getlogin_r): Likewise.
13206 [XPG3 || XPG4] (pread): Likewise.
13207 [XPG3 || XPG4] (pthread_atfork): Likewise.
13208 [XPG3 || XPG4] (pwrite): Likewise.
13209
ee663277
JM
13210 [BZ #14835]
13211 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
13212 <bits/siginfo.h>.
13213
942caa16
PT
132142012-11-19 Pino Toscano <toscano.pino@tiscali.it>
13215
e19af380
PT
13216 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
13217 finalizing MALLSTREAM.
13218
942caa16
PT
13219 * sysdeps/mach/hurd/syncfs.c: New file.
13220
cfde9b46
SP
132212012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
13222
13223 [BZ #14719]
13224 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
13225 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
13226 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
13227 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
13228 (_nss_dns_gethostbyname4_r): Likewise.
13229 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
13230 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
13231
f6da27e5
PH
132322012-11-19 Peng Haitao <penght@cn.fujitsu.com>
13233
13234 [BZ #13763]
13235 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
13236
6665d4a2
SM
132372012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
13238
1f51ee92
SM
13239 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
13240 * elf/cache.c (print_entry): Print ",AArch64" for
13241 FLAG_AARCH64_LIB64
13242
6665d4a2
SM
13243 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
13244 * elf/cache.c (print_entry): Print ",hard-float" for
13245 FLAG_ARM_LIBHF.
13246
05b227bd
DM
132472012-11-18 David S. Miller <davem@davemloft.net>
13248
13249 With help from Joseph Myers.
13250 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
13251 cutoff to 2**-13.
13252 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
13253 cutoff to 2**-25.
13254 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
13255 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
13256 small.
13257 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
13258 * math/libm-test.inc (y0_test): New tests.
13259 (y1_test): New tests.
13260 * sysdeps/i386/fpu/libm-test-ulps: Update.
13261 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13262 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13263
786b0b67
AS
132642012-11-18 Andreas Schwab <schwab@linux-m68k.org>
13265
13266 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
13267 64-bit targets.
13268 * configure: Regenerated.
13269
8e18b86d
DM
132702012-11-17 David S. Miller <davem@davemloft.net>
13271
13272 [BZ #14811]
13273 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
13274 nonzero exponents with absolute value below 0x1p-128 to +/-
13275 0x1p-128.
13276
531f1ae0
JM
132772012-11-17 Joseph Myers <joseph@codesourcery.com>
13278
12df29e2
JM
13279 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
13280
150dc1a0
JM
13281 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
13282
531f1ae0
JM
13283 * posix/getconf-speclist.c: New file.
13284 * posix/posix-envs.def: Likewise.
13285 * posix/confstr.c (START_ENV_GROUP): New macro.
13286 (END_ENV_GROUP): Likewise.
13287 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
13288 (KNOWN_PRESENT_ENV_STRING): Likewise.
13289 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
13290 (UNKNOWN_ENVIRONMENT): Likewise.
13291 (confstr): Include posix-envs.def instead of handling
13292 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
13293 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
13294 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
13295 (END_ENV_GROUP): Likewise.
13296 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
13297 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
13298 (UNKNOWN_ENVIRONMENT): Likewise.
13299 (__sysconf): Include posix-envs.def instead of handling associated
13300 cases directly here.
13301 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
13302 preprocessing getconf-speclist.c rather than running getconf or
13303 generating empty file.
13304
a93f9cbc
PT
133052012-11-16 Pino Toscano <toscano.pino@tiscali.it>
13306
13307 * scripts/check-local-headers.sh: Ignore 'mach' headers.
13308
d64d9f87
AL
133092012-11-16 Andrej Lajovic <natrij@gmail.com>
13310
13311 [BZ #14672]
13312 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
13313
447885eb
DM
133142012-11-16 David S. Miller <davem@davemloft.net>
13315
13316 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
13317 smaller than LDBL_EPSILON/2.0L, just return xm1.
13318
bcbf9830
L
133192012-11-16 H.J. Lu <hongjiu.lu@intel.com>
13320
13321 * elf/tst-array1.c (init): Set constructor priority to 1000.
13322 (fini): Set destructor priority to 1000.
13323 * elf/tst-array2dep.c: Likewise.
13324
2b766585
SP
133252012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
13326
13327 [BZ #11741]
13328 * libio/fileops.c (_IO_new_file_write): Correctly return error.
13329 (_IO_new_file_xsputn): Also return EOF if none of the input
13330 data was written when overflow failed.
13331 * libio/iopadn.c (_IO_padn): Likewise.
13332 * libio/iowpadn.c (_IO_wpadn): Likewise.
13333 * stdio-common/tst-put-error.c: Add copyright notice.
13334 (do_test): Add case for printing padded string.
13335 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
13336 _IO_padn returned error.
13337 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
13338 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
13339 return EOF.
13340
b1848fde
SP
133412012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
13342
13343 * libio/libioP.h: Add comment note that the references to C++
13344 bits are now obsolete.
13345
2fd89785
MS
133462012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13347
13348 * math/libm-test.inc (check_complex): Use asprintf.
13349
e3ea5409
JM
133502012-11-14 Joseph Myers <joseph@codesourcery.com>
13351
13352 * debug/pcprofiledump.c (print_version): Update copyright year.
13353 * malloc/memusagestat.c (print_version): Likewise.
13354
2e64d265
L
133552012-11-14 H.J. Lu <hongjiu.lu@intel.com>
13356
13357 [BZ #14831]
13358 * elf/Makefile (tests): Add tst-audit8.
13359 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
13360 ($(objpfx)tst-audit8.out): New target.
13361 (tst-audit8-ENV): New variable.
13362 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
13363 audit if l_reloc_result is NULL.
13364 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
13365 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
13366 * elf/tst-audit8.c: New file.
13367
c485e4d2
MS
133682012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13369
13370 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
13371 * misc/Makefile (CFLAGS-select.c): Define.
13372 * posix/Makefile (CFLAGS-pause.c): Define.
13373
3a0d900a
DM
133742012-11-13 David S. Miller <davem@davemloft.net>
13375
13376 * crypt/Makefile: Move test targets after toplevel Rules
13377 inclusion. Grab any necessary sysdep routines when linking.
13378 * crypt/md5.c (md5_process_block): Remove define, we will always
13379 name it __md5_process_block.
13380 (md5_finish_ctx): Update md5_process_block call.
13381 (md5_stream): Likewise.
13382 (md5_process_bytes): Likewise.
13383 (md5_process_block): Rename to __md5_process_block and move to ...
13384 * crypt/md5-block.c: ... here.
13385 * crypt/sha256.c (sha256_process_block): Move to ...
13386 * crypt/sha256-block.c: ... here.
13387 * crypt/sha512.c (sha512_process_block): Move to ...
13388 * crypt/sha512-block.c: ... here.
13389 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
13390 path.
13391 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
13392 * sysdeps/sparc/sparc64/multiarch/Makefile
13393 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
13394 crypt subdir.
13395 (localedef-aux): Add md5 crypto assembler when in locale subdir.
13396 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
13397 multiarch changes.
13398 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
13399 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
13400 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
13401 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
13402 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
13403 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
13404 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
13405 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
13406 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
13407 file.
13408 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
13409 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
13410 file.
13411 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
13412
8ca89318
JM
134132012-11-13 Joseph Myers <joseph@codesourcery.com>
13414
e27d476a
JM
13415 * timezone/tzselect.ksh: Update from tzcode git revision
13416 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
13417 * timezone/zdump.c: Likewise.
13418 * timezone/zic.c: Likewise.
13419 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
13420 in TZVERSION setting, not $(PKGVERSION).
13421 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
13422 REPORT_BUGS_TO settings.
13423
8ca89318
JM
13424 [BZ #14838]
13425 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
13426 macro.
13427
47594329
MS
134282012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13429
13430 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
13431 detection to immediately after _FP_ROUND().
13432 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
13433 bits are 0.
13434
640ac3f1
DM
134352012-11-11 David S. Miller <davem@davemloft.net>
13436
13437 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
13438 inttypes.h
13439 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
13440 __close rather than their public counterparts.
13441
3d2577bb
JM
134422012-11-10 Joseph Myers <joseph@codesourcery.com>
13443
13444 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
13445 file.
13446 [UNIX98] (sem_timedwait): Do not expect.
13447 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
13448 [XPG4 || UNIX98] (sockatmark): Do not expect.
13449 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
13450 (clock_getcpuclockid): Do not expect.
13451 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
13452 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
13453 Do not expect.
13454 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
13455 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
13456 [UNIX98] (vwscanf): Likewise.
13457 [UNIX98] (vswscanf): Likewise.
13458
fb1ae1ee
JM
134592012-11-09 Joseph Myers <joseph@codesourcery.com>
13460
9ec6f8bd
JM
13461 * timezone/version.h: Remove file.
13462 * timezone/README: Do not refer to version.h.
13463 * timezone/Makefile ($(objpfx)zic.o): New dependency on
13464 $(objpfx)version.h.
13465 ($(objpfx)zdump.o): Likewise.
c3f81911 13466 ($(objpfx)version.h): New target.
9ec6f8bd 13467
0aa8f8a1
JM
13468 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
13469 2012i.
13470 * timezone/README: Don't mention modification to tzselect.ksh.
13471 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
13472 work on unmodified tzselect.ksh. Substitute version numbers in
13473 tzselect.ksh.
13474
4e87147f
JM
13475 * Makefile (format-me): Remove.
13476 (INSTALL): Adjust indentation. Use commands directly instead of
13477 using $(format-me).
13478
8b748aed
JM
13479 * aclocal.m4 (ACX_PKGVERSION): New macro.
13480 (ACX_BUGURL): Likewise.
13481 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
13482 (PKGVERSION): New AC_DEFINE_UNQUOTED.
13483 (REPORT_BUGS_TO): Likewise.
13484 * configure: Regenerated.
13485 * config.h.in (PKGVERSION): New macro.
13486 (REPORT_BUGS_TO): Likewise.
13487 * config.make.in (PKGVERSION): New variable.
13488 (PKGVERSION_TEXI): Likewise.
13489 (REPORT_BUGS_TO): Likewise.
13490 (REPORT_BUGS_TEXI): Likewise.
13491 * Makefile (format-me): Use -I$(common-objpfx)manual.
13492 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
13493 ($(common-objpfx)manual/%): New target.
13494 (manual/%): Remove target.
13495 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
13496 (print_version): Use PKGVERSION.
13497 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
13498 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
13499 and REPORT_BUGS_TO.
13500 ($(objpfx)xtrace): Likewise.
13501 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
13502 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
13503 (print_version): Use PKGVERSION.
13504 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
13505 (do_version): Use PKGVERSION.
13506 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
13507 REPORT_BUGS_TO.
13508 (common-ldd-rewrite): Likewise.
13509 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
13510 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
13511 (print_version): Use PKGVERSION.
13512 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
13513 * elf/pldd.c (argp_program_bug_address): Remove variable.
13514 (more_help): New function.
13515 (argp): Use more_help.
13516 (print_version): Use PKGVERSION.
13517 * elf/sln.c (main): Use PKGVERSION.
13518 (usage): Use REPORT_BUGS_TO.
13519 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
13520 (top level): Use PKGVERSION.
13521 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
13522 (print_version): Use PKGVERSION.
13523 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
13524 (print_version): Use PKGVERSION.
13525 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
13526 (print_version): Use PKGVERSION.
13527 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
13528 (print_version): Use PKGVERSION.
13529 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
13530 (print_version): Use PKGVERSION.
13531 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
13532 (print_version): Use PKGVERSION.
13533 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
13534 and BUGURL.
13535 ($(objpfx)memusage): Likewise.
13536 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
13537 (do_version): Use PKGVERSION.
13538 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
13539 (print_version): Use PKGVERSION.
13540 * malloc/mtrace.pl ($PACKAGE): Remove variable.
13541 ($PKGVERSION): New variable.
13542 ($REPORT_BUGS_TO): Likewise.
13543 (usage): Use $REPORT_BUGS_TO.
13544 (top level): Use $PKGVERSION.
13545 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
13546 ($(objpfx)pkgvers.texi): New rule.
13547 ($(objpfx)stamp-pkgvers): Likewise.
13548 * manual/install.texi: Include pkgvers.texi.
13549 (--with-pkgversion): Document new configure option.
13550 (--with-bugurl): Likewise.
13551 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
13552 than necessarily for this particular distribution. Use
13553 REPORT_BUGS_TO for where to report bugs.
13554 * INSTALL: Regenerated.
13555 * manual/libc.texinfo: Include pkgvers.texi.
13556 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
13557 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
13558 (print_version): Use PKGVERSION.
13559 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
13560 (print_version): Use PKGVERSION.
13561 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
13562 (print_version): Use PKGVERSION.
13563 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
13564 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
13565 macro.
13566 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
13567 (print_version): Use PKGVERSION.
13568 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
13569 (print_version): Use PKGVERSION.
13570 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
13571 and PKGVERSION.
13572
92e4b6a9
JM
13573 * timezone/checktab.awk: Update from tzcode 2012i.
13574 * timezone/ialloc.c: Likewise.
13575 * timezone/private.h: Likewise.
13576 * timezone/scheck.c: Likewise.
13577 * timezone/tzfile.h: Likewise.
13578 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
13579 (TZVERSION): Hardcode tzcode version number.
13580 * timezone/zdump.c: Update from tzcode 2012i.
13581 * timezone/zic.c: Likewise.
13582 * timezone/version.h: New file.
13583 * timezone/README: Describe version.h. Update upstream location.
13584
9bde902c
JM
13585 [BZ #14824]
13586 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
13587 (mktemp): Enable declaration.
13588 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
13589 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
13590 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
13591 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
13592 Likewise.
13593 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
13594 Likewise.
13595 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
13596 Likewise.
13597 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
13598 Likewise.
13599 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
13600 Likewise.
13601 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
13602 Likewise.
13603
fb1ae1ee
JM
13604 [BZ #14821]
13605 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
13606 offset in buffer as u_int32_t not u_long. Consistently use memcpy
13607 for copies of such integer values.
13608 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
13609 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
13610
2c1adbcb
AJ
136112012-11-09 Andreas Jaeger <aj@suse.de>
13612
13613 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
13614 definitions and declarations that are provided by
13615 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
13616
d0f8457e
AK
136172012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13618
3a235abb 13619 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
13620 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
13621 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
13622 definition.
13623
57241e26
MS
136242012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13625
13626 * elf/elf.h: Update comment before AArch64 relocations.
13627
60e8270d
DM
136282012-11-07 David S. Miller <davem@davemloft.net>
13629
13630 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
13631 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
13632 (__start_context): Declare.
13633 (__makecontext_ret): Delete.
13634 (__makecontext): Hook up __start_context instead of
13635 __makecontext_ret.
13636 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
13637 (sysdep_routines): Add __start_context when in stdlib.
13638
0fbb0fbc
JM
136392012-11-07 Joseph Myers <joseph@codesourcery.com>
13640
13641 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
13642 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
13643 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
13644 hardcoded "nm".
13645 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
13646 (READELF): New variable. Use it instead of hardcoded "readelf".
13647
eb48db7e
L
136482012-11-07 H.J. Lu <hongjiu.lu@intel.com>
13649
13650 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
13651 * sysdeps/x86/Makefile: Here.
13652 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
13653 * sysdeps/x86/tst-xmmymm.sh: This.
13654
05bcf62a
JM
136552012-11-07 Joseph Myers <joseph@codesourcery.com>
13656
c4b6cf53
JM
13657 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
13658 expectations.
13659 [UNIX98] (pthread_barrier_t): Do not expect.
13660 [UNIX98] (pthread_barrierattr_t): Likewise.
13661 [UNIX98] (pthread_spinlock_t): Likewise.
13662 [UNIX98] (pthread_barrier_destroy): Likewise.
13663 [UNIX98] (pthread_barrier_init): Likewise.
13664 [UNIX98] (pthread_barrier_wait): Likewise.
13665 [UNIX98] (pthread_barrierattr_destroy): Likewise.
13666 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
13667 [UNIX98] (pthread_barrierattr_init): Likewise.
13668 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
13669 [UNIX98] (pthread_getcpuclockid): Likewise.
13670 [UNIX98] (pthread_mutex_timedlock): Likewise.
13671 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
13672 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
13673 [UNIX98] (pthread_sigmask): Likewise.
13674 [UNIX98] (pthread_spin_destroy): Likewise.
13675 [UNIX98] (pthread_spin_init): Likewise.
13676 [UNIX98] (pthread_spin_lock): Likewise.
13677 [UNIX98] (pthread_spin_trylock): Likewise.
13678 [UNIX98] (pthread_spin_unlock): Likewise.
13679 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
13680 Do not expect.
13681 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
13682 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
13683 [XPG3 || XPG4] (pthread_cond_t): Likewise.
13684 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
13685 [XPG3 || XPG4] (pthread_key_t): Likewise.
13686 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
13687 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
13688 [XPG3 || XPG4] (pthread_once_t): Likewise.
13689 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
13690 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
13691 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
13692 [XPG3 || XPG4] (pthread_t): Likewise.
13693
cbe6e120
JM
13694 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
13695 not expect.
13696 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
13697
1b126443
JM
13698 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
13699 Change function return type to int.
13700
b961a573
JM
13701 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
13702 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
13703 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
13704 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
13705 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
13706 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
13707 [!POSIX] (posix_madvise): Likewise.
13708 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
13709 && !UNIX98].
13710 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
13711 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
13712 (mode_t): Likewise.
13713 (posix_mem_offset): Likewise.
13714 (posix_typed_mem_get_info): Likewise.
13715 (posix_typed_mem_open): Likewise.
13716
9e188909
JM
13717 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
13718 Change condition to [XOPEN2K8].
13719
05bcf62a
JM
13720 * conform/conformtest.pl: Preprocess allow-header data with -x c
13721 instead of from stdin.
13722 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
13723 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
13724 [C99-based standards] (cerfc): Likewise.
13725 [C99-based standards] (cexp2): Likewise.
13726 [C99-based standards] (cexpm1): Likewise.
13727 [C99-based standards] (clog10): Likewise.
13728 [C99-based standards] (clog1p): Likewise.
13729 [C99-based standards] (clog2): Likewise.
13730 [C99-based standards] (clgamma): Likewise.
13731 [C99-based standards] (ctgamma): Likewise.
13732 [C99-based standards] (cerff): Likewise.
13733 [C99-based standards] (cerfcf): Likewise.
13734 [C99-based standards] (cexp2f): Likewise.
13735 [C99-based standards] (cexpm1f): Likewise.
13736 [C99-based standards] (clog10f): Likewise.
13737 [C99-based standards] (clog1pf): Likewise.
13738 [C99-based standards] (clog2f): Likewise.
13739 [C99-based standards] (clgammaf): Likewise.
13740 [C99-based standards] (ctgammaf): Likewise.
13741 [C99-based standards] (cerfl): Likewise.
13742 [C99-based standards] (cerfcl): Likewise.
13743 [C99-based standards] (cexp2l): Likewise.
13744 [C99-based standards] (cexpm1l): Likewise.
13745 [C99-based standards] (clog10l): Likewise.
13746 [C99-based standards] (clog1pl): Likewise.
13747 [C99-based standards] (clog2l): Likewise.
13748 [C99-based standards] (clgammal): Likewise.
13749 [C99-based standards] (ctgammal): Likewise.
13750 * conform/data/inttypes.h-data [C99-based standards]: Include
13751 stdint.h-data. Remove all expectations for stdint.h contents.
13752 [C99-based standards] (PRI*): Do not allow.
13753 [C99-based standards] (SCN*): Likewise.
13754 [C99-based standards] (*_t): Likewise.
13755 [C99-based-standards] (PRId8): Expect macro.
13756 [C99-based-standards] (PRIi8): Likewise.
13757 [C99-based-standards] (PRIo8): Likewise.
13758 [C99-based-standards] (PRIu8): Likewise.
13759 [C99-based-standards] (PRIx8): Likewise.
13760 [C99-based-standards] (PRIX8): Likewise.
13761 [C99-based-standards] (SCNd8): Likewise.
13762 [C99-based-standards] (SCNi8): Likewise.
13763 [C99-based-standards] (SCNo8): Likewise.
13764 [C99-based-standards] (SCNu8): Likewise.
13765 [C99-based-standards] (SCNx8): Likewise.
13766 [C99-based-standards] (PRIdLEAST8): Likewise.
13767 [C99-based-standards] (PRIiLEAST8): Likewise.
13768 [C99-based-standards] (PRIoLEAST8): Likewise.
13769 [C99-based-standards] (PRIuLEAST8): Likewise.
13770 [C99-based-standards] (PRIxLEAST8): Likewise.
13771 [C99-based-standards] (PRIXLEAST8): Likewise.
13772 [C99-based-standards] (SCNdLEAST8): Likewise.
13773 [C99-based-standards] (SCNiLEAST8): Likewise.
13774 [C99-based-standards] (SCNoLEAST8): Likewise.
13775 [C99-based-standards] (SCNuLEAST8): Likewise.
13776 [C99-based-standards] (SCNxLEAST8): Likewise.
13777 [C99-based-standards] (PRIdFAST8): Likewise.
13778 [C99-based-standards] (PRIiFAST8): Likewise.
13779 [C99-based-standards] (PRIoFAST8): Likewise.
13780 [C99-based-standards] (PRIuFAST8): Likewise.
13781 [C99-based-standards] (PRIxFAST8): Likewise.
13782 [C99-based-standards] (PRIXFAST8): Likewise.
13783 [C99-based-standards] (SCNdFAST8): Likewise.
13784 [C99-based-standards] (SCNiFAST8): Likewise.
13785 [C99-based-standards] (SCNoFAST8): Likewise.
13786 [C99-based-standards] (SCNuFAST8): Likewise.
13787 [C99-based-standards] (SCNxFAST8): Likewise.
13788 [C99-based-standards] (PRId16): Likewise.
13789 [C99-based-standards] (PRIi16): Likewise.
13790 [C99-based-standards] (PRIo16): Likewise.
13791 [C99-based-standards] (PRIu16): Likewise.
13792 [C99-based-standards] (PRIx16): Likewise.
13793 [C99-based-standards] (PRIX16): Likewise.
13794 [C99-based-standards] (SCNd16): Likewise.
13795 [C99-based-standards] (SCNi16): Likewise.
13796 [C99-based-standards] (SCNo16): Likewise.
13797 [C99-based-standards] (SCNu16): Likewise.
13798 [C99-based-standards] (SCNx16): Likewise.
13799 [C99-based-standards] (PRIdLEAST16): Likewise.
13800 [C99-based-standards] (PRIiLEAST16): Likewise.
13801 [C99-based-standards] (PRIoLEAST16): Likewise.
13802 [C99-based-standards] (PRIuLEAST16): Likewise.
13803 [C99-based-standards] (PRIxLEAST16): Likewise.
13804 [C99-based-standards] (PRIXLEAST16): Likewise.
13805 [C99-based-standards] (SCNdLEAST16): Likewise.
13806 [C99-based-standards] (SCNiLEAST16): Likewise.
13807 [C99-based-standards] (SCNoLEAST16): Likewise.
13808 [C99-based-standards] (SCNuLEAST16): Likewise.
13809 [C99-based-standards] (SCNxLEAST16): Likewise.
13810 [C99-based-standards] (PRIdFAST16): Likewise.
13811 [C99-based-standards] (PRIiFAST16): Likewise.
13812 [C99-based-standards] (PRIoFAST16): Likewise.
13813 [C99-based-standards] (PRIuFAST16): Likewise.
13814 [C99-based-standards] (PRIxFAST16): Likewise.
13815 [C99-based-standards] (PRIXFAST16): Likewise.
13816 [C99-based-standards] (SCNdFAST16): Likewise.
13817 [C99-based-standards] (SCNiFAST16): Likewise.
13818 [C99-based-standards] (SCNoFAST16): Likewise.
13819 [C99-based-standards] (SCNuFAST16): Likewise.
13820 [C99-based-standards] (SCNxFAST16): Likewise.
13821 [C99-based-standards] (PRId32): Likewise.
13822 [C99-based-standards] (PRIi32): Likewise.
13823 [C99-based-standards] (PRIo32): Likewise.
13824 [C99-based-standards] (PRIu32): Likewise.
13825 [C99-based-standards] (PRIx32): Likewise.
13826 [C99-based-standards] (PRIX32): Likewise.
13827 [C99-based-standards] (SCNd32): Likewise.
13828 [C99-based-standards] (SCNi32): Likewise.
13829 [C99-based-standards] (SCNo32): Likewise.
13830 [C99-based-standards] (SCNu32): Likewise.
13831 [C99-based-standards] (SCNx32): Likewise.
13832 [C99-based-standards] (PRIdLEAST32): Likewise.
13833 [C99-based-standards] (PRIiLEAST32): Likewise.
13834 [C99-based-standards] (PRIoLEAST32): Likewise.
13835 [C99-based-standards] (PRIuLEAST32): Likewise.
13836 [C99-based-standards] (PRIxLEAST32): Likewise.
13837 [C99-based-standards] (PRIXLEAST32): Likewise.
13838 [C99-based-standards] (SCNdLEAST32): Likewise.
13839 [C99-based-standards] (SCNiLEAST32): Likewise.
13840 [C99-based-standards] (SCNoLEAST32): Likewise.
13841 [C99-based-standards] (SCNuLEAST32): Likewise.
13842 [C99-based-standards] (SCNxLEAST32): Likewise.
13843 [C99-based-standards] (PRIdFAST32): Likewise.
13844 [C99-based-standards] (PRIiFAST32): Likewise.
13845 [C99-based-standards] (PRIoFAST32): Likewise.
13846 [C99-based-standards] (PRIuFAST32): Likewise.
13847 [C99-based-standards] (PRIxFAST32): Likewise.
13848 [C99-based-standards] (PRIXFAST32): Likewise.
13849 [C99-based-standards] (SCNdFAST32): Likewise.
13850 [C99-based-standards] (SCNiFAST32): Likewise.
13851 [C99-based-standards] (SCNoFAST32): Likewise.
13852 [C99-based-standards] (SCNuFAST32): Likewise.
13853 [C99-based-standards] (SCNxFAST32): Likewise.
13854 [C99-based-standards] (PRId64): Likewise.
13855 [C99-based-standards] (PRIi64): Likewise.
13856 [C99-based-standards] (PRIo64): Likewise.
13857 [C99-based-standards] (PRIu64): Likewise.
13858 [C99-based-standards] (PRIx64): Likewise.
13859 [C99-based-standards] (PRIX64): Likewise.
13860 [C99-based-standards] (SCNd64): Likewise.
13861 [C99-based-standards] (SCNi64): Likewise.
13862 [C99-based-standards] (SCNo64): Likewise.
13863 [C99-based-standards] (SCNu64): Likewise.
13864 [C99-based-standards] (SCNx64): Likewise.
13865 [C99-based-standards] (PRIdLEAST64): Likewise.
13866 [C99-based-standards] (PRIiLEAST64): Likewise.
13867 [C99-based-standards] (PRIoLEAST64): Likewise.
13868 [C99-based-standards] (PRIuLEAST64): Likewise.
13869 [C99-based-standards] (PRIxLEAST64): Likewise.
13870 [C99-based-standards] (PRIXLEAST64): Likewise.
13871 [C99-based-standards] (SCNdLEAST64): Likewise.
13872 [C99-based-standards] (SCNiLEAST64): Likewise.
13873 [C99-based-standards] (SCNoLEAST64): Likewise.
13874 [C99-based-standards] (SCNuLEAST64): Likewise.
13875 [C99-based-standards] (SCNxLEAST64): Likewise.
13876 [C99-based-standards] (PRIdFAST64): Likewise.
13877 [C99-based-standards] (PRIiFAST64): Likewise.
13878 [C99-based-standards] (PRIoFAST64): Likewise.
13879 [C99-based-standards] (PRIuFAST64): Likewise.
13880 [C99-based-standards] (PRIxFAST64): Likewise.
13881 [C99-based-standards] (PRIXFAST64): Likewise.
13882 [C99-based-standards] (SCNdFAST64): Likewise.
13883 [C99-based-standards] (SCNiFAST64): Likewise.
13884 [C99-based-standards] (SCNoFAST64): Likewise.
13885 [C99-based-standards] (SCNuFAST64): Likewise.
13886 [C99-based-standards] (SCNxFAST64): Likewise.
13887 [C99-based-standards] (PRIdMAX): Likewise.
13888 [C99-based-standards] (PRIiMAX): Likewise.
13889 [C99-based-standards] (PRIoMAX): Likewise.
13890 [C99-based-standards] (PRIuMAX): Likewise.
13891 [C99-based-standards] (PRIxMAX): Likewise.
13892 [C99-based-standards] (PRIXMAX): Likewise.
13893 [C99-based-standards] (SCNdMAX): Likewise.
13894 [C99-based-standards] (SCNiMAX): Likewise.
13895 [C99-based-standards] (SCNoMAX): Likewise.
13896 [C99-based-standards] (SCNuMAX): Likewise.
13897 [C99-based-standards] (SCNxMAX): Likewise.
13898 [C99-based-standards] (PRIdPTR): Likewise.
13899 [C99-based-standards] (PRIiPTR): Likewise.
13900 [C99-based-standards] (PRIoPTR): Likewise.
13901 [C99-based-standards] (PRIuPTR): Likewise.
13902 [C99-based-standards] (PRIxPTR): Likewise.
13903 [C99-based-standards] (PRIXPTR): Likewise.
13904 [C99-based-standards] (SCNdPTR): Likewise.
13905 [C99-based-standards] (SCNiPTR): Likewise.
13906 [C99-based-standards] (SCNoPTR): Likewise.
13907 [C99-based-standards] (SCNuPTR): Likewise.
13908 [C99-based-standards] (SCNxPTR): Likewise.
13909 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
13910 allow.
13911 * conform/data/stdint.h-data: Update comments to clarify
13912 requirements.
13913 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
13914 type.
13915 [C99-based standards] (INT8_MAX): Likewise.
13916 [C99-based standards] (INT16_MIN): Likewise.
13917 [C99-based standards] (INT16_MAX): Likewise.
13918 [C99-based standards] (INT32_MIN): Likewise.
13919 [C99-based standards] (INT32_MAX): Likewise.
13920 [C99-based standards] (INT64_MIN): Likewise.
13921 [C99-based standards] (INT64_MAX): Likewise.
13922 [C99-based standards] (UINT8_MAX): Likewise.
13923 [C99-based standards] (UINT16_MAX): Likewise.
13924 [C99-based standards] (UINT32_MAX): Likewise.
13925 [C99-based standards] (UINT64_MAX): Likewise.
13926 [C99-based standards] (INT_LEAST8_MIN): Likewise.
13927 [C99-based standards] (INT_LEAST8_MAX): Likewise.
13928 [C99-based standards] (INT_LEAST16_MIN): Likewise.
13929 [C99-based standards] (INT_LEAST16_MAX): Likewise.
13930 [C99-based standards] (INT_LEAST32_MIN): Likewise.
13931 [C99-based standards] (INT_LEAST32_MAX): Likewise.
13932 [C99-based standards] (INT_LEAST64_MIN): Likewise.
13933 [C99-based standards] (INT_LEAST64_MAX): Likewise.
13934 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
13935 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
13936 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
13937 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
13938 [C99-based standards] (INT_FAST8_MIN): Likewise.
13939 [C99-based standards] (INT_FAST8_MAX): Likewise.
13940 [C99-based standards] (INT_FAST16_MIN): Likewise.
13941 [C99-based standards] (INT_FAST16_MAX): Likewise.
13942 [C99-based standards] (INT_FAST32_MIN): Likewise.
13943 [C99-based standards] (INT_FAST32_MAX): Likewise.
13944 [C99-based standards] (INT_FAST64_MIN): Likewise.
13945 [C99-based standards] (INT_FAST64_MAX): Likewise.
13946 [C99-based standards] (UINT_FAST8_MAX): Likewise.
13947 [C99-based standards] (UINT_FAST16_MAX): Likewise.
13948 [C99-based standards] (UINT_FAST32_MAX): Likewise.
13949 [C99-based standards] (UINT_FAST64_MAX): Likewise.
13950 [C99-based standards] (INTPTR_MIN): Likewise.
13951 [C99-based standards] (INTPTR_MAX): Likewise.
13952 [C99-based standards] (UINTPTR_MAX): Likewise.
13953 [C99-based standards] (INTMAX_MIN): Likewise.
13954 [C99-based standards] (INTMAX_MAX): Likewise.
13955 [C99-based standards] (UINTMAX_MAX): Likewise.
13956 [C99-based standards] (PTRDIFF_MIN): Likewise.
13957 [C99-based standards] (PTRDIFF_MAX): Likewise.
13958 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
13959 [C99-based standards] (SIZE_MAX): Likewise.
13960 [C99-based standards] (WCHAR_MAX): Likewise.
13961 [C99-based standards] (WINT_MAX): Likewise.
13962 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
13963 constraint on value.
13964 [C99-based standards] (WCHAR_MIN): Likewise.
13965 [C99-based standards] (WINT_MIN): Likewise.
13966 [C99-based standards] (*_t): Allow.
13967 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
13968 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
13969 Include math.h-data and complex.h-data. Remove all expectations
13970 of math.h and complex.h contents.
13971 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
13972 at end of line.
13973 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
13974 (struct tm): Expect tag.
13975 [C99-based-standards] (wcstof): Expect function.
13976 [C99-based-standards] (wcstold): Likewise.
13977 [C99-based-standards] (wcstoll): Likewise.
13978 [C99-based-standards] (wcstoull): Likewise.
13979 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
13980 macro-int-constant. Specify type.
13981 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
13982 constraint on value.
13983 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
13984 Specify type.
13985 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
13986 Specify value.
13987 [ISO C standards]: Do not allow headers.
13988 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
13989 wcs[abcdefghijklmnopqrstuvwxyz]*.
13990 [ISO C standards] (*_t): Do not allow.
13991 * conform/data/wctype.h-data [C99-based standards] (iswblank):
13992 Expect function.
13993 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
13994 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
13995 Specify type.
13996 [ISO C standards]: Do not allow headers.
13997 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
13998 is[abcdefghijklmnopqrstuvwxyz]*.
13999 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
14000 to[abcdefghijklmnopqrstuvwxyz]*.
14001 [ISO C standards] (*_t): Do not allow.
14002 * conform/data/stdalign.h-data: New file.
14003 * conform/data/stdbool.h-data: Likewise.
14004 * conform/data/stdnoreturn.h-data: Likewise.
14005
7514feb8
RM
140062012-11-07 Roland McGrath <roland@hack.frob.com>
14007
14008 [BZ #14815]
14009 * manual/filesys.texi (Directory Entries): Typo fix.
14010 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
14011
19b2ecfc
MS
140122012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14013
14014 * elf/elf.h (EM_AARCH64): New macro.
14015 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
14016 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
14017 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
14018 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
14019 (R_AARCH64_TLSDESC): Likewise.
14020 (NT_ARM_TLS): Likewise.
14021 (NT_ARM_HW_BREAK): Likewise.
14022 (NT_ARM_HW_WATCH): Likewise.
14023
60e235ee
JM
140242012-11-07 Joseph Myers <joseph@codesourcery.com>
14025
14026 [BZ #14811]
14027 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
14028 (__ieee754_powl): Saturate nonzero exponents with absolute value
14029 below 0x1p-79 to +/- 0x1p-79.
14030 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
14031 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
14032 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
14033 nonzero exponents with absolute value below 0x1p-32 to +/-
14034 0x1p-32.
14035 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
14036 (__ieee754_powl): Saturate nonzero exponents with absolute value
14037 below 0x1p-79 to +/- 0x1p-79.
14038 * math/libm-test.inc (pow_test): Add more tests.
14039
0ab234b7
AK
140402012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14041
14042 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
14043 _dl_s390_cap_flags with kernel. Increase string length.
14044 (_dl_s390_platforms): Add z196 and zEC12.
14045
45832f74
JM
140462012-11-07 Joseph Myers <joseph@codesourcery.com>
14047
14048 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
14049 Change XOPEN21K to XOPEN2K.
14050
19218757
MK
140512012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
14052
14053 * string/memmove.c: Use memcpy when possible.
14054
c5f45721
AJ
140552012-11-06 Andreas Jaeger <aj@suse.de>
14056
14057 * po/eo.po: Update from translation team.
14058
82477c28
JM
140592012-11-06 Joseph Myers <joseph@codesourcery.com>
14060
14061 [BZ #14793]
14062 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
14063 exponent and small x and y exponents, scale x or y up. Increase
14064 by 2 the exponent used in scaling up.
14065 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14066 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14067 * math/libm-test.inc (fma_test): Add more tests.
14068 (fma_test_towardzero): Likewise.
14069 (fma_test_downward): Likewise.
14070 (fma_test_upward): Likewise.
14071
99252c8c
JM
140722012-11-05 Joseph Myers <joseph@codesourcery.com>
14073
acfa885f
JM
14074 [BZ #14805]
14075 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
14076 fenv_t *.
14077
99252c8c
JM
14078 [BZ #14801]
14079 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
14080 namespace for names of struct fields.
14081 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
14082 fenv_t fields.
14083 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
14084 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
14085
d6d98dea
ST
140862012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
14087
14088 [BZ #3665]
14089 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
14090
e10bb107
TS
140912012-11-04 Thomas Schwinge <thomas@codesourcery.com>
14092
14093 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
14094 PTR_DEMANGLE.
14095
14096 [BZ #5246]
14097 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
14098 PTR_DEMANGLE.
14099
a0c2940d
JM
141002012-11-04 Joseph Myers <joseph@codesourcery.com>
14101
14102 [BZ #14797]
14103 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
14104 definitely overflow as x * y not x * y + z.
14105 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14106 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14107 * math/libm-test.inc (fma_test): Add more tests.
14108 (fma_test_towardzero): Likewise.
14109 (fma_test_downward): Likewise.
14110 (fma_test_upward): Likewise.
14111
b830319d
TS
141122012-11-04 Thomas Schwinge <thomas@codesourcery.com>
14113
14114 [BZ #157]
14115
14116 * include/stub-tag.h: Remove file.
14117 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
14118 '#include' of it.
14119 * manual/maint.texi (Porting): Don't reference it.
14120 * Makerules ($(objpfx)stubs): Likewise.
14121 * dirent/closedir.c: Don't include <stub-tag.h>.
14122 * dirent/dirfd.c: Likewise.
14123 * dirent/fdopendir.c: Likewise.
14124 * dirent/getdents.c: Likewise.
14125 * dirent/getdents64.c: Likewise.
14126 * dirent/opendir.c: Likewise.
14127 * dirent/readdir.c: Likewise.
14128 * dirent/readdir64.c: Likewise.
14129 * dirent/readdir64_r.c: Likewise.
14130 * dirent/readdir_r.c: Likewise.
14131 * dirent/rewinddir.c: Likewise.
14132 * dirent/seekdir.c: Likewise.
14133 * dirent/telldir.c: Likewise.
14134 * gmon/profil.c: Likewise.
14135 * grp/setgroups.c: Likewise.
14136 * inet/if_index.c: Likewise.
14137 * io/access.c: Likewise.
14138 * io/chdir.c: Likewise.
14139 * io/chmod.c: Likewise.
14140 * io/chown.c: Likewise.
14141 * io/close.c: Likewise.
14142 * io/dup.c: Likewise.
14143 * io/dup2.c: Likewise.
14144 * io/dup3.c: Likewise.
14145 * io/euidaccess.c: Likewise.
14146 * io/faccessat.c: Likewise.
14147 * io/fchdir.c: Likewise.
14148 * io/fchmod.c: Likewise.
14149 * io/fchmodat.c: Likewise.
14150 * io/fchown.c: Likewise.
14151 * io/fchownat.c: Likewise.
14152 * io/fcntl.c: Likewise.
14153 * io/flock.c: Likewise.
14154 * io/fstatfs.c: Likewise.
14155 * io/fstatfs64.c: Likewise.
14156 * io/fstatvfs.c: Likewise.
14157 * io/fstatvfs64.c: Likewise.
14158 * io/futimens.c: Likewise.
14159 * io/fxstat.c: Likewise.
14160 * io/fxstat64.c: Likewise.
14161 * io/fxstatat.c: Likewise.
14162 * io/fxstatat64.c: Likewise.
14163 * io/getcwd.c: Likewise.
14164 * io/isatty.c: Likewise.
14165 * io/lchmod.c: Likewise.
14166 * io/lchown.c: Likewise.
14167 * io/link.c: Likewise.
14168 * io/linkat.c: Likewise.
14169 * io/lseek.c: Likewise.
14170 * io/lseek64.c: Likewise.
14171 * io/lxstat64.c: Likewise.
14172 * io/mkdir.c: Likewise.
14173 * io/mkdirat.c: Likewise.
14174 * io/mkfifo.c: Likewise.
14175 * io/mkfifoat.c: Likewise.
14176 * io/open.c: Likewise.
14177 * io/open64.c: Likewise.
14178 * io/openat.c: Likewise.
14179 * io/openat64.c: Likewise.
14180 * io/pipe.c: Likewise.
14181 * io/pipe2.c: Likewise.
14182 * io/poll.c: Likewise.
14183 * io/posix_fadvise.c: Likewise.
14184 * io/posix_fadvise64.c: Likewise.
14185 * io/posix_fallocate.c: Likewise.
14186 * io/posix_fallocate64.c: Likewise.
14187 * io/read.c: Likewise.
14188 * io/readlink.c: Likewise.
14189 * io/readlinkat.c: Likewise.
14190 * io/rmdir.c: Likewise.
14191 * io/sendfile.c: Likewise.
14192 * io/sendfile64.c: Likewise.
14193 * io/statfs.c: Likewise.
14194 * io/statfs64.c: Likewise.
14195 * io/statvfs.c: Likewise.
14196 * io/statvfs64.c: Likewise.
14197 * io/symlink.c: Likewise.
14198 * io/symlinkat.c: Likewise.
14199 * io/ttyname.c: Likewise.
14200 * io/ttyname_r.c: Likewise.
14201 * io/umask.c: Likewise.
14202 * io/unlink.c: Likewise.
14203 * io/unlinkat.c: Likewise.
14204 * io/utime.c: Likewise.
14205 * io/utimensat.c: Likewise.
14206 * io/write.c: Likewise.
14207 * io/xmknod.c: Likewise.
14208 * io/xmknodat.c: Likewise.
14209 * io/xstat.c: Likewise.
14210 * io/xstat64.c: Likewise.
14211 * login/getpt.c: Likewise.
14212 * login/grantpt.c: Likewise.
14213 * login/unlockpt.c: Likewise.
14214 * math/e_acoshl.c: Likewise.
14215 * math/e_acosl.c: Likewise.
14216 * math/e_asinl.c: Likewise.
14217 * math/e_atan2l.c: Likewise.
14218 * math/e_atanhl.c: Likewise.
14219 * math/e_coshl.c: Likewise.
14220 * math/e_expl.c: Likewise.
14221 * math/e_fmodl.c: Likewise.
14222 * math/e_gammal_r.c: Likewise.
14223 * math/e_hypotl.c: Likewise.
14224 * math/e_j0l.c: Likewise.
14225 * math/e_j1l.c: Likewise.
14226 * math/e_jnl.c: Likewise.
14227 * math/e_lgammal_r.c: Likewise.
14228 * math/e_log10l.c: Likewise.
14229 * math/e_log2l.c: Likewise.
14230 * math/e_logl.c: Likewise.
14231 * math/e_powl.c: Likewise.
14232 * math/e_rem_pio2l.c: Likewise.
14233 * math/e_sinhl.c: Likewise.
14234 * math/e_sqrtl.c: Likewise.
14235 * math/fclrexcpt.c: Likewise.
14236 * math/fedisblxcpt.c: Likewise.
14237 * math/feenablxcpt.c: Likewise.
14238 * math/fegetenv.c: Likewise.
14239 * math/fegetexcept.c: Likewise.
14240 * math/fegetround.c: Likewise.
14241 * math/feholdexcpt.c: Likewise.
14242 * math/fesetenv.c: Likewise.
14243 * math/fesetround.c: Likewise.
14244 * math/feupdateenv.c: Likewise.
14245 * math/fgetexcptflg.c: Likewise.
14246 * math/fraiseexcpt.c: Likewise.
14247 * math/fsetexcptflg.c: Likewise.
14248 * math/ftestexcept.c: Likewise.
14249 * math/k_cosl.c: Likewise.
14250 * math/k_rem_pio2l.c: Likewise.
14251 * math/k_sinl.c: Likewise.
14252 * math/k_tanl.c: Likewise.
14253 * math/s_asinhl.c: Likewise.
14254 * math/s_atanl.c: Likewise.
14255 * math/s_cbrtl.c: Likewise.
14256 * math/s_erfl.c: Likewise.
14257 * math/s_expm1l.c: Likewise.
14258 * math/s_log1pl.c: Likewise.
14259 * math/s_tanhl.c: Likewise.
14260 * misc/acct.c: Likewise.
14261 * misc/brk.c: Likewise.
14262 * misc/chflags.c: Likewise.
14263 * misc/chroot.c: Likewise.
14264 * misc/fchflags.c: Likewise.
14265 * misc/fgetxattr.c: Likewise.
14266 * misc/flistxattr.c: Likewise.
14267 * misc/fremovexattr.c: Likewise.
14268 * misc/fsetxattr.c: Likewise.
14269 * misc/fsync.c: Likewise.
14270 * misc/ftruncate.c: Likewise.
14271 * misc/futimes.c: Likewise.
14272 * misc/futimesat.c: Likewise.
14273 * misc/getdomain.c: Likewise.
14274 * misc/getdtsz.c: Likewise.
14275 * misc/gethostid.c: Likewise.
14276 * misc/gethostname.c: Likewise.
14277 * misc/getloadavg.c: Likewise.
14278 * misc/getpagesize.c: Likewise.
14279 * misc/getsysstats.c: Likewise.
14280 * misc/getxattr.c: Likewise.
14281 * misc/gtty.c: Likewise.
14282 * misc/ioctl.c: Likewise.
14283 * misc/lgetxattr.c: Likewise.
14284 * misc/listxattr.c: Likewise.
14285 * misc/llistxattr.c: Likewise.
14286 * misc/lremovexattr.c: Likewise.
14287 * misc/lsetxattr.c: Likewise.
14288 * misc/lutimes.c: Likewise.
14289 * misc/madvise.c: Likewise.
14290 * misc/mincore.c: Likewise.
14291 * misc/mlock.c: Likewise.
14292 * misc/mlockall.c: Likewise.
14293 * misc/mmap.c: Likewise.
14294 * misc/mprotect.c: Likewise.
14295 * misc/msync.c: Likewise.
14296 * misc/munlock.c: Likewise.
14297 * misc/munlockall.c: Likewise.
14298 * misc/munmap.c: Likewise.
14299 * misc/preadv.c: Likewise.
14300 * misc/preadv64.c: Likewise.
14301 * misc/ptrace.c: Likewise.
14302 * misc/pwritev.c: Likewise.
14303 * misc/pwritev64.c: Likewise.
14304 * misc/readv.c: Likewise.
14305 * misc/reboot.c: Likewise.
14306 * misc/remap_file_pages.c: Likewise.
14307 * misc/removexattr.c: Likewise.
14308 * misc/revoke.c: Likewise.
14309 * misc/select.c: Likewise.
14310 * misc/setdomain.c: Likewise.
14311 * misc/setegid.c: Likewise.
14312 * misc/seteuid.c: Likewise.
14313 * misc/sethostid.c: Likewise.
14314 * misc/sethostname.c: Likewise.
14315 * misc/setregid.c: Likewise.
14316 * misc/setreuid.c: Likewise.
14317 * misc/setxattr.c: Likewise.
14318 * misc/sstk.c: Likewise.
14319 * misc/stty.c: Likewise.
14320 * misc/swapoff.c: Likewise.
14321 * misc/swapon.c: Likewise.
14322 * misc/sync.c: Likewise.
14323 * misc/syncfs.c: Likewise.
14324 * misc/syscall.c: Likewise.
14325 * misc/truncate.c: Likewise.
14326 * misc/ualarm.c: Likewise.
14327 * misc/usleep.c: Likewise.
14328 * misc/ustat.c: Likewise.
14329 * misc/utimes.c: Likewise.
14330 * misc/vhangup.c: Likewise.
14331 * misc/writev.c: Likewise.
14332 * posix/_exit.c: Likewise.
14333 * posix/alarm.c: Likewise.
14334 * posix/execve.c: Likewise.
14335 * posix/fexecve.c: Likewise.
14336 * posix/fork.c: Likewise.
14337 * posix/fpathconf.c: Likewise.
14338 * posix/getaddrinfo.c: Likewise.
14339 * posix/getegid.c: Likewise.
14340 * posix/geteuid.c: Likewise.
14341 * posix/getgid.c: Likewise.
14342 * posix/getgroups.c: Likewise.
14343 * posix/getlogin.c: Likewise.
14344 * posix/getlogin_r.c: Likewise.
14345 * posix/getpgid.c: Likewise.
14346 * posix/getpid.c: Likewise.
14347 * posix/getppid.c: Likewise.
14348 * posix/getresgid.c: Likewise.
14349 * posix/getresuid.c: Likewise.
14350 * posix/getsid.c: Likewise.
14351 * posix/getuid.c: Likewise.
14352 * posix/glob64.c: Likewise.
14353 * posix/nanosleep.c: Likewise.
14354 * posix/pathconf.c: Likewise.
14355 * posix/pause.c: Likewise.
14356 * posix/posix_madvise.c: Likewise.
14357 * posix/pread.c: Likewise.
14358 * posix/pread64.c: Likewise.
14359 * posix/pwrite.c: Likewise.
14360 * posix/pwrite64.c: Likewise.
14361 * posix/sched_getaffinity.c: Likewise.
14362 * posix/sched_getp.c: Likewise.
14363 * posix/sched_gets.c: Likewise.
14364 * posix/sched_primax.c: Likewise.
14365 * posix/sched_primin.c: Likewise.
14366 * posix/sched_rr_gi.c: Likewise.
14367 * posix/sched_setaffinity.c: Likewise.
14368 * posix/sched_setp.c: Likewise.
14369 * posix/sched_sets.c: Likewise.
14370 * posix/sched_yield.c: Likewise.
14371 * posix/setgid.c: Likewise.
14372 * posix/setlogin.c: Likewise.
14373 * posix/setpgid.c: Likewise.
14374 * posix/setresgid.c: Likewise.
14375 * posix/setresuid.c: Likewise.
14376 * posix/setsid.c: Likewise.
14377 * posix/setuid.c: Likewise.
14378 * posix/sleep.c: Likewise.
14379 * posix/spawni.c: Likewise.
14380 * posix/sysconf.c: Likewise.
14381 * posix/times.c: Likewise.
14382 * posix/wait.c: Likewise.
14383 * posix/wait3.c: Likewise.
14384 * posix/wait4.c: Likewise.
14385 * posix/waitpid.c: Likewise.
14386 * resolv/gai_sigqueue.c: Likewise.
14387 * resource/getpriority.c: Likewise.
14388 * resource/getrlimit.c: Likewise.
14389 * resource/getrusage.c: Likewise.
14390 * resource/nice.c: Likewise.
14391 * resource/setpriority.c: Likewise.
14392 * resource/setrlimit.c: Likewise.
14393 * resource/ulimit.c: Likewise.
14394 * rt/aio_cancel.c: Likewise.
14395 * rt/aio_fsync.c: Likewise.
14396 * rt/aio_read.c: Likewise.
14397 * rt/aio_sigqueue.c: Likewise.
14398 * rt/aio_suspend.c: Likewise.
14399 * rt/aio_write.c: Likewise.
14400 * rt/clock_getres.c: Likewise.
14401 * rt/clock_gettime.c: Likewise.
14402 * rt/clock_nanosleep.c: Likewise.
14403 * rt/clock_settime.c: Likewise.
14404 * rt/lio_listio.c: Likewise.
14405 * rt/mq_close.c: Likewise.
14406 * rt/mq_getattr.c: Likewise.
14407 * rt/mq_notify.c: Likewise.
14408 * rt/mq_open.c: Likewise.
14409 * rt/mq_receive.c: Likewise.
14410 * rt/mq_send.c: Likewise.
14411 * rt/mq_setattr.c: Likewise.
14412 * rt/mq_timedreceive.c: Likewise.
14413 * rt/mq_timedsend.c: Likewise.
14414 * rt/mq_unlink.c: Likewise.
14415 * rt/shm_open.c: Likewise.
14416 * rt/shm_unlink.c: Likewise.
14417 * rt/timer_create.c: Likewise.
14418 * rt/timer_delete.c: Likewise.
14419 * rt/timer_getoverr.c: Likewise.
14420 * rt/timer_gettime.c: Likewise.
14421 * rt/timer_settime.c: Likewise.
14422 * setjmp/__longjmp.c: Likewise.
14423 * setjmp/setjmp.c: Likewise.
14424 * signal/kill.c: Likewise.
14425 * signal/killpg.c: Likewise.
14426 * signal/raise.c: Likewise.
14427 * signal/sigaction.c: Likewise.
14428 * signal/sigaltstack.c: Likewise.
14429 * signal/sigblock.c: Likewise.
14430 * signal/sigignore.c: Likewise.
14431 * signal/sigintr.c: Likewise.
14432 * signal/signal.c: Likewise.
14433 * signal/sigpause.c: Likewise.
14434 * signal/sigpending.c: Likewise.
14435 * signal/sigqueue.c: Likewise.
14436 * signal/sigreturn.c: Likewise.
14437 * signal/sigset.c: Likewise.
14438 * signal/sigsetmask.c: Likewise.
14439 * signal/sigstack.c: Likewise.
14440 * signal/sigsuspend.c: Likewise.
14441 * signal/sigtimedwait.c: Likewise.
14442 * signal/sigvec.c: Likewise.
14443 * signal/sigwait.c: Likewise.
14444 * signal/sigwaitinfo.c: Likewise.
14445 * signal/sysv_signal.c: Likewise.
14446 * socket/accept.c: Likewise.
14447 * socket/accept4.c: Likewise.
14448 * socket/bind.c: Likewise.
14449 * socket/connect.c: Likewise.
14450 * socket/getpeername.c: Likewise.
14451 * socket/getsockname.c: Likewise.
14452 * socket/getsockopt.c: Likewise.
14453 * socket/isfdtype.c: Likewise.
14454 * socket/listen.c: Likewise.
14455 * socket/recv.c: Likewise.
14456 * socket/recvfrom.c: Likewise.
14457 * socket/recvmsg.c: Likewise.
14458 * socket/send.c: Likewise.
14459 * socket/sendmsg.c: Likewise.
14460 * socket/sendto.c: Likewise.
14461 * socket/setsockopt.c: Likewise.
14462 * socket/shutdown.c: Likewise.
14463 * socket/sockatmark.c: Likewise.
14464 * socket/socket.c: Likewise.
14465 * socket/socketpair.c: Likewise.
14466 * stdio-common/ctermid.c: Likewise.
14467 * stdio-common/cuserid.c: Likewise.
14468 * stdio-common/remove.c: Likewise.
14469 * stdio-common/rename.c: Likewise.
14470 * stdio-common/renameat.c: Likewise.
14471 * stdio-common/tempname.c: Likewise.
14472 * stdlib/getcontext.c: Likewise.
14473 * stdlib/makecontext.c: Likewise.
14474 * stdlib/setcontext.c: Likewise.
14475 * stdlib/swapcontext.c: Likewise.
14476 * stdlib/system.c: Likewise.
14477 * streams/fattach.c: Likewise.
14478 * streams/fdetach.c: Likewise.
14479 * streams/getmsg.c: Likewise.
14480 * streams/getpmsg.c: Likewise.
14481 * streams/putmsg.c: Likewise.
14482 * streams/putpmsg.c: Likewise.
14483 * sysdeps/unix/bsd/getpt.c: Likewise.
14484 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
14485 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
14486 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
14487 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
14488 Likewise.
14489 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
14490 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
14491 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
14492 * sysvipc/msgctl.c: Likewise.
14493 * sysvipc/msgget.c: Likewise.
14494 * sysvipc/msgrcv.c: Likewise.
14495 * sysvipc/msgsnd.c: Likewise.
14496 * sysvipc/semctl.c: Likewise.
14497 * sysvipc/semget.c: Likewise.
14498 * sysvipc/semop.c: Likewise.
14499 * sysvipc/semtimedop.c: Likewise.
14500 * sysvipc/shmat.c: Likewise.
14501 * sysvipc/shmctl.c: Likewise.
14502 * sysvipc/shmdt.c: Likewise.
14503 * sysvipc/shmget.c: Likewise.
14504 * termios/tcdrain.c: Likewise.
14505 * termios/tcflow.c: Likewise.
14506 * termios/tcflush.c: Likewise.
14507 * termios/tcgetattr.c: Likewise.
14508 * termios/tcgetpgrp.c: Likewise.
14509 * termios/tcsendbrk.c: Likewise.
14510 * termios/tcsetattr.c: Likewise.
14511 * termios/tcsetpgrp.c: Likewise.
14512 * time/adjtime.c: Likewise.
14513 * time/clock.c: Likewise.
14514 * time/getitimer.c: Likewise.
14515 * time/gettimeofday.c: Likewise.
14516 * time/setitimer.c: Likewise.
14517 * time/settimeofday.c: Likewise.
14518 * time/stime.c: Likewise.
14519 * time/time.c: Likewise.
14520
145212012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 14522
a20492cf
PT
14523 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
14524 /usr/old/bin.
14525
72e182e3
PT
14526 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
14527 instead of spaces.
14528 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
14529
fbeafede
JM
145302012-11-03 Joseph Myers <joseph@codesourcery.com>
14531
5b5b04d6
JM
14532 [BZ #14796]
14533 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
14534 FE_TONEAREST before applying Dekker multiplication and Knuth
14535 addition. Clear inexact exceptions and check for exact zero
14536 results afterwards.
14537 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14538 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14539 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14540 * math/libm-test.inc (fma_test): Add more tests.
14541 (fma_test_towardzero): Likewise.
14542 (fma_test_downward): Likewise.
14543 (fma_test_upward): Likewise.
14544 * sysdeps/generic/math_private.h (default_libc_fesetround): New
14545 function.
14546 (libc_fesetround): New macro.
14547 (libc_fesetroundf): Likewise.
14548 (libc_fesetroundl): Likewise.
14549 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
14550 function.
14551 (libc_fesetround_387): Likewise.
14552 (libc_fesetroundf): New macro.
14553 (libc_fesetround): Likewise.
14554 (libc_fesetroundl): Likewise.
14555 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
14556 function.
14557 (libc_fesetroundf): New macro.
14558 (libc_fesetround): Likewise.
14559 (libc_fesetroundl): Likewise.
14560 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
14561 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
14562 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
14563 libm_hidden_ver.
14564 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
14565 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
14566 libm_hidden_def.
14567 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
14568 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
14569 libm_hidden_ver.
14570 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
14571 libm_hidden_def.
14572
fbeafede
JM
14573 [BZ #3439]
14574 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
14575 integer constant usable in #if and use that to give value to enum
14576 constant.
14577 (FE_DIVBYZERO): Likewise.
14578 (FE_UNDERFLOW): Likewise.
14579 (FE_OVERFLOW): Likewise.
14580 (FE_INVALID): Likewise.
14581 (FE_INVALID_SNAN): Likewise.
14582 (FE_INVALID_ISI): Likewise.
14583 (FE_INVALID_IDI): Likewise.
14584 (FE_INVALID_ZDZ): Likewise.
14585 (FE_INVALID_IMZ): Likewise.
14586 (FE_INVALID_COMPARE): Likewise.
14587 (FE_INVALID_SOFTWARE): Likewise.
14588 (FE_INVALID_SQRT): Likewise.
14589 (FE_INVALID_INTEGER_CONVERSION): Likewise.
14590 (FE_TONEAREST): Likewise.
14591 (FE_TOWARDZERO): Likewise.
14592 (FE_UPWARD): Likewise.
14593 (FE_DOWNWARD): Likewise.
14594 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
14595 (FE_DIVBYZERO): Likewise.
14596 (FE_OVERFLOW): Likewise.
14597 (FE_UNDERFLOW): Likewise.
14598 (FE_INEXACT): Likewise.
14599 (FE_TONEAREST): Likewise.
14600 (FE_DOWNWARD): Likewise.
14601 (FE_UPWARD): Likewise.
14602 (FE_TOWARDZERO): Likewise.
14603 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
14604 (FE_UNDERFLOW): Likewise.
14605 (FE_OVERFLOW): Likewise.
14606 (FE_DIVBYZERO): Likewise.
14607 (FE_INVALID): Likewise.
14608 (FE_TONEAREST): Likewise.
14609 (FE_TOWARDZERO): Likewise.
14610 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
14611 (FE_OVERFLOW): Likewise.
14612 (FE_UNDERFLOW): Likewise.
14613 (FE_DIVBYZERO): Likewise.
14614 (FE_INEXACT): Likewise.
14615 (FE_TONEAREST): Likewise.
14616 (FE_TOWARDZERO): Likewise.
14617 (FE_UPWARD): Likewise.
14618 (FE_DOWNWARD): Likewise.
14619 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
14620 (FE_DIVBYZERO): Likewise.
14621 (FE_OVERFLOW): Likewise.
14622 (FE_UNDERFLOW): Likewise.
14623 (FE_INEXACT): Likewise.
14624 (FE_TONEAREST): Likewise.
14625 (FE_DOWNWARD): Likewise.
14626 (FE_UPWARD): Likewise.
14627 (FE_TOWARDZERO): Likewise.
14628
105ca950
CM
146292012-11-02 Chris Metcalf <cmetcalf@tilera.com>
14630
14631 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
14632
a542b389
AS
146332012-11-03 Andreas Schwab <schwab@linux-m68k.org>
14634
14635 * scripts/cross-test-ssh.sh (command): Use newlines to separate
14636 commands. Quote $PWD.
14637 (blacklist_exports): Don't use remove_newlines. Replace "declare
14638 -x" by "export".
14639 (remove_newlines): Remove.
14640
f62c8abc
L
146412012-11-02 H.J. Lu <hongjiu.lu@intel.com>
14642
14643 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
14644 * stdlib/stdlib.h (atof): Moved to ...
14645 * include/bits/stdlib-float.h: Here. New file.
14646 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
14647 * stdlib/bits/stdlib-float.h: New file.
14648 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
14649 -mno-sse -mno-mmx.
14650 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
14651 <xmmintrin.h>.
14652
0155d5b2
JM
146532012-11-02 Joseph Myers <joseph@codesourcery.com>
14654
a68d0680
JM
14655 * conform/conformtest.pl (@headers): Add fenv.h.
14656 * conform/data/fenv.h-data: New file.
14657 * include/fenv.h [_ISOMAC]: Disable all contents of file except
14658 include of <math/fenv.h>.
14659
caf7f573
JM
14660 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
14661 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
14662 && !UNIX98]. Enables tests for XOPEN2K8.
14663 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
14664 POSIX2008]: Likewise.
14665
6c073ad6
JM
14666 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
14667 (struct rusage): Do not expect type or its members.
14668
0155d5b2
JM
14669 [BZ #3439]
14670 * math/math.h (FP_NAN): Define macro to integer constant usable in
14671 #if and use that to give value to enum constant.
14672 (FP_INFINITE): Likewise.
14673 (FP_ZERO): Likewise.
14674 (FP_SUBNORMAL): Likewise.
14675 (FP_NORMAL): Likewise.
14676
b5dcacb4
AS
146772012-11-02 Andreas Schwab <schwab@linux-m68k.org>
14678
14679 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
14680 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
14681 arguments.
14682
f7934be8
RM
146832012-11-02 Roland McGrath <roland@hack.frob.com>
14684
14685 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
14686 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
14687 autoconf-time if not.
14688 * configure.in: Remove AC_PREREQ.
14689
d7d08bde
TMQMF
146902012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
14691
14692 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
14693 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
14694 of the internal implementation.
14695
dcdae19a
JM
146962012-11-02 Joseph Myers <joseph@codesourcery.com>
14697
14698 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
14699 except include of <misc/sys/syslog.h>.
14700
d6cffd3e
AS
147012012-11-01 Andreas Schwab <schwab@linux-m68k.org>
14702
14703 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
14704 function returns with a NULL context exit with zero.
14705
b3563932
TMQMF
147062012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
14707
14708 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
14709
b288a93d
L
147102012-11-01 H.J. Lu <hongjiu.lu@intel.com>
14711
14712 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
14713 (run_program_cmd): This.
14714 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
14715 (tst_langinfo): New variable. Use it.
14716
a2421a68
SAS
147172012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
14718
14719 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
14720 floating point opcodes.
14721
6f796e1b
TS
147222012-11-01 Thomas Schwinge <thomas@codesourcery.com>
14723
7402596b
TS
14724 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
14725 variable.
14726
d0d4f868
TS
14727 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
14728
6f796e1b
TS
14729 * sysdeps/mach/hurd/powerpc: Remove directory.
14730 * sysdeps/mach/powerpc: Likewise.
14731
4da224a2
AS
147322012-11-01 Andreas Schwab <schwab@linux-m68k.org>
14733
14734 * scripts/check-local-headers.sh: Ignore c++ headers.
14735
341dd673
TS
147362012-11-01 Thomas Schwinge <thomas@codesourcery.com>
14737
14738 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
14739 __libc_cleanup_region_start argument.
14740
473611b2
JM
147412012-11-01 Joseph Myers <joseph@codesourcery.com>
14742
14743 [BZ #14784]
14744 [BZ #14785]
14745 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
14746 x * y using scaling, not as x * y + z.
14747 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14748 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14749 * math/libm-test.inc (fma_test): Add more tests.
14750 (fma_test_towardzero): Likewise.
14751 (fma_test_downward): Likewise.
14752 (fma_test_upward): Likewise.
14753
4078da3d
TS
147542012-11-01 Thomas Schwinge <thomas@codesourcery.com>
14755
14756 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
14757
903252aa
JM
147582012-10-31 Joseph Myers <joseph@codesourcery.com>
14759
14760 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
14761 New variable.
14762
cbc818d0
TS
147632012-10-31 Thomas Schwinge <thomas@codesourcery.com>
14764
14765 * rt/tst-shm.c (worker): Correct checking for mmap failure.
14766
5a03cb1e
AS
147672012-10-31 Andreas Schwab <schwab@linux-m68k.org>
14768
14769 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14770 Fix sort order.
14771 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14772 Likewise.
14773
90aff2ff
TMQMF
147742012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
14775
14776 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14777 Fix the order of the list for glibc 2.17.
14778 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14779 Likewise.
14780
1818fcb7
AS
147812012-10-31 Andreas Schwab <schwab@linux-m68k.org>
14782
14783 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14784
ef82f4da
JM
147852012-10-31 Joseph Myers <joseph@codesourcery.com>
14786
16a0e2ec
JM
14787 [BZ #14610]
14788 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
14789 for low part of x being zero before using __atanl (y).
14790 * math/libm-test.inc (atan2_test): Add another test.
14791
0eb69512
JM
14792 * manual/install.texi (Configuring and compiling): Document
14793 general use of test-wrapper and test-wrapper-env.
14794 * INSTALL: Regenerated.
14795
ef82f4da
JM
14796 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
14797 (__fma): Do not extract and scale down low bits on after-rounding
14798 systems when result rounded to normal precision would have normal
14799 exponent.
14800 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
14801 (__fmal): Do not extract and scale down low bits on after-rounding
14802 systems when result rounded to normal precision would have normal
14803 exponent.
14804 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
14805 (__fmal): Do not extract and scale down low bits on after-rounding
14806 systems when result rounded to normal precision would have normal
14807 exponent.
14808 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
14809 macro.
14810 (fma_test): Add more tests.
14811 (fma_test_towardzero): Likewise.
14812 (fma_test_downward): Likewise.
14813 (fma_test_upward): Likewise.
14814
954ef0d9
L
148152012-10-30 H.J. Lu <hongjiu.lu@intel.com>
14816
14817 * sysdeps/i386/tininess.h: Renamed to ...
14818 * sysdeps/x86/tininess.h: This.
14819 * sysdeps/x86_64/tininess.h: Removed.
14820
df61ffb2
JM
148212012-10-30 Joseph Myers <joseph@codesourcery.com>
14822
14823 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
14824 input. Use $(build-program-cmd).
14825 ($(objpfx)tst-array1-static.out): Likewise.
14826 ($(objpfx)tst-array2.out): Likewise.
14827 ($(objpfx)tst-array3.out): Likewise.
14828 ($(objpfx)tst-array4.out): Likewise.
14829 ($(objpfx)tst-array5.out): Likewise.
14830 ($(objpfx)tst-array5-static.out): Likewise.
14831
01767843
CM
148322012-10-30 Chris Metcalf <cmetcalf@tilera.com>
14833
47cc1490
CM
14834 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
14835 if defined.
14836
01767843
CM
14837 * nss/nsswitch.h (nss_interface_function): Provide new
14838 macro for use with NSS functions.
14839 * grp/initgroups.c: Use new macro.
14840 * nss/getXXbyYY.c: Likewise.
14841 * nss/getXXbyYY_r.c: Likewise.
14842 * nss/getXXent.c: Likewise.
14843 * nss/getXXent_r.c: Likewise.
14844 * sysdeps/posix/getaddrinfo.c: Likewise.
14845
8321aa97
AJ
148462012-10-30 Andreas Jaeger <aj@suse.de>
14847
14848 * po/ru.po: Update Russion translation from translation project.
14849
2a27fd6d
JM
148502012-10-30 Joseph Myers <joseph@codesourcery.com>
14851
8627a232
JM
14852 [BZ #14152]
14853 [BZ #14783]
14854 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
14855 result and shift together with sticky bit instead of replicating
14856 round-to-nearest rounding.
14857 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14858 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14859 * math/libm-test.inc (fma_test): Add more tests. Do not permit
14860 missing underflow exceptions.
14861 (fma_test_towardzero): Add more tests.
14862 (fma_test_downward): Likewise.
14863 (fma_test_upward): Likewise.
14864
2a27fd6d
JM
14865 [BZ #14047]
14866 * sysdeps/generic/tininess.h: New file.
14867 * sysdeps/i386/tininess.h: Likewise.
14868 * sysdeps/sh/tininess.h: Likewise.
14869 * sysdeps/x86_64/tininess.h: Likewise.
14870 * stdlib/tst-strtod-underflow.c: Likewise.
14871 * stdlib/tst-tininess.c: Likewise.
14872 * stdlib/strtod_l.c: Include <tininess.h>.
14873 (round_and_return): Do not set errno for exact underflow cases.
14874 Force an underflow exception when setting errno for underflow.
14875 Determine underflow based on rounding to normal precision if
14876 TININESS_AFTER_ROUNDING.
14877 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
14878 ERANGE for exact underflow cases.
14879 * stdlib/Makefile (tests): Add tst-tininess and
14880 tst-strtod-underflow.
14881 ($(objpfx)tst-tininess): Use $(link-libm).
14882 ($(objpfx)tst-strtod-underflow): Likewise.
14883
e7170363
AJ
148842012-10-30 Andreas Jaeger <aj@suse.de>
14885
e5088dc6
AJ
14886 [BZ#14767]
14887 * elf/Makefile (tests): Remove conditional for have-initfini-array
14888 since this is now always required and the variable does not exist
14889 anymore.
14890 (tests-static): Likewise.
14891 (modules-names): Likewise.
14892
e7170363 14893 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
14894
14895 * elf/tst-array1.c (fini_array): Make writeable so that it can be
14896 merged with constructor/destructor.
14897 (init_array): Likewise.
14898 * elf/tst-array2dep.c (fini_array): Likewise.
14899 (init_array): Likewise.
14900
60457d8a
MF
149012012-10-29 Mike Frysinger <vapier@gentoo.org>
14902
14903 * manual/message.texi: Delete @cartouche tags.
14904
8bece752
PT
149052012-10-29 Pino Toscano <toscano.pino@tiscali.it>
14906
94ce799f
PT
14907 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
14908 EOPNOTSUPP.
14909 * sysdeps/mach/hurd/fsync.c: Likewise.
14910
8bece752
PT
14911 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
14912 [_POSIX_REALTIME_SIGNALS]: Change condition to
14913 [_POSIX_REALTIME_SIGNALS > 0].
14914
86ebe6b1
AJ
149152012-10-27 Andreas Jaeger <aj@suse.de>
14916
14917 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
14918 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
14919 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
14920 [__WORDSIZE != 64]: Likewise.
14921
54399c08
L
149222012-10-26 H.J. Lu <hongjiu.lu@intel.com>
14923
14924 * iconvdata/tst-table.sh: Remove ${SHELL}.
14925 * iconvdata/tst-tables.sh: Likewise.
14926
e2211bed
DM
149272012-10-25 David S. Miller <davem@davemloft.net>
14928
14929 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
14930 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
14931 of strtoull.
14932
f303f97c
DM
14933 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
14934 ifunc-impl-list.c
14935 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
14936 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
14937 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
14938 file.
14939
1e9d84cd
RM
149402012-10-25 Roland McGrath <roland@hack.frob.com>
14941
14942 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
14943 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
14944 __getdirentries.
14945
df381762
JM
149462012-10-25 Joseph Myers <joseph@codesourcery.com>
14947 Jim Blandy <jimb@codesourcery.com>
14948
14949 * scripts/cross-test-ssh.sh: New file.
14950 * manual/install.texi (Configuring and compiling): Document use of
14951 cross-test-ssh.sh.
14952 * INSTALL: Regenerated.
14953
bff64913
PT
149542012-10-25 Pino Toscano <toscano.pino@tiscali.it>
14955
14956 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
14957 EOPNOTSUPP.
14958
25fe8932
JM
149592012-10-25 Joseph Myers <joseph@codesourcery.com>
14960
14961 * Makeconfig (run-program-prefix): Fix comment.
14962
cc1290d0
JM
149632012-10-24 Joseph Myers <joseph@codesourcery.com>
14964 Jim Blandy <jimb@codesourcery.com>
14965
14966 * Makeconfig (test-wrapper): New variable,
14967 (test-wrapper-env): Likewise.
14968 [$(cross-compiling) = yes && $(test-wrapper) != ""]
14969 (run-built-tests): Define to yes.
14970 (run-program-prefix): Use $(test-wrapper).
14971 (built-program-cmd): Likewise.
14972 * Rules (make-test-out): Use $(test-wrapper-env) and
14973 $(host-built-program-cmd).
14974 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
14975 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
14976 tst-pathopt.sh.
14977 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
14978 $(test-wrapper-env) to tst-rtld-load-self.sh.
14979 ($(objpfx)order2.out): Use $(test-wrapper).
14980 ($(objpfx)tst-initorder.out): Likewise.
14981 ($(objpfx)tst-initorder2.out): Likewise.
14982 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
14983 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
14984 (test_wrapper_env): New variable. Use it to run ld.so.
14985 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
14986 Use it to run ld.so.
14987 (test_wrapper_env): Likewise.
14988 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
14989 $(test-wrapper) to run-iconv-test.sh.
14990 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
14991 (ICONV): Use $test_wrapper.
14992 * posix/Makefile ($(objpfx)globtest.out): Pass
14993 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
14994 globtest.sh, not $(run-program-prefix).
14995 * posix/globtest.sh (run_via_rtld_prefix): New variable.
14996 (test_wrapper): Likewise.
14997 (test_wrapper_env): Likewise. Use it to run globtest with HOME
14998 set together with run_via_rtld_prefix.
14999 (run_program_prefix): Define in terms of test_wrapper and
15000 run_via_rtld_prefix.
15001
6e6249d0
RM
150022012-10-24 Roland McGrath <roland@hack.frob.com>
15003
15004 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
15005 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
15006 Targets removed.
15007
15008 [BZ #14743]
15009 * include/time.h: Remove librt_hidden_proto (clock_gettime).
15010 Declare __clock_getres, __clock_gettime, __clock_settime,
15011 __clock_nanosleep, and __clock_getcpuclockid.
15012 * rt/clock_gettime.c: Define __clock_gettime as an alias.
15013 Remove librt_hidden_def (clock_gettime).
15014 * sysdeps/unix/clock_gettime.c: Likewise.
15015 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
15016 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
15017 * rt/clock_getres.c: Define __clock_getres as an alias.
15018 * sysdeps/posix/clock_getres.c: Likewise.
15019 * rt/clock_settime.c: Define __clock_settime as an alias.
15020 * sysdeps/unix/clock_settime.c: Likewise.
15021 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
15022 * sysdeps/unix/clock_nanosleep.c: Likewise.
15023 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
15024 * rt/clock-compat.c: New file.
15025 * rt/Makefile (librt-routines): Add clock-compat and move
15026 $(clock-routines) to ...
15027 (routines): ... here, new variable.
15028 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
15029 Don't add get_clockfreq here.
15030 * rt/Versions (libc: GLIBC_2.17): New version set.
15031 Add clock_* symbols here.
15032 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
15033 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
15034 (GLIBC_2.17): Add clock_* symbols.
15035 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
15036 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
15037 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
15038 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
15039 Likewise.
15040 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
15041 Likewise.
15042 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
15043 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
15044 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
15045 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
15046 * NEWS: Mention the move.
15047
15048 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15049 Use __open, __read, __close rather than their public counterparts.
15050 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
15051 (__get_clockfreq_via_cpuinfo): Likewise.
15052 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
15053 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
15054
15055 * config.h.in (HAVE_IFUNC): New #undef.
15056 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
15057 was successful.
15058 * configure: Regenerated.
15059
0cae3f4b
MF
150602012-10-24 Mike Frysinger <vapier@gentoo.org>
15061
15062 * configure.in: Move READELF check to start of file.
15063 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
15064 libc_cv_asm_gnu_indirect_function in the process.
15065 * configure: Regenerated.
15066
8175a253
MF
150672012-10-24 Mike Frysinger <vapier@gentoo.org>
15068
15069 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
15070 send the output to /dev/null.
15071 (libc_cv_cc_with_libunwind): Likewise.
15072 (libc_cv_as_noexecstack): Likewise.
15073 * configure: Regenerate.
15074
0708a7d1
JM
150752012-10-24 Joseph Myers <joseph@codesourcery.com>
15076
10b40d85
JM
15077 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
15078
0708a7d1
JM
15079 * posix/globtest.sh (TMPDIR): Do not set.
15080 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
15081 (testout): Likewise.
15082
9fddec1a
AJ
150832012-10-24 Andreas Jaeger <aj@suse.de>
15084
3a8db22f
AJ
15085 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
15086 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
15087 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
15088 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
15089 posix_fadvise64, posix_fallocate64.
15090
9fddec1a
AJ
15091 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
15092 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
15093 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
15094 Likewise.
15095 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
15096 Likewise.
15097 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
15098
15099 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
15100 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
15101 <bits/fcntl-linux.h>.
15102 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
15103
15104 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
15105 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
15106 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
15107 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
15108 [__WORDSIZE != 64]: Likewise.
15109
ebfd1bbd
JM
151102012-10-23 Joseph Myers <joseph@codesourcery.com>
15111
03ac099f
JM
15112 * Makeconfig (run-built-tests): New variable.
15113 * Rules [$(cross-compiling) = yes]: Change condition to
15114 [$(run-built-tests) = no].
15115 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
15116 to [$(run-built-tests) = yes].
15117 * elf/Makefile [$(cross-compiling) = no]: Likewise
15118 * grp/Makefile [$(cross-compiling) = no]: Likewise.
15119 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
15120 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
15121 * intl/Makefile [$(cross-compiling) = no]: Likewise.
15122 * io/Makefile [$(cross-compiling) = no]: Likewise.
15123 * libio/Makefile [$(cross-compiling) = no]: Likewise.
15124 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
15125 * misc/Makefile [$(cross-compiling) = no]: Likewise.
15126 * posix/Makefile [$(cross-compiling) = no]: Likewise.
15127 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
15128 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
15129 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
15130 * string/Makefile [$(cross-compiling) = no]: Likewise.
15131
ebfd1bbd
JM
15132 * posix/Makefile ($(objpfx)globtest.out): Pass
15133 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
15134 $(rtld-installed-name).
15135 * posix/globtest.sh (elf_objpfx): Remove variable.
15136 (rtld_installed_name): Likewise.
15137 (library_path): Likewise.
15138 (run_program_prefix): New variable. Use for running globtest
15139 binary.
15140
166bca24
JB
151412012-10-23 Jim Blandy <jimb@codesourcery.com>
15142 Joseph Myers <joseph@codesourcery.com>
15143
15144 * Makeconfig (host-built-program-cmd): New variable.
15145 * elf/Makefile (tst-stackguard1-ARGS): Use
15146 $(host-built-program-cmd).
15147 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
15148 (tst-spawn-ARGS): Likewise.
15149 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
15150
88866099
JM
151512012-10-23 Joseph Myers <joseph@codesourcery.com>
15152 Jim Blandy <jimb@codesourcery.com>
15153
15154 * Makeconfig (run-via-rtld-prefix): New variable.
15155 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
15156 (built-program-cmd): Likewise.
15157
b4b4c296
AJ
151582012-10-22 Andreas Jaeger <aj@suse.de>
15159
15160 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
15161 __O_RSYNC if it exists, otherwise to O_SYNC.
15162
6fb54a22
JB
151632012-10-22 Jim Blandy <jimb@codesourcery.com>
15164 Joseph Myers <joseph@codesourcery.com>
15165
15166 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
15167 /dev/null.
15168 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
15169 from /dev/null
15170 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
15171 /dev/null.
15172
481b90b9
AJ
151732012-10-22 Andreas Jaeger <aj@suse.de>
15174
2a0e2669
AJ
15175 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
15176 Define always.
15177 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
15178
76e38f9a
AJ
15179 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
15180 bits/fcntl-linux.h.
15181
7cd37b43
AJ
15182 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
15183 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
15184
481b90b9
AJ
15185 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
15186 to __O_LARGEFILE.
15187 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
15188 to __O_LARGEFILE.
15189
aba75984
JB
151902012-10-21 Jim Blandy <jimb@codesourcery.com>
15191 Joseph Myers <joseph@codesourcery.com>
15192
15193 * config.make.in (NM): New variable.
15194
88d4247f
AJ
151952012-10-21 Andreas Jaeger <aj@suse.de>
15196
15197 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
15198 definitions and declarations that are provided by
15199 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
15200
f2eed205
L
152012012-10-20 H.J. Lu <hongjiu.lu@intel.com>
15202
15203 [BZ #14683]
15204 * elf/Makefile (tests-static): Add tst-leaks1-static.
15205 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
15206 ($(objpfx)tst-leaks1-static): New rule.
15207 ($(objpfx)tst-leaks1-static-mem): Likewise.
15208 (tst-leaks1-static-ENV): New macro.
15209 * elf/dl-open.c (dl_open_worker): Check the main application
15210 only if SHARED is defined.
15211 * elf/tst-leaks1-static.c: New file.
15212
335e6931
AJ
152132012-10-20 Andreas Jaeger <aj@suse.de>
15214
15215 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
15216 generic values for Linux.
15217 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
15218 and declarations that are provided by <bits/fcntl-linux.h> and
15219 include <bits/fcntl-linux.h>.
15220 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15221 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
15222
ac5c94d3
RM
152232012-10-20 Roland McGrath <roland@hack.frob.com>
15224
15225 * io/fcntl.h: Move include of <bits/types.h> to the top and
15226 include it unconditionally.
15227
de54b33a
L
152282012-10-20 H.J. Lu <hongjiu.lu@intel.com>
15229
228cfb01
L
15230 * wcsmbs/Makefile (tests-ifunc): New variable.
15231 (tests): Add $(tests-ifunc).
15232 * wcsmbs/test-wcschr-ifunc.c: New file.
15233 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
15234 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
15235 * wcsmbs/test-wcslen-ifunc.c: Likewise.
15236 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
15237 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
15238
69f07e5f
L
15239 * string/Makefile (tests-ifunc): New variable.
15240 (tests): Add $(tests-ifunc).
15241 * string/test-memccpy.c (TEST_NAME): New macro.
15242 * string/test-memchr.c (TEST_NAME): Likewise.
15243 * string/test-memcmp.c (TEST_NAME): Likewise.
15244 * string/test-memcpy.c (TEST_NAME): Likewise.
15245 * string/test-memmem.c (TEST_NAME): Likewise.
15246 * string/test-memmove.c (TEST_NAME): Likewise.
15247 * string/test-memset.c (TEST_NAME): Likewise.
15248 * string/test-rawmemchr.c (TEST_NAME): Likewise.
15249 * string/test-stpcpy.c (TEST_NAME): Likewise.
15250 * string/test-stpncpy.c (TEST_NAME): Likewise.
15251 * string/test-strcasecmp.c (TEST_NAME): Likewise.
15252 * string/test-strcasestr.c (TEST_NAME): Likewise.
15253 * string/test-strcat.c (TEST_NAME): Likewise.
15254 * string/test-strchr.c (TEST_NAME): Likewise.
15255 * string/test-strcmp.c(TEST_NAME): Likewise.
15256 * string/test-strcpy.c (TEST_NAME): Likewise.
15257 * string/test-strcspn.c (TEST_NAME): Likewise.
15258 * string/test-strlen.c (TEST_NAME): Likewise.
15259 * string/test-strncasecmp.c (TEST_NAME): Likewise.
15260 * string/test-strncmp.c (TEST_NAME): Likewise.
15261 * string/test-strncpy.c (TEST_NAME): Likewise.
15262 * string/test-strnlen.c (TEST_NAME): Likewise.
15263 * string/test-strpbrk.c (TEST_NAME): Likewise.
15264 * string/test-strrchr.c (TEST_NAME): Likewise.
15265 * string/test-strspn.c (TEST_NAME): Likewise.
15266 * string/test-strstr.c (TEST_NAME): Likewise.
15267 * string/test-bcopy-ifunc.c: New file.
15268 * string/test-bzero-ifunc.c: Likewise.
15269 * string/test-memccpy-ifunc.c: Likewise.
15270 * string/test-memchr-ifunc.c: Likewise.
15271 * string/test-memcmp-ifunc.c: Likewise.
15272 * string/test-memcpy-ifunc.c: Likewise.
15273 * string/test-memmem-ifunc.c: Likewise.
15274 * string/test-memmove-ifunc.c: Likewise.
15275 * string/test-mempcpy-ifunc.c: Likewise.
15276 * string/test-memset-ifunc.c: Likewise.
15277 * string/test-rawmemchr-ifunc.c: Likewise.
15278 * string/test-stpcpy-ifunc.c: Likewise.
15279 * string/test-stpncpy-ifunc.c: Likewise.
15280 * string/test-strcasecmp-ifunc.c: Likewise.
15281 * string/test-strcasestr-ifunc.c: Likewise.
15282 * string/test-strcat-ifunc.c: Likewise.
15283 * string/test-strchr-ifunc.c: Likewise.
15284 * string/test-strchrnul-ifunc.c: Likewise.
15285 * string/test-strcmp-ifunc.c: Likewise.
15286 * string/test-strcpy-ifunc.c: Likewise.
15287 * string/test-strcspn-ifunc.c: Likewise.
15288 * string/test-strlen-ifunc.c: Likewise.
15289 * string/test-strncasecmp-ifunc.c: Likewise.
15290 * string/test-strncat-ifunc.c: Likewise.
15291 * string/test-strncmp-ifunc.c: Likewise.
15292 * string/test-strncpy-ifunc.c: Likewise.
15293 * string/test-strnlen-ifunc.c: Likewise.
15294 * string/test-strpbrk-ifunc.c: Likewise.
15295 * string/test-strrchr-ifunc.c: Likewise.
15296 * string/test-strspn-ifunc.c: Likewise.
15297 * string/test-strstr-ifunc.c: Likewise.
15298
de54b33a
L
15299 * debug/Makefile (tests-ifunc): New variable.
15300 (tests): Add $(tests-ifunc).
15301 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
15302 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
15303 * debug/test-stpcpy_chk-ifunc.c: New file.
15304 * debug/test-strcpy_chk-ifunc.c: Likewise.
15305
88481c16
SP
153062012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
15307
15308 [BZ #13601]
15309 * elf/dl-load.c (open_verify): Retry read if the entire ELF
15310 header is not read in.
15311
135948bd
JM
153122012-10-19 Joseph Myers <joseph@codesourcery.com>
15313
89f1c388
JM
15314 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
15315 script to $(SHELL) as $<. Pass $(common-objpfx) to script
15316 directly. Pass built executable to script as
15317 $(built-program-cmd).
15318 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
15319 $testprogram without using LD_LIBRARY_PATH and $ldso.
15320
e40a0d21
JM
15321 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
15322 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
15323 $(rtld-installed-name).
15324 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
15325 (rtld_installed_name): Likewise.
15326 (library_path): Likewise.
15327 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
15328 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
15329 $(run-program-prefix) to tst-tables.sh.
15330 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
15331 it to run tst-table-from and tst-table-to.
15332 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
15333 Pass it to tst-table.sh.
15334 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
15335 $(run-program-prefix) to tst-gettext.sh.
15336 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
15337 tst-translit.sh.
15338 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
15339 tst-gettext2.sh.
15340 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
15341 to run tst-gettext.
15342 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
15343 to run tst-gettext2.
15344 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
15345 to run tst-translit.
15346 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
15347 $(run-program-prefix) to tst-mtrace.sh.
15348 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
15349 to run tst-mtrace.
15350 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
15351 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
15352 $(rtld-installed-name).
15353 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
15354 (rtld_installed_name): Likewise.
15355 (run_program_prefix): New variable. Use it to run wordexp-test.
15356
728e272a
JM
15357 * Makeconfig (ARCH): Remove all definitions.
15358 (machine): Likewise.
15359 [ARCH]: Remove conditional code.
15360 [!objdir]: Give error.
15361 [!objdir] (objpfx): Remove.
15362 [!objdir] (common-objpfx): Likewise.
15363 [!objdir] (common-objdir): Likewise.
15364 * configure.in (config_makefile): Remove. Hardcode Makefile in
15365 AC_CONFIG_FILES call.
15366 * configure: Regenerated.
15367
d528cdcf
JM
15368 [BZ #13888]
15369 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
15370 or TMPDIR.
15371 (testout): Likewise.
15372
135948bd
JM
15373 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
15374 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
15375 $(rtld-installed-name).
15376 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
15377 (rtld_installed_name): Likwise.
15378 (runit): Remove function.
15379 (run_getconf): New variable, Use it for running getconf binary.
15380
38c78296
L
153812012-10-18 H.J. Lu <hongjiu.lu@intel.com>
15382
15383 [BZ #14716]
15384 * string/test-memmem.c (check_result): New function.
15385 (do_one_test): Use it.
15386 (check1): New function.
15387 (test_main): Use it.
15388
d077f65f
MT
153892012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
15390
15391 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
15392
ced52c71
JM
153932012-10-18 Joseph Myers <joseph@codesourcery.com>
15394
15395 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
15396 (_G_LSEEK64): Likewise.
15397 (_G_MMAP64): Likewise.
15398 (_G_FSTAT64): Likewise.
15399 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
15400 (_G_LSEEK64): Likewise.
15401 (_G_MMAP64): Likewise.
15402 (_G_FSTAT64): Likewise.
15403 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
15404 unconditional. Call __mmap64 directly.
15405 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
15406 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
15407 __lseek64 directly.
15408 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
15409 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
15410 __mmap64 directly.
15411 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
15412 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
15413 __lseek64 directly.
15414 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
15415 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
15416 __lseek64 directly.
15417 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
15418 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
15419 __lseek64 directly.
15420 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
15421 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
15422 __fxstat64 directly.
15423 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
15424 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
15425 unconditional.
15426 (freopen64) [!_G_OPEN64]: Remove conditional code.
15427 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
15428 unconditional.
15429 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
15430 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
15431 unconditional.
15432 (ftello64) [!_G_LSEEK64]: Remove conditional code.
15433 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
15434 unconditional.
15435 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
15436 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
15437 unconditional.
15438 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
15439 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
15440 unconditional.
15441 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
15442 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
15443 unconditional.
15444 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
15445 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
15446 unconditional.
15447 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
15448
b741de23
SP
154492012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
15450
15451 [BZ #12140]
15452 * manual/memory.texi (Malloc Tunable Parameters): Add note
15453 about free list pointers overwriting some perturb bytes.
15454 Wording suggested by Roland McGrath.
15455
f9b9d9c9
JM
154562012-10-17 Joseph Myers <joseph@codesourcery.com>
15457
15458 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
15459 (lgamma_test): Likewise.
15460 (tgamma_test): Likewise.
15461
172a631a
FW
154622012-10-16 Florian Weimer <fweimer@redhat.com>
15463
15464 [BZ #14700]
15465 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
15466 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
15467
e9f37252
MK
154682012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
15469
15470 * NEWS: Mention BZ #14716.
15471 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
15472 when removing AVAILABLE1_USES_J macro.
15473
d394eb74
L
154742012-10-12 H.J. Lu <hongjiu.lu@intel.com>
15475
15476 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
15477 (__bswap_64): __uint64_t for unsigned 64-bit int.
15478
ca38dc17
AS
154792012-10-12 Andreas Schwab <schwab@linux-m68k.org>
15480
15481 * include/string.h (memmem): Declare libc hidden alias.
15482 * string/memmem.c (memmem): Define libc hidden alias.
15483 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
15484 __read, __close instead of open, read, close.
15485
9a387d1f
L
154862012-10-11 H.J. Lu <hongjiu.lu@intel.com>
15487
ac49ecaf
L
15488 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
15489 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
15490 global and hidden.
15491 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
15492 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
15493 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
15494 Likewise.
15495 (__rawmemchr_sse2): Likewise.
15496 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
15497 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
15498 (__strchr_sse2): Likewise.
15499 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
15500 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
15501 (__strcasecmp_sse2): Likewise.
15502 (__strncasecmp_sse2): Likewise.
15503 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
15504 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
15505 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
15506 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
15507 (__strrchr_sse2): Likewise.
15508 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
15509 ifunc-impl-list.c.
15510 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
15511 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
15512 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
15513 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
15514 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
15515 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
15516 * sysdeps/x86_64/multiarch/memset.S: Likewise.
15517 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
15518 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
15519 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
15520 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
15521 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
15522 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
15523 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
15524 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
15525 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
15526 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
15527 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
15528 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
15529 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
15530 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
15531 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
15532 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
15533 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
15534 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
15535 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15536 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
15537 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
15538 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
15539 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
15540
b090e8ea
L
15541 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
15542 global and hidden.
15543 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
15544 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
15545 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
15546 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
15547 Likewise.
15548 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
15549 Likewise.
15550 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
15551 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
15552 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
15553 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
15554 ifunc-impl-list.c.
15555 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
15556 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
15557 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
15558 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
15559 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
15560 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
15561 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
15562 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
15563 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
15564 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
15565 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
15566 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
15567 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
15568 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
15569 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
15570 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
15571 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
15572 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
15573 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
15574 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
15575 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
15576 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
15577 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
15578 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
15579 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
15580 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
15581 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
15582 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
15583 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
15584 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
15585 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
15586 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
15587 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
15588 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
15589 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
15590 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
15591 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
15592 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
15593 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
15594 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
15595 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
15596
11dd4af6
L
15597 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
15598 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
15599 * include/ifunc-impl-list.h: New file.
15600 * misc/ifunc-impl-list.c: Likewise.
15601 * misc/Makefile (routines): Add ifunc-impl-list.
15602 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
15603 * string/test-string.h: Include <ifunc-impl-list.h>.
15604 [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
15605 impl_array): New variables.
15606 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
15607 are defined.
15608 (test_init): Call __libc_ifunc_impl_list to initialize
15609 func_list if TEST_IFUNC and TEST_NAME are defined.
15610
9a387d1f
L
15611 * string/Makefile (strop-tests): Add bcopy and bzero.
15612 * string/test-bcopy.c: New file.
15613 * string/test-bzero.c: Likewise.
15614 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
15615 defined.
15616 * string/test-memset.c: Support bzero test if TEST_BZERO is
15617 defined.
15618 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
15619 __libc_memmove.
15620 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
15621 __libc_memset.
15622 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
15623 of memset.
15624
472371b9
JM
156252012-10-10 Joseph Myers <joseph@codesourcery.com>
15626
1e4a9536
JM
15627 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
15628 * configure: Regenerated.
15629
d173d12e
JM
15630 * Makeconfig (+link-static-before-libc): Don't include
15631 $(link-static-libc).
15632
472371b9
JM
15633 * libio/libio.h (_IO_pos_t): Remove.
15634
89a3ad0b
AO
156352012-10-10 Alexandre Oliva <aoliva@redhat.com>
15636
15637 * NEWS: Add note about FIPS mode. Wording suggested by Roland
15638 McGrath.
15639
e7451425
AO
156402012-10-10 Alexandre Oliva <aoliva@redhat.com>
15641
15642 * crypt/crypt-entry.c: Include fips-private.h.
15643 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
15644 * crypt/md5c-test.c (main): Tolerate disabled MD5.
15645 * sysdeps/unix/sysv/linux/fips-private.h: New file.
15646 * sysdeps/generic/fips-private.h: New file, dummy fallback.
15647
4ba74a35
AO
156482012-10-10 Alexandre Oliva <aoliva@redhat.com>
15649
15650 * crypt/crypt-private.h: Include stdbool.h.
15651 (_ufc_setup_salt_r): Return bool.
15652 * crypt/crypt-entry.c: Include errno.h.
15653 (__crypt_r): Return NULL with EINVAL for bad salt.
15654 * crypt/crypt_util.c (bad_for_salt): New.
15655 (_ufc_setup_salt_r): Check that salt is long enough and within
15656 the specified alphabet.
15657 * crypt/badsalttest.c: New file.
15658 * crypt/Makefile (tests): Add it.
15659 ($(objpfx)badsalttest): New.
15660
f96f1242
MK
156612012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
15662
15663 * NEWS: Add entry for BZ #14602.
15664
0e8e0c1c
JM
156652012-10-09 Joseph Myers <joseph@codesourcery.com>
15666
15667 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
15668 type-generic.
15669 * math/libm-test.inc: Update comment listing what functions and
15670 macros are tested.
15671 (isgreater_test): New function.
15672 (isgreaterequal_test): Likewise.
15673 (isless_test): Likewise.
15674 (islessequal_test): Likewise.
15675 (islessgreater_test): Likewise.
15676 (isunordered_test): Likewise.
15677 (main): Call the new functions.
15678
273edc5e
RM
156792012-10-09 Roland McGrath <roland@hack.frob.com>
15680
b8493de0
RM
15681 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
15682 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
15683 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
15684 * sysdeps/i386/configure: Regenerated.
15685 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
15686 * sysdeps/mach/configure: Regenerated.
15687 * sysdeps/mach/hurd/configure: Regenerated.
15688 * sysdeps/powerpc/configure: Regenerated.
15689 * sysdeps/powerpc/powerpc32/configure: Regenerated.
15690 * sysdeps/powerpc/powerpc64/configure: Regenerated.
15691 * sysdeps/s390/s390-32/configure: Regenerated.
15692 * sysdeps/s390/s390-64/configure: Regenerated.
15693 * sysdeps/sh/configure: Regenerated.
15694 * sysdeps/sparc/configure: Regenerated.
15695 * sysdeps/unix/sysv/linux/configure: Regenerated.
15696 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
15697 * sysdeps/x86_64/configure: Regenerated.
15698
273edc5e
RM
15699 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
15700 defined. Don't check if MAP is NULL.
15701
c8450f70
JM
157022012-10-09 Joseph Myers <joseph@codesourcery.com>
15703
15704 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
15705 (_G_stat64): Likewise.
15706 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
15707 (_G_stat64): Likewise.
15708 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
15709 instead of struct _G_stat64.
15710 * libio/fileops.c (mmap_remap_check): Likewise.
15711 (decide_maybe_mmap): Likewise.
15712 (_IO_new_file_seekoff): Likewise.
15713 (_IO_file_stat): Likewise.
15714 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
15715 _G_off64_t.
15716 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
15717 instead of struct _G_stat64.
15718 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
15719
57e605ba
MK
157202012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
15721
15722 [BZ #14602]
15723 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
15724 Replace with ...
15725 (CHECK_EOL): New macro.
15726 (two_way_short_needle): Check beginning of haystack for EOL. Use
15727 CHECK_EOL.
15728 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
15729 Replace with CHECK_EOL.
15730 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
15731 Replace with CHECK_EOL.
15732
ef1bb361
JM
157332012-10-08 Joseph Myers <joseph@codesourcery.com>
15734
15735 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
15736 type-generic.
15737 * math/libm-test.inc: Update comment listing what functions and
15738 macros are tested.
15739 (finite_test): New function.
15740 (isinf_test): Likewise.
15741 (isnan_test): Likewise.
15742 (fpclassify_test): Test subnormal input.
15743 (isfinite_test): Likewise.
15744 (isnormal_test): Likewise.
15745 (main): Call the new functions.
15746
55f11534
JN
157472012-10-08 Jonathan Nieder <jrnieder@gmail.com>
15748
15749 [BZ #14660]
15750 * Makerules (%.dynsym): Force C locale when running
15751 $(OBJDUMP) --dynamic-syms.
15752
1ab29350
AS
157532012-10-08 Andreas Schwab <schwab@linux-m68k.org>
15754
15755 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
15756 <stdint.h>.
15757
f1ecb7ef
DM
157582012-10-06 David S. Miller <davem@davemloft.net>
15759
15760 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
15761 upper 32-bits of the length value in %o2 since we use branch-on-register
15762 tests which consider the entire 64-bit register.
15763
5d41d91a
L
157642012-10-06 H.J. Lu <hongjiu.lu@intel.com>
15765
15766 * string/test-strstr.c (check2): Add a test for page boundary.
15767
3baddb72
DM
157682012-10-05 David S. Miller <davem@davemloft.net>
15769
15770 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
15771 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
15772 file.
15773 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
15774 sysdep_routines.
15775 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
15776 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
15777 and bzero when HWCAP_SPARC_CRYPTO is present.
15778
9cee5585
L
157792012-10-05 H.J. Lu <hongjiu.lu@intel.com>
15780
d7e0dab9
L
15781 [BZ #14602]
15782 * string/test-strstr.c (check2): New function.
15783 (test_main): Call check2.
15784
03759f47
L
15785 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
15786 and bug-strchr1.
15787 * string/bug-strcasestr1.c (do_test): Moved to ...
15788 * string/test-strcasestr.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-strchr1.c (do_test): Moved to ...
15794 * string/test-strchr.c (check1): Here. New function.
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-strstr1.c (main): Moved to ...
046f153e 15800 * string/test-strstr.c (check1): Here. New function.
03759f47
L
15801 (do_one_test): Break out result checking code into ...
15802 (check_result): This. New function.
15803 (do_one_test): Call check_result.
15804 (test_main): Call check1.
15805 * string/bug-strcasestr1.c: Removed.
15806 * string/bug-strchr1.c: Likewise.
15807 * string/bug-strstr1.c: Likewise.
15808
53cea63e
L
15809 * elf/Makefile (dl-routines): Add hwcaps.
15810 * elf/dl-support.c (_dl_important_hwcaps): Removed.
15811 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
15812 (_dl_important_hwcaps): Moved to ...
15813 * elf/dl-hwcaps.c: Here. New file.
15814 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
15815
9cee5585 15816 [BZ #14557]
bb859b06
L
15817 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
15818 if IS_IN_rtld isn't defined.
15819
9cee5585
L
15820 * elf/dl-support.c (_dl_sysinfo_map): New.
15821 Include "get-dynamic-info.h" and "setup-vdso.h".
15822 (_dl_non_dynamic_init): Call setup_vdso.
15823 * elf/dynamic-link.h: Don't include <assert.h>.
15824 (elf_get_dynamic_info): Moved to ...
15825 * elf/get-dynamic-info.h: Here. New file.
15826 * elf/dynamic-link.h: Include "get-dynamic-info.h".
15827 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
15828 * elf/setup-vdso.h: Here. New file.
15829 * elf/rtld.c: Include "setup-vdso.h".
15830 (dl_main): Call setup_vdso.
15831
23c31b76
JM
158322012-10-05 Joseph Myers <joseph@codesourcery.com>
15833
28234b07
JM
15834 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
15835 creal in comment listing functions tested. List finite, isinf,
15836 isnan, isless, islessequal, isgreater, isgreaterequal,
15837 islessgreater, isunordered, lgamma_r and pow10 as functions and
15838 macros not tested. Mention which functions not tested are aliases
15839 for other functions. Fix typo. Note that signs of NaNs are not
15840 tested.
15841
23c31b76
JM
15842 * scripts/config.guess: Update from config.git.
15843 * scripts/config.sub: Likewise.
15844
9043e228
RM
158452012-10-04 Roland McGrath <roland@hack.frob.com>
15846
15847 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
15848 * misc/madvise.c (madvise): Renamed to __madvise.
15849 Make madvise a weak alias.
15850 * include/sys/mman.h: Declare __madvise.
15851 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
15852 * sysdeps/unix/syscalls.list
15853 (madvise): Make __madvise the strong name, and madvise a weak alias.
15854 * sysdeps/unix/sysv/linux/syscalls.list
15855 (madvise, mmap): Remove redundant entries.
15856 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
15857 * malloc/malloc.c (mtrim): Likewise.
15858 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
15859
f57f8055
RM
158602012-10-03 Roland McGrath <roland@hack.frob.com>
15861
15862 * sysdeps/mach/hurd/dl-cache.c: File removed.
15863 * config.h.in (USE_LDCONFIG): New #undef.
15864 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
15865 * configure: Regenerated.
15866 * elf/Makefile (dl-routines): Add dl-cache only under
15867 [$(use-ldconfig) = yes].
15868 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
15869 cache on [USE_LDCONFIG].
15870 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
15871 [USE_LDCONFIG].
15872 * elf/rtld.c (dl_main): Likewise.
15873
5bb0c10a
PT
158742012-10-03 Pino Toscano <toscano.pino@tiscali.it>
15875
15876 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
15877 _SC_LEVEL4_CACHE_LINESIZE.
15878
010188c6
RM
158792012-10-03 Roland McGrath <roland@hack.frob.com>
15880
15881 * sysdeps/unix/bsd/confstr.h: File removed.
15882
b6c5ec07
AO
158832012-10-02 Alexandre Oliva <aoliva@redhat.com>
15884
15885 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
15886 sys/sdt-config.h.
15887
408223d4
RM
158882012-10-02 Roland McGrath <roland@hack.frob.com>
15889
15890 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
15891 Make 'mapoff' field ElfW(Off) rather than off_t.
15892
bb9510dc
DL
158932012-10-02 Dmitry V. Levin <ldv@altlinux.org>
15894
fc997c6e
DL
15895 * nscd/Makefile: Remove nscd-cflags and all its users.
15896 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
15897 (CFLAGS-nonlib): Add compiler flags for nscd modules.
15898
bb9510dc
DL
15899 [BZ #10631]
15900 * malloc.c (malloc_printerr): Clarify error message.
15901
05699367
L
159022012-10-02 H.J. Lu <hongjiu.lu@intel.com>
15903
15904 [BZ #14648]
15905 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15906 Set bit_FMA_Usable if FMA is supported.
15907 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
15908 macro.
15909 (bit_FMA4_Usable): Updated.
15910 (index_FMA_Usable): New macro.
15911 (CPUID_FMA): Likewise
15912 (HAS_FMA): Defined with bit_FMA_Usable.
15913
51367701
RM
159142012-10-01 Roland McGrath <roland@hack.frob.com>
15915
15916 * bits/types.h (__swblk_t): Type removed.
15917 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
15918 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
15919 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
15920 (__SWBLK_T_TYPE): Likewise.
15921 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
15922 (__SWBLK_T_TYPE): Likewise.
15923 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
15924 (__SWBLK_T_TYPE): Likewise.
15925 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
15926 (__SWBLK_T_TYPE): Likewise.
15927
4d57bf63 159282012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 15929 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
15930
15931 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
15932 (xdr_mapname): Use YPMAXMAP as maxsize.
15933 (xdr_peername): Use YPMAXPEER as maxsize.
15934 (xdr_keydat): Use YPAXRECORD as maxsize.
15935 (xdr_valdat): Use YPMAXRECORD as maxsize.
15936
93c65d43
RM
159372012-10-01 Roland McGrath <roland@hack.frob.com>
15938
497a03d6
RM
15939 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
15940
93c65d43
RM
15941 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
15942 * csu/init-first.c: ... here.
15943 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
15944 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
15945 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
15946 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
15947 * sysdeps/i386/init-first.c: File removed.
15948 * sysdeps/sh/init-first.c: File removed.
15949
bec749fd
JM
159502012-10-01 Joseph Myers <joseph@codesourcery.com>
15951
15952 [BZ #14645]
15953 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
15954 if x * y might underflow to zero and z is zero.
15955 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15956 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15957 * math/libm-test.inc (min_subnorm_value): New variable.
15958 (fma_test): Add more tests.
15959 (fma_test_towardzero): Likewise.
15960 (fma_test_downward): Likewise
15961 (fma_test_upward): Likewise.
15962 (initialize): Set min_subnorm_value.
15963
8ec5b013
JM
159642012-09-29 Joseph Myers <joseph@codesourcery.com>
15965
15966 [BZ #14638]
15967 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
15968 0 + 0.
15969 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
15970 mode for addition resulting in exact zero.
15971 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
15972 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
15973 exact 0 + 0.
15974 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15975 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15976 * math/libm-test.inc (fma_test): Add more tests.
15977 (fma_test_towardzero): New function.
15978 (fma_test_downward): Likewise.
15979 (fma_test_upward): Likewise.
15980 (main): Call the new functions.
15981
b1fa802e
DM
159822012-09-28 David S. Miller <davem@davemloft.net>
15983
15984 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
15985
d3b9fd9e
RM
159862012-09-28 Roland McGrath <roland@hack.frob.com>
15987
ea4d37b3
RM
15988 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
15989 instead of SIGALRM.
15990
ac51c949
RM
15991 * sysdeps/gnu/_G_config.h: Moved to ...
15992 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
15993 * sysdeps/mach/hurd/_G_config.h: Moved to ...
15994 * sysdeps/generic/_G_config.h: ... here.
15995
28c195f7
RM
15996 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
15997
848917f9
RM
15998 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
15999
6bacf05b
RM
16000 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
16001 Conditionalize target on [libnss_test1.so-version].
16002
91363dbb
RM
16003 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
16004
cc87f7d8
RM
16005 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
16006 (elfobjdir): Move out of conditionals.
16007
b1c608fe
RM
16008 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
16009 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
16010 (__nss_lookup_function): Conditionalize label remove_from_tree on
16011 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 16012
1d9a6d96
DM
160132012-09-28 David S. Miller <davem@davemloft.net>
16014
16015 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
16016 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
16017 file.
16018 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
16019 sysdep_routines.
16020 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
16021 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
16022 when HWCAP_SPARC_CRYPTO is present.
16023
72581615
PT
160242012-09-28 Pino Toscano <toscano.pino@tiscali.it>
16025
16026 * io/tst-mknodat.c: Create a FIFO instead of a socket.
16027
715a900c
JL
160282012-09-28 Andreas Schwab <schwab@linux-m68k.org>
16029
16030 [BZ #6530]
16031 * stdio-common/vfprintf.c (process_string_arg): Revert
16032 2000-07-22 change.
16033
160342011-09-28 Jonathan Nieder <jrnieder@gmail.com>
16035
16036 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
16037 for testcase.
16038 * stdio-common/tst-sprintf.c: Include <locale.h>
16039 (main): Test sprintf's handling of incomplete multibyte
16040 characters.
16041
9bac1d86
L
160422012-09-28 H.J. Lu <hongjiu.lu@intel.com>
16043
16044 * elf/dl-runtime.c (VERSYMIDX): Removed.
16045 * elf/dl-version.c (VERSYMIDX): Likewise.
16046 * elf/do-rel.h (VERSYMIDX): Likewise.
16047 (VALIDX): Likewise.
16048 * elf/dynamic-link.h (VERSYMIDX): Likewise.
16049 * elf/rtld.c (VALIDX): Likewise.
16050 (ADDRIDX): Likewise.
9bac1d86
L
16051 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
16052 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
16053 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
16054 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
16055 (VALIDX): Likewise.
16056 (ADDRIDX): Likewise.
9bac1d86 16057
b31606c0
PT
160582012-09-28 Pino Toscano <toscano.pino@tiscali.it>
16059
16060 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
16061
11541177
JL
160622012-09-28 Dmitry V. Levin <ldv@altlinux.org>
16063
16064 [BZ #11438]
16065 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
16066 to global scope.
16067 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
16068 addresses are in the same scope as 192.0.2/24.
16069 * posix/gai.conf: Document new scope table defaults.
16070
adb26fae
SP
160712012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
16072
16073 [BZ #5298]
16074 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
16075 for ftell. Compute offsets from write pointers instead.
16076 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
16077
4573c6b0
SP
160782012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
16079
16080 [BZ #14543]
16081 * libio/Makefile (tests): New test case tst-fseek.
16082 * libio/tst-fseek.c: New test case to verify that fseek/ftell
16083 combination works in wide mode.
16084 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
16085 state when the external buffer state changes.
16086
aa9bbfe6
DM
160872012-09-27 David S. Miller <davem@davemloft.net>
16088
16089 [BZ #14376]
16090 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
16091 pass reloc->r_addend in as the 'high' argument to
16092 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
16093
784421e7
DM
16094 * sysdeps/sparc/fpu/libm-test-ulps: Update.
16095
c39bc8b8
PT
160962012-09-28 Pino Toscano <toscano.pino@tiscali.it>
16097
16098 * rt/tst-aio2.c: Include <pthread.h>.
16099 * rt/tst-aio3.c: Likewise.
16100
1ccc2399
SE
161012012-09-27 Steve Ellcey <sellcey@mips.com>
16102
16103 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
16104
31ed4153
L
161052012-09-27 H.J. Lu <hongjiu.lu@intel.com>
16106
25f5f885
L
16107 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
16108 contents on [SHARED].
31ed4153 16109
b7bfe116
MP
161102012-09-26 Marek Polacek <polacek@redhat.com>
16111
16112 [BZ #14530]
16113 [BZ #13741]
16114 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
16115 for C++ and GCC <4.3 as well as for non GCC compilers.
16116
43c4edba
MT
161172012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
16118
16119 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16120
6a1bf82f
RM
161212012-09-25 Roland McGrath <roland@hack.frob.com>
16122
16123 * Makefile.in (all, install): Declare with .PHONY.
16124 Reported by Michael Hope <michael.hope@linaro.org>.
16125
8ad11b9a
TMQMF
161262012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
16127
16128 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
16129 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
16130 system header.
16131 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
16132 Likewise.
16133 (sydep_routines): Add the new and the internal functions.
16134 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
16135 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
16136 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
16137 (GLIBC_2.17): Add the new function.
16138 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
16139 (GLIBC_2.17): Likewise.
16140 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
16141 (GLIBC_2.17): Likewise.
16142 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
16143 (GLIBC_2.17): Likewise.
16144 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
16145
7e2fca8d
AM
161462012-09-25 Alan Modra <amodra@gmail.com>
16147
16148 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
16149 Add release barrier before setting once_control to say
16150 initialisation is done. Add hints on lwarx. Use macro in
16151 place of isync.
16152 (clear_once_control): Add release barrier.
16153
b87c4b24
JM
161542012-09-25 Joseph Myers <joseph@codesourcery.com>
16155
d032e0d2
JM
16156 [BZ #13629]
16157 * math/s_clog.c (__clog): Handle more values close to |z| = 1
16158 specially.
16159 * math/s_clog10.c (__clog10): Likewise.
16160 * math/s_clog10f.c (__clog10f): Likewise.
16161 * math/s_clog10l.c (__clog10l): Likewise.
16162 * math/s_clogf.c (__clogf): Likewise.
16163 * math/s_clogl.c (__clogl): Likewise.
16164 * math/Makefile (libm-calls): Add x2y2m1.
16165 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
16166 (__x2y2m1): Likewise.
16167 (__x2y2m1l): Likewise.
16168 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
16169 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
16170 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
16171 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16172 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
16173 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
16174 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
16175 * sysdeps/i386/fpu/libm-test-ulps: Update.
16176 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16177
b87c4b24
JM
16178 [BZ #14621]
16179 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
16180 int as type of variable DEPTH.
16181 (glob): Use size_t instead of int as type of variables NEWCOUNT
16182 and OLD_PATHC.
16183
6d3bf199
LD
161842012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16185
22bf5c17
LD
16186 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
16187 Add s_sincosf-sse2.
16188 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
16189 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
16190 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
16191 macros for using routine as __sincosf_ia32.
16192 Use macro for function declaration and weak_alias.
16193 * sysdeps/i386/fpu/libm-test-ulps: Update.
16194
16195 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
16196 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16197
16198 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
16199 subnormal argument.
16200 * math/s_cexpf.c (__cexpf): Likewise.
16201 * math/s_csinf.c (__csinf): Likewise.
16202 * math/s_csinhf.c (__csinhf): Likewise.
16203 * math/s_ctanf.c (__ctanf): Likewise.
16204 * math/s_ctanhf.c (__ctanhf): Likewise.
16205 * math/s_ccosh.c (__ccoshf): Likewise.
16206 * math/s_cexp.c (__cexpl): Likewise.
16207 * math/s_csin.c (__csin): Likewise.
16208 * math/s_csinh.c (__csinh): Likewise.
16209 * math/s_ctan.c (__ctan): Likewise.
16210 * math/s_ctanh.c (ctanh): Likewise.
16211 * math/s_ccoshl.c (__ccoshl): Likewise.
16212 * math/s_cexpl.c (__cexpl): Likewise.
16213 * math/s_csinl.c (__csinl): Likewise.
16214 * math/s_csinhl.c (__csinhl): Likewise.
16215 * math/s_ctanl.c (__ctanl): Likewise.
16216 * math/s_ctanhl.c (__ctanhl): Likewise.
16217
203e5603
JM
162182012-09-25 Joseph Myers <joseph@codesourcery.com>
16219
16220 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
16221 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
16222 (_IO_off_t): Define to __off_t, not _G_off_t.
16223 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
16224 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
16225 (_IO_wint_t): Define to wint_t, not _G_wint_t.
16226 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
16227 type of __dummy and __dummy2 fields.
16228 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
16229 (_G_ssize_t): Likewise.
16230 (_G_off_t): Likewise.
16231 (_G_pid_t): Likewise.
16232 (_G_uid_t): Likewise.
16233 (_G_wchar_t): Likewise.
16234 (_G_wint_t): Likewise.
16235 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
16236 (_G_ssize_t): Likewise.
16237 (_G_off_t): Likewise.
16238 (_G_pid_t): Likewise.
16239 (_G_uid_t): Likewise.
16240 (_G_wchar_t): Likewise.
16241 (_G_wint_t): Likewise.
16242 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
16243 (_G_ssize_t): Likewise.
16244 (_G_off_t): Likewise.
16245 (_G_pid_t): Likewise.
16246 (_G_uid_t): Likewise.
16247 (_G_wchar_t): Likewise.
16248 (_G_wint_t): Likewise.
16249
9fab36eb
SP
162502012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
16251
16252 * malloc/arena.c: Include malloc-sysdep.h.
16253 (shrink_heap): Use check_may_shrink_heap to decide if madvise
16254 is sufficient to shrink the heap or an unmap is needed.
16255 * sysdeps/generic/malloc-sysdep.h: New file. Define
16256 new function check_may_shrink_heap.
16257 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
16258 new function check_may_shrink_heap.
16259
2b4f00d1
SP
162602012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
16261
16262 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
16263 comments.
16264
9a9028b1
DL
162652012-09-24 Dmitry V. Levin <ldv@altlinux.org>
16266
57c69bef
DL
16267 * catgets/test-gencat.sh: Add "set -e".
16268 * elf/tst-pathopt.sh: Likewise.
16269 * grp/tst_fgetgrent.sh: Likewise.
16270 * iconvdata/run-iconv-test.sh: Likewise.
16271 * intl/tst-gettext.sh: Likewise.
16272 * intl/tst-gettext2.sh: Likewise.
16273 * intl/tst-gettext4.sh: Likewise.
16274 * intl/tst-gettext6.sh: Likewise.
16275 * intl/tst-translit.sh: Likewise.
16276 * io/ftwtest-sh: Likewise.
16277 * libio/test-freopen.sh: Likewise.
16278 * malloc/tst-mtrace.sh: Likewise.
16279 * posix/globtest.sh: Likewise.
16280 * posix/tst-getconf.sh: Likewise.
16281 * posix/wordexp-tst.sh: Likewise.
16282 * stdio-common/tst-printf.sh: Likewise.
16283 * stdio-common/tst-unbputc.sh: Likewise.
16284 * stdlib/tst-fmtmsg.sh: Likewise.
16285 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
16286 * catgets/Makefile: Do not specify -e option when running
16287 testsuite shell scripts.
16288 * elf/Makefile: Likewise.
16289 * grp/Makefile: Likewise.
16290 * iconvdata/Makefile: Likewise.
16291 * intl/Makefile: Likewise.
16292 * io/Makefile: Likewise.
16293 * libio/Makefile: Likewise.
16294 * malloc/Makefile: Likewise.
16295 * posix/Makefile: Likewise.
16296 * stdio-common/Makefile: Likewise.
16297 * stdlib/Makefile: Likewise.
16298 * sysdeps/x86_64/Makefile: Likewise.
16299
9a9028b1
DL
16300 * io/ftwtest-sh: Add copyright header.
16301 * posix/globtest.sh: Likewise.
16302 * posix/tst-getconf.sh: Likewise.
16303 * posix/wordexp-tst.sh: Likewise.
16304 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
16305
ced6f16e
L
163062012-09-24 H.J. Lu <hongjiu.lu@intel.com>
16307
94b32c39
L
16308 [BZ #13679]
16309 * Makeconfig (+link): Defined as $(+link-static) if
16310 $(build-shared) isn't yes.
16311 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
16312 isn't yes.
16313 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
16314
189e935b
L
16315 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
16316
ced6f16e
L
16317 [BZ #14562]
16318 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
16319 new chunk size with MALLOC_ALIGN_MASK.
16320
a9f8e53a
JM
163212012-09-24 Joseph Myers <joseph@codesourcery.com>
16322
16323 [BZ #5044]
16324 * stdio-common/printf_fphex.c: Include <stdbool.h> and
16325 <rounding-mode.h>.
16326 (__printf_fphex): Determine rounding using get_rounding_mode and
16327 round_away.
16328 * stdio-common/tst-printf-round.c (struct hex_test): New
16329 structure.
16330 (hex_tests): New variable.
16331 (test_hex_in_one_mode): New function.
16332 (do_test): Also run tests for hex float output.
16333
43153109
JM
163342012-09-21 Joseph Myers <joseph@codesourcery.com>
16335
16336 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
16337 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
16338 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
16339 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
16340 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
16341 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
16342 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
16343 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
16344
8a26625d
JM
163452012-09-20 Joseph Myers <joseph@codesourcery.com>
16346
16347 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
16348 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
16349 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
16350 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
16351
f3fd569c
DL
163522012-09-19 Dmitry V. Levin <ldv@altlinux.org>
16353
16354 [BZ #14579]
16355 * elf/rtld.c (dl_main): Limit the check for self loading to normal
16356 mode only.
16357 * elf/tst-rtld-load-self.sh: New test.
16358 * elf/Makefile: Run it.
16359
63bbedd4
JM
163602012-09-18 Joseph Myers <joseph@codesourcery.com>
16361
16362 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
16363 (tst-writev-ENV): Remove.
16364 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
16365
626f8b6a
CM
163662012-09-17 Chris Metcalf <cmetcalf@tilera.com>
16367
16368 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
16369
b7aaa4d6
JM
163702012-09-17 Joseph Myers <joseph@codesourcery.com>
16371
16372 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
16373 unconditional.
16374 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
16375 Likewise.
16376 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
16377 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
16378 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
16379 Likewise.
16380
65513990
L
163812012-09-14 H.J. Lu <hongjiu.lu@intel.com>
16382
16383 [BZ #14587]
16384 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
16385 * config.make.in (have-cpp-asm-debuginfo): Removed.
16386 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
16387 * configure: Regenerated.
16388
784761be
JM
163892012-09-14 Joseph Myers <joseph@codesourcery.com>
16390
16391 [BZ #5044]
16392 * stdio-common/printf_fp.c: Include <stdbool.h> and
16393 <rounding-mode.h>.
16394 (___printf_fp): Determine rounding using get_rounding_mode and
16395 round_away.
16396 * stdio-common/tst-printf-round.c: New file.
16397 * stdio-common/Makefile (tests): Add tst-printf-round.
16398 (link-libm): New variable.
16399 ($(objpfx)tst-printf-round): Depend in $(link-libm).
16400
9503345f
L
164012012-09-13 H.J. Lu <hongjiu.lu@intel.com>
16402
16403 [BZ #14576]
16404 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
16405 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
16406 Likewise.
16407 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
16408 Likewise.
16409
ad35fc00
JM
164102012-09-13 Joseph Myers <joseph@codesourcery.com>
16411
16412 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
16413 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
16414 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
16415 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
16416
6c9b0f68
JM
164172012-09-12 Joseph Myers <joseph@codesourcery.com>
16418
16419 [BZ #14518]
16420 * include/rounding-mode.h: New file.
16421 * sysdeps/generic/get-rounding-mode.h: Likewise.
16422 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
16423 * stdlib/strtod_l.c: Include <rounding-mode.h>.
16424 (MAX_VALUE): New macro.
16425 (MIN_VALUE): Likewise.
16426 (overflow_value): New function.
16427 (underflow_value): Likewise.
16428 (round_and_return): Use overflow_value and underflow_value to
16429 determine return values in overflow and underflow cases. Use
16430 round_away to determine rounding depending on rounding mode.
16431 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
16432 determine return values in overflow and underflow cases.
16433 * stdlib/tst-strtod-round.c: Include <fenv.h>.
16434 (struct test_results): New structure.
16435 (struct test): Use struct test_results to store expected results
16436 for all rounding modes.
16437 (TEST): Include expected results for all rounding modes.
16438 (test_in_one_mode): New function.
16439 (do_test): Use test_in_one_mode to compute and check results.
16440 Check results for all rounding modes.
16441 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
16442 $(link-libm).
16443
19fcedd5
AM
164442012-12-09 Allan McRae <allan@archlinux.org>
16445
1e9d84cd 16446 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 16447
8bbfd2f1
JM
164482012-09-11 Joseph Myers <joseph@codesourcery.com>
16449
16450 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
16451 (_G_int32_t): Likewise.
16452 (_G_uint16_t): Likewise.
16453 (_G_uint32_t): Likewise.
16454 (_G_HAVE_BOOL): Likewise.
16455 (_G_HAVE_ATEXIT): Likewise.
16456 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
16457 (_G_HAVE_IO_FILE_OPEN): Likewise.
16458 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
16459 (_G_int32_t): Likewise.
16460 (_G_uint16_t): Likewise.
16461 (_G_uint32_t): Likewise.
16462 (_G_HAVE_BOOL): Likewise.
16463 (_G_HAVE_ATEXIT): Likewise.
16464 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
16465 (_G_HAVE_IO_FILE_OPEN): Likewise.
16466 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
16467 (_G_int32_t): Likewise.
16468 (_G_uint16_t): Likewise.
16469 (_G_uint32_t): Likewise.
16470 (_G_HAVE_BOOL): Likewise.
16471 (_G_HAVE_ATEXIT): Likewise.
16472 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
16473 (_G_HAVE_IO_FILE_OPEN): Likewise.
16474
b1dc5912
L
164752012-09-11 H.J. Lu <hongjiu.lu@intel.com>
16476
16477 * csu/libc-tls.c: Update copyright years.
16478
0e886ef9
JM
164792012-09-10 Joseph Myers <joseph@codesourcery.com>
16480
28361c5e
JM
16481 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
16482 [!_G_USING_THUNKS]: Remove conditional code.
16483 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
16484 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
16485
0e886ef9
JM
16486 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
16487 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
16488 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
16489 (_G_VTABLE_LABEL_PREFIX): Likewise.
16490 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
16491 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
16492 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
16493 (_G_VTABLE_LABEL_PREFIX): Likewise.
16494 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
16495 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
16496 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
16497 (_G_VTABLE_LABEL_PREFIX): Likewise.
16498 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
16499
bcba7aa2
L
165002012-09-10 H.J. Lu <hongjiu.lu@intel.com>
16501
16502 * libio/Makefile: Include ../Makeconfig before tests.
16503 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
16504 only if $(build-shared) is yes.
16505
06585ee8
L
16506 * iconv/gconv_db.c: Update copyright years.
16507
80ccd52c
LD
165082012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16509
16510 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
16511 unwind info if defined PIC. Fix special cases description.
16512 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
16513
16514 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
16515 DP_HI_MASK entry.
16516 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
16517
691bc9c1
L
165182012-09-07 H.J. Lu <hongjiu.lu@intel.com>
16519
3d9b46b3
L
16520 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
16521
de2139a9
L
16522 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
16523 is NULL.
16524
5ca78dd0
L
16525 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
16526 (LDLIBS-tst-chk4): This.
16527 (LDFLAGS-tst-chk5): Renamed to ...
16528 (LDLIBS-tst-chk5): This.
16529 (LDFLAGS-tst-chk6): Renamed to ...
16530 (LDLIBS-tst-chk6): This.
16531 (LDFLAGS-tst-lfschk4): Renamed to ...
16532 (LDLIBS-tst-lfschk4): This.
16533 (LDFLAGS-tst-lfschk5): Renamed to ...
16534 (LDLIBS-tst-lfschk5): This.
16535 (LDFLAGS-tst-lfschk6): Renamed to ...
16536 (LDLIBS-tst-lfschk6): This.
16537
691bc9c1
L
16538 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
16539 on $(common-objpfx)soversions.mk.
16540
65cafb1c
JM
165412012-09-07 Joseph Myers <joseph@codesourcery.com>
16542
16543 [BZ #10014]
16544 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
16545 example host name.
16546
c78ab094
SP
165472012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
16548
16549 * malloc/arena.c (arena_get_retry): New function that gets
16550 another arena for the caller to try its request on.
16551 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
16552 current arena cannot fulfill the request.
16553 (__libc_memalign): Likewise.
16554 (__libc_memalign): Likewise.
16555 (__libc_pvalloc): Likewise.
16556 (__libc_calloc): Likewise.
16557
01f49f59
JT
165582012-09-05 John Tobey <john.tobey@gmail.com>
16559
16560 [BZ #13542]
16561 * manual/arith.texi (Operations on Complex): Fix description
16562 of carg branch cut.
16563
4c23fed5
JM
165642012-09-06 Joseph Myers <joseph@codesourcery.com>
16565
1d3c8572
JM
16566 [BZ #10014]
16567 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
16568 host name.
16569
4c23fed5
JM
16570 [BZ #10038]
16571 * manual/memory.texi (Memory): Make order of menu items match
16572 order of sections.
16573
04570aaa
L
165742012-09-06 H.J. Lu <hongjiu.lu@intel.com>
16575
16576 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
16577 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
16578 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
16579
b80af2f4
L
165802012-09-06 H.J. Lu <hongjiu.lu@intel.com>
16581
16582 * csu/libc-tls.c (static_dtv): Renamed to ...
16583 (_dl_static_dtv): This. Make it global.
16584 (_dl_initial_dtv): Removed.
16585 (__libc_setup_tls): Updated.
16586 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
16587 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
16588 DL_INITIAL_DTV.
16589
2abe9f15
PM
165902012-09-06 Petr Machata <pmachata@redhat.com>
16591
16592 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
16593 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
16594 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
16595 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
16596
0948c3af
L
165972012-09-06 H.J. Lu <hongjiu.lu@intel.com>
16598
16599 [BZ #14545]
16600 * csu/libc-tls.c (_dl_initial_dtv): New variable.
16601 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
16602 freeing dtv[-1].
16603
a5055ad1
L
166042012-09-06 H.J. Lu <hongjiu.lu@intel.com>
16605
16606 [BZ #14544]
16607 * Makeconfig (link-static-before-libc): Replace $(+prector)
16608 with $(+prectorT).
16609 (link-static-after-libc): Replace $(+postctor) with
16610 $(+postctorT).
16611 (link-bounded): Replace $(+prector)/$(+postctor) with
16612 $(+prectorT)/$(+postctorT).
16613 (+prectorT): New macro.
16614 (+postctorT): Likewise.
16615
ed8c2ecd
JM
166162012-09-06 Joseph Myers <joseph@codesourcery.com>
16617
16618 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
16619 (round_str): Handle values above the maximum for IBM long double
16620 as inexact.
16621 * stdlib/tst-strtod-round.c (tests): Regenerated.
16622
14c996c8
AK
166232012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16624
16625 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
16626 assembler flag.
16627 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
16628 zarch_nohighgprs around the zarch optimized routines.
16629 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
16630 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
16631 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
16632 for zarch.
16633
430d6ce6
DM
166342012-09-05 David S. Miller <davem@davemloft.net>
16635
16636 * sysdeps/sparc/fpu/libm-test-ulps: Update.
16637
ff04dda4
DM
16638 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
16639 HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
16640 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
16641 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
16642 entries.
16643
24d4e01b
AO
166442012-09-05 Alexandre Oliva <aoliva@redhat.com>
16645
16646 * malloc/arena.c: Fold copyright years.
16647 * malloc/mcheck.c, malloc/memusage.c: Likewise.
16648
61d58174
AO
166492012-09-05 Alexandre Oliva <aoliva@redhat.com>
16650
16651 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
16652
20196a5e
AO
166532012-09-05 Alexandre Oliva <aoliva@redhat.com>
16654
16655 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
16656
5c447383
AO
166572012-09-05 Alexandre Oliva <aoliva@redhat.com>
16658
16659 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
16660 change internal state upon failure.
16661
fad64255
AO
166622012-09-05 Alexandre Oliva <aoliva@redhat.com>
16663
16664 * malloc/mcheck.c (mcheck_check_all): Fix typo.
16665 * malloc/memusage.c (mmap): Likewise.
16666 (mmap64, mremap): Likewise. Adjust name in comment.
16667
1ffb8c90
SP
166682012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
16669
16670 * libio/fileops.c: Fix typos in comments.
16671 * libio/oldfileops.c: Likewise.
16672 * libio/wfileops.c: Likewise.
16673
6ef9cc37
SP
166742012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
16675
16676 [BZ #1349]
16677 * malloc/Makefile (tests): Add tst-malloc-usable test case.
16678 (tst-malloc-usable-ENV): Set environment for test case.
16679 * malloc/hooks.c (malloc_check_get_size): New function to get
16680 requested size.
16681 * malloc/malloc.c (musable): Use malloc_check_get_size.
16682 * malloc/tst-malloc-usable.c: New test case.
16683
4d038ae3
AS
166842012-09-05 Andreas Schwab <schwab@linux-m68k.org>
16685
16686 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
16687
c4e85184
AM
166882012-09-05 Allan McRae <allan@archlinux.org>
16689
b9dafc56 16690 [BZ #13966]
c4e85184
AM
16691 * configure.in (CXX_SYSINCLUDES): Use compiler output to
16692 determine header location.
16693 * configure: Regenerated.
16694
e1343020
AS
166952012-09-05 Andreas Schwab <schwab@linux-m68k.org>
16696
16697 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
16698 float format.
16699 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
16700 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
16701 format.
e1343020
AS
16702 (test): Regenerate.
16703
0a9f1987
DM
167042012-09-04 David S. Miller <davem@davemloft.net>
16705
16706 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
16707 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
16708 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
16709
29237804
FW
167102012-09-04 Florian Weimer <fweimer@redhat.com>
16711
16712 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
16713 failures.
16714
edb3cb88
FW
16715 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
16716
60160d83
JM
167172012-09-04 Joseph Myers <joseph@codesourcery.com>
16718
16719 [BZ #9914]
16720 * libio/iogetdelim.c: Include <limits.h>.
16721 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
16722 + len + 1 would overflow.
16723
bcd6c8dc
AJ
167242012-09-03 Andreas Jaeger <aj@suse.de>
16725
16726 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16727 * sysdeps/i386/fpu/libm-test-ulps: Update.
16728
4ffffbd2
LD
167292012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16730
16731 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
16732 Add s_sinf-sse2, s_conf-sse2.
16733
16734 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
16735 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
16736 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
16737 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
16738
16739 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
16740 for using routine as __sinf_ia32.
16741 Use macro for function declaration and weak_alias.
16742 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
16743 for using routine as __cosf_ia32.
16744 Use macro for function declaration and weak_alias.
16745
16746 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
16747 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
16748
16749 * sysdeps/x86_64/fpu/s_sinf.S: New file.
16750 * sysdeps/x86_64/fpu/s_cosf.S: New file.
16751 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16752
16753 * math/libm-test.inc (cos_test): Add more test cases.
16754 (sin_test): Likewise.
16755 (sincos_test): Likewise.
16756
511fa286
AK
167572012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16758
16759 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
16760 (IFUNC_RESOLVE): Make pointers to the specialized implementations
16761 hidden.
16762 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
16763
5f30cfec
L
167642012-09-02 H.J. Lu <hongjiu.lu@intel.com>
16765
16766 [BZ #14538]
16767 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
16768 first element of the GOT.
16769 (elf_machine_load_address): Return the difference between
16770 the runtime address of _DYNAMIC and elf_machine_dynamic ().
16771
0786794f
AM
167722012-09-01 Allan McRae <allan@archlinux.org>
16773
5f30cfec
L
16774 [BZ #13412]
16775 * configure.in (AWK): Require gawk version 3.0 or later.
16776 * configure: Regenerated.
0786794f 16777
26889eac
JM
167782012-09-01 Joseph Myers <joseph@codesourcery.com>
16779
16780 * sysdeps/unix/sysv/linux/kernel-features.h
16781 (__ASSUME_POSIX_CPU_TIMERS): Remove.
16782 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
16783 [__NR_clock_getres]: Make code unconditional.
16784 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
16785 (clock_getcpuclockid): Remove code left unreachable by removal of
16786 conditionals.
16787 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
16788 code unconditional.
16789 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
16790 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
16791 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
16792 Make code unconditional.
16793 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
16794 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
16795 * sysdeps/unix/sysv/linux/clock_settime.c
16796 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
16797 conditional code.
16798 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
16799 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
16800
d22e28b0
L
168012012-08-29 H.J. Lu <hongjiu.lu@intel.com>
16802
16803 [BZ #14476]
16804 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
16805 scripts/test-installation.pl.
16806
16807 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
16808 and $ld_so_version if it is set.
16809
050af9c4
SP
168102012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
16811
16812 [BZ #14516]
16813 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
16814 failure if reading from procfs failed.
16815 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
16816
ad845c0b
JM
168172012-08-27 Joseph Myers <joseph@codesourcery.com>
16818
16819 * sysdeps/unix/sysv/linux/kernel-features.h
16820 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
16821 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
16822 Remove conditional code.
16823 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16824 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
16825 Remove conditional code.
16826 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16827 * sysdeps/unix/sysv/linux/i386/fxstat.c
16828 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
16829 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16830 * sysdeps/unix/sysv/linux/i386/fxstatat.c
16831 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
16832 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16833 * sysdeps/unix/sysv/linux/i386/lxstat.c
16834 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
16835 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16836 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
16837 Remove conditional code.
16838 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16839 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
16840 Remove conditional code.
16841 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16842 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
16843 <kernel-features.h>.
16844 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
16845 Remove.
16846 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
16847 Remove conditional code.
16848 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16849 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
16850 Remove conditional.
16851
5dbf56af
MF
168522012-08-27 Mike Frysinger <vapier@gentoo.org>
16853
16854 [BZ #5400]
16855 * NEWS: Add fixed bug number.
16856
d6e70f43
JM
168572012-08-27 Joseph Myers <joseph@codesourcery.com>
16858
7efb4737
JM
16859 [BZ #14519]
16860 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
16861 underflowing exponent in case of negative sign.
16862 * stdlib/tst-strtod-round-data: Add more tests.
16863 * stdlib/tst-strtod-round.c (tests): Regenerated.
16864
af92131a
JM
16865 [BZ #3479]
16866 * stdlib/strtod_l.c (NDIG): Remove.
16867 (HEXNDIG): Likewise.
16868 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
16869 smallest representable value.
16870 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
16871 lie within an exact representation of 1/2 ulp of the result.
16872 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
16873 unconditionally.
16874 (TENS_P9_IDX): Define unconditionally.
16875 (TENS_P9_SIZE): Likewise.
16876 (TENS_P10_IDX): Likewise.
16877 (TENS_P10_SIZE): Likewise.
16878 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
16879 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
16880 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
16881 entries for 10^2^13 and 10^2^14.
16882 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
16883 (TENS_P13_IDX): Define.
16884 (TENS_P13_SIZE): Likewise.
16885 (TENS_P14_IDX): Likewise.
16886 (TENS_P14_SIZE): Likewise.
16887 (_fpioconst_pow10): Change array size to
16888 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
16889 unconditional.
16890 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
16891 1024]: Add entries for 10^2^13 and 10^2^14.
16892 [LAST_POW10 > _LAST_POW10]: Remove #error.
16893 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
16894 (_fpioconst_pow10): Change array size to
16895 FPIOCONST_POW10_ARRAY_SIZE.
16896 * stdlib/gen-fpioconst.c: New file.
16897 * stdlib/gen-tst-strtod-round.c: Likewise.
16898 * stdlib/tst-strtod-round-data: Likewise.
16899 * stdlib/tst-strtod-round.c: Likewise.
16900 * stdlib/Makefile (tests): Add tst-strtod-round.
16901
d6e70f43
JM
16902 [BZ #14459]
16903 * stdlib/strtod_l.c: Include <stdint.h>.
16904 (NDEBUG): Do not define.
16905 (round_and_return): Change EXPONENT parameter to type intmax_t.
16906 Rearrange calculations to avoid internal overflow possibilities.
16907 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
16908 Rearrange calculations to avoid internal overflow possibilities.
16909 Assert that number fits inside MPNSIZE limbs.
16910 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
16911 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
16912 calculations and add assertions to avoid internal overflow
16913 possibilities. Add casts to avoid signed/unsigned operations.
16914 * stdlib/tst-strtod-overflow.c: New file.
16915 * stdlib/Makefile (tests): Add tst-strtod-overflow.
16916
1f529f7d
MP
169172012-08-25 Marek Polacek <polacek@redhat.com>
16918
16919 * time/time.h: Fix some typos in comments.
16920
59a629f1
RM
169212012-08-23 Roland McGrath <roland@hack.frob.com>
16922
16923 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
16924 * posix/tst-rfc3484-2.c: Likewise.
16925 * posix/tst-rfc3484-3.c: Likewise.
16926
d3bafbc9
SM
169272012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
16928
16929 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
16930 (EF_ARM_ABI_FLOAT_HARD): Likewise.
16931
4efcc022
JM
169322012-08-23 Joseph Myers <joseph@codesourcery.com>
16933
16934 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
16935 #include of fxstatat64.c.
16936
3cc3ef96
RM
169372012-08-22 Roland McGrath <roland@hack.frob.com>
16938
f04e2132
RM
16939 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
16940 * shadow/getspent_r.c: Likewise.
16941 * shadow/getspnam.c: Likewise.
16942 * shadow/getspnam_r.c: Likewise.
16943 * gshadow/getsgent.c: Likewise.
16944 * gshadow/getsgent_r.c: Likewise.
16945 * gshadow/getsgnam.c: Likewise.
16946 * gshadow/getsgnam_r.c: Likewise.
16947 * inet/getnetbyad.c: Likewise.
16948 * inet/getnetbyad_r.c: Likewise.
16949 * inet/getnetbynm.c: Likewise.
16950 * inet/getnetbynm_r.c: Likewise.
16951 * inet/getnetent.c: Likewise.
16952 * inet/getnetent_r.c: Likewise.
16953 * inet/getproto.c: Likewise.
16954 * inet/getproto_r.c: Likewise.
16955 * inet/getprtent.c: Likewise.
16956 * inet/getprtent_r.c: Likewise.
16957 * inet/getprtname.c: Likewise.
16958 * inet/getprtname_r.c: Likewise.
16959 * inet/getrpcbyname.c: Likewise.
16960 * inet/getrpcbyname_r.c: Likewise.
16961 * inet/getrpcbynumber.c: Likewise.
16962 * inet/getrpcbynumber_r.c: Likewise.
16963 * inet/getrpcent.c: Likewise.
16964 * inet/getrpcent_r.c: Likewise.
16965 * inet/getaliasent.c: Likewise.
16966 * inet/getaliasent_r.c: Likewise.
16967 * inet/getaliasname.c: Likewise.
16968 * inet/getaliasname_r.c: Likewise.
16969 * nscd/getgrgid_r.c: Likewise.
16970 * nscd/getgrnam_r.c: Likewise.
16971 * nscd/gethstbyad_r.c: Likewise.
16972 * nscd/gethstbynm3_r.c: Likewise.
16973 * nscd/getpwnam_r.c: Likewise.
16974 * nscd/getpwuid_r.c: Likewise.
16975 * nscd/getsrvbynm_r.c: Likewise.
16976 * nscd/getsrvbypt_r.c: Likewise.
16977 * nscd/gai.c: Likewise.
16978
c53d909c
RM
16979 * configure.in (build_nscd): New substituted variable, set
16980 by --disable-build-nscd and defaults to $use_nscd.
16981 * configure: Regenerated.
16982 * config.make.in (build-nscd): New substituted variable.
16983 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
16984 Change conditional to require [$(build-nscd) = yes] as well.
16985 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
16986
3cc3ef96
RM
16987 [BZ# 13696]
16988 * configure.in (use_nscd): New substituted variable, set by
16989 --disable-nscd. If enabled, define USE_NSCD.
16990 * configure: Regenerated.
16991 * config.h.in: Add USE_NSCD.
16992 * config.make.in (use-nscd): New substituted variable.
16993 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
16994 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
16995 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
16996 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
16997 (CFLAGS-getgrnam_r.c): Likewise.
16998 (CFLAGS-initgroups.c): Likewise.
16999 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
17000 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
17001 Variables removed.
17002 * inet/getnetgrent_r.c
17003 (nscd_setnetgrent): New function, broken out of ...
17004 (setnetgrent): ... here. Call it.
17005 (innetgr): Conditionalize nscd bits on [USE_NSCD].
17006 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
17007 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
17008 * nscd/Makefile (routines, aux): Move definitions after include of
17009 Makeconfig. Conditionalize on [$(use-nscd) != no].
17010 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
17011 Conditionalize on [USE_NSCD].
17012 (is_nscd, nscd_init_cb): Likewise.
17013 (nss_load_library): Conditionalize init callback on [USE_NSCD].
17014 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
17015 * nss/nss_db/db-init.c: Likewise.
17016 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
17017 [USE_NSCD].
17018 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
17019 (make_request): Use it.
17020 (cache_valid_p): New function.
17021 (__check_pf): Use it.
17022 * NEWS: Add item for --disable-nscd.
17023
07e51550
DL
170242012-08-22 Dmitry V. Levin <ldv@altlinux.org>
17025
17026 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
17027 to support sed >= 4.2.1-20-ga9bf076.
17028 * configure: Regenerated.
17029
35a5b08b
RM
170302012-08-22 Roland McGrath <roland@hack.frob.com>
17031
17032 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
17033 Conditionalize whole body on [IREL].
17034
8479f23a
JL
170352012-08-22 Jeff Law <law@redhat.com>
17036
17037 [BZ #14505]
17038 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
17039 if the family is PF_UNSPEC.
17040
48da0b21
MF
170412012-08-22 Mike Frysinger <vapier@gentoo.org>
17042
17043 * Makerules (lib-version): Rename from V.
17044 (install-lib-nosubdir): Change V to lib-version.
17045
15d0da8c
WS
170462012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
17047
17048 [BZ #14252]
17049 * powerpc32/power6/wcschr.c: New file.
17050 * powerpc32/power6/wcscpy.c: New file.
17051 * powerpc32/power6/wcsrchr.c: New file.
17052 * powerpc64/power6/wcschr.c: New file.
17053 * powerpc64/power6/wcscpy.c: New file.
17054 * powerpc64/power6/wcsrchr.c: New file.
17055
bcca0895
MK
170562012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
17057
17058 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
17059 (two_way_short_needle): Use it.
5a4aaa33
RM
17060 * string/strstr.c (AVAILABLE1_USES_J): Define.
17061 * string/strcasestr.c: Likewise.
99677e57
MK
17062
17063 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
17064 array references.
17065 * string/strcasestr.c (TOLOWER): Make side-effect safe.
17066
400726de
MK
17067 [BZ #11607]
17068 * NEWS: Add an entry.
17069 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
17070 define their defaults.
17071 (two_way_short_needle): Detect end-of-string on-the-fly.
17072 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
17073 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
17074 * string/bug-strcasestr1.c: New test.
17075 * string/Makefile: Run it.
17076
20a71f2c
MK
170772012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
17078
17079 [BZ #11607]
17080 * string/str-two-way.h (two_way_short_needle): Optimize matching of
17081 the first character.
17082
21ad0558
RM
170832012-08-21 Roland McGrath <roland@hack.frob.com>
17084
17085 * csu/elf-init.c (__libc_csu_irel): Function removed.
17086 * csu/libc-start.c (apply_irel): New function.
17087 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
17088
0e1d9911
JM
170892012-08-21 Joseph Myers <joseph@codesourcery.com>
17090
17091 * sysdeps/unix/sysv/linux/kernel-features.h
17092 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
17093 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
17094 <kernel-features.h>.
17095 [__NR_fadvise64_64]: Make code unconditional.
17096 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
17097 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
17098 !__NR_fadvise64_64)]: Likewise.
17099 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
17100 !__NR_fadvise64_64))]: Likewise.
17101 [__NR_fadvise64]: Make code unconditional.
17102 [!__NR_fadvise64]: Remove conditional code.
17103 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
17104 <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/powerpc/powerpc32/posix_fadvise64.c: Do
17110 not 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 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
17116 include <kernel-features.h>.
17117 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
17118 unconditional.
17119 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
17120 conditional code.
17121
14a50c9d
WS
171222012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
17123
17124 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
17125 slight instruction rearrangements per scrollpipe analysis.
17126 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
17127
c0f4faf0
RM
171282012-08-20 Roland McGrath <roland@hack.frob.com>
17129
696da859
RM
17130 * manual/syslog.texi (syslog; vsyslog, closelog):
17131 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
17132 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
17133
c0f4faf0
RM
17134 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
17135 DSOCAPS to match condition on defining it.
17136
348363b2
JM
171372012-08-20 Joseph Myers <joseph@codesourcery.com>
17138
a35cbf28
JM
17139 * sysdeps/unix/sysv/linux/kernel-features.h
17140 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
17141 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
17142 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
17143 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
17144 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
17145 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
17146 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
17147 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
17148 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
17149 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
17150
445f7ecd
JM
17151 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
17152 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
17153
348363b2
JM
17154 * sysdeps/unix/sysv/linux/kernel-features.h
17155 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
17156 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
17157 unconditional.
17158 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17159 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
17160 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
17161 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17162 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
17163 Make code unconditional.
17164 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17165 (__mmap64) [!__NR_mmap2]: Likewise.
17166 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
17167 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
17168 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17169 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
17170 [__NR_mmap2]: Make code unconditional.
17171 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
17172 (__mmap64) [!__NR_mmap2]: Likewise.
17173
bc5bc0e5
AK
171742012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17175
17176 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
17177
88d506de
AJ
171782012-08-18 Andreas Jaeger <aj@suse.de>
17179
17180 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
17181
493387d2
MF
171822012-08-18 Mike Frysinger <vapier@gentoo.org>
17183
17184 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
17185 * include/unistd.h (__have_sock_cloexec): Likewise.
17186 (__have_pipe2): Likewise.
17187 (__have_dup3): Likewise.
17188
a277af22
MF
171892012-08-18 Mike Frysinger <vapier@gentoo.org>
17190
17191 [BZ #9685]
17192 * include/unistd.h (__have_pipe2): Change define into an extern int.
17193 (__have_dup3): Likewise.
17194 * socket/have_sock_cloexec.c: Include fcntl.h.
17195 (__have_pipe2): New variable.
17196 (__have_dup3): Likewise.
17197
fdab8fd3
MF
171982012-08-17 Mike Frysinger <vapier@gentoo.org>
17199
17200 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
17201
31035e80
MP
172022012-08-17 Marek Polacek <polacek@redhat.com>
17203
17204 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
17205 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
17206
3bd9e993
RM
172072012-08-17 Roland McGrath <roland@hack.frob.com>
17208
c91c505f
RM
17209 * configure.in: Add AC_SUBST for sysheaders.
17210 * configure: Regenerated.
17211 * config.make.in (sysheaders): New substituted variable.
17212
7c6f9d53
RM
17213 * sysdeps/unix/mkfifo.c: Moved ...
17214 * sysdeps/posix/mkfifo.c: ... here.
17215 * sysdeps/unix/mkfifoat.c: Moved ...
17216 * sysdeps/posix/mkfifoat.c: ... here.
17217
17218 * sysdeps/unix/utime.c: Moved ...
17219 * sysdeps/posix/utime.c: ... here.
17220
17221 * sysdeps/unix/time.c: Moved ...
17222 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
17223 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
17224 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
17225
17226 * sysdeps/unix/nice.c: Moved ...
17227 * sysdeps/posix/nice.c: ... here.
17228
17229 * sysdeps/unix/alarm.c: Moved ...
17230 * sysdeps/posix/alarm.c: ... here.
17231
3bd9e993
RM
17232 * intl/Makefile ($(codeset_mo)): Depend on the input file.
17233
d1f09384
JL
172342012-08-17 Jeff Law <law@redhat.com>
17235
17236 * intl/Makefile (codeset_mo): New variable.
17237 ($(codeset_mo)): New target.
17238 (tst-codeset.out): Depend on that. Remove explicit rule.
17239 (tst-gettext3.out, tst-gettext5.out): Likewise.
17240 (LOCPATH-ENV, tst-codeset-ENV): New variables.
17241 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
17242 * intl/tst-codeset.sh: Remove.
17243 * intl/tst-gettext3.sh: Likewise.
17244 * intl/tst-gettext5.sh: Likewise.
17245
2ae1ae5c
RM
172462012-08-17 Roland McGrath <roland@hack.frob.com>
17247
c31fdb83
RM
17248 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
17249 * sysdeps/unix/syscalls.list: ... here.
17250
a0844057
RM
17251 * sysdeps/posix/getaddrinfo.c
17252 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
17253 (gaiconf_init, gaiconf_reload): Use them.
17254 [!_STATBUF_ST_NSEC]
17255 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
17256 Define using time_t rather than struct timespec.
17257
750c1f2a
RM
17258 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
17259 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
17260 Macros removed.
17261 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
17262 [!NO_THREADS].
17263 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
17264 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
17265 Likewise.
17266
2ae1ae5c
RM
17267 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
17268 __libc_cleanup_push argument.
17269
e66a42f5
RM
17270 * bits/param.h: New file.
17271 * misc/sys/param.h: New file.
17272 * include/sys/param.h: New file.
17273 * misc/Makefile (headers): Add bits/param.h.
17274 * sysdeps/generic/sys/param.h: File removed.
17275 * sysdeps/unix/sysv/linux/bits/param.h: New file.
17276 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
17277 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 17278 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 17279
b7c08a66
RM
17280 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
17281 last change.
17282
b2e1c562
RM
17283 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
17284 [_IO_MTSAFE_IO].
17285 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
17286 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
17287 New macros.
17288
c75ccd4c
RM
17289 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
17290 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
17291 rather than -D_IO_MTSAFE_IO conditionally.
17292 * stdio-common/Makefile (CPPFLAGS): Likewise.
17293 * wcsmbs/Makefile (CPPFLAGS): Likewise.
17294 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
17295 Use $(libio-mtsafe).
17296 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
17297 of -D_IO_MTSAFE_IO.
17298 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
17299 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
17300 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
17301 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
17302 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
17303 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
17304 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
17305 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
17306 (CFLAGS-fread_u_chk.c): Likewise.
17307 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
17308 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
17309 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
17310 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
17311 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
17312 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
17313 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
17314 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
17315 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
17316
17317 * libio/Makefile: Test [$(libc-reentrant) = yes]
17318 instead of [$(filter %REENTRANT, $(defines)) nonempty].
17319
17320 * Makeconfig
17321 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
17322 * sysdeps/pthread/configure: File removed.
17323 * sysdeps/pthread/Makeconfig: New file.
17324 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
17325 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
17326
d9195db8
GB
173272012-08-16 Gary Benson <gbenson@redhat.com>
17328
17329 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
17330 unmapping the first object in a namespace.
17331
86466cd9
RM
173322012-08-16 Roland McGrath <roland@hack.frob.com>
17333
17334 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
17335 (__internal_setnetgrent): ... this. Add internal_function to
17336 definition. Add libc_hidden_def.
17337 (setnetgrent): Update caller.
17338 (internal_endnetgrent): Renamed to ...
17339 (__internal_endnetgrent): ... this. Add internal_function to
17340 definition. Add libc_hidden_def.
17341 (endnetgrent): Update caller.
17342 (internal_getnetgrent_r): Renamed to ...
17343 (__internal_getnetgrent_r): ... this. Add internal_function to
17344 definition. Add libc_hidden_def.
17345 (__getnetgrent_r): Update caller.
17346 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
17347
c3c8283c
JM
173482012-08-16 Joseph Myers <joseph@codesourcery.com>
17349
17350 * stdlib/longlong.h: Update from GCC.
17351
db1ee0a8
RM
173522012-08-16 Roland McGrath <roland@hack.frob.com>
17353
17354 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
17355 on _QL, which is set by umul_ppmm but never used.
17356 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
17357 variables, which are set by GMP macros but never used.
17358 * stdio-common/_itowa.c (_itowa): Likewise.
17359 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
17360 * stdlib/mod_1.c (mpn_mod_1): Likewise.
17361
30f69637
CD
173622012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
17363
17364 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
17365 struct La_sh_regs is not constant.
17366 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
17367 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
17368 and struct La_sparc64_regs are not constant.
17369
93a78ac4
JM
173702012-08-16 Joseph Myers <joseph@codesourcery.com>
17371
17372 * sysdeps/unix/sysv/linux/kernel-features.h
17373 (__ASSUME_POSIX_TIMERS): Remove.
17374 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
17375 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17376 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
17377 Make code unconditional.
17378 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17379 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
17380 Make code unconditional.
17381 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17382 * sysdeps/unix/sysv/linux/clock_nanosleep.c
17383 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
17384 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17385 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
17386 Make code unconditional.
17387 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
17388 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
17389 (__libc_missing_posix_timers): Remove.
17390
dd924cd7
RM
173912012-08-15 Roland McGrath <roland@hack.frob.com>
17392
4b4f2771
RM
17393 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
17394 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
17395
601c888b
RM
17396 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
17397
176790a7
RM
17398 * elf/dl-sym.c: Include <stdlib.h>.
17399
329bc018
RM
17400 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
17401 constants, which avoids warnings in 32-bit builds.
17402
e04e272d
RM
17403 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
17404 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
17405
952bf94a
RM
17406 * misc/lseek.c: File moved to ...
17407 * io/lseek.c: ... here.
17408
7c99b50a
RM
17409 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
17410
dd924cd7
RM
17411 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
17412 shifting LEN more than 31 bits at once.
17413
b3f479a8
LD
174142012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
17415
17416 [BZ #14195]
8c4ae0d4
RM
17417 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
17418 segmentation fault for a case of two empty input strings.
b3f479a8
LD
17419 * string/test-strncasecmp.c (check1): Renamed to...
17420 (bz12205): ...this.
17421 (bz14195): Add new testcase for two empty input strings and N > 0.
17422 (test_main): Call new testcase, adapt for renamed function.
17423
9c55864e
AJ
174242012-08-15 Andreas Jaeger <aj@suse.de>
17425
17426 [BZ #14090]
17427 * crypt/md5test2.c: New test, based on test supplied by Serge
17428 Belyshev <belyshev@depni.sinp.msu.ru>.
17429 * crypt/Makefile (xtests): Add md5test-giant..
17430 * crypt/Makefile ($(objpfx)md5test-giant): Add.
17431
02dcb6c5
PE
174322012-08-15 Paul Eggert <eggert@cs.ucla.edu>
17433
17434 [BZ #14090]
17435 * crypt/md5.c (md5_process_block): Don't assume the buffer
17436 length is less than 2**32.
17437 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
17438 length is less than 2**64.
17439
a3f95dcc
RM
174402012-08-15 Roland McGrath <roland@hack.frob.com>
17441
be75d758
RM
17442 * string/str-two-way.h: Include <sys/param.h>.
17443 (MAX): Macro removed.
17444
7312ca90
RM
17445 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
17446 Move #define and #undef of memmove to just before and after
17447 including <string.h>.
17448
9a0a5486
RM
17449 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
17450 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
17451 and after including <string.h>. Move declarations of
17452 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
17453 to before #include "string/memmove.c".
17454
67cc348d
RM
17455 * include/dirent.h: Declare __getdirentries.
17456
a3f95dcc
RM
17457 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
17458 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
17459
ca98e171
MF
174602012-08-14 Mike Frysinger <vapier@gentoo.org>
17461
17462 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
17463 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
17464 * sysdeps/i386/configure: Regenerated.
17465 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
17466 STABS_CURRENT_FILE, and STABS_FUN.
17467 (END): Remove call to STABS_FUN_END.
17468 (STABS_CURRENT_FILE1): Delete.
17469 (STABS_CURRENT_FILE): Likewise.
17470 (STABS_FUN): Likewise.
17471 (STABS_FUN_END): Likewise.
17472 (STABS_FUN2): Likewise.
17473 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
17474 * sysdeps/x86_64/configure: Regenerated.
17475
5908bf46
RM
174762012-08-14 Roland McGrath <roland@hack.frob.com>
17477
17478 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 17479 * elf/dl-lookup.c: Likewise.
5908bf46 17480
f2c05b9e
JM
174812012-08-14 Joseph Myers <joseph@codesourcery.com>
17482
17483 * sysdeps/unix/sysv/linux/kernel-features.h
17484 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
17485 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
17486 unconditionally.
17487 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
17488 unconditionally.
17489 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
17490 condition on __ASSUME_CLONE_THREAD_FLAGS.
17491
e11f5155
AJ
174922012-08-14 Andreas Jaeger <aj@suse.de>
17493
17494 * sysdeps/i386/fpu/libm-test-ulps: Update.
17495
51a9ba86
MK
174962012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
17497
2fdd4f78
AJ
17498 * include/atomic.h (atomic_exchange_and_add): Split into ...
17499 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
17500 New atomic macros.
51a9ba86 17501
ba6cba9e
MT
175022012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
17503
17504 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17505
42443a47
JL
175062012-08-13 Jeff Law <law@redhat.com>
17507
17508 * manual/stdio.texi (snprintf): Clarify handling of the trailing
17509 null byte in the output string.
17510
121dce05
JM
175112012-08-10 Joseph Myers <joseph@codesourcery.com>
17512
17513 * sysdeps/unix/sysv/linux/kernel-features.h
17514 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
17515 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
17516 (__ASSUME_ARG_MAX_STACK_BASED): Define.
17517 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
17518 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
17519 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
17520 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
17521
bf51f568
JL
175222012-08-09 Jeff Law <law@redhat.com>
17523
17524 [BZ #13939]
17525 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
17526 When avoid_arena is set, don't retry in the that arena. Pick the
17527 next one, whatever it might be.
17528 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
17529 (arena_lock): Pass in new parameter to arena_get2.
17530 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
17531 arena_get2.
17532 (__libc_malloc): Unify retrying after main arena failure with
17533 __libc_memalign version.
17534 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
17535
f85fa270
L
175362012-08-09 H.J. Lu <hongjiu.lu@intel.com>
17537
17538 [BZ #14166]
17539 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
17540 to __redirect_strstr.
17541 (__strstr_sse42): Use typeof __redirect_strstr.
17542 (__strstr_ia32): Likewise.
17543 (__libc_strstr): New prototype.
17544 (strstr): Renamed to ...
17545 (__libc_strstr): This.
17546 (strstr): New strong alias of __libc_strstr.
17547 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
17548 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
17549 __redirect_time.
17550 Include <time.h>.
17551 (__libc_time): New prototype.
17552 (time_ifunc): Replace time with __libc_time.
17553 (time): New strong alias and hidden definition of __libc_time.
17554 (__GI_time): Remove strong alias.
17555 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
17556 Include <stddef.h>.
17557 (memmove): Redefined to __redirect_memmove.
17558 (__memmove_sse2): Use typeof __redirect_memmove.
17559 (__memmove_ssse3): Likewise.
17560 (__memmove_ssse3_back): Likewise.
17561 (__libc_memmove): New prototype.
17562 (memmove): Renamed to ...
17563 (__libc_memmove): This.
17564 (memmove): New strong alias of __libc_memmove.
17565
33b4a91e
MS
175662012-08-08 Mark Salter <msalter@redhat.com>
17567
17568 * elf/elf.h
17569 (R_MN10300_TLS_GD): Define.
17570 (R_MN10300_TLS_LD): Likewise.
17571 (R_MN10300_TLS_LDO): Likewise.
17572 (R_MN10300_TLS_GOTIE): Likewise.
17573 (R_MN10300_TLS_IE): Likewise.
17574 (R_MN10300_TLS_LE): Likewise.
17575 (R_MN10300_TLS_DTPMOD): Likewise.
17576 (R_MN10300_TLS_DTPOFF): Likewise.
17577 (R_MN10300_TLS_TPOFF): Likewise.
17578 (R_MN10300_SYM_DIFF): Likewise.
17579 (R_MN10300_ALIGN): Likewise.
17580 (R_MN10300_NUM): Update.
17581
b36137f1
JM
175822012-08-08 Joseph Myers <joseph@codesourcery.com>
17583
17584 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
17585 Remove.
17586
cdd915fd
RM
175872012-08-08 Roland McGrath <roland@hack.frob.com>
17588
a2433aac
RM
17589 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
17590
cdd915fd
RM
17591 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
17592 sysdeps/unix -> sysdeps/posix move.
17593 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
17594
bf9b740a
AM
175952012-08-07 Allan McRae <allan@archlinux.org>
17596
17597 [BZ #14303]
17598 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
17599 (SUNOS_CPP): Likewise.
17600 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
17601 not found.
17602 (open_input): Call CPP using execvp.
17603
93df14ee
JM
176042012-08-07 Joseph Myers <joseph@codesourcery.com>
17605
17606 * sysdeps/unix/sysv/linux/kernel-features.h
17607 (__ASSUME_PROT_GROWSUPDOWN): Remove.
17608 (__ASSUME_NO_CLONE_DETACHED): Likewise.
17609 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
17610 (__ASSUME_WAITID_SYSCALL): Likewise.
17611 * sysdeps/unix/sysv/linux/dl-execstack.c
17612 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
17613 code unconditional.
17614 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
17615 conditional code.
17616 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
17617 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
17618 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
17619 code.
17620 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
17621 unconditional.
17622 [__ASSUME_WAITID_SYSCALL]: Likewise.
17623 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
17624
d34689de
RM
176252012-08-07 Roland McGrath <roland@hack.frob.com>
17626
a281decc
RM
17627 * sysdeps/unix/closedir.c: Renamed to ...
17628 * sysdeps/posix/closedir.c: ... here.
17629 * sysdeps/unix/dirfd.c: Renamed to ...
17630 * sysdeps/posix/dirfd.c: ... here.
17631 * sysdeps/unix/dirstream.h: Renamed to ...
17632 * sysdeps/posix/dirstream.h: ... here.
17633 * sysdeps/unix/fdopendir.c: Renamed to ...
17634 * sysdeps/posix/fdopendir.c: ... here.
17635 * sysdeps/unix/opendir.c: Renamed to ...
17636 * sysdeps/posix/opendir.c: ... here.
17637 * sysdeps/unix/readdir.c: Renamed to ...
17638 * sysdeps/posix/readdir.c: ... here.
17639 * sysdeps/unix/readdir_r.c: Renamed to ...
17640 * sysdeps/posix/readdir_r.c: ... here.
17641 * sysdeps/unix/rewinddir.c: Renamed to ...
17642 * sysdeps/posix/rewinddir.c: ... here.
17643 * sysdeps/unix/seekdir.c: Renamed to ...
17644 * sysdeps/posix/seekdir.c: ... here.
17645 * sysdeps/unix/telldir.c: Renamed to ...
17646 * sysdeps/posix/telldir.c: ... here.
17647 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
17648 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
17649 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
17650 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
17651
22895b47
RM
17652 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
17653 * bits/fcntl.h: ... here.
17654
707a53b6
RM
17655 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
17656 not 0.
17657 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
17658 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
17659 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
17660 (struct flock): Move l_start, l_len to the beginning.
17661 Use __pid_t for l_pid.
17662 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
17663 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
17664 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
17665 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
17666 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
17667 [__USE_LARGEFILE64] (struct flock64): New type.
17668 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
17669
f0bd3e25
RM
17670 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
17671 * bits/dirent.h: ... here.
17672
d34689de
RM
17673 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
17674 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
17675
6dad2c06
JM
176762012-08-07 Joseph Myers <joseph@codesourcery.com>
17677
17678 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
17679 Change from 2.6.0 to 2.6.16.
17680 * sysdeps/unix/sysv/linux/configure: Regenerated.
17681 * sysdeps/unix/sysv/linux/kernel-features.h
17682 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
17683 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
17684 version.
17685 (__ASSUME_UTIMES): Likewise.
17686 (__ASSUME_CLONE_STOPPED): Remove.
17687 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
17688 architectures, not kernel version.
17689 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
17690 (__ASSUME_NO_CLONE_DETACHED): Likewise.
17691 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
17692 (__ASSUME_WAITID_SYSCALL): Likewise.
17693 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
17694 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
17695 * README: State 2.6.16 as minimum Linux kernel version. Do not
17696 refer to older versions.
17697
03af9520
RM
176982012-08-06 Roland McGrath <roland@hack.frob.com>
17699
8e49df1d
RM
17700 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
17701 Define alphasort64 as an alias.
17702 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
17703 Define versionsort64 as an alias.
17704 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
17705 Define scandir64 as an alias.
17706 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
17707 Define scandirat64 as an alias.
17708 * dirent/alphasort64.c (alphasort64):
17709 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
17710 * dirent/versionsort64.c: Likewise.
17711 * dirent/scandir64.c: Likewise.
17712 * dirent/scandirat64.c: Likewise.
17713 * sysdeps/wordsize-64/alphasort.c: File removed.
17714 * sysdeps/wordsize-64/alphasort64.c: File removed.
17715 * sysdeps/wordsize-64/scandir.c: File removed.
17716 * sysdeps/wordsize-64/scandir64.c: File removed.
17717 * sysdeps/wordsize-64/scandirat.c: File removed.
17718 * sysdeps/wordsize-64/scandirat64.c: File removed.
17719 * sysdeps/wordsize-64/versionsort.c: File removed.
17720 * sysdeps/wordsize-64/versionsort64.c: File removed.
17721 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
17722 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
17723 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
17724 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
17725 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
17726 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
17727 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
17728 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
17729
17730 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
17731 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
17732 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
17733 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17734 [defined __arch64__ || defined __sparcv9]
17735 (__INO_T_MATCHES_INO64_T): New macro.
17736 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
17737 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
17738 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
17739 * sysdeps/unix/sysv/linux/bits/dirent.h
17740 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
17741 (_DIRENT_MATCHES_DIRENT64): New macro.
17742
03af9520
RM
17743 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
17744 Define lockf64 as an alias.
17745 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
17746 Define fseeko64 as an alias.
17747 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
17748 Define ftello64 as an alias.
17749 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
17750 Define _IO_fgetpos64 and fgetpos64 as aliases.
17751 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
17752 Define _IO_fsetpos64 and fsetpos64 as aliases.
17753 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
17754 Conditionalize body on this.
17755 * libio/fseeko64.c: Likewise.
17756 * libio/ftello64.c: Likewise.
17757 * libio/iofgetpos64.c: Likewise.
17758 * libio/iofsetpos64.c: Likewise.
17759 * sysdeps/wordsize-64/lockf.c: File removed.
17760 * sysdeps/wordsize-64/lockf64.c: File removed.
17761 * sysdeps/wordsize-64/fseeko.c: File removed.
17762 * sysdeps/wordsize-64/fseeko64.c: File removed.
17763 * sysdeps/wordsize-64/ftello.c: File removed.
17764 * sysdeps/wordsize-64/ftello64.c: File removed.
17765 * sysdeps/wordsize-64/iofgetpos.c: File removed.
17766 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
17767 * sysdeps/wordsize-64/iofsetpos.c: File removed.
17768 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
17769 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
17770 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
17771 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
17772 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
17773 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
17774 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
17775 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
17776 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
17777 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
17778 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
17779
17780 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
17781 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
17782 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
17783 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17784 [defined __arch64__ || defined __sparcv9]
17785 (__OFF_T_MATCHES_OFF64_T): New macro.
17786 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
17787 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
17788 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17789 (__OFF_T_MATCHES_OFF64_T): New macro.
17790
c5757acd
L
177912012-08-06 H.J. Lu <hongjiu.lu@intel.com>
17792
17793 * stdlib/secure-getenv.c (__secure_getenv): Replace
17794 GLIBC_2_16 with GLIBC_2_17.
17795
3a31811e
L
177962012-08-06 H.J. Lu <hongjiu.lu@intel.com>
17797
17798 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
17799 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
17800
faa2bccb
DM
178012012-08-03 David S. Miller <davem@davemloft.net>
17802
17803 * sysdeps/sparc/fpu/libm-test-ulps: Update.
17804
85fe1997
JM
178052012-08-03 Joseph Myers <joseph@codesourcery.com>
17806
17807 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
17808 Remove.
17809 (__ASSUME_CORRECT_SI_PID): Likewise.
17810 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
17811 (__ASSUME_TMPFS_NAME): Likewise.
17812 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
17813 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
17814 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
17815 (HAVE_AUX_SECURE): Make definition unconditional.
17816 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
17817 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
17818
4f75b7a0
RM
178192012-08-03 Roland McGrath <roland@hack.frob.com>
17820
17821 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
17822 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
17823 * sysdeps/mach/hurd/eloop-threshold.h: New file.
17824 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
17825 __eloop_threshold instead of SYMLOOP_MAX.
17826
17827 * sysdeps/generic/eloop-threshold.h: New file.
17828 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
17829 of MAXSYMLINKS.
17830 * elf/chroot_canon.c (chroot_canon): Likewise.
17831
7aab07e4
JM
178322012-08-03 Joseph Myers <joseph@codesourcery.com>
17833
17834 [BZ #13717]
17835 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
17836 Change to 2.6.0 everywhere.
17837 * sysdeps/unix/sysv/linux/configure: Regenerated.
17838 * sysdeps/unix/sysv/linux/kernel-features.h
17839 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
17840 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
17841 kernel versions.
17842 (__ASSUME_POSIX_TIMERS): Define unconditionally.
17843 (__ASSUME_FUTEX_REQUEUE): Remove.
17844 (__ASSUME_STATFS64): Define unconditionally.
17845 (__ASSUME_AT_SECURE): Likewise.
17846 (__ASSUME_CORRECT_SI_PID): Likewise.
17847 (__ASSUME_TGKILL): Define without depending on kernel version for
17848 i386.
17849 (__ASSUME_UTIMES): Likewise.
17850 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
17851 kernel version.
17852 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
17853 (__ASSUME_TMPFS_NAME): Likewise.
17854 * README: Update reference to Linux kernel versions.
17855
b67e9372
MP
178562012-08-02 Marek Polacek <polacek@redhat.com>
17857
1f529f7d 17858 [BZ# 14150]
b67e9372
MP
17859 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
17860 libc_cv_asm_type_prefix with %.
17861 * configure: Regenerated.
d2441631
RM
17862 * include/libc-symbols.h: Remove comment about
17863 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
17864 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
17865 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
17866 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
17867 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
17868 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
17869 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
17870 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
17871 * elf/tst-unique2mod1.c: Likewise.
17872 * elf/tst-unique1mod2.c: Likewise.
17873 * elf/tst-unique1mod1.c: Likewise.
17874 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
17875 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
17876 Replace ASM_TYPE_DIRECTIVE with .type.
17877 * sysdeps/s390/s390-64/sysdep.h: Likewise.
17878 * sysdeps/i386/sysdep.h: Likewise.
17879 * sysdeps/x86_64/sysdep.h: Likewise.
17880 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
17881 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
17882 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 17883 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
17884 * sysdeps/powerpc/powerpc32/sysdep.h:
17885 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
17886 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
17887 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
17888 * sysdeps/i386/fpu/e_powf.S: Likewise.
17889 * sysdeps/i386/fpu/e_expl.S: Likewise.
17890 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
17891 * sysdeps/i386/fpu/e_acosh.S: Likewise.
17892 * sysdeps/i386/fpu/e_pow.S: Likewise.
17893 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
17894 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
17895 * sysdeps/i386/fpu/s_expm1.S: Likewise.
17896 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
17897 * sysdeps/i386/fpu/e_log2.S: Likewise.
17898 * sysdeps/i386/fpu/e_log2l.S: Likewise.
17899 * sysdeps/i386/fpu/e_scalb.S: Likewise.
17900 * sysdeps/i386/fpu/e_powl.S: Likewise.
17901 * sysdeps/i386/fpu/e_log10f.S: Likewise.
17902 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
17903 * sysdeps/i386/fpu/e_logl.S: Likewise.
17904 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
17905 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
17906 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
17907 * sysdeps/i386/fpu/e_log2f.S: Likewise.
17908 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
17909 * sysdeps/i386/fpu/e_log.S: Likewise.
17910 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
17911 * sysdeps/i386/fpu/e_logf.S: Likewise.
17912 * sysdeps/i386/fpu/e_log10l.S: Likewise.
17913 * sysdeps/i386/fpu/e_atanh.S: Likewise.
17914 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
17915 * sysdeps/i386/fpu/e_log10.S: Likewise.
17916 * sysdeps/i386/fpu/s_frexp.S: Likewise.
17917 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
17918 * sysdeps/i386/fpu/s_asinh.S: Likewise.
17919 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
17920 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
17921 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
17922 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
17923 * sysdeps/i386/i686/strtok.S: Likewise.
17924 * sysdeps/i386/i386-mcount.S: Likewise.
17925 * sysdeps/i386/strtok.S: Likewise.
17926 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
17927 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
17928 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
17929 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
17930 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
17931 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
17932 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
17933 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
17934 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
17935 * sysdeps/x86_64/_mcount.S: Likewise.
17936 * sysdeps/x86_64/strtok.S: Likewise.
17937 * sysdeps/sh/_mcount.S: Likewise.
17938
2747bf9a
RM
179392012-08-01 Roland McGrath <roland@hack.frob.com>
17940
17941 * libio/iofopen.c: Include <fcntl.h>.
17942 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
17943 (_IO_fopen64, fopen64): Define as aliases.
17944 * libio/iofopen64.c: Include <fcntl.h>.
17945 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
17946 Conditionalize body on this.
17947 * sysdeps/wordsize-64/iofopen.c: File removed.
17948 * sysdeps/wordsize-64/iofopen64.c: File removed.
17949
3fb791b8
MP
179502012-08-01 Marek Polacek <polacek@redhat.com>
17951
17952 * libc/Makeconfig: Use elf in place of binfmt-subdir.
17953 Use dlfcn directly instead of a variable.
17954 (binfmt-subdir): Do not define.
17955 (dlfcn): Likewise.
17956
a9f1039f
JM
179572012-08-01 Joseph Myers <joseph@codesourcery.com>
17958
23bddc06
JM
17959 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
17960 Remove all definitions.
17961 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
17962 <kernel-features.h>.
17963 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
17964 (miss_F_GETOWN_EX): Remove all definitions.
17965 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
17966 macro definition.
17967 [!__ASSUME_FCNTL64]: Remove conditional code.
17968 [__ASSUME_FCNTL64]: Make code unconditional.
17969 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
17970 <kernel-features.h>.
17971 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
17972 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
17973 (lockf64) [__NR_fcntl64]: Make code unconditional.
17974 (lockf64) [__ASSUME_FCNTL64]: Likewise.
17975
a9f1039f
JM
17976 * sysdeps/unix/sysv/linux/kernel-features.h
17977 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
17978 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
17979 Make code unconditional.
17980 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
17981 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
17982 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
17983 [__NR_vfork]: Make code unconditional.
17984 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
17985 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
17986 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
17987 [__NR_vfork]: Make code unconditional.
17988 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
17989 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
17990
09c0ee5f
RM
179912012-08-01 Roland McGrath <roland@hack.frob.com>
17992
48aec5b9
RM
17993 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
17994 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
17995
cd97c966
RM
17996 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17997 Define mkstemp64 as an alias.
3f55550c
RM
17998 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17999 Define mkstemps64 as an alias.
cd97c966
RM
18000 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
18001 Define mkostemp64 as an alias.
b8625cfc
RM
18002 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
18003 Define mkostemps64 as an alias.
cd97c966
RM
18004 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
18005 Conditionalize body on this.
18006 * misc/mkostemp64.c: Likewise.
b8625cfc 18007 * misc/mkostemps64.c: Likewise.
3f55550c 18008 * misc/mkstemps64.c: Likewise.
cd97c966
RM
18009 * sysdeps/wordsize-64/mkstemp64.c: File removed.
18010 * sysdeps/wordsize-64/mkostemp64.c: File removed.
18011 * sysdeps/wordsize-64/mkostemp.c: File removed.
18012 * sysdeps/wordsize-64/mkstemp.c: File removed.
18013 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
18014 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
18015 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
18016 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
18017
09c0ee5f
RM
18018 [BZ #14138]
18019 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
18020 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
18021 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
18022 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
18023
18024 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
18025 compat_symbol macros from <shlib-compat.h> rather than the underlying
18026 default_symbol_version and symbol_version macros, so that DEFAULT
18027 lines in shlib-versions are respected.
18028 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
18029
7e66ee51
FW
180302012-08-01 Florian Weimer <fweimer@redhat.com>
18031
18032 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
18033 Declare with warn_unused_result.
18034 (setgid, setregid, setegid, setresgid): Likewise.
18035 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
18036 Likewise.
18037 * WUR-REPORT: Remove set*id functions.
18038
d2a54255
PT
180392012-07-31 Pino Toscano <toscano.pino@tiscali.it>
18040
18041 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
18042
7ecdb005
RM
180432012-07-31 Roland McGrath <roland@hack.frob.com>
18044
b4180a5e 18045 [BZ #10191]
789bd351
RM
18046 * include/sys/socket.h (__libc_accept, __libc_accept4):
18047 Add attribute_hidden.
18048 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
18049
40ce302d
RM
18050 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
18051 use of PTR_MANGLE.
18052 * inet/getnetgrent_r.c (setup): Likewise.
18053
7ecdb005
RM
18054 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
18055
e2eabb2c
DM
180562012-07-31 David S. Miller <davem@davemloft.net>
18057
18058 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18059
d0419dbf
JM
180602012-07-31 Joseph Myers <joseph@codesourcery.com>
18061
18062 [BZ #13629]
18063 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
18064 value between 1.0 and 2.0 and smaller part has absolute value less
18065 than 1.0.
18066 * math/s_clog10.c (__clog10): Likewise.
18067 * math/s_clog10f.c (__clog10f): Likewise.
18068 * math/s_clog10l.c (__clog10l): Likewise.
18069 * math/s_clogf.c (__clogf): Likewise.
18070 * math/s_clogl.c (__clogl): Likewise.
18071 * math/libm-test.inc (clog_test): Add more tests.
18072 (clog10_test): Likewise.
18073 * sysdeps/i386/fpu/libm-test-ulps: Update.
18074 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18075
2bc13872
FW
180762012-07-31 Florian Weimer <fweimer@redhat.com>
18077
18078 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
18079 Exit with zero in case no suitable GID is found, and write a
18080 message to standard error.
18081
bea9b193
RM
180822012-07-30 Roland McGrath <roland@hack.frob.com>
18083
18084 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
18085 rather than to 1.
18086 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
18087 (MAXPATHLEN): Removed.
18088 (NOGROUP, NODEV): New macros.
18089 (setbit, clrbit, isset, isclr): New macros.
18090 (howmany, roundup, powerof2): New macros.
18091 (DEV_BSIZE): New macro.
18092
18093 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
18094 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
18095
18096 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
18097 definition on [!__NO_LONG_DOUBLE_MATH].
18098
18099 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
18100 PTR_MANGLE and PTR_DEMANGLE.
18101
18102 * socket/accept4.c (accept4): Rename to __libc_accept4.
18103 Define accept4 as a weak alias.
18104
18105 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
18106 on [_DIRENT_HAVE_D_TYPE].
18107 * io/ftw.c (ftw_dir): Likewise.
18108
18109 * io/xmknod.c (__xmknod): Don't check PATH for being null.
18110
18111 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
18112
18113 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
18114 Use the BSD numbers rather than the arbitrary ones we had.
18115 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
18116 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
18117 (SIGXCPU, SIGXFSZ): New macros.
18118 (_NSIG): Now 32.
18119
18120 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
18121 initializer on [_LIBC_REENTRANT].
18122
18123 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
18124 definitions inside [_POSIX_MAPPED_FILES].
18125
18126 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
18127
18128 * dirent/opendir.c: Include <fcntl.h>.
18129
18130 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
18131 (__libc_getspecific): Likewise.
18132 (__libc_key_create): Likewise.
18133
18134 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
18135 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
18136 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
18137 (tmpfile64): Define as alias.
18138 * sysdeps/wordsize-64/tmpfile.c: File removed.
18139 * sysdeps/wordsize-64/tmpfile64.c: File removed.
18140 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
18141 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
18142
18143 * stdio-common/vfscanf.c: Include <stdbool.h>.
18144 * nss/makedb.c: Likewise.
18145 * stdio-common/_i18n_number.h: Likewise.
18146 * argp/argp-help.c: Likewise.
18147 * posix/wordexp.c: Likewise.
18148 * sysdeps/posix/spawni.c: Likewise.
18149 * nss/nss_files/files-initgroups.c: Likewise.
18150 * stdio-common/reg-modifier.c: Include <stdlib.h>.
18151 * nss/nss_files/files-initgroups.c: Likewise.
18152 * nss/nss_db/db-netgrp.c: Likewise.
18153 * nss/nss_db/db-initgroups.c: Likewise.
18154 * io/fchmodat.c: Include <sys/stat.h>.
18155
18156 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
18157 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
18158
18159 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
18160 [HAVE_MMAP].
18161
18162 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
18163 Add multiple inclusion protection.
18164
e5abc686
DM
181652012-07-27 David S. Miller <davem@davemloft.net>
18166
18167 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18168
815e6fa3
GB
181692012-07-27 Gary Benson <gbenson@redhat.com>
18170
18171 [BZ #14298]
18172 * elf/rtld.c: Include <stap-probe.h>.
18173 (dl_main): Added static probes "init_start" and "init_complete".
18174 * elf/dl-load.c: Include <stap-probe.h>.
18175 (lose): Take new parameter "nsid".
18176 Added static probe "map_failed".
18177 (_dl_map_object_from_fd): Pass namespace id to lose.
18178 Added static probe "map_start".
18179 (open_verify): Pass namespace id to lose.
18180 * elf/dl-open.c: Include <stap-probe.h>.
18181 (dl_open_worker) Added static probes "map_complete", "reloc_start"
18182 and "reloc_complete".
18183 * elf/dl-close.c: Include <stap-probe.h>.
18184 (_dl_close_worker): Added static probes "unmap_start" and
18185 "unmap_complete".
18186 * elf/rtld-debugger-interface.txt: New file documenting the above.
18187
9f98c16c
RM
181882012-07-26 Roland McGrath <roland@hack.frob.com>
18189
18190 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
18191 rather than a string variable.
18192 * sunrpc/rpc_main.c (h_output): Likewise.
18193 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
18194
f3c22df3
PT
181952012-07-26 Pino Toscano <toscano.pino@tiscali.it>
18196
18197 * inet/check_native.c: New file.
18198
3129cfc6
JM
181992012-07-26 Joseph Myers <joseph@codesourcery.com>
18200
da865e95
JM
18201 [BZ #13629]
18202 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
18203 if larger part has absolute value 1.0.
18204 * math/s_clog10.c (__clog10): Likewise.
18205 * math/s_clog10f.c (__clog10f): Likewise.
18206 * math/s_clog10l.c (__clog10l): Likewise.
18207 * math/s_clogf.c (__clogf): Likewise.
18208 * math/s_clogl.c (__clogl): Likewise.
18209 * math/libm-test.inc (clog_test): Add more tests.
18210 (clog10_test): Likewise.
18211 * sysdeps/i386/fpu/libm-test-ulps: Update.
18212 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18213
3129cfc6
JM
18214 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
18215 (pltexit): Likewise.
18216 (La_regs): Likewise.
18217 (La_retval): Likewise.
18218 (int_retval): Likewise.
18219 Update #error for removed macros to refer only to definitions in
18220 tst-audit.h.
18221 * elf/tst-auditmod3b.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-auditmod4b.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-auditmod5b.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-auditmod6b.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-auditmod6c.c (pltenter): Remove all definitions of
18246 macro.
18247 (pltexit): Likewise.
18248 (La_regs): Likewise.
18249 (La_retval): Likewise.
18250 (int_retval): Likewise.
18251 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
18252 macro.
18253 (pltexit): Likewise.
18254 (La_regs): Likewise.
18255 (La_retval): Likewise.
18256 (int_retval): Likewise.
18257 * sysdeps/generic/tst-audit.h: Update comment to refer only to
18258 macro definitions in tst-audit.h.
18259 * sysdeps/i386/tst-audit.h: New file.
18260 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
18261 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
18262 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
18263 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
18264 * sysdeps/sh/tst-audit.h: Likewise.
18265 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
18266 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
18267 * sysdeps/x86_64/tst-audit.h: Likewise.
18268
bfc07087
AJ
182692012-07-26 Andreas Jaeger <aj@suse.de>
18270
b1b2aaf8
AJ
18271 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
18272 ptrace.
18273
18274 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
18275 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
18276 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
18277 PTRACE_O_MASK.
18278 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
18279 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
18280 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
18281
bfc07087
AJ
18282 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
18283 value.
18284
18285 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
18286 _sigsys.
18287 (si_call_addr, si_syscall, si_arch): Define new macro.
18288 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
18289 _sigsys.
18290 (si_call_addr, si_syscall, si_arch): Define new marcro.
18291 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
18292 _sigsys.
18293 (si_call_addr, si_syscall, si_arch): Define new macro.
18294 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
18295 _sigsys.
18296 (si_call_addr, si_syscall, si_arch): Define new macro.
18297
89b4b02f
JM
182982012-07-25 Joseph Myers <joseph@codesourcery.com>
18299
18300 [BZ #13717]
18301 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
18302 Change to 2.4.21 where previously 2.4.1.
18303 * sysdeps/unix/sysv/linux/configure: Regenerated.
18304 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
18305 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
18306 Linux kernel version.
18307 (__ASSUME_STD_AUXV): Remove.
18308 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
18309 kernel version.
18310 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
18311 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
18312 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
18313 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
18314 (__ASSUME_NETLINK_SUPPORT): Likewise.
18315 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
18316 (__no_netlink_support): Remove conditional definition.
18317 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
18318 Remove.
18319 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
18320 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
18321 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
18322 (if_nameindex_ioctl): Remove.
18323 (if_nameindex_netlink): Do not handle __no_netlink_support.
18324 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
18325 code.
18326 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
18327 Remove conditional code.
18328 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
18329 code.
18330 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
18331 unconditional.
18332 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
18333 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
18334 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
18335 Remove.
18336 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
18337 [!__ASSUME_STD_AUXV]: Remove conditional code.
18338 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
18339 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
18340 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
18341 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
18342 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
18343 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
18344 code.
18345 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
18346 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18347 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
18348 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
18349 conditional code.
18350 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
18351 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18352 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
18353 code.
18354 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18355 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
18356 conditional code.
18357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
18358 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
18359 code unconditional.
18360 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18361 conditional code.
18362 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
18363 unconditional.
18364 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18365 conditional code.
18366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18367 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
18368 unconditional.
18369 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18370 conditional code.
18371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
18372 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
18373 code unconditional.
18374 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18375 conditional code.
18376 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
18377 unconditional.
18378 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18379 conditional code.
18380 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
18381 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
18382 code unconditional.
18383 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18384 conditional code.
18385 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
18386 unconditional.
18387 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
18388 conditional code.
18389
842a39cd
AS
183902012-07-25 Andreas Schwab <schwab@linux-m68k.org>
18391
18392 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
18393 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
18394 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
18395 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
18396 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
18397 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
18398 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
18399 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
18400 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
18401 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
18402 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
18403 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
18404 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
18405 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
18406 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
18407 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
18408 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
18409 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
18410 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
18411 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
18412 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
18413 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
18414 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
18415
84b3fd84
FW
184162012-07-25 Florian Weimer <fweimer@redhat.com>
18417
18418 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
18419 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
18420 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
18421 Introduce __libc_secure_getenv.
0c7936d5
FW
18422 * stdlib/Versions (2.17): Add secure_getenv
18423 (GLIBC_PRIVATE): Add __libc_secure_getenv.
18424 * stdlib/secure-getenv.c: Rename __secure_getenv to
18425 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
18426 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
18427 * stdlib/tst-secure-getenv.c: New.
18428 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
18429 * manual/startup.texi (Environment Access): Document
18430 secure_getenv.
84b3fd84
FW
18431 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
18432 __libc_secure_getenv.
18433 * inet/ruserpass.c (ruserpass): Likewise.
18434 * malloc/mtrace.c (mtrace): Likewise.
18435 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 18436 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
18437 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
18438 * sysdeps/posix/tempname.c: Likewise. Evaluate
18439 HAVE_SECURE_GETENV.
18440 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 18441 __secure_getenv to __libc_secure_getenv.
84b3fd84 18442 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
18443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
18444 Likewise.
18445 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
18446 Likewise.
18447 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
18448 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
18449 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
18450 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
18451 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
18452 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
18453 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 18454
56e49b71
JM
184552012-07-25 Joseph Myers <joseph@codesourcery.com>
18456
18457 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
18458 (struct La_i86_retval): Likewise.
18459 (struct La_x86_64_regs): Likewise.
18460 (struct La_x86_64_retval): Likewise.
18461 (struct La_x32_regs): Likewise.
18462 (struct La_x32_retval): Likewise.
18463 (struct La_ppc32_regs): Likewise.
18464 (struct La_ppc32_retval): Likewise.
18465 (struct La_ppc64_regs): Likewise.
18466 (struct La_ppc64_retval): Likewise.
18467 (struct La_sh_regs): Likewise.
18468 (struct La_sh_retval): Likewise.
18469 (struct La_s390_32_regs): Likewise.
18470 (struct La_s390_32_retval): Likewise.
18471 (struct La_s390_64_regs): Likewise.
18472 (struct La_s390_64_retval): Likewise.
18473 (struct La_sparc32_regs): Likewise.
18474 (struct La_sparc32_retval): Likewise.
18475 (struct La_sparc64_regs): Likewise.
18476 (struct La_sparc64_retval): Likewise.
18477 (struct audit_ifaces): Remove architecture-specific pltenter and
18478 pltexit members.
18479 * sysdeps/i386/ldsodefs.h: New file.
18480 * sysdeps/powerpc/ldsodefs.h: Likewise.
18481 * sysdeps/s390/ldsodefs.h: Likewise.
18482 * sysdeps/sh/ldsodefs.h: Likewise.
18483 * sysdeps/sparc/ldsodefs.h: Likewise.
18484 * sysdeps/x86_64/ldsodefs.h: Likewise.
18485
354691b7
MP
184862012-07-25 Marek Polacek <polacek@redhat.com>
18487
18488 [BZ #6808]
18489 * math/libm-test.inc (yn_test): Add another test.
18490 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
18491 to ERANGE when the result is +-Inf.
18492 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18493 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
18494 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
18495 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
18496
bf9e2071
JM
184972012-07-24 Joseph Myers <joseph@codesourcery.com>
18498
18499 * conform/data/time.h-data (NULL): Use macro-constant. Require
18500 equal to 0.
18501 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
18502 clock_t.
18503 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
18504
57633811
TS
185052012-07-23 Thomas Schwinge <thomas@codesourcery.com>
18506
18507 * configure.in <sysdeps resolving>: Correct printing
18508 Implies_before.
18509 * configure: Regenerate.
18510
c23c33b0
TS
185112012-07-22 Thomas Schwinge <thomas@codesourcery.com>
18512
18513 * math/w_ilogb.c: Include <limits.h>.
18514 * math/w_ilogbl.c: Likewise.
18515
b5982523
JM
185162012-07-20 Joseph Myers <joseph@codesourcery.com>
18517
18518 * manual/lang.texi (__va_copy): Document primarily as ISO C99
18519 va_copy. Document allowing for unavailable va_copy only as
18520 pre-C99 compatibility.
18521 * manual/string.texi (Copying and Concatenation): Use va_copy
18522 instead of __va_copy in concat example.
18523
ac4ea442
PT
185242012-07-20 Pino Toscano <toscano.pino@tiscali.it>
18525
18526 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
18527 (__sendto): Use create_address_port. Initialize APORT and deallocate
18528 it if not null.
18529
f98eafbd
PT
18530 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
18531 with O_NOLINK passed to __file_name_lookup.
18532
898c7aab
PT
18533 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
18534 with O_NOLINK passed to __file_name_lookup.
18535
0ced335a
PT
18536 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
18537 negative N or less than NGIDS.
18538
b3404dbd
PT
18539 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
18540 type to string_t. Set ERANGE as errno and return it if NAME is not big
18541 enough. Use memcpy instead of strncpy.
18542
0f48659e
JM
185432012-07-20 Joseph Myers <joseph@codesourcery.com>
18544
18545 * elf/Makefile (check-data): Remove.
18546 (localplt.data): New vpath directive.
18547 ($(objpfx)check-localplt.out): Use localplt.data from vpath
18548 instead of $(check-data).
18549 * scripts/data/localplt-generic.data: Move to ...
18550 * sysdeps/generic/localplt.data: ... here.
18551 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
18552 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
18553 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
18554 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
18555 ... here.
18556 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
18557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
18558 ... here.
18559 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
18560 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
18561 ... here.
18562 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
18563 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
18564 ... here.
18565 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
18566 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
18567 ... here.
18568 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
18569 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
18570 ... here.
18571
d37cbdaa
AZ
185722012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18573
18574 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
18575 PPC32 and PPC64 files.
18576 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
18577 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
18578
46f85fc2
AK
185792012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18580
18581 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
18582 __makecontext_ret to ...
18583 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
18584 ... here and call exit if uc_link is NULL. New file.
18585 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
18586 __makecontext_ret.S.
18587 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
18588 __makecontext_ret to ...
18589 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
18590 ... here and call exit if uc_link is NULL. New file.
18591 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
18592 __makecontext_ret.S.
18593
08f43f9b
AK
185942012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18595
18596 * elf/elf.h (R_390_IRELATIVE): New definition.
18597 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
18598 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
18599 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
18600 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
18601 (elf_machine_lazy_rel): Likewise.
18602 * sysdeps/s390/dl-irel.h: New file.
18603 * sysdeps/s390/s390-64/memcpy.S: New asm code.
18604 * sysdeps/s390/s390-64/memset.S: New asm code.
18605 * sysdeps/s390/s390-64/memcmp.S: New asm code.
18606 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
18607 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
18608 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
18609 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
18610 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
18611 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
18612 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
18613 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
18614 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
18615 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
18616 * sysdeps/s390/s390-32/memcpy.S: New asm code.
18617 * sysdeps/s390/s390-32/memset.S: New asm code.
18618 * sysdeps/s390/s390-32/memcmp.S: New asm code.
18619
3b05db33
MP
186202012-07-17 Marek Polacek <polacek@redhat.com>
18621
18622 [BZ #14349]
18623 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
18624 * sysdeps/s390/s390-64/configure.in: Likewise.
18625 * sysdeps/sparc/configure.in: Likewise.
18626 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
18627 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
18628 * sysdeps/i386/configure.in: Likewise.
18629 * sysdeps/x86_64/configure.in: Likewise.
18630 * sysdeps/sh/configure.in: Likewise.
18631 * sysdeps/s390/s390-32/configure: Regenerated.
18632 * sysdeps/s390/s390-64/configure: Likewise.
18633 * sysdeps/x86_64/configure: Likewise.
18634 * sysdeps/sh/configure: Likewise.
18635 * sysdeps/powerpc/powerpc64/configure: Likewise.
18636 * sysdeps/powerpc/powerpc32/configure: Likewise.
18637 * sysdeps/sparc/configure: Likwise.
18638 * sysdeps/i386/configure: Likewise.
18639
a66877c6
MP
18640 * elf/dl-open.c: Comment fixes.
18641
cfc82fd8
JM
186422012-07-17 Joseph Myers <joseph@codesourcery.com>
18643
bd29910a
JM
18644 * Makefile [CXX] (check-data): Remove.
18645 [CXX] (c++-types.data): New vpath directive.
18646 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
18647 vpath. Do not allow for C++ type data being missing.
18648 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
18649 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
18650 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
18651 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
18652 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
18653 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
18654 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
18655 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
18656 ... here.
18657 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
18658 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
18659 ... here.
18660 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
18661 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
18662 ... here.
18663 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
18664 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
18665 ... here.
18666 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
18667 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
18668 ... here.
18669 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
18670 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
18671 ... here.
18672 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
18673 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
18674 ... here.
18675 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
18676 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
18677
cfc82fd8
JM
18678 * elf/tls-macros.h (TLS_LE): Move architecture-specific
18679 definitions to architecture-specific files.
18680 (TLS_IE): Likewise.
18681 (TLS_LD): Likewise.
18682 (TLS_GD): Likewise.
18683 * sysdeps/i386/tls-macros.h: New file.
18684 * sysdeps/powerpc/tls-macros.h: Likewise.
18685 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
18686 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
18687 * sysdeps/sh/tls-macros.h: Likewise.
18688 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
18689 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
18690 * sysdeps/x86_64/tls-macros.h: Likewise.
18691
f7db3170
TS
186922012-07-17 Thomas Schwinge <thomas@codesourcery.com>
18693
07cbfc23
TS
18694 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
18695 zero value for regular exit case.
18696
f7db3170
TS
18697 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
18698 (__start_context): Preserve zero value for regular exit case.
18699
dc97c227
TS
187002012-07-17 Thomas Schwinge <thomas@codesourcery.com>
18701 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18702
18703 * manual/setjmp.texi (setcontext): Clarify normal process
18704 termination when uc_link is the null pointer.
18705 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
18706 exit call.
18707
d0cd7d02
AS
187082012-07-16 Andreas Schwab <schwab@linux-m68k.org>
18709
18710 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
18711 preprocessor. Test for each exception mask separately.
18712
dd318934
AJ
187132012-07-16 Andreas Jaeger <aj@suse.de>
18714
18715 * po/ru.po: Update from translation team.
18716
8048311a
JM
187172012-07-15 Joseph Myers <joseph@codesourcery.com>
18718
18719 * conform/data/string.h-data (NULL): Use macro-constant. Require
18720 equal to 0.
18721 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
18722 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
18723 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
18724 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
18725 [ISO || ISO99 || ISO11] (*_t): Do not allow.
18726
b637d46e
AJ
187272012-07-13 Andreas Jaeger <aj@suse.de>
18728
18729 * po/fr.po: Update from translation team.
18730
541428fe
MP
187312012-07-12 Marek Polacek <polacek@redhat.com>
18732
18733 [BZ #14173]
18734 * math/libm-test.inc (yn_test): Add test for BZ #14173.
18735 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
18736 loop condition.
18737
ec332e94
JM
187382012-07-12 Joseph Myers <joseph@codesourcery.com>
18739
18740 [BZ #13717]
18741 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
18742 Change to 2.4.1 where previously 2.4.0.
18743 * sysdeps/unix/sysv/linux/configure: Regenerated.
18744 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
18745 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
18746 version.
18747 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
18748 (__ASSUME_AT_CLKTCK): Remove.
18749 (__ASSUME_AT_PAGESIZE): Likewise.
18750 (__ASSUME_AT_XID): Likewise.
18751 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
18752 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
18753 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
18754 unconditionally.
18755 (HAVE_AUX_PAGESIZE): Likewise.
18756 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
18757 [__ASSUME_AT_CLKTCK]: Make code unconditional.
18758 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
18759
7b6e99be
JB
187602012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
18761
18762 [BZ #14307]
18763 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
18764 the temporary buffer used to invoke __gethostbyname2_r,
18765 __gethostbyaddr_r and gethostbyname4_r to make room for struct
18766 host_data / struct gaih_addrtuple.
18767 * resolv/nss_dns/dns-host.c (global scope): Move definition of
18768 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
18769 header file nss/nsswitch.h.
18770 * nss/nsswitch.h (global scope): Add definition of implementation
18771 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
18772 resolv/nss_dns/dns-host.c).
18773
608404eb
AJ
187742012-07-11 Andreas Jaeger <aj@suse.de>
18775
18776 * po/fr.po: Update from translation team.
18777
71220aca
AJ
18778 * po/sv.po: Update from translation team
18779 * po/fr.po: Another update from translation team.
18780
28cfe843
AZ
187812012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18782
18783 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
18784 for subnormals or multiply small sinh result by itself.
18785 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
18786 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18787
6b90f981
DM
187882012-07-11 David S. Miller <davem@davemloft.net>
18789
18790 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18791
c6825772
AS
187922012-07-10 Andreas Schwab <schwab@linux-m68k.org>
18793
18794 [BZ #14347]
18795 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
18796 (INTERNAL_MARK): Shift it here.
18797
7b8e0d49
MP
187982012-07-10 Marek Polacek <polacek@redhat.com>
18799
18800 [BZ #14151]
18801 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
18802 libc_cv_asm_global_directive with .globl.
18803 * configure: Regenerated.
18804 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
18805 with .globl.
18806 * sysdeps/i386/configure: Regenerated.
18807 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
18808 with .globl.
18809 * sysdeps/x86_64/configure: Regenerated.
18810 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
18811 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
18812 * elf/tst-unique2mod2.c: Likewise.
18813 * elf/tst-unique2mod1.c: Likewise.
18814 * elf/tst-unique1mod2.c: Likewise.
18815 * elf/tst-unique1mod1.c: Likewise.
18816 * sysdeps/s390/s390-32/sysdep.h: Likewise.
18817 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
18818 * sysdeps/s390/s390-64/sysdep.h: Likewise.
18819 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18820 * sysdeps/mach/sysdep.h: Likewise.
18821 * sysdeps/i386/sysdep.h: Likewise.
18822 * sysdeps/i386/i386-mcount.S: Likewise.
18823 * sysdeps/x86_64/_mcount.S: Likewise.
18824 * sysdeps/x86_64/sysdep.h: Likewise.
18825 * sysdeps/sh/_mcount.S: Likewise.
18826 * sysdeps/sh/sysdep.h: Likewise.
18827 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
18828 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
18829 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
18830 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
18831 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
18832 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
18833 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
18834 * locale/localeinfo.h: Likewise.
18835 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
18836 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
18837
6c55cda3
RM
188382012-07-09 Roland McGrath <roland@hack.frob.com>
18839
18840 [BZ #14336]
18841 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
18842 system".
18843 * manual/message.texi (The Uniforum approach): Likewise.
18844 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
18845 (glibc iconv Implementation): Likewise.
18846
638a572e
JM
188472012-07-09 Joseph Myers <joseph@codesourcery.com>
18848
18849 [BZ #14337]
18850 * math/s_clog.c (__clog): Avoid scaling a value down where that
18851 could result in underflow.
18852 * math/s_clog10.c (__clog10): Likewise.
18853 * math/s_clog10f.c (__clog10f): Likewise.
18854 * math/s_clog10l.c (__clog10l): Likewise.
18855 * math/s_clogf.c (__clogf): Likewise.
18856 * math/s_clogl.c (__clogl): Likewise.
18857 * math/libm-test.inc (clog_test): Add more tests.
18858 (clog10_test): Likewise.
18859 * sysdeps/i386/fpu/libm-test-ulps: Update.
18860 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18861
261f4859
AS
188622012-07-06 Andreas Schwab <schwab@linux-m68k.org>
18863
0abaf3e4
AS
18864 [BZ #14283]
18865 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
18866 by 7 not 8 to examine high bit of fractional part.
18867
261f4859
AS
18868 [BZ #14042]
18869 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
18870 for call to __mcount_internal.
18871 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
18872 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
18873 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
18874
f17ac40d
JM
188752012-07-06 Joseph Myers <joseph@codesourcery.com>
18876
9ad63c23
JM
18877 [BZ #14154]
18878 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
18879 approximation for values within 0x1p-13f of an odd multiple of
18880 pi/4.
18881 * math/libm-test.inc (tan_test): Do not allow spurious underflow
18882 exception. Add more tests.
18883 * sysdeps/i386/fpu/libm-test-ulps: Update.
18884
f17ac40d
JM
18885 [BZ #6778]
18886 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
18887 inputs and return -1 for them. Do not check for +Inf in case not
18888 reachable for +Inf.
18889 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18890 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
18891 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
18892 and return -1 for them. Do not check for +Inf in case not
18893 reachable for +Inf.
18894 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
18895 define.
18896 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
18897 and return -1 for them. Do not check for +Inf in case not
18898 reachable for +Inf.
18899 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
18900 spurious underflow.
18901 * sysdeps/i386/fpu/libm-test-ulps: Update.
18902 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18903
fb21f89b
MF
189042012-07-06 Mike Frysinger <vapier@gentoo.org>
18905
18906 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
18907
cdfe2c5e
JM
189082012-07-05 Joseph Myers <joseph@codesourcery.com>
18909
18910 [BZ #14157]
18911 [BZ #14331]
18912 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
18913 could result in spurious underflow. Scale down values above
18914 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
18915 * math/s_csqrtf.c (__csqrtf): Likewise.
18916 * math/s_csqrtl.c (__csqrtl): Likewise.
18917 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
18918 spurious underflow.
18919 * sysdeps/i386/fpu/libm-test-ulps: Update.
18920 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18921
70d35b67
AS
189222012-07-04 Andreas Schwab <schwab@linux-m68k.org>
18923
704bc459
AS
18924 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
18925 xopen-msg.sed.
18926 * catgets/xopen-msg.awk: New file.
18927 * catgets/xopen-msg.sed: Removed.
18928
70d35b67
AS
18929 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
18930 po2text.sed.
18931 * intl/po2test.awk: New file.
18932 * intl/po2test.sed: Removed.
18933
ca61cf32
JM
189342012-07-04 Joseph Myers <joseph@codesourcery.com>
18935
18936 [BZ #14328]
18937 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
18938 or multiply small sinh result by itself.
18939 * math/s_ctanf.c (__ctanf): Likewise.
18940 * math/s_ctanh.c (__ctanh): Likewise.
18941 * math/s_ctanhf.c (__ctanhf): Likewise.
18942 * math/s_ctanhl.c (__ctanhl): Likewise.
18943 * math/s_ctanl.c (__ctanl): Likewise.
18944 * math/libm-test.inc (ctan_test_tonearest): New function.
18945 (ctan_test_towardzero): Likewise.
18946 (ctan_test_downward): Likewise.
18947 (ctan_test_upward): Likewise.
18948 (ctanh_test_tonearest): Likewise.
18949 (ctanh_test_towardzero): Likewise.
18950 (ctanh_test_downward): Likewise.
18951 (ctanh_test_upward): Likewise.
18952 (main): Call these new functions.
18953 * sysdeps/i386/fpu/libm-test-ulps: Update.
18954 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18955
ca48a46a
MF
189562012-07-03 Mike Frysinger <vapier@gentoo.org>
18957
18958 * .gitignore: Delete /ports entry.
18959
9d63d37d
AJ
189602012-07-03 Andreas Jaeger <aj@suse.de>
18961
18962 * po/bg.po: Update from translation team.
18963 * po/cs.po: Likewise.
18964 * po/de.po: Likewise.
18965 * po/hr.po: Likewise.
18966 * po/nl.pl: Likewise.
18967 * po/pl.po: Likewise.
18968 * po/vi.po: Likewise.
18969
370ca3d2
JM
189702012-07-03 Joseph Myers <joseph@codesourcery.com>
18971
95f5a9a8
JM
18972 * Makeconfig [!+link] (+link-before-libc): New variable.
18973 [!+link] (+link-after-libc): Likewise.
18974 [!+link] (+link-tests): Likewise.
18975 [!+link] (+link): Define in terms of $(+link-before-libc) and
18976 $(+link-after-libc).
18977 [!+link-static] (+link-static-before-libc): New variable.
18978 [!+link-static] (+link-static-after-libc): Likewise.
18979 [!+link-static] (+link-static-tests): Likewise.
18980 [!+link-static] (+link-static): Define in terms of
18981 $(+link-static-before-libc) and $(+link-static-after-libc).
18982 [build-shared] (link-libc-before-gnulib): New variable.
18983 [build-shared] (link-libc-tests): Likewise.
18984 [build-shared] (link-libc): Define in terms of
18985 $(link-libc-before-gnulib).
18986 [!build-shared] (link-libc-tests): New variable.
18987 (link-libc-static-tests): New variable.
18988 [!gnulib] (gnulib-arch): New variable.
18989 [!gnulib] (gnulib-tests): Likewise.
18990 [!gnulib] (static-gnulib-arch): Likewise.
18991 [!gnulib] (static-gnulib-tests): Likewise.
18992 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
18993 Define with "=" instead of ":=".
18994 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
18995 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
18996 * Rules (binaries-all-notests): New variable.
18997 (binaries-all-tests): Likewise.
18998 (binaries-static-notests): Likewise.
18999 (binaries-static-tests): Likewise.
19000 (binaries-all): Define using $(binaries-all-notests) and
19001 $(binaries-all-tests).
19002 (binaries-static): Define using $(binaries-static-notests) and
19003 $(binaries-static-tests).
19004 (binaries-shared-tests): New variable.
19005 (binaries-shared-notests): Likewise.
19006 (binaries-shared): Remove variable.
19007 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
19008 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
19009 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
19010 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
19011 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
19012 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
19013 * elf/Makefile (sln-modules): New variable.
19014 (extra-objs): Add $(sln-modules:=.o).
19015 (ldconfig-modules): Add static-stubs.
19016 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
19017 * elf/static-stubs.c: New file.
19018
7a845b2c
JM
19019 [BZ #14283]
19020 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
19021 by 7 not 8 to examine high bit of fractional part. Use volatile
19022 variables when splitting into final array of floats if
19023 __FLT_EVAL_METHOD__ != 0.
19024 * math/libm-test.inc (cos_test): Add another test.
19025 (sin_test): Likewise.
19026 * sysdeps/i386/fpu/libm-test-ulps: Update.
19027
e2283f38
JM
19028 [BZ #14273]
19029 * math/libm-test.inc (cosh_test): Add more tests.
19030
370ca3d2
JM
19031 * version.h (RELEASE): Set to "development".
19032 (VERSION): Set to "2.16.90".
19033
ee9247c3
CD
190342012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
19035
19036 * NEWS: Update copyright. Remove last-updated date.
19037 Mention math library bug fixes and timezone data changes.
19038 * README: Mention GNU/Hurd, x32, and HPPA support status.
19039
4648c381
TS
190402012-06-28 Thomas Schwinge <thomas@codesourcery.com>
19041
19042 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
19043
aac78a43
AJ
190442012-06-27 Andreas Jaeger <aj@suse.de>
19045
19046 * manual/contrib.texi (Contributors): Add Samuel Thibault.
19047
ed3dbfad
AJ
190482012-06-25 Andreas Jaeger <aj@suse.de>
19049
19050 * sysdeps/s390/fpu/libm-test-ulps: Update.
19051
4d0ee855
AS
190522012-06-23 Andreas Schwab <schwab@linux-m68k.org>
19053 Thomas Schwinge <thomas@codesourcery.com>
19054
19055 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
19056 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
19057 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
19058 fanotify_mark.
19059
af1bce34
TS
190602012-06-23 Thomas Schwinge <thomas@codesourcery.com>
19061
a9fa33ba
TS
19062 * sysdeps/mach/start.c: Remove file.
19063 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
19064 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
19065 * sysdeps/sh/init-first.c: Likewise.
19066
58f902b8
TS
19067 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
19068 registers for frame unwinding purposes, add CFI directives.
19069 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
19070 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
19071 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
19072 Likewise.
19073
1518f58b
TS
19074 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
19075 __fortify_fail returning.
19076 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
19077
db9b5059
TS
19078 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
19079 sysdeps/sh/____longjmp_chk.S.
19080 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
19081 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
19082 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
19083 (gen-as-const-headers): Append sigaltstack-offsets.sym.
19084
967705fe
TS
19085 * sysdeps/sh/abort-instr.h: New file.
19086 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
19087 process in case exit returns.
19088
a9def8c4
TS
19089 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
19090 initialize the GOT register before use.
19091
2a649725
TS
19092 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
19093 calculation of ARGC > 4.
19094
af1bce34
TS
19095 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
19096 meaningful names to some local labels.
19097
d230f50a
KK
190982012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19099 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19100
19101 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
19102 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
19103 (__arch_compare_and_exchange_val_16_acq): Likewise.
19104 (__arch_compare_and_exchange_val_32_acq): Likewise.
19105 (atomic_exchange_and_add): Fix gUSA sequence.
19106 (atomic_add): Likewise.
19107 (atomic_add_negative): Likewise.
19108 (atomic_add_zero): Likewise.
19109 (atomic_bit_test_set): Likewise.
19110
0479b305
AS
191112012-06-22 Andreas Schwab <schwab@redhat.com>
19112
19113 [BZ #13579]
19114 * include/link.h (struct link_map): Add l_free_initfini.
19115 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
19116 l_initfini.
19117 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
19118 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
19119 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
19120 set.
19121
0e3933b9
CD
191222012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
19123
19124 * configure.in: Use AC_LANG_SOURCE.
19125 * configure: Regenerate.
19126
4248b1b1
RM
191272012-06-22 Roland McGrath <roland@hack.frob.com>
19128
19129 * configure.in (libc_cv_localstatedir): New substituted variable.
19130 * configure: Regenerated.
19131 * config.make.in (localstatedir): New variable, substituted from
19132 libc_cv_localstatedir.
19133 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
19134 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
19135 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
19136 * sysdeps/gnu/configure: Regenerated.
19137
006dd861
JL
191382012-06-21 Jeff Law <law@redhat.com>
19139
19140 [BZ #14277]
19141 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
19142 free. Simplify list management for _LIBC case.
19143
79662d42
JM
191442012-06-21 Joseph Myers <joseph@codesourcery.com>
19145
b7abb4bf
JM
19146 [BZ #14273]
19147 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
19148 Clear sign bit of 64-bit integer value before comparing against
19149 overflow value.
19150
79662d42
JM
19151 * sysdeps/mach/configure: Regenerated.
19152
1f150908
L
191532012-06-21 H.J. Lu <hongjiu.lu@intel.com>
19154
19155 [BZ #14278]
19156 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
19157
28363bbf
JL
191582012-06-21 Jeff Law <law@redhat.com>
19159
19160 [BZ #13882]
19161 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
19162 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 19163 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
19164 * elf/dl-open.c (dl_open_worker): Likewise.
19165
09615db4
CD
191662012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
19167
19168 * scripts/list-sources.sh: Scan PORTS for translations.
19169 * po/libc.pot: Regenerated.
19170
2174c6dd
AJ
191712012-06-21 Andreas Jaeger <aj@suse.de>
19172
19173 [BZ #12194]
19174 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
19175 warning.
19176 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
19177 * bits/byteswap-16.h (__bswap_16): Likewise.
19178 * bits/byteswap.h (__bswap_constant_16): Likewise.
19179
3ee947b1
L
191802012-06-18 H.J. Lu <hongjiu.lu@intel.com>
19181
19182 [BZ #14117]
a2f34833
L
19183 * sysdeps/i386/fpu_control.h: Removed.
19184 * sysdeps/x86_64/fpu_control.h: Moved to ...
19185 * sysdeps/x86/fpu_control.h: Here.
19186
3ee947b1
L
19187 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
19188 (_FPU_SETCW): Likewise.
19189
ed1825f8
L
191902012-06-15 H.J. Lu <hongjiu.lu@intel.com>
19191
25f1282a
L
19192 [BZ #14117]
19193 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
19194 * sysdeps/x86/fpu/bits/mathinline.h: This.
19195 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
19196
ed1825f8
L
19197 [BZ #14050]
19198 [BZ #14117]
19199 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
19200 functions if __x86_64__ is defined.
19201
36d54b74
CLT
192022012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
19203
19204 * string/endian.h: Add !__ASSEMBLER__ condition for including
19205 conversion interfaces.
19206
10285c21
JM
192072012-06-15 Joseph Myers <joseph@codesourcery.com>
19208
19209 [BZ #14241]
19210 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
19211 of ABS(x) in calculating zero to negative powers other than odd
19212 integers.
19213 * math/libm-test.inc (pow_test): Add more tests.
19214
06c5abbd
AJ
192152012-06-15 Andreas Jaeger <aj@suse.de>
19216
19217 * manual/contrib.texi (Contributors): Update entry of Liubov
19218 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
19219 Machado Filho.
19220
a3aeac40
CH
192212012-06-15 Cyril Hrubis <metan@ucw.cz>
19222
19223 * string/string.h: Add __wur to GNU version of strerror_r.
19224
49bdf4c1
L
192252012-06-14 H.J. Lu <hongjiu.lu@intel.com>
19226
19227 [BZ #14229]
19228 * string/Makefile (tests): Add tst-strtok_r.
19229 * string/tst-strtok_r.c: New file.
19230 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
19231 RAX_LP/RDX_LP on SAVE_PTR.
19232
834f9b8d
RM
192332012-06-14 Roland McGrath <roland@hack.frob.com>
19234
19235 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
19236
75fa1921
JM
192372012-06-14 Joseph Myers <joseph@codesourcery.com>
19238
19239 * libm_test.inc (csqrt_test): Allow more spurious underflow
19240 exceptions.
19241 (j0_test): Likewise.
19242 (j1_test): Likewise.
19243 (y0_test): Likewise.
19244 (y1_test): Likewise.
19245
771766df
CD
192462012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
19247
19248 * po/Makefile (libc.pot): Use UTF-8 charset.
19249
ceb9e56b
PP
192502012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
19251
19252 [BZ #14210]
19253 Suppress sign-conversion warning from FD_SET.
19254 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
19255 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
19256 not unsigned long int.
19257 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
19258
ddb28975
L
192592012-06-12 H.J. Lu <hongjiu.lu@intel.com>
19260
19261 [BZ #14050]
19262 [BZ #14117]
19263 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
19264 __extern_always_inline instead of __extern_inline.
19265 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
19266 (__signbit): Likewise.
19267 (__signbitl): Support C++ namespace.
19268 (lrintf): New inline function.
19269 (lrint): Likewise.
19270 (llrintf): Likewise.
19271 (llrint): Likewise.
19272 (fmaxf): Likewise.
19273 (fmax): Likewise.
19274 (fminf): Likewise.
19275 (fmin): Likewise.
19276 (rint): Likewise.
19277 (rintf): Likewise.
19278 (ceil): Likewise.
19279 (ceilf): Likewise.
19280 (floor): Likewise.
19281 (floorf): Likewise.
19282 (nearbyint): Likewise.
19283 (nearbyintf): Likewise.
19284
d7b4fb26
TS
192852012-06-12 Thomas Schwinge <thomas@codesourcery.com>
19286
19287 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
19288 non-default versions.
19289
eb55f5c2
RM
192902012-06-11 Roland McGrath <roland@hack.frob.com>
19291
19292 [BZ #14218]
19293 * manual/argp.texi (Argp): Reword argp_parse description slightly.
19294
366af02c
TS
192952012-06-09 Thomas Schwinge <thomas@codesourcery.com>
19296
99ff6e5c
TS
19297 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
19298 (FE_UPWARD, FE_DOWNWARD): Don't define.
19299 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
19300 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
19301
366af02c
TS
19302 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
19303 reading it.
19304 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
19305 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
19306
793ea851
KK
193072012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19308
19309 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
19310 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
19311 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
19312 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
19313
a728a38f
L
193142012-06-06 H.J. Lu <hongjiu.lu@intel.com>
19315
19316 [BZ #14117]
c08010c7
L
19317 * sysdeps/i386/fpu/bits/fenv.h: Removed.
19318 * sysdeps/i386/fpu/Implies: New file.
19319 * sysdeps/x86_64/fpu/Implies: Likewise.
19320 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
19321 * sysdeps/x86/fpu/bits/fenv.h: This.
19322
a728a38f
L
19323 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
19324 __SSE_MATH__.
19325
6e230d11
SP
193262012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
19327
19328 [BZ #14134]
19329 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
19330 character 0xffff that matches the last element of the
19331 conversion table.
19332
1b671feb
AZ
193332012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19334
19335 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
19336 fmodl commit.
19337
6043738b
AZ
193382012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19339
19340 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
19341 values higher than 25.6283.
19342
34ae0b32
AZ
193432012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19344
19345 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
19346 subnormal exponent extraction and add some __builtin_expect.
19347 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
19348 Fix for subnormal mantissa calculation.
19349
1214ec8f
MF
193502012-06-04 Mike Frysinger <vapier@gentoo.org>
19351
19352 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
19353 cpu2 is -1 and errno is not ENOSYS.
19354
f3d1f93c
L
193552012-06-04 H.J. Lu <hongjiu.lu@intel.com>
19356
19357 [BZ #14117]
0e4a3cd7
L
19358 * sysdeps/i386/i486/bits/string.h: Renamed to ...
19359 * sysdeps/x86/bits/string.h: This.
19360 * sysdeps/x86_64/bits/string.h: Removed.
19361
6704c645
L
19362 * sysdeps/i386/i486/bits/string.h: Define inline functions only
19363 if not compiling for x86-64, but compiling for >= i486.
19364
48495318
L
19365 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
19366 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
19367
14adcbfc
L
19368 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
19369 New macro from Linux kernel 3.4.0.
19370 (FP_XSTATE_MAGIC2): Likewise.
19371 (FP_XSTATE_MAGIC2_SIZE): Likewise.
19372 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
19373 (struct _fpx_sw_bytes): New struct.
19374 (struct _xsave_hdr): Likewise.
19375 (struct _ymmh_state): Likewise.
19376 (struct _xstate): Likewise.
19377
68e408ab
L
19378 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
19379 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
19380 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
19381 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
19382 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
19383 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
19384
f3d1f93c
L
19385 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
19386 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
19387 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
19388 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
19389 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
19390 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
19391
d9dc34cd
TMQMF
193922012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
19393
19394 [BZ #13743]
19395 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
19396 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
19397 (sysdep_headers): Include sys/platform/ppc.h.
19398 * sysdeps/powerpc/test-gettimebase.c: Test for
19399 __ppc_get_timebase() to catch future ISA opcode/insn changes.
19400 * manual/Makefile (appendices): Include platform.texi.
19401 * manual/contrib.texi (Contributors): Update @node pointers.
19402 * manual/maint.texi (Maintenance): Likewise.
19403 (Platform): New node.
19404 * manual/platform.texi: New file. Document the new features.
19405
4af3879c
SP
194062012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
19407 Jakub Jelinek <jakub@redhat.com>
19408
19409 [BZ #14188]
19410 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
19411 where __builtin_expect is unavailable.
19412
2fd6ff13
DM
194132012-06-03 David S. Miller <davem@davemloft.net>
19414
19415 * stdlib/longlong.h: Updated from GCC.
19416
173f7220
AS
194172012-06-02 Andreas Schwab <schwab@linux-m68k.org>
19418
19419 [BZ #14042]
19420 * sysdeps/powerpc/powerpc32/mcount.c: New file.
19421 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
19422 __mcount_internal.
19423 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
19424 (GLIBC_2.16): Likewise.
19425
f34a1c6f
L
194262012-06-01 H.J. Lu <hongjiu.lu@intel.com>
19427
19428 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
19429
88a4576f
JM
194302012-06-01 Joseph Myers <joseph@codesourcery.com>
19431
ea32bcdd
JM
19432 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
19433 (default-abi): New variable.
19434 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
19435 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
19436 variable.
19437 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
19438 Likewise.
19439 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
19440 Likewise.
19441 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
19442 Likewise.
19443
88a4576f
JM
19444 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
19445 definition. Document in comment.
19446
402fe938
DM
194472012-06-01 David S. Miller <davem@davemloft.net>
19448
19449 * stdlib/longlong.h: Updated from GCC.
19450
3553723f
L
194512012-06-01 H.J. Lu <hongjiu.lu@intel.com>
19452
19453 [BZ #14117]
3bd872c4
L
19454 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
19455 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
19456 sys/debugreg.h sys/io.h here.
19457 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
19458 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
19459 sys/io.h.
19460 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
19461 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
19462 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
19463 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
19464 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
19465 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
19466
3553723f
L
19467 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
19468 Define only if __x86_64__ is defined.
19469
4842e4fe
JM
194702012-06-01 Joseph Myers <joseph@codesourcery.com>
19471
c5bfe3d5
JM
19472 [BZ #14048]
19473 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
19474 Use int64_t for variable i.
19475 * math/libm-test.inc (fmod_test): Add more tests.
19476
4842e4fe
JM
19477 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
19478 z computation is not scheduled after fetestexcept.
19479 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
19480 Use math_force_eval instead of asm to ensure calculation scheduled
19481 before exception test.
19482 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
19483 Ensure a1 + u.d computation is not scheduled after fetestexcept.
19484
efb73488
AJ
194852012-06-01 Aurelien Jarno <aurelien@aurel32.net>
19486
19487 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
19488 computation is not scheduled after fetestexcept.
19489
29bcce7c
L
194902012-06-01 H.J. Lu <hongjiu.lu@intel.com>
19491
19492 [BZ #14117]
19493 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
19494 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
19495
73a68f94
AZ
194962012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19497
19498 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
19499 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
19500
67b6df78
L
195012012-05-31 H.J. Lu <hongjiu.lu@intel.com>
19502
edf2933a 19503 [BZ #14117]
ebc64a18
L
19504 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
19505 <bits/wordsize.h>.
19506 (__WCHAR_MIN): Support __WORDSIZE == 64.
19507 (__WCHAR_MAX): Likewise.
19508
edf2933a
L
19509 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
19510 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
19511
57c6cf40
L
19512 [BZ #14183]
19513 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
19514 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
19515
67b6df78 19516 [BZ #14117]
8eb6281e
L
19517 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
19518 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
19519
aac639f4
L
19520 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
19521 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
19522
67b6df78
L
19523 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
19524 Defined to 1 if __x86_64__ isn't defined.
19525 (_STAT_VER_LINUX_OLD): New.
19526 (st_atime): Remove duplicate.
19527 (st_mtime): Likewise.
19528 (st_ctime): Likewise.
19529
1c2cfe81
DM
195302012-05-31 David S. Miller <davem@davemloft.net>
19531
19532 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
19533 entries.
19534
5be8418c
AS
195352012-06-01 Andreas Schwab <schwab@linux-m68k.org>
19536
e7725326
AS
19537 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
19538 gen-libm-test.pl.
19539
5be8418c
AS
19540 [BZ #14132]
19541 * elf/dl-reloc.c: Include <_itoa.h>.
19542 (_dl_reloc_bad_type): Remove use of INTUSE.
19543 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
19544 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
19545 * stdio-common/psiginfo.c (psiginfo): Likewise.
19546 * stdio-common/psignal.c (psignal): Likewise.
19547 * string/strsignal.c (strsignal): Likewise.
19548 * include/signal.h (_sys_siglist): Declare hidden proto.
19549 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
19550 INTVARDEF with libc_hidden_data_def.
19551 * stdio-common/itoa-udigits.c: Likewise.
19552 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
19553 (_itoa_lower_digits_internal): Remove declaration.
19554 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
19555 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
19556 (_sys_sigabbrev_internal): Remove aliases.
19557 (_sys_siglist): Define hidden alias.
19558
507352f1
MT
195592012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
19560
19561 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
19562 bits/sysctl.h.
19563
42bbb1c3
L
195642012-05-31 H.J. Lu <hongjiu.lu@intel.com>
19565
19566 [BZ #14117]
6bd784b6
L
19567 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
19568 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
19569
8bca20f0
L
19570 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
19571 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
19572 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
19573 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
19574 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
19575 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
19576
f9e890a9
L
19577 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
19578 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
19579 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
19580
471101a1
L
19581 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
19582 with __addr.
19583 (insw): Likewise.
19584 (insl): Likewise.
19585 (outsb): Likewise.
19586 (outsw): Likewise.
19587 (outsl): Likewise.
19588
6451c862
L
19589 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
19590 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
19591 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
19592
a254b8c9
L
19593 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
19594 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
19595 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
19596 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
19597 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
19598 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
19599
b8dfdd92
L
19600 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
19601 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
19602
578cd270
L
19603 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
19604 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
19605
de662f5f
L
19606 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
19607 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
19608 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
19609
25653439
L
19610 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
19611 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
19612 to ...
19613 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
19614
6bad24a0
L
19615 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
19616 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
19617 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
19618
42bbb1c3
L
19619 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
19620 for x86-64.
19621 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
19622
2d10d547
JM
196232012-05-31 Joseph Myers <joseph@codesourcery.com>
19624
19625 * math/math.h (M_El): Use two more decimal places.
19626 (M_LOG2El): Likewise.
19627 (M_LOG10El): Likewise.
19628 (M_LN2l): Likewise.
19629 (M_LN10l): Likewise.
19630 (M_PIl): Likewise.
19631 (M_PI_2l): Likewise.
19632 (M_PI_4l): Likewise.
19633 (M_1_PIl): Likewise.
19634 (M_2_PIl): Likewise.
19635 (M_2_SQRTPIl): Likewise.
19636 (M_SQRT2l): Likewise.
19637 (M_SQRT1_2l): Likewise.
19638
f230c29b
DM
196392012-05-31 David S. Miller <davem@davemloft.net>
19640
19641 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
19642 values between float registers.
19643 * sysdeps/sparc/sparc64/memset.S: Likewise.
19644 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
19645
fed806c3
MF
196462012-05-31 Mike Frysinger <vapier@gentoo.org>
19647
19648 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
19649 -D_FORTIFY_SOURCE=1.
19650 (CPPFLAGS-tst-longjmp_chk.c): Define.
19651 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
19652 (CPPFLAGS-tst-longjmp_chk2.c): Define.
19653 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
19654 CFLAGS-tst-wchar-h.c.
19655
30917259
MP
196562012-05-31 Marek Polacek <polacek@redhat.com>
19657
19658 [BZ #14132]
19659 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
19660 __endmntent_internal): Remove declaration.
19661 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
19662 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
19663 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
19664
1c58d5dc
DM
196652012-05-30 David S. Miller <davem@davemloft.net>
19666
19667 * sysdeps/sparc/sparc32/soft-fp/q_util.c
19668 (___Q_simulate_exceptions): Use real FP ops rather than writing
19669 into the %fsr.
19670 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
19671 Likewise.
19672
7dc00e0d
L
196732012-05-30 H.J. Lu <hongjiu.lu@intel.com>
19674
19675 [BZ #14117]
0bd53985
L
19676 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
19677 * sysdeps/x86/bits/xtitypes.h: This.
19678
3a257e66
L
19679 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
19680 * sysdeps/x86/bits/wordsize.h: This.
19681
62f62904
L
19682 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
19683 * sysdeps/x86/bits/huge_vall.h: This.
19684
404fe9d9
L
19685 * sysdeps/i386/bits/select.h: Removed.
19686 * sysdeps/x86_64/bits/select.h: Renamed to ...
19687 * sysdeps/x86/bits/select.h: This.
19688
d48d0446
L
19689 * sysdeps/i386/bits/setjmp.h: Removed.
19690 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
19691 * sysdeps/x86/bits/setjmp.h: This.
19692
7dc00e0d
L
19693 * sysdeps/i386/bits/mathdef.h: Removed.
19694 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
19695 * sysdeps/x86/bits/mathdef.h: This.
19696
03277f8f
AS
196972012-05-30 Andreas Schwab <schwab@linux-m68k.org>
19698
19699 [BZ #14132]
19700 * include/sys/socket.h (__connect_internal)
19701 (__libc_sa_len_internal): Remove declaration.
19702 (__connect, __libc_sa_len): Declare hidden_proto.
19703 (SA_LEN): Remove use of INTUSE.
19704 * socket/connect.c: Add libc_hidden_def.
19705 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
19706 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
19707 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
19708 alias.
19709 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
19710 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
19711 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
19712 of adding _internal alias.
19713
13764867
L
197142012-05-30 H.J. Lu <hongjiu.lu@intel.com>
19715
19716 [BZ #14117]
6bd97696
L
19717 * sysdeps/i386/bits/link.h: Removed.
19718 * sysdeps/i386/bits/linkmap.h: Likewise.
19719 * sysdeps/x86_64/bits/link.h: Renamed to ...
19720 * sysdeps/x86/bits/link.h: This.
19721 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
19722 * sysdeps/x86/bits/linkmap.h: This.
19723
f726f0bb
L
19724 * sysdeps/i386/bits/endian.h: Removed.
19725 * sysdeps/x86_64/bits/endian.h: Renamed to ...
19726 * sysdeps/x86/bits/endian.h: This.
19727
13764867
L
19728 * sysdeps/i386/bits/byteswap.h: Removed.
19729 * sysdeps/i386/bits/byteswap-16.h: Likewise.
19730 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
19731 * sysdeps/x86/bits/byteswap.h: This.
19732 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
19733 * sysdeps/x86/bits/byteswap-16.h: This.
19734 * sysdeps/i386/Implies: Add x86.
19735 * sysdeps/x86_64/Implies: Likewise.
19736
ae251b0b
DM
197372012-05-30 David S. Miller <davem@davemloft.net>
19738
19739 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
19740 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
19741 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19742 (FP_TRAPPING_EXCEPTIONS): Define.
19743 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19744 (FP_TRAPPING_EXCEPTIONS): Define.
19745 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
19746 subnormals only when inexact has been signalled or underflow
19747 exceptions are enabled.
19748 (_FP_PACK_CANONICAL): Likewise.
19749
d5c90867
L
197502012-05-30 H.J. Lu <hongjiu.lu@intel.com>
19751
19752 [BZ #14183]
19753 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
19754 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
19755
63f1549e
RH
197562012-05-30 Richard Henderson <rth@twiddle.net>
19757
8d8f2279
RH
19758 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
19759 with #ifndef NOT_IN_libc.
19760
63f1549e
RH
19761 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
19762 marked to avoid plt entry.
19763
0ab0291b
L
197642012-05-30 H.J. Lu <hongjiu.lu@intel.com>
19765
19766 [BZ #14112]
19767 * Makeconfig (default-abi): New macro.
19768 (abi-includes): Likewise.
19769 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
19770 $(abi-$(default-abi)-lib-soname) for soname if defined.
19771 ($(common-objpfx)gnu/lib-names.stmp): Generate from
19772 abi-variants.
19773 * Makefile (installed-stubs): Likewise.
19774 * include/stubs-biarch.h: Removed.
19775 * scripts/lib-names.awk: Only handle one library at a time.
19776 * scripts/soversions.awk: Remove WORDSIZE support.
19777 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
19778 entries.
19779 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
19780 Removed.
19781 (syscall-list-default-condition): Likewise.
19782 (syscall-list-default-condition): Likewise.
19783 (syscall-list-includes): Likewise.
19784 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
19785 syscall-list-* with abi-*. Handle undefined abi-variants.
19786 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
19787 * sysdeps/unix/sysv/linux/i386/Implies: New file.
19788 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
19789 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
19790 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
19791 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
19792 Removed.
19793 (syscall-list-32-options): Likewise.
19794 (syscall-list-32-condition): Likewise.
19795 (syscall-list-64-options): Likewise.
19796 (syscall-list-64-condition): Likewise.
19797 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
19798 macro.
19799 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
19800 Renamed to ...
19801 (abi-*): This.
19802 (abi-64-ld-soname): New macro.
19803 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
19804 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
19805 Renamed to ...
19806 (abi-*): This.
19807 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
19808 * sysdeps/x86_64/x32/shlib-versions: Likewise.
19809
4da0431d
JM
198102012-05-30 Joseph Myers <joseph@codesourcery.com>
19811
3a85279c
JM
19812 * sysdeps/unix/sysv/linux/kernel-features.h
19813 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
19814 * sysdeps/unix/sysv/linux/ftruncate64.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/truncate64.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/ftruncate64.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 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
19833 include <kernel-features.h>.
19834 [!__NR_ftruncate64]: Remove conditional code.
19835 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19836 [__NR_ftruncate64]: Make code unconditional.
19837 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19838
4da0431d
JM
19839 * configure.in (libc_cv_fpie): Weaken to a compile test using
19840 LIBC_TRY_CC_OPTION.
19841 * configure: Regenerated.
19842
11ef492c
AK
198432012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19844
19845 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
19846 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
19847 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
19848 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19849 Refreshed.
19850 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
19851 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
19852 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
19853 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
19854 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
19855 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19856 Refreshed.
19857
d66ef399
DM
198582012-05-27 David S. Miller <davem@davemloft.net>
19859
19860 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
19861 (___Q_zero): New.
19862 (__Q_simulate_exceptions): Return void. Change to simulate
19863 exceptions by writing into the %fsr.
19864 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
19865 (__Qp_handle_exceptions): Likewise.
19866 (numbers): Delete.
19867 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
19868 __Qp_handle_exceptions.
19869 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
19870 __Qp_handle_exceptions.
19871 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
19872 as unused and give dummy FP_RND_NEAREST initializer.
19873 (FP_INHIBIT_RESULTS): Define.
19874 (___Q_simulate_exceptions): Update declaration.
19875 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
19876 formatting.
19877 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
19878 as unused and give dummy FP_RND_NEAREST initializer.
19879 (__Qp_handle_exceptions): Update declaration.
19880 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
19881 formatting.
19882
04fb54b5
TS
198832012-05-27 Thomas Schwinge <thomas@codesourcery.com>
19884
19885 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
19886 the temporary FPU control word.
19887 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
19888 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
19889 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
19890 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
19891 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19892 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
19893 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
19894 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
19895 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
19896 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
19897 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
19898
3f99608f
KK
198992012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19900
19901 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
19902 fields.
19903
65a4de4e
CLT
199042012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
19905
19906 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
19907 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
19908 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
19909 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
19910 Likewise.
19911 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
19912 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
19913 Likewise.
19914
15749d40
UD
199152012-05-27 Ulrich Drepper <drepper@gmail.com>
19916
19917 * po/h.po: Update from translation team.
19918
25dbcb27
AS
199192012-05-26 Andreas Schwab <schwab@linux-m68k.org>
19920
3d3f8e55
AS
19921 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
19922
25dbcb27
AS
19923 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
19924 handling of denormals.
19925 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19926 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19927 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
19928 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
19929 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19930 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
19931 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
19932 Likewise.
19933
7ad47a80 199342012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
19935
19936 [BZ #14152]
19937 * math/libm-test.inc (fma_test): Don't always expect underflow
19938 exception.
19939
9c6ea9fa
SP
199402012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
19941
19942 [BZ #12416]
19943 * elf/tst-execstack.c: Include stackinfo.h.
19944 (do_test): Adjust test case to ensure that pthread_getattr_np
19945 behaviour remains the same after marking stack executable.
19946
a8239222
JM
199472012-05-25 Joseph Myers <joseph@codesourcery.com>
19948
19949 * sysdeps/unix/sysv/linux/kernel-features.h
19950 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
19951 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
19952 kernel-features.h.
19953 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
19954 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
19955 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
19956 kernel-features.h.
19957 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
19958 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
19959
918b5606
L
199602012-05-25 H.J. Lu <hongjiu.lu@intel.com>
19961
19962 * configure.in: Define the default includes to being none.
19963 * configure: Regenerated.
19964
3a097cc7
RM
199652012-05-25 Roland McGrath <roland@hack.frob.com>
19966
8422c9a5
RM
19967 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
19968 * sysdeps/x86_64/setjmp.S: Likewise.
19969 * sysdeps/i386/bsd-setjmp.S: Likewise.
19970 * sysdeps/i386/bsd-_setjmp.S: Likewise.
19971 * sysdeps/i386/setjmp.S: Likewise.
19972 * sysdeps/i386/__longjmp.S: Likewise.
19973 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
19974 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
19975
3a097cc7
RM
19976 * include/stap-probe.h: New file.
19977 * configure.in: Handle --enable-systemtap.
19978 * configure: Regenerated.
19979 * config.h.in (USE_STAP_PROBE): New #undef.
19980 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
19981 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
19982 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
19983
21708942
JM
199842012-05-25 Joseph Myers <joseph@codesourcery.com>
19985
19986 [BZ #13717]
19987 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
19988 to 2.4.0 where earlier.
19989 * sysdeps/unix/sysv/linux/configure: Regenerated.
19990 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
19991 <kernel-features.h>.
19992 [__ASSUME_32BITUIDS]: Make code unconditional.
19993 [!__ASSUME_32BITUIDS]: Remove conditional code.
19994 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
19995 <kernel-features.h>.
19996 [__ASSUME_32BITUIDS]: Make code unconditional.
19997 [!__ASSUME_32BITUIDS]: Remove conditional code.
19998 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
19999 [__ASSUME_32BITUIDS]: Make code unconditional.
20000 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
20001 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
20002 <kernel-features.h>.
20003 [__ASSUME_32BITUIDS]: Make code unconditional.
20004 [!__ASSUME_32BITUIDS]: Remove conditional code.
20005 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
20006 <kernel-features.h>.
20007 [__ASSUME_32BITUIDS]: Make code unconditional.
20008 [!__ASSUME_32BITUIDS]: Remove conditional code.
20009 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
20010 <kernel-features.h>.
20011 [__ASSUME_32BITUIDS]: Make code unconditional.
20012 [!__ASSUME_32BITUIDS]: Remove conditional code.
20013 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
20014 <kernel-features.h>.
20015 [__ASSUME_32BITUIDS]: Make code unconditional.
20016 [!__ASSUME_32BITUIDS]: Remove conditional code.
20017 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
20018 <kernel-features.h>.
20019 [__ASSUME_32BITUIDS]: Make code unconditional.
20020 [!__ASSUME_32BITUIDS]: Remove conditional code.
20021 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
20022 <kernel-features.h>.
20023 [__ASSUME_32BITUIDS]: Make code unconditional.
20024 [!__ASSUME_32BITUIDS]: Remove conditional code.
20025 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
20026 <kernel-features.h>.
20027 [__ASSUME_32BITUIDS]: Make code unconditional.
20028 [!__ASSUME_32BITUIDS]: Remove conditional code.
20029 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
20030 <kernel-features.h>.
20031 [__ASSUME_32BITUIDS]: Make code unconditional.
20032 [!__ASSUME_32BITUIDS]: Remove conditional code.
20033 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
20034 <kernel-features.h>.
20035 [__ASSUME_32BITUIDS]: Make code unconditional.
20036 [!__ASSUME_32BITUIDS]: Remove conditional code.
20037 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
20038 <kernel-features.h>.
20039 [__ASSUME_32BITUIDS]: Make code unconditional.
20040 [!__ASSUME_32BITUIDS]: Remove conditional code.
20041 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
20042 <kernel-features.h>.
20043 [__NR_setresgid] (__setresgid): Do not declare.
20044 [__ASSUME_32BITUIDS]: Make code unconditional.
20045 [!__ASSUME_32BITUIDS]: Remove conditional code.
20046 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
20047 <kernel-features.h>.
20048 [__NR_setresuid] (__setresuid): Do not declare.
20049 [__ASSUME_32BITUIDS]: Make code unconditional.
20050 [!__ASSUME_32BITUIDS]: Remove conditional code.
20051 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
20052 <kernel-features.h>.
20053 [__ASSUME_32BITUIDS]: Make code unconditional.
20054 [!__ASSUME_32BITUIDS]: Remove conditional code.
20055 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
20056 <kernel-features.h>.
20057 [__ASSUME_32BITUIDS]: Make code unconditional.
20058 [!__ASSUME_32BITUIDS]: Remove conditional code.
20059 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
20060 <kernel-features.h>.
20061 [__ASSUME_32BITUIDS]: Make code unconditional.
20062 [!__ASSUME_32BITUIDS]: Remove conditional code.
20063 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
20064 <kernel-features.h>.
20065 [__ASSUME_32BITUIDS]: Make code unconditional.
20066 [!__ASSUME_32BITUIDS]: Remove conditional code.
20067 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
20068 <kernel-features.h>.
20069 [__ASSUME_32BITUIDS]: Make code unconditional.
20070 [!__ASSUME_32BITUIDS]: Remove conditional code.
20071 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
20072 <kernel-features.h>.
20073 [__ASSUME_32BITUIDS]: Make code unconditional.
20074 [!__ASSUME_32BITUIDS]: Remove conditional code.
20075 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
20076 <kernel-features.h>.
20077 [__ASSUME_32BITUIDS]: Make code unconditional.
20078 [!__ASSUME_32BITUIDS]: Remove conditional code.
20079 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
20080 <kernel-features.h>.
20081 [__ASSUME_32BITUIDS]: Make code unconditional.
20082 [!__ASSUME_32BITUIDS]: Remove conditional code.
20083 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
20084 <kernel-features.h>.
20085 [__ASSUME_32BITUIDS]: Make code unconditional.
20086 [!__ASSUME_32BITUIDS]: Remove conditional code.
20087 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
20088 <kernel-features.h>.
20089 [__ASSUME_32BITUIDS]: Make code unconditional.
20090 [!__ASSUME_32BITUIDS]: Remove conditional code.
20091 * sysdeps/unix/sysv/linux/kernel-features.h
20092 (__ASSUME_SETRESUID_SYSCALL): Remove.
20093 (__ASSUME_SETRESGID_SYSCALL): Likewise.
20094 (__ASSUME_32BITUIDS): Likewise.
20095 (__ASSUME_LDT_WORKS): Likewise.
20096 (__ASSUME_O_DIRECTORY): Likewise.
20097 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
20098 architecture but not kernel version.
20099 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
20100 (__ASSUME_MMAP2_SYSCALL): Likewise.
20101 (__ASSUME_STAT64_SYSCALL): Likewise.
20102 (__ASSUME_IPC64): Likewise.
20103 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
20104 <kernel-features.h>.
20105 [__ASSUME_32BITUIDS]: Make code unconditional.
20106 [!__ASSUME_32BITUIDS]: Remove conditional code.
20107 * sysdeps/unix/sysv/linux/opendir.c: Do not include
20108 <kernel-features.h>.
20109 [__ASSUME_O_DIRECTORY]: Make code unconditional.
20110 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
20111 132096]: Remove conditional code.
20112 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
20113 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
20114 <kernel-features.h>.
20115 [__ASSUME_32BITUIDS]: Make code unconditional.
20116 [!__ASSUME_32BITUIDS]: Remove conditional code.
20117 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
20118 <kernel-features.h>.
20119 [__ASSUME_32BITUIDS]: Make code unconditional.
20120 [!__ASSUME_32BITUIDS]: Remove conditional code.
20121 * sysdeps/unix/sysv/linux/setegid.c: Do not include
20122 <kernel-features.h>.
20123 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
20124 unconditional.
20125 (__setresgid): Do not declare.
20126 [__ASSUME_32BITUIDS]: Make code unconditional.
20127 [!__ASSUME_32BITUIDS]: Remove conditional code.
20128 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
20129 <kernel-features.h>.
20130 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
20131 unconditional.
20132 (__setresuid): Do not declare.
20133 [__ASSUME_32BITUIDS]: Make code unconditional.
20134 [!__ASSUME_32BITUIDS]: Remove conditional code.
20135 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
20136 <kernel-features.h>.
20137 [__ASSUME_32BITUIDS]: Make code unconditional.
20138 [!__ASSUME_32BITUIDS]: Remove conditional code.
20139 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
20140 <kernel-features.h>.
20141 [__ASSUME_32BITUIDS]: Make code unconditional.
20142 [!__ASSUME_32BITUIDS]: Remove conditional code.
20143
a386f1cc
RH
201442012-05-25 Richard Henderson <rth@twiddle.net>
20145
20146 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
20147 dl_hwcap to ifunc resolver.
20148 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
20149 elf_ifunc_invoke.
20150 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
20151 dl_hwcap to ifunc resolver.
20152 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
20153
b6550497
JM
201542012-05-24 Joseph Myers <joseph@codesourcery.com>
20155
20156 [BZ #14153]
20157 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
20158 for |x| <= 2**-26, not 2**-57.
20159 * math/libm-test.inc (acos_test): Do not allow spurious underflow
20160 exception.
20161
b0bc23a1
JL
201622012-05-24 Jeff Law <law@redhat.com>
20163
20164 * stdio-common/Makefile (tests): Add bug25.
20165 * stdio-common/bug25.c: New test.
20166
347c92e9
L
201672012-05-24 H.J. Lu <hongjiu.lu@intel.com>
20168
20169 [BZ #13576]
20170 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
20171 multiple of MALLOC_ALIGNMENT in size.
20172 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
20173
6bcc8b3f
JM
201742012-05-24 Joseph Myers <joseph@codesourcery.com>
20175
20176 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
20177 Require >= 256.
20178 (FILENAME_MAX): Use macro-int-constant.
20179 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
20180 (_IOFBF): Use macro-int-constant.
20181 (_IOLBF): Likewise.
20182 (_IONBF): Likewise.
20183 (SEEK_CUR): Likewise.
20184 (SEEK_END): Likewise.
20185 (SEEK_SET): Likewise.
20186 (TMP_MAX): Likewise.
20187 (EOF): Use macro-int-constant. Require < 0.
20188 (NULL): Use macro-constant. Require == 0.
20189 (stdin): Require type to be FILE *.
20190 (stdout): Likewise.
20191 (stderr): Likewise.
20192 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
20193 macro-int-constant.
20194 (EXIT_SUCCESS): Likewise.
20195 (NULL): Use macro-constant. Require == 0.
20196 (RAND_MAX): Use macro-int-constant.
20197 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
20198 [C99-based standards] (strtof): Require function.
20199 [C99-based standards] (strtold): Likewise.
20200 [C99-based standards] (strtoll): Likewise.
20201 [C99-based standards] (strtoull): Likewise.
20202 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
20203 [ISO || ISO99 || ISO11] (limits.h): Likewise.
20204 [ISO || ISO99 || ISO11] (math.h): Likewise.
20205 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
20206 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
20207 [ISO || ISO99 || ISO11] (*_t): Do not allow.
20208
d18ea0c5
AS
202092012-05-24 Andreas Schwab <schwab@linux-m68k.org>
20210
20211 [BZ #14132]
56d25bb8
AS
20212 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
20213 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
20214 * intl/dgettext.c (DCGETTEXT): Likewise.
20215 * intl/gettext.c (DCGETTEXT): Likewise.
20216 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
20217 * posix/regex_internal.h (gettext): Likewise.
20218 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
20219 Remove declaration.
20220 * include/argz.h (__argz_count_internal)
20221 (__argz_stringify_internal): Remove declaration.
20222 (__argz_count, __argz_stringify): Declare hidden proto.
20223 * intl/dcgettext.c: Remove use of INTDEF.
20224 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
20225 * string/argz-stringify.c: Likewise.
20226 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
20227 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
20228 Declare hidden proto.
d18ea0c5
AS
20229 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
20230 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
20231 Declare hidden proto.
20232 * include/stdio.h (__asprintf_internal): Don't declare.
20233 (__asprintf): Don't define as macro. Declare hidden proto.
20234 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
20235 (__fsetlocking): Declare hidden proto.
20236 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
20237 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
20238 hidden proto.
20239 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
20240 (_IO_setlinebuf): Remove use of INTUSE.
20241 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
20242 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
20243 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
20244 Remove declaration.
20245 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
20246 (_IO_do_flush): Remove use of INTUSE.
20247 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
20248 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
20249 (_IO_adjust_column, _IO_least_wmarker)
20250 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
20251 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
20252 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
20253 (_IO_default_doallocate, _IO_wdefault_doallocate)
20254 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
20255 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
20256 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
20257 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
20258 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
20259 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
20260 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
20261 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
20262 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
20263 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
20264 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
20265 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
20266 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
20267 proto.
20268 (_IO_flush_all_internal, _IO_adjust_column_internal)
20269 (_IO_default_uflow_internal, _IO_default_finish_internal)
20270 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
20271 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
20272 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
20273 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
20274 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
20275 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
20276 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
20277 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
20278 (_IO_file_close_internal, _IO_file_close_it_internal)
20279 (_IO_file_underflow_internal, _IO_file_overflow_internal)
20280 (_IO_file_init_internal, _IO_file_attach_internal)
20281 (_IO_file_fopen_internal, _IO_file_read_internal)
20282 (_IO_file_sync_internal, _IO_file_seek_internal)
20283 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
20284 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
20285 (_IO_str_underflow_internal, _IO_str_overflow_internal)
20286 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
20287 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
20288 (_IO_list_all_internal, _IO_link_in_internal)
20289 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
20290 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
20291 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
20292 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
20293 (_IO_do_write_internal, _IO_padn_internal)
20294 (_IO_getline_info_internal, _IO_getline_internal)
20295 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
20296 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
20297 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
20298 (_IO_vfscanf_internal, _IO_vfprintf_internal)
20299 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
20300 (_IO_init_internal, _IO_un_link_internal): Don't declare.
20301 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
20302 with libc_hidden_ver, remove use of INTUSE.
20303 * libio/genops.c: Likewise.
20304 * libio/freopen.c: Likewise.
20305 * libio/freopen64.c: Likewise.
20306 * libio/iofclose.c: Likewise.
20307 * libio/iofdopen.c: Likewise.
20308 * libio/iofflush.c: Likewise.
20309 * libio/iofflush_u.c: Likewise.
20310 * libio/iofgets.c: Likewise.
20311 * libio/iofgets_u.c: Likewise.
20312 * libio/iofopen.c: Likewise.
20313 * libio/iofopncook.c: Likewise.
20314 * libio/iofread.c: Likewise.
20315 * libio/iofread_u.c: Likewise.
20316 * libio/ioftell.c: Likewise.
20317 * libio/iofwrite.c: Likewise.
20318 * libio/iogetline.c: Likewise.
20319 * libio/iogets.c: Likewise.
20320 * libio/iogetwline.c: Likewise.
20321 * libio/iopadn.c: Likewise.
20322 * libio/iopopen.c: Likewise.
20323 * libio/ioseekoff.c: Likewise.
20324 * libio/ioseekpos.c: Likewise.
20325 * libio/iosetbuffer.c: Likewise.
20326 * libio/iosetvbuf.c: Likewise.
20327 * libio/ioungetc.c: Likewise.
20328 * libio/ioungetwc.c: Likewise.
20329 * libio/iovdprintf.c: Likewise.
20330 * libio/iovsprintf.c: Likewise.
20331 * libio/iovsscanf.c: Likewise.
20332 * libio/memstream.c: Likewise.
20333 * libio/obprintf.c: Likewise.
20334 * libio/oldfileops.c: Likewise.
20335 * libio/oldiofclose.c: Likewise.
20336 * libio/oldiofdopen.c: Likewise.
20337 * libio/oldiofopen.c: Likewise.
20338 * libio/oldiopopen.c: Likewise.
20339 * libio/oldstdfiles.c: Likewise.
20340 * libio/putc.c: Likewise.
20341 * libio/setbuf.c: Likewise.
20342 * libio/setlinebuf.c: Likewise.
20343 * libio/stdfiles.c: Likewise.
20344 * libio/strops.c: Likewise.
20345 * libio/vasprintf.c: Likewise.
20346 * libio/vscanf.c: Likewise.
20347 * libio/vsnprintf.c: Likewise.
20348 * libio/vswprintf.c: Likewise.
20349 * libio/wfiledoalloc.c: Likewise.
20350 * libio/wfileops.c: Likewise.
20351 * libio/wgenops.c: Likewise.
20352 * libio/wmemstream.c: Likewise.
20353 * libio/wstrops.c: Likewise.
20354 * libio/__fpurge.c: Likewise.
20355 * libio/__fsetlocking.c: Likewise.
20356 * assert/assert.c: Likewise.
20357 * debug/fgets_chk.c: Likewise.
20358 * debug/fgets_u_chk.c: Likewise.
20359 * debug/fread_chk.c: Likewise.
20360 * debug/fread_u_chk.c: Likewise.
20361 * debug/gets_chk.c: Likewise.
20362 * debug/obprintf_chk.c: Likewise.
20363 * debug/vasprintf_chk.c: Likewise.
20364 * debug/vdprintf_chk.c: Likewise.
20365 * debug/vsnprintf_chk.c: Likewise.
20366 * debug/vsprintf_chk.c: Likewise.
20367 * malloc/mtrace.c: Likewise.
20368 * misc/error.c: Likewise.
20369 * misc/syslog.c: Likewise.
20370 * stdio-common/asprintf.c: Likewise.
20371 * stdio-common/fxprintf.c: Likewise.
20372 * stdio-common/getw.c: Likewise.
20373 * stdio-common/isoc99_fscanf.c: Likewise.
20374 * stdio-common/isoc99_scanf.c: Likewise.
20375 * stdio-common/isoc99_vfscanf.c: Likewise.
20376 * stdio-common/isoc99_vscanf.c: Likewise.
20377 * stdio-common/isoc99_vsscanf.c: Likewise.
20378 * stdio-common/printf-prs.c: Likewise.
20379 * stdio-common/printf_fp.c: Likewise.
20380 * stdio-common/printf_fphex.c: Likewise.
20381 * stdio-common/printf_size.c: Likewise.
20382 * stdio-common/putw.c: Likewise.
20383 * stdio-common/scanf.c: Likewise.
20384 * stdio-common/sprintf.c: Likewise.
20385 * stdio-common/tmpfile.c: Likewise.
20386 * stdio-common/vfprintf.c: Likewise.
20387 * stdio-common/vfscanf.c: Likewise.
20388 * stdlib/strfmon_l.c: Likewise.
20389 * sunrpc/openchild.c: Likewise.
20390 * sunrpc/xdr_stdio.c: Likewise.
20391 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
20392 * sysdeps/mach/hurd/tmpfile.c: Likewise.
20393
d6c33fda
RM
203942012-05-24 Roland McGrath <roland@hack.frob.com>
20395
c1487492
RM
20396 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
20397
20398 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
20399 in the third column, to generate for the shared library an IFUNC
20400 that uses _dl_vdso_vsym.
20401 * Makerules (COMPILE.c, compile-stdin.c): New variables.
20402 * Makeconfig (object-suffixes-noshared): New variable.
20403
20404 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
20405 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
20406 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
20407 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
20408
d6c33fda
RM
20409 [BZ #14132]
20410 * include/sys/time.h (__gettimeofday): Remove macro.
20411 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
20412 * time/gettimeofday.c (__gettimeofday): Remove #undef.
20413 Remove INTDEF.
20414 (__gettimeofday): Add libc_hidden_def.
20415 (gettimeofday): Add libc_hidden_weak.
20416 * sysdeps/mach/gettimeofday.c: Likewise.
20417 * sysdeps/posix/gettimeofday.c: Likewise.
20418 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
20419 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
20420 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
20421 (__gettimeofday_internal): Remove strong_alias.
20422 (__gettimeofday): Add libc_hidden_def.
20423 (gettimeofday): Add libc_hidden_weak.
20424 * sysdeps/unix/syscalls.list (gettimeofday):
20425 Remove __gettimeofday_internal alias.
20426
b5a2bbe6
L
204272012-05-24 Daniel Jacobowitz <drow@false.org>
20428 H.J. Lu <hongjiu.lu@intel.com>
20429
20430 [BZ #12495]
20431 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
20432 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
20433 (largebin_index_32_big): New.
20434 (largebin_index): Use it for 16-byte alignment.
20435 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
20436 correction with front_misalign.
20437
cfba4fda
L
204382012-05-24 H.J. Lu <hongjiu.lu@intel.com>
20439
7f907421
L
20440 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
20441 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
20442 Likewise.
20443 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
20444 Likewise.
20445 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
20446 Likewise.
20447 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
20448 Likewise.
20449 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
20450 Likewise.
20451 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
20452 Likewise.
20453 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
20454 Likewise.
20455 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
20456 Likewise.
20457 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
20458 Likewise.
20459 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
20460 Likewise.
20461 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
20462 Likewise.
20463 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
20464 Likewise.
20465
cfba4fda
L
20466 * scripts/data/c++-types-x32-linux-gnu.data: New file.
20467 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
20468
80bad0cc
JM
204692012-05-24 Joseph Myers <joseph@codesourcery.com>
20470
7a25eb06
JM
20471 [BZ #10846]
20472 [BZ #14036]
20473 * math/libm-test.inc (exp_test): Add test from bug 14036.
20474 (pow_test): Add test from bug 10846.
20475
795405f9
JM
20476 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
20477 and other flags.
20478 (special_function): Do not include flags in test name.
20479 (parse_args): Likewise.
20480 * sysdeps/i386/fpu/libm-test-ulps: Update.
20481 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20482 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20483 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20484 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20485
80bad0cc
JM
20486 * math/gen-libm-test.pl (%beautify): Add entries for underflow
20487 exceptions.
20488 * math/libm-test.inc ("Philosophy"): Update comment about
20489 exception testing.
20490 (UNDERFLOW_EXCEPTION): New macro.
20491 (UNDERFLOW_EXCEPTION_OK): Likewise.
20492 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
20493 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
20494 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
20495 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
20496 (INVALID_EXCEPTION_OK): Update value.
20497 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20498 (OVERFLOW_EXCEPTION_OK): Likewise.
20499 (IGNORE_ZERO_INF_SIGN): Likewise.
20500 (test_exceptions): Handle underflow exceptions.
20501 (acos_test): Update for underflow exception expectations.
20502 (cexp_test): Likewise.
20503 (clog_test): Likewise.
20504 (clog10_test): Likewise.
20505 (csqrt_test): Likewise.
20506 (ctan_test): Likewise.
20507 (ctanh_test): Likewise.
20508 (exp_test): Likewise.
20509 (exp10_test): Likewise.
20510 (exp2_test): Likewise.
20511 (expm1_test): Likewise.
20512 (fma_test): Likewise.
20513 (j0_test): Likewise.
20514 (jn_test): Likewise.
20515 (nexttoward_test): Likewise.
20516 (pow_test): Likewise.
20517 (scalbn_test): Likewise.
20518 (scalbln_test): Likewise.
20519 (tan_test): Likewise.
20520 (y1_test): Likewise.
20521 * sysdeps/i386/fpu/libm-test-ulps: Update.
20522 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20523
9e0e3d0b
DM
205242012-05-23 David S. Miller <davem@davemloft.net>
20525
20526 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
20527 (__libc_sigaction): Remove unused local variables.
20528
ccd0a08f
L
205292012-05-23 H.J. Lu <hongjiu.lu@intel.com>
20530
20531 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
20532
62bdf9a6
PE
205332012-05-23 Paul Eggert <eggert@cs.ucla.edu>
20534
f8591f80
PE
20535 mktime: avoid signed integer overflow
20536 * time/mktime.c (__mktime_internal): Do not mishandle the case
20537 where diff == INT_MIN.
20538
94c7d826
PE
20539 mktime: simplify computation of average
20540 * time/mktime.c (ranged_convert): Use new time_t_avg function
20541 instead of rolling our own (probably-slower) code.
20542
ce73d683
PE
20543 mktime: do not assume signed right shift propagates sign bit
20544 * time/mktime.c (isdst_differ): New static function.
20545 (__mktime_internal): No need to normalize tm_isdst now.
20546 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
20547 tm_isdst values.
20548
72a22e59
PE
20549 mktime: merge another wrapv change from gnulib
20550 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
20551 from some compilers.
20552
68605433
PE
20553 mktime: remove incorrect attempt at unusual arithmetics
20554 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
20555 The code didn't really work on such machines anyway.
20556 (TYPE_MINIMUM): Assume two's complement.
20557 (twos_complement_arithmetic): Verify that long_int and time_t
20558 are two's complement (or unsigned, in the latter case).
20559
03cf7fe3
PE
20560 mktime: check signed shifts on long_int and time_t, too
20561 * time/mktime.c (SHR): Check that shifts work as desired
20562 on the types long_int and time_t too, as SHR is used on
20563 such types.
20564
f04dfbc2
PE
20565 mktime: do not assume 'long' is wide enough
20566 * time/mktime.c (verify): Move decl up.
20567 (long_int): New type.
20568 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
20569 to remove assumption in the code that 'long' is wide enough to
20570 store year values. This assumption is not true on x32 and on
20571 some non-glibc platforms.
20572
62bdf9a6
PE
20573 mktime: merge wrapv change from gnulib
20574 * time/mktime.c (WRAPV): New macro.
20575 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
20576 (guess_time_tm, __mktime_internal): Do not assume that signed
20577 integer overflow wraps around; modern compilers generate code
20578 where this assumption is no longer valid.
20579
5e292e4f
L
205802012-05-23 H.J. Lu <hongjiu.lu@intel.com>
20581
20582 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
20583 Replace "jmp L(pseudo_end)" with "ret".
20584 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
20585 Likewise.
20586
8caf8c87
AJ
205872012-05-23 Andreas Jaeger <aj@suse.de>
20588
20589 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
20590 * sysdeps/unix/sysv/linux/poll.c: Remove file.
20591
1a09dc56
AJ
205922012-05-23 Andreas Jaeger <aj@suse.de>
20593 Maximilian Attems <max@stro.at>
20594
20595 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
20596 New macros.
20597
1c87aba0
L
205982012-05-23 H.J. Lu <hongjiu.lu@intel.com>
20599
20600 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
20601 code so that pseudo_end is just ret and the stack pointer is
20602 correct also for static library in error case.
20603
40e45bd5
JM
206042012-05-23 Joseph Myers <joseph@codesourcery.com>
20605
c2670533
JM
20606 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
20607 move to syscalls.list.
20608 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
20609 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
20610 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
20611 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
20612
40e45bd5
JM
20613 * manual/install.texi (Running make install): Do not mention Linux
20614 kernel version for which pt_chown is not needed.
20615 (Linux): Do not mention problems with nscd with 2.0 kernels.
20616 * INSTALL: Regenerated.
20617
be08eda5
AJ
206182012-05-23 Andreas Jaeger <aj@suse.de>
20619
20620 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
20621 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
20622 macro.
20623 * sysdeps/unix/sysv/linux/s390/bits/mman.h
20624 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20625 * sysdeps/unix/sysv/linux/sh/bits/mman.h
20626 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20627 * sysdeps/unix/sysv/linux/i386/bits/mman.h
20628 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20629 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
20630 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20631 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
20632 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20633 * sysdeps/unix/sysv/linux/bits/in.h
20634 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
20635
a6a056bb
RM
206362012-05-22 Roland McGrath <roland@hack.frob.com>
20637
20638 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
20639 (PREPARE_VERSION): Just use assert instead, it will be elided
20640 under [NDEBUG] anyway.
20641
c9009328
L
206422012-05-22 H.J. Lu <hongjiu.lu@intel.com>
20643
20644 * sysdeps/unix/sysv/linux/Makefile: Include
20645 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 20646 (sysdep_routines): Remove sysctl.
c9009328
L
20647 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
20648 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
20649 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
20650 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
20651 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
20652
73338355
AJ
206532012-05-22 Andreas Jaeger <aj@suse.de>
20654
20655 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
20656 that pseudo_end is just ret and the stack pointer is correct also
20657 for static library in error case.
20658
d44638b0
PP
206592012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
20660
20661 [BZ #14122]
20662 * nss/nsswitch.c (defconfig_entries): New variable.
20663 (__nss_database_lookup): Don't leak defconfig entries.
20664 (nss_parse_service_list): Don't leak on error paths.
20665 (free_database_entries): New function.
20666 (free_defconfig): New function.
20667 (free_mem): Move common code to free_database_entries.
20668
31a39bd8
L
206692012-05-22 H.J. Lu <hongjiu.lu@intel.com>
20670
da0331a8
L
20671 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
20672 Add arch_prctl.
20673 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
20674
31a39bd8
L
20675 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20676 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
20677 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
20678 New macro.
20679 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
20680 (INTERNAL_SYSCALL_TYPES): Likewise.
20681 (LOAD_ARGS_TYPES_[1-6]): Likewise.
20682 (LOAD_REGS_TYPES_[1-6]): Likewise.
20683 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
20684 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
20685
45470df3
AZ
206862012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20687
20688 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
20689 copysignl for GLIBC_2_0.
20690 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
20691 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
20692 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
20693 logbl for GLIBC_2_0.
20694 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
20695 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
20696
98a61bcb
L
206972012-05-22 H.J. Lu <hongjiu.lu@intel.com>
20698
a4f6e481
L
20699 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
20700 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
20701
f63d5db6
L
20702 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
20703 Use "neg %eax".
20704
98a61bcb
L
20705 * time/mktime.c: Update copyright years.
20706
95770f14
PE
207072012-05-22 Paul Eggert <eggert@cs.ucla.edu>
20708
6226efbd
PE
20709 mktime: merge comment-quoting-style change from gnulib
20710 * time/mktime.c: Quote 'like this' in comments.
20711 The GNU coding standards suggest that we no longer quote `like this',
20712 as "`" and "'" are typically rendered asymmetrically nowadays.
20713 The typical gnulib style is to quote 'like this' when quoting
20714 code, and "like this" when quoting English.
20715
b99e4f78
PE
20716 * time/mktime.c (compile-command): Add "-I.".
20717
643e01e6
PE
20718 mktime: merge mktime-internal.h change from gnulib
20719 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
20720
2554247d
PE
20721 mktime: merge time_r change from gnulib
20722 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
20723
826dd0ab
PE
20724 mktime: merge DEBUG change from gnulib
20725 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
20726 case system <time.h> has a #define.
20727
bd83aabe
PE
20728 mktime: merge <sys/types.h> change from gnulib
20729 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
20730 since <time.t> is now guaranteed to define time_t.
20731
95770f14
PE
20732 mktime: merge HAVE_CONFIG_H change from gnulib
20733 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
20734
5e1a27a9
L
207352012-05-22 H.J. Lu <hongjiu.lu@intel.com>
20736
0e44a77e
L
20737 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
20738 Use "neg %eax".
20739
5e1a27a9
L
20740 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
20741 __rlim_t cast.
20742 (struct rusage): Use anonymous union to pad each field to
20743 __syscall_slong_t.
20744
46259bec
DM
207452012-05-21 David S. Miller <davem@davemloft.net>
20746
20747 * Makefules (o-iterator): Remove .s cases.
20748 (compile-command.s): Delete.
20749 (COMPILE.s): Delete.
20750 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
20751
59f0c22e
JM
207522012-05-21 Joseph Myers <joseph@codesourcery.com>
20753
20754 * configure.in (libc_cv_predef_stack_protector): Only consider
20755 "foobar" and "__stack_chk_fail" lines in libc_undefs.
20756 * configure: Regenerated.
20757
20c07380
L
207582012-05-21 H.J. Lu <hongjiu.lu@intel.com>
20759
bbb3154b
L
20760 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
20761 New macro. Use R*LP on int and pointer.
20762 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
20763 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
20764 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
20765 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
20766
20c07380
L
20767 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
20768 [__WORDSIZE_TIME64_COMPAT32] instead of
20769 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
20770 (struct utmp): Likewise.
20771 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
20772 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
20773 Renamed to ...
20774 (__WORDSIZE_TIME64_COMPAT32): This.
20775 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
20776 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
20777 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
20778 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
20779 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
20780 (__WORDSIZE_TIME64_COMPAT32): New macro.
20781
d8d1017e
AJ
207822012-05-21 Andreas Jaeger <aj@suse.de>
20783
20784 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
20785 only if [SHARED]. Add prototype for __wcschr_ia32.
20786
6c7fb145
RM
207872012-05-21 Roland McGrath <roland@hack.frob.com>
20788
20789 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
20790 of %rbp unmolested in the jmp_buf while mangling the low bits.
20791 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
20792 unmolested high bits of %rbp while demangling the low bits.
20793 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
20794
66274218
AJ
207952012-05-21 Andreas Jaeger <aj@suse.de>
20796
07c58f8f
AJ
20797 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
20798 * sunrpc/svc_simple.c: Use it for registerrpc.
20799 * sunrpc/xcrypt.c: Use it for passwd2des.
20800
66274218
AJ
20801 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
20802
61f65140
L
208032012-05-21 H.J. Lu <hongjiu.lu@intel.com>
20804
20805 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
20806 Don't define if [__SYSCALL_WORDSIZE != 32].
20807 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
20808 New macro.
20809
5fefb436
AJ
208102012-05-21 Bruno Haible <bruno@clisp.org>
20811 Andreas Jaeger <aj@suse.de>
20812
20813 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
20814 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
20815 inptr and inend for must_buffer_ch.
20816 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
20817 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
20818 * stdio-common/Makefile (tests): Remove bug15.
20819 (bug15-ENV): Remove macro.
20820 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
20821 anymore.
20822
d8e272ab
AJ
208232012-05-19 Andreas Jaeger <aj@suse.de>
20824 Roland McGrath <roland@hack.frob.com>
20825
20826 * manual/contrib.texi: Completely rewritten. It contains now an
20827 alphabetical list of contributors and their contributions.
20828
4a56a162
RH
208292012-05-21 Richard Henderson <rth@twiddle.net>
20830
20831 * misc/getauxval.c (__getauxval): Use unsigned long int.
20832 * misc/sys/auxv.h: Include <sys/cdefs.h>.
20833 (getauxval): Use unsigned long int.
20834
d024d23c
L
208352012-05-21 H.J. Lu <hongjiu.lu@intel.com>
20836
20837 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
20838
cbc00a03
RM
208392012-05-21 Roland McGrath <roland@hack.frob.com>
20840
20841 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
20842 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
20843 __alignof__ (long double).
20844
478143fa
AZ
208452012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20846
20847 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20848
c7683a6d
RH
208492012-05-20 Richard Henderson <rth@twiddle.net>
20850
20851 * misc/getauxval.c: New file.
20852 * misc/sys/auxv.h: New file.
20853 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
20854 (routines): Add getauxval.
20855 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
20856 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
20857 * elf/dl-sysdep.c (_dl_auxv): Remove.
20858 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
20859 * elf/dl-support.c (_dl_auxv): New variable.
20860 (_dl_aux_init): Initialize it.
20861 * manual/startup.texi (Auxiliary Vector): New node.
20862 * sysdeps/generic/bits/hwcap.h: New file.
20863 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
20864 * sysdeps/powerpc/sysdep.h: ... here. Include it.
20865 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
20866 * sysdeps/sparc/sysdep.h: ... here. Include it.
20867 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
20868 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
20869 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
20870 Update.
c7683a6d
RH
20871 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
20872 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
20873 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
20874 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
20875 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
20876 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
20877 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
20878 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
20879
a6f1845d
AZ
208802012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20881
20882 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20883
cbcbe830
DM
208842012-05-19 David S. Miller <davem@davemloft.net>
20885
20886 * sysdeps/sparc/fpu/libm-test-ulps: Update.
20887
e0b16cc2
JM
208882012-05-19 Joseph Myers <joseph@codesourcery.com>
20889
20890 [BZ #14123]
20891 * math/s_ccosh.c: Include <float.h>
20892 (__ccosh): Avoid internal overflow calculating sinh and cosh
20893 values before multiplying by sin and cos values.
20894 * math/s_ccoshf.c: Likewise.
20895 * math/s_ccoshl.c: Likewise.
20896 * math/s_csin.c: Likewise.
20897 * math/s_csinf.c: Likewise.
20898 * math/s_csinl.c: Likewise.
20899 * math/s_csinh.c: Likewise.
20900 * math/s_csinhf.c: Likewise.
20901 * math/s_csinhl.c: Likewise.
20902 * math/libm-test.inc (ccos_test): Add more tests.
20903 (ccosh_test): Likewise.
20904 (csin_test): Likewise.
20905 (csinh_test): Likewise.
20906 * sysdeps/i386/fpu/libm-test-ulps: Update.
20907 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20908
6ad13e08
L
209092012-05-19 H.J. Lu <hongjiu.lu@intel.com>
20910
f66f0ce8
L
20911 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
20912 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
20913
6ad13e08
L
20914 * sysdeps/x86_64/x32/_itoa.h: Add comment.
20915
b1d072a7
JM
209162012-05-19 Joseph Myers <joseph@codesourcery.com>
20917
20918 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
20919 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
20920 * sysdeps/powerpc/soft-fp/Versions: Likewise.
20921 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
20922 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
20923 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
20924 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
20925 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
20926 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
20927 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
20928 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
20929 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
20930 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
20931 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
20932 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
20933 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
20934 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
20935 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
20936 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
20937 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
20938 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
20939 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
20940 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
20941 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
20942 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
20943 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
20944 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
20945 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
20946 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
20947 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
20948 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
20949
9eae47cb
AJ
209502012-05-18 Andreas Jaeger <aj@suse.de>
20951
20952 * csu/.gitignore: Delete.
20953
bb07f69f
L
209542012-05-18 H.J. Lu <hongjiu.lu@intel.com>
20955
20956 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
20957 (timex): Use __syscall_slong_t.
20958
e6bdb741
AJ
209592012-05-18 Andreas Jaeger <aj@suse.de>
20960 Carlos O'Donell <carlos_odonell@mentor.com>
20961
20962 * manual/install.texi (Configuring and compiling): Update
20963 description about files modified in the source directory.
d6c33fda 20964 * INSTALL: Regenerated.
e6bdb741 20965
1b74487e
L
209662012-05-18 H.J. Lu <hongjiu.lu@intel.com>
20967
20968 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
20969 value. Use "or" to set return value to -1.
20970 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
20971 negate return value.
20972
a88b64b9
TMQMF
209732012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
20974
20975 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
20976 CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
20977 failure if the compiler has Graphite support disabled.
20978 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
20979 Likewise.
20980 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
20981 CFLAGS-memmove.c): Likewise.
20982 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
20983 Likewise.
20984
3707636e
L
209852012-05-18 H.J. Lu <hongjiu.lu@intel.com>
20986
610b8622
L
20987 * sysdeps/x86_64/x32/_itoa.h: New file.
20988
7cd195df
L
20989 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
20990 getdents system call only if kernel and user dirents have the
20991 same d_ino and d_off.
20992
94b07d20
L
20993 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
20994 LLONG_MAX != LONG_MAX.
20995 (_itoa_word): Use _ITOA_WORD_TYPE on value.
20996 (_fitoa_word): Likewise.
20997
18298070
L
20998 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
20999 years.
21000 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
21001 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
21002 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
21003
553c7ea4
L
21004 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
21005 include <bits/wordsize.h>. Check __x86_64__ instead of
21006 __WORDSIZE.
21007 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
21008 if __x86_64__ is defined. Use anonymous union on fpstate.
21009
3707636e
L
21010 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
21011 anonymous union.
21012
b53ef01a
AS
210132012-05-18 Andreas Schwab <schwab@linux-m68k.org>
21014
37fb1dc0
AS
21015 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
21016 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
21017 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
21018 Refer to _rtld_local_ro instead of _rtld_global_ro.
21019 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
21020 Likewise.
21021 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
21022 Likewise.
21023 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
21024 Likewise.
21025 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
21026 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
21027 of _rtld_global, and rtld_progname instead of _dl_argv[0].
21028
b53ef01a
AS
21029 * sysdeps/powerpc/powerpc32/dl-machine.c
21030 (__elf_machine_runtime_setup) [PROF]: Don't reference
21031 _dl_prof_resolve.
21032
7a185db2
AJ
210332012-05-18 Andreas Jaeger <aj@suse.de>
21034
21035 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
21036 function only available for GCCs before 3.4 since GCC 3.4
21037 introduced a builtin.
21038 (lrint): Likewise.
21039 (llrintf): Likewise.
21040 (llrint): Likewise.
21041 (fmaxf): Likewise.
21042 (fmax): Likewise.
21043 (fminf): Likewise.
21044 (fmin): Likewise.
21045 (rint): Likewise.
21046 (rintf): Likewise.
21047 (nearbyint): Likewise.
21048 (nearbyintf): Likewise.
21049 (ceil): Likewise.
21050 (ceilf): Likewise.
21051 (floor): Likewise.
21052 (floorf): Likewise.
21053
3e5aef87
L
210542012-05-17 H.J. Lu <hongjiu.lu@intel.com>
21055
428bd707
L
21056 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
21057 on both fields and cast pointer to __syscall_ulong_t.
21058
3e5aef87
L
21059 * bits/types.h (__fsword_t): New type.
21060 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
21061 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
21062 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
21063 (__FSWORD_T_TYPE): Likewise.
21064 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
21065 (__FSWORD_T_TYPE): Likewise.
21066 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
21067 (__FSWORD_T_TYPE): Likewise.
21068 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
21069 (__FSWORD_T_TYPE): Likewise.
21070 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
21071 __SWORD_TYPE with __fsword_t.
21072 (statfs64): Likewise.
21073
1ba7c3dc
DM
210742012-05-17 David S. Miller <davem@davemloft.net>
21075
21076 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
21077
59910343
AJ
210782012-05-17 Andreas Jaeger <aj@suse.de>
21079
21080 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
21081 warning.
21082
2e4c1e9e
L
210832012-05-17 H.J. Lu <hongjiu.lu@intel.com>
21084
21085 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
21086
de7f5ce7
AJ
210872012-05-17 Andreas Jaeger <aj@suse.de>
21088
21089 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
21090 when it is used.
21091
286abc3d
CM
210922012-05-17 Chris Metcalf <cmetcalf@tilera.com>
21093
21094 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
21095
477cc68e
L
210962012-05-17 H.J. Lu <hongjiu.lu@intel.com>
21097
21098 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
21099 * sysdeps/x86_64/tst-mallocalign1.c: New file.
21100
1a0994f5
CD
211012012-05-17 Andreas Jaeger <aj@suse.de>
21102 Carlos O'Donell <carlos_odonell@mentor.com>
21103
21104 [BZ #14059]
21105 * sysdeps/x86_64/multiarch/init-arch.h
21106 (bit_YMM_Usable): Rename to...
21107 (bit_AVX_Usable): ... this.
21108 (bit_FMA4_Usable): New macro.
21109 (bit_XMM_state): New macro.
21110 (bit_YMM_state): New macro.
21111 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
21112 [__ASSEMBLER__] (index_AVX_Usable): ... this.
21113 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
21114 (CPUID_OSXSAVE): New macro.
21115 (CPUID_AVX): New macro.
21116 (CPUID_FMA4): New macro.
21117 (index_YMM_Usable): Rename to...
21118 (index_AVX_Usable): ... this.
21119 (HAS_AVX): Use HAS_ARCH_FEATURE.
21120 (HAS_FMA4): Likewise.
21121 (HAS_YMM_USABLE): Remove.
21122 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
21123 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
21124 are present.
21125 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
21126 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
21127 * sysdeps/x86_64/multiarch/Makefile: Likewise.
21128 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
21129 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
21130
0af797de
CM
211312012-05-17 Chris Metcalf <cmetcalf@tilera.com>
21132
21133 * math/libm-test.c: Support platforms without multiple rounding modes.
21134 * math/bug-nextafter.c: Support platforms without FP exceptions.
21135 * math/bug-nexttoward.c: Likewise.
21136 * math/test-fenv.c: Likewise.
21137 * math/test-misc.c: Likewise.
21138 * stdlib/bug-getcontext.c: Likewise.
21139
e39745ff
AJ
211402012-05-17 Andreas Jaeger <aj@suse.de>
21141
21142 * manual/examples/search.c (critter_cmp): Change signature to
21143 avoid warnings.
21144 * manual/string.texi (Collation Functions): Likewise.
21145
48970aba
L
211462012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21147
21148 * bits/types.h: Fold copyright years.
21149 * bits/typesizes.h: Likewise.
21150 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
21151 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21152 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
21153 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
21154 * time/time.h: Likewise.
21155
bedee953
PP
211562012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
21157
21158 [BZ #208]
21159 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
21160 in instead of returning them. Return void.
21161 (__libc_mallinfo): Accumulate over all arenas.
21162 (__malloc_stats): Adjust for change in int_mallinfo interface.
21163
61653dfb
RM
211642012-05-16 Roland McGrath <roland@hack.frob.com>
21165
30b99d79
RM
21166 [BZ #10375]
21167 * configure.in (NM): Add AC_CHECK_TOOL for it.
21168 (libc_extra_cflags): New substituted variable.
21169 Check for -fstack-protector being used implicitly.
21170 * configure: Regenerated.
21171 * config.make.in (config-extra-cflags): New variable,
21172 gets @libc_extra_cflags@.
21173 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
21174
61653dfb
RM
21175 [BZ #10375]
21176 * configure.in: Check for _FORTIFY_SOURCE being predefined.
21177 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
21178 * configure: Regenerated.
21179 * config.make.in (CPPUNDEFS): New substituted variable.
21180 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
21181 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
21182 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
21183
661768bb
L
211842012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21185
21186 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
21187 (mq_attr): Use __syscall_slong_t.
21188
d4261567
L
211892012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21190
21191 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
21192 Check __x86_64__ instead of __WORDSIZE.
21193 (_STAT_VER_LINUX): Likewise.
21194 (stat): Check __x86_64__ instead of __WORDSIZE. Use
21195 __syscall_ulong_t and __syscall_slong_t.
21196 (stat64): Likewise.
21197
cf3ff365
L
211982012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21199
21200 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
21201
76cf3e4d
L
212022012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21203
21204 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
21205
a637753a
L
212062012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21207
21208 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
21209 __syscall_ulong_t.
21210
d5e05119
L
21211 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
21212 include <bits/wordsize.h>. Check __x86_64__ instead of
21213 __WORDSIZE.
21214 (greg_t): Use "__extension__ long long int" if __x86_64__ is
21215 defined.
21216 (mcontext_t): Replace "unsigned long" with "unsigned long long".
21217
f62ee380
L
21218 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
21219 include <bits/wordsize.h>. Check __x86_64__ instead of
21220 __WORDSIZE.
21221 (user_regs_struct): Use "__extension__ unsigned long long"
21222 instead of "unsigned long" if __x86_64__ is defined.
21223 (user): Likewise. Pad after pointer field if __ILP32__ is
21224 defined.
21225
4e124ced
JM
212262012-05-16 Joseph Myers <joseph@codesourcery.com>
21227
6a3951a0
JM
21228 * configure.in (makeinfo): Require version 4.5 or later. Allow
21229 versions 5 to 9.
21230 * configure: Regenerated.
21231 * manual/install.texi (texinfo): Increase version requirement to
21232 4.5 or later.
21233 * INSTALL: Regenerated.
21234
4e124ced
JM
21235 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
21236
953ca31a
L
212372012-05-16 H.J. Lu <hongjiu.lu@intel.com>
21238
21239 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
21240
617aca05
L
21241 * sysdeps/x86_64/x32/ffs.c: New file.
21242
5762f7ae
L
21243 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
21244 __syscall_ulong_t.
21245 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
21246 defined. Use __syscall_ulong_t.
21247 (shminfo): Use __syscall_ulong_t.
21248 (shm_info): Likewise.
21249
a26b6856
L
21250 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
21251 __syscall_ulong_t.
21252
cb2b9ef7
L
21253 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
21254 <bits/wordsize.h>.
21255 (msgqnum_t): Use __syscall_ulong_t.
21256 (msglen_t): Likewise.
21257 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
21258 __syscall_ulong_t.
21259
34683bb0
L
21260 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
21261 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
21262
84a68786
L
21263 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
21264
48baa5f1
L
21265 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
21266 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
21267
180be88b
L
21268 * sysvipc/sys/msg.h (msgbuf): Replace long int with
21269 __syscall_slong_t.
21270
5e90c8ad
L
21271 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
21272 include <bits/wordsize.h>. Check __x86_64__ instead of
21273 __WORDSIZE.
21274
23dfb58b
L
21275 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
21276 "unsigned long long int" if __x86_64__ is defined.
21277 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
21278
ce5d54b0
L
21279 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
21280 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
21281 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
21282
13dc9eac
L
21283 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
21284 <stdint.h>.
21285 (GET_PC): Cast to uintptr_t first.
21286 (GET_FRAME): Likewise.
21287 (GET_STACK): Likewise.
21288
a7895d15
L
21289 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
21290 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
21291 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
21292 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
21293 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
21294 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
21295 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
21296 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
21297 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
21298 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
21299 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
21300 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
21301 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
21302 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
21303 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
21304 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
21305 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
21306 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
21307 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
21308 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
21309 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
21310 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
21311 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
21312 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
21313 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
21314 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
21315 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
21316 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
21317 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
21318
656416c9
AS
213192012-05-16 Andreas Schwab <schwab@linux-m68k.org>
21320
5bd66283
AS
21321 * Makerules (+depfiles): Also collect depfiles from .oS in
21322 $(extra-objs).
21323 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
21324 .oS, $(libnldbl-routines)).
21325
656416c9
AS
21326 * Makerules (native-compile-mkdep-flags): Define.
21327 * sunrpc/Makefile (extra-objs): Add $(addprefix
21328 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
21329 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
21330 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
21331 calling $(make-target-directory).
21332
a46f2169
L
213332012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21334
21335 * bits/types.h (__snseconds_t): Removed.
21336 * time/time.h (struct timespec): Replace __snseconds_t with
21337 __syscall_slong_t.
21338 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
21339 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
21340 Likewise.
21341 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
21342 (__SNSECONDS_T_TYPE): Likewise.
21343 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
21344 (__SNSECONDS_T_TYPE): Likewise.
21345 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
21346 (__SNSECONDS_T_TYPE): Likewise.
21347
6af6528b
L
213482012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21349
21350 * sysdeps/mach/hurd/bits/typesizes.h
21351 (__SYSCALL_SLONG_TYPE): New macro.
21352 (__SYSCALL_ULONG_TYPE): Likewise.
21353
de986b56
L
213542012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21355
21356 * bits/types.h (__syscall_slong_t): New type.
21357 (__syscall_ulong_t): Likewise.
21358
21359 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
21360 (__SYSCALL_ULONG_TYPE): Likewise.
21361 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
21362 (__SYSCALL_SLONG_TYPE): Likewise.
21363 (__SYSCALL_ULONG_TYPE): Likewise.
21364 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
21365 (__SYSCALL_SLONG_TYPE): Likewise.
21366 (__SYSCALL_ULONG_TYPE): Likewise.
21367 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
21368 (__SYSCALL_SLONG_TYPE): Likewise.
21369 (__SYSCALL_ULONG_TYPE): Likewise.
21370
85736dc7
L
213712012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21372
21373 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
21374 Add sigaltstack-offsets.sym.
21375 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
21376 <sigaltstack-offsets.h>.
21377 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
21378 longjmp_msg pointer.
21379 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
21380 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
21381 signal stack.
21382 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
21383
cc03b296
JM
213842012-05-15 Joseph Myers <joseph@codesourcery.com>
21385
a9538892
JM
21386 * elf/stackguard-macros.h: Remove file.
21387 * sysdeps/generic/stackguard-macros.h: New file.
21388 * sysdeps/i386/stackguard-macros.h: Likewise.
21389 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21390 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21391 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21392 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21393 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21394 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21395 * sysdeps/x86_64/stackguard-macros.h: Likewise.
21396 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
21397 <elf/stackguard-macros.h>.
21398
cc03b296
JM
21399 [BZ #14109]
21400 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
21401 __aligned__ in attribute.
21402 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
21403 (gregset_t): Likewise.
21404
93171016
L
214052012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21406
21407 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
21408 * sysdeps/x86_64/64/Implies-after: Here. New file.
21409 * sysdeps/x86_64/x32/Implies-after: New file.
21410
d86813a0
L
214112012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21412
21413 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
21414 and access return value for _dl_profile_fixup. Use R10_LP to
21415 load frame size.
21416
2953ec75
L
214172012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21418
21419 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
21420
3b550e9e
L
214212012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21422
21423 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
21424 * sysdeps/x86_64/x32/sysdep.h: New file.
21425
eda41706
L
214262012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21427
21428 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
21429 * sysdeps/x86_64/setjmp.S: Likewise.
21430
9ea01d93
AZ
214312012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21432
21433 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
21434 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
21435 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
21436 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
21437 remove unused global constant.
21438
02a91938
CM
214392012-05-15 Chris Metcalf <cmetcalf@tilera.com>
21440
21441 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
21442 include of <not-cancel.h>.
21443
6540185f
RM
214442012-05-15 Roland McGrath <roland@hack.frob.com>
21445
21446 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
21447
509072a0
AJ
214482012-05-15 Jeff Law <law@redhat.com>
21449 Andreas Jaeger <aj@suse.de>
21450
21451 [BZ #13594]
21452 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
21453 out from...
21454 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
21455 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
21456 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
21457 code changing __hst_map_handle.map.
21458
ba75122d
RM
214592012-05-15 Roland McGrath <roland@hack.frob.com>
21460
21461 * configure.in (sysnames): Look for Implies-before and Implies-after
21462 files.
21463 * configure: Regenerated.
21464
890d8bd8
L
214652012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21466
21467 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
21468 8-byte data alignment with LP_SIZE alignment.
21469
f6ee6623
L
214702012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21471
21472 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
21473 into R10_LP.
21474
ea2626f6
L
214752012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21476
21477 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
21478
085f715e
L
214792012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21480
21481 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
21482 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
21483 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
21484 Likewise.
21485 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
21486
be8498fc
L
214872012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21488
21489 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
21490 (stackinfo_sub_sp): Likewise.
21491
70bc83b9
L
214922012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21493
21494 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
21495 RAX_LP.
21496
9bc0b730
L
214972012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21498
21499 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
21500 into R*_LP.
21501
6d2850e7
L
215022012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21503
21504 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
21505 sizes into R*_LP.
21506
3cb84561
L
215072012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21508
21509 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
21510
54e2ed81
L
215112012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21512
21513 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
21514 into R11_LP and load __x86_64_shared_cache_size_half into
21515 R8_LP.
21516
8a17f349
L
215172012-05-15 H.J. Lu <hongjiu.lu@intel.com>
21518
21519 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
21520 R8_LP.
21521
777b1eea
AZ
215222012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21523
21524 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
21525 logb for POWER7.
21526 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
21527 logbf for POWER7.
21528 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
21529 logbl for POWER7.
21530 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
21531 powerpc32/power7/fpu/s_logb.c via #include.
21532 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
21533 powerpc32/power7/fpu/s_logbf.c via #include.
21534 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
21535 powerpc32/power7/fpu/s_logbl.c via #include.
21536
d20d4ac2
JM
215372012-05-15 Joseph Myers <joseph@codesourcery.com>
21538
21539 * README.libm: Remove file.
21540
6cdef1ab
L
215412012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21542
21543 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
21544 count for x32. Use R*_LP and omit operand-size suffix.
21545
0b254d8f
L
215462012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21547
21548 * shlib-versions: Move x86_64-.*-linux.* entries to ...
21549 * sysdeps/x86_64/64/shlib-versions: Here. New file.
21550 * sysdeps/x86_64/x32/shlib-versions: New file.
21551
ceb809dc
RM
215522012-05-14 Roland McGrath <roland@hack.frob.com>
21553
21554 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
21555 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
21556 Use _dl_fatal_printf instead.
21557
37f1abd4
JM
215582012-05-14 Joseph Myers <joseph@codesourcery.com>
21559
21560 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
21561 set if not set by the user. Do not allow for being unset.
21562 * sysdeps/unix/sysv/linux/configure: Regenerated.
21563
11de3a33
L
215642012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21565
21566 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
21567 the `q' suffix from lea and replace .quad with ASM_ADDR.
21568
e02f153a
L
215692012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21570
21571 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
21572 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
21573 instead of $17.
21574 (PTR_DEMANGLE): Likewise.
21575
520ae0fd
L
215762012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21577
21578 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
21579 (LP_OP): Likewise.
21580 (ASM_ADDR): Likewise.
21581 (RAX_LP): Likewise.
21582 (RBP_LP): Likewise.
21583 (RBX_LP): Likewise.
21584 (RCX_LP): Likewise.
21585 (RDI_LP): Likewise.
21586 (RSI_LP): Likewise.
21587 (RSP_LP): Likewise.
21588 (R8_LP): Likewise.
21589 (R9_LP): Likewise.
21590 (R10_LP): Likewise.
21591 (R10_LP): Likewise.
21592 (R11_LP): Likewise.
21593 (R12_LP): Likewise.
21594 (R13_LP): Likewise.
21595 (R14_LP): Likewise.
21596 (R15_LP): Likewise.
21597
b985be81
L
215982012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21599
21600 * sysdeps/x86_64/x32/dl-machine.h: New file.
21601
6a4888ff
AJ
216022012-05-14 Andreas Jaeger <aj@suse.de>
21603
21604 * manual/Makefile (subdir): Remove export of subdir.
21605 (all): Remove target.
21606 (.PHONY): Remove all from list.
21607 (mkinstalldirs): Remove.
21608 (.PHONY): Remove installdirs from list.
21609 ($(inst_infodir)/libc.info): Use make-target-directory.
21610 (installdirs): Remove.
21611 (subdir_%): Remove.
21612 (glibc-targets): Remove.
21613 (lib): Remove.
21614 (stubs): Remove.
21615 ($(objpfx)stubs ../po/manual.pot): Remove.
21616 ($(objpfx)stamp%): Remove.
21617 (make-target-directory): Remove.
21618 (subdir_install): Remove.
21619 (routines): Remove.
21620 (aux): Remove.
21621 (sources): Remove.
21622 (objects): Remove.
21623 (headers): Remove.
21624
21625 [BZ #13750]
21626 * manual/.gitignore: Remove, it's not needed anymore.
21627 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
21628 all files in it.
21629 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
21630 directory.
21631 (texis): Renamed to $(objpfx)texis.
21632 (texis-path): New, contains path to generated files.
21633 (chapters.%): Use texis-path for complete path, add extra argument
21634 libc-texinfo.sh.
21635 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
21636 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
21637 (summary,texi, stamp-summary): Use complete path of
21638 files. Generate files in build dir.
21639 (dir-add.texi): Build in build dir.
21640 (libm-err.texi,stamp-libm-err): Likewise.
21641 (version.texi, stamp-version): Likewise.
21642 (.%c.texi): Likewise.
21643 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
21644 (mostlyclean): Remove target.
21645 (realclean): Remove target.
21646 (generated): Add new variable with contents from mostlyclean and
21647 realclean, remove entries duplicated in common-mostlyclean, add
21648 stamp-libm-err and stamp-version.
21649 (generated-dirs): Add libc directory.
21650 ($(inst_infodir)/libc.info): Install files from build dir.
21651
21652 * manual/install.texi (Configuring and compiling): Adjust since
21653 the info files are not part of the tar ball anymore.
21654
7ac77294
AJ
216552012-05-14 Andreas Jaeger <aj@suse.de>
21656
21657 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
21658 variable.
21659
ffb7875d
JM
216602012-05-14 Joseph Myers <joseph@codesourcery.com>
21661
21662 [BZ #13717]
21663 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
21664 to 2.2.0 where earlier.
21665 * sysdeps/unix/sysv/linux/configure: Regenerated.
21666 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
21667 Remove conditional code.
21668 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
21669 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
21670 Remove conditional code.
21671 [!__NR_lchown]: Likewise.
21672 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
21673 [__NR_lchown]: Likewise.
21674 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
21675 comment referencing __ASSUME_LCHOWN_SYSCALL.
21676 * sysdeps/unix/sysv/linux/i386/sigaction.c
21677 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21678 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21679 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
21680 Remove conditional code.
21681 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
21682 (__protocol_available): Remove #if 0 code.
21683 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
21684 conditional code.
21685 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
21686 * sysdeps/unix/sysv/linux/kernel-features.h
21687 (__ASSUME_GETCWD_SYSCALL): Don't define.
21688 (__ASSUME_REALTIME_SIGNALS): Likewise.
21689 (__ASSUME_PREAD_SYSCALL): Likewise.
21690 (__ASSUME_PWRITE_SYSCALL): Likewise.
21691 (__ASSUME_POLL_SYSCALL): Likewise.
21692 (__ASSUME_LCHOWN_SYSCALL): Likewise.
21693 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
21694 non-SPARC.
21695 (__ASSUME_SIOCGIFNAME): Don't define.
21696 (__ASSUME_MSG_NOSIGNAL): Likewise.
21697 (__ASSUME_SENDFILE): Define unconditionally.
21698 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
21699 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
21700 conditional code.
21701 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
21702 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
21703 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
21704 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
21705 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
21706 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
21707 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
21708 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
21709 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21710 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21711 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
21712 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21713 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21714 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
21715 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21716 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21717 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
21718 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21719 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
21721 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21722 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21723 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
21724 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21725 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
21727 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21728 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21729 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
21730 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21731 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21732 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
21733 Remove conditional code.
21734 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21735 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
21736 Remove conditional code.
21737 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21738 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
21739 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
21740 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
21741 Remove conditional code.
21742 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21743 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
21744 Remove conditional code.
21745 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21746 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
21747 Remove conditional code.
21748 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21749 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
21750 Remove conditional code.
21751 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21752 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
21753 Remove conditional code.
21754 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21755 * sysdeps/unix/sysv/linux/sh/pwrite64.c
21756 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21757 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21758 * sysdeps/unix/sysv/linux/sigaction.c
21759 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21760 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21761 * sysdeps/unix/sysv/linux/sigpending.c
21762 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21763 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21764 * sysdeps/unix/sysv/linux/sigprocmask.c
21765 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21766 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21767 * sysdeps/unix/sysv/linux/sigsuspend.c
21768 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21769 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21770 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
21771 (__libc_missing_rt_sigs): Remove.
21772 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
21773 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
21774 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
21775 Remove conditional code.
21776 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
21777 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
21778 return 1.
21779 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
21780 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
21781 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
21782 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
21783
1bfb7291
AJ
217842012-05-14 Andreas Jaeger <aj@suse.de>
21785
caae5a81
AJ
21786 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
21787 it's not used in glibc.
21788 (__coshm1): Likewise.
21789 (__acosh1p): Likewise.
21790 (__sgn): Likewise.
21791
1bfb7291
AJ
21792 * manual/string.texi (Copying and Concatenation): Add missing
21793 variable in concat example.
21794 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
21795
c044d724
L
217962012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21797
144c5467 21798 [BZ #14103]
c044d724
L
21799 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
21800 __builtin_clzl with __builtin_clzll.
21801
2523c62b
L
218022012-05-14 H.J. Lu <hongjiu.lu@intel.com>
21803
21804 [BZ #14104]
21805 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
21806 libc_freeres_ptr.
21807
d7bb4c42
LD
218082012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
21809
21810 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
21811 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
21812 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
21813 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
21814
9dc4e1fb
MF
218152012-05-14 Mike Frysinger <vapier@gentoo.org>
21816
21817 * NEWS: Update ia64 info.
21818
c7df0112
AS
218192012-05-12 Andreas Schwab <schwab@linux-m68k.org>
21820
21821 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
21822 used as bcopy.
21823
dc70356c
TS
218242012-05-12 Thomas Schwinge <thomas@codesourcery.com>
21825
21826 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
21827 * sysdeps/unix/syscalls.list (dup3): Likewise.
21828 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
21829 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
21830
9fb1a21f
L
218312012-05-11 H.J. Lu <hongjiu.lu@intel.com>
21832
21833 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
21834 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
21835
4822a2a5
L
218362012-05-11 H.J. Lu <hongjiu.lu@intel.com>
21837
21838 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
21839 thread pointer.
21840 (TLS_IE): Use mov/add instead of movq/addq to load thread
21841 pointer.
21842 (TLS_GD_PREFIX): New.
21843 (TLS_GD): Use it.
21844
842b81d6
DM
218452012-05-11 David S. Miller <davem@davemloft.net>
21846
21847 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
21848 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
21849 (_FPU_SETCW): Likewise.
21850
1cf463cd
L
218512012-05-10 H.J. Lu <hongjiu.lu@intel.com>
21852
21853 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
21854 is 32-byte aligned.
21855
60cc4a18
AS
218562012-05-11 Andreas Schwab <schwab@linux-m68k.org>
21857
21858 [BZ #11837]
21859 * iconvdata/gb18030.c: Update tables.
21860 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
21861 characters specially.
21862 (BODY for TO_LOOP): Add encoding of missing ranges.
21863
febb44a4
TS
218642012-05-11 Thomas Schwinge <thomas@codesourcery.com>
21865
21866 [BZ #13673]
21867 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
21868 * sysdeps/mach/hurd/dup3.c: Likewise.
21869 * sysdeps/mach/hurd/readlinkat.c: Likewise.
21870 * sysdeps/powerpc/memmove.c:: Likewise.
21871
0a10fb9e
L
218722012-05-10 H.J. Lu <hongjiu.lu@intel.com>
21873
21874 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
21875 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
21876
df8a552f
L
218772012-05-10 H.J. Lu <hongjiu.lu@intel.com>
21878
21879 * elf/elf.h (R_X86_64_RELATIVE64): New.
21880 (R_X86_64_NUM): Updated.
21881 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
21882 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
21883 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
21884 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
21885 tst-quad1pie tst-quad2pie
21886 (modules-names): Add tst-quadmod1 tst-quadmod2.
21887 ($(objpfx)tst-quad1): New dependency.
21888 ($(objpfx)tst-quad2): Likewise.
21889 ($(objpfx)tst-quad1pie): Likewise.
21890 ($(objpfx)tst-quad2pie): Likewise.
21891 * sysdeps/x86_64/tst-quad1.c: New file.
21892 * sysdeps/x86_64/tst-quad1pie.c: New file.
21893 * sysdeps/x86_64/tst-quad2.c: Likewise.
21894 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
21895 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
21896 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
21897 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
21898 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
21899
f34d6f84
ST
219002012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
21901
f42d41d1
ST
21902 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
21903 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
21904 * streams/stropts.h (t_scalar_t): Define type.
21905
3c3571fc
ST
21906 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
21907 (_PATH_PRESERVE): Set to "/var/lib".
21908 (_PATH_RWHODIR): Set to "/var/spool/rwho".
21909
61f06bd3
ST
21910 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
21911 instead of int.
21912
918d4d71
ST
21913 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
21914 if __dir_mkfile succeeded.
21915
f34d6f84
ST
21916 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
21917 checking for _hurd_dtablesize. Unlock it right after having
21918 finished _hurd_dtable allocation.
21919
10589b4a
TS
219202012-05-10 Thomas Schwinge <thomas@schwinge.name>
21921
674cdbc7
TS
21922 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
21923 * sysdeps/mach/hurd/configure: Regenerated.
21924 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
21925 special-casing to...
21926 * sysdeps/gnu/configure.in: ... this new file.
21927 * sysdeps/unix/sysv/linux/configure: Regenerated.
21928 * sysdeps/gnu/configure: New generated file.
21929
8e41b99f
TS
21930 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
21931 for Linux: use nsec instead of usec, as well as:
21932 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
21933 members of type struct timespec.
21934 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
21935 New macros.
21936 (struct stat64): Likewise.
21937 (_STATBUF_ST_NSEC): New macro.
21938 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
21939
10589b4a
TS
21940 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
21941 __strtoul_internal rather than strtoul.
21942
63643c85
PT
219432012-05-10 Pino Toscano <toscano.pino@tiscali.it>
21944
21945 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
21946 and reject them.
21947
3faebe6a
ST
219482012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
21949
21950 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
21951 which preserves existing values.
21952 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
21953
c6474b07
PT
219542012-05-10 Pino Toscano <toscano.pino@tiscali.it>
21955
21956 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
21957 TIMEOUT values. Return EINVAL for NFDS values either negative or
21958 greater than FD_SETSIZE.
21959
1043890b
ST
219602012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
21961
21962 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
21963 allocated, call __vm_protect to finish enabling the existing space, and
21964 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
21965 allocate the remainder.
21966
37ed8b9b
PT
219672012-05-10 Pino Toscano <toscano.pino@tiscali.it>
21968
21969 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
21970 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
21971
db653660
ST
219722012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
21973
37ed8b9b
PT
21974 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
21975 sysdeps/mach/hurd/readlink.c.
b29d4053 21976
db653660
ST
21977 * posix/tst-sysconf.c (posix_options): Only use
21978 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
21979 _POSIX_SYNCHRONIZED_IO when they are defined
21980 * sysdeps/mach/hurd/bits/posix_opt.h:
21981 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
21982 (_XOPEN_REALTIME): Undefine macro.
21983 (_XOPEN_REALTIME_THREADS): Undefine macro.
21984 (_XOPEN_SHM): Undefine macro.
21985 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
21986 macro to -1.
21987 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
21988 macro to -1.
21989 (_POSIX_ASYNC_IO): Undefine macro.
21990 (_POSIX_PRIORITIZED_IO): Undefine macro.
21991 (_POSIX_SPIN_LOCKS): Define macro to -1.
21992
ee16e894
ST
21993 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
21994 SA_NODEFER, SA_RESETHAND.
21995 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
21996 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
21997 F_DUPFD_CLOEXEC.
21998
6103ae3b
TS
219992012-05-10 Thomas Schwinge <thomas@schwinge.name>
22000
22001 * elf/Makefile (pldd-modules): Define unconditionally.
22002
80b4e5f3
TS
220032012-05-10 Thomas Schwinge <thomas@schwinge.name>
22004
22005 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
22006
edadcbd6
ST
220072012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22008
22009 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
22010 Return ENOENT when name is empty.
22011 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
22012
80694780
TS
220132012-05-10 Thomas Schwinge <thomas@schwinge.name>
22014
1792c087
TS
22015 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
22016
80694780
TS
22017 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
22018
6b645f0d
ST
220192012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22020
80694780
TS
22021 Fix mlock in all cases except non-readable pages.
22022 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
22023 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 22024
6b645f0d
ST
22025 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
22026 (__mkdir): When path is `/', just fail with EEXIST.
22027 * sysdeps/mach/hurd/mkdirat.c: Likewise.
22028
e468f8a3
TS
220292012-05-10 Thomas Schwinge <thomas@schwinge.name>
22030
22031 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
22032 <sys/uio.h> (for writev).
22033 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
22034 and <sys/param.h> (for MIN).
22035
a4186cff
PT
220362012-05-10 Pino Toscano <toscano.pino@tiscali.it>
22037
22038 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
22039 REQUESTED_TIME. Properly set the remaining time and return EINTR
22040 if interrupted.
22041
510bbf14
TS
220422012-05-10 Thomas Schwinge <thomas@schwinge.name>
22043
22044 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
22045 Depend on against $(link-rpcuserlibs).
22046
5d5722e8
ST
220472012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22048
a4186cff
PT
22049 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
22050 (__libc_stack_end): Do not use attribute_relro.
22051 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
22052 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 22053 to libthread-provided value.
a4186cff
PT
22054 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
22055 attribute_relro.
5d5722e8 22056
37233df9
TS
220572012-05-10 Thomas Schwinge <thomas@schwinge.name>
22058
be971a2b
TS
22059 [BZ #3748]
22060 * bits/libc-lock.h (__libc_once_get): New macro.
22061 * sysdeps/mach/bits/libc-lock.h: Likewise.
22062 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
22063 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
22064 instead of using implementation details.
22065
37233df9
TS
22066 * libio/fileops.c: Unconditionally include <kernel-features.h>.
22067 * libio/freopen.c: Likewise.
22068 * libio/freopen64.c: Likewise.
22069 * misc/syslog.c: Likewise.
22070 * nscd/connections.c: Likewise.
22071 * nscd/netgroupcache.c: Likewise.
22072 * sysdeps/posix/getcwd.c: Likewise.
22073
38de94a5
RM
220742012-05-10 Roland McGrath <roland@hack.frob.com>
22075
22076 * math/w_ilogbf.c: Add #include <limits.h>.
22077
67530489
ST
220782012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22079
a4186cff 22080 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
22081 path instead of returning without unlocking.
22082
67530489
ST
22083 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
22084 immediate-write ioctls.
22085 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
22086
5aa3a74a
TS
220872012-05-10 Thomas Schwinge <thomas@schwinge.name>
22088
18bad2ae
TS
22089 * sysdeps/mach/hurd/i386/init-first.c (init): Use
22090 __builtin_frame_address instead of making assumptions about the
22091 location of the return address relative to DATA. Force early load of
22092 the return address.
22093 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
22094 __builtin_frame_address.
22095
5aa3a74a
TS
22096 dup3 for GNU Hurd.
22097 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
22098 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
22099 implement dup3 and do some further code clean-ups.
22100 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
22101 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
22102
ecd0de9a
ST
221032012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22104
cd9fa985
ST
22105 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
22106
a4186cff
PT
22107 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
22108 HURD_CRITICAL_END around holding _hurd_dtable_lock.
22109 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
22110 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
22111 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
22112 d->port.lock.
802ca5a5 22113
a4186cff
PT
22114 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
22115 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
22116 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 22117
bcf55240
TS
221182012-05-10 Thomas Schwinge <thomas@schwinge.name>
22119
6960eb42
TS
22120 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
22121 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
22122 definitions.
22123
eb43375f
TS
22124 accept4 for GNU Hurd.
22125 * include/sys/socket.h (__libc_accept4): New prototype.
22126 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
22127 to implement __libc_accept4.
22128 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
22129 __libc_accept4.
22130 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
22131
bcf55240
TS
22132 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
22133 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
22134 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
22135 signal-defines.sym.
22136
6178c55b
ST
221372012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22138
a4186cff 22139 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 22140
6f080c2f
TS
221412012-05-10 Thomas Schwinge <thomas@schwinge.name>
22142
22143 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
22144 assertion on O_CLOEXEC flag.
22145 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
22146 * hurd/intern-fd.c: Likewise.
22147 * hurd/port2fd.c: Likewise.
22148
bcfe3a54
ST
221492012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
22150
22151 [BZ #3906]
22152 * bits/in.h (IPV6_PKTINFO): Define new macro.
22153 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
22154
89c9aa49
AZ
221552012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22156
22157 [BZ #13954]
22158 [BZ #13955]
22159 [BZ #13956]
22160 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
22161 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
22162 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
22163 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
22164 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22165 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
22166 * math/libm-test.inc (logb_test) : Additional logb tests.
22167
021db4be
AJ
221682012-05-09 Andreas Schwab <schwab@linux-m68k.org>
22169 Andreas Jaeger <aj@suse.de>
22170
22171 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
22172 * configure: Regenerated.
22173 * config.h.in (LINK_OBSOLETE_RPC): New macro.
22174 * config.make.in (link-obsolete-rpc): New substituted variable.
22175 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
22176 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
22177 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
22178 (shared-only-routines): Don't set it under [link-obsolete-rpc],
22179 so that libc.a contains the symbols.
22180 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
22181 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
22182 * sunrpc/auth_none.c: Likewise.
22183 * sunrpc/auth_unix.c: Likewise.
22184 * sunrpc/authdes_prot.c: Likewise.
22185 * sunrpc/authuxprot.c: Likewise.
22186 * sunrpc/clnt_gen.c: Likewise.
22187 * sunrpc/clnt_perr.c: Likewise.
22188 * sunrpc/clnt_raw.c: Likewise.
22189 * sunrpc/clnt_simp.c: Likewise.
22190 * sunrpc/clnt_tcp.c: Likewise.
22191 * sunrpc/clnt_udp.c: Likewise.
22192 * sunrpc/clnt_unix.c: Likewise.
22193 * sunrpc/des_crypt.c: Likewise.
22194 * sunrpc/des_soft.c: Likewise.
22195 * sunrpc/get_myaddr.c: Likewise.
22196 * sunrpc/key_call.c: Likewise.
22197 * sunrpc/key_prot.c: Likewise.
22198 * sunrpc/netname.c: Likewise.
22199 * sunrpc/pm_getmaps.c: Likewise.
22200 * sunrpc/pm_getport.c: Likewise.
22201 * sunrpc/pmap_clnt.c: Likewise.
22202 * sunrpc/pmap_prot.c: Likewise.
22203 * sunrpc/pmap_prot2.c: Likewise.
22204 * sunrpc/pmap_rmt.c: Likewise.
22205 * sunrpc/publickey.c: Likewise.
22206 * sunrpc/rpc_cmsg.c: Likewise.
22207 * sunrpc/rpc_common.c: Likewise.
22208 * sunrpc/rpc_dtable.c: Likewise.
22209 * sunrpc/rpc_prot.c: Likewise.
22210 * sunrpc/rpc_thread.c: Likewise.
22211 * sunrpc/rtime.c: Likewise.
22212 * sunrpc/svc.c: Likewise.
22213 * sunrpc/svc_auth.c: Likewise.
22214 * sunrpc/svc_raw.c: Likewise.
22215 * sunrpc/svc_run.c: Likewise.
22216 * sunrpc/svc_tcp.c: Likewise.
22217 * sunrpc/svc_udp.c: Likewise.
22218 * sunrpc/svc_unix.c: Likewise.
22219 * sunrpc/svcauth_des.c: Likewise.
22220 * sunrpc/xcrypt.c: Likewise.
22221 * sunrpc/xdr.c: Likewise.
22222 * sunrpc/xdr_array.c: Likewise.
22223 * sunrpc/xdr_float.c: Likewise.
22224 * sunrpc/xdr_intXX_t.c: Likewise.
22225 * sunrpc/xdr_mem.c: Likewise.
22226 * sunrpc/xdr_rec.c: Likewise.
22227 * sunrpc/xdr_ref.c: Likewise.
22228 * sunrpc/xdr_sizeof.c: Likewise.
22229 * sunrpc/xdr_stdio.c: Likewise.
22230
b5c086a2
RM
222312012-05-10 Roland McGrath <roland@hack.frob.com>
22232
22233 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
22234 change. Update copyright years.
22235
6d74dd09
JM
222362012-05-10 Joseph Myers <joseph@codesourcery.com>
22237
22238 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
22239
28e72501
MK
222402012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
22241 Joseph Myers <joseph@codesourcery.com>
22242 Paul Pluzhnikov <ppluzhnikov@google.com>
22243
22244 [BZ #14012]
22245 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
22246 requiring rpcgen.
22247 [cross-compiling] (extra-libs): Likewise.
22248 [cross-compiling] (extra-libs-others): Likewise.
22249 [cross-compiling] (librpcsvc-routines): Likewise.
22250 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
22251 [cross-compiling] (omit-deps): Likewise.
22252 (sunrpc-CPPFLAGS): New variable.
22253 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
22254 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
22255 (cross-rpcgen-objs): New variable.
22256 (extra-objs): Append $(cross-rpcgen-objs).
22257 ($(cross-rpcgen-objs)): New rule.
22258 ($(objpfx)cross-rpcgen): Likewise.
22259 (rpcgen-cmd): Define to use $(built-program-file). Expand
22260 comment.
22261 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
22262 ($(objpfx)x%.stmp): Likewise.
22263 * sunrpc/proto.h [IS_IN_build] (_): Define.
22264 [IS_IN_build] (_libc_intl_domainname): Likewise.
22265
c8c59454
L
222662012-05-10 H.J. Lu <hongjiu.lu@intel.com>
22267
22268 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
22269 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
22270 and R_X86_64_TPOFF64.
22271
6f27cd16
JM
222722012-05-10 Joseph Myers <joseph@codesourcery.com>
22273
22274 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
22275 sysdeps/unix/sysv/syscalls.list.
22276 (stime): Likewise.
22277 (utime): Likewise.
22278 * sysdeps/unix/sysv/syscalls.list: Remove file.
22279
02467e1c
PE
222802012-05-10 Paul Eggert <eggert@cs.ucla.edu>
22281
22282 [BZ #3440]
22283 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
22284 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
22285 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
22286 (__LC_IDENTIFICATION): Make these macros useful in #if
22287 expressions, as required by C99.
22288
da392631
AS
222892012-05-10 Andreas Schwab <schwab@linux-m68k.org>
22290
22291 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
22292 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
22293 after this.
22294
8115f29b
L
222952012-05-09 H.J. Lu <hongjiu.lu@intel.com>
22296
22297 * stdlib/longlong.h: Updated from GCC.
22298
bdd74070
AJ
222992012-05-09 Andreas Jaeger <aj@suse.de>
22300
edfe0dbe
AJ
22301 * nscd/nscd.c (run_modes): Make named enum, reorder so that
22302 default is first entry.
22303 (run_mode): Set type.
22304 (main): Remove informal message about syslog.
22305 (options): Fix typo.
22306
bcfe3a54
ST
22307 [BZ #14053]
22308 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 22309 to asm.
bcfe3a54
ST
22310 (lrint): Likewise.
22311 (llrintf): Likewise.
22312 (llrint): Likewise.
22313 (rint): Likewise.
22314 (rintf): Likewise.
22315 (nearbyint): Likewise.
22316 (nearbyintf): Likewise.
bdd74070 22317
91d8d69e
AJ
223182012-05-09 Andreas Jaeger <aj@suse.de>
22319 Pedro Alves <palves@redhat.com>
22320
22321 * nscd/nscd.c (run_mode): Use enum.
22322 (main): Cleanup coding style issue.
22323
bb90b80b
AJ
223242012-05-09 Alexandre Oliva <aoliva@redhat.com>
22325 Andreas Jaeger <aj@suse.de>
22326
bcfe3a54
ST
22327 * nscd/nscd.c (go_background): Replaced with...
22328 (run_mode): ... this.
bb90b80b 22329 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
22330 (options): Add -F --foreground.
22331 (main): Implement it.
22332 (parse_opt): Parse it.
bb90b80b 22333
1a4b75a1
AJ
223342012-05-09 Andreas Jaeger <aj@suse.de>
22335
22336 [BZ #14083]
22337 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
22338 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
22339 -Wconversion warning.
22340 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
22341 Likewise.
22342
b1cc2472
JM
223432012-05-09 Joseph Myers <joseph@codesourcery.com>
22344
22345 * conform/data/locale.h-data (NULL): Use macro-constant. Require
22346 == 0.
22347 (LC_ALL): Use macro-int-constant.
22348 (LC_COLLATE): Likewise.
22349 (LC_CTYPE): Likewise.
22350 (LC_MESSAGES): Likewise.
22351 (LC_MONETARY): Likewise.
22352 (LC_NUMERIC): Likewise.
22353 (LC_TIME): Likewise.
22354 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
22355 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
22356 [ISO || ISO99 || ISO11] (*_t): Do not allow.
22357 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
22358 Specify type.
22359 [C99-based standards] (float_t): Expect type.
22360 [C99-based standards] (double_t): Expect type.
22361 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
22362 type.
22363 [C99-based standards] (HUGE_VALL): Likewise.
22364 [C99-based standards] (INFINITY): Likewise.
22365 [C99-based standards] (NAN): Likewise.
22366 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
22367 [C99-based standards] (FP_NAN): Likewise.
22368 [C99-based standards] (FP_NORMAL): Likewise.
22369 [C99-based standards] (FP_SUBNORMAL): Likewise.
22370 [C99-based standards] (FP_ZERO): Likewise.
22371 [C99-based standards] (FP_FAST_FMA): Use
22372 optional-macro-int-constant. Specify type. Require == 1.
22373 [C99-based standards] (FP_FAST_FMAF): Likewise.
22374 [C99-based standards] (FP_FAST_FMAL): Likewise.
22375 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
22376 [C99-based standards] (FP_ILOGBNAN): Likewise.
22377 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
22378 Specify type.
22379 [C99-based standards] (MATH_ERREXCEPT): Likewise.
22380 [C99-based standards] (math_errhandling): Specify type.
22381 [ISO99 || ISO11] (signgam): Do not allow.
22382 [non-C99-based standards] (copysignf): Do not allow.
22383 [non-C99-based standards] (exp2f): Likewise.
22384 [non-C99-based standards] (log2f): Likewise.
22385 [non-C99-based standards] (modff): Allow.
22386 [non-C99-based standards] (erff): Do not allow.
22387 [non-C99-based standards] (erfcf): Likewise.
22388 [non-C99-based standards] (gammaf): Likewise.
22389 [non-C99-based standards] (hypotf): Likewise.
22390 [non-C99-based standards] (j0f): Likewise.
22391 [non-C99-based standards] (j1f): Likewise.
22392 [non-C99-based standards] (jnf): Likewise.
22393 [non-C99-based standards] (lgammaf): Likewise.
22394 [non-C99-based standards] (tgammaf): Likewise.
22395 [non-C99-based standards] (y0f): Likewise.
22396 [non-C99-based standards] (y1f): Likewise.
22397 [non-C99-based standards] (ynf): Likewise.
22398 [non-C99-based standards] (isnanf): Likewise.
22399 [non-C99-based standards] (acoshf): Likewise.
22400 [non-C99-based standards] (asinhf): Likewise.
22401 [non-C99-based standards] (atanhf): Likewise.
22402 [non-C99-based standards] (cbrtf): Likewise.
22403 [non-C99-based standards] (expm1f): Likewise.
22404 [non-C99-based standards] (ilogbf): Likewise.
22405 [non-C99-based standards] (log1pf): Likewise.
22406 [non-C99-based standards] (logbf): Likewise.
22407 [non-C99-based standards] (nextafterf): Likewise.
22408 [non-C99-based standards] (remainderf): Likewise.
22409 [non-C99-based standards] (rintf): Likewise.
22410 [non-C99-based standards] (scalbf): Likewise.
22411 [non-C99-based standards] (copysignl): Likewise.
22412 [non-C99-based standards] (exp2l): Likewise.
22413 [non-C99-based standards] (log2l): Likewise.
22414 [non-C99-based standards] (modfl): Allow.
22415 [non-C99-based standards] (erfl): Do not allow.
22416 [non-C99-based standards] (erfcl): Likewise.
22417 [non-C99-based standards] (gammal): Likewise.
22418 [non-C99-based standards] (hypotl): Likewise.
22419 [non-C99-based standards] (j0l): Likewise.
22420 [non-C99-based standards] (j1l): Likewise.
22421 [non-C99-based standards] (jnl): Likewise.
22422 [non-C99-based standards] (lgammal): Likewise.
22423 [non-C99-based standards] (tgammal): Likewise.
22424 [non-C99-based standards] (y0l): Likewise.
22425 [non-C99-based standards] (y1l): Likewise.
22426 [non-C99-based standards] (ynl): Likewise.
22427 [non-C99-based standards] (isnanl): Likewise.
22428 [non-C99-based standards] (acoshl): Likewise.
22429 [non-C99-based standards] (asinhl): Likewise.
22430 [non-C99-based standards] (atanhl): Likewise.
22431 [non-C99-based standards] (cbrtl): Likewise.
22432 [non-C99-based standards] (expm1l): Likewise.
22433 [non-C99-based standards] (ilogbl): Likewise.
22434 [non-C99-based standards] (log1pl): Likewise.
22435 [non-C99-based standards] (logbl): Likewise.
22436 [non-C99-based standards] (nextafterl): Likewise.
22437 [non-C99-based standards] (remainderl): Likewise.
22438 [non-C99-based standards] (rintl): Likewise.
22439 [non-C99-based standards] (scalbl): Likewise.
22440 [ISO || ISO99 || ISO11] (*_t): Do not allow.
22441 [non-C99-based standards] (FP_*): Do not allow.
22442 [C99-based standards] (FP_*): Change to
22443 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
22444 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
22445 allow.
22446 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
22447 (SIG_ERR): Likewise.
22448 [X/Open-based standards] (SIG_HOLD): Likewise.
22449 (SIG_IGN): Likewise.
22450 (SIGABRT): Use macro-int-constant. Specify type. Require
22451 positive value.
22452 (SIGFPE): Likewise.
22453 (SIGILL): Likewise.
22454 (SIGINT): Likewise.
22455 (SIGSEGV): Likewise.
22456 (SIGTER): Likewise.
22457 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
22458 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
22459 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
22460 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
22461 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
22462 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
22463 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
22464 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
22465 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
22466 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
22467 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
22468 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
22469 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
22470 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
22471 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
22472 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
22473 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
22474 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
22475 [X/Open-based standards] (SIGTRAP): Likewise.
22476 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
22477 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
22478 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
22479 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
22480 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
22481 allow.
22482
b9f1922d
IW
224832012-05-08 Ian Wienand <ianw@vmware.com>
22484
22485 [BZ #14080]
22486 * time/tzset.c (__tzset_parse_tz): Update default rules for
22487 daylight time changes in the Energy Policy Act of 2005.
22488
1db86e88
AJ
224892012-05-09 Andreas Jaeger <aj@suse.de>
22490
22491 [BZ #13983]
22492 * elf/ldconfig.c (parse_conf): Change string to make clear that
22493 ldconfig only issued a warning if ld.so.conf does not exist.
22494
dee4a4e3
DM
224952012-05-08 David S. Miller <davem@davemloft.net>
22496
ee0db190
DM
22497 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
22498 movxtod instead of popping the value on the stack.
22499
dee4a4e3
DM
22500 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22501
6a43ec98
CD
225022012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
22503
22504 * config.h.in: Add HAVE_ARM_PCS_VFP.
22505
05c2c961
RMG
225062012-05-08 Roland Mc Grath <roland@hack.frob.com>
22507
bcfe3a54
ST
22508 [BZ #13979]
22509 * include/features.h: Warn if user requests __FORTIFY_SOURCE
22510 checking but the checks are disabled for any reason.
05c2c961 22511
4b30f61a
L
225122012-05-08 H.J. Lu <hongjiu.lu@intel.com>
22513
22514 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
22515 and ELF64_R_TYPE with ELFW(R_TYPE).
22516
eee2bc67
JM
225172012-05-08 Joseph Myers <joseph@codesourcery.com>
22518
7ea5391a
JM
22519 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
22520 (ulimit): Likewise.
22521
eee2bc67
JM
22522 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
22523 (settimeofday): Likewise.
22524
abb66a67
MF
225252012-05-08 Mike Frysinger <vapier@gentoo.org>
22526
22527 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
22528 a struct th_u2 inside the union, and move tu_block/tu_code into
22529 a new th_u3 union of tu_block/tu_code inside of that. Move
22530 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
22531 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
22532 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
22533 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
22534 (th_stuff): Change to th_u1.tu_stuff.
22535 (th_data): Define.
22536 (th_msg): Change to th_u1.th_u2.tu_data.
22537
7f18b530
DM
225382012-05-07 David S. Miller <davem@davemloft.net>
22539
05760585
DM
22540 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22541
7f18b530
DM
22542 [BZ #14074]
22543 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
22544 (SETUP_PIC_REG): Use it.
22545 (SETUP_PIC_REG_LEAF): Use it.
22546
495fd99f
JM
225472012-05-07 Joseph Myers <joseph@codesourcery.com>
22548
22549 [BZ #13885]
22550 [BZ #13923]
22551 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
22552 USE_AS_EXPM1L.
22553 (EXPL_FINITE): Likewise.
22554 (FLDLOG): Likewise.
22555 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
22556 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
22557 e_expl.S.
22558 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
22559 USE_AS_EXPM1L.
22560 (EXPL_FINITE): Likewise.
22561 (FLDLOG): Likewise.
22562 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
22563 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
22564 e_expl.S.
22565 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
22566 test of -max_value argument for long double.
22567 * sysdeps/i386/fpu/libm-test-ulps: Update.
22568 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22569
6693d694
DM
225702012-05-06 David S. Miller <davem@davemloft.net>
22571
22572 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
22573 quad soft-float symbols whose references which are compiler
22574 generated.
22575 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
22576
6c23e11c
JM
225772012-05-06 Joseph Myers <joseph@codesourcery.com>
22578
d8b82cad
JM
22579 [BZ #13884]
22580 [BZ #13914]
22581 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
22582 USE_AS_EXP10L.
22583 (EXPL_FINITE): Likewise.
22584 (FLDLOG): Likewise.
22585 (c0): Likewise.
22586 (c1): Likewise.
22587 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
22588 Adjust comments for base varying.
22589 (__expl_finite): Change alias to EXPL_FINITE.
22590 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
22591 e_expl.S.
22592 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
22593 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
22594 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22595 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
22596 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
22597 USE_AS_EXP10L.
22598 (EXPL_FINITE): Likewise.
22599 (FLDLOG): Likewise.
22600 (c0): Likewise.
22601 (c1): Likewise.
22602 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
22603 Adjust comments for base varying.
22604 (__expl_finite): Change alias to EXPL_FINITE.
22605 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
22606 tests for bugs.
22607 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22608
6c23e11c
JM
22609 [BZ #14064]
22610 * math/libm-test.inc (check_float_internal): Correct ulp
22611 calculation for subnormal expected results.
22612
29ba805c
AJ
226132012-05-06 Andreas Jaeger <aj@suse.de>
22614
22615 * Makeconfig (+math-flags): New, set to -frounding-math.
22616 (+cflags): Add +math-flags so that all of glibc gets compiled with
22617 it.
22618
22619 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
22620
7b17aeda
JM
226212012-05-05 Joseph Myers <joseph@codesourcery.com>
22622
5779f134
JM
22623 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
22624 Disable one test.
22625
41498f4d
JM
22626 [BZ #13787]
22627 [BZ #13922]
22628 [BZ #14036]
22629 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
22630 (__ieee754_expl): Allow for and saturate large arguments.
22631 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
22632 (u_threshold): Likewise.
22633 (__exp): Call __ieee754_exp before checking for overflow and
22634 underflow.
22635 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
22636 (u_threshold): Likewise.
22637 (__expf): Call __ieee754_expf before checking for overflow and
22638 underflow.
22639 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
22640 (u_threshold): Likewise.
22641 (__expl): Call __ieee754_expl before checking for overflow and
22642 underflow.
22643 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
22644 (__ieee754_expl): Allow for and saturate large arguments.
22645 * math/libm-test.inc (exp_test): Add another test. Do not allow
22646 missing overflow exception on overflow.
22647 (expm1_test): Do not allow missing overflow exception on overflow.
22648
6698b8bf
JM
22649 * sysdeps/i386/fpu/e_expl.c: Move to ...
22650 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
22651 rather than using inline asm.
22652 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
22653 * sysdeps/x86_64/fpu/e_expl.S: Copy from
22654 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
22655
7b17aeda
JM
22656 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
22657 (nice): Likewise.
22658 (poll): Likewise.
22659 (signal): Likewise.
22660 (time): Likewise.
22661 (times): Likewise.
22662
f7c85819
JM
226632012-05-04 Joseph Myers <joseph@codesourcery.com>
22664
22665 * sysdeps/unix/syscalls.list (adjtime): Add entry from
22666 sysdeps/unix/common/syscalls.list.
22667 (fchmod): Likewise.
22668 (fchown): Likewise.
22669 (ftruncate): Likewise.
22670 (getrusage): Likewise.
22671 (gettimeofday): Likewise.
22672 (setpgid): Likewise.
22673 (setregid): Likewise.
22674 (setreuid): Likewise.
22675 (sigaction): Likewise.
22676 (truncate): Likewise.
22677 (vhangup): Likewise.
22678 * sysdeps/unix/common/syscalls.list: Remove file.
22679 * sysdeps/unix/bsd/Implies: Don't include unix/common.
22680 * sysdeps/unix/sysv/linux/Implies: Likewise.
22681
336270d0
L
226822012-05-04 H.J. Lu <hongjiu.lu@intel.com>
22683
22684 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
22685 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
22686 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
22687 Moved to ...
22688 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
22689 Here.
22690 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
22691 to ...
22692 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
22693 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
22694 to ...
22695 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
22696 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
22697 to ...
22698 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
22699 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
22700 to ...
22701 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
22702 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
22703 to ...
22704 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
22705 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
22706 to ...
22707 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
22708 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
22709 to ...
22710 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22711 Here.
22712 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
22713 to ...
22714 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
22715 Here.
22716 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
22717 to ...
22718 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
22719 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
22720 Moved to ...
22721 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
22722 Here.
22723 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
22724 to ...
22725 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
22726
d128e450
JM
227272012-05-04 Joseph Myers <joseph@codesourcery.com>
22728
fa8ee516
JM
22729 * sysdeps/unix/common/bits/dirent.h: Remove file.
22730 * sysdeps/unix/common/bits/fcntl.h: Likewise.
22731
d128e450
JM
22732 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
22733 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
22734 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
22735 * sysdeps/unix/bsd/isatty.c: Likewise.
22736 * sysdeps/unix/bsd/tcdrain.c: Likewise.
22737 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
22738 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
22739
ff8faaf0 227402012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 22741
62881be4 22742 [BZ #13563]
31dc8730
AZ
22743 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
22744 long double comparison inaccuracies.
22745 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22746 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22747
6fef930c
AS
227482012-05-04 Andreas Schwab <schwab@linux-m68k.org>
22749
22750 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
22751 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
22752
8f203e6c
JM
227532012-05-04 Joseph Myers <joseph@codesourcery.com>
22754
22755 [BZ #14049]
22756 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
22757 nonzero digits before rounding a hex value.
22758 * stdlib/tst-strtod.c (tests): Add another test.
22759
5197d9c2
AK
227602012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22761
22762 * sysdeps/s390/fpu/libm-test-ulps: Update.
22763
f0c1dedf
AJ
227642012-05-03 Andreas Jaeger <aj@suse.de>
22765
22766 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
22767 does not get optimized out.
22768 (malloc_opt_barrier): New.
22769
a65ef2ae 227702012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 22771 Roland McGrath <roland@hack.frob.com>
a65ef2ae 22772
2b942cb7 22773 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 22774 intermediate file deletion.
2b942cb7 22775 (generated): Add .symlist files.
a65ef2ae 22776
54b71e02
JM
227772012-05-03 Joseph Myers <joseph@codesourcery.com>
22778
22779 [BZ #13775]
22780 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
22781 Redirect under this condition.
22782 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
22783 [__USE_GNU] (__dprintf_chk): Not under this condition.
22784 [__USE_GNU] (__vdprintf_chk): Likewise.
22785 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
22786 under this condition.
22787 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
22788 [__USE_XOPEN2K8] (dprintf): Define under this condition.
22789 [__USE_XOPEN2K8] (vdprintf): Likewise.
22790 [__USE_GNU] (__dprintf_chk): Not under this condition.
22791 [__USE_GNU] (__vdprintf_chk): Likewise.
22792 [__USE_GNU] (dprintf): Likewise.
22793 [__USE_GNU] (vdprintf): Likewise.
22794
d3dfcc41
RM
227952012-05-03 Roland McGrath <roland@hack.frob.com>
22796
22797 * elf/Makefile (common-generated): Set this instead of generated for
22798 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
22799 $(all-built-dso)-derived lists.
22800
7ac30cc5
AJ
228012012-05-03 Andreas Jaeger <aj@suse.de>
22802
0c51e550
AJ
22803 * sysdeps/i386/fpu/libm-test-ulps: Update.
22804
7ac30cc5
AJ
22805 * FAQ: Removed.
22806 * FAQ.in: Likewise.
22807 * scripts/gen-FAQ.pl: Likewise.
22808 * manual/install.texi (Installation): Point to online location of
22809 FAQ.
22810 * Makefile (files-for-dist): Remove FAQ.
22811 (FAQ): Remove.
22812
d4c2917f
AM
228132012-05-02 Allan McRae <allan@archlinux.org>
22814
22815 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
22816 (LDFLAGS-reldepmod5.so): Likewise.
22817 (LDFLAGS-reldep6mod1.so): Likewise.
22818 (LDFLAGS-reldep6mod4.so): Likewise.
22819 (LDFLAGS-reldep8mod3.so): Likewise.
22820 (LDFLAGS-unload4mod1.so): Likewise.
22821 (LDFLAGS-unload4mod2.so): Likewise.
22822 (LDFLAGS-tst-initorder): Likewise.
22823 (LDFLAGS-tst-initordera2.so): Likewise.
22824 (LDFLAGS-tst-initordera3.so): Likewise.
22825 (LDFLAGS-tst-initordera4.so): Likewise.
22826 (LDFLAGS-tst-initorderb2.so): Likewise.
22827 (LDFLAGS-noload): Likewise.
22828 (LDFLAGS-next): Likewise.
22829 (LDFLAGS-order2mod1.so): Likewise.
22830 (LDFLAGS-order2mod2.so): Likewise.
22831 (LDFLAGS-tst-initorder2): Likewise.
22832 (LDFLAGS-tst-initorder2a.so): Likewise.
22833 (LDFLAGS-tst-initorder2b.so): Likewise.
22834 (LDFLAGS-tst-initorder2c.so): Likewise.
22835 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
22836
d77f993f
DM
228372012-05-02 David S. Miller <davem@davemloft.net>
22838
22839 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22840
171a70b4
PP
228412012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
22842
22843 [BZ #14055]
22844 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
22845
0be196ad
AJ
228462012-05-02 Andreas Jaeger <aj@suse.de>
22847
22848 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
22849 since we manipulate rounding mode.
22850 (CPPFLAGS-test-idouble.c): Likewise.
22851 (CPPFLAGS-test-ifloat.c): Likewise.
22852 (CFLAGS-test-ldouble.c): Likewise.
22853 (CFLAGS-test-double.c): Likewise.
22854 (CFLAGS-test-float.c): Likewise.
22855 (CFLAGS-test-misc.c): Likewise.
22856 (CFLAGS-test-test-fenv.c): Likewise.
22857
4f9d04aa
AZ
228582012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22859
2b942cb7
RM
22860 [BZ #2550]
22861 [BZ #2570]
22862 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
22863 comparisons to determine direction to adjust input.
4f9d04aa 22864
82a79e7d
RM
228652012-05-01 Roland McGrath <roland@hack.frob.com>
22866
f5a01ca9
RM
22867 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
22868 output to the target.
22869
90fe4186
RM
22870 * scripts/localplt.awk: New file.
22871 * elf/Makefile ($(objpfx)check-localplt): Target removed.
22872 (check-localplt-CFLAGS): Variable removed.
22873 ($(all-built-dso:=.jmprel)): New static pattern rule.
22874 (generated): Add those targets.
22875 (localplt-built-dso): New variable.
22876 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
22877
22878 * elf/check-localplt.c: File removed.
22879
82397ed6
RM
22880 * scripts/check-execstack.awk: New file.
22881 * elf/Makefile ($(objpfx)check-execstack): Target removed.
22882 (check-execstack-CFLAGS): Variable removed.
22883 ($(objpfx)check-execstack.h): Target removed.
22884 ($(objpfx)execstack-default): New target.
22885 (generated): Add that instead of check-execstack.h.
22886 ($(all-built-dso:=.phdr)): New static pattern rule.
22887 (generated): Add those targets.
22888 * elf/check-execstack.c: File removed.
22889
82a79e7d
RM
22890 * scripts/check-textrel.awk: New file.
22891 * elf/Makefile ($(objpfx)check-textrel): Target removed.
22892 (check-textrel-CFLAGS): Variable removed.
22893 (all-built-dso): Use := to define.o
22894 ($(all-built-dso:=.dyn)): New static pattern rule.
22895 (generated): Add those targets.
22896 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
22897 * config.make.in (READELF): New substituted variable.
22898 * elf/check-textrel.c: File removed.
22899
62fde54f 229002012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 22901
615605c9
JM
22902 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
22903 allow.
22904 * conform/data/ctype.h-data [C99-based standards] (isblank):
22905 Expect function.
22906 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
22907 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
22908 [ISO || ISO99 || ISO11] (*_t): Do not allow.
22909 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
22910 Specify type. Require positive value.
22911 (EILSEQ): Likewise.
22912 (ERANGE): Likewise.
22913 [ISO || POSIX] (EILSEQ): Do not expect.
22914 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
22915 Specify type. Require positive value.
22916 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
22917 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
22918 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
22919 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
22920 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
22921 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
22922 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
22923 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
22924 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
22925 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
22926 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
22927 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
22928 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
22929 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
22930 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
22931 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
22932 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
22933 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
22934 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
22935 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
22936 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
22937 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
22938 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
22939 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
22940 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
22941 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
22942 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
22943 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
22944 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
22945 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
22946 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
22947 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
22948 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
22949 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
22950 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
22951 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
22952 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
22953 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
22954 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
22955 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
22956 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
22957 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
22958 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
22959 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
22960 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
22961 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
22962 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
22963 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
22964 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
22965 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
22966 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
22967 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
22968 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
22969 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
22970 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
22971 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
22972 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
22973 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
22974 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
22975 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
22976 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
22977 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
22978 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
22979 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
22980 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
22981 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
22982 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
22983 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
22984 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
22985 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
22986 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
22987 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
22988 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
22989 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
22990 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
22991 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
22992 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
22993 Require >= 2.
22994 (FLT_ROUNDS): Expect as macro, not constant.
22995 (FLT_MANT_DIG): Use macro-int-constant.
22996 (DBL_MANT_DIG): Likewise.
22997 (LDBL_MANT_DIG): Likewise.
22998 (FLT_DIG): Likewise.
22999 (DBL_DIG): Likewise.
23000 (LDBL_DIG): Likewise.
23001 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
23002 (DBL_MIN_EXP): Likewise.
23003 (LDBL_MIN_EXP): Likewise.
23004 (FLT_MAX_EXP): Use macro-int-constant.
23005 (DBL_MAX_EXP): Likewise.
23006 (LDBL_MAX_EXP): Likewise.
23007 (FLT_MAX_10_EXP): Likewise.
23008 (DBL_MAX_10_EXP): Likewise.
23009 (LDBL_MAX_10_EXP): Likewise.
23010 (FLT_MAX): Use macro-constant.
23011 (DBL_MAX): Likewise.
23012 (LDBL_MAX): Likewise.
23013 (FLT_EPSILON): Use macro-constant. Give upper bound.
23014 (DBL_EPSILON): Likewise.
23015 (LDBL_EPSILON): Likewise.
23016 (FLT_MIN): Likewise.
23017 (DBL_MIN): Likewise.
23018 (LDBL_MIN): Likewise.
23019 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
23020 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
23021 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
23022 [ISO11] (FLT_HAS_SUBNORM): Likewise.
23023 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
23024 [ISO11] (DBL_DECIMAL_DIG): Likewise.
23025 [ISO11] (FLT_DECIMAL_DIG): Likewise.
23026 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
23027 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
23028 [ISO11] (FLT_TRUE_MIN): Likewise.
23029 [ISO11] (LDBL_TRUE_MIN): Likewise.
23030 [ISO || ISO99 || ISO11] (*_t): Do not allow.
23031 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
23032 (SCHAR_MIN): Use macro-int-constant. Specify type.
23033 (SCHAR_MAX): Likewise.
23034 (UCHAR_MAX): Likewise.
23035 (CHAR_MIN): Likewise.
23036 (CHAR_MAX): Likewise.
23037 (MB_LEN_MAX): Use macro-int-constant.
23038 (SHRT_MIN): Use macro-int-constant. Specify type.
23039 (SHRT_MAX): Likewise.
23040 (USHRT_MAX): Likewise.
23041 (INT_MAX): Likewise.
23042 (INT_MIN): Use macro-int-constant. Specify type. Make upper
23043 bound negative.
23044 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
23045 bound with "U".
23046 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
23047 bound with "L".
23048 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
23049 bound negative. Suffix upper bound with "L".
23050 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
23051 bound with "UL".
23052 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
23053 Specify type.
23054 [C99-based standards] (LLONG_MAX): Likewise.
23055 [C99-based standards] (ULLONG_MAX): Likewise.
23056 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
23057 == 0.
23058 [ISO11] (max_align_t): Require type.
23059 [ISO || ISO99 || ISO11] (*_t): Do not allow.
23060
c9140a62
JM
23061 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
23062 from $CFLAGS, without defining away __attribute__ calls.
23063 (checknamespace): Use $CFLAGS_namespace.
23064
9af0bf29
JM
23065 * conform/conformtest.pl (@keywords): Only include C99 keywords
23066 for standards based on C99 or C11.
23067
343222a2
JM
23068 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
23069 Disable tests.
23070 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
23071 UNIX98]: Likewise.
23072
661f8cf0
JM
23073 * conform/conformtest.pl: Handle "macro-int-constant" and test for
23074 usability of symbols in #if.
23075
ee74b9cb
JM
23076 * conform/conformtest.pl: If macro or constant types start
23077 "promoted:", expect the symbol to be of the following type
23078 promoted by the integer promotions.
62fde54f 23079
aafc49b3
JM
23080 * conform/conformtest.pl: Parse all "constant" and "macro" lines
23081 in one place. Also handle "macro-constant".
23082
fefdf574
JM
23083 * conform/conformtest.pl: Only accept expected macro values with
23084 "==". Parse all "macro" lines in one place.
23085 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
23086
f2d922fe
JM
23087 * conform/conformtest.pl: Handle braced types on "constant" lines
23088 instead of handling "typed-constant".
23089 * conform/data/signal.h-data: Use "constant" instead of
23090 "typed-constant".
23091
d22956c9
JM
23092 * conform/conformtest.pl: Handle "optional-" at start of lines in
23093 one place rather than duplicating several cases. Handle each
23094 format of "macro" line with initial "optional-".
23095
028e2e38
JM
23096 * conform/conformtest.pl: Only accept expected constant or
23097 optional-constant values with "==". Parse all "constant" lines in
23098 one place. Parse all "optional-constant" lines in one place.
23099 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
23100 * conform/data/fmtmsg.h-data: Likewise.
23101 * conform/data/netinet/in.h-data: Likewise.
23102 * conform/data/tar.h-data: Likewise.
23103 * conform/data/limits.h-data: Use "==" form on "constant" and
23104 "optional-constant" lines.
23105
1b8f2850
JM
23106 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
23107 Use -std=c99 for XOPEN2K.
23108 (@knownproblems): Remove.
23109 (newtoken): Don't check %isknown.
23110
a05a144b
JM
23111 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
23112 Do not expect macro.
23113 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
23114 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
23115 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
23116 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
23117 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
23118 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
23119 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
23120 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
23121 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
23122 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
23123 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
23124 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
23125 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
23126 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
23127 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
23128 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
23129 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
23130 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
23131 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
23132 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
23133 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
23134 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
23135 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
23136 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
23137 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
23138 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
23139 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
23140 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
23141 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
23142 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
23143 [XPG3] (acosh): Likewise.
23144 [XPG3] (asinh): Likewise.
23145 [XPG3] (atanh): Likewise.
23146 [XPG3] (cbrt): Likewise.
23147 [XPG3] (expm1): Likewise.
23148 [XPG3] (ilogb): Likewise.
23149 [XPG3] (log1p): Likewise.
23150 [XPG3] (logb): Likewise.
23151 [XPG3] (nextafter): Likewise.
23152 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
23153 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
23154 [XPG3] (remainder): Likewise.
23155 [XPG3] (rint): Likewise.
23156 [XPG3 || XPG4 || UNIX98] (round): Likewise.
23157 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
23158 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
23159 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
23160 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
23161 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
23162 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
23163 [UNIX98 || XOPEN2K] (scalb): Expect.
23164 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
23165 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
23166 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
23167 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
23168 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
23169 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
23170 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
23171 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
23172 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
23173 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
23174 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
23175 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
23176 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
23177 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
23178 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
23179 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
23180 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
23181 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
23182 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
23183 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
23184 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
23185 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
23186 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
23187 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
23188 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
23189 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
23190 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
23191 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
23192 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
23193 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
23194 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
23195 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
23196 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
23197 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
23198 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
23199 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
23200 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
23201 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
23202 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
23203 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
23204 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
23205 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
23206 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
23207 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
23208 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
23209 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
23210 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
23211 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
23212 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
23213 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
23214 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
23215 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
23216 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
23217 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
23218 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
23219 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
23220 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
23221 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
23222 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
23223 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
23224 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
23225 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
23226 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
23227 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
23228 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
23229 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
23230 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
23231 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
23232 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
23233 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
23234 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
23235 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
23236 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
23237 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
23238 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
23239 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
23240 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
23241 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
23242 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
23243 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
23244 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
23245 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
23246 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
23247 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
23248 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
23249 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
23250 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
23251 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
23252 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
23253 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
23254 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
23255 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
23256 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
23257 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
23258 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
23259 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
23260 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
23261 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
23262 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
23263 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
23264 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
23265 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
23266 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
23267 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
23268 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
23269 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
23270 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
23271 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
23272 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
23273 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
23274 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
23275 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
23276 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
23277 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
23278 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
23279 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
23280 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
23281 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
23282 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
23283 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
23284 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
23285 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
23286 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
23287 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
23288 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
23289 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
23290 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
23291 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
23292 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
23293 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
23294 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
23295 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
23296 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
23297 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
23298 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
23299 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
23300 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
23301
73c5ebe3
JM
23302 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
23303 _XOPEN_SOURCE_EXTENDED for XPG4.
23304
39c33b6c
JM
23305 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
23306
62fde54f
JM
23307 * Makeconfig (localtime): Remove variable.
23308 (inst_localtime-file): Likewise.
23309
0741d64c
AS
233102012-05-01 Andreas Schwab <schwab@linux-m68k.org>
23311
23312 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
23313 Update.
23314 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23315 Update.
23316 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
23317 Update.
23318 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23319 Update.
23320 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
23321 Update.
23322 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
23323 Update.
23324 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
23325 Update.
23326 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
23327 Update.
23328 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23329 Update.
23330
7cb029ee
JM
233312012-05-01 Joseph Myers <joseph@codesourcery.com>
23332
23333 [BZ #2550]
23334 [BZ #2570]
23335 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
23336 comparisons to determine direction to adjust input.
23337 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
23338 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
23339 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
23340 Likewise.
23341 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
23342 Likewise.
23343 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23344 Likewise.
23345 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
23346 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
23347 Likewise.
23348 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
23349 Likewise.
23350 * math/libm-test.inc (nexttoward_test): Add more tests.
23351
412bd966
AS
233522012-05-01 Andreas Schwab <schwab@linux-m68k.org>
23353
23354 [BZ #14040]
23355 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
23356 in version GLIBC_2.1, not GLIBC_2.0.
23357 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
23358 Likewise.
23359
9568c0c2
JM
233602012-04-30 Joseph Myers <joseph@codesourcery.com>
23361
adfbc8ac
JM
23362 [BZ #13942]
23363 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
23364 (1 - x) * (1 + x).
23365 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
23366 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
23367 * math/libm-test.inc (acos_test): Add more tests.
23368 (asin_test): Likewise.
23369 * sysdeps/i386/fpu/libm-test-ulps: Update.
23370 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23371
5ba3cc69
JM
23372 [BZ #14034]
23373 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
23374 of square root.
23375 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
23376 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
23377 * math/libm-test.inc (acos_test_tonearest): New function.
23378 (acos_test_towardzero): Likewise.
23379 (acos_test_downward): Likewise.
23380 (acos_test_upward): Likewise.
23381 (asin_test_tonearest): Likewise.
23382 (asin_test_towardzero): Likewise.
23383 (asin_test_downward): Likewise.
23384 (asin_test_upward): Likewise.
23385 (main): Call the new functions.
23386 * sysdeps/i386/fpu/libm-test-ulps: Update.
23387 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23388
9568c0c2
JM
23389 [BZ #13884]
23390 [BZ #13924]
23391 * math/e_exp10.c: Include <float.h>.
23392 (__ieee754_exp10): Handle underflow here rather than multiplying
23393 large negative argument by M_LN10.
23394 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
23395 of __ieee754_expf.
23396 * math/e_exp10l.c: Include <float.h>.
23397 (__ieee754_exp10l): Handle underflow here rather than multiplying
23398 large negative argument by M_LN10l.
23399 * math/libm-test.inc (exp10_test): Add another test. Do not allow
23400 spurious overflow exception on underflow.
23401
5ac3ea17
MP
234022012-04-29 Marek Polacek <polacek@redhat.com>
23403
23404 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
23405 (__fortify_function): New macro.
23406 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
23407 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
23408 __extern_always_inline.
23409 * libio/bits/stdio2.h: Likewise.
23410 * libio/bits/stdio.h: Likewise.
23411 * string/string.h: Likewise.
23412 * string/bits/string3.h: Likewise.
23413 * include/stdio.h: Likewise.
23414 * stdlib/bits/stdlib.h: Likewise.
23415 * stdlib/stdlib.h: Likewise.
23416 * rt/bits/mqueue2.h: Likewise.
23417 * rt/mqueue.h: Likewise.
23418 * posix/bits/unistd.h: Likewise.
23419 * posix/unistd.h: Likewise.
23420 * io/bits/poll2.h: Likewise.
23421 * io/bits/fcntl2.h: Likewise.
23422 * io/fcntl.h: Likewise.
23423 * io/sys/poll.h: Likewise.
23424 * misc/bits/syslog.h: Likewise.
23425 * misc/bits/syslog-ldbl.h: Likewise.
23426 * misc/sys/syslog.h: Likewise.
23427 * socket/bits/socket2.h: Likewise.
23428 * socket/sys/socket.h: Likewise.
23429 * debug/tst-chk1.c: Likewise.
23430 * wcsmbs/bits/wchar2.h: Likewise.
23431 * wcsmbs/bits/wchar-ldbl.h: Likewise.
23432 * wcsmbs/wchar.h: Likewise.
23433
ecf0ebfb
AJ
234342012-04-29 Andreas Jaeger <aj@suse.de>
23435
23436 * Makerules (tests): Remove enable-check-abi protection.
23437 (check-abi-warn): Remove.
23438 (check-abi-%): Remove check-abi-warn usage.
23439
23440 * configure.in: Remove check-abi configure option.
23441 * configure: Regenerated.
23442 * config.make.in (enable-check-abi): Remove.
23443
6d5c57fa
AS
234442012-04-28 Andreas Schwab <schwab@linux-m68k.org>
23445
24c5d07e 23446 [BZ #14033]
ded5180a
AS
23447 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
23448 double functions to double *_finite functions.
23449
7e0d315d
AS
23450 [BZ #13941]
23451 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
23452 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
23453 LDBL_MIN_EXP.
23454 * stdio-common/Makefile (tests): Add tst-sprintf3.
23455 * stdio-common/tst-sprintf3.c: New file.
23456
6d5c57fa
AS
23457 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
23458 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
23459
0749ff8b
JM
234602012-04-28 Joseph Myers <joseph@codesourcery.com>
23461
23462 * conform/conformtest.pl: Remove duplicate typed-constant
23463 handling.
23464
8dbd5d7b
DM
234652012-04-28 David S. Miller <davem@davemloft.net>
23466
23467 * Makerules (%.abilist): Add vpath on sysdep_dirs.
23468 (check-abi-%): Remove AWK script prerequisite and explicit
23469 abilist directory.
23470 (check-abi): Rewrite to just diff the symlist with the abilist.
23471 (config-tls, config-abi-config): Delete, no longer used.
23472 (update-abi-%): Remove AWK script and explicit abilist directory.
23473 (update-abi): Rewrite to simply compare and conditionally copy the
23474 symlist and the sysdep abilist file. Remove update-abi-config
23475 checks.
23476 * abilist/ld.abilist: Remove.
23477 * abilist/libBrokenLocale.abilist: Remove.
23478 * abilist/libanl.abilist: Remove.
23479 * abilist/libcrypt.abilist: Remove.
23480 * abilist/libdl.abilist: Remove.
23481 * abilist/librt.abilist: Remove.
23482 * abilist/libthread_db.abilist: Remove.
23483 * abilist/libutil.abilist: Remove.
23484 * scripts/extract-abilist.awk: Remove.
23485 * scripts/merge-abilist.awk: Remove.
23486 * sysdeps/generic/libcidn.abilist: New file.
23487 * sysdeps/generic/libnss_compat.abilist: New file.
23488 * sysdeps/generic/libnss_db.abilist: New file.
23489 * sysdeps/generic/libnss_dns.abilist: New file.
23490 * sysdeps/generic/libnss_files.abilist: New file.
23491 * sysdeps/generic/libnss_hesiod.abilist: New file.
23492 * sysdeps/generic/libnss_nis.abilist: New file.
23493 * sysdeps/generic/libnss_nisplus.abilist: New file.
23494 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
23495 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
23496 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
23497 file.
23498 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
23499 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
23500 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
23501 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
23502 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
23503 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
23504 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
23505 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
23506 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
23507 file.
23508 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
23509 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
23510 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
23511 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
23512 file.
23513 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
23514 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
23515 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
23516 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
23517 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
23518 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
23519 file.
23520 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
23521 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
23522 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
23523 file.
23524 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
23525 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
23526 New file.
23527 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
23528 New file.
23529 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
23530 New file.
23531 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
23532 New file.
23533 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
23534 New file.
23535 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
23536 New file.
23537 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
23538 New file.
23539 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
23540 New file.
23541 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
23542 New file.
23543 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
23544 New file.
23545 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
23546 New file.
23547 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
23548 New file.
23549 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
23550 New file.
23551 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
23552 file.
23553 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
23554 New file.
23555 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
23556 New file.
23557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
23558 file.
23559 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
23560 New file.
23561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
23562 New file.
23563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
23564 file.
23565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
23566 New file.
23567 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23568 New file.
23569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
23570 New file.
23571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
23572 New file.
23573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
23574 New file.
23575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
23576 New file.
23577 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
23578 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
23579 file.
23580 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
23581 New file.
23582 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
23583 file.
23584 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
23585 file.
23586 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
23587 file.
23588 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
23589 file.
23590 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
23591 file.
23592 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23593 New file.
23594 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
23595 file.
23596 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
23597 file.
23598 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
23599 New file.
23600 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
23601 file.
23602 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
23603 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
23604 file.
23605 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
23606 New file.
23607 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
23608 file.
23609 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
23610 file.
23611 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
23612 file.
23613 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
23614 file.
23615 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
23616 file.
23617 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23618 New file.
23619 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
23620 file.
23621 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
23622 file.
23623 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
23624 New file.
23625 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
23626 file.
23627 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
23628 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
23629 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
23630 file.
23631 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
23632 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
23633 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
23634 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
23635 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
23636 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
23637 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
23638 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
23639 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
23640 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
23641 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
23642 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
23643 file.
23644 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
23645 New file.
23646 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
23647 file.
23648 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
23649 file.
23650 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
23651 file.
23652 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
23653 file.
23654 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
23655 file.
23656 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23657 New file.
23658 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
23659 New file.
23660 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
23661 file.
23662 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
23663 New file.
23664 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
23665 file.
23666 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
23667 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
23668 file.
23669 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
23670 New file.
23671 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
23672 file.
23673 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
23674 file.
23675 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
23676 file.
23677 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
23678 file.
23679 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
23680 file.
23681 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23682 New file.
23683 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
23684 New file.
23685 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
23686 file.
23687 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
23688 New file.
23689 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
23690 file.
23691
41d73a1b
JM
236922012-04-28 Joseph Myers <joseph@codesourcery.com>
23693
23694 * conform/conformtest.pl: Fix typo in handling typed-constant from
23695 allow-header.
23696
28aeeda4
JM
236972012-04-27 Joseph Myers <joseph@codesourcery.com>
23698
adae8f5e
JM
23699 * README: Cut down references to pre-2.6 Linux kernels and
23700 Linuxthreads. Update lists of configurations in libc and ports
23701 and sort alphabetically. Say "or newer" with Linux kernel version
23702 requirements.
23703
28aeeda4
JM
23704 * config.h.in [IS_IN_build]: Allow compiling without optimization.
23705
a462cb63
RA
237062012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23707
23708 [BZ #887]
23709 * math/libm-test.inc (logb_test_downward): New test to expose
23710 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
23711 rounding mode.
23712
6ad3493e
JM
237132012-04-27 Joseph Myers <joseph@codesourcery.com>
23714
23715 [BZ #14027]
23716 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
23717 to be done.
23718 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
23719 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
23720
2ce4f015
JM
237212012-04-26 Joseph Myers <joseph@codesourcery.com>
23722
5aeb141a
JM
23723 * sysdeps/unix/i386/brk.S: Remove file.
23724 * sysdeps/unix/i386/dl-brk.S: Likewise.
23725 * sysdeps/unix/i386/pipe.S: Likewise.
23726 * sysdeps/unix/i386/sigreturn.S: Likewise.
23727 * sysdeps/unix/i386/syscall.S: Likewise.
23728 * sysdeps/unix/i386/vfork.S: Likewise.
23729 * sysdeps/unix/i386/wait.S: Likewise.
23730
7143acae
JM
23731 * sysdeps/unix/common/tcsendbrk.c: Move to ...
23732 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
23733
2ce4f015
JM
23734 * configure.in (arm*-none*): Do not allow without
23735 --enable-hacker-mode.
23736 (netbsd*): Remove case setting base_os.
23737 (386bsd*): Likewise.
23738 (freebsd*): Likewise.
23739 (bsdi*): Likewise.
23740 (osf*): Likewise.
23741 (sunos*): Likewise.
23742 (ultrix*): Likewise.
23743 (newsos*): Likewise.
23744 (dynix*): Likewise.
23745 (*bsd*): Likewise.
23746 (sysv*): Likewise.
23747 (isc*): Likewise.
23748 (esix*): Likewise.
23749 (sco*): Likewise.
23750 (minix*): Likewise.
23751 (irix4*): Likewise.
23752 (irix6*): Likewise.
23753 (solaris[2-9]*): Likewise.
23754 (none): Likewise.
23755 * configure: Regenerated.
23756
0ac229c8
AZ
237572012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23758
23759 [BZ #11521]
23760 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
23761 overflow or cancellation in calculating denominator.
23762 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
23763 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
23764 down expression to avoid unexpected rounding in newer GCCs.
23765 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
23766
33f244f4
DM
237672012-04-26 David S. Miller <davem@davemloft.net>
23768
23769 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
23770 long-double compat symbols.
23771 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
23772 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
23773 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
23774 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
23775 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
23776 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
23777 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
23778 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
23779 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
23780 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
23781 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
23782 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
23783 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
23784
cfa1f3e8
DM
237852012-04-25 David S. Miller <davem@davemloft.net>
23786
23787 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
23788 HWCAP_* values only after the memory barriers have been defined.
23789 (atomic_full_barrier): Define.
23790 (atomic_read_barrier): Define.
23791 (atomic_write_barrier): Define.
23792
6e236b92
SP
237932012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
23794
23795 * shlib-versions: Add libgcc_s version information.
23796 * sysdeps/generic/libgcc_s.h: Remove.
23797 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
23798 libgcc_s.h.
23799 * sysdeps/gnu/unwind-resume.c: Likewise.
23800 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
23801
aab39a09
DM
238022012-04-25 David S. Miller <davem@davemloft.net>
23803
23804 * sysdeps/unix/sparc/brk.S: Delete.
23805 * sysdeps/unix/sparc/dl-brk.S: Delete.
23806 * sysdeps/unix/sparc/pipe.S: Delete.
23807 * sysdeps/unix/sparc/sysdep.S: Delete.
23808 * sysdeps/unix/sparc/sysdep.h: Delete.
23809 * sysdeps/unix/sparc/vfork.S: Delete.
23810 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
23811 SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
23812 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
23813 ret_ERRVAL, r0, r1, MOVE): Define.
23814 (JUMPTARGET): Remove.
23815 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
23816 sysdeps/unix/sparc/sysdep.h
23817 (ENTRY, END): Remove.
23818 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
23819
a3cc4f48
JM
238202012-04-25 Joseph Myers <joseph@codesourcery.com>
23821
2ed8cda2
JM
23822 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
23823 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
23824 -DIS_IN_build.
23825
35d76d59
JM
23826 * timezone/README: Update upstream location and email address for
23827 tzcode and tzdata.
23828 * timezone/zdump.c: Update from tzcode 2012b.
23829 * timezone/zic.c: Likewise.
23830
a3cc4f48
JM
23831 * configure.in (libc_cv_as_needed): Remove test.
23832 * configure: Regenerated.
23833 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
23834 conditional definition.
23835 [$(have-as-needed) != yes] (no-as-needed): Likewise.
23836 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
23837 * config.make.in (have-as-needed): Remove variable.
23838
ceab42c3
SP
238392012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
23840 Paul Pluzhnikov <ppluzhnikov@google.com>
23841
23842 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
23843 strings correctly.
23844
3ce2865f
CLT
238452012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
23846
23847 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
23848 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
23849 * sysdeps/sh/strlen.S: Likewise.
23850
f37e0d68
JM
238512012-04-24 Joseph Myers <joseph@codesourcery.com>
23852
ae186e9a
JM
23853 * sysdeps/unix/fork.S: Remove file.
23854 * sysdeps/unix/i386/fork.S: Likewise.
23855 * sysdeps/unix/sparc/fork.S: Likewise.
23856
b96914af
JM
23857 * sysdeps/unix/system.c: Remove file.
23858 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
23859
f37e0d68
JM
23860 * sysdeps/unix/getegid.S: Remove file.
23861 * sysdeps/unix/geteuid.S: Likewise.
23862
87ef29ca
RM
238632012-04-24 Roland McGrath <roland@hack.frob.com>
23864
83bcd236
RM
23865 * scripts/check-localplt.awk: New file.
23866 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
23867 of diff.
23868 * scripts/data/localplt-generic.data: Add a comment.
23869
87ef29ca
RM
23870 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
23871 NODE when __dir_mkfile failed.
23872 * sysdeps/mach/hurd/symlinkat.c: Likewise.
23873 Reported by Ludovic Courtès <ludo@gnu.org>.
23874
e5a6e567
AJ
238752012-04-24 Andreas Jaeger <aj@suse.de>
23876
23877 * Makerules (common-clean): Also remove gen-as-const-headers
23878 files.
23879
c1820385
JM
238802012-04-24 Joseph Myers <joseph@codesourcery.com>
23881
23882 * Makerules (native-compile): Do not change working directory for
23883 build. Use $(OUTPUT_OPTION) in command.
23884 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
23885
94e02fc4
AZ
238862012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23887
23888 [BZ #13886]
23889 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
23890 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
23891 * math/libm-test.inc (floor_test): Add more tests.
23892 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
23893
3a533ca3
JM
238942012-04-24 Joseph Myers <joseph@codesourcery.com>
23895
940ab4b3
JM
23896 * sysdeps/unix/getdents.c: Remove file.
23897 * sysdeps/unix/sysv/getdents.c: Likewise.
23898 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
23899
90e037bd
JM
23900 * sysdeps/unix/syscalls.list (madvise): Add syscall from
23901 sysdeps/unix/mman/syscalls.list.
23902 (mmap): Likewise.
23903 (mprotect): Likewise.
23904 (msync): Likewise.
23905 (munmap): Likewise.
23906 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
23907 * sysdeps/unix/mman/syscalls.list: Remove.
23908 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
23909
3a533ca3
JM
23910 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
23911 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
23912 * configure: Regenerated.
23913 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
23914 $(libgcc_s_suffix).
23915 * config.make.in (libgcc_s_suffix): Remove variable.
23916
1ad743de
JM
239172012-04-23 Joseph Myers <joseph@codesourcery.com>
23918
4ad451e2
JM
23919 * sysdeps/unix/sysv/gethostname.c: Move to ...
23920 * sysdeps/posix/gethostname.c: ... here.
23921
5e37ce39
JM
23922 * sysdeps/unix/execve.S: Remove file.
23923
1ad743de
JM
23924 * sysdeps/unix/_exit.S: Remove file.
23925
4e681b5b
AJ
239262012-04-23 Andreas Jaeger <aj@suse.de>
23927
23928 [BZ #13739]
23929 * manual/Makefile: Remove make dist support, there's no
23930 need for a stand-alone documentation tar ball.
23931 (TEXI2DVI): Define always, it's not in Makeconfig.
23932 (dist): Removed.
23933 (tar-it): Removed.
23934 (edition): Removed.
23935 (glibc-doc-$(edition).tar): Removed
23936 (%.Z): Removed.
23937 (%.gz): Removed.
23938 (%.uu): Removed.
23939 (ETAGS): Remove, it's in Makeconfig.
23940 (move-if-change): Remove, it's in Makeconfig.
23941
38686a03 239422012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
23943
23944 [BZ #13970]
23945 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
23946 (strtod, strtof, strtold, strtol, strtoul, strtoq)
23947 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
23948 (strtod_l, strtof_l, strtold_l): Remove __wur.
23949 It is not necessarily an error to ignore strtol's return value.
23950 One can reliably look at the stored endptr to decide whether
23951 the number had valid syntax.
23952
7c0616fa
AJ
239532012-04-21 Andreas Jaeger <aj@suse.de>
23954
803cb6b7 23955 [BZ #13739]
7c0616fa
AJ
23956 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
23957
b0fe253f
JM
239582012-04-21 Joseph Myers <joseph@codesourcery.com>
23959
23960 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
23961 * sysdeps/unix/sysv/Versions: Remove file.
23962
8280f22d
MT
239632012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
23964
23965 [BZ #13927]
23966 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23967
75ce411f 239682012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
23969
23970 [BZ #7064]
23971 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
23972 version from __vm86.
23973
097d59fa
JM
239742012-04-20 Joseph Myers <joseph@codesourcery.com>
23975
a90f3bcb
JM
23976 * sysdeps/unix/common/lxstat.c: Remove file.
23977 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
23978
edc7ea78
JM
23979 * sysdeps/unix/sysv/Makefile: Remove file.
23980
cb78c221
JM
23981 * sysdeps/unix/sysv/direct.h: Remove file.
23982
efa6a45f
JM
23983 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
23984 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
23985 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
23986 * sysdeps/unix/sysv/bits/signum.h: Likewise.
23987 * sysdeps/unix/sysv/bits/stat.h: Likewise.
23988 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
23989 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
23990
9c9f2d0c
JM
23991 * sysdeps/unix/sysv/setrlimit.c: Remove file.
23992
4541c83b
JM
23993 * sysdeps/unix/xmknod.c: Remove file.
23994 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
23995
f5d153a0
JM
23996 * sysdeps/unix/sysv/settimeofday.c: Remove file.
23997
aa746595
JM
23998 * sysdeps/unix/sysv/i386/time.S: Remove file.
23999
cce5905e
JM
24000 * sysdeps/unix/fxstat.c: Remove file.
24001 * sysdeps/unix/xstat.c: Likewise.
24002 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
24003
37fa3841
JM
24004 * sysdeps/unix/sysv/sigaction.c: Remove file.
24005
ff1962a3
JM
24006 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
24007 (sysdep_headers): Remove variable.
24008 [termio.h not in sysdep_headers] (generated): Likewise.
24009 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
24010 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
24011 * sysdeps/unix/sysv/tcdrain.c: Likewise.
24012 * sysdeps/unix/sysv/tcflow.c: Likewise.
24013 * sysdeps/unix/sysv/tcflush.c: Likewise.
24014 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
24015 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
24016 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
24017 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
24018 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
24019
e7740d31
JM
24020 * sysdeps/unix/siglist.c: Remove file.
24021
ee06f18b
JM
24022 * sysdeps/unix/getppid.S: Remove file.
24023
097d59fa
JM
24024 * sysdeps/unix/mkdir.c: Remove file.
24025 * sysdeps/unix/rmdir.c: Likewise.
24026
ff3d51ec
AS
240272012-04-19 Andreas Schwab <schwab@linux-m68k.org>
24028
24029 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
24030 ERR_MAX value.
24031 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
24032 errlist-compat value.
24033
50f81fd7
DM
240342012-04-18 David S. Miller <davem@davemloft.net>
24035
24036 * sysdeps/generic/memcopy.h (reg_char): Delete.
24037 * debug/strcat_chk.c: Use char, not reg_char.
24038 * debug/strcpy_chk.c: Likewise.
24039 * debug/strncat_chk.c: Likewise.
24040 * debug/strncpy_chk.c: Likewise.
24041 * string/memchr.c: Likewise.
24042 * string/memrchr.c: Likewise.
24043 * string/rawmemchr.c: Likewise.
24044 * string/strcat.c: Likewise.
24045 * string/strchr.c: Likewise.
24046 * string/strchrnul.c: Likewise.
24047 * string/strcmp.c: Likewise.
24048 * string/strcpy.c: Likewise.
24049 * string/strncat.c: Likewise.
24050 * string/strncmp.c: Likewise.
24051 * string/strncpy.c: Likewise.
24052
8ff41c46
WS
240532012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
24054
24055 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
24056 __builtin_memcopy is called when src and dest ranges are known to not
24057 overlap.
24058
6b652f46
WS
240592012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
24060
24061 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
24062 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
24063 fwd_align_merge macro call.
24064 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
24065 bwd_align_merge macro call.
24066 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
24067
b282631e
WS
240682012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
24069
24070 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
24071 bwd_align_merge macros.
24072 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
24073 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
24074 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
24075
95aa737c
DM
240762012-04-18 David S. Miller <davem@davemloft.net>
24077
24078 * sysdeps/sparc/sparc64/memcopy.h: Delete.
24079
7a99a614
AJ
240802012-04-18 Andreas Jaeger <aj@suse.de>
24081
24082 [BZ# 6794]
24083 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
24084 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
24085 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
24086
24087 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
24088 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
24089 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
24090
24091 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
24092 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
24093 Adjust for changed ldbl-128 files.
24094
24095 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
24096 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
24097 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
24098
e5270c23
DM
240992012-04-17 David S. Miller <davem@davemloft.net>
24100
24101 * sysdeps/sparc/sparc32/memcopy.h: Delete.
24102
fb5e92c9
AS
241032012-04-17 Andreas Schwab <schwab@linux-m68k.org>
24104
24105 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
24106 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
24107 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
24108 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
24109 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24110 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
24111
76da7265
AZ
241122012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24113
24114 [BZ #6794]
24115 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
24116 * math/libm-test.inc: Add ilogb errno and exception tests.
24117 * math/w_ilogb.c: New file: ilogb wrapper.
24118 * math/w_ilogbf.c: New file: ilogbf wrapper.
24119 * math/w_ilogbl.c: New file: ilogbl wrapper.
24120 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
24121 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
24122 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
24123 exception being thrown with 0.0 as argument.
24124 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
24125 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
24126 exception being thrown with 0.0 as argument.
24127 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
24128 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
24129 exception being thrown with 0.0 as argument.
24130 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
24131 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
24132 exception being thrown with 0.0 as argument.
24133 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
24134 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 24135 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
24136 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
24137 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
24138 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
24139 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
24140 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
24141 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
24142
0396e69d
PB
241432012-04-17 Petr Baudis <pasky@ucw.cz>
24144
24145 * include/sys/uio.h: Change __vector to __iovec to avoid clash
24146 with altivec.
24147
750b5926
MP
241482012-04-16 Marek Polacek <polacek@redhat.com>
24149
24150 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
24151
751728a1
MP
241522012-04-16 Marek Polacek <polacek@redhat.com>
24153
24154 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
24155 operands of fdivp instruction.
24156
34a27407
L
241572012-04-13 H.J. Lu <hongjiu.lu@intel.com>
24158
24159 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
24160 * elf/tst-auditmod3b.c: Likewise.
24161 * elf/tst-auditmod4b.c: Likewise.
24162 * elf/tst-auditmod5b.c: Likewise.
24163 * elf/tst-auditmod6b.c: Likewise.
24164 * elf/tst-auditmod6c.c: Likewise.
24165 * elf/tst-auditmod7b.c: Likewise.
24166 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
24167 * sysdeps/x86_64/preconfigure.in: Likewise.
24168 * sysdeps/x86_64/preconfigure: Regenerated.
24169
7e73e17d
L
241702012-04-13 H.J. Lu <hongjiu.lu@intel.com>
24171
24172 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
24173 __ILP32__.
24174
c7a6ab72
AB
241752012-04-13 Antoine Balestrat <merkil33@gmail.com>
24176
24177 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
24178 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
24179
a9e8e0e0
CL
241802012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
24181
24182 [BZ #13973]
24183 * locale/iso-639.def: Fix gl language name. Spotted by
24184 Yaron Shahrabani.
24185
ec98af7d
RM
241862012-04-12 Roland McGrath <roland@hack.frob.com>
24187
24188 [BZ #2074]
24189 * libio/libio.h (__io_write_fn): Update comment.
24190
247c3ede
PB
241912012-04-12 Petr Baudis <pasky@ucw.cz>
24192
24193 [BZ #2074]
24194 * stdio.texi (Hook Functions): The user provided writer function
24195 is not allowed to return -1.
24196
55939d6d
DM
241972012-04-11 David S. Miller <davem@davemloft.net>
24198
24199 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24200
90020f5a
MF
242012012-04-11 Mike Frysinger <vapier@gentoo.org>
24202
24203 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
24204 Add a leading slash to rtkaio.
24205
288f9098
JM
242062012-04-11 Jim Meyering <meyering@redhat.com>
24207
90020f5a
MF
24208 [BZ #11959]
24209 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
24210 It is not necessarily an error to ignore fwrite's return
24211 value. One can reliably use ferror to test for errors after
24212 the fact.
288f9098 24213
4be2b570
L
242142012-04-10 H.J. Lu <hongjiu.lu@intel.com>
24215
24216 * bits/types.h (__snseconds_t): New type.
24217 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
24218
24219 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
24220 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
24221 (__SNSECONDS_T_TYPE): Likewise.
24222 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
24223 (__SNSECONDS_T_TYPE): Likewise.
24224 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24225 (__SNSECONDS_T_TYPE): Likewise.
24226
288f9098 242272012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
24228
24229 [BZ #2636]
24230 * manual/time.texi (Processor Time): Return type of times is
24231 elapsed real time since an arbitrary point in the past.
24232 (CPU Time): Move CLK_TCK from here...
24233 (Processor Time): ...to here. Correct description.
24234 * manual/conf.texi (Constants for Sysconf): Correct description of
24235 _SC_CLK_TCK.
24236
d7dd4413
DM
242372012-04-10 David S. Miller <davem@davemloft.net>
24238
24239 [BZ #13967]
24240 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
24241 where the is a gap between DT_REL(A) and DT_JMPREL.
24242
b46068fc
L
242432012-04-10 H.J. Lu <hongjiu.lu@intel.com>
24244
24245 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
24246 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
24247 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
24248
73d65cc3
SP
242492012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
24250
24251 * elf/dl-support.c (_dl_inhibit_cache): New variable.
24252 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
24253 (dl_main): Handle --inhibit-cache.
24254 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
24255 _dl_inhibit_cache.
24256 * elf/dl-load.c (_dl_map_object): Use it.
24257 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
24258
bcc8d661
JM
242592012-04-09 Joseph Myers <joseph@codesourcery.com>
24260
8f9a2fae
JM
24261 [BZ #13872]
24262 * sysdeps/i386/fpu/e_powl.S (p78): New object.
24263 (__ieee754_powl): Saturate large exponents rather than testing for
24264 overflow of y*log2(x).
24265 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
24266 * math/libm-test.inc (pow_test): Do not permit spurious overflow
24267 exceptions.
24268
bcc8d661
JM
24269 [BZ #11521]
24270 * math/s_ctan.c: Include <float.h>.
24271 (__ctan): Avoid internal overflow or cancellation in calculating
24272 denominator.
24273 * math/s_ctanf.c: Likewise.
24274 * math/s_ctanl.c: Likewise.
24275 * math/s_ctanh.c: Likewise.
24276 * math/s_ctanhf.c: Likewise.
24277 * math/s_ctanhl.c: Likewise.
24278 * math/libm-test.inc (ctan_test): Add more tests.
24279 (ctanh_test): Likewise.
24280 * sysdeps/i386/fpu/libm-test-ulps: Update.
24281 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24282
823fbbb4
AJ
242832012-04-09 Andreas Jaeger <aj@suse.de>
24284
03879793
AJ
24285 [BZ #6894]
24286 * manual/filesys.texi (Directory Entries): Mention that d_namlen
24287 is an optional BSD extension.
24288
823fbbb4
AJ
24289 [BZ #10254]
24290 * manual/stdio.texi (Opening Streams): Document additional fopen
24291 parameters.
24292
8de131cb
RM
242932012-04-09 Roland McGrath <roland@hack.frob.com>
24294
24295 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
24296 %eax without telling the compiler.
24297
c0ed9d7d
CD
242982012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
24299
24300 [BZ # 13963]
24301 * manual/install.texi: Use sourceware.org.
24302
c483f6b4
JM
243032012-04-09 Joseph Myers <joseph@codesourcery.com>
24304
d7dd9453
JM
24305 [BZ #13873]
24306 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
24307 (__ieee754_pow): Generate overflow and underflow using huge*huge
24308 and tiny*tiny rather than just returning constant infinity or zero
24309 for large exponents.
24310 * math/libm-test.inc (pow_test): Require overflow exceptions for
24311 applicable cases of large exponents.
24312
c483f6b4
JM
24313 [BZ #706]
24314 * sysdeps/i386/fpu/e_pow.S (p10): New object.
24315 (__ieee754_pow): Use iterative multiplication algorithm only for
24316 integer exponents with absolute value below 1024. Check for odd
24317 integer exponents when using algorithm for real exponents.
24318 * math/libm-test.inc (pow_test): Add more tests.
24319 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24320
d2de7579
JM
243212012-04-08 Joseph Myers <joseph@codesourcery.com>
24322
24323 [BZ #13705]
24324 * math/libm-test.inc (exp_test): Do not allow overflow exception
24325 on underflow test.
24326
f77f1232
AJ
243272012-04-08 Aurelien Jarno <aurelien@aurel32.net>
24328
24329 [BZ #13705]
24330 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
24331 instead of __kernel_standard_f.
24332
3884932b
MF
243332012-04-08 Mike Frysinger <vapier@gentoo.org>
24334
24335 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
24336 * sysdeps/x86_64/memset_chk.S: Likewise.
24337
54472e9c
AJ
243382012-04-08 Andreas Jaeger <aj@suse.de>
24339
6ab0fbfc
AJ
24340 [BZ #10153]
24341 * manual/startup.texi (Environment Access): Describe return value
24342 for putenv and setenv.
24343
61efba8c
AJ
24344 [BZ #6895]
24345 * manual/filesys.texi (Directory Entries): Add description for
24346 DT_LNK.
24347
95c3f29a
AJ
24348 [BZ #6890]
24349 * manual/filesys.texi (Directory Entries): Clarify that it's file
24350 system not operating system in the description of DT_UNKNOWN.
24351
54472e9c
AJ
24352 [BZ #6578]
24353 * manual/syslog.texi (closelog): Fix reference, it's openlog.
24354
624254b1
SC
243552012-04-08 Stephen Compall <s11@member.fsf.org>
24356
24357 [BZ #6649]
24358 * manual/llio.texi (Opening and Closing Files): Add cross
24359 reference to explain mode argument.
24360
1e4920e0
MF
243612012-04-07 Mike Frysinger <vapier@gentoo.org>
24362
24363 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
24364 * sysdeps/x86_64/memset_chk.S: Likewise.
24365
5ed848f3
DM
243662012-04-07 David S. Miller <davem@davemloft.net>
24367
24368 * elf/elf.h (R_SPARC_WDISP10): Define.
24369 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
24370 R_SPARC_SIZE32.
24371 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
24372 R_SPARC_SIZE64 and R_SPARC_H34.
24373
96154cd8
CD
243742012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
24375
24376 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
24377 conditions and remove no longer applicable assertion.
24378
9904dc47
L
243792012-04-06 H.J. Lu <hongjiu.lu@intel.com>
24380
24381 * bits/byteswap.h: Include <features.h>.
24382 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
24383 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
24384
f8887d0a
L
243852012-04-06 H.J. Lu <hongjiu.lu@intel.com>
24386
24387 * bits/byteswap.h (__bswap_16): Removed.
24388 Include <bits/byteswap-16.h> to get __bswap_16.
24389 * sysdeps/i386/bits/byteswap.h: Likewise.
24390 * sysdeps/s390/bits/byteswap.h: Likewise.
24391 * sysdeps/x86_64/bits/byteswap.h: Likewise.
24392 * bits/byteswap-16.h: New file.
24393 * sysdeps/i386/bits/byteswap-16.h: Likewise.
24394 * sysdeps/s390/bits/byteswap-16.h: Likewise.
24395 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
24396 * string/Makefile (headers): Add bits/byteswap-16.h.
24397
62470f60
PP
243982012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
24399
24400 [BZ #13895]
24401 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
24402 extra indirection.
24403 * nss/Makefile (tests-static, tests): Add tst-nss-static.
24404 * nss/tst-nss-static.c: New.
24405
4dad7bab
RM
244062012-04-06 Robert Millan <rmh@gnu.org>
24407
24408 [BZ #6486]
24409 * manual/llio.texi (File Position Primitive): lseek
24410 refers to WHENCE when it really means OFFSET.
24411
e9142a17
AJ
244122012-04-06 Andreas Jaeger <aj@suse.de>
24413
2c040eff
AJ
24414 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
24415 strncmp declarations.
24416
e9142a17
AJ
24417 * abilist/libc.abilist: Add __poll and __ppoll.
24418
ff9f1c5f
DM
244192012-04-05 David S. Miller <davem@davemloft.net>
24420
dcd2ae90
DM
24421 * scripts/check-local-headers.sh: Accept a host triplet in the
24422 path matched by the exclude regexp.
24423
993eb054
DM
24424 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
24425 definition.
24426 * sysdeps/powerpc/powerpc32/dl-machine.h
24427 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
24428 * sysdeps/s390/s390-32/dl-machine.h
24429 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
24430 * sysdeps/sparc/sparc32/dl-machine.h
24431 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
24432 * sysdeps/sparc/sparc64/dl-machine.h
24433 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
24434
ff9f1c5f
DM
24435 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
24436 lazy binding.
48e2e132 24437 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
24438 undefined symbol errors.
24439
48e2e132 24440 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
24441 DT_NEEDED entries.
24442
e80d6f94
MM
244432012-04-05 Michael Matz <matz@suse.de>
24444
24445 [BZ #13592]
24446 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
24447
349fa79f
AJ
244482012-04-05 Andreas Jaeger <aj@suse.de>
24449
24450 [BZ #13908]
24451 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
24452 comment.
24453
f402708f
KK
244542012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24455
24456 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
24457 which ROUND is no valid rounding mode.
24458
2ecccfc9
KK
244592012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24460
24461 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
24462 read again.
24463 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
24464
8a53f50f
KK
244652012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24466
24467 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
24468 an exception using FPU order intentionally.
24469
244702012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24471
24472 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
24473 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
24474 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
24475 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
24476
d653abb7
SJ
244772012-04-05 Simon Josefsson <simon@josefsson.org>
24478
24479 [BZ #12340]
24480 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
24481 EINVAL when BUFLEN is too smal.
24482
c3b1bf7d
TS
244832012-04-05 Thomas Schwinge <thomas@codesourcery.com>
24484
24485 [BZ #13553]
24486 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
24487 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
24488
b1aa60f3
AJ
244892012-04-03 Andreas Jaeger <aj@suse.de>
24490
c3b1bf7d 24491 [BZ #13938]
67f60a26
AJ
24492 * manual/setjmp.texi (System V contexts): Fix sentence.
24493
b1aa60f3
AJ
24494 [BZ #13926]
24495 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
24496 New macro for this case.
24497 [!__GNUC__] (__bswap_64): New inline function for this case.
24498 * sysdeps/x86_64/bits/byteswap.h: Likewise.
24499 * bits/byteswap.h: Likewise.
24500 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
24501 ull, guard with __GLIBC_HAVE_LONG_LONG.
24502
24503 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
24504 __GLIBC_HAVE_LONG_LONG.
24505
24506 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
24507 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
24508
39c59c35
TMQMF
245092012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
24510
24511 [BZ #13691]
24512 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
24513 inptr and inend, rather than using last_ch.
24514
135ffda8
DM
245152012-04-02 David S. Miller <davem@davemloft.net>
24516
24517 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
24518 * stdio-common/printf-parse.h (read_int): Change return type to
24519 'int', return -1 on INT_MAX overflow.
24520 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
24521 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
24522 overflows INT_MAX. Check for overflow of in-format-string precision
24523 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
24524 SIZE_MAX not INT_MAX for integer overflow test.
24525 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
24526 skip the construct in the format string but do not record anything.
24527 * stdio-common/bug22.c: Adjust to test both width/prevision
24528 INT_MAX overflow as well as total length INT_MAX overflow. Check
24529 explicitly for proper errno values.
24530
228c019e
TS
245312012-04-02 Thomas Schwinge <thomas@codesourcery.com>
24532
302cadd3
TS
24533 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
24534 CHAR_MAX.
24535 * string/test-strcmp.c [! WIDE]: Likewise.
24536 * time/tst-mktime2.c: Likewise for INT_MAX.
24537 * string/test-string.h: #include <sys/param.h> for MIN.
24538
228c019e
TS
24539 * csu/init-first.c (__libc_init_first): Call __ctype_init.
24540 * sysdeps/i386/init-first.c (init): Likewise.
24541 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
24542 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
24543 * sysdeps/sh/init-first.c (init): Likewise.
24544
cfa633f5
UD
245452012-04-01 Ulrich Drepper <drepper@gmail.com>
24546
24547 * po/ru.po: Update from translation team.
d1635ef8 24548 * po/vi.po: Likewise.
cfa633f5 24549
6cd0a5ea
SP
245502012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
24551
24552 * resolv/nss_dns/dns-host.c: Merge copyright years.
24553
4b43400f
LD
245542012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
24555
24556 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
24557 Optimize memcpy with prefetch if
24558 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
24559 src, dst pointers have unequal 16 byte alignments.
24560
48c41d04
SP
245612012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
24562
24563 [BZ #13928]
24564 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
24565 from a CNAME entry and return the minimum ttl for the query.
24566 (gaih_getanswer_slice): Likewise.
24567
b8dc394d
JL
245682012-03-30 Jeff Law <law@redhat.com>
24569
24570 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
24571 due to long keys.
24572 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
24573 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
24574
2f5a5ed0
JL
24575 * resolv/nss_dns/dns-host.c: Update copyright year.
24576
1d39e359
UD
245772012-03-30 Ulrich Drepper <drepper@gmail.com>
24578
c030f70c 24579 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 24580 requests to save a system call. Fix check that all bytes are sent.
c030f70c 24581
1d39e359
UD
24582 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
24583 comments for sendmmsg.
24584
245852012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
24586
24587 [BZ #13691]
24588 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
24589 with only 1 character between 0x0041 and 0x01b0.
24590 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
24591 * wcsmbs/tst-mbsnrtowcs.c: New file.
24592
20fde227
DM
245932012-03-29 David S. Miller <davem@davemloft.net>
24594
24595 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
24596 small copies by hand.
24597
984a4237
JL
245982012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24599
24600 [BZ #13761]
24601 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
24602 _nss_compat_initgroups_dyn): Fall back to malloc/free
24603 for large group memberships.
24604
18c9d62b
DM
246052012-03-28 David S. Miller <davem@davemloft.net>
24606
88d85d4f
DM
24607 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
24608 that branches into memcpy.
24609 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
24610 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
24611 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
24612 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
24613 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
24614 bits.
24615 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
24616 implementation too.
24617 * sysdeps/sparc/mempcpy.S: New file.
24618
e5aa83e1
DM
24619 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
24620 the IFUNC routine in the libc case.
24621 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
24622
88570753
DM
24623 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
24624 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
24625 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
24626 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
24627 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
24628 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
24629 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
24630 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
24631
249d7567
DM
24632 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
24633 loop to 256 bytes instead of 64 bytes and fix test signedness.
24634
18c9d62b
DM
24635 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
24636 * sysdeps/sparc/sparc32/Makefile: rather than here...
24637 * sysdeps/sparc/sparc64/Makefile: and here.
24638
05f3d1f6
UD
246392012-03-28 Ulrich Drepper <drepper@gmail.com>
24640
24641 * malloc/mallocbug.c: Avoid warnings about unused variables.
24642
86ae07a8
JL
246432012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
24644
24645 [BZ #13760]
24646 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
24647 in the right place. Discard and retry query if response is
24648 larger than input buffer size.
24649
41bf21a1
JM
246502012-03-28 Joseph Myers <joseph@codesourcery.com>
24651
d6270972
JM
24652 [BZ #369]
24653 [BZ #2678]
24654 [BZ #3866]
24655 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
24656 x for large integer exponent.
24657 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24658 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
24659 sign of result as needed afterwards.
24660 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
24661 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
24662 result for underflowing pow the same as for overflow.
24663 (__kernel_standard_l): Handle powl overflow and underflow here
24664 rather than calling __kernel_standard.
24665 * math/libm-test.inc (pow_test): Add more tests.
24666
414fca03 24667 [BZ #3868]
41bf21a1
JM
24668 [BZ #13879]
24669 [BZ #13910]
24670 [BZ #13911]
24671 [BZ #13912]
24672 [BZ #13913]
24673 [BZ #13915]
24674 [BZ #13916]
24675 [BZ #13917]
24676 [BZ #13918]
24677 [BZ #13919]
24678 [BZ #13920]
24679 [BZ #13921]
24680 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
24681 * sysdeps/ieee754/k_standard.c: Include <float.h>.
24682 (__kernel_standard_l): New function.
24683 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
24684 __kernel_standard.
24685 * math/w_acosl.c (__acosl): Likewise.
24686 * math/w_asinl.c (__asinl): Likewise.
24687 * math/w_atan2l.c (__atan2l): Likewise.
24688 * math/w_atanhl.c (__atanhl): Likewise.
24689 * math/w_coshl.c (__coshl): Likewise.
24690 * math/w_exp10l.c (__exp10l): Likewise.
24691 * math/w_exp2l.c (__exp2l): Likewise.
24692 * math/w_fmodl.c (__fmodl): Likewise.
24693 * math/w_hypotl.c (__hypotl): Likewise.
24694 * math/w_j0l.c (__j0l, __y0l): Likewise.
24695 * math/w_j1l.c (__j1l, __y1l): Likewise.
24696 * math/w_jnl.c (__jnl, __ynl): Likewise.
24697 * math/w_lgammal.c (__lgammal): Likewise.
24698 * math/w_log10l.c (__log10l): Likewise.
24699 * math/w_log2l.c (__log2l): Likewise.
24700 * math/w_logl.c (__logl): Likewise.
24701 * math/w_powl.c (__powl): Likewise.
24702 * math/w_remainderl.c (__remainderl): Likewise.
24703 * math/w_scalbl.c (sysv_scalbl): Likewise.
24704 * math/w_sinhl.c (__sinhl): Likewise.
24705 * math/w_sqrtl.c (__sqrtl): Likewise.
24706 * math/w_tgammal.c (__tgammal): Likewise.
24707 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
24708 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
24709 * math/libm-test.inc (acos_test): Add more tests.
24710 (acosh_test): Likewise.
24711 (asin_test): Likewise.
24712 (atanh_test): Likewise.
24713 (exp_test): Likewise.
24714 (exp10_test): Likewise.
24715 (exp2_test): Likewise.
24716 (expm1_test): Likewise.
24717 (lgamma_test): Likewise.
24718 (log_test): Likewise.
24719 (log10_test): Likewise.
24720 (log1p_test): Likewise.
24721 (log2_test): Likewise.
24722 (pow_test): Do not allow some spurious overflow exceptions.
24723 (sqrt_test): Add more tests.
24724 (tgamma_test): Likewise.
24725 (y0_test): Likewise.
24726 (y1_test): Likewise.
24727 (yn_test): Likewise.
24728
dd62fda6
AB
247292012-03-27 Anton Blanchard <anton@samba.org>
24730
24731 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
24732 MAP_HUGETLB.
24733 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24734 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
24735 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24736
1e3cdfda
AJ
247372012-03-27 David S. Miller <davem@davemloft.net>
24738
b855ab85
DM
24739 * conform/Makefile: Run run-conformtest.sh using $(BASH).
24740
1e3cdfda
AJ
24741 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
24742 have-as-vis3 check.
24743
247442012-03-27 Andreas Jaeger <aj@suse.de>
24745
24746 * sysdeps/x86_64/elf/configure.in: Moved to ...
24747 * sysdeps/x86_64/configure.in: ... here.
24748 * sysdeps/x86_64/elf/start.S: Moved to ...
24749 * sysdeps/x86_64/start.S: ... here.
24750 * sysdeps/x86_64/elf/configure: Delete.
24751
24752 * sysdeps/x86_64/configure.in: Merge contents from
24753 sysdeps/i386/configure.in (without i686 check).
24754
24755 * sysdeps/i386/elf/Versions: Merge into ...
24756 * sysdeps/i386/Versions: ... this.
24757 * sysdeps/i386/elf/Versions: Delete file.
24758 * sysdeps/i386/elf/start.S: Moved to ...
24759 * sysdeps/i386/start.S: ...here.
24760 * sysdeps/i386/elf/configure.in: Merge into...
24761 * sysdeps/i386/configure.in: ...here.
24762 * sysdeps/i386/elf/configure.in: Delete file.
24763 * sysdeps/i386/elf/configure: Delete file.
24764
24765 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
24766 * debug/backtracesyms.c: ... here.
24767 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
24768 * debug/backtracesymsfd.c: ... here.
24769 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
24770 * sysdeps/generic/ifunc-sel.h: ... here.
24771
24772 * sysdeps/unix/i386/start.c: Delete file.
24773 * sysdeps/unix/sparc/start.c: Delete file.
24774 * sysdeps/unix/start.c: Delete file.
24775
24776 * sysdeps/sh/elf/configure.in: Moved to ...
24777 * sysdeps/sh/configure.in: ... here.
24778 * sysdeps/sh/elf/start.S: Moved to ...
24779 * sysdeps/sh/start.S: ... here.
24780 * sysdeps/sh/elf/configure: Delete file.
24781
24782 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
24783 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
24784 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
24785 * sysdeps/powerpc/powerpc64/entry.h: ... here.
24786 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
24787 * sysdeps/powerpc/powerpc64/start.S: here.
24788 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
24789 * sysdeps/powerpc/powerpc64/Makefile: ... this.
24790 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
24791 * sysdeps/powerpc/powerpc64/configure.in: ... this.
24792 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
24793
24794 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
24795 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
24796 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
24797 * sysdeps/powerpc/powerpc32/start.S: ... here.
24798 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
24799 * sysdeps/powerpc/powerpc32/configure.in: ... this.
24800 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
24801
24802 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
24803 * sysdeps/powerpc/ifunc-sel.h: ... here.
24804 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
24805 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
24806
24807 * sysdeps/sparc/elf/configure.in: Moved to ...
24808 * sysdeps/sparc/configure.in: ... here.
24809 * sysdeps/sparc/elf/configure: Delete file.
24810 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
24811 * sysdeps/sparc/sparc32/start.S: ... here.
24812 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
24813 * sysdeps/sparc/sparc64/start.S: ... here.
24814 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
24815 * sysdeps/sparc/sparc32/Makefile: ... this.
24816 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
24817 * sysdeps/sparc/sparc64/Makefile: ... this.
24818
24819 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
24820 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
24821 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
24822 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
24823 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
24824 * sysdeps/s390/s390-32/setjmp.S: ... here.
24825 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
24826 * sysdeps/s390/s390-32/configure.in: ... here.
24827 * sysdeps/s390/s390-32/elf/configure: Delete file.
24828 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
24829 * sysdeps/s390/s390-32/start.S: ... here.
24830
24831 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
24832 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
24833 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
24834 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
24835 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
24836 * sysdeps/s390/s390-64/setjmp.S: ... here.
24837 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
24838 * sysdeps/s390/s390-64/configure.in: ... here
24839 * sysdeps/s390/s390-64/elf/configure: Delete file.
24840 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
24841 * sysdeps/s390/s390-64/start.S: ... here.
24842 * sysdeps/s390/s390-64/elf/configure: Delete.
24843
24844 * configure.in: Remove support for elf directories in sysdeps.
24845
24846 * configure: Regenerated.
24847 * sysdeps/i386/configure: Regenerated.
24848 * sysdeps/powerpc/powerpc32/configure: Regenerated.
24849 * sysdeps/powerpc/powerpc64/configure: Regenerated.
24850 * sysdeps/s390/s390-32/configure: Regenerated.
24851 * sysdeps/s390/s390-64/configure: Regenerated.
24852 * sysdeps/sh/configure: Regenerated.
24853 * sysdeps/sparc/configure: Regenerated.
24854 * sysdeps/x86_64/configure: Regenerated.
24855
a3f61311
AS
248562012-03-26 Andreas Schwab <schwab@linux-m68k.org>
24857
c876e002
AS
24858 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24859
a3f61311
AS
24860 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
24861 denormal result into account.
24862
ac4c54f0
RM
248632012-03-25 Roland McGrath <roland@hack.frob.com>
24864
24865 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
24866 Reported by Allan McRae <allan@archlinux.org>.
24867
6a9b9c02
JL
248682012-03-23 Jeff Law <law@redhat.com>
24869
24870 * nss/getnssent.c (__nss_getent): Fix typo.
24871
4c42a0c1
DM
248722012-03-23 David S. Miller <davem@davemloft.net>
24873
24874 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24875
1532c7ac
L
248762012-03-23 H.J. Lu <hongjiu.lu@intel.com>
24877
24878 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
24879 to pad to uint64_t for each field.
24880 (dl_tls_index): Replace unsigned long with uint64_t.
24881
3ff42526
PP
248822012-03-23 Daniel Jacobowitz <dmj@google.com>
24883 Paul Pluzhnikov <ppluzhnikov@google.com>
24884
24885 [BZ #6528]
24886 * grp/Makefile (otherlibs): Don't set it.
24887 * inet/Makefile (otherlibs): Likewise.
24888 * login/Makefile (otherlibs): Likewise.
24889 * nscd/Makefile (otherlibs): Likewise.
24890 * posix/Makefile (otherlibs): Likewise.
24891 * pwd/Makefile (otherlibs): Likewise.
24892 * rt/Makefile (otherlibs): Likewise.
24893 * sunrpc/Makefile (otherlibs): Likewise.
24894 * nss/Makefile (otherlibs): Likewise.
24895 Add libnss_files to routines and static-only-routines.
24896 ($(objpfx)getent): Remove rule.
24897 * resolv/Makefile: Add libnss_dns and libresolv to routines and
24898 static-only-routines.
24899
7c69cd14
JM
249002012-03-22 Joseph Myers <joseph@codesourcery.com>
24901
24902 [BZ #13892]
24903 * math/s_cexp.c: Include <float.h>.
24904 (__cexp): Handle exp result overflowing not necessarily
24905 overflowing both real and imaginary parts of result.
24906 * math/s_cexpf.c: Likewise.
24907 * math/s_cexpl.c: Likewise.
24908 * math/libm-test.inc (cexp_test): Add more tests.
24909 * sysdeps/i386/fpu/libm-test-ulps: Update.
24910 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24911
81b035fe
L
249122012-03-22 H.J. Lu <hongjiu.lu@intel.com>
24913
24914 * include/link.h (ELFW): New macro.
24915 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
24916 Replace ELF64_R_TYPE with ELFW(R_TYPE).
24917
1da7940c
L
249182012-03-22 H.J. Lu <hongjiu.lu@intel.com>
24919
24920 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
24921 with uint64_t.
24922
b749dbb9
L
249232012-03-22 H.J. Lu <hongjiu.lu@intel.com>
24924
24925 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
24926 declaration.
24927 (struct La_x32_retval): Likewise.
24928
2ff87f3f
L
249292012-03-22 H.J. Lu <hongjiu.lu@intel.com>
24930
24931 * sysdeps/x86_64/preconfigure.in: New file.
24932 * sysdeps/x86_64/preconfigure: New generated file.
24933
c0df8e69
JM
249342012-03-22 Joseph Myers <joseph@codesourcery.com>
24935
48e44791
JM
24936 [BZ #13824]
24937 * math/e_exp2l.c: Include <float.h>.
24938 (__ieee754_exp2l): Handle overflow and underflow cases
24939 separately. Only pass fractional part of argument to
24940 __ieee754_expl.
24941 * math/libm-test.inc (exp2_test): Add more tests.
24942
c0df8e69
JM
24943 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
24944 negating x to take absolute value.
24945 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
24946 Likewise.
24947 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24948 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
24949 Likewise.
24950 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
24951 computing low part if x was negated.
24952 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24953
c8e43ba7
L
249542012-03-21 H.J. Lu <hongjiu.lu@intel.com>
24955
24956 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
24957 la_x32_gnu_pltexit.
24958 (pltexit): Cast int_retval to ptrdiff_t.
24959 * elf/tst-auditmod3b.c: Likewise.
24960 * elf/tst-auditmod4b.c: Likewise.
24961 * elf/tst-auditmod5b.c: Likewise.
24962 * elf/tst-auditmod6b.c: Likewise.
24963 * elf/tst-auditmod6c.c: Likewise.
24964 * elf/tst-auditmod7b.c: Likewise.
24965
24966 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
24967 and x32_gnu_pltexit.
24968
24969 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
24970 __ELF_NATIVE_CLASS.
24971 (La_x32_regs): New macro.
24972 (La_x32_retval): Likewise.
24973 (la_x32_gnu_pltenter): New function prototype.
24974 (la_x32_gnu_pltexit): Likewise.
24975
7998fa78
AS
249762012-03-21 Andreas Schwab <schwab@linux-m68k.org>
24977
dcb33988
AS
24978 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
24979 exponent.
24980
233fc563
AS
24981 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24982
7998fa78
AS
24983 * configure.in (libc_cv_cc_nofma): Check for option to disable
24984 generation of FMA instructions.
24985 * configure: Regenerate.
24986 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
24987 * sysdeps/ieee754/dbl-64/Makefile: New file.
24988 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24989 Remove brandred-fma4.
24990 (CFLAGS-brandred-fma4.c): Remove.
24991 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
24992 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
24993 define.
24994 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
24995 define.
24996
8e95c99a
L
249972012-03-21 H.J. Lu <hongjiu.lu@intel.com>
24998
24999 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
25000 LLONG_MAX != LONG_MAX.
25001 (_itoa_word): Use _ITOA_WORD_TYPE on value.
25002 (_fitoa_word): Likewise.
25003 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
25004 LLONG_MAX != LONG_MAX.
25005 * stdio-common/_itowa.h: Include <_itoa.h>.
25006 (_itowa_word): Use _ITOA_WORD_TYPE on value.
25007 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
25008 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
25009 only if not defined.
25010 (_ITOA_WORD_TYPE): Likewise.
25011 (_itoa_word): Use _ITOA_WORD_TYPE on value.
25012 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
25013
6f4db457
DM
250142012-03-21 David S. Miller <davem@davemloft.net>
25015
25016 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25017
7785fe5a
L
250182012-03-21 H.J. Lu <hongjiu.lu@intel.com>
25019
25020 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
25021 of x86_64 when setting libc_cv_slibdir, libdir and
25022 libc_cv_localedir.
25023 * sysdeps/unix/sysv/linux/configure: Regenerated.
25024
4535cd55
JM
250252012-03-21 Joseph Myers <joseph@codesourcery.com>
25026
25027 * manual/lang.texi (Old Varargs): Remove section.
25028 (How Variadic): Update menu.
25029 (va_start): Do not mention varargs.h.
25030
17228132
TS
250312012-03-21 Thomas Schwinge <thomas@codesourcery.com>
25032 Joseph Myers <joseph@codesourcery.com>
25033
25034 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
25035 link test.
25036 * configure: Regenerated.
25037
8149f976
TS
250382012-03-21 Thomas Schwinge <thomas@codesourcery.com>
25039
05f3d1f6
UD
25040 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
25041 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
25042 conformtest.pl
8149f976 25043
1a4ac776
JM
250442012-03-21 Joseph Myers <joseph@codesourcery.com>
25045
be22ce65
JM
25046 * NOTES: Remove.
25047 * Makefile (files-for-dist): Remove NOTES.
25048 (NOTES): Remove rule.
25049 * README: Don't refer to NOTES.
25050 * manual/creature.texi: Don't include macros.texi.
25051 * manual/intro.texi (creature.texi): Remove comment referring to
25052 NOTES.
25053
40b601fb
JM
25054 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
25055 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
25056 * configure: Regenerated.
25057 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
25058 LIBC_TRY_CC_OPTION.
25059 (libc_cv_as_i686): Likewise.
25060 (libc_cv_cc_avx): Likewise.
25061 (libc_cv_cc_sse2avx): Likewise.
25062 (libc_cv_cc_fma4): Likewise.
25063 (libc_cv_cc_novzeroupper): Likewise.
25064 * sysdeps/i386/configure: Regenerated.
25065
1a4ac776
JM
25066 [BZ #13883]
25067 * sysdeps/i386/fpu/s_cexp.S: Remove.
25068 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
25069 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
25070 * math/libm-test.inc (cexp_test): Add more tests.
25071 * sysdeps/i386/fpu/libm-test-ulps: Update.
25072 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25073
a458e7fe
AM
250742012-03-21 Allan McRae <allan@archlinux.org>
25075
25076 * timezone/Makefile: Do not install iso3166.tab and zone.tab
25077
0cb7efc5
JM
250782012-03-21 Joseph Myers <joseph@codesourcery.com>
25079
25080 [BZ #13871]
25081 * math/w_exp2.c: Do not include <float.h>.
25082 (o_threshold, u_threshold): Remove.
25083 (__exp2): Calculate result before checking finiteness and calling
25084 __kernel_standard.
25085 * math/w_exp2f.c: Likewise.
25086 * math/w_exp2l.c: Likewise.
25087 * math/libm-test.inc (exp2_test): Require overflow exception for
25088 1e6 input.
2460d3aa
JM
25089
25090 [BZ #3866]
25091 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
25092 range of signed 64-bit integers before using fistpll. Remove
25093 checks for whether integers fit in mantissa bits.
25094 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
25095 the range of signed 32-bit integers before using fistpl. Remove
25096 checks for whether integers fit in mantissa bits.
25097 * sysdeps/i386/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 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
25102 divide-by-zero is raised for zero to large negative powers.
25103 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
25104 (__ieee754_powl): Test for y outside the range of signed 64-bit
25105 integers before using fistpll. Reduce 64-bit values to 63-bit
25106 ones as needed.
25107 * math/libm-test.inc (pow_test): Add more tests.
25108
eb96ffb0
L
251092012-03-20 H.J. Lu <hongjiu.lu@intel.com>
25110
25111 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
25112 <stdio-common/_itoa.h>.
25113 * debug/segfault.c: Likewise.
25114 * elf/dl-cache.c: Likewise.
25115 * elf/dl-minimal.c: Likewise.
25116 * elf/dl-misc.c: Likewise.
25117 * elf/dl-sysdep.c: Likewise.
25118 * elf/dl-version.c: Likewise.
25119 * elf/rtld.c: Likewise.
25120 * hurd/hurdsock.c: Likewise.
25121 * hurd/lookup-retry.c: Likewise.
25122 * malloc/malloc.c: Likewise.
25123 * malloc/mtrace.c: Likewise.
25124 * nscd/nscd_getgr_r.c: Likewise.
25125 * nscd/nscd_getpw_r.c: Likewise.
25126 * nscd/nscd_getserv_r.c: Likewise.
25127 * posix/getopt_init.c: Likewise.
25128 * posix/wordexp.c: Likewise.
25129 * stdio-common/_itoa.c: Likewise.
25130 * stdio-common/printf_fphex.c: Likewise.
25131 * stdio-common/vfprintf.c: Likewise.
25132 * string/_strerror.c: Likewise.
25133 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
25134 * sysdeps/i386/i686/hp-timing.h: Likewise.
25135 * sysdeps/mach/_strerror.c: Likewise.
25136 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
25137 * sysdeps/mach/hurd/sethostid.c: Likewise.
25138 * sysdeps/mach/hurd/xmknodat.c: Likewise.
25139 * sysdeps/mach/xpg-strerror.c: Likewise.
25140 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25141 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25142 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
25143 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
25144 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25145 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
25146 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
25147 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
25148 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
25149 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
25150 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
25151 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25152 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
25153 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25154 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25155 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
25156 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
25157 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
25158 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
25159 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
25160 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
25161
25162 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
25163
25164 * stdio-common/_itoa.h: Moved to ...
25165 * sysdeps/generic/_itoa.h: Here.
25166
25167 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
25168
25169 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
25170 instead of "_itoa.h" and "_itowa.h".
25171 * stdio-common/vfprintf.: Likewise.
25172
d1af992d
L
251732012-03-20 H.J. Lu <hongjiu.lu@intel.com>
25174
25175 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
25176 <bits/wordsize.h>.
25177 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
25178 (__signbit): Likwise.
25179 (llrintf): Likwise.
25180 (llrint): Likwise.
25181
114883e0
L
251822012-03-20 H.J. Lu <hongjiu.lu@intel.com>
25183
25184 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
25185 __WORDSIZE != 64.
25186
c135cc1b
JM
251872012-03-20 Joseph Myers <joseph@codesourcery.com>
25188
25189 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
25190 OVERFLOW_EXCEPTION_OK.
25191 * math/libm-test.inc ("Philosophy"): Update comment about
25192 exception testing.
25193 (OVERFLOW_EXCEPTION): Define.
25194 (OVERFLOW_EXCEPTION_OK): Likewise.
25195 (INVALID_EXCEPTION_OK): Renumber.
25196 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25197 (IGNORE_ZERO_INF_SIGN): Likewise.
25198 (test_exceptions): Handle FE_OVERFLOW.
25199 (exp10_test): Expect overflow exceptions.
25200 (exp2_test): Likewise.
25201 (expm1_test): Likewise.
25202 (nextafter_test): Likewise.
25203 (pow_test): Likewise.
25204 (scalbn_test): Likewise.
25205 (scalbln_test): Likewise.
25206
95443d88
L
252072012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25208
25209 * sysdeps/x86_64/bits/atomic.h
25210 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
25211 64bit integer.
25212 (atomic_exchange_acq): Likewise.
25213 (__arch_exchange_and_add_body): Likewise.
25214 (__arch_add_body): Likewise.
25215 (atomic_add_negative): Likewise.
25216 (atomic_add_zero): Likewise.
25217
490df6c4
L
252182012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25219
c2722551 25220 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
25221 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
25222
5e52b189
L
252232012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25224
25225 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
25226 Check __x86_64__ instead of __WORDSIZE.
25227
a9879d4c
L
252282012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25229
25230 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
25231
5df98260
DM
252322012-03-19 David S. Miller <davem@davemloft.net>
25233
e1497744
DM
25234 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25235
5df98260
DM
25236 * sysdeps/sparc/fpu/fenv_private.h: New file.
25237 * sysdeps/sparc/fpu/math_private.h: Use it.
25238 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
25239 Remove.
25240 (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
25241 (libc_feholdexcept_setroundl): Remove.
25242 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
25243 Remove.
25244 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
25245 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
25246
b4c35121
L
252472012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25248
25249 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
25250 int64_t instead of long int.
25251 (INSERT_WORDS64): Likwise.
25252
56965fd7
L
252532012-03-19 H.J. Lu <hongjiu.lu@intel.com>
25254
25255 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
25256 _Unwind_GetCFA return to _Unwind_Ptr first.
25257
83d1aec8
JM
252582012-03-19 Joseph Myers <joseph@codesourcery.com>
25259
1897ad44
JM
25260 [BZ #13629]
25261 * math/s_clog.c: Include <float.h>.
25262 (__clog): Scale large or subnormal inputs.
25263 * math/s_clogf.c: Likewise.
25264 * math/s_clogl.c: Likewise.
25265 * math/s_clog10.c: Include <float.h>.
25266 (M_LOG10_2): Define.
25267 (__clog10): Scale large or subnormal inputs.
25268 * math/s_clog10f.c: Likewise.
25269 * math/s_clog10l.c: Likewise.
25270 * math/libm-test.inc (clog_test): Add more tests.
25271 (clog10_test): Likewise.
25272 * sysdeps/i386/fpu/libm-test-ulps: Update.
25273 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25274
7726d6a9
JM
25275 [BZ #11451]
25276 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
25277 x and y.
25278 * math/libm-test.inc (atan2_test): Add another test.
25279
83d1aec8
JM
25280 * Makerules (common-objdir-compile): Remove.
25281 * sysdeps/unix/Makefile (config-generated): Do not add
25282 $(unix-generated) to variable.
25283 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
25284 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
25285 Remove rule.
25286 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
25287 Likewise.
25288 [generic bits/local_lim.h] (before-compile): Do not append to
25289 variable.
25290 [generic bits/local_lim.h] (common-generated): Likewise.
25291 [generic sys/param.h] (before-compile): Do not append to variable.
25292 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
25293 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
25294 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
25295 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
25296 include.
25297 [generic sys/param.h] (sys/param.h-includes): Remove variable.
25298 [generic sys/param.h] (sys/param.h-includes): Remove rule.
25299 [generic sys/param.h] ($(addprefix
25300 $(common-objpfx),$(sys/param.h-includes))): Likewise.
25301 [generic sys/param.h] (common-generated): Do not append to
25302 variable.
25303 [generic sys/param.h] (sysdep_headers): Likewise.
25304 [generic bits/errno.h] (before-compile): Do not append to
25305 variable.
25306 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
25307 rule.
25308 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
25309 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
25310 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
25311 [generic bits/errno.h] (common-generated): Do not append to
25312 variable.
25313 [generic bits/ioctls.h] (before-compile): Do not append to
25314 variable.
25315 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
25316 rule.
25317 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
25318 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
25319 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
25320 rule.
25321 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
25322 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
25323 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
25324 [generic bits/ioctls.h] (common-generated): Do not append to
25325 variable.
25326 [generic sys/syscall.h] (syscall.h): Remove variable.
25327 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
25328 rule.
25329 [generic sys/syscall.h] (before-compile): Do not append to
25330 variable.
25331 [generic sys/syscall.h] (common-generated): Likewise.
25332 * sysdeps/unix/errnos-tmpl.c: Remove file.
25333 * sysdeps/unix/errnos.awk: Likewise.
25334 * sysdeps/unix/ioctls-tmpl.c: Likewise.
25335 * sysdeps/unix/ioctls.awk: Likewise.
25336 * sysdeps/unix/mk-local_lim.c: Likewise.
25337 * sysdeps/unix/snarf-ioctls: Likewise.
25338
4851a949
RH
253392012-03-19 Richard Henderson <rth@twiddle.net>
25340
bd37f2ee
RH
25341 * sysdeps/i386/fpu/fenv_private.h: New file.
25342 * sysdeps/i386/fpu/math_private.h: Use it.
25343 (math_opt_barrier, math_force_eval): Remove.
25344 (libc_feholdexcept_setround_53bit): Remove.
25345 (libc_feupdateenv_53bit): Remove.
25346 * sysdeps/x86_64/fpu/math_private.h: Likewise.
25347 (math_opt_barrier, math_force_eval): Remove.
25348 (libc_feholdexcept): Remove.
25349 (libc_feholdexcept_setround): Remove.
25350 (libc_fetestexcept, libc_fesetenv): Remove.
25351 (libc_feupdateenv_test): Remove.
25352 (libc_feupdateenv, libc_feholdsetround): Remove.
25353 (libc_feresetround): Remove.
25354
d0adc922
RH
25355 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
25356 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
25357
0fe0f1f8
RH
25358 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
25359 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
25360 (libc_feupdateenv_testl): New.
25361 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
25362 (libc_feupdateenv_testf): New.
25363 (libc_feupdateenv): Use libc_feupdateenv_test.
25364 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
25365 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
25366
eb92c487
RH
25367 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
25368 (libc_feholdsetroundf, libc_feholdsetroundl): New.
25369 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
25370 (libc_feresetround_noex): New.
25371 (libc_feresetround_noexf): New.
25372 (libc_feresetround_noexl): New.
25373 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
25374 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
25375 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
25376 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
25377 SET_RESTORE_ROUND.
25378 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
25379 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
25380 (__cos): Likewise.
25381 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
25382 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
25383 SET_RESTORE_ROUND_NOEX.
25384 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
25385 SET_RESTORE_ROUND_NOEXF.
25386 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
25387 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
25388 (libc_feholdsetroundf): New.
25389 (libc_feresetround, libc_feresetroundf): New.
25390
7d2e8012
RH
25391 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
25392 (libc_feholdexcept_setround_53bit): Convert from macro to function.
25393 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
25394
b4dabbb4
RH
25395 * sysdeps/generic/math_private.h: Include <fenv.h>.
25396 (default_libc_feholdexcept): New.
25397 (default_libc_feholdexcept_setround): New.
25398 (default_libc_fesetenv, default_libc_feupdateenv): New.
25399 (libc_feholdexcept): Only define if undefined.
25400 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
25401 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
25402 (libc_feholdexcept_setroundl): Likewise.
25403 (libc_feholdexcept_setround_53bit): Likewise.
25404 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
25405 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
25406 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
25407 (libc_feupdateenv_53bit): Likewise.
25408 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
25409 (libc_feholdexcept): Convert from macro to inline function.
25410 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
25411 (libc_fesetenv, libc_feupdateenv): Likewise.
25412
4851a949
RH
25413 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
25414 not previously defined.
25415 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
25416 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
25417 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
25418 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
25419 * sysdeps/ieee754/flt-32/math_private.h: New file.
25420 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
25421 math_private.h below SET_FLOAT_WORD.
25422 (__isnan, __isinf_ns, __finite): Remove.
25423 (__isnanf, __isinf_nsf, __finitef): Remove.
25424
e79d442e
AS
254252012-03-18 Andreas Schwab <schwab@linux-m68k.org>
25426
25427 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25428
90b80344
DM
254292012-03-17 David S. Miller <davem@davemloft.net>
25430
25431 [BZ #6471]
25432 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
25433 for 2.16.
25434
edc21804
DM
254352012-03-16 David S. Miller <davem@davemloft.net>
25436
77e927af
DM
25437 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
25438 warnings.
25439
374976dd
DM
25440 [BZ #6471]
25441 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
25442 properly.
25443 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
25444 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
25445 sysdep_routines when subdir is sysvipc.
25446 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
25447 __getshmlba helper.
25448
edc21804
DM
25449 * sysdeps/sparc/fpu/libm-test/ulps: Update.
25450
473c3ef3
L
254512012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25452
25453 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
25454 [__LP64__].
25455
eb0f39b6
L
254562012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25457
25458 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
25459 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
25460 (__lround): Renamed to ...
25461 (__llround): This. Replace long int with long long int.
25462 Define lround functions as aliases of llround functions.
25463 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
25464
6b6cd74b
L
254652012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25466
25467 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
25468 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
25469 adresses to uintptr_t. Replace "long int" and "unsigned long
25470 int" with "greg_t" on va_arg.
25471
f1a77b01
L
254722012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25473
25474 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
25475 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
25476
25477 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
25478 Move e_machine check before EI_CLASS check. Handle x32
25479 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
25480 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
25481 SKIP_EM_IA_64 and include
25482 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
25483
25484 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
25485 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
25486 (add_system_dir): New macro.
25487
25488 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
25489 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
25490
11b90b9f
JM
254912012-03-16 Joseph Myers <joseph@codesourcery.com>
25492
c36e1d23
JM
25493 [BZ #2551]
25494 [BZ #2552]
25495 [BZ #2553]
25496 [BZ #2554]
25497 [BZ #2562]
25498 [BZ #2563]
25499 [BZ #2565]
25500 [BZ #2566]
25501 [BZ #2576]
25502 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
25503 (y0): Likewise.
25504 * math/w_j0f.c (j0f): Likewise.
25505 (y0f): Likewise.
25506 * math/w_j0l.c (__j0l): Likewise.
25507 (__y0l): Likewise.
25508 * math/w_j1.c (j1): Likewise.
25509 (y1): Likewise.
25510 * math/w_j1f.c (j1f): Likewise.
25511 (y1f): Likewise.
25512 * math/w_j1l.c (__j1l): Likewise.
25513 (__y1l): Likewise.
25514 * math/w_jn.c (jn): Likewise.
25515 (yn): Likewise.
25516 * math/w_jnf.c (jnf): Likewise.
25517 (ynf): Likewise.
25518 * math/w_jnl.c (__jnl): Likewise.
25519 (__ynl): Likewise.
25520 * math/libm-test.inc (j0_test): Add more tests.
25521 (j1_test): Likewise.
25522 (jn_test): Likewise. Add trailing semicolon to existing test.
25523 (y0_test): Likewise.
25524 (y1_test): Likewise.
25525 * sysdeps/i386/fpu/libm-test-ulps: Update.
25526 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25527
11b90b9f
JM
25528 [BZ #13851]
25529 [BZ #13854]
25530 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
25531 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
25532 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
25533 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
25534 (__tanl): Set errno for infinite argument.
25535 * sysdeps/i386/fpu/mptan.c: Remove.
25536 * sysdeps/i386/fpu/s_tan.S: Likewise.
25537 * sysdeps/i386/fpu/s_tanl.S: Likewise.
25538 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
25539 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
25540 * math/libm-test.inc (tan_test): Add more tests and enable more
25541 tests for double and long double.
25542 * sysdeps/i386/fpu/libm-test-ulps: Update.
25543 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25544
6a1bd2a1
JK
255452012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
25546
25547 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
25548 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
25549
10a803e0
RM
255502012-03-16 Roland McGrath <roland@hack.frob.com>
25551
25552 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
25553 * configure.in: Use it for both main tree and add-ons.
25554 * configure: Regenerated.
25555
f196c7f7
L
255562012-03-16 H.J. Lu <hongjiu.lu@intel.com>
25557
25558 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
25559
8848d99d
JM
255602012-03-16 Joseph Myers <joseph@codesourcery.com>
25561
96cbe7f4
JM
25562 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
25563 in comment.
25564
8848d99d
JM
25565 [BZ #13851]
25566 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
25567 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
25568 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
25569 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
25570 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
25571 infinite argument.
25572 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
25573 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
25574 != 0 for prec == 2.
25575 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
25576 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
25577 * sysdeps/i386/fpu/s_cosl.S: Likewise.
25578 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
25579 * sysdeps/i386/fpu/s_sinl.S: Likewise.
25580 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
25581 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
25582 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
25583 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
25584 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
25585 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
25586 * math/libm-test.inc (cos_test): Add more tests and enable more
25587 tests for long double.
25588 (sin_test): Likewise.
25589 (sincos_test): Likewise.
25590 * sysdeps/i386/fpu/libm-test-ulps: Update.
25591 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25592
dd7f4703
DM
255932012-03-16 David S. Miller <davem@davemloft.net>
25594
25595 * sysdeps/sparc/fpu/math_private.h: New file.
25596
006f1daa
DM
255972012-03-15 David S. Miller <davem@davemloft.net>
25598
c0c83bc8
DM
25599 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
25600 file.
e6a62e18 25601 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
25602 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
25603 file.
e6a62e18
DM
25604 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
25605 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
25606 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
25607 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
25608 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
25609 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
25610 sysdep routines.
25611 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
25612
88cb87d9
DM
25613 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
25614 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
25615
006f1daa 25616 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
25617 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
25618 sparc-ifunc.h
006f1daa 25619 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
25620 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
25621 Likewise.
25622 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
25623 Likewise.
006f1daa
DM
25624 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
25625 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
25626 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
25627 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25628 Likewise.
006f1daa
DM
25629 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
25630 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
25631 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
25632 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
25633 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
25634 Likewise.
25635 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
25636 Likewise.
006f1daa
DM
25637 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
25638 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
25639 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
25640 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
25641 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25642 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25643 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
25644 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
25645 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25646 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25647 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
25648 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
25649 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
25650 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
25651 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
25652 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
25653 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
25654 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
25655 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
25656 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
25657 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
25658 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
25659 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
25660 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
25661
11e0098e
AS
256622012-03-15 Andreas Schwab <schwab@linux-m68k.org>
25663
25664 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
25665 scaling.
25666 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25667
e85b09d0
AJ
256682012-03-15 Andreas Jaeger <aj@suse.de>
25669
25670 [BZ #13852]
25671 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
25672 ieee754/flt-32 implementation for sin, cos and sincos.
25673 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
25674 * sysdeps/i386/fpu/s_cosf.S: Likewise.
25675 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
25676 * sysdeps/i386/fpu/s_sinf.S: Likewise.
25677 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
25678 ieee754/flt-32 implementation for tan.
25679
25680 * math/libm-test.inc (cos_test): Enable some large input tests for
25681 float as well
25682 (sin_test): Likewise.
25683 (sincos_test): Likewise.
25684 (tan_test): Add tests for large input.
25685
25686 * sysdeps/i386/fpu/libm-test-ulps: Update.
25687
81c64153
AJ
256882012-03-15 Andreas Jaeger <aj@suse.de>
25689
25690 [BZ #13658]
25691 * math/libm-test.inc (cos_test): Add more test cases.
25692 (sin_test): Likewise.
25693 (sincos_test): Likewise.
25694
7bbfa5c6
AJ
256952012-03-15 Andreas Jaeger <aj@suse.de>
25696
25697 [BZ #13837]
25698 * math/libm-test.inc (cos_test): Add a test case for large input
25699 value.
25700 (sin_test): Likewise.
25701 (sincos_test): Likewise.
25702
257032012-03-15 Andreas Jaeger <aj@suse.de>,
25704 Joseph Myers <joseph@codesourcery.com>
25705
25706 [BZ #13658]
0671f479 25707 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
25708 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
25709 * sysdeps/i386/fpu/branred.c: Likewise.
25710 * sysdeps/i386/fpu/dosincos.c: Likewise.
25711 * sysdeps/i386/fpu/mpa.c: Likewise.
25712 * sysdeps/i386/fpu/s_cos.S: Likewise.
25713 * sysdeps/i386/fpu/s_sin.S: Likewise.
25714 * sysdeps/i386/fpu/s_sincos.S: Likewise.
25715 * sysdeps/i386/fpu/sincos32.c: Likewise.
25716
25717 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
25718 Define.
25719 (libc_feupdateenv_53bit): Define.
25720 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
25721 Define.
25722 (libc_feupdateenv_53bit): Define.
25723
25724 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
25725 53 bit (without extend i386 double precision).
25726
25727 * math/libm-test.inc (sincos_test): Add tests for large input.
25728 (sin): Likewise.
25729 (cos): Likewise.
25730
25731 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
25732
9cad04ea
AS
257332012-03-15 Andreas Schwab <schwab@linux-m68k.org>
25734
25735 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25736
f7062b9a
DM
257372012-03-15 David S. Miller <davem@davemloft.net>
25738
25739 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
25740 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
25741 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
25742 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
25743 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
25744 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
25745 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
25746 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
25747 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
25748 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
25749 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
25750 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
25751 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
25752 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
25753 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
25754 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
25755 file.
f7062b9a 25756 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
25757 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
25758 file.
f7062b9a 25759 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
25760 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
25761 file.
f7062b9a 25762 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
25763 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
25764 file.
f7062b9a
DM
25765 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
25766 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
25767 fmin/fmax sysdep routines.
25768 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
25769
7bd951ff
DM
257702012-03-14 David S. Miller <davem@davemloft.net>
25771
559398ab
DM
25772 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
25773 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
25774 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
25775 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
25776 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
25777 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
25778 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
25779 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
25780 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
25781 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
25782 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
25783 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
25784 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
25785 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
25786 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
25787 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
25788 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
25789 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
25790 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
25791 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
25792 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
25793 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
25794 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
25795 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
25796 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
25797 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
25798 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
25799 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
25800 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
25801 routines.
25802 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
25803 file.
559398ab 25804 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
25805 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
25806 file.
559398ab 25807 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
25808 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
25809 file.
559398ab 25810 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
25811 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
25812 file.
559398ab 25813 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
25814 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
25815 file.
559398ab 25816 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
25817 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
25818 file.
25819 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
25820 file.
25821 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
25822 file.
25823 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
25824 file.
25825 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
25826 New file.
25827 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
25828 file.
25829 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
25830 file.
559398ab 25831 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
25832 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
25833 file.
559398ab 25834 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
25835 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
25836 file.
559398ab 25837 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
25838 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
25839 file.
559398ab 25840 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
25841 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
25842 VIS3 routines.
559398ab
DM
25843
25844 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25845 New file.
25846
5a1c1e32
DM
25847 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25848
eae47a36
DM
25849 * sysdeps/sparc/configure.in: New file.
25850 * sysdeps/sparc/configure: Generate.
25851 * configure.in (libc_cv_sparc_as_vis3): Substitute.
25852 * configure: Regenerate.
25853 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
25854 * config.make.in (have-as-vis3): New.
25855 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
25856 available use -Av9d instead of -Av9a.
25857 * sysdeps/sparc/sparc64/Makefile: Likewise.
25858 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
25859 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
25860 New file.
25861 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
25862 file.
25863 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
25864 New file.
25865 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
25866 file.
eae47a36
DM
25867 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
25868 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
25869 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
25870 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
25871 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
25872
c0c83bc8
DM
25873 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
25874 fzeros/fnegs to load 0x80000000 into a float register instead of
25875 using the stack.
7bd951ff
DM
25876 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
25877
bd951ccb
JM
258782012-03-14 Joseph Myers <joseph@codesourcery.com>
25879
25880 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
25881 bits/syscall.h.
25882 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
25883 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
25884 ($(inst_includedir)/bits/syscall.h): Remove rule.
25885 ($(objpfx)bits/syscall.d): Include instead of
25886 $(objpfx)syscall-list.d.
25887 (generated): Change syscall-list.h and syscall-list.d to
25888 bits/syscall.h and bits/syscall.d.
25889
bb4e6db2
RM
258902012-03-14 Roland McGrath <roland@hack.frob.com>
25891
25892 [BZ #13846]
25893 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
25894
aa4a2ae1
JM
258952012-03-14 Joseph Myers <joseph@codesourcery.com>
25896
e456826d
JM
25897 [BZ #13841]
25898 * math/s_csqrt.c: Include <float.h>.
25899 (__csqrt): Scale large or subnormal inputs.
25900 * math/s_csqrtf.c: Likewise.
25901 * math/s_csqrtl.c: Likewise.
25902 * math/libm-test.inc (csqrt_test): Add more tests.
25903 * sysdeps/i386/fpu/libm-test-ulps: Update.
25904 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25905
aa4a2ae1
JM
25906 [BZ #13840]
25907 * math/libm-test.inc (hypot_test): Add more tests.
25908
7c10fd35
DM
259092012-03-13 David S. Miller <davem@davemloft.net>
25910
25911 [BZ #13840]
25912 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
25913 double-precision for the calculation instead of scaling.
25914
f453b98b
JM
259152012-03-13 Joseph Myers <joseph@codesourcery.com>
25916
25917 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
25918 manipulate bits before adding and subtracting TWO52[sx].
25919 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
25920 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
25921 Likewise.
25922 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
25923
09a3453f
DM
259242012-03-13 David S. Miller <davem@davemloft.net>
25925
8e59da90
DM
25926 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
25927 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
25928 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
25929 rtld-global-offsets.h
25930 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
25931
2a8ab7f2
DM
25932 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
25933 large parameters.
25934
10f62770
DM
25935 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
25936
5f0bdb18
DM
25937 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
25938 'err' in the ifdef scope in which it is actually used.
25939
09a3453f
DM
25940 * nss/nss_db/db-init.c: Include string.h
25941
b4b2eb5e
DM
259422012-03-12 David S. Miller <davem@davemloft.net>
25943
98bb2f1c
DM
25944 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
25945 masking out of the most significant byte of random value used.
25946 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
25947 Fix coding style in previous change.
25948
b4b2eb5e
DM
25949 * sysdeps/unix/sysv/linux/kernel-features.h
25950 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
25951 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
25952 expression.
25953 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
25954 later.
25955
6e226b09
DM
259562012-03-11 David S. Miller <davem@davemloft.net>
25957
a1bcbd40
DM
25958 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
25959 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
25960 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
25961 for 'resultvar' otherwise things get truncated on 64-bit.
25962
cb9d6174
DM
25963 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
25964 Fix masking out of the most significant byte of random value used.
25965
6e226b09
DM
25966 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25967
058c132d
AS
259682012-03-10 Andreas Schwab <schwab@linux-m68k.org>
25969
25970 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25971
2d2cd515
DM
259722012-03-09 David S. Miller <davem@davemloft.net>
25973
25974 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
25975 variables with appropriate CPP guards.
25976 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
25977 frame pointer, not the stack pointer. Correct layout comments. Fix test
25978 on resulting framesize and the management of the outregs buffer for pltexit.
25979 Preserve floating point return values across _dl_call_pltexit call.
25980 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
25981 framesize and the management of the outregs buffer for pltexit.
25982 Preserve floating point return values across _dl_call_pltexit
25983 call.
25984 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
25985 la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
25986 (print_exit): Fix format string for return register value.
25987
9a07f9d0
JM
259882012-03-10 Joseph Myers <joseph@codesourcery.com>
25989
25990 * sunrpc/Makefile (others): Add rpcgen.
25991 ($(objpfx)rpcgen): Remove special build rule and dependency on
25992 libc.
25993 * sunrpc/rpcgen.c: New file.
25994
547b5e30
PE
259952012-03-09 Paul Eggert <eggert@cs.ucla.edu>
25996
c524201a
PE
25997 [BZ #13673]
25998 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
25999 * stdio-common/bug-vfprintf-nargs.c: Likewise.
26000 * sysdeps/i386/crti.S: Likewise.
26001 * sysdeps/i386/crtn.S: Likewise.
26002 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
26003 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
26004 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
26005 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
26006 * sysdeps/sh/crti.S: Likewise.
26007 * sysdeps/sh/crtn.S: Likewise.
26008 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
26009
7b6235f2
PE
26010 [BZ #13673]
26011 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
26012 with URL.
26013 * locale/programs/locfile-kw.gperf: Likewise.
26014 * locale/programs/charmap-kw.h: Regenerated.
26015 * locale/programs/locfile-kw.h: Likewise.
26016
547b5e30
PE
26017 [BZ #13673]
26018 * intl/plural.y: Replace FSF snail mail address with URL.
26019 * intl/plural.c: Regenerated.
26020
5f0a5dae
RH
260212012-03-09 Richard Henderson <rth@twiddle.net>
26022
26023 * include/math_private.h: Remove file.
26024 * math/math_private.h: Move file ...
26025 * sysdeps/generic/math_private.h: ... here.
26026
b8c03620
RH
26027 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
26028 * sysdeps/powerpc/fpu/math_private.h: Likewise.
26029 * sysdeps/x86_64/fpu/math_private.h: Likewise.
26030
4e234f5d 26031 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
26032 and <math_private.h>.
26033 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
26034 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
26035 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
26036 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
26037 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
26038 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
26039 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26040 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26041 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
26042 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26043 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26044 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
26045 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
26046 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26047 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
26048 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
26049 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
26050 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
26051 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
26052 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
26053 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26054 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
26055 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
26056 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26057 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
26058 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26059 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
26060 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26061 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26062 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26063 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
26064 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26065 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
26066 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
26067 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
26068 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
26069 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
26070 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
26071 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
26072 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
26073 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
26074 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
26075 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
26076 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
26077 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
26078 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
26079 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
26080 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
26081 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
26082 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
26083 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
26084 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
26085 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
26086 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
26087 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
26088 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
26089 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
26090 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
26091 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
26092 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
26093 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26094 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
26095 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26096 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
26097 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
26098 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26099 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26100 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26101 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
26102 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
26103 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26104 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
26105 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26106 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26107 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
26108 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
26109 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
26110 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26111 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
26112 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
26113 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26114 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
26115 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26116 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
26117 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26118 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
26119 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
26120 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
26121 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
26122 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
26123 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
26124 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
26125 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
26126 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
26127 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
26128 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
26129 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
26130 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
26131 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
26132 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
26133 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
26134 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
26135 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
26136 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
26137 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26138 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
26139 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
26140 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
26141 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26142 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26143 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26144 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26145 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
26146 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26147 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
26148 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
26149 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26150 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
26151 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26152 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
26153 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26154 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
26155 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
26156 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
26157 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26158 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
26159 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
26160 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
26161 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
26162 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
26163 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
26164 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
26165 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26166 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
26167 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
26168 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
26169 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
26170 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
26171 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
26172 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
26173 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
26174 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
26175 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
26176 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
26177 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
26178 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
26179 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
26180 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
26181 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
26182 * sysdeps/ieee754/k_standard.c: Likewise.
26183 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
26184 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
26185 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
26186 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
26187 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
26188 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
26189 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
26190 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
26191 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
26192 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
26193 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
26194 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
26195 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
26196 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
26197 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
26198 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
26199 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26200 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
26201 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
26202 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
26203 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
26204 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
26205 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26206 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
26207 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26208 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
26209 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
26210 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
26211 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
26212 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26213 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26214 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
26215 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
26216 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
26217 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26218 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
26219 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
26220 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
26221 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
26222 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
26223 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26224 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26225 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26226 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
26227 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26228 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26229 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
26230 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
26231 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
26232 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26233 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26234 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26235 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
26236 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
26237 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26238 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26239 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
26240 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
26241 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
26242 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
26243 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26244 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26245 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
26246 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
26247 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
26248 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
26249 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
26250 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
26251 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
26252 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
26253 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
26254 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
26255 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
26256 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
26257 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
26258 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
26259 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
26260 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
26261 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
26262 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26263 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26264 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26265 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
26266 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
26267 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
26268 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
26269 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
26270 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
26271 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
26272 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
26273 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
26274 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
26275 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
26276 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26277 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
26278 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
26279 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
26280 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
26281 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
26282 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
26283 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
26284 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
26285 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26286 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
26287 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
26288 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26289 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26290 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
26291 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
26292 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
26293 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
26294 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
26295 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
26296 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
26297 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
26298 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
26299 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
26300 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
26301 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
26302 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
26303 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
26304 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
26305 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
26306 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
26307 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
26308 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
26309 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
26310 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
26311 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
26312 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26313 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
26314 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
26315 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
26316 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
26317 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
26318 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
26319 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
26320 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
26321 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
26322 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
26323 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
26324 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
26325 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
26326 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
26327 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
26328 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
26329 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
26330 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
26331 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
26332 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
26333 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
26334 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
26335 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
26336 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
26337 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
26338 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
26339 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
26340 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
26341 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
26342 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
26343 * sysdeps/ieee754/s_lib_version.c: Likewise.
26344 * sysdeps/ieee754/s_matherr.c: Likewise.
26345 * sysdeps/ieee754/s_signgam.c: Likewise.
26346 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26347 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26348 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
26349 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
26350 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
26351 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
26352 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
26353 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
26354 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
26355 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
26356 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26357 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
26358 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
26359 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
26360 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
26361 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26362 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26363 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26364 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26365 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26366 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 26367
1991fa03
JM
263682012-03-09 Joseph Myers <joseph@codesourcery.com>
26369
26370 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
26371 * sunrpc/rpc_main.c: Likewise.
26372 * sunrpc/rpc_svcout.c: Likewise.
26373
60d6f5a6
DM
263742012-03-09 David S. Miller <davem@davemloft.net>
26375
26376 * include/math_private.h: New file.
26377
4962050e
JM
263782012-03-09 Joseph Myers <joseph@codesourcery.com>
26379
02a6f887
JM
26380 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
26381 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
26382 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
26383 from <bits/socket_type.h>.
26384 (enum __socket_type): Don't define here.
26385 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
26386 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26387 bits/socket_type.h.
26388
c6e013c1
JM
26389 [BZ #13566]
26390 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
26391 checking __USE_GNU.
26392
4962050e
JM
26393 * Makerules ($(inst_includedir)/%.h): New rule.
26394 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
26395 (install-others): Remove variable setting.
26396 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
26397
38842f45
RH
263982012-03-08 Richard Henderson <rth@twiddle.net>
26399
67bb6da6
RH
26400 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
26401 from macro to inline function; merge with the
26402 !__LIBC_INTERNAL_MATH_INLINES version.
26403 (__ieee754_sqrtf): Likewise.
26404
15194b4b
RH
26405 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
26406 to inline function.
26407 (__rintf, __floor, __floorf): Likewise.
26408
64e21ede
RH
26409 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
26410 macro to inline function.
26411 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
26412
38842f45
RH
26413 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
26414 not <math/math_private.h>.
26415
c64bf5fe
DM
264162012-03-08 David S. Miller <davem@davemloft.net>
26417
26418 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
26419 copyright year.
26420 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
26421
82d86f28
TS
264222012-03-08 Thomas Schwinge <thomas@codesourcery.com>
26423
26424 * resolv/gai_misc.c (handle_requests): Fix struct timespec
26425 normalization.
26426 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
26427 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
26428
aea5d727
UD
264292012-03-08 Ulrich Drepper <drepper@gmail.com>
26430
26431 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
26432 be defined individually, they must be defined as a block. Define
26433 S for printing a string instead of hidint the different by using a
26434 macro for adding the 'l'.
26435 * stdio-common/tst-fphex-wide.c: Adjust.
26436
70bca0a3
MP
264372012-03-07 Marek Polacek <polacek@redhat.com>
26438
26439 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
26440
65b81130
MP
264412012-03-08 Marek Polacek <polacek@redhat.com>
26442
26443 [BZ #13806]
26444 * stdio-common/Makefile (tests): Add tst-fphex-wide.
26445 * stdio-common/tst-fphex.c: Define a few macros to make the
26446 test reusable. Use them.
26447 * stdio-common/tst-fphex-wide.c: New file.
26448
07037eeb
JM
264492012-03-08 Joseph Myers <joseph@codesourcery.com>
26450
a7a93d50
JM
26451 [BZ #6911]
26452 * manual/macros.texi (gnusystems): New macro.
26453 (nongnusystems): Likewise.
26454 (gnulinuxhurdsystems): Likewise.
26455 (gnuhurdsystems): Likewise..
26456 (gnulinuxsystems): Likewise.
26457 * manual/charset.texi: Use new macros or @theglibc{} to refer to
26458 variants of the GNU system, not "GNU system".
26459 * manual/conf.texi: Likewise.
26460 * manual/errno.texi: Likewise. Update example of errno macro
26461 expansion.
26462 * manual/filesys.texi: Likewise.
26463 (getumask): Document as specific to GNU/Hurd.
26464 * manual/install.texi: Likewise. Reword some references to
26465 GNU/Linux.
26466 * manual/intro.texi: Likewise.
26467 * manual/io.texi: Likewise.
26468 (File Name Portability): Detail which constraints are inapplicable
26469 to all GNU systems and which are only inapplicable to GNU/Hurd.
26470 * manual/job.texi: Likewise.
26471 * manual/llio.texi: Likewise.
26472 (O_NOCTTY): Document as present on GNU/Linux.
26473 * manual/maint.texi: Likewise.
26474 * manual/memory.texi: Likewise.
26475 * manual/pattern.texi: Likewise.
26476 * manual/pipe.texi: Likewise.
26477 * manual/process.texi: Likewise.
26478 * manual/resource.texi: Likewise.
26479 (RUSAGE_CHILDREN): Remove statement about specifying a particular
26480 child on GNU/Hurd.
26481 * manual/setjmp.texi: Likewise.
26482 * manual/signal.texi: Likewise.
26483 * manual/startup.texi: Likewise.
26484 * manual/stdio.texi: Likewise.
26485 * manual/terminal.texi: Likewise.
26486 (ONLCR): Document as POSIX.
26487 (OXTABS): Document availability on GNU/Linux as XTABS.
26488 (ONOEOT): Document availability separately from other bits.
26489 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
26490 * manual/time.texi: Likewise.
26491 * manual/users.texi: Likewise.
26492 * INSTALL: Regenerated.
26493 * sysdeps/gnu/errlist.c: Regenerated.
26494
07037eeb
JM
26495 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
26496 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
26497 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
26498 puts.
26499 * configure: Regenerated.
26500
d1d3431a
JM
265012012-03-07 Joseph Myers <joseph@codesourcery.com>
26502
af6a1e37
JM
26503 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
26504 default includes instead of AC_HEADER_CHECK.
26505 * sysdeps/i386/configure: Regenerated.
26506
d1d3431a
JM
26507 [BZ #10716]
26508 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
26509 * math/s_cacoshf.c (__cacoshf): Likewise.
26510 * math/s_cacoshl.c (__cacoshl): Likewise.
26511 * math/s_casinh.c (__casinh): Set signs of result from argument.
26512 * math/s_casinhf.c (__casinhf): Likewise.
26513 * math/s_casinhl.c (__casinhl): Likewise.
26514 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
26515 (casinh_test): Add more tests.
26516 * sysdeps/i386/fpu/libm-test-ulps: Update.
26517 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26518
482ff4da
UD
265192012-03-07 Ulrich Drepper <drepper@gmail.com>
26520
872fda05
UD
26521 * po/zh_TW.po: Update from translation team.
26522
a4300c7a
UD
26523 * login/Makefile (distribute): Remove variable.
26524 * catgets/Makefile: Likewise.
26525 * mach/Makefile: Likewise.
26526 * malloc/Makefile: Likewise.
26527 * misc/Makefile: Likewise.
26528 * iconv/Makefile: Likewise.
26529 * nscd/Makefile: Likewise.
26530 * hurd/Makefile: Likewise.
26531 * manual/Makefile: Likewise.
26532 * locale/Makefile: Likewise.
26533 * intl/Makefile: Likewise.
26534 * conform/Makefile: Likewise.
26535 * nss/Makefile: Likewise.
26536 * time/Makefile: Likewise.
26537 * soft-fp/Makefile: Likewise.
26538 * dirent/Makefile: Likewise.
26539 * gmon/Makefile: Likewise.
26540 * po/Makefile: Likewise.
26541 * rt/Makefile: Likewise.
26542 * socket/Makefile: Likewise.
26543 * math/Makefile: Likewise.
26544 * signal/Makefile: Likewise.
26545 * debug/Makefile: Likewise.
26546 * elf/Makefile: Likewise.
26547 * timezone/Makefile: Likewise.
26548 * stdlib/Makefile: Likewise.
26549 * iconvdata/Makefile: Likewise.
26550 * sunrpc/Makefile: Likewise.
26551 * io/Makefile: Likewise.
26552 * argp/Makefile: Likewise.
26553 * inet/Makefile: Likewise.
26554 * hesiod/Makefile: Likewise.
26555 * grp/Makefile: Likewise.
26556 * csu/Makefile: Likewise.
26557 * wctype/Makefile: Likewise.
26558 * crypt/Makefile: Likewise.
26559 * libio/Makefile: Likewise.
26560 * string/Makefile: Likewise.
26561 * nis/Makefile: Likewise.
26562 * resolv/Makefile: Likewise.
26563 * stdio-common/Makefile: Likewise.
26564 * wcsmbs/Makefile: Likewise.
26565 * dlfcn/Makefile: Likewise.
26566 * posix/Makefile: Likewise.
26567
3b7c4e74 26568 [BZ #6959]
482ff4da
UD
26569 * timezone/Makefile: Don't install timezone files, just the programs
26570 and scripts.
26571
f72ed77d
UD
265722012-03-06 Ulrich Drepper <drepper@gmail.com>
26573
a000466f
UD
26574 * nss/databases.def: Add missing gshadow entry.
26575
f72ed77d
UD
26576 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
26577
a53b7a4e
MP
265782012-03-06 Marek Polacek <polacek@redhat.com>
26579
26580 [BZ #13726]
26581 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
26582 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
26583 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
26584 * stdio-common/tst-long-dbl-fphex.c: New file.
26585
e9258400
DM
265862012-03-06 David S. Miller <davem@davemloft.net>
26587
26588 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
26589 (set_obp_int): New function.
26590 (get_obp_int): New function.
26591 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
26592 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
26593 Avoid unused variable warnings on 'val' and use builtin_expect.
26594 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
26595 __builtin_expect.
e9258400
DM
26596 (INLINE_CLONE_SYSCALL): Likewise.
26597
3bd2c723
DM
265982012-03-05 David S. Miller <davem@davemloft.net>
26599
26600 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26601
bbb78d03
AS
266022012-03-05 Andreas Schwab <schwab@linux-m68k.org>
26603
884c5db4
AS
26604 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26605
bbb78d03
AS
26606 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
26607 only for |x| >= 40.
26608 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
26609
1c9f702a 266102012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
26611
26612 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
26613 Replace gettimeofday with __vdso_gettimeofday.
26614
7be16f82
RM
26615 * sysdeps/unix/sysv/linux/x86_64/init-first.c
26616 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
26617 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
26618
26619 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
26620 time with __vdso_time.
26621
ed58a00f
JM
266222012-03-05 Joseph Myers <joseph@codesourcery.com>
26623
26624 * manual/lang.texi (size_t): Note types to which size_t may be
26625 equivalent with the GNU C Library, but do not describe when
26626 differences between them are significant.
26627
30ee4ced
AJ
266282012-03-05 Andreas Jaeger <aj@suse.de>
26629
26630 * sysdeps/i386/fpu/libm-test-ulps: Update.
26631
b7cd39e8
JM
266322012-03-05 Joseph Myers <joseph@codesourcery.com>
26633
26634 [BZ #3976]
26635 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
26636 (__ieee754_pow): Save and restore rounding mode and use
26637 round-to-nearest for main computations.
26638 * math/libm-test.inc (pow_test_tonearest): New function.
26639 (pow_test_towardzero): Likewise.
26640 (pow_test_downward): Likewise.
26641 (pow_test_upward): Likewise.
26642 (main): Call the new functions.
26643 * sysdeps/i386/fpu/libm-test-ulps: Update.
26644 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
26645
26646 [BZ #3976]
26647 * math/libm-test.inc (cosh_test_tonearest): New function.
26648 (cosh_test_towardzero): Likewise.
26649 (cosh_test_downward): Likewise.
26650 (cosh_test_upward): Likewise.
26651 (sinh_test_tonearest): Likewise.
26652 (sinh_test_towardzero): Likewise.
26653 (sinh_test_downward): Likewise.
26654 (sinh_test_upward): Likewise.
26655 (main): Call the new functions.
26656 * sysdeps/i386/fpu/libm-test-ulps: Update.
26657 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26658
6c6a98c9
TV
266592012-03-05 Tom de Vries <tom@codesourcery.com>
26660
26661 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
26662 default stack guard is set in last bytes.
26663 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
26664
21bb2d2e 266652012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 26666
21bb2d2e 26667 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 26668
21bb2d2e
AJ
26669 [BZ #13656]
26670 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
26671 possibly allocate from heap instead of stack.
26672 * stdio-common/bug-vfprintf-nargs.c: New file.
26673 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 26674
c6922934
AS
266752012-03-03 Andreas Schwab <schwab@linux-m68k.org>
26676
26677 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26678
bc957d53
MP
266792012-03-03 Marek Polacek <polacek@redhat.com>
26680
26681 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
26682 * math/math_private.h: Likewise.
26683 * stdlib/tst-strtod.c: Likewise.
26684 * sysdeps/i386/i486/bits/atomic.h: Likewise.
26685 * sysdeps/x86_64/bits/atomic.h: Likewise.
26686
6358490d
DM
266872012-03-02 David S. Miller <davem@davemloft.net>
26688
26689 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
26690 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
26691 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
26692 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
26693 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
26694 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
26695 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
26696 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
26697
01ae168d
RM
266982012-03-02 Roland McGrath <roland@hack.frob.com>
26699
d9a17c07
RM
26700 [BZ #13792]
26701 * manual/examples/README: New file, says the example source files
26702 can be used under GPL>=2.
26703 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
26704 line containing just "*/".
26705 * manual/examples/add.c: Add copyright header (GPL>=2).
26706 * manual/examples/argp-ex1.c: Likewise.
26707 * manual/examples/argp-ex2.c: Likewise.
26708 * manual/examples/argp-ex3.c: Likewise.
26709 * manual/examples/argp-ex4.c: Likewise.
26710 * manual/examples/atexit.c: Likewise.
26711 * manual/examples/db.c: Likewise.
26712 * manual/examples/dir.c: Likewise.
26713 * manual/examples/dir2.c: Likewise.
26714 * manual/examples/execinfo.c: Likewise.
26715 * manual/examples/filecli.c: Likewise.
26716 * manual/examples/filesrv.c: Likewise.
26717 * manual/examples/fmtmsgexpl.c: Likewise.
26718 * manual/examples/genpass.c: Likewise.
26719 * manual/examples/inetcli.c: Likewise.
26720 * manual/examples/inetsrv.c: Likewise.
26721 * manual/examples/isockad.c: Likewise.
26722 * manual/examples/longopt.c: Likewise.
26723 * manual/examples/memopen.c: Likewise.
26724 * manual/examples/memstrm.c: Likewise.
26725 * manual/examples/mkfsock.c: Likewise.
26726 * manual/examples/mkisock.c: Likewise.
26727 * manual/examples/mygetpass.c: Likewise.
26728 * manual/examples/pipe.c: Likewise.
26729 * manual/examples/popen.c: Likewise.
26730 * manual/examples/rprintf.c: Likewise.
26731 * manual/examples/search.c: Likewise.
26732 * manual/examples/select.c: Likewise.
26733 * manual/examples/setjmp.c: Likewise.
26734 * manual/examples/sigh1.c: Likewise.
26735 * manual/examples/sigusr.c: Likewise.
26736 * manual/examples/stpcpy.c: Likewise.
26737 * manual/examples/strdupa.c: Likewise.
26738 * manual/examples/strftim.c: Likewise.
26739 * manual/examples/strncat.c: Likewise.
26740 * manual/examples/subopt.c: Likewise.
26741 * manual/examples/swapcontext.c: Likewise.
26742 * manual/examples/termios.c: Likewise.
26743 * manual/examples/testopt.c: Likewise.
26744 * manual/examples/testpass.c: Likewise.
26745 * manual/examples/timeval_subtract.c: Likewise.
26746
01ae168d
RM
26747 [BZ #13792]
26748 * manual/time.texi (Elapsed Time): Move timeval_subtract example
26749 function to ...
26750 * manual/timeval_subtract.c.texi: ... here, new file.
26751
49efa33d
DM
267522012-03-02 David S. Miller <davem@davemloft.net>
26753
26754 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
26755
28afd92d
JM
267562012-03-02 Joseph Myers <joseph@codesourcery.com>
26757
804360ed
JM
26758 [BZ #3976]
26759 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
26760 (__sin): Save and restore rounding mode and use round-to-nearest
26761 for all computations.
26762 (__cos): Save and restore rounding mode and use round-to-nearest
26763 for all computations.
26764 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
26765 <fenv.h>.
26766 (tan): Save and restore rounding mode and use round-to-nearest for
26767 all computations.
26768 * math/libm-test.inc (cos_test_tonearest): New function.
26769 (cos_test_towardzero): Likewise.
26770 (cos_test_downward): Likewise.
26771 (cos_test_upward): Likewise.
26772 (sin_test_tonearest): Likewise.
26773 (sin_test_towardzero): Likewise.
26774 (sin_test_downward): Likewise.
26775 (sin_test_upward): Likewise.
26776 (tan_test_tonearest): Likewise.
26777 (tan_test_towardzero): Likewise.
26778 (tan_test_downward): Likewise.
26779 (tan_test_upward): Likewise.
26780 (main): Call the new functions.
26781 * sysdeps/i386/fpu/libm-test-ulps: Update.
26782 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26783
a6d06d7b
JM
26784 [BZ #10135]
26785 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
26786 small n, then large n, before computing and testing k+n.
26787 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
26788 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
26789 Likewise.
26790 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
26791 Likewise.
26792 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
26793 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
26794 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
26795 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
26796 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
26797 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
26798 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
26799 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
26800 * math/libm-test.inc (scalbn_test): Add more tests.
26801 (scalbln_test): Likewise.
26802
07e12bb3
JM
26803 * manual/filesys.texi (mode_t): Describe constraints on size and
26804 signedness, not exact equivalence to a particular type.
26805 (ino_t): Likewise.
26806 (ino64_t): Likewise.
26807 (dev_t): Likewise.
26808 (nlink_t): Likewise.
26809 (blkcnt_t): Likewise.
26810 (blkcnt64_t): Likewise.
26811 * manual/llio.texi (off_t): Likewise.
26812
28afd92d
JM
26813 [BZ #3976]
26814 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
26815 (__ieee754_exp): Save and restore rounding mode and use
26816 round-to-nearest for all computations.
26817 * math/libm-test.inc (exp_test_tonearest): New function.
26818 (exp_test_towardzero): Likewise.
26819 (exp_test_downward): Likewise.
26820 (exp_test_upward): Likewise.
26821 (main): Call the new functions.
26822 * sysdeps/i386/fpu/libm-test-ulps: Update.
26823 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26824
b1eeb65d
CD
268252012-03-01 Chris Demetriou <cgd@google.com>
26826
26827 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
26828 have predictable order.
26829
53362a4b
DM
268302012-03-01 David S. Miller <davem@davemloft.net>
26831
3c969083
DM
26832 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
26833
759707de
DM
26834 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
26835 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
26836 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
26837 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
26838
dfdb8ff2
DM
26839 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
26840 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
26841 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
26842 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
26843 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
26844 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
26845 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
26846 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
26847 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
26848
ead89f96
DM
26849 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26850
7f66bd07
DM
26851 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
26852 * sysdeps/sparc/fpu/libm-test-ulps: to here.
26853 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
26854
53362a4b
DM
26855 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
26856 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
26857 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
26858 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
26859 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
26860 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
26861 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
26862 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
26863 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
26864 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
26865 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
26866 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
26867 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
26868 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
26869 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26870 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
26871 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
26872 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
26873 * sysdeps/sparc/elf/configure: Regenerated.
26874
7b1902cb
JM
268752012-03-01 Joseph Myers <joseph@codesourcery.com>
26876
bec039bc
JM
26877 * configure.in (AS, LD): Require binutils 2.20 or later.
26878 * configure: Regenerated.
26879 * manual/install.texi (Tools for Compilation): Give binutils 2.20
26880 as required minimum version.
26881 * INSTALL: Regenerated.
26882
7b1902cb
JM
26883 [BZ #2541]
26884 [BZ #4108]
26885 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
26886 before squaring exponent.
26887 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
26888 bottom long double and 27 bits of top long double before squaring
26889 exponent.
26890 * math/libm-test.inc (erfc_test): Add more tests.
26891 * sysdeps/i386/fpu/libm-test-ulps: Update.
26892 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26893 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26894
f775c276
KT
268952012-03-01 Kai Tietz <ktietz@redhat.com>
26896
26897 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
26898 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
26899 containing bit-fields.
26900 * soft-fp/extended.h (_FP_UNION_E): Likewise.
26901 * soft-fp/single.h (_FP_UNION_S): Likewise.
26902 * soft-fp/double.h (_FP_UNION_D): Likewise.
26903
5b8a4d4a
JM
269042012-02-29 Joseph Myers <joseph@codesourcery.com>
26905
0bab47b6
JM
26906 [BZ #13786]
26907 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
26908 not include ../strcmp.S.
26909 [USE_AS_STRNCASECMP_L]: Likewise.
26910 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
26911 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
26912 * sysdeps/i386/i686/multiarch/strncase_l-c.c
26913 (__strncasecmp_l_ia32): Define as alias to
26914 __strncasecmp_l_nonascii.
26915
0fcad3e2
JM
26916 [BZ #5794]
26917 * math/libm-test.inc (expm1_test): Add test for bug 5794.
26918 * sysdeps/i386/fpu/libm-test-ulps: Update.
26919 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26920
5b8a4d4a
JM
26921 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
26922 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26923
8fdceb2e
JL
269242012-02-29 Jeff Law <law@redhat.com>
26925
26926 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
26927 out of bounds read.
26928
1f393a11
MP
269292012-02-29 Marek Polacek <polacek@redhat.com>
26930
26931 [BZ #13706]
26932 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
26933 * elf/Makefile: Add rules to run tst-unused-dep.out.
26934
8847f037
DM
269352012-02-28 David S. Miller <davem@davemloft.net>
26936
26937 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
26938 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
26939 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
26940 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
26941 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
26942 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
26943
169d7f11
JM
269442012-02-29 Joseph Myers <joseph@codesourcery.com>
26945
26946 * math/libm-test.inc (llround_test): Move one test from
26947 lround_test. Use TEST_f_L in moved test.
26948 (lround_test): Move misplaced test to llround_test. Add testcase
26949 from bug 2561.
26950
39adf059
UD
269512012-02-28 Ulrich Drepper <drepper@gmail.com>
26952
26953 * sysdeps/x86_64/fpu/e_expf.S: New file.
26954 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
26955
71b5d1c5
SB
269562012-02-28 Stanislav Brabec <sbrabec@suse.cz>
26957
26958 [BZ #13637]
26959 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
26960 of remain_len that may cause incomplete multi-byte character and
26961 false match.
26962 * posix/bug-regex33.c: New file.
26963 * posix/Makefile (tests): Add bug-regex33.
26964
1f77f049
JM
269652012-02-28 Joseph Myers <joseph@codesourcery.com>
26966
26967 * manual/macros.texi: New file.
26968 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
26969 * manual/libc.texinfo: Include macros.texi.
26970 * manual/creatute.texi: Likewise.
26971 * manual/install.texi: Likewise.
26972 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
26973 @glibcadj{} in references to the GNU C Library.
26974 * manual/charset.texi: Likewise.
26975 * manual/conf.texi: Likewise.
26976 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
26977 when not using those macros.
26978 * manual/creature.texi: Likewise.
26979 * manual/crypt.texi: Likewise.
26980 * manual/errno.texi: Likewise.
26981 * manual/filesys.texi: Likewise.
26982 * manual/header.texi: Likewise.
26983 * manual/install.texi: Likewise.
26984 * manual/intro.texi: Likewise.
26985 * manual/io.texi: Likewise.
26986 * manual/job.texi: Likewise.
26987 * manual/lang.texi: Likewise.
26988 * manual/libc.texiinfo: Likewise.
26989 * manual/llio.texi: Likewise.
26990 * manual/locale.texi: Likewise.
26991 * manual/maint.texi: Likewise.
26992 * manual/math.texi: Likewise.
26993 * manual/memory.texi: Likewise.
26994 * manual/message.texi: Likewise.
26995 * manual/nss.texi: Likewise.
26996 * manual/pattern.texi: Likewise.
26997 * manual/process.texi: Likewise.
26998 * manual/resource.texi: Likewise.
26999 * manual/search.texi: Likewise.
27000 * manual/setjmp.texi: Likewise.
27001 * manual/signal.texi: Likewise.
27002 * manual/socket.texi: Likewise.
27003 * manual/startup.texi: Likewise.
27004 * manual/stdio.texi: Likewise.
27005 * manual/string.texi: Likewise.
27006 * manual/sysinfo.texi: Likewise.
27007 * manual/syslog.texi: Likewise.
27008 * manual/terminal.texi: Likewise.
27009 * manual/time.texi: Likewise.
27010 * manual/users.texi: Likewise.
27011 * INSTALL: Regenerated.
27012 * NOTES: Regenerated.
d40c5d54 27013 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 27014
450bf206
AS
270152012-02-28 Andreas Schwab <schwab@linux-m68k.org>
27016
27017 * include/dirent.h: Include <dirstream.h> before
27018 <dirent/dirent.h>.
27019
741a235b
DM
270202012-02-28 David S. Miller <davem@davemloft.net>
27021
27022 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
27023 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
27024 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
27025 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
27026
d6b5aa58
DM
270272012-02-27 David S. Miller <davem@davemloft.net>
27028
1aff59a3
DM
27029 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
27030 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
27031 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
27032 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
27033
d6b5aa58
DM
27034 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
27035 frame pointer instead of stack pointer relative arg slot.
27036 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
27037 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
27038 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
27039
433f48bf
CD
270402012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
27041
27042 [BZ #3992]
27043 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
27044
d674b76d
DM
270452012-02-27 David S. Miller <davem@davemloft.net>
27046
27047 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
27048 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
27049 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
27050 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
27051 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
27052 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
27053 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
27054 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
27055
0e7727f7
JM
270562012-02-27 Joseph Myers <joseph@codesourcery.com>
27057
27058 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
27059 later. Allow versions 5-9.
43be4ca2 27060 * configure: Regenerated.
0e7727f7
JM
27061 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
27062 required minimum version and 4.6 as recommended version. Do not
27063 mention bugs in GCC 2.7 and 2.8.
43be4ca2 27064 * INSTALL: Regenerated.
0e7727f7 27065
a78bc654
DM
270662012-02-27 David S. Miller <davem@davemloft.net>
27067
428d5830
DM
27068 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
27069 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
27070 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
27071 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
27072 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
27073 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
27074 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
27075 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
27076
a78bc654
DM
27077 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
27078 manipulate bits before adding and subtracting TWO112[sx].
27079 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27080
4579f81c
RM
270812012-02-27 Roland McGrath <roland@hack.frob.com>
27082
36c8acb4
RM
27083 [BZ #13775]
27084 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
27085 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
27086 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
27087 being in POSIX, because they are in 1003.1-2008.
27088
84ad622b
RM
27089 * rt/tst-aio.c: Include <fcntl.h>.
27090 * rt/tst-aio7.c: Likewise.
27091 * rt/tst-aio64.c: Likewise.
27092
4579f81c
RM
27093 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
27094
abd923db
JM
270952012-02-27 Joseph Myers <joseph@codesourcery.com>
27096
27097 * manual/install.texi (--with-headers): Describe headers as
27098 interface headers, not private headers.
27099 (Specific advice for GNU/Linux systems): Describe use of headers
27100 from "make headers_install", not private headers from older
27101 kernels.
43be4ca2 27102 * INSTALL: Regenerated.
abd923db
JM
27103 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
27104 Change to 2.6.19.
27105 * sysdeps/unix/sysv/linux/configure: Regenerated.
27106
6664049b
JM
27107 * manual/llio.texi (fclean): Remove documentation.
27108
bb8b6697
JM
27109 * manual/Makefile (libc-texi-generated): New variable. Include
27110 version.texi.
27111 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
27112 $(libc-texi-generated), not duplicated list of files.
27113 (version.texi, stamp-version): New rules.
27114 (realclean): Remove $(libc-texi-generated), not individual files
27115 from that list. Do not remove dir-add.texinfo.
27116 * manual/libc.texinfo: Comment out uses of edition numbers and
27117 references to printed manual. Remove last-updated dates.
27118 (EDITION): Comment out.
27119 (ISBN): Likewise.
27120 (VERSION, UPDATED): Remove.
27121 (version.texi): Include.
27122
12e5c3b9
AS
271232012-02-27 Andreas Schwab <schwab@linux-m68k.org>
27124
27125 * sysdeps/posix/spawni.c: Include <signal.h>.
27126 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
27127 * sysdeps/pthread/aio_fsync.c: Likewise.
27128
4efeffc1 271292012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 27130
ba63ba08
UD
27131 * conform/Makefile (tests): Run only when not cross-compiling and
27132 when fast-check is not defined.
27133
d94a4670
UD
27134 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
27135 * conform/data/limits.h-data: Fixes for POSIX2008.
27136 * conform/run-conformtest.sh: Run all tests.
27137 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
27138 headers.
27139 * include/bits/dlfcn.h: Likewise.
27140 * include/langinfo.h: Likewise.
27141 * include/monetary.h: Likewise.
27142 * include/sys/poll.h: Likewise.
27143
27144 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
27145 for __USE_GNU.
27146 * posix/spawn.h: Define __need_sigset_t.
27147 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
27148 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
27149 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
27150 to get sigevent_t only.
27151 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
27152 only for __USE_GNU.
27153 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
27154 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
27155 process_vm_writev only for __USE_GNU.
27156 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
27157
27158 * conform/Makefile: For now ignore errors from run-conformtest.
27159 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
27160 POSIX to avoid namespace pollution. Don't prepend headers.
27161 * conform/data/aio.h-data: Fixes for POSIX testing.
27162 * conform/data/fcntl.h-data: Likewise.
27163 * conform/data/glob.h-data: Likewise.
27164 * conform/data/grp.h-data: Likewise.
27165 * conform/data/pthread.h-data: Likewise.
27166 * conform/data/pwd.h-data: Likewise.
27167 * conform/data/signal.h-data: Likewise.
27168 * conform/data/spawn.h-data: Likewise.
27169 * conform/data/stdio.h-data: Likewise.
27170 * conform/data/stdlib.h-data: Likewise.
27171 * conform/data/stropts.h-data: Likewise.
27172 * conform/data/sys/mman.h-data: Likewise.
27173 * conform/data/sys/stat.h-data: Likewise.
27174 * conform/data/sys/types.h-data: Likewise.
27175 * conform/data/sys/wait.h-data: Likewise.
27176 * conform/data/time.h-data: Likewise.
27177 * conform/data/unistd.h-data: Likewise.
27178 * conform/data/utime.h-data: Likewise.
27179
27180 * io/sys/stat.h: fchmod was always in POSIX.
27181 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
27182 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
27183 * rt/aio.h: Define __need_timespec before including <time.h>.
27184 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
27185 struct. Add forward declaration of pthread_attr_t and use it in
27186 sigevent.
27187 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
27188 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27189 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
27190 always remove CLK_TCK definition.
27191
c20105c3
AS
271922012-02-26 Andreas Schwab <schwab@linux-m68k.org>
27193
27194 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
27195
7a270350
UD
271962012-02-25 Ulrich Drepper <drepper@gmail.com>
27197
31341567
UD
27198 * conform/run-conformtest.sh: New file.
27199 * conform/Makefile: Run run-conformtest for tests.
27200 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
27201 support.
27202
27203 * conform/data/uchar.h-data: New file.
27204 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
27205 * conform/data/arpa/inet.h-data: Likewise.
27206 * conform/data/assert.h-data: Likewise.
27207 * conform/data/complex.h-data: Likewise.
27208 * conform/data/cpio.h-data: Likewise.
27209 * conform/data/ctype.h-data: Likewise.
27210 * conform/data/dirent.h-data: Likewise.
27211 * conform/data/dlfcn.h-data: Likewise.
27212 * conform/data/errno.h-data: Likewise.
27213 * conform/data/fcntl.h-data: Likewise.
27214 * conform/data/float.h-data: Likewise.
27215 * conform/data/fmtmsg.h-data: Likewise.
27216 * conform/data/fnmatch.h-data: Likewise.
27217 * conform/data/ftw.h-data: Likewise.
27218 * conform/data/glob.h-data: Likewise.
27219 * conform/data/grp.h-data: Likewise.
27220 * conform/data/iconv.h-data: Likewise.
27221 * conform/data/inttypes.h-data: Likewise.
27222 * conform/data/langinfo.h-data: Likewise.
27223 * conform/data/libgen.h-data: Likewise.
27224 * conform/data/limits.h-data: Likewise.
27225 * conform/data/locale.h-data: Likewise.
27226 * conform/data/math.h-data: Likewise.
27227 * conform/data/monetary.h-data: Likewise.
27228 * conform/data/mqueue.h-data: Likewise.
27229 * conform/data/ndbm.h-data: Likewise.
27230 * conform/data/net/if.h-data: Likewise.
27231 * conform/data/netdb.h-data: Likewise.
27232 * conform/data/netinet/in.h-data: Likewise.
27233 * conform/data/nl_types.h-data: Likewise.
27234 * conform/data/poll.h-data: Likewise.
27235 * conform/data/pthread.h-data: Likewise.
27236 * conform/data/pwd.h-data: Likewise.
27237 * conform/data/regex.h-data: Likewise.
27238 * conform/data/sched.h-data: Likewise.
27239 * conform/data/search.h-data: Likewise.
27240 * conform/data/semaphore.h-data: Likewise.
27241 * conform/data/setjmp.h-data: Likewise.
27242 * conform/data/signal.h-data: Likewise.
27243 * conform/data/spawn.h-data: Likewise.
27244 * conform/data/stdarg.h-data: Likewise.
27245 * conform/data/stdio.h-data: Likewise.
27246 * conform/data/stdlib.h-data: Likewise.
27247 * conform/data/string.h-data: Likewise.
27248 * conform/data/strings.h-data: Likewise.
27249 * conform/data/stropts.h-data: Likewise.
27250 * conform/data/sys/ipc.h-data: Likewise.
27251 * conform/data/sys/mman.h-data: Likewise.
27252 * conform/data/sys/msg.h-data: Likewise.
27253 * conform/data/sys/resource.h-data: Likewise.
27254 * conform/data/sys/select.h-data: Likewise.
27255 * conform/data/sys/sem.h-data: Likewise.
27256 * conform/data/sys/shm.h-data: Likewise.
27257 * conform/data/sys/socket.h-data: Likewise.
27258 * conform/data/sys/stat.h-data: Likewise.
27259 * conform/data/sys/statvfs.h-data: Likewise.
27260 * conform/data/sys/time.h-data: Likewise.
27261 * conform/data/sys/timeb.h-data: Likewise.
27262 * conform/data/sys/times.h-data: Likewise.
27263 * conform/data/sys/types.h-data: Likewise.
27264 * conform/data/sys/uio.h-data: Likewise.
27265 * conform/data/sys/un.h-data: Likewise.
27266 * conform/data/sys/utsname.h-data: Likewise.
27267 * conform/data/sys/wait.h-data: Likewise.
27268 * conform/data/syslog.h-data: Likewise.
27269 * conform/data/tar.h-data: Likewise.
27270 * conform/data/termios.h-data: Likewise.
27271 * conform/data/utime.h-data: Likewise.
27272 * conform/data/utmpx.h-data: Likewise.
27273 * conform/data/varargs.h-data: Likewise.
27274 * conform/data/wchar.h-data: Likewise.
27275 * conform/data/wctype.h-data: Likewise.
27276 * conform/data/wordexp.h-data: Likewise.
27277
27278 * include/stropts.h: New file.
27279 * include/uchar.h: New file.
27280 * include/aio.h: Changes to allow conformtest.pl to use the headers.
27281 * include/assert.h: Likewise.
27282 * include/ctype.h: Likewise.
27283 * include/dirent.h: Likewise.
27284 * include/dlfcn.h: Likewise.
27285 * include/fcntl.h: Likewise.
27286 * include/fnmatch.h: Likewise.
27287 * include/glob.h: Likewise.
27288 * include/grp.h: Likewise.
27289 * include/libio.h: Likewise.
27290 * include/locale.h: Likewise.
27291 * include/math.h: Likewise.
27292 * include/net/if.h: Likewise.
27293 * include/netdb.h: Likewise.
27294 * include/netinet/in.h: Likewise.
27295 * include/pthread.h: Likewise.
27296 * include/pwd.h: Likewise.
27297 * include/regex.h: Likewise.
27298 * include/sched.h: Likewise.
27299 * include/search.h: Likewise.
27300 * include/setjmp.h: Likewise.
27301 * include/signal.h: Likewise.
27302 * include/stdio.h: Likewise.
27303 * include/stdlib.h: Likewise.
27304 * include/string.h: Likewise.
27305 * include/sys/cdefs.h: Likewise.
27306 * include/sys/mman.h: Likewise.
27307 * include/sys/msg.h: Likewise.
27308 * include/sys/resource.h: Likewise.
27309 * include/sys/select.h: Likewise.
27310 * include/sys/socket.h: Likewise.
27311 * include/sys/stat.h: Likewise.
27312 * include/sys/statvfs.h: Likewise.
27313 * include/sys/time.h: Likewise.
27314 * include/sys/times.h: Likewise.
27315 * include/sys/uio.h: Likewise.
27316 * include/sys/utsname.h: Likewise.
27317 * include/sys/wait.h: Likewise.
27318 * include/termios.h: Likewise.
27319 * include/time.h: Likewise.
27320 * include/ulimit.h: Likewise.
27321 * include/unistd.h: Likewise.
27322 * include/utime.h: Likewise.
27323 * include/wchar.h: Likewise.
27324 * include/wctype.h: Likewise.
27325 * include/wordexp.h: Likewise.
27326
27327 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
27328
7a270350
UD
27329 * time/time.h: TIME_UTC must be a macro.
27330 Make timespec_get available for ISO C11 only as well.
27331
7724defc
UD
273322012-02-24 Ulrich Drepper <drepper@gmail.com>
27333
27334 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
27335 Reported by Peng Haitao <penght@cn.fujitsu.com>.
27336
6b1d1d46
JM
273372012-02-24 Joseph Myers <joseph@codesourcery.com>
27338
27339 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 27340
0f8bbd69
JM
273412012-02-24 Joseph Myers <joseph@codesourcery.com>
27342
27343 * manual/texinfo.tex: Update to version 2012-01-19.16.
27344
66ab80bc
JM
273452012-02-24 Joseph Myers <joseph@codesourcery.com>
27346
27347 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
27348
74981cc5
RM
273492012-02-24 Roland McGrath <roland@hack.frob.com>
27350
ee968201
RM
27351 [BZ #13738]
27352 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
27353 * manual/fdl-1.3.texi: New file.
27354 * manual/fdl-1.1.texi: File removed.
27355
74981cc5
RM
27356 [BZ #13738]
27357 * manual/libc.texinfo (FDL_VERSION): New @set.
27358 Use it for mention of FDL in cover text.
27359 (Documentation License): Use it in @include file name.
27360
7bb764bc
JM
273612012-02-22 Joseph Myers <joseph@codesourcery.com>
27362 Roland McGrath <roland@hack.frob.com>
27363
27364 [BZ #5461]
27365 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
27366 not LONG_LONG_MAX and LONG_LONG_MIN.
27367 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
27368 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
27369 name.
27370 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
27371
6cbeae47
JM
273722012-02-22 Joseph Myers <joseph@codesourcery.com>
27373
27374 [BZ #2547]
27375 [BZ #11365]
27376 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
27377 manipulate bits before adding and subtracting TWO23[sx].
27378 * math/libm-test.inc (nearbyint_test): Add more tests.
27379
fe45ce09
JM
273802012-02-22 Joseph Myers <joseph@codesourcery.com>
27381
27382 [BZ #2548]
27383 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
27384 bits before adding and subtracting TWO23[sx].
27385 * math/libm-test.inc (rint_test): Add more tests.
27386 (rint_test_tonearest): Likewise.
27387 (rint_test_towardzero): Likewise.
27388 (rint_test_downward): Likewise.
27389 (rint_test_upward: Likewise.
27390
ff3b3d82
JM
273912012-02-22 Joseph Myers <joseph@codesourcery.com>
27392
27393 [BZ #10110]
27394 * include/stdc-predef.h: New file. Extracted from features.h.
27395 * include/features.h: Include stdc-predef.h.
27396 * Makefile (headers): Add stdc-predef.h.
27397 * CONFORMANCE (Compiler limitations): Update.
27398
ef0aab35
JM
273992012-02-22 Joseph Myers <joseph@codesourcery.com>
27400
27401 * manual/libc.texinfo (VERSION, UPDATED): Revert.
27402
58639409
DM
274032012-02-21 David S. Miller <davem@davemloft.net>
27404
27405 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
27406 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
27407
c0e70b25
DM
274082012-02-20 David S. Miller <davem@davemloft.net>
27409
27410 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
27411 using a normal save/restore sequence, rather than allocating a
27412 dummy stack frame just to store a frame pointer and restore.
27413 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
27414
fb06851d
JM
274152012-02-21 Joseph Myers <joseph@codesourcery.com>
27416
27417 * manual/install.texi: Fix stray word in line-wrapped comment.
27418
7a8b71c3
DM
274192012-02-20 David S. Miller <davem@davemloft.net>
27420
d510c123
DM
27421 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
27422 both binutils and gcc support GOTDATA.
27423
0722d7c2
DM
27424 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
27425 "rd %pc" in the PIC register setup sequences.
27426
3d2b3019
DM
27427 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
27428 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
27429 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
27430 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
27431 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
27432 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
27433 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
27434 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
27435 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
27436 (SYSCALL_ERROR_HANDLER): Likewise.
27437 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
27438 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27439 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
27440 (SYSCALL_ERROR_HANDLER): Likewise.
27441
c80098a9
DM
27442 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
27443 (HAVE_GCC_GOTDATA): New.
27444 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
27445 relocation support in both binutils and gcc.
27446 * sysdeps/sparc/elf/configure: Regenerate.
27447
3a2545a0
DM
27448 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
27449 * sysdeps/sparc/sparc32/elf/configure: Delete.
27450 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
27451 * sysdeps/sparc/sparc64/elf/configure: Delete.
27452 * sysdeps/sparc/elf/configure.in: New file.
27453 * sysdeps/sparc/elf/configure: Generate.
27454
7a8b71c3
DM
27455 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
27456 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
27457 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
27458 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
27459 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
27460
f1e86fca
JM
274612012-02-21 Joseph Myers <joseph@codesourcery.com>
27462
27463 * manual/install.texi: Do not mention specific glibc version
27464 numbers.
27465 * manual/libc.texinfo (VERSION, UPDATED): Update.
27466 (@copying): Use @copyright{} and range of years.
27467
0e7dfaef
JM
274682012-02-21 Joseph Myers <joseph@codesourcery.com>
27469
27470 [BZ #13695]
27471 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
27472 [crti.S not in sysdirs] (generated): Do not append.
27473 [crti.S not in sysdirs] (omit-deps): Likewise.
27474 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
27475 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
27476 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
27477 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
27478 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
27479 Likewise.
27480 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
27481 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
27482 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
27483 * csu/defs.awk: Remove file.
27484 * sysdeps/generic/initfini.c: Likewise.
27485 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
27486 variable.
27487 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
27488 Likewise.
27489
599af3ca
JM
274902012-02-20 Joseph Myers <joseph@codesourcery.com>
27491
27492 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
27493 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
27494 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
27495 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
27496 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
27497 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
27498 <bits/epoll.h>.
27499 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
27500 (__EPOLL_PACKED): Define to empty if not defined by
27501 <bits/epoll.h>.
27502 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
27503 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27504 bits/epoll.h.
27505
0e499750
JM
275062012-02-20 Joseph Myers <joseph@codesourcery.com>
27507
27508 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
27509 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
27510 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
27511 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
27512 <bits/timerfd.h>.
27513 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
27514 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27515 bits/timerfd.h.
27516
5ad91f6e
JM
275172012-02-20 Joseph Myers <joseph@codesourcery.com>
27518
27519 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
27520 in C locale.
27521 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27522 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27523 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
27524 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27525
06b99b02
AJ
275262012-02-20 Aurelien Jarno <aurelien@aurel32.net>
27527
27528 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
27529 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
27530
7638c0fd
AS
275312012-02-19 Andreas Schwab <schwab@linux-m68k.org>
27532
27533 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
27534 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
27535 defined.
27536 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
27537 Likewise.
27538 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
27539 entry for 2.16.
27540
92221550
AJ
275412012-02-19 Aurelien Jarno <aurelien@aurel32.net>
27542
27543 * math/w_acos.c: Use non-signaling floating-point comparisons.
27544 * math/w_acosf.c: Likewise.
27545 * math/w_acosh.c: Likewise.
27546 * math/w_acoshf.c: Likewise.
27547 * math/w_acoshl.c: Likewise.
27548 * math/w_acosl.c: Likewise.
27549 * math/w_asin.c: Likewise.
27550 * math/w_asinf.c: Likewise.
27551 * math/w_asinl.c: Likewise.
27552 * math/w_atanh.c: Likewise.
27553 * math/w_atanhf.c: Likewise.
27554 * math/w_atanhl.c: Likewise.
27555 * math/w_exp2.c: Likewise.
27556 * math/w_exp2f.c: Likewise.
27557 * math/w_exp2l.c: Likewise.
27558 * math/w_j0.c: Likewise.
27559 * math/w_j0f.c: Likewise.
27560 * math/w_j0l.c: Likewise.
27561 * math/w_j1.c: Likewise.
27562 * math/w_j1f.c: Likewise.
27563 * math/w_j1l.c: Likewise.
27564 * math/w_jn.c: Likewise.
27565 * math/w_jnf.c: Likewise.
27566 * math/w_log.c: Likewise.
27567 * math/w_log10.c: Likewise.
27568 * math/w_log10f.c: Likewise.
27569 * math/w_log10l.c: Likewise.
27570 * math/w_log2.c: Likewise.
27571 * math/w_log2f.c: Likewise.
27572 * math/w_log2l.c: Likewise.
27573 * math/w_logf.c: Likewise.
27574 * math/w_logl.c: Likewise.
27575 * math/w_sqrt.c: Likewise.
27576 * math/w_sqrtf.c: Likewise.
27577 * math/w_sqrtl.c: Likewise.
27578 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
27579 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
27580 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
27581 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
27582 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
27583
ebaf36eb
JM
275842012-02-19 Joseph Myers <joseph@codesourcery.com>
27585
27586 [BZ #9739]
27587 * manual/string.texi (strnlen): Use correct parameter name in
27588 equivalent expression.
27589
71c254a6
JM
275902012-02-19 Joseph Myers <joseph@codesourcery.com>
27591
27592 [BZ #11174]
27593 * manual/users.texi (seteuid): Consistently use neweuid for
27594 argument name.
27595
16d2c631
JM
275962012-02-19 Joseph Myers <joseph@codesourcery.com>
27597
27598 [BZ #13704]
27599 * manual/nss.texi (Services in the NSS configuration): Correct
27600 list of services in example configuration file.
27601
cd837b09
NB
276022012-02-19 Nick Bowler <nbowler@draconx.ca>
27603
27604 [BZ #11322]
27605 * manual/arith.texi: Remove statements about negative zero
27606 behaving identically to zero.
27607
02c4bbad
JM
276082012-02-18 Joseph Myers <joseph@codesourcery.com>
27609
27610 [BZ #5993]
27611 * manual/install.texi: Do not document upgrading from libc5.
27612
366842e7
JM
276132012-02-18 Joseph Myers <joseph@codesourcery.com>
27614
27615 [BZ #4596]
27616 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
27617
dd54084d
DM
276182012-02-18 David S. Miller <davem@davemloft.net>
27619
27620 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
27621 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
27622 %o7 across the call.
27623 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
27624 instead.
27625 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
27626 SETUP_PIC_REG_LEAF.
27627 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
27628 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
27629 * sysdeps/sparc/crtn.S: Likewise.
27630
2bcc53a3
UD
276312012-02-17 Ulrich Drepper <drepper@gmail.com>
27632
27633 * aout/Makefile: Remove.
27634
09c093b5
RK
276352012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
27636
27637 [BZ #13058]
27638 * manual/examples/argp-ex1.c (main): Format definition in GNU
27639 style.
27640 * manual/examples/argp-ex2.c (main): Likewise.
27641 * manual/examples/argp-ex3.c (main): Likewise.
27642 * manual/examples/argp-ex4.c (main): Likewise.
27643 * manual/examples/longopt.c (main): Use new-style prototype
27644 definition.
27645 * manual/examples/strncat.c (main): Specify return type and use
27646 (void) for arguments.
27647 * manual/examples/subopt.c (main): Use char **argv argument.
27648
2ee633a2
JM
276492012-02-17 Joseph Myers <joseph@codesourcery.com>
27650
27651 [BZ #5077]
27652 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
27653 rounding modes.
27654
0520adde
FB
276552012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
27656
27657 [BZ #6907]
27658 * manual/string.texi (strchr): Change when strchrnul is
27659 recommended.
27660
3f4081cd
DGM
276612012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
27662
27663 [BZ #174]
27664 * manual/locale.texi (setlocale): Document LOCPATH.
27665
d1b10e78
JM
276662012-02-17 Joseph Myers <joseph@codesourcery.com>
27667
27668 [BZ #10210]
27669 * manual/process.texi (execle): Move @dots{} before last argument.
27670
79c6869c
PB
276712012-02-17 Paul Bolle <pebolle@tiscali.nl>
27672
27673 [BZ #12047]
27674 * manual/charset.texi (Generic Charset Conversion): Fix typo
27675 (LC_TYPE -> LC_CTYPE).
27676
cc6e48bc
NB
276772012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
27678
27679 [BZ #5805]
27680 * manual/arith.texi (scalbn): Use @var{} on parameter names.
27681 (scalbnf): Likewise.
27682 (scalbnl): Likewise.
27683 (scalbln): Likewise.
27684 (scalblnf): Likewise.
27685 (scalblnl): Likewise.
27686 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
27687 (vwarnx): Likewise.
27688 (verr): Likewise.
27689 (verrx): Likewise.
27690 * manual/filesys.texi (telldir): Use braces around return type.
27691 * manual/llio.texi (mmap): Add space after comma.
27692 (mmap64): Likewise.
27693 * manual/math.texi (jn): Use @var{} on parameter names.
27694 (jnf): Likewise.
27695 (jnl): Likewise.
27696 (yn): Likewise.
27697 (ynf): Likewise.
27698 (ynl): Likewise.
27699 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
27700 line.
27701 * manual/resource.texi (ulimit): Use @dots{} instead of literal
27702 "...".
27703 (sched_get_priority_min): Remove semicolon on @deftypefun line.
27704 (sched_get_priority_max): Likewise.
27705 * manual/signal.texi (sigvec): Add space after comma.
27706 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
27707 names.
27708 (if_indextoname): Likewise.
27709 (if_freenameindex): Likewise.
27710 (sendto): Use ',' instead of '.' in prototype.
27711 * manual/startup.texi (syscall): Use @dots{} instead of literal
27712 "...".
27713 * manual/stdio.texi (__fpending): Separate initial words of
27714 paragraph from @deftypefun line.
27715 * manual/syslog.texi (syslog): Use @dots{} instead of literal
27716 "...".
27717 (vsyslog): Use @var{} on parameter names.
27718 * manual/terminal.texi (stty): Use @var{} on parameter names.
27719 * manual/users.texi (getutmp): Use @var{} on parameter names.
27720 (getutmpx): Likewise.
27721
5b23062f
JM
277222012-02-17 Joseph Myers <joseph@codesourcery.com>
27723
27724 [BZ #6884]
27725 * manual/stdio.texi (fopen): Fix typos in description of
27726 ",ccs=STRING".
27727
8dee4833
AJ
277282012-02-17 Aurelien Jarno <aurelien@aurel32.net>
27729
27730 [BZ #4026]
27731 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
27732 get clock_id definition.
27733
9078ce93
TS
277342012-02-17 Thomas Schwinge <thomas@schwinge.name>
27735
27736 [BZ #4822]
27737 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
27738 (madvise): Cast every argument to void on its own.
27739
3835c55f
JM
277402012-02-17 Joseph Myers <joseph@codesourcery.com>
27741
27742 [BZ #9902]
27743 * manual/startup.texi (Exit Status): Fix typo.
27744
35c47e37
JM
277452012-02-17 Joseph Myers <joseph@codesourcery.com>
27746
27747 [BZ #10140]
27748 * manual/examples/argp-ex1.c: Include <stdlib.h>.
27749 * manual/examples/argp-ex2.c: Likewise.
27750 * manual/examples/argp-ex3.c: Likewise.
27751
e3b69ca7
RH
277522012-02-16 Richard Henderson <rth@redhat.com>
27753
27754 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
27755 * sysdeps/s390/s390-32/initfini.c: Remove.
27756 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
27757 * sysdeps/s390/s390-64/initfini.c: Remove.
27758
df83af67
KK
277592012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
27760
27761 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
27762 compiler output for sysdeps/generic/initfini.c.
27763 * sysdeps/sh/elf/initfini.c: Remove file.
27764
f63f3380
DM
277652012-02-16 David S. Miller <davem@davemloft.net>
27766
fb59b3a4
DM
27767 [BZ #11494]
27768 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
27769
f63f3380
DM
27770 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
27771 * sysdeps/sparc/crti.S: New file.
27772 * sysdeps/sparc/crtn.S: New file.
27773 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
27774 * sysdeps/sparc/sparc64/Makefile: Likewise.
27775
df6a4a4a
MF
277762012-02-15 Mike Frysinger <vapier@gentoo.org>
27777
6dd8f3dc 27778 [BZ #3335]
df6a4a4a
MF
27779 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
27780
1cac7236
RM
277812012-02-15 Roland McGrath <roland@hack.frob.com>
27782
d2c736f8
RM
27783 [BZ #4822]
27784 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
27785
1cac7236
RM
27786 * mach/devstream.c (cookie_io_functions_t): Macro removed.
27787 (write, read, close): Likewise.
27788 Patch by Aurelien Jarno <aurelien@aurel32.net>.
27789
8e475601
JM
277902012-02-15 Joseph Myers <joseph@codesourcery.com>
27791
27792 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
27793 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
27794 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
27795 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
27796 <bits/signalfd.h>.
27797 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
27798 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27799 bits/signalfd.h.
27800
ed656b40
MP
278012012-02-14 Marek Polacek <polacek@redhat.com>
27802
27803 * sysdeps/x86_64/crti.S: New file.
27804 * sysdeps/x86_64/crtn.S: New file.
27805 * sysdeps/x86_64/elf/initfini.c: Remove file.
27806
2a979d3a
JM
278072012-02-13 Joseph Myers <joseph@codesourcery.com>
27808
27809 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
27810 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
27811 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
27812 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
27813 <bits/inotify.h>.
27814 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
27815 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27816 bits/inotify.h.
27817
2a418ac3
JM
278182012-02-13 Joseph Myers <joseph@codesourcery.com>
27819
27820 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
27821 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
27822 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
27823 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
27824 <bits/eventfd.h>.
27825 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
27826 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27827 bits/eventfd.h.
27828
fb779be7
TS
278292012-02-10 Thomas Schwinge <thomas@codesourcery.com>
27830
e19e83c5
RM
27831 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
27832 __feraiseexcept instead of feraiseexcept.
7c35ffed 27833
fb779be7
TS
27834 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
27835 nanosleep invocations.
27836 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
27837 strings, and add error checking for a nanosleep invocations.
27838
59ba27a6
PE
278392012-02-09 Paul Eggert <eggert@cs.ucla.edu>
27840
27841 Replace FSF snail mail address with URLs, as per GNU coding standards.
27842 Most of the snail mail addresses were wrong anyway, and omitting
27843 them makes the source code easier to maintain. Almost all of the
27844 changes are to license notices and to locale LC_IDENTIFICATION
27845 addresses, except for this one:
27846 * manual/libc.texinfo: In "Published by", give the FSF's URL,
27847 not its snail mail address.
27848
57b957eb
RH
278492012-02-09 Richard Henderson <rth@twiddle.net>
27850
af850b1c
RH
27851 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
27852 of kernel-features.h.
27853
57b957eb
RH
27854 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
27855
6b73181a
MP
278562012-02-08 Marek Polacek <polacek@redhat.com>
27857
27858 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
27859 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
27860 * sysdeps/gnu/_G_config.h: Likewise.
27861 * sysdeps/generic/_G_config.h: Likewise.
27862
26ecc33a
AS
278632012-02-08 Andreas Schwab <schwab@linux-m68k.org>
27864
6c6dbc63
AS
27865 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
27866 tests.
27867 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27868
e216c012
AS
27869 * sysdeps/powerpc/powerpc32/crti.S: New file.
27870 * sysdeps/powerpc/powerpc32/crtn.S: New file.
27871 * sysdeps/powerpc/powerpc64/crti.S: New file.
27872 * sysdeps/powerpc/powerpc64/crtn.S: New file.
27873
26ecc33a
AS
27874 * Makeconfig (have-initfini): Don't set.
27875 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
27876 * configure.in (nopic_initfini): Don't substitute.
27877 * config.h.in (HAVE_INITFINI): Don't #undef.
27878 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
27879 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
27880
3add8e13
JM
278812012-02-08 Joseph Myers <joseph@codesourcery.com>
27882
27883 Support crti.S and crtn.S provided directly by architectures.
27884 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
27885 [crti.S in sysdirs] (omit-deps): Likewise.
27886 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
27887 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
27888 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
27889 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
27890 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
27891 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
27892 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
27893 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
27894 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
27895 compiler output for sysdeps/generic/initfini.c.
27896 * sysdeps/i386/elf/Makefile: Remove file.
27897 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
27898
a22f12b4
MP
278992012-02-07 Marek Polacek <polacek@redhat.com>
27900
27901 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
27902 * sysdeps/gnu/_G_config.h: Likewise.
27903 * sysdeps/mach/hurd/_G_config.h: Likewise.
27904
148cf100
MP
279052012-02-07 Marek Polacek <polacek@redhat.com>
27906
27907 * math/Makefile (tests): Add tst-CMPLX2.
27908 * math/tst-CMPLX2.c: New file.
27909
cfdc0dd7
AS
279102012-02-07 Andreas Schwab <schwab@linux-m68k.org>
27911
84ba42c4
AS
27912 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
27913
cfdc0dd7
AS
27914 * math/libm-test.inc (jn_test): Add missing L suffix.
27915
622c86f4
MP
279162012-02-06 Marek Polacek <polacek@redhat.com>
27917
27918 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
27919 * sysdeps/i386/fpu/e_powf.S: Likewise.
27920 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
27921 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
27922 * sysdeps/i386/fpu/e_acosh.S: Likewise.
27923 * sysdeps/i386/fpu/e_pow.S: Likewise.
27924 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
27925 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
27926 * sysdeps/i386/fpu/s_expm1.S: Likewise.
27927 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
27928 * sysdeps/i386/fpu/e_log2.S: Likewise.
27929 * sysdeps/i386/fpu/e_log2l.S: Likewise.
27930 * sysdeps/i386/fpu/e_scalb.S: Likewise.
27931 * sysdeps/i386/fpu/e_powl.S: Likewise.
27932 * sysdeps/i386/fpu/s_log1p.S: Likewise.
27933 * sysdeps/i386/fpu/e_log10f.S: Likewise.
27934 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
27935 * sysdeps/i386/fpu/e_logl.S: Likewise.
27936 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
27937 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
27938 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
27939 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
27940 * sysdeps/i386/fpu/e_log2f.S: Likewise.
27941 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
27942 * sysdeps/i386/fpu/e_log.S: Likewise.
27943 * sysdeps/i386/fpu/s_cexp.S: Likewise.
27944 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
27945 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
27946 * sysdeps/i386/fpu/e_logf.S: Likewise.
27947 * sysdeps/i386/fpu/e_log10l.S: Likewise.
27948 * sysdeps/i386/fpu/e_atanh.S: Likewise.
27949 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
27950 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
27951 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
27952 * sysdeps/i386/fpu/e_log10.S: Likewise.
27953 * sysdeps/i386/fpu/s_frexp.S: Likewise.
27954 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
27955 * sysdeps/i386/fpu/s_asinh.S: Likewise.
27956 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
27957 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
27958 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
27959 * sysdeps/i386/asm-syntax.h: Likewise.
27960 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
27961 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
27962 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
27963 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
27964 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
27965 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
27966 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
27967 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
27968 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
27969 * sysdeps/powerpc/sysdep.h: Likewise.
27970 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
27971 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27972
d4a54ac6
JM
279732012-02-06 Joseph Myers <joseph@codesourcery.com>
27974
27975 [BZ #411]
27976 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
27977
314054ea
JM
279782012-02-06 Joseph Myers <joseph@codesourcery.com>
27979
27980 * sysdeps/i386/sysdep.h: Include <features.h>.
27981 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
27982 version.
27983
d8e0ca50
JM
279842012-02-05 Joseph Myers <joseph@codesourcery.com>
27985
27986 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
27987 Define.
27988 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
27989 LOAD_PIC_REG_STR.
27990
b1da7dd9
JM
279912012-02-03 Joseph Myers <joseph@codesourcery.com>
27992
27993 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
27994 (SETUP_PIC_REG): Use GET_PC_THUNK.
27995 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
27996 macro.
27997
9a1d9254
JM
279982012-02-03 Joseph Myers <joseph@codesourcery.com>
27999
28000 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
28001 for non-PIC compilation.
28002 (SETUP_PIC_REG): Add .p2align directive.
28003 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
28004 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
28005 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
28006 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
28007 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
28008 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
28009 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
28010 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
28011 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
28012 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
28013 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
28014 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
28015 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
28016 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
28017 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
28018 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
28019 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
28020 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
28021 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
28022 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
28023 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
28024 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
28025 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
28026 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
28027 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
28028 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
28029 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
28030 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
28031 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
28032 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
28033 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
28034 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
28035 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
28036 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
28037 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
28038 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
28039 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
28040 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
28041 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
28042 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
28043 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
28044
65dc3b75
JM
280452012-02-03 Joseph Myers <joseph@codesourcery.com>
28046
28047 * math/tst-CMPLX.c: Include <stdio.h>.
28048
d55bf177
JM
280492012-01-31 Joseph Myers <joseph@codesourcery.com>
28050
28051 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
28052 float.
28053 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
28054 * sysdeps/sparc/bits/mathdef.h: Likewise.
28055
69db4f8f
MP
280562012-01-31 Marek Polacek <polacek@redhat.com>
28057
28058 * libio/libio.h: Don't define _PARAMS.
28059 * locale/programs/config.h: Don't define PARAMS.
28060 * stdlib/strtol_l.c: Likewise.
28061 (__strtol_l): Remove PARAMS from the prototype.
28062
41b81892
UD
280632012-01-31 Ulrich Drepper <drepper@gmail.com>
28064
3b49edc0
UD
28065 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
28066 names. Just use the correct names. Remove unnecessary wrapper
28067 functions.
28068 * malloc/arena.c: Likewise.
28069 * malloc/hooks.c: Likewise.
28070
41b81892
UD
28071 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
28072 ARENA_TEST says not to. Simplify test for creation of a new arena.
28073 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
28074
27a25b6e
UD
280752012-01-30 Ulrich Drepper <drepper@gmail.com>
28076
28077 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
28078 into tail calls.
28079 (update_get_addr): New function.
28080 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
28081 GET_ADDR_MODULE parameter.
28082
c8a89e7d
JM
280832012-01-30 Joseph Myers <joseph@codesourcery.com>
28084
28085 * crypt/cert.c: Remove __STDC__ conditionals.
28086 * crypt/crypt-entry.c: Likewise.
28087 * crypt/crypt_util.c: Likewise.
28088 * libio/filedoalloc.c: Likewise.
28089 * libio/fileops.c: Likewise.
28090 * libio/genops.c: Likewise.
28091 * libio/iofclose.c: Likewise.
28092 * libio/iofdopen.c: Likewise.
28093 * libio/iofopen.c: Likewise.
28094 * libio/iofopen64.c: Likewise.
28095 * libio/iogetdelim.c: Likewise.
28096 * libio/iopopen.c: Likewise.
28097 * libio/obprintf.c: Likewise.
28098 * libio/oldfileops.c: Likewise.
28099 * libio/oldiofclose.c: Likewise.
28100 * libio/oldiofdopen.c: Likewise.
28101 * libio/oldiofopen.c: Likewise.
28102 * libio/oldiopopen.c: Likewise.
28103 * libio/wfiledoalloc.c: Likewise.
28104 * libio/wgenops.c: Likewise.
28105 * locale/programs/xmalloc.c: Likewise.
28106 * misc/syslog.c: Likewise.
28107 * stdio-common/xbug.c: Likewise.
28108 * string/memchr.c: Likewise.
28109 * string/memcmp.c: Likewise.
28110 * string/memrchr.c: Likewise.
28111 * string/rawmemchr.c: Likewise.
28112 * sysdeps/posix/getcwd.c: Likewise.
28113 * time/strftime_l.c: Likewise.
28114
3b100462
JM
281152012-01-30 Joseph Myers <joseph@codesourcery.com>
28116
28117 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
28118 * config.make.in (config-cflags-sse2avx): Define.
28119 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
28120 Fix typo.
28121
607998af
CM
281222012-01-29 Chris Metcalf <cmetcalf@tilera.com>
28123
28124 * scripts/config.guess: Update from upstream config git repository.
28125 * scripts/config.sub: Likewise.
28126
3601428f
CM
281272012-01-28 Chris Metcalf <cmetcalf@tilera.com>
28128
3ac8b282
CM
28129 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
28130 (EM_NUM): Update.
28131 (R_TILEPRO_*, R_TILEGX_*): New macros.
28132
e034841e
CM
28133 * scripts/firstversions.awk: Fix bug in version range handling.
28134
540d7568
CM
28135 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
28136
3601428f
CM
28137 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
28138
463de862
CM
28139 * include/sys/epoll.h: New file.
28140 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
28141 libc_hidden_def.
28142
73139a76
UD
281432012-01-28 Ulrich Drepper <drepper@gmail.com>
28144
96bc5b45
UD
28145 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
28146 Avoid unnecessary __WORDSIZE == 64 test.
28147 (fmaxf): Use VEX format if possible.
28148 (fmax): Likewise.
28149 (fminf): Likewise.
28150 (fmin): Likewise.
28151
56f6f6a2
UD
28152 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
28153 * math/math_private.h: Remove libc_fegetround* and
28154 libc_fesetround*.
28155 * sysdeps/i386/configure.in: Check for -msse2avx.
28156 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
28157 also if SSE2AVX is defined.
28158 Remove libc_fegetround* and libc_fesetround*.
28159 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
28160 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
28161 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
28162 of HAS_YMM_USABLE.
28163 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
28164 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
28165 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
28166 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
28167 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
28168
73139a76
UD
28169 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
28170
d73f93a4
AZ
281712012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28172
28173 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
28174 size is not set.
28175 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
28176
6ee65ed6
UD
281772012-01-27 Ulrich Drepper <drepper@gmail.com>
28178
28179 [BZ #13618]
28180 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
28181 relocation.
28182 * Makeconfig (libm): Define.
28183 * elf/Makefile: Add rules to build and run tst-relsort1.
28184 * elf/tst-relsort1.c: New file.
28185 * elf/tst-relsort1mod1.c: New file.
28186 * elf/tst-relsort1mod2.c: New file.
28187
8db21882
JM
281882012-01-27 Joseph Myers <joseph@codesourcery.com>
28189
28190 * math/s_ldexp.c: Remove __STDC__ conditionals.
28191 * math/s_ldexpf.c: Likewise.
28192 * math/s_ldexpl.c: Likewise.
28193 * math/s_nextafter.c: Likewise.
28194 * math/s_nexttowardf.c: Likewise.
28195 * math/s_significand.c: Likewise.
28196 * math/s_significandf.c: Likewise.
28197 * math/s_significandl.c: Likewise.
28198 * math/w_jnl.c: Likewise.
28199 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
28200 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
28201 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
28202 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
28203 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
28204 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
28205 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
28206 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
28207 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
28208 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
28209 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
28210 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
28211 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
28212 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
28213 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
28214 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
28215 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
28216 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
28217 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28218 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
28219 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
28220 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
28221 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
28222 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28223 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
28224 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
28225 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
28226 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
28227 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
28228 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
28229 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
28230 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
28231 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
28232 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
28233 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
28234 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
28235 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
28236 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
28237 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
28238 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
28239 * sysdeps/ieee754/k_standard.c: Likewise.
28240 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
28241 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
28242 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
28243 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
28244 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
28245 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
28246 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
28247 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
28248 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
28249 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
28250 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
28251 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
28252 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
28253 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
28254 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
28255 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
28256 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
28257 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
28258 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
28259 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
28260 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
28261 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
28262 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
28263 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
28264 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
28265 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
28266 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
28267 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
28268 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
28269 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
28270 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
28271 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
28272 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
28273 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
28274 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
28275 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
28276 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
28277 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
28278 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
28279 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
28280 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
28281 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
28282 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
28283 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
28284 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
28285 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
28286 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
28287 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
28288 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
28289 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
28290 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
28291 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
28292 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
28293 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
28294 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
28295 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
28296 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
28297 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
28298 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
28299 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
28300 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
28301 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
28302 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
28303 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
28304 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
28305 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
28306 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
28307 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
28308 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
28309 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
28310 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
28311 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
28312 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
28313 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
28314 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
28315 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
28316 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
28317 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
28318 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
28319 * sysdeps/ieee754/s_matherr.c: Likewise.
28320 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
28321 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
28322 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28323 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28324
965a54a4
JM
283252012-01-26 Joseph Myers <joseph@codesourcery.com>
28326
28327 * crypt/md5.h: Remove __STDC__ conditionals.
28328 * libio/libioP.h: Likewise.
28329 * locale/programs/config.h: Likewise.
28330 * sysdeps/generic/sysdep.h: Likewise.
28331 * sysdeps/i386/asm-syntax.h: Likewise.
28332 * sysdeps/s390/asm-syntax.h: Likewise.
28333 * sysdeps/unix/sysdep.h: Likewise.
28334 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
28335 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28336
7071ad79
JM
283372012-01-26 Joseph Myers <joseph@codesourcery.com>
28338
28339 * libio/libio.h: Remove __STDC__ conditionals.
28340 * malloc/obstack.h: Likewise.
28341 * math/complex.h: Likewise.
28342 * math/math.h: Likewise.
28343 * sysdeps/generic/_G_config.h: Likewise.
28344 * sysdeps/gnu/_G_config.h: Likewise.
28345 * sysdeps/mach/hurd/_G_config.h: Likewise.
28346 * sysdeps/powerpc/bits/mathdef.h: Likewise.
28347 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
28348 * sysdeps/sparc/bits/mathdef.h: Likewise.
28349
afc5ed09
UD
283502012-01-26 Ulrich Drepper <drepper@gmail.com>
28351
28352 [BZ #13583]
28353 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 28354 Clean up HAS_* macros.
afc5ed09 28355 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
28356 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
28357 possible.
28358 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
28359 HAS_AVX.
28360 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
28361 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
28362 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
28363 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
28364 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 28365
bdb6de1d
JM
283662012-01-25 Joseph Myers <joseph@codesourcery.com>
28367
28368 * elf/tst-unique3.cc (gets): Remove declaration.
28369 * elf/tst-unique3lib.cc (gets): Likewise.
28370 * elf/tst-unique3lib2.cc (gets): Likewise.
28371 * elf/tst-unique4.cc (gets): Likewise.
28372
b15549e6
UD
283732012-01-24 Ulrich Drepper <drepper@gmail.com>
28374
28375 * include/stdio.h: Add C++ protection. Add gets declarations and
28376 definitions.
28377 * debug/tst-chk1.c: Don't declare gets here.
28378 * stdio-common/tst-gets.c: Likewise.
28379
a037381f
JM
283802012-01-24 Joseph Myers <joseph@codesourcery.com>
28381
28382 * posix/glob: Remove directory.
28383
f1d4aa75
JM
283842012-01-24 Joseph Myers <joseph@codesourcery.com>
28385
28386 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
28387
81c0c964
PT
283882012-01-22 Pino Toscano <toscano.pino@tiscali.it>
28389
28390 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
28391 of the non-standard EPFNOSUPPORT.
28392
0ea698ae
ST
283932011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
28394
28395 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
28396 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
28397 ANYWHERE set to 1 only on KERN_NO_SPACE error.
28398
d220b117
UD
283992012-01-21 Ulrich Drepper <drepper@gmail.com>
28400
28401 * wcsmbs/uchar.h: Test __STDC_VERSION__.
28402
3e1aa84e
UD
284032012-01-20 Ulrich Drepper <drepper@gmail.com>
28404
28405 * nscd/aicache.c (addhstaiX): Do not cache negative results of
28406 transient errors.
28407 * nscd/grpcache.c (cache_addgr): Likewise.
28408 * nscd/hstcache.c (cache_addhst): Likewise.
28409 * nscd/initgrcache.c (addinitgroupsX): Likewise.
28410 * nscd/pwdcache.c (cache_addpw): Likewise.
28411 * nscd/servicescache.c (cache_addserv): Likewise.
28412
400aa020
UD
284132012-01-16 Ulrich Drepper <drepper@gmail.com>
28414
d77e7869
UD
28415 * malloc/malloc.c: Various cleanups.
28416 * malloc/hooks.c: Likewise.
28417
400aa020
UD
28418 * stdlib/Makefile (tests): Add bug-fmtmsg1.
28419 * stdlib/bug-fmtmsg1.c: New file.
28420
28421 * stdlib/fmtmsg.c (init): Add missing unlock.
28422 Patch by Peng Haitao <penght@cn.fujitsu.com>.
28423
e0a309cf
MP
284242012-01-12 Marek Polacek <polacek@redhat.com>
28425
28426 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
28427 and _GNU_SOURCE.
28428
929d11c7
WS
284292012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
28430
28431 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
28432 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
28433 macro to ensure uniqueness of label name.
28434 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
28435 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
28436
41d0e869
UD
284372012-01-11 Ulrich Drepper <drepper@gmail.com>
28438
0cc5ed3b
UD
28439 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
28440
41d0e869
UD
28441 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
28442 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
28443 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
28444 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
28445
a47a831a
UD
284462012-01-10 Ulrich Drepper <drepper@gmail.com>
28447
daa891c0
UD
28448 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
28449
28450 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
28451 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
28452 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
28453
e58ef0f2
UD
28454 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
28455
a47a831a 28456 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
28457 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
28458 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 28459 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
28460
28461 * math/bits/math-finite.h: Add ldexp support.
28462
a0bfc9c7
MP
284632012-01-10 Marek Polacek <polacek@redhat.com>
28464
28465 * locale/programs/localedef.h (show_archive_content): Add noreturn
28466 attribute.
28467
d6e97a1d
UD
284682012-01-09 Ulrich Drepper <drepper@gmail.com>
28469
28470 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
28471
d5835c26
UD
284722012-01-08 Ulrich Drepper <drepper@gmail.com>
28473
e5f484c6
UD
28474 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
28475
d5835c26
UD
28476 * io/Makefile (headers): Add bits/poll2.h.
28477
d1f741e9
WS
284782011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
28479
28480 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
28481 typo #include statement.
28482
ec09c1c4
UD
284832012-01-08 Ulrich Drepper <drepper@gmail.com>
28484
28485 * include/sys/cdefs.h: Define __attribute_alloc_size.
28486 * catgets/gencat.c: Add alloc_size attribute and apply consistently
28487 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
28488 * elf/pldd.c: Likewise.
28489 * iconv/iconv_charmap.c: Likewise.
28490 * iconv/iconvconfig.c: Likewise.
28491 * iconv/strtab.c: Likewise.
28492 * locale/programs/locale.c: Likewise.
28493 * locale/programs/localedef.h: Likewise.
28494 * locale/programs/simple-hash.c: Likewise.
28495 * nscd/nscd.h: Likewise.
28496 * nss/makedb.c: Likewise.
28497 * sysdeps/generic/ldconfig.h: Likewise.
28498 * locale/programs/localedef.c: Remove xmalloc prototype.
28499 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
28500
20b38e03
PP
285012012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
28502
28503 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
28504 appropriate.
28505
a0da5fe1
UD
285062012-01-08 Ulrich Drepper <drepper@gmail.com>
28507
1d5a644a 28508 * math/Makefile (tests): Add tst-CMPLX.
669704fd 28509 * math/tst-CMPLX.c: New file.
1d5a644a 28510
8784a6db
UD
28511 * math/complex.h (CMPLXL): Fix typo.
28512
d9a216c0
UD
28513 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
28514 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
28515 GLIBC_2.16.
28516 * debug/tst-chk1.c: Add poll and ppoll tests.
28517 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
28518 * include/sys/poll.h: Add hidden proto for ppoll.
28519 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
28520 * sysdeps/mach/hurd/ppoll.c: Likewise.
28521 * io/ppoll.c: Likewise.
28522 * debug/poll_chk.c: New file.
28523 * debug/ppoll_chk.c: New file.
28524 * include/bits/poll2.h: New file.
28525 * io/bits/poll2.h: New file.
28526
ac097f5c
UD
28527 [BZ #1350]
28528 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
28529
2119dcfa
UD
28530 * configure.in: static is always set to yes. Remove.
28531 * config.make.in: Don't set build-static.
28532 * Makeconfig: Remove use of build-static.
28533 * dlfcn/Makefile: Likewise.
28534 * elf/Makefile: Likewise.
28535 * math/Makefile: Likewise.
28536 * misc/Makefile: Likewise.
28537 * nptl/Makefile: Likewise.
28538 * sysdeps/mach/hurd/Makefile: Likewise.
28539
121766a9
UD
28540 * configure.in: PWD_P is not used anymore.
28541 * config.make.in: Remove PWD_P entry.
28542
51a1d39c 28543 * configure.in: Remove last remnants of RANLIB.
8720d066 28544 No need to check for signed size_t anymore.
215f4bdc
UD
28545 Don't set libc_commonpagesize and libc_relro_required here for Alpha
28546 and IA-64.
3857022a 28547 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
28548 * aclocal.m4: Likewise.
28549
d3ed7225
UD
28550 * wcsmbs/mbrtoc16.c: Implement using towc function.
28551 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
28552 * wcsmbs/wcsmbsload.c: Likewise.
28553 * iconv/gconv_simple.c: Likewise.
28554 * iconv/gconv_int.h: Likewise.
28555 * iconv/gconv_builtin.h: Likewise.
28556 * iconv/iconv_prog.c: Remove CHAR16 handling.
28557
28558 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
28559
28560 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
28561
a0da5fe1
UD
28562 * configure.in: Remove --with-elf and --enable-bounded options.
28563 Dont set base_machine for ia64. More non-ELF conditions removed.
28564 Remove testing and setting of leading underscore information.
28565 * config.make.in (build-bounded): Set to no.
28566 * config.h.in: Remove NO_UNDERSCORES entry.
28567 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
28568 them.
28569 * csu/start.c: Remove !NO_UNDERSCORE code.
28570 * locale/localeinfo.h: Likewise.
28571 * sysdeps/generic/machine-gmon.h: Likewise.
28572 * sysdeps/generic/sysdep.h: Likewise.
28573 * sysdeps/i386/sysdep.h: Likewise.
28574 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
28575 * sysdeps/mach/sysdep.h: Likewise.
28576 * sysdeps/s390/s390-32/sysdep.h: Likewise.
28577 * sysdeps/s390/s390-64/sysdep.h: Likewise.
28578 * sysdeps/sh/sysdep.h: Likewise.
28579 * sysdeps/sparc/sparc32/alloca.S: Likewise.
28580 * sysdeps/unix/i386/sysdep.S: Likewise.
28581 * sysdeps/unix/sparc/start.c: Likewise.
28582 * sysdeps/unix/sparc/sysdep.S: Likewise.
28583 * sysdeps/unix/sparc/sysdep.h: Likewise.
28584 * sysdeps/unix/start.c: Likewise.
28585 * sysdeps/unix/x86_64/sysdep.S: Likewise.
28586 * sysdeps/x86_64/sysdep.h: Likewise.
28587
df78418a
UD
285882012-01-07 Ulrich Drepper <drepper@gmail.com>
28589
a784e502
UD
28590 [BZ #13553]
28591 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
28592 for non-gcc.
28593 * argp/argp-fmtstream.h: Use const instead __const.
28594 * argp/argp.h: Likewise.
28595 * assert/assert.h: Likewise.
28596 * bits/fenv.h: Likewise.
28597 * bits/sched.h: Likewise.
28598 * bits/sigset.h: Likewise.
28599 * bits/sigthread.h: Likewise.
28600 * catgets/nl_types.h: Likewise.
28601 * conform/data/pthread.h-data: Likewise.
28602 * crypt/crypt-private.h: Likewise.
28603 * crypt/crypt.h: Likewise.
28604 * crypt/crypt_util.c: Likewise.
28605 * ctype/ctype.h: Likewise.
28606 * debug/execinfo.h: Likewise.
28607 * debug/mbsnrtowcs_chk.c: Likewise.
28608 * debug/mbsrtowcs_chk.c: Likewise.
28609 * debug/wcsnrtombs_chk.c: Likewise.
28610 * debug/wcsrtombs_chk.c: Likewise.
28611 * debug/wcstombs_chk.c: Likewise.
28612 * dirent/dirent.h: Likewise.
28613 * dlfcn/dlfcn.h: Likewise.
28614 * elf/neededtest4.c: Likewise.
28615 * grp/grp.h: Likewise.
28616 * gshadow/gshadow.h: Likewise.
28617 * iconv/gconv.h: Likewise.
28618 * iconv/gconv_int.h: Likewise.
28619 * iconv/gconv_simple.c: Likewise.
28620 * iconv/iconv.h: Likewise.
28621 * iconv/loop.c: Likewise.
28622 * iconv/skeleton.c: Likewise.
28623 * include/aio.h: Likewise.
28624 * include/aliases.h: Likewise.
28625 * include/argz.h: Likewise.
28626 * include/arpa/inet.h: Likewise.
28627 * include/assert.h: Likewise.
28628 * include/dirent.h: Likewise.
28629 * include/dlfcn.h: Likewise.
28630 * include/execinfo.h: Likewise.
28631 * include/fcntl.h: Likewise.
28632 * include/fenv.h: Likewise.
28633 * include/glob.h: Likewise.
28634 * include/grp.h: Likewise.
28635 * include/libintl.h: Likewise.
28636 * include/mntent.h: Likewise.
28637 * include/netdb.h: Likewise.
28638 * include/pwd.h: Likewise.
28639 * include/rpc/netdb.h: Likewise.
28640 * include/sched.h: Likewise.
28641 * include/search.h: Likewise.
28642 * include/shadow.h: Likewise.
28643 * include/signal.h: Likewise.
28644 * include/stdio.h: Likewise.
28645 * include/stdlib.h: Likewise.
28646 * include/string.h: Likewise.
28647 * include/sys/socket.h: Likewise.
28648 * include/sys/stat.h: Likewise.
28649 * include/sys/statfs.h: Likewise.
28650 * include/sys/statvfs.h: Likewise.
28651 * include/sys/syslog.h: Likewise.
28652 * include/sys/time.h: Likewise.
28653 * include/sys/uio.h: Likewise.
28654 * include/time.h: Likewise.
28655 * include/unistd.h: Likewise.
28656 * include/utmp.h: Likewise.
28657 * include/wchar.h: Likewise.
28658 * include/wctype.h: Likewise.
28659 * inet/aliases.h: Likewise.
28660 * inet/arpa/inet.h: Likewise.
28661 * inet/netinet/ether.h: Likewise.
28662 * inet/netinet/in.h: Likewise.
28663 * intl/libintl.h: Likewise.
28664 * io/bits/fcntl2.h: Likewise.
28665 * io/fcntl.h: Likewise.
28666 * io/ftw.h: Likewise.
28667 * io/sys/poll.h: Likewise.
28668 * io/sys/stat.h: Likewise.
28669 * io/sys/statfs.h: Likewise.
28670 * io/sys/statvfs.h: Likewise.
28671 * io/utime.h: Likewise.
28672 * libio/bits/stdio.h: Likewise.
28673 * libio/bits/stdio2.h: Likewise.
28674 * libio/libio.h: Likewise.
28675 * libio/libioP.h: Likewise.
28676 * libio/stdio.h: Likewise.
28677 * locale/lc-ctype.c: Likewise.
28678 * locale/locale.h: Likewise.
28679 * login/utmp.h: Likewise.
28680 * malloc/arena.c: Likewise.
28681 * malloc/malloc.c: Likewise.
28682 * malloc/malloc.h: Likewise.
28683 * malloc/mcheck.c: Likewise.
28684 * malloc/mtrace.c: Likewise.
28685 * math/bits/mathcalls.h: Likewise.
28686 * math/fenv.h: Likewise.
28687 * math/math_private.h: Likewise.
28688 * misc/bits/error.h: Likewise.
28689 * misc/bits/syslog.h: Likewise.
28690 * misc/err.h: Likewise.
28691 * misc/error.h: Likewise.
28692 * misc/fstab.h: Likewise.
28693 * misc/mntent.h: Likewise.
28694 * misc/regexp.h: Likewise.
28695 * misc/search.h: Likewise.
28696 * misc/sgtty.h: Likewise.
28697 * misc/sys/mman.h: Likewise.
28698 * misc/sys/syslog.h: Likewise.
28699 * misc/sys/uio.h: Likewise.
28700 * misc/sys/xattr.h: Likewise.
28701 * misc/ttyent.h: Likewise.
28702 * nis/rpcsvc/ypclnt.h: Likewise.
28703 * nss/nss.h: Likewise.
28704 * posix/bits/unistd.h: Likewise.
28705 * posix/fnmatch.h: Likewise.
28706 * posix/glob.h: Likewise.
28707 * posix/sched.h: Likewise.
28708 * posix/spawn.h: Likewise.
28709 * posix/sys/wait.h: Likewise.
28710 * posix/unistd.h: Likewise.
28711 * posix/wordexp.h: Likewise.
28712 * pwd/pwd.h: Likewise.
28713 * resolv/netdb.h: Likewise.
28714 * resource/sys/resource.h: Likewise.
28715 * rt/aio.h: Likewise.
28716 * rt/bits/mqueue2.h: Likewise.
28717 * rt/mqueue.h: Likewise.
28718 * shadow/shadow.h: Likewise.
28719 * signal/signal.h: Likewise.
28720 * socket/send.c: Likewise.
28721 * socket/sendto.c: Likewise.
28722 * socket/sys/socket.h: Likewise.
28723 * stdio-common/printf.h: Likewise.
28724 * stdlib/bits/stdlib.h: Likewise.
28725 * stdlib/fmtmsg.h: Likewise.
28726 * stdlib/monetary.h: Likewise.
28727 * stdlib/stdlib.h: Likewise.
28728 * stdlib/ucontext.h: Likewise.
28729 * streams/stropts.h: Likewise.
28730 * string/argz.h: Likewise.
28731 * string/bits/string2.h: Likewise.
28732 * string/string.h: Likewise.
28733 * string/strings.h: Likewise.
28734 * sunrpc/rpc/auth.h: Likewise.
28735 * sunrpc/rpc/auth_des.h: Likewise.
28736 * sunrpc/rpc/clnt.h: Likewise.
28737 * sunrpc/rpc/netdb.h: Likewise.
28738 * sunrpc/rpc/pmap_clnt.h: Likewise.
28739 * sunrpc/rpc/xdr.h: Likewise.
28740 * sysdeps/generic/inttypes.h: Likewise.
28741 * sysdeps/generic/net/if.h: Likewise.
28742 * sysdeps/generic/sys/swap.h: Likewise.
28743 * sysdeps/gnu/net/if.h: Likewise.
28744 * sysdeps/gnu/utmpx.h: Likewise.
28745 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
28746 * sysdeps/i386/i486/bits/string.h: Likewise.
28747 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
28748 * sysdeps/s390/bits/string.h: Likewise.
28749 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
28750 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
28751 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
28752 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
28753 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
28754 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
28755 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
28756 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
28757 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
28758 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
28759 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
28760 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28761 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
28762 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28763 * sysdeps/unix/sysv/linux/readv.c: Likewise.
28764 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
28765 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
28766 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
28767 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
28768 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
28769 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
28770 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
28771 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
28772 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
28773 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
28774 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
28775 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
28776 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
28777 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
28778 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
28779 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
28780 * sysvipc/sys/ipc.h: Likewise.
28781 * sysvipc/sys/msg.h: Likewise.
28782 * sysvipc/sys/sem.h: Likewise.
28783 * sysvipc/sys/shm.h: Likewise.
28784 * termios/termios.h: Likewise.
28785 * time/sys/time.h: Likewise.
28786 * time/time.h: Likewise.
28787 * wcsmbs/bits/wchar2.h: Likewise.
28788 * wcsmbs/uchar.h: Likewise.
28789 * wcsmbs/wchar.h: Likewise.
28790 * wctype/wctype.h: Likewise.
28791
0269750c
UD
28792 [BZ #13551]
28793 * Makeconfig: Remove all but ELF support including AIX support.
28794 * Makerules: Likewise.
28795 * config.h.in: Likewise.
28796 * config.make.in: Likewise.
28797 * configure: Likewise.
28798 * configure.in: Likewise.
28799 * csu/Makefile: Likewise.
28800 * csu/version.c: Likewise.
28801 * debug/Makefile: Likewise.
28802 * dlfcn/Makefile: Likewise.
28803 * elf/Makefile: Likewise.
28804 * extra-lib.mk: Likewise.
28805 * iconv/Makefile: Likewise.
28806 * include/libc-symbols.h: Likewise.
28807 * include/shlib-compat.h: Likewise.
28808 * resolv/Makefile: Likewise.
28809 * resolv/res_libc.c: Likewise.
28810 * rt/Makefile: Likewise.
28811 * sysdeps/i386/asm-syntax.h: Likewise.
28812 * sysdeps/i386/sysdep.h: Likewise.
28813 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
28814 * sysdeps/mach/sysdep.h: Likewise.
28815 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
28816 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
28817 * sysdeps/s390/asm-syntax.h: Likewise.
28818 * sysdeps/s390/s390-32/sysdep.h: Likewise.
28819 * sysdeps/s390/s390-64/sysdep.h: Likewise.
28820 * sysdeps/sh/sysdep.h: Likewise.
28821 * sysdeps/unix/sparc/sysdep.h: Likewise.
28822 * sysdeps/wordsize-32/divdi3.c: Likewise.
28823 * sysdeps/x86_64/sysdep.h: Likewise.
28824
00bbd29b
UD
28825 * argp/Versions: Remove _argp_unlock_xxx.
28826
28827 [BZ #13559]
28828 * abilist/ld.abilist: Update. Adjust for removal of tls option.
28829 * abilist/libBrokenLocale.abilist: Likewise.
28830 * abilist/libanl.abilist: Likewise.
28831 * abilist/libc.abilist: Likewise.
28832 * abilist/libcrypt.abilist: Likewise.
28833 * abilist/libdl.abilist: Likewise.
28834 * abilist/libm.abilist: Likewise.
28835 * abilist/libnsl.abilist: Likewise.
28836 * abilist/libpthread.abilist: Likewise.
28837 * abilist/libresolv.abilist: Likewise.
28838 * abilist/librt.abilist: Likewise.
28839 * abilist/libthread_db.abilist: Likewise.
28840 * abilist/libutil.abilist: Likewise.
28841 * abilist/libnss_db.abilist: New file.
28842
28843 * scripts/abilist.awk: Add support for indirect functions.
28844
a2693a0e
UD
28845 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
28846
3f05895f
UD
28847 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
28848
ecb6fb48
UD
28849 * shlib-versions: Remove entries for ports architectures.
28850
664f8cb9
UD
28851 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
28852 files in ports.
28853 * elf/stackguard-macros.h: Remove support for IA-64.
28854 * elf/tst-auditmod1.c: Likewise.
28855 * sysdeps/generic/ldsodefs.h: Likewise.
28856
7ae81d88
UD
28857 * sysdeps/unix/sysv/linux/configure.in: Ports should define
28858 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
28859 configure files.
28860
bdeba135
UD
28861 [BZ #13552]
28862 * configure.in: Remove --enable-omitfp support.
28863 * FAQ.in: Adjust.
28864 * config.make.in: Likewise.
28865 * Makeconfig: Likewise.
28866 * manual/install.texi: Likewise.
28867
d75a0a62
UD
28868 In case anyone cares, the IA-64 architecture could move to ports.
28869 * sysdeps/ia64/*: Removed.
28870 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 28871 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 28872
dcc9756b
UD
28873 [BZ #13555]
28874 * configure.in: Remove entries for unsupported architectures.
28875
d3761ebc 28876 [BZ #13533]
9954432e
UD
28877 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
28878 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
28879 routines.
28880 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
28881 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
28882 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
28883 fall back to using wcrtomb.
28884 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
28885 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
28886 renaming.
28887 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
28888 * wcsmbs/tst-c16c32-1.c: New file.
28889
28890 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
28891 local variable.
28892
c3a87236
UD
28893 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
28894
28926a1b
UD
28895 * elf/tst-unique3.cc: Add explicit declaration of gets.
28896 * elf/tst-unique3lib.cc: Likewise.
28897 * elf/tst-unique3lib2.cc: Likewise.
28898 * elf/tst-unique4.cc: Likewise.
28899
df78418a
UD
28900 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
28901
8ecd6b2a
JM
289022012-01-06 Joseph Myers <joseph@codesourcery.com>
28903
28904 [BZ #13566]
28905 * assert/assert.h (static_assert): Don't define for C++.
28906 * libio/stdio.h (gets): Do declare for C++ <= C++11.
28907 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
28908
9f115170
UD
289092012-01-03 Ulrich Drepper <drepper@gmail.com>
28910
5e0d0300
UD
28911 * iconv/loop.c (single loop): Fix assertion in storing of
28912 remaining bytes.
28913
9f115170
UD
28914 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
28915
81fb02b0
UD
289162012-01-01 Ulrich Drepper <drepper@gmail.com>
28917
28918 * posix/getconf.c: Update copyright year.
28919 * nss/getent.c: Likewise.
a316c1f6 28920 * nss/makedb.c: Likewise.
81fb02b0
UD
28921 * iconv/iconvconfig.c: Likewise.
28922 * iconv/iconv_prog.c: Likewise.
28923 * elf/ldconfig.c: Likewise.
a316c1f6
UD
28924 * elf/pldd.c: Likewise.
28925 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
28926 * catgets/gencat.c: Likewise.
28927 * csu/version.c: Likewise.
28928 * elf/ldd.bash.in: Likewise.
28929 * elf/sprof.c (print_version): Likewise.
28930 * locale/programs/locale.c: Likewise.
28931 * locale/programs/localedef.c: Likewise.
a316c1f6 28932 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
28933 * nscd/nscd.c (print_version): Likewise.
28934 * debug/xtrace.sh: Likewise.
28935 * malloc/memusage.sh: Likewise.
28936 * malloc/mtrace.pl: Likewise.
28937 * debug/catchsegv.sh: Likewise.
28938
2ba92745
JJ
289392011-12-30 Jakub Jelinek <jakub@redhat.com>
28940
28941 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
28942 pure attribute.
28943
dadebdae
UD
289442011-12-24 Ulrich Drepper <drepper@gmail.com>
28945
d3761ebc 28946 [BZ #13533]
db6af3eb
UD
28947 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
28948 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
28949 transformations.
28950 * iconv/gconv_int.h: Likewise.
28951 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
28952 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
28953 from libc for GLIBC_2.16.
28954 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
28955 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
28956 * wcsmbs/uchar.h: Really define mbstate_t.
28957 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
28958 * wcsmbs/c16rtomb.c: New file.
28959 * wcsmbs/mbrtoc16.c: New file.
28960 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
28961 for C/POSIX locale.
28962 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
28963 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
28964
dadebdae
UD
28965 * wcsmbs/wchar.h: Add missing __restrict.
28966
67371b56
UD
289672011-12-23 Ulrich Drepper <drepper@gmail.com>
28968
74033a25
UD
28969 [BZ #13532]
28970 * time/Makefile (routines): Add timespec_get.
28971 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
28972 * time/time.h: Define TIME_UTC and declare timespec_get. Define
28973 timespec for ISO C11.
28974 * time/timespec_get.c: New file.
28975 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
28976 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
28977
380d7e87
UD
28978 [BZ #13531]
28979 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
28980 * stdlib/stdlib.h: Declare aligned_alloc.
28981 * Versions.def: Add GLIBC_2.16 for libc.
28982 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
28983
4e9e7a35
UD
28984 [BZ 13527]
28985 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
28986 ISO C11.
28987
380d7e87 28988 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
28989 code.
28990
03a71829
UD
28991 [BZ #13528]
28992 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
28993
839e283e
UD
28994 [BZ #13529]
28995 * assert/assert.h (static_assert): Define.
28996
ce5294e2 28997 * version.h: Update for 2.16 development version.
90fa7312 28998
8d44e150 28999 [BZ #13526]
d7809905
UD
29000 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
29001 _ISOC11_SOURCE.
29002
c0da14cd
UD
29003 * version.h (RELEASE): Bump for 2.15 release.
29004 * include/features.h (__GLIBC_MINOR__): Bump to 15.
29005
530a3249
MP
29006 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
29007 Patch by Marek Polacek <mpolacek@redhat.com>.
29008
67371b56
UD
29009 * bits/byteswap.h: Protect long long constants with __extension__.
29010 * sysdeps/i386/bits/byteswap.h: Likewise.
29011 * sysdeps/ia64/bits/byteswap.h: Likewise.
29012 * sysdeps/s390/bits/byteswap.h: Likewise.
29013 * sysdeps/x86_64/bits/byteswap.h: Likewise.
29014
15db4de1
LD
290152011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29016
29017 [BZ #13540]
bbe315ea
LD
29018 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
29019 destination buffer.
15db4de1
LD
29020 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
29021
2b2596b1
MP
290222011-12-23 Marek Polacek <polacek@redhat.com>
29023
29024 * elf/dl-addr.c (determine_info): Add inline keyword.
29025 * elf/tst-auditmod4b.c (check_avx): Likewise.
29026 * elf/tst-auditmod6b.c (check_avx): Likewise.
29027 * elf/tst-auditmod6c.c (check_avx): Likewise.
29028 * elf/tst-auditmod7b.c (check_avx): Likewise.
29029
70c6c246
UD
290302011-12-23 Ulrich Drepper <drepper@gmail.com>
29031
29032 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
29033 !__SSE_MATH__.
29034
c044cf14
LD
290352011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29036
15db4de1 29037 [BZ #13540]
c044cf14
LD
29038 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
29039 processing for last bytes.
29040
6b13d9d9
BH
290412011-08-06 Bruno Haible <bruno@clisp.org>
29042
d455f537
BH
29043 [BZ #13061]
29044 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
29045 U+0385, not to U+1FEE.
29046
6b13d9d9
BH
29047 [BZ #13062]
29048 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
29049 entry for U+00A5 U+0301.
29050
db910efd
UD
290512011-12-22 Ulrich Drepper <drepper@gmail.com>
29052
27deeafc
UD
29053 [BZ #13166]
29054 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
29055 buffer for the output is too small.
29056
aed9d171
UD
29057 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
29058 optimization.
29059
db910efd
UD
29060 [BZ #13185]
29061 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
29062 SSE flags if possible.
29063
2bd779ae
LD
290642011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29065
e7f9dac3 29066 [BZ #13540]
2bd779ae
LD
29067 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
29068 processing for last bytes.
29069
154bfc16
JM
290702011-12-22 Joseph Myers <joseph@codesourcery.com>
29071
29072 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
29073 (syscall-list-default-options, syscall-list-default-condition)
29074 (syscall-list-includes): Define.
29075 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
29076 list of ABIs and options and #if conditions for each ABI. Do not
29077 handle common syscalls between ABIs specially.
29078 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
29079 Remove.
29080 (syscall-list-variants, syscall-list-32bit-options)
29081 (syscall-list-32bit-condition, syscall-list-64bit-options)
29082 (syscall-list-64bit-condition): Define.
29083 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
29084 (syscall-list-variants, syscall-list-32bit-options)
29085 (syscall-list-32bit-condition, syscall-list-64bit-options)
29086 (syscall-list-64bit-condition): Define.
29087 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
29088 Remove.
29089 (syscall-list-variants, syscall-list-32bit-options)
29090 (syscall-list-32bit-condition, syscall-list-64bit-options)
29091 (syscall-list-64bit-condition): Define.
29092 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
29093 Remove.
29094 (syscall-list-variants, syscall-list-32bit-options)
29095 (syscall-list-32bit-condition, syscall-list-64bit-options)
29096 (syscall-list-64bit-condition): Define.
29097
21eaf3a5
UD
290982011-12-22 Ulrich Drepper <drepper@gmail.com>
29099
16c6f992
UD
29100 * locale/iso-639.def: Add brx entry.
29101
41043168
UD
29102 [BZ #13328]
29103 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
29104 Proposed by Mariusz_Cukr <marcukr@op.pl>.
29105
21eaf3a5
UD
29106 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
29107 __feraiseexcept_renamed.
29108
e3a851a2
UD
291092011-12-21 Ulrich Drepper <drepper@gmail.com>
29110
4920765e
UD
29111 [BZ #13538]
29112 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
29113 EPOLLET with unsigned values.
29114 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
29115 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
29116
e3a851a2
UD
29117 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
29118 to large cancellation.
29119 * math/s_cacoshf.c: Likewise.
29120 * math/s_cacoshl.c: Likewise.
29121
b27e24b8
RK
291222011-11-18 Richard B. Kreckel <kreckel@ginac.de>
29123
29124 [BZ #13305]
aebefeee 29125 [BZ #12786]
b27e24b8
RK
29126 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
29127 * math/s_cacoshf.c: Likewise.
29128 * math/s_cacoshl.c: Likewise.
29129
ee190f67
UD
291302011-12-21 Ulrich Drepper <drepper@gmail.com>
29131
29132 [BZ #13439]
29133 * iconv/gconv.h: Define __GCONV_SWAP.
29134 * iconvdata/unicode.c: The swap bit must be stored in __flags.
29135 * iconvdata/utf-16.c: Likewise.
29136 * iconvdata/utf-32.c: Likewise.
29137
707f25df
AS
291382011-12-21 Andreas Schwab <schwab@linux-m68k.org>
29139
29140 [BZ #13524]
29141 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
29142 numerator after shifting it by one limb.
29143
d2daaa1e
RÁE
291442011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
29145
29146 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
29147 under [__USE_EXTERN_INLINES].
29148
a4647e72
UD
291492011-12-17 Ulrich Drepper <drepper@gmail.com>
29150
29151 [BZ #13446]
29152 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
29153
f0b264f1
AZ
291542011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29155
29156 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
29157 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
29158 optimized code.
29159 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
29160 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
29161 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
29162 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
29163 for strncasecmp/strncasecmp_l compilation.
29164 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
29165 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
29166
8ef4f244
MP
291672011-12-08 Marek Polacek <mpolacek@redhat.com>
29168
29169 [BZ #13484]
29170 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
29171 of __asm__.
29172
97ac2654
UD
291732011-12-17 Ulrich Drepper <drepper@gmail.com>
29174
29175 [BZ #13506]
29176 * time/tzfile.c (__tzfile_read): Check values from file header.
29177
91d2a845
WS
291782011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
29179
29180 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
29181 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
29182 * powerpc/powerpc32/dl-start.S: Likewise.
29183 * powerpc/powerpc32/elf/start.S: Likewise.
29184 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
29185 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
29186 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
29187 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
29188 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
29189 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
29190 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
29191 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29192 * powerpc/powerpc32/fpu/s_round.S: Likewise.
29193 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
29194 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
29195 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
29196 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
29197 * powerpc/powerpc32/memset.S: Likewise.
29198 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
29199 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29200 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29201 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29202 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29203 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
29204 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
29205 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
29206 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
29207 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
29208 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
29209 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
29210 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
29211
a1267ba1
AZ
292122011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29213
29214 * math/libm-test.inc: Added more nearbyint tests.
29215 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
29216 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
29217 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
29218 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
29219
ad8ac1bd
RL
292202011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
29221
29222 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
29223 FD_CLOEXEC.
29224
1d3e4b61
UD
292252011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29226
29227 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
29228 Add wcscpy-ssse3 wcscpy-c.
29229 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
29230 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
29231 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
29232 * sysdeps/x86_64/wcschr.S: New file.
29233 * sysdeps/x86_64/wcsrchr.S: New file.
29234 * string/test-strcmp.c: Remove checking of wcscmp function for
29235 wrong alignments.
29236 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
29237 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
29238 wcsrchr-sse2 wcsrchr-c.
29239 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
29240 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
29241 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
29242 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
29243 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
29244 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
29245 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
29246 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
29247 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
29248 * wcsmbc/wcschr.c (WCSCHR): New macro.
29249
5b330a2d
UD
292502011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
29251
29252 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
29253 * wcsmbs/test-wcsrchr.c: New file.
29254 * string/test-strrchr.c: Add wcsrchr support.
29255 (WIDE): New macro.
29256 * wcsmbs/test-wcscpy.c: New file.
29257 * string/test-strcpy.c: Add wcscpy support.
29258 (WIDE): New macro.
26428b7c 29259
f039c043
UD
292602011-12-10 Ulrich Drepper <drepper@gmail.com>
29261
29262 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
29263 the inner loop.
29264
850fb039
AS
292652011-12-06 Andreas Schwab <schwab@linux-m68k.org>
29266
29267 [BZ #13472]
29268 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
29269
4efbd5cb
UD
292702011-12-04 Ulrich Drepper <drepper@gmail.com>
29271
52ff5dd0 29272 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 29273 Minor optimizations.
52ff5dd0 29274
4efbd5cb
UD
29275 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
29276 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
29277 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
29278
8a426e12
UD
292792011-12-03 Ulrich Drepper <drepper@gmail.com>
29280
aff2453d
UD
29281 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
29282 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
29283 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
29284 for gcc to avoid warnings.
29285 * inet/Makefile (tests): Add tst-checks.
29286 * inet/tst-checks.c: New file.
29287
29288 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
29289 warning.
29290
29291 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
29292 __wmemcmp_sse2.
29293
29294 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
29295 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
29296
8a426e12
UD
29297 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
29298
9bea3473
UD
292992011-12-02 Ulrich Drepper <drepper@gmail.com>
29300
3a965496
UD
29301 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
29302 problem.
29303
9bea3473
UD
29304 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
29305
f101631b
UD
293062011-11-29 Joseph Myers <joseph@codesourcery.com>
29307
29308 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
29309 conditional on GCC version.
29310 (__arch_compare_and_exchange_val_8_acq)
29311 (__arch_compare_and_exchange_val_16_acq)
29312 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
29313 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
29314 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
29315
a98275aa
UD
293162011-12-02 Joseph Myers <joseph@codesourcery.com>
29317
29318 * sysdeps/sh/backtrace.c: New file.
29319
d4cc29a2
AS
293202011-12-02 Andreas Schwab <schwab@redhat.com>
29321
29322 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
29323 parenthesis.
29324
6257af2d
AS
293252011-12-01 Andreas Schwab <schwab@redhat.com>
29326
29327 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
29328 falling back to utime.
29329
b5f44c1a
AS
293302011-11-30 Andreas Schwab <schwab@redhat.com>
29331
29332 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
29333 expectations for float.
29334
f3a6cc0a
AS
293352011-11-29 Andreas Schwab <schwab@redhat.com>
29336
29337 * locale/weight.h (findidx): Add parameter len.
29338 * locale/weightwc.h (findidx): Likewise.
29339 * posix/fnmatch_loop.c (FCT): Adjust caller.
29340 * posix/regcomp.c (build_equiv_class): Likewise.
29341 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
29342 * posix/regexec.c (check_node_accept_bytes): Likewise.
29343 * string/strcoll_l.c (STRCOLL): Likewise.
29344 * string/strxfrm_l.c (STRXFRM): Likewise.
29345
9d65ea3a
UD
293462011-11-17 Ulrich Drepper <drepper@gmail.com>
29347
29348 * Makefile.in: Remove CVSOPT handling.
29349 * configure.in: Remove use of AC_REVISION.
29350 * iconvdata/Makefile (distribute): No need to filter out CVS.
29351 * scripts/list-sources.sh: Remove CVS, subversion and monotone
29352 handling.
29353
5583a086
AS
293542011-11-16 Andreas Schwab <schwab@redhat.com>
29355
29356 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
29357 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
29358 [USE_AS_STRNCASECMP_L]: Likewise.
29359 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
29360 NO_TLS_DIRECT_SEG_REFS.
29361 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
29362 Fix argument offsets for non-PIC.
29363 [USE_AS_STRNCASECMP_L]: Likewise.
29364 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
29365 NO_TLS_DIRECT_SEG_REFS.
29366
d62a8200
UD
293672011-11-15 Ulrich Drepper <drepper@gmail.com>
29368
9d65ea3a 29369 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
29370 O_CLOEXEC.
29371 * locale/loadlocale.c (_nl_load_locale): Likewise.
29372
09f93bd3
AS
293732011-11-15 Andreas Schwab <schwab@redhat.com>
29374
446514f9
AS
29375 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
29376 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
29377 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
29378 (SYSCALL_GETTIME): Set errno on error.
29379
09f93bd3
AS
29380 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
29381 count references to noai6ai_cached.
29382
312be3f9
UD
293832011-11-15 Ulrich Drepper <drepper@gmail.com>
29384
29385 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
29386
29387 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
29388 FD_CLOEXEC for /proc/self/maps.
29389
29390 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
29391 FD_CLOEXEC for /proc/meminfo.
29392
29393 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
29394 gai.conf.
29395
29396 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
29397 FD_CLOEXEC for given file.
29398
29399 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
29400
29401 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
29402 FD_CLOEXEC for /etc/hosts.
29403 (_gethtent): Likewise.
29404
29405 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
29406
29407 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
29408 cancellation and set FD_CLOEXEC for /etc/netgroup.
29409
29410 * nss/nss_files/files-key.c (search): Don't allow cancellation when
29411 reading /etc/publickey.
29412
29413 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
29414 allow cancellation when reading /etc/group.
29415
29416 * nss/nss_files/files-alias.c (internal_setent): Don't allow
29417 cancellation.
29418 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
29419
29420 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
29421 when using data file.
29422
29423 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
29424
29425 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
29426 (write_nis_obj): Use "c" and "e" in fopen.
29427
29428 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
29429
29430 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
29431
29432 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
29433
29434 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
29435
29436 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
29437 locale.alias.
29438
29439 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
29440
29441 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
29442
29443 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
29444
29445 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
29446 file parsing and set FD_CLOEXEC.
29447
82af0fa8
UD
294482011-11-14 Ulrich Drepper <drepper@gmail.com>
29449
29450 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
29451
a5fb313c
AS
294522011-11-14 Andreas Schwab <schwab@redhat.com>
29453
29454 * malloc/arena.c (arena_get2): Don't call reused_arena when
29455 _int_new_arena failed.
29456
6abf3465
UD
294572011-11-14 Ulrich Drepper <drepper@gmail.com>
29458
29459 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
29460 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
29461 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
29462 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29463 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29464 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
29465 to compile strcasecmp and strncasecmp.
29466 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
29467 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
29468
29469 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
29470
76e3966e
UD
294712011-11-13 Ulrich Drepper <drepper@gmail.com>
29472
29473 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
29474 locale-defines.sym to gen-as-const-headers.
29475 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
29476 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
29477 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
29478 to compile strcasecmp and strncasecmp.
29479 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
29480 strcasecmp_l and strncasecmp_l.
29481 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
29482 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
29483 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
29484 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
29485 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
29486 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
29487 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
29488 * sysdeps/i386/i686/multiarch/strncase.S: New file.
29489 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
29490 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
29491 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
29492
ab26144e
UD
294932011-11-12 Ulrich Drepper <drepper@gmail.com>
29494
7edb22ef
UD
29495 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
29496 result of SYSDEP_GETTIME_CPU to retval.
29497 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
29498 parameter list to macro. Remove trailing semicolon. Adjust users.
29499
9694fc44
UD
29500 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
29501 variable.
29502
8ad89ef8
UD
29503 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
29504 mantissa words.
29505 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
29506
0c822ef9
UD
29507 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
29508 from unused variable.
29509
874e0564
UD
29510 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
29511 DWARF definitions.
29512 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
29513 for assembling.
29514
3a2edc79
UD
29515 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
29516 over namespaces.
29517
f3c2577f
UD
29518 * sunrpc/rpc_prot.c (rejected): Fix case value.
29519
294ce126
UD
29520 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
29521 unsigned long long int to avoid warnings in shift.
29522
5e2b63c6
UD
29523 * posix/regex_internal.c (re_string_reconstruct): Actually use result
29524 of use of trans.
29525 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
29526 variable tmp.
29527
e7f4b08e
UD
29528 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
29529 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
29530 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
29531
ab26144e
UD
29532 * nis/nis_table.c (nis_list): Use variable of correct type for
29533 result of __follow_path call.
29534
8a6d5255
AZ
295352011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29536
29537 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
29538 of math functions ceil, trunc, floor, round, and sqrt, when
29539 avaliable on the platform.
29540 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
29541 name clash.
29542 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29543 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
29544 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
29545
aaddc98c
MP
295462011-10-30 Marek Polacek <mpolacek@redhat.com>
29547
29548 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
29549 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29550
95b7042b
RM
295512011-11-11 Roland McGrath <roland@hack.frob.com>
29552
29553 * include/unistd.h: Fix __readlink return type.
29554 Reported by Chris Metcalf <cmetcalf@tilera.com>.
29555
57769839
UD
295562011-11-11 Ulrich Drepper <drepper@gmail.com>
29557
29558 * stdlib/ucontext.h: Undo last change for makecontext.
29559
edc5984d
AS
295602011-11-11 Andreas Schwab <schwab@redhat.com>
29561
98591e58
AS
29562 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
29563
edc5984d
AS
29564 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
29565 * setjmp/setjmp.h: Mark functions as non-leaf.
29566 * setjmp/bits/setjmp2.h: Likewise.
29567 * stdlib/ucontext.h: Likewise.
29568
77cdc054
AS
295692011-11-10 Andreas Schwab <schwab@redhat.com>
29570
29571 * malloc/arena.c (_int_new_arena): Don't increment narenas.
29572 (reused_arena): Don't check arena limit.
29573 (arena_get2): Atomically check arena limit.
29574
fe72eebd
UD
295752011-11-08 Ulrich Drepper <drepper@gmail.com>
29576
5f078c32
UD
29577 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
29578 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
29579
fe72eebd
UD
29580 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
29581 instructions.
29582
ae1bc2fa
AS
295832011-11-07 Andreas Schwab <schwab@redhat.com>
29584
7583a88d
AS
29585 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
29586 handler when locking.
29587
ae1bc2fa
AS
29588 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
29589 Fix size of allocated buffer.
29590
10fb0bfa
AS
295912011-11-04 Andreas Schwab <schwab@redhat.com>
29592
998832a4
AS
29593 [BZ #10103]
29594 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
29595 declarations for long double functions.
29596 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
29597
10fb0bfa
AS
29598 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
29599
3d7ba52b
AS
296002011-11-03 Andreas Schwab <schwab@redhat.com>
29601
a9ae54a1
AS
29602 * nscd/nscd.c (main): Don't start AVC thread until credentials are
29603 installed.
29604
3d7ba52b
AS
29605 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
29606 is disabled.
29607
bc8db248
ST
296082011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
29609
29610 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
29611
45b96dd6
AS
296122011-11-01 Andreas Schwab <schwab@linux-m68k.org>
29613
647776f6
AS
29614 * include/alloca.h (stackinfo_alloca_round): Define.
29615 (extend_alloca): Use it.
29616 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
29617 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
29618 here.
29619
d91a8b93
AS
29620 * scripts/check-local-headers.sh: Ignore libaudit.h.
29621
45b96dd6
AS
29622 * nscd/Makefile (extra-objs): Make recursively expanded.
29623
432d41ce
UD
296242011-11-01 Ulrich Drepper <drepper@gmail.com>
29625
34372fc6
UD
29626 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
29627 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
29628
fadb59f8
UD
29629 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
29630 * posix/tst-rfc3484-2.c: Likewise.
29631 * posix/tst-rfc3484-3.c: Likewise.
29632
78239589
UD
29633 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
29634 process_vm_writev.
29635 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
29636 process_vm_writev.
29637 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
29638 process_vm_writev from libc using GLIBC_2.15 version.
29639
432d41ce
UD
29640 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
29641
02f9c6cf
PP
296422011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
29643
29644 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
29645 stack usage.
29646
3a2c0242
UD
296472011-10-31 Ulrich Drepper <drepper@gmail.com>
29648
f4ec4833
UD
29649 [BZ #13367]
29650 * nss/getent.c (initgroups_keys): Show error message in case no group
29651 names are given.
29652
3a2c0242
UD
29653 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
29654 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
29655 __bump_nl_timestamp.
29656 * nscd/connections (nscd_init): When host database is served open
29657 netlink socket and request notification about configuration changes.
29658 (main_loop_poll): Track netlink file descriptor and bump timestamp
29659 in case data becomes available.
29660 (main_loop_epoll): Likewise.
29661 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
29662 (database_pers_head): Add extra_data fileds.
29663 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
29664 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
29665 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
29666 Adjust caller.
29667 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
29668 in6ai data, call __free_in6ai.
29669 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
29670 Add -DHAVE_NETLINK.
29671 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
29672 interface information. Reuse previous data if netlink timestamp
29673 is not changed.
29674 (__bump_nl_timestamp): New function.
29675 (__free_in6ai): New function.
29676
636064eb
UD
296772011-10-30 Ulrich Drepper <drepper@gmail.com>
29678
29679 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
29680 close_not_cancel_no_status here.
29681 (__check_pf): Reorganize code a bit to not call close twice if OOM.
29682
9beb2334
UD
296832011-10-29 Ulrich Drepper <drepper@gmail.com>
29684
6ef76f3b
UD
29685 [BZ #13276]
29686 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
29687 return value.
29688
0ffc4f3e 29689 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
29690 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
29691 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
29692
cb95113e
UD
296932011-07-03 Andreas Jaeger <aj@suse.de>
29694
29695 [BZ #10709]
29696 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
29697 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
29698 * math/libm-test.inc (sin_test): Add test case.
29699
a1b560ff
UD
297002011-10-29 Ulrich Drepper <drepper@gmail.com>
29701
c9aaface
UD
29702 [BZ #13337]
29703 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
29704 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
29705
d272e7f1
UD
29706 * elf/chroot_canon.c (chroot_canon): Cleanups.
29707
1bc33071
UD
29708 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
29709
1760874d
TJ
29710 [BZ #13335]
29711 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
29712 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
29713
51d91b18
UD
29714 * string/test-strchr.c: Make usable for strchrnul testing.
29715 * string/test-strchrnul.c: New file.
29716 * string/Makefile (strop-tests): Add strchrnul.
29717
a1b560ff 29718 * po/it.po: Update from translation team.
b611fb81 29719 * po/es.po: Likewise.
a1b560ff 29720
a5b81e1f
UD
297212011-10-28 Ulrich Drepper <drepper@gmail.com>
29722
fd52bc6d
UD
29723 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
29724 the three constants needed as parameters. Drop the others.
29725 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
29726 __m128i_strloadu_tolower.
52e4b9eb
UD
29727 Create and initialize variable zero and use it in all the places
29728 where _mm_setzero_si128 was used.
fd52bc6d 29729
a5b81e1f
UD
29730 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
29731 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
29732 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
29733 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
29734 anymore.
29735 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
29736 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
29737 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
29738 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
29739 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
29740 __mpranred, __mptan.
29741 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
29742 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
29743 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
29744 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
29745 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
29746 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
29747 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
29748 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
29749 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
29750
b4343346
AS
297512011-10-28 Andreas Schwab <schwab@redhat.com>
29752
0c92d8a8
AS
29753 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
29754 redefine if SHARED.
29755 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
29756
b4343346
AS
29757 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
29758 wide char related routines to wcsmbs subdir.
29759
3871f58f
AS
297602011-10-27 Andreas Schwab <schwab@redhat.com>
29761
29762 [BZ #13344]
29763 * misc/sys/cdefs.h (__THROWNL): Define.
29764 * posix/unistd.h: Use __THREADNL instead of __THREAD
29765 for memory synchronization functions.
29766
94d44d9f
RM
297672011-10-26 Roland McGrath <roland@hack.frob.com>
29768
21b64b15 29769 [BZ #13349]
94d44d9f
RM
29770 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
29771 doesn't exist.
29772 * manual/stdio.texi (Obstack Streams): Node removed.
29773
f6ce9294
AS
297742011-10-26 Andreas Schwab <schwab@redhat.com>
29775
80479147
AS
29776 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
29777 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
29778 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
29779
f6ce9294
AS
29780 * math/math_private.h (math_force_eval): Allow non-addressable
29781 arguments.
29782 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
29783
618280a1
UD
297842011-10-25 Ulrich Drepper <drepper@gmail.com>
29785
e0016b11
UD
29786 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
29787 file is not needed.
29788
29789 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
29790 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
29791 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
29792 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
29793 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
29794 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
29795 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
29796 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
29797 Add AVX variants.
29798 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
29799 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
29800 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
29801 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
29802 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
29803 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
29804 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
29805 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
29806 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
29807 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
29808 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
29809 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
29810 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
29811 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
29812 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
29813 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
29814 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
29815 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
29816 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
29817
29818 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
29819 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
29820
618280a1
UD
29821 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
29822 place. Use VEX encoding when compiling for AVX.
29823
37822576
AS
298242011-10-25 Andreas Schwab <schwab@redhat.com>
29825
1f1e1947
AS
29826 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
29827 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
29828
37822576
AS
29829 * string/test-strchr.c (do_test): Don't generate NUL bytes.
29830
31ea014d
UD
298312011-10-25 Ulrich Drepper <drepper@gmail.com>
29832
d7826aa1 29833 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 29834 useless if() expression.
d7826aa1
UD
29835 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
29836 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
29837 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
29838 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
29839 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
29840 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
29841 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
29842 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29843 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29844 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
29845 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
29846 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
29847 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
29848 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
29849 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
29850 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
29851 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
29852 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
29853 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
29854
31ea014d
UD
29855 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
29856
16437fec
AS
298572011-10-25 Andreas Schwab <schwab@redhat.com>
29858
29859 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
29860 condition.
29861 * elf/dl-fini.c (_dl_sort_fini): Likewise.
29862
31d3cc00
UD
298632011-10-25 Ulrich Drepper <drepper@gmail.com>
29864
29865 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
29866 .text section. Avoid duplicate constants.
29867 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
29868 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29869 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
29870 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29871 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29872 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29873 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29874 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29875 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
29876 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
29877 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
29878 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
29879 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
29880 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
29881 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
29882 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
29883 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
29884 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
29885 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29886 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29887 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
29888 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
29889 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
29890 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
29891 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
29892 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
29893 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
29894 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
29895 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
29896 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
29897 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
29898 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
29899 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29900 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
29901 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
29902 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
29903 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
29904 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
29905 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
29906 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
29907 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
29908 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
29909 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
29910 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
29911 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
29912
58985aa9
UD
299132011-10-24 Ulrich Drepper <drepper@gmail.com>
29914
202c9deb
UD
29915 * sysdeps/x86_64/dla.h: Move to ...
29916 * sysdeps/x86_64/fpu/dla.h: ...here.
29917 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
29918 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 29919
af968f62
UD
29920 * config.make.in: Add have-mfma4 entry.
29921 * configure.in: Substitute libc_cv_cc_fma4.
29922 * math/Makefile (dbl-only-routines): Add sincostab.
29923 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
29924 Use __sincostab not sincos.
29925 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
29926 name is a macro.
29927 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29928 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29929 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29930 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
29931 using __copysign.
29932 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
29933 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
29934 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
29935 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
29936 and __inv.
29937 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
29938 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
29939 __copysign.
29940 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
29941 define aliases when function name is a macro.
29942 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
29943 sysdeps/ieee754/dbl-64/sincos.tbl.
29944 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
29945 fma4-enabled routines.
29946 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
29947 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
29948 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
29949 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
29950 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
29951 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
29952 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
29953 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
29954 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
29955 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
29956 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
29957 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
29958 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
29959 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
29960 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
29961 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
29962 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
29963 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
29964 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
29965 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
29966 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
29967 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
29968 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
29969 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
29970 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
29971 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
29972 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
29973 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
29974 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
29975 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
29976
58985aa9
UD
29977 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
29978 rename.
29979 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29980 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29981 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29982 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29983 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29984 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29985 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29986 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29987
a201fbcf
AS
299882011-10-24 Andreas Schwab <schwab@redhat.com>
29989
29990 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
29991
fc2ee42a
LD
299922011-10-23 Ulrich Drepper <drepper@gmail.com>
29993
bb3129bd
UD
29994 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
29995
0275fff8
UD
29996 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
29997 prediction.
29998 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
29999
2fa2ae85
UD
30000 * string/strnlen.c: Don't define STRNLEN, reverse logic.
30001 Remove unused variable magic_bits.
30002 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
30003
fc2ee42a
LD
30004 * string/strnlen.c: Define and use STRNLEN macro.
30005 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
30006 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
30007 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
30008 * wcsmbs/wcslen.c: Define and use WCSLEN.
30009 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
30010 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
30011 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
30012 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
30013 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
30014 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
30015 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
30016
ce7dd29f
LD
300172011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30018
30019 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
30020 strnlen-sse2-no-bsf.
30021 Rename strlen-no-bsf to strlen-sse2-no-bsf.
30022 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
30023 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
30024 Add strnlen support.
30025 (USE_AS_STRNLEN): New macro.
30026 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
30027 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
30028 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
30029 * sysdeps/x86_64/wcslen.S: New file.
30030
979c70a3
MZ
300312011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
30032
30033 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
30034 XMM-moves are used for copying on small sizes.
30035
2d09f82f
LD
300362011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30037
30038 * wcsmbs/Makefile (strop-tests): Add wcschr.
30039 * wcsmbs/test-wcschr.c: New file.
30040 * string/test-strchr.c: Update.
30041 Add wcschr support.
30042 (WIDE): New macro.
30043
619fccca
LD
300442011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30045
2d09f82f 30046 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
30047 * wcsmbs/test-wcslen.c: New file.
30048 * string/test-strlen.c: Update.
30049 Add wcslen support.
30050 (WIDE): New macro.
30051
09f699ea
UD
300522011-10-23 Ulrich Drepper <drepper@gmail.com>
30053
30054 * po/it.po: Update from translation team.
30055
95584d3b
LD
300562011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30057
30058 * sysdeps/x86_64/wcscmp.S: Update.
30059 Fix wrong comparison semantics.
30060 wcscmp shall use signed comparison not unsigned.
30061 Don't use substraction to avoid overflow bug.
30062 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
30063 * wcsmbc/wcscmp.c: Likewise.
30064 * string/test-strcmp.c: Likewise.
30065 Add new tests to check cases with negative values.
30066
c8b3296b
UD
300672011-10-23 Ulrich Drepper <drepper@gmail.com>
30068
30069 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
30070 * sysdeps/x86_64/dla.h: ...here. New file.
30071 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
30072 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30073 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30074 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30075 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30076 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30077 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30078 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30079 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30080
246ad57a
AS
300812011-10-23 Andreas Schwab <schwab@linux-m68k.org>
30082
30083 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
30084 __ynl_finite aliases.
30085
a1a87169
UD
300862011-10-22 Ulrich Drepper <drepper@gmail.com>
30087
0d355eb7
UD
30088 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30089
a1a87169
UD
30090 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
30091 define DLA_FMA.
30092 [DLA_FMA] (EMULV): Use DLA_FMA.
30093 [DLA_FMA] (MUL12): Use EMULV.
30094 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
30095 that are not needed.
30096 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30097 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30098 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30099 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30100 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30101 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30102 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30103
ee2aafe0
AS
301042011-10-22 Andreas Schwab <schwab@linux-m68k.org>
30105
30106 * math/s_nan.c: Undef __nan.
30107 * math/s_nanf.c: Undef __nanf.
30108 * math/s_nanl.c: Undef __nanl.
30109 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
30110 "math_private.h".
30111
bc62c2fb
UD
301122011-10-22 Ulrich Drepper <drepper@gmail.com>
30113
77425c63
UD
30114 * math/s_catan.c: Add branch predictions.
30115 * math/s_catanf.c: Likewise.
30116 * math/s_catanh.c: Likewise.
30117 * math/s_catanhf.c: Likewise.
30118 * math/s_catanhl.c: Likewise.
30119 * math/s_catanl.c: Likewise.
30120 * math/s_cexp.c: Likewise.
30121 * math/s_cexpf.c: Likewise.
30122 * math/s_cexpl.c: Likewise.
30123 * math/s_clog.c: Likewise.
30124 * math/s_clog10.c: Likewise.
30125 * math/s_clog10f.c: Likewise.
30126 * math/s_clog10l.c: Likewise.
30127 * math/s_clogf.c: Likewise.
30128 * math/s_clogl.c: Likewise.
30129 * math/s_csqrt.c: Likewise.
30130 * math/s_csqrtf.c: Likewise.
30131 * math/s_csqrtl.c: Likewise.
30132 * math/s_ctanf.c: Likewise.
30133 * math/s_ctanh.c: Likewise.
30134 * math/s_ctanhf.c: Likewise.
30135 * math/s_ctanhl.c: Likewise.
30136 * math/s_ctanl.c: Likewise.
30137
bc62c2fb
UD
30138 * math/math_private.h: Define __nan, __nanf, __nanl.
30139 * math/s_cacosh.c: Include <math_private.h>.
30140 * math/s_cacoshl.c: Likewise.
30141 * math/s_casinh.c: Likewise.
30142 * math/s_casinhf.c: Likewise.
30143 * math/s_casinhl.c: Likewise.
30144 * math/s_ccos.c: Rely entire on ccosh.
30145 * math/s_ccosf.c: Rely entire on ccoshf.
30146 * math/s_ccosl.c: Rely entirely on ccoshl.
30147 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
30148 Remove tests for FE_INVALID.
30149 * math/s_ccoshf.c: Likewise.
30150 * math/s_ccoshl.c: Likewise.
30151 * math/s_csin.c: Likewise.
30152 * math/s_csinf.c: Likewise.
30153 * math/s_csinh.c Likewise.
30154 * math/s_csinhf.c: Likewise.
30155 * math/s_csinhl.c: Likewise.
30156 * math/s_csinl.c: Likewise.
30157 * math/s_ctan.c: Likewise.
30158 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
30159 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
30160 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
30161
8ec250a4
UD
301622011-10-21 Ulrich Drepper <drepper@gmail.com>
30163
c196fed8
UD
30164 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
30165 compilation problems.
30166
8ec250a4
UD
30167 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
30168 __builtin_expect.
30169
8d4f46c6
UD
301702011-10-20 Ulrich Drepper <drepper@gmail.com>
30171
ed72b654
UD
30172 * sysdeps/i386/configure.in: Test for -mfma4 option.
30173 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
30174 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
30175 COMMON_CPUID_INDEX_80000001.
30176 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
30177 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
30178 use it if FMA3 is not supported.
30179 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
30180
8d4f46c6
UD
30181 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
30182 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
30183
d45c60c2
AS
301842011-10-20 Andreas Schwab <schwab@redhat.com>
30185
30186 [BZ #12892]
30187 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
30188 it would create a cycle with a link time dependency.
30189
d9a4d2ab
UD
301902011-10-19 Ulrich Drepper <drepper@gmail.com>
30191
855d1560
UD
30192 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
30193 instruction.
30194 * string/Makefile (strop-tests): Add rawmemchr.
30195 * string/test-rawmemchr.c: New file.
30196
d9a4d2ab
UD
30197 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
30198 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
30199 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
30200 when compiling str{,n}casecmp and when AVX is available. Hook up
30201 new optimized code in initializers.
30202
8f3b1ffe
AS
302032011-10-19 Andreas Schwab <schwab@redhat.com>
30204
30205 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
30206 __feraiseexcept instead of feraiseexcept.
30207
d38f1dba
UD
302082011-10-18 Ulrich Drepper <drepper@gmail.com>
30209
d9a8d0ab
UD
30210 * math/math_private.h: Define defaults for libc_fetestexcept and
30211 libc_feupdateenv.
30212 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
30213 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
30214 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
30215 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
30216 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
30217 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
30218 libc_fetestexcept and libc_feupdateenv.
30219
4855e3dd
UD
30220 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
30221 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
30222 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
30223 * sysdeps/x86_64/fpu/math_private.h: Define special version of
30224 libc_feholdexcept_setround.
30225
581d30e3
UD
30226 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
30227 Add s_nearbyint-c and s_nearbyintf-c.
30228 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
30229 nearbyintf inlines.
30230 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
30231 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
30232 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
30233 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
30234
d38f1dba
UD
30235 * math/math_private.h: Define defaults for libc_fegetround,
30236 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
30237 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
30238 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
30239 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
30240 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
30241 standard functions.
30242 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
30243 Remove comments and hacks for old compiler versions.
30244 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
30245 libc_fegetround, libc_fesetround, libc_feholdexcept, and
30246 libc_feholdexceptl.
30247
caa6c9d8
AS
302482011-10-18 Andreas Schwab <schwab@redhat.com>
30249
30250 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
30251 (__feraiseexcept_renamed): Add __NTH.
30252 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
30253 namespace violations.
30254
97c066e6
UD
302552011-10-17 Ulrich Drepper <drepper@gmail.com>
30256
99ce7b04
UD
30257 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
30258
1004d182
UD
30259 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
30260
228a984d
UD
30261 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
30262 recently added interfaces.
30263 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
30264
c8553a6a
UD
30265 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
30266 about macro parameter expansion.
30267
ed22dcf6
UD
30268 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
30269 __NO_MATH_INLINES is defined. Cleanups.
30270
30271 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
30272 and __floorf is target has SSE4.1.
30273 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
30274 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
30275 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
30276 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
30277
b171c137
UD
30278 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
30279 name.
30280 (floorf): Likewise.
30281
97c066e6
UD
30282 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
30283
629f62ef
AS
302842011-10-17 Andreas Schwab <schwab@redhat.com>
30285
49a43d80
AS
30286 * misc/sys/cdefs.h: Fix last change.
30287
629f62ef
AS
30288 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
30289 database lookup.
30290
e453f6cd
UD
302912011-10-16 Ulrich Drepper <drepper@gmail.com>
30292
aa78043a
UD
30293 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
30294
ad0f5cad
UD
30295 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
30296 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
30297 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
30298 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
30299 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
30300 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
30301 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
30302 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
30303 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
30304 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
30305 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
30306 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
30307 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
30308 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
30309 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
30310 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
30311 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
30312 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
30313 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
30314 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
30315 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
30316 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
30317
30318 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
30319 ceil, ceilf, floor, floorf.
30320
30321 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
30322 Perform IRELATIVE relocations last.
30323
e453f6cd
UD
30324 * elf/do-rel.h: Add another parameter nrelative, replacing the
30325 local variable with the same name. Change name of the function
30326 to end in Rel or Rela (uppercase).
30327 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
30328 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
30329 elf_dynamic_do_##reloc function.
30330
fd5bdc09
UD
303312011-10-15 Ulrich Drepper <drepper@gmail.com>
30332
79b195b5
UD
30333 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
30334 is sufficient, at least on modern CPUs.
30335
d4a28569
UD
30336 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
30337
b61099b5
UD
30338 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
30339 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
30340
bcf01e6d
UD
30341 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
30342 __expl_finite.
30343 * math/bits/math-finite.h: Add entries for exp.
30344 * math/e_expl.c: Add __*_finite alias.
30345 * sysdeps/i386/fpu/e_exp.S: Likewise.
30346 * sysdeps/i386/fpu/e_expf.S: Likewise.
30347 * sysdeps/i386/fpu/e_expl.c: Likewise.
30348 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30349 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
30350 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
30351 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
30352 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
30353 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
30354 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
30355
ba1a0d59
UD
30356 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
30357 is sufficient, at least on modern CPUs.
30358
fd5bdc09
UD
30359 * ctype/ctype-info.c (__ctype_init): Define.
30360 * include/ctype.h (__ctype_init): Declare.
30361 (__ctype_b_loc): The variable is always initialized.
30362 (__ctype_toupper_loc): Likewise.
30363 (__ctype_tolower_loc): Likewise.
30364 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
30365 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
30366
7872cfb0
AS
303672011-10-15 Andreas Schwab <schwab@linux-m68k.org>
30368
b468825a
AS
30369 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
30370
7872cfb0
AS
30371 * configure.in: Also look in $cxxmachine/include for C++ system
30372 headers.
30373
be13f7bf
LD
303742011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30375
30376 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
30377 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
30378 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
30379 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
30380 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
30381 (USE_AS_WMEMCMP): New macro.
30382 Fixing indents.
30383 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
30384 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
30385 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
30386 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
30387 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
30388 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
30389 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
30390 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
30391 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
30392 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
30393 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
30394 (USE_AS_WMEMCMP): New macro.
30395 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
30396 * sysdeps/string/test-memcmp.c: Update.
30397 Fix simple_wmemcmp.
30398 Add new tests.
30399 * wcsmbs/wmemcmp.c: Update.
30400 (WMEMCMP): New macro.
30401 Fix overflow bug.
30402
556a2007
AJ
304032011-10-12 Andreas Jaeger <aj@suse.de>
30404
30405 [BZ #13268]
30406 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
30407
538faaa7
UD
304082011-10-15 Ulrich Drepper <drepper@gmail.com>
30409
ab6737ff
UD
30410 * libio/iofwide.c (do_length): Avoid warning.
30411
538faaa7
UD
30412 * ctype/ctype.h (__isctype_f): Add missing __THROW.
30413
396a21b1
UD
304142011-10-14 Ulrich Drepper <drepper@gmail.com>
30415
cdf2901f
UD
30416 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
30417
38ad40ce
UD
30418 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
30419 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
30420 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
30421 * sysdeps/i386/i686/fpu/e_log.S: New file.
30422 * sysdeps/i386/i686/fpu/e_logf.S: New file.
30423 * sysdeps/i386/i686/fpu/e_logl.S: New file.
30424
396a21b1
UD
30425 * ctype/ctype.h: Add support for inlined isXXX functions when
30426 compiling C++ code.
30427
6b1f68c9
AS
304282011-10-14 Andreas Schwab <schwab@redhat.com>
30429
349290c0
AS
30430 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
30431
6b1f68c9
AS
30432 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
30433
f2282d42
RM
304342011-10-13 Roland McGrath <roland@hack.frob.com>
30435
30436 [BZ #13291]
30437 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
30438
5298ffa8
AS
304392011-10-13 Andreas Schwab <schwab@redhat.com>
30440
714fad23
AS
30441 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
30442 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
30443 feraiseexcept.
30444
81dcc7fb
AS
30445 * sysdeps/x86_64/memrchr.S: Check for zero size.
30446
5298ffa8
AS
30447 * string/stratcliff.c: Add memrchr tests.
30448
951fbcec
LD
304492011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30450
30451 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
30452 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
30453 rawmemchr-sse2 rawmemchr-sse2-bsf.
30454 * sysdeps/i386/i686/multiarch/memchr.S: New file.
30455 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
30456 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
30457 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
30458 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
30459 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
30460 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
30461 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
30462 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
30463 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
30464 * string/memrchr.c (MEMRCHR): New macro.
30465
0ac5ae23
UD
304662011-10-12 Ulrich Drepper <drepper@gmail.com>
30467
30468 Add integration with gcc's -ffinite-math-only and optimize wrapper
30469 functions in libm.
30470 * Versions.def: Define GLIBC_2.15 version for libm.
30471 * math/Makefile (headers): Add bits/math-finite.h.
30472 * math/bits/math-finite.h: New file.
30473 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
30474 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
30475 * math/e_acoshl.c: Add __*_finite alias.
30476 * math/e_acosl.c: Likewise.
30477 * math/e_asinl.c: Likewise.
30478 * math/e_atan2l.c: Likewise.
30479 * math/e_atanhl.c: Likewise.
30480 * math/e_coshl.c: Likewise.
30481 * math/e_exp10.c: Likewise.
30482 * math/e_exp10f.c: Likewise.
30483 * math/e_exp10l.c: Likewise.
30484 * math/e_exp2l.c: Likewise.
30485 * math/e_fmodl.c: Likewise.
30486 * math/e_gammal_r.c: Likewise.
30487 * math/e_hypotl.c: Likewise.
30488 * math/e_j0l.c: Likewise.
30489 * math/e_j1l.c: Likewise.
30490 * math/e_jnl.c: Likewise.
30491 * math/e_lgammal_r.c: Likewise.
30492 * math/e_log10l.c: Likewise.
30493 * math/e_log2l.c: Likewise.
30494 * math/e_logl.c: Likewise.
30495 * math/e_powl.c: Likewise.
30496 * math/e_sinhl.c: Likewise.
30497 * math/e_sqrtl.c: Likewise.
30498 * math/e_scalb.c: Completely rewritten and optimized.
30499 * math/e_scalbf.c: Likewise.
30500 * math/e_scalbl.c: Likewise.
30501 * math/w_acos.c: Likewise.
30502 * math/w_acosf.c: Likewise.
30503 * math/w_acosl.c: Likewise.
30504 * math/w_acosh.c: Likewise.
30505 * math/w_acoshf.c: Likewise.
30506 * math/w_acoshl.c: Likewise.
30507 * math/w_asin.c: Likewise.
30508 * math/w_asinf.c: Likewise.
30509 * math/w_asinl.c: Likewise.
30510 * math/w_atan2.c: Likewise.
30511 * math/w_atan2f.c: Likewise.
30512 * math/w_atan2l.c: Likewise.
30513 * math/w_atanh.c: Likewise.
30514 * math/w_atanhf.c: Likewise.
30515 * math/w_atanhl.c: Likewise.
30516 * math/w_exp10.c: Likewise.
30517 * math/w_exp10f.c: Likewise.
30518 * math/w_exp10l.c: Likewise.
30519 * math/w_fmod.c: Likewise.
30520 * math/w_fmodf.c: Likewise.
30521 * math/w_fmodl.c: Likewise.
30522 * math/w_j0.c: Likewise.
30523 * math/w_j0f.c: Likewise.
30524 * math/w_j0l.c: Likewise.
30525 * math/w_j1.c: Likewise.
30526 * math/w_j1f.c: Likewise.
30527 * math/w_j1l.c: Likewise.
30528 * math/w_jn.c: Likewise.
30529 * math/w_jnf.c: Likewise.
30530 * math/w_log.c: Likewise.
30531 * math/w_logf.c: Likewise.
30532 * math/w_logl.c: Likewise.
30533 * math/w_log10.c: Likewise.
30534 * math/w_log10f.c: Likewise.
30535 * math/w_log10l.c: Likewise.
30536 * math/w_log2.c: Likewise.
30537 * math/w_log2f.c: Likewise.
30538 * math/w_log2l.c: Likewise.
30539 * math/w_pow.c: Likewise.
30540 * math/w_powf.c: Likewise.
30541 * math/w_powl.c: Likewise.
30542 * math/w_remainder.c: Likewise.
30543 * math/w_remainderf.c: Likewise.
30544 * math/w_remainderl.c: Likewise.
30545 * math/w_scalb.c: Likewise.
30546 * math/w_scalbf.c: Likewise.
30547 * math/w_scalbl.c: Likewise.
30548 * math/w_sqrt.c: Likewise.
30549 * math/w_sqrtf.c: Likewise.
30550 * math/w_sqrtl.c: Likewise.
30551 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
30552 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
30553 used.
30554 * math/math_private.h: Declare __kernel_standard_f.
30555 * math/w_cosh.c: Remove cruft and optimize a bit.
30556 * math/w_coshf.c: Likewise.
30557 * math/w_coshl.c: Likewise.
30558 * math/w_exp2.c: Likewise.
30559 * math/w_exp2f.c: Likewise.
30560 * math/w_exp2l.c: Likewise.
30561 * math/w_hypot.c: Likewise.
30562 * math/w_hypotf.c: Likewise.
30563 * math/w_hypotl.c: Likewise.
30564 * math/w_lgamma.c: Likewise.
30565 * math/w_lgamma_r.c: Likewise.
30566 * math/w_lgammaf.c: Likewise.
30567 * math/w_lgammaf_r.c: Likewise.
30568 * math/w_lgammal.c: Likewise.
30569 * math/w_lgammal_r.c: Likewise.
30570 * math/w_sinh.c: Likewise.
30571 * math/w_sinhf.c: Likewise.
30572 * math/w_sinhl.c: Likewise.
30573 * math/w_tgamma.c: Likewise.
30574 * math/w_tgammaf.c: Likewise.
30575 * math/w_tgammal.c: Likewise.
30576 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
30577 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
30578 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
30579 Minor optimizations. Pretty printing. Remove cruft.
30580 * sysdeps/i386/fpu/e_acosf.S: Likewise.
30581 * sysdeps/i386/fpu/e_acosh.S: Likewise.
30582 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
30583 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
30584 * sysdeps/i386/fpu/e_acosl.c: Likewise.
30585 * sysdeps/i386/fpu/e_asin.S: Likewise.
30586 * sysdeps/i386/fpu/e_asinf.S: Likewise.
30587 * sysdeps/i386/fpu/e_atan2.S: Likewise.
30588 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
30589 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
30590 * sysdeps/i386/fpu/e_atanh.S: Likewise.
30591 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
30592 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
30593 * sysdeps/i386/fpu/e_exp10.S: Likewise.
30594 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
30595 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
30596 * sysdeps/i386/fpu/e_exp2.S: Likewise.
30597 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
30598 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
30599 * sysdeps/i386/fpu/e_fmod.S: Likewise.
30600 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
30601 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
30602 * sysdeps/i386/fpu/e_hypot.S: Likewise.
30603 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
30604 * sysdeps/i386/fpu/e_log.S: Likewise.
30605 * sysdeps/i386/fpu/e_log10.S: Likewise.
30606 * sysdeps/i386/fpu/e_log10f.S: Likewise.
30607 * sysdeps/i386/fpu/e_log10l.S: Likewise.
30608 * sysdeps/i386/fpu/e_log2.S: Likewise.
30609 * sysdeps/i386/fpu/e_log2f.S: Likewise.
30610 * sysdeps/i386/fpu/e_log2l.S: Likewise.
30611 * sysdeps/i386/fpu/e_logf.S: Likewise.
30612 * sysdeps/i386/fpu/e_logl.S: Likewise.
30613 * sysdeps/i386/fpu/e_pow.S: Likewise.
30614 * sysdeps/i386/fpu/e_powf.S: Likewise.
30615 * sysdeps/i386/fpu/e_powl.S: Likewise.
30616 * sysdeps/i386/fpu/e_remainder.S: Likewise.
30617 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
30618 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
30619 * sysdeps/i386/fpu/e_scalb.S: Likewise.
30620 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
30621 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
30622 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
30623 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
30624 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
30625 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
30626 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30627 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30628 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
30629 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
30630 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
30631 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
30632 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
30633 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
30634 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
30635 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
30636 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
30637 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30638 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
30639 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
30640 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30641 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30642 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
30643 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30644 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30645 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
30646 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
30647 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
30648 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
30649 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
30650 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
30651 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
30652 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
30653 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
30654 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
30655 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
30656 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
30657 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
30658 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
30659 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
30660 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
30661 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
30662 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
30663 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
30664 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
30665 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
30666 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
30667 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
30668 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
30669 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
30670 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
30671 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
30672 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
30673 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
30674 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
30675 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
30676 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
30677 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
30678 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
30679 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
30680 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
30681 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
30682 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
30683 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
30684 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
30685 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
30686 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
30687 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
30688 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
30689 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
30690 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
30691 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
30692 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
30693 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
30694 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
30695 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
30696 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
30697 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
30698 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
30699 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
30700 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
30701 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30702 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
30703 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
30704 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
30705 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
30706 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
30707 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
30708 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
30709 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
30710 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
30711 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
30712 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
30713 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
30714 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
30715 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
30716 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
30717 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30718 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
30719 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
30720 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
30721 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
30722 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
30723 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
30724 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
30725 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
30726 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
30727 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
30728 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
30729 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
30730 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
30731 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
30732 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
30733 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
30734 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
30735 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
30736 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
30737 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
30738 (__isnanf): Likewise.
30739 (__isinf_ns): Likewise.
30740 (__isinf_nsf): Likewise.
30741 (__finite): Likewise.
30742 (__finitef): Likewise.
30743 (__ieee754_sqrt): Define as macro.
30744 (__ieee754_sqrtf): Define as macro.
30745 (__ieee754_sqrtl): Define as macro.
30746 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
30747 inlined copy.
30748 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
30749 __FINITE_MATH_ONLY__ consistent.
30750 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
30751
12cc2fcd
AS
307522011-10-10 Andreas Schwab <schwab@linux-m68k.org>
30753
a843a204
AS
30754 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
30755 of rawmemchr.
30756
12cc2fcd
AS
30757 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
30758
c853acd5
UD
307592011-10-09 Ulrich Drepper <drepper@gmail.com>
30760
30761 * po/ja.po: Update from translation team.
30762
c658d255
RM
307632011-10-08 Roland McGrath <roland@hack.frob.com>
30764
110946e4
RM
30765 * locale/programs/locarchive.c (prepare_address_space): New function.
30766 (create_archive, enlarge_archive, open_archive): Use it.
30767
50604220
RM
30768 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
30769 inside [SHARED], where it is used.
30770
c658d255
RM
30771 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
30772
30773 * nss/getent.c (netgroup_keys): Remove unused variable.
30774 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
30775
6a621eb7
UD
307762011-10-08 Ulrich Drepper <drepper@gmail.com>
30777
7edb55ce
UD
30778 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
30779 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
30780 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
30781 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
30782 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
30783 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
30784 * math/Makefile (libm-calls): Add s_isinf_ns.
30785 * math/divtc3.c: Use __isinf_nsl instead of isinf.
30786 * math/multc3.c: Likewise.
30787 * math/s_casin.c: Likewise.
30788 * math/s_casinf.c: Likewise.
30789 * math/s_casinl.c: Likewise.
30790 * math/s_ccos.c: Likewise.
30791 * math/s_ccosf.c: Likewise.
30792 * math/s_ccosl.c: Likewise.
30793 * math/s_ctan.c: Likewise.
30794 * math/s_ctanf.c: Likewise.
30795 * math/s_ctanh.c: Likewise.
30796 * math/s_ctanhf.c: Likewise.
30797 * math/s_ctanhl.c: Likewise.
30798 * math/s_ctanl.c: Likewise.
30799 * math/w_fmod.c: Likewise.
30800 * math/w_fmodf.c: Likewise.
30801 * math/w_fmodl.c: Likewise.
30802 * math/w_remainder.c: Likewise.
30803 * math/w_remainderf.c: Likewise.
30804 * math/w_remainderl.c: Likewise.
30805 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
30806 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
30807 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
30808 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
30809 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
30810 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
30811 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
30812 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
30813
187da0ae
UD
30814 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
30815 of the number.
30816 * stdio-common/printf_fphex.c: Likewise.
30817 * stdio-common/printf_size.c: Likewise.
30818
9277c064
UD
30819 * math/e_exp10.c: Include math_private.h using <...> not "...".
30820 * math/e_exp10f.c: Likewise.
30821 * math/e_exp10l.c: Likewise.
30822 * math/e_exp2l.c: Likewise.
30823 * math/e_j0l.c: Likewise.
30824 * math/e_j1l.c: Likewise.
30825 * math/e_jnl.c: Likewise.
30826 * math/e_lgammal_r.c: Likewise.
30827 * math/e_rem_pio2l.c: Likewise.
30828 * math/e_scalb.c: Likewise.
30829 * math/e_scalbf.c: Likewise.
30830 * math/e_scalbl.c: Likewise.
30831 * math/k_cosl.c: Likewise.
30832 * math/k_sinl.c: Likewise.
30833 * math/k_tanl.c: Likewise.
30834 * math/s_cacoshf.c: Likewise.
30835 * math/s_catan.c: Likewise.
30836 * math/s_catanf.c: Likewise.
30837 * math/s_catanh.c: Likewise.
30838 * math/s_catanhf.c: Likewise.
30839 * math/s_catanhl.c: Likewise.
30840 * math/s_catanl.c: Likewise.
30841 * math/s_ccosh.c: Likewise.
30842 * math/s_ccoshf.c: Likewise.
30843 * math/s_ccoshl.c: Likewise.
30844 * math/s_cexp.c: Likewise.
30845 * math/s_cexpf.c: Likewise.
30846 * math/s_cexpl.c: Likewise.
30847 * math/s_clog.c: Likewise.
30848 * math/s_clog10.c: Likewise.
30849 * math/s_clog10f.c: Likewise.
30850 * math/s_clog10l.c: Likewise.
30851 * math/s_clogf.c: Likewise.
30852 * math/s_clogl.c: Likewise.
30853 * math/s_csin.c: Likewise.
30854 * math/s_csinf.c: Likewise.
30855 * math/s_csinh.c: Likewise.
30856 * math/s_csinhf.c: Likewise.
30857 * math/s_csinhl.c: Likewise.
30858 * math/s_csinl.c: Likewise.
30859 * math/s_csqrt.c: Likewise.
30860 * math/s_csqrtf.c: Likewise.
30861 * math/s_csqrtl.c: Likewise.
30862 * math/s_ctan.c: Likewise.
30863 * math/s_ctanf.c: Likewise.
30864 * math/s_ctanh.c: Likewise.
30865 * math/s_ctanhf.c: Likewise.
30866 * math/s_ctanhl.c: Likewise.
30867 * math/s_ctanl.c: Likewise.
30868 * math/s_ldexp.c: Likewise.
30869 * math/s_ldexpf.c: Likewise.
30870 * math/s_ldexpl.c: Likewise.
30871 * math/s_significand.c: Likewise.
30872 * math/s_significandf.c: Likewise.
30873 * math/s_significandl.c: Likewise.
30874 * math/w_acos.c: Likewise.
30875 * math/w_acosf.c: Likewise.
30876 * math/w_acosh.c: Likewise.
30877 * math/w_acoshf.c: Likewise.
30878 * math/w_acoshl.c: Likewise.
30879 * math/w_acosl.c: Likewise.
30880 * math/w_asin.c: Likewise.
30881 * math/w_asinf.c: Likewise.
30882 * math/w_asinl.c: Likewise.
30883 * math/w_atan2.c: Likewise.
30884 * math/w_atan2f.c: Likewise.
30885 * math/w_atan2l.c: Likewise.
30886 * math/w_atanh.c: Likewise.
30887 * math/w_atanhf.c: Likewise.
30888 * math/w_atanhl.c: Likewise.
30889 * math/w_cosh.c: Likewise.
30890 * math/w_coshf.c: Likewise.
30891 * math/w_coshl.c: Likewise.
30892 * math/w_dremf.c: Likewise.
30893 * math/w_exp10.c: Likewise.
30894 * math/w_exp10f.c: Likewise.
30895 * math/w_exp10l.c: Likewise.
30896 * math/w_exp2.c: Likewise.
30897 * math/w_exp2f.c: Likewise.
30898 * math/w_fmod.c: Likewise.
30899 * math/w_fmodf.c: Likewise.
30900 * math/w_fmodl.c: Likewise.
30901 * math/w_hypot.c: Likewise.
30902 * math/w_hypotf.c: Likewise.
30903 * math/w_hypotl.c: Likewise.
30904 * math/w_j0.c: Likewise.
30905 * math/w_j0f.c: Likewise.
30906 * math/w_j0l.c: Likewise.
30907 * math/w_j1.c: Likewise.
30908 * math/w_j1f.c: Likewise.
30909 * math/w_j1l.c: Likewise.
30910 * math/w_jn.c: Likewise.
30911 * math/w_jnf.c: Likewise.
30912 * math/w_jnl.c: Likewise.
30913 * math/w_lgamma.c: Likewise.
30914 * math/w_lgamma_r.c: Likewise.
30915 * math/w_lgammaf.c: Likewise.
30916 * math/w_lgammaf_r.c: Likewise.
30917 * math/w_lgammal.c: Likewise.
30918 * math/w_lgammal_r.c: Likewise.
30919 * math/w_log.c: Likewise.
30920 * math/w_log10.c: Likewise.
30921 * math/w_log10f.c: Likewise.
30922 * math/w_log10l.c: Likewise.
30923 * math/w_log2.c: Likewise.
30924 * math/w_log2f.c: Likewise.
30925 * math/w_log2l.c: Likewise.
30926 * math/w_logf.c: Likewise.
30927 * math/w_logl.c: Likewise.
30928 * math/w_pow.c: Likewise.
30929 * math/w_powf.c: Likewise.
30930 * math/w_powl.c: Likewise.
30931 * math/w_remainder.c: Likewise.
30932 * math/w_remainderf.c: Likewise.
30933 * math/w_remainderl.c: Likewise.
30934 * math/w_scalb.c: Likewise.
30935 * math/w_scalbf.c: Likewise.
30936 * math/w_scalbl.c: Likewise.
30937 * math/w_sinh.c: Likewise.
30938 * math/w_sinhf.c: Likewise.
30939 * math/w_sinhl.c: Likewise.
30940 * math/w_sqrt.c: Likewise.
30941 * math/w_sqrtf.c: Likewise.
30942 * math/w_sqrtl.c: Likewise.
30943 * math/w_tgamma.c: Likewise.
30944 * math/w_tgammaf.c: Likewise.
30945 * math/w_tgammal.c: Likewise.
30946
6a621eb7
UD
30947 * po/ja.po: Update from translation team.
30948
bf582445
AJ
309492011-09-29 Andreas Jaeger <aj@suse.de>
30950
f9efbf3a
AJ
30951 [BZ #13179]
30952 * sunrpc/netname.c (netname2host): Fix logic.
30953
bf582445
AJ
30954 [BZ #6779]
30955 [BZ #6783]
30956 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
30957 correctly.
30958 * math/w_remainder.c (__remainder): Likewise.
30959 * math/w_remainderf.c (__remainderf): Likewise.
30960 * math/libm-test.inc (remainder_test): Add test cases.
30961
48693bea
AK
309622011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30963
30964 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
30965 sdiv_qrnnd.
30966
42622229
LD
309672011-10-07 Ulrich Drepper <drepper@gmail.com>
30968
30969 * string/test-memcmp.c: Avoid unncessary #defines.
30970 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
30971
093ecf92
LD
309722011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30973
30974 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
30975 Use new sse2 version for core i3 - i7 as it's faster
30976 than sse42 version.
30977 (bit_Prefer_PMINUB_for_stringop): New.
30978 * sysdeps/x86_64/rawmemchr.S: Update.
30979 Replace with faster SSE2 version.
30980 * sysdeps/x86_64/memrchr.S: New file.
30981 * sysdeps/x86_64/memchr.S: Update.
30982 Replace with faster SSE2 version.
30983
fde56e5c
MP
309842011-09-12 Marek Polacek <mpolacek@redhat.com>
30985
30986 * elf/dl-load.c (lose): Add cast to avoid warning.
30987
21fd49a9
UD
309882011-10-07 Ulrich Drepper <drepper@gmail.com>
30989
5a06e643
UD
30990 * po/ca.po: Update from translation team.
30991
684ae515
UD
30992 * inet/getnetgrent_r.c: Hook up nscd.
30993 * nscd/Makefile (routines): Add nscd_netgroup.
30994 (nscd-modules): Add netgroupcache.
30995 (CFLAGS-netgroupcache.c): Define.
30996 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
30997 (cache_search): Add const to second parameter.
30998 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
30999 INNETGR.
31000 (dbs): Add netgrdb entry.
31001 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
31002 (verify_persistent_db): Handle netgrdb.
31003 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
31004 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
31005 GETFDNETGR.
31006 (netgroup_response_header): Define.
31007 (innetgroup_response_header): Define.
31008 (datahead): Add netgroup_response_header and innetgroup_response_header
31009 elements.
31010 * nscd/nscd.conf: Add entries for netgroup cache.
31011 * nscd/nscd.h (dbtype): Add netgrdb.
31012 (_PATH_NSCD_NETGROUP_DB): Define.
31013 (netgroup_iov_disabled): Declare.
31014 (xmalloc, xcalloc, xrealloc): Move declarations here.
31015 (cache_search): Adjust prototype.
31016 Add netgroup-related prototypes.
31017 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
31018 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
31019 (__nscd_innetgr): Declare.
31020 * nscd/selinux.c (perms): Use access_vector_t as element type and
31021 add netgroup-related initializers.
31022 * nscd/netgroupcache.c: New file.
31023 * nscd/nscd_netgroup.c: New file.
31024 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
31025 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
31026 For four parameters use innetgr.
31027 * nss/nss_files/files-init.c: Add definition and callback for netgr.
31028 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
31029 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
31030 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
31031
21fd49a9
UD
31032 * nscd/connections.c (register_traced_file): Don't register file
31033 for disabled databases.
31034
054c0457
UD
310352011-10-06 Ulrich Drepper <drepper@gmail.com>
31036
32b63198
UD
31037 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
31038
054c0457
UD
31039 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
31040 from tree and freeing node.
31041
64031225
JO
310422011-09-25 Jiri Olsa <jolsa@redhat.com>
31043
31044 * nss/nsswitch.c (__nss_database_lookup): Handle
31045 nss_parse_service_list out of memory case.
31046
0490345c
JO
310472011-09-15 Jiri Olsa <jolsa@redhat.com>
31048
31049 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
31050 out of memory case.
31051
3a62d00d
AS
310522011-10-04 Andreas Schwab <schwab@redhat.com>
31053
31054 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
31055 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
31056 pass it down.
31057 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
31058 elf_machine_rela, elf_machine_lazy_rel.
31059 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
31060 (ELF_DYNAMIC_DO_REL): Likewise.
31061 (ELF_DYNAMIC_DO_RELA): Likewise.
31062 (ELF_DYNAMIC_RELOCATE): Likewise.
31063 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
31064 to ELF_DYNAMIC_DO_REL.
31065 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
31066 (dl_main): In trace mode always set __RTLD_NOIFUNC.
31067 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
31068 elf_machine_rela.
31069 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
31070 skip_ifunc, don't call ifunc function if non-zero.
31071 (elf_machine_rela): Likewise.
31072 (elf_machine_lazy_rel): Likewise.
31073 (elf_machine_lazy_rela): Likewise.
31074 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
31075 (elf_machine_lazy_rel): Likewise.
31076 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
31077 Likewise.
31078 (elf_machine_lazy_rel): Likewise.
31079 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
31080 Likewise.
31081 (elf_machine_lazy_rel): Likewise.
31082 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
31083 (elf_machine_lazy_rel): Likewise.
31084 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
31085 (elf_machine_lazy_rel): Likewise.
31086 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
31087 (elf_machine_lazy_rel): Likewise.
31088 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
31089 (elf_machine_lazy_rel): Likewise.
31090 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
31091 (elf_machine_lazy_rel): Likewise.
31092 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
31093 (elf_machine_lazy_rel): Likewise.
31094
68577918
UD
310952011-09-28 Ulrich Drepper <drepper@gmail.com>
31096
31097 * nss/nss_files/files-init.c (_nss_files_init): Use static
31098 initialization for all the *_traced_file variables.
31099
68822d74
AS
311002011-09-28 Andreas Schwab <schwab@redhat.com>
31101
31102 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
31103
2056100b
RM
311042011-09-27 Roland McGrath <roland@hack.frob.com>
31105
31106 [BZ #13226]
31107 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
31108
32c76b63
AS
311092011-09-27 Andreas Schwab <schwab@redhat.com>
31110
31111 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
31112 Reread the line before reparsing it.
31113
bf972c9d
AS
311142011-09-26 Andreas Schwab <schwab@redhat.com>
31115
31116 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
31117
e057a1b5
JM
311182011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
31119 Maxim Kuvyrkov <maxim@codesourcery.com>
31120 Joseph Myers <joseph@codesourcery.com>
31121
31122 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
31123 if needed for __stack_chk_guard.
31124
bc7e1c36
RM
311252011-09-19 Roland McGrath <roland@hack.frob.com>
31126
ecb1482f
RM
31127 * sysdeps/posix/spawni.c (script_execute): Always define it.
31128 It will be optimized away if unused.
31129 (maybe_script_execute): New function.
31130 (__spawni): Call it.
31131
bc7e1c36
RM
31132 * Makerules: Don't include tls.make.
31133 (config-tls): Always set to thread.
31134 * tls.make.c: File removed.
31135
1c3b002b
MF
311362011-09-19 Mike Frysinger <vapier@gentoo.org>
31137
31138 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
31139 * config.make.in (CPPFLAGS-config): New substituted variable.
31140
2840865d
UD
311412011-09-15 Ulrich Drepper <drepper@gmail.com>
31142
88738eb6
UD
31143 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
31144
cbf645a6 31145 [BZ #13192]
2840865d
UD
31146 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
31147 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
31148
b402e91a
RM
311492011-09-15 Roland McGrath <roland@hack.frob.com>
31150
31151 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
31152 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
31153 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
31154 (CALL_FAIL): Likewise.
31155 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
31156 (CALL_FAIL): Macro removed.
31157 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
31158
4c1a1f71
UD
311592011-09-15 Ulrich Drepper <drepper@gmail.com>
31160
31161 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
31162 for __FINITE_MATH_ONLY__ == 1.
31163
edc121be
AS
311642011-09-15 Andreas Schwab <schwab@redhat.com>
31165
31166 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
31167 __ieee754_sqrt instead of sqrt.
31168 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
31169 __ieee754_sqrtf instead of sqrtf.
31170 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
31171 __floorf instead of floorf.
31172 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
31173 __floorf, __truncf instead of floorf, truncf.
31174
cd205654
UD
311752011-09-14 Ulrich Drepper <drepper@gmail.com>
31176
ee4d0315
UD
31177 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
31178
cd205654
UD
31179 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
31180 __extern_always_inline.
31181 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
31182 32-bit.
31183
48b67d71
AS
311842011-09-14 Andreas Schwab <schwab@redhat.com>
31185
31186 * elf/rtld.c (dl_main): Also relocate in dependency order when
31187 doing symbol dependency testing.
31188
1ae12c75
AS
311892011-09-13 Andreas Schwab <schwab@linux-m68k.org>
31190
31191 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
31192 Always define `refsym'.
31193
995a80df
AS
311942011-09-13 Andreas Schwab <schwab@redhat.com>
31195
e529793b
AS
31196 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
31197 (__FD_ELT): Renamed from __FDELT.
31198 * misc/bits/select2.h (__FD_ELT): Likewise.
31199 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
31200 __FD_MASK instead of __FDELT, __FDMASK.
31201 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
31202 Likewise.
31203 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
31204 Likewise.
31205
52d4fef8
AS
31206 * elf/Makefile (gen-ldd): Fix pattern.
31207
995a80df
AS
31208 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
31209 (init_tls): Likewise.
31210
8682f8b0
UD
312112011-09-12 Ulrich Drepper <drepper@gmail.com>
31212
31213 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
31214
de82006d
AS
312152011-09-12 Andreas Schwab <schwab@redhat.com>
31216
a7c8e6a1
AS
31217 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
31218 `struct cmsghdr *' instead of `void *'.
31219 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
31220 Likewise.
31221
0f31fe77
AS
312222011-09-11 Andreas Schwab <schwab@linux-m68k.org>
31223
31224 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
31225 if non-absolute.
31226 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
31227 ldd_rewrite_script.
0f31fe77 31228
32b4c839
UD
312292011-09-11 Ulrich Drepper <drepper@gmail.com>
31230
83cd1420
UD
31231 * configure.in: Remove --with-tls option.
31232 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
31233 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
31234 out in case it is missing.
31235 * sysdeps/ia64/elf/configure.in: Likewise.
31236 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
31237 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
31238 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
31239 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
31240 * sysdeps/sh/elf/configure.in: Likewise.
31241 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
31242 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
31243 * sysdeps/x86_64/elf/configure.in: Likewise.
31244 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
31245 * sysdeps/mach/hurd/tls.h: Likewise.
31246
633f745d
UD
31247 [BZ #13067]
31248 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
31249
f318beb8
UD
31250 [BZ #13090]
31251 * configure.in: Fix use of AC_INIT.
31252
32b4c839
UD
31253 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
31254
3ce1f295
UD
312552011-09-10 Ulrich Drepper <drepper@gmail.com>
31256
bb016596
UD
31257 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
31258 __set_errno.
8e58439c
UD
31259 * malloc/hooks.c: Likewise.
31260
aebae053 31261 [BZ #11929]
02d46fc4
UD
31262 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
31263 variables statically.
31264 (narenas): Initialize.
31265 (list_lock): Initialize.
bb016596
UD
31266 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
31267 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
31268 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
31269 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
31270 Add initializers to main_arena and mp_.
31271 (malloc_state): Remove pagesize member. Change all users to use
31272 GLRO(dl_pagesize).
31273
31274 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
31275 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
31276 is always initialized.
31277
22a89187
UD
31278 * malloc/malloc.c: Removed unused configurations and dead code.
31279 * malloc/arena.c: Likewise.
31280 * malloc/hooks.c: Likewise.
02d46fc4 31281 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 31282
d063d164
UD
31283 * include/tls.h: Removed. USE___THREAD must always be defined.
31284 * bits/libc-tsd.h: Don't handle !USE___THREAD.
31285 * elf/dl-libc.c: Likewise.
31286 * elf/dl-tsd.c: Likewise.
31287 * include/errno.h: Likewise.
31288 * include/netdb.h: Likewise.
31289 * include/resolv.h: Likewise.
31290 * inet/herrno-loc.c: Likewise.
31291 * inet/herrno.c: Likewise.
31292 * malloc/arena.c: Likewise.
31293 * malloc/hooks.c: Likewise.
31294 * malloc/malloc.c: Likewise.
31295 * resolv/res-state.c: Likewise.
31296 * resolv/res_libc.c: Likewise.
31297 * sysdeps/i386/dl-machine.h: Likewise.
31298 * sysdeps/ia64/dl-machine.h: Likewise.
31299 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
31300 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
31301 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
31302 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
31303 * sysdeps/sh/dl-machine.h: Likewise.
31304 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
31305 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
31306 * sysdeps/unix/i386/sysdep.S: Likewise.
31307 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
31308 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
31309 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
31310 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
31311 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
31312 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
31313 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
31314 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
31315 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
31316 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
31317 * sysdeps/unix/x86_64/sysdep.S: Likewise.
31318 * sysdeps/x86_64/dl-machine.h: Likewise.
31319 * tls.make.c: Likewise.
31320
3ce1f295
UD
31321 * configure.in: Remove --with-__thread option. Make tests for
31322 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
31323 tls_model attribute fail if no support is available. Remove
31324 USE_IN_LIBIO.
31325 * Makeconfig: Adjust for dropped configure option. All features are
31326 now mandatory.
31327 * Makerules: Likewise.
31328 * Versions.def: Likewise.
31329 * argp/argp-fmtstream.c: Likewise.
31330 * argp/argp-fmtstream.h: Likewise.
31331 * argp/argp-help.c: Likewise.
31332 * assert/assert.c: Likewise.
31333 * config.h.in: Likewise.
31334 * config.make.in: Likewise.
31335 * configure: Likewise.
31336 * configure.in: Likewise.
31337 * csu/Versions: Likewise.
31338 * csu/init.c: Likewise.
31339 * elf/tst-audit2.c: Likewise.
31340 * elf/tst-tls10.c: Likewise.
31341 * elf/tst-tls10.h: Likewise.
31342 * elf/tst-tls11.c: Likewise.
31343 * elf/tst-tls12.c: Likewise.
31344 * elf/tst-tls14.c: Likewise.
31345 * elf/tst-tlsmod11.c: Likewise.
31346 * elf/tst-tlsmod12.c: Likewise.
31347 * elf/tst-tlsmod13.c: Likewise.
31348 * elf/tst-tlsmod13a.c: Likewise.
31349 * elf/tst-tlsmod14a.c: Likewise.
31350 * elf/tst-tlsmod15b.c: Likewise.
31351 * elf/tst-tlsmod16a.c: Likewise.
31352 * elf/tst-tlsmod16b.c: Likewise.
31353 * elf/tst-tlsmod7.c: Likewise.
31354 * elf/tst-tlsmod8.c: Likewise.
31355 * elf/tst-tlsmod9.c: Likewise.
31356 * gmon/gmon.c: Likewise.
31357 * grp/fgetgrent_r.c: Likewise.
31358 * grp/putgrent.c: Likewise.
31359 * hurd/fopenport.c: Likewise.
31360 * include/libc-symbols.h: Likewise.
31361 * include/tls.h: Likewise.
31362 * intl/gettextP.h: Likewise.
31363 * intl/loadinfo.h: Likewise.
31364 * locale/global-locale.c: Likewise.
31365 * locale/localeinfo.h: Likewise.
31366 * mach/devstream.c: Likewise.
31367 * malloc/arena.c: Likewise.
31368 * malloc/set-freeres.c: Likewise.
31369 * misc/err.c: Likewise.
31370 * misc/getttyent.c: Likewise.
31371 * misc/mntent_r.c: Likewise.
31372 * posix/getopt.c: Likewise.
31373 * posix/wordexp.c: Likewise.
31374 * pwd/fgetpwent_r.c: Likewise.
31375 * resolv/Versions: Likewise.
31376 * resolv/res_hconf.c: Likewise.
31377 * shadow/fgetspent_r.c: Likewise.
31378 * shadow/putspent.c: Likewise.
31379 * stdio-common/printf_fphex.c: Likewise.
31380 * stdio-common/tmpfile.c: Likewise.
31381 * stdlib/abort.c: Likewise.
31382 * stdlib/fmtmsg.c: Likewise.
31383 * sunrpc/auth_unix.c: Likewise.
31384 * sunrpc/clnt_perr.c: Likewise.
31385 * sunrpc/clnt_tcp.c: Likewise.
31386 * sunrpc/clnt_udp.c: Likewise.
31387 * sunrpc/clnt_unix.c: Likewise.
31388 * sunrpc/openchild.c: Likewise.
31389 * sunrpc/svc_simple.c: Likewise.
31390 * sunrpc/svc_tcp.c: Likewise.
31391 * sunrpc/svc_udp.c: Likewise.
31392 * sunrpc/svc_unix.c: Likewise.
31393 * sunrpc/xdr.c: Likewise.
31394 * sunrpc/xdr_array.c: Likewise.
31395 * sunrpc/xdr_rec.c: Likewise.
31396 * sunrpc/xdr_ref.c: Likewise.
31397 * sunrpc/xdr_stdio.c: Likewise.
31398
1248c1c4
PB
313992011-09-09 Ulrich Drepper <drepper@gmail.com>
31400
31401 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
31402
314032011-07-03 Andreas Jaeger <aj@suse.de>
31404
31405 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
31406 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
31407 regenerate with gen-libm-tests.pl.
31408
314092010-05-12 Petr Baudis <pasky@suse.cz>
31410
31411 [BZ #11589]
31412 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
31413 around j0() zero points by switching to j1().
31414 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
31415 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
31416 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
31417 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
31418
f22e1074
UD
314192011-09-09 Ulrich Drepper <drepper@gmail.com>
31420
f19009c1
UD
31421 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
31422 instead of 0.
31423 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 31424 instead of 0.
f19009c1
UD
31425 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
31426 Patch in part by Pavel Roskin <proski@gnu.org>.
31427
3f8cc204
UD
31428 [BZ #13138]
31429 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
31430 realloc.
31431 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
31432 Free memory block if necessary.
31433
f22e1074
UD
31434 [BZ #12847]
31435 * libio/genops.c (INTDEF): For string streams the _lock pointer can
31436 be NULL. Don't lock in this case.
31437
0a2349f9
RM
314382011-09-09 Roland McGrath <roland@hack.frob.com>
31439
31440 * elf/elf.h (ELFOSABI_GNU): New macro.
31441 (ELFOSABI_LINUX): Define to that.
31442
f3cdd467
DZ
314432011-07-29 Denis Zaitceff <zaitceff@gmail.com>
31444
31445 * string/strncat.c (strncat): Undef the symbol in case it has been
31446 defined in bits/string.h.
31447
74718d13
UD
314482011-09-09 Ulrich Drepper <drepper@gmail.com>
31449
633e9e0f
UD
31450 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
31451
0a2349f9 31452 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
31453 link map.
31454
f9924780
AJ
314552011-08-17 Andreas Jaeger <aj@suse.de>
31456
31457 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
31458
7f5517aa
PP
314592011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
31460 Ian Lance Taylor <iant@google.com>
31461
31462 * math/libm-test.inc (lround_test): New testcase.
31463 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
31464
762011fe
UD
314652011-09-08 Ulrich Drepper <drepper@gmail.com>
31466
92963737
UD
31467 * Makefile: Remove support for automatic cvs check-ins.
31468 * Makerules: Likewise.
31469 * config.make.in: Likewise.
31470 * configure.in: Likewise.
31471 * intl/Makefile: Likewise.
31472 * locale/Makefile: Likewise.
31473 * po/Makefile: Likewise.
31474 * posix/Makefile: Likewise.
31475 * sysdeps/gnu/Makefile: Likewise.
31476 * sysdeps/mach/hurd/Makefile: Likewise.
31477 * sysdeps/sparc/sparc32/Makefile: Likewise.
31478
b0727fd8
JS
31479 [BZ #13118]
31480 * posix/Makefile (bug-regex32-ENV): Define.
31481 Patch by John Stanley <jpsinthemix@verizon.net>.
31482
a0f33f99
UD
31483 * misc/Makefile (headers): Add bits/select2.h.
31484 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
31485 * misc/bits/select2.h: New file.
31486 * include/bits/select2.h: New file.
31487 * debug/Makefile (routines): Add fdelt_chk.
31488 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
31489 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
31490 FD_ISSET.
31491 * debug/fdelt_chk.c: New file.
31492
762011fe
UD
31493 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
31494 * wcsmbs/test-wmemcmp.c: Likewise.
31495 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 31496 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
31497
314982011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31499
31500 * string/Makefile (strop-tests): Add memcmp.
31501 * string/test-wmemcmp.c: New file.
31502 * string/test-memcmp.c: Add wmemcmp support.
31503
7f513ec8
RM
315042011-09-08 Roland McGrath <roland@hack.frob.com>
31505
0442afb4
RM
31506 [BZ #13153]
31507 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
31508 2011-07-19 change.
31509
7f513ec8
RM
31510 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
31511 garbage value in a __mach_port_mod_refs call in the cases of the
31512 task-self and thread-self ports.
31513
a12b2239
ST
315142011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
31515
31516 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
31517
610f9ab4
AS
315182011-09-08 Andreas Schwab <schwab@redhat.com>
31519
7f513ec8 31520 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 31521
48882a1a
LD
315222011-09-07 Ulrich Drepper <drepper@gmail.com>
31523
b49865be
UD
31524 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
31525
fdc86bc9
UD
31526 * elf/dl-libc.c (dlerror_run): Pass back error code from
31527 dl_catch_error.
31528
c966526a
UD
31529 [BZ #13123]
31530 * elf/dl-load.c (lose): Free l_origin if it is valid.
31531
48882a1a
LD
31532 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
31533 names.
31534 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
31535 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
31536 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
31537 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
31538 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
31539 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
31540
77a2a8b4
AZ
315412011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31542
31543 * sysdeps/powerpc/fpu/e_hypot.c: New file.
31544 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
31545 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
31546 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
31547 * sysdeps/powerpc/fpu/k_cosf.c: New file.
31548 * sysdeps/powerpc/fpu/k_sinf.c: New file.
31549 * sysdeps/powerpc/fpu/s_cosf.c: New file.
31550 * sysdeps/powerpc/fpu/s_sinf.c: New file.
31551 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
31552 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
31553
24f579d8
AM
315542011-08-15 Alan Modra <amodra@gmail.com>
31555
31556 [BZ #13092]
31557 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
31558 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
31559 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
31560 ppc_mcount to static-only-routines.
31561 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
31562 __mcount_internal.
31563 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
31564 __mcount_internal with usual JUMPTARGET. Remove useless nop.
31565
3d4837df
UD
315662011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
31567
31568 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
31569 for finite and infinity parameters.
31570
22700377
WS
315712011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
31572
31573 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
31574 and add nop instructions for throughput optimization.
31575 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
31576
5025581e
WS
315772011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
31578
31579 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
31580 aligned copy for power7 with vector-scalar instructions.
31581 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
31582
08a300c9
L
315832011-07-24 H.J. Lu <hongjiu.lu@intel.com>
31584
31585 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
31586 AVX check.
31587
59178ef9
AS
315882011-09-07 Andreas Schwab <schwab@redhat.com>
31589
31590 [BZ #13144]
31591 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
31592 last change.
31593
e38ba7ab
UD
315942011-09-07 Ulrich Drepper <drepper@gmail.com>
31595
31596 * sysdeps/unix/sysv/linux/x86_64/init-first.c
31597 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
31598 syscall wrapper around clock_gettime in __vdso_clock_gettime.
31599 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
31600 clock_gettime.
31601
d53a73ac
UD
316022011-09-06 Ulrich Drepper <drepper@gmail.com>
31603
fc8bffcc
UD
31604 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
31605 Forgot to demangle the pointer.
31606
ceaa0c5d
UD
31607 * sysdeps/i386/sysdep.h: Define atom_text_section.
31608 * sysdeps/x86_64/sysdep.h: Likewise.
31609 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
31610 section with atom_text_section.
31611 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
31612 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
31613 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
31614 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
31615 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
31616
a77d3c17
UD
31617 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
31618 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
31619 already be defined. Change to take two parameters and don't assign
31620 result to variable. Adjust all users.
31621 Define INTERNAL_GETTIME if not already defined.
31622 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
31623 call.
31624 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
31625 HAVE_CLOCK_GETTIME_VSYSCALL.
31626 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
31627
d53a73ac
UD
31628 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
31629 gettimeofday vsyscall, just use time.
31630
a8f84144
AS
316312011-09-06 Andreas Schwab <schwab@redhat.com>
31632
31633 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
31634 <errno.h>.
31635
ef606249
UD
316362011-09-06 Ulrich Drepper <drepper@gmail.com>
31637
31638 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
31639 syscall on x86-64.
31640 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
31641 syscall.
31642 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
31643 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
31644 syscall if possible.
31645
6585cb60
UD
316462011-09-05 Ulrich Drepper <drepper@gmail.com>
31647
31648 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
31649 e_ident. Don't pass to find_mapsXX.
31650 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
31651
a5f524e4
LD
316522011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
31653
31654 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31655 strchr-sse2-no-bsf strrchr-sse2-no-bsf
31656 * sysdeps/x86_64/multiarch/strchr.S: Update.
31657 Check bit_slow_BSF bit.
31658 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31659 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
31660 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
31661
554881ef
UD
316622011-09-05 Ulrich Drepper <drepper@gmail.com>
31663
d96de963
UD
31664 [BZ #13134]
31665 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
31666 before glibc 2.15.
31667 (tryshell): Define.
31668 (__spawni): Change last parameter to be flag. Test
31669 SPAWN_XFLAGS_USE_PATH flag to use path or not.
31670 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
31671 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
31672 * posix/spawni.c: Likewise.
31673 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
31674 * posix/spawnp.c: Likewise. Change normal version to use
31675 SPAWN_XFLAGS_USE_PATH.
31676 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
31677 SPAWN_XFLAGS_TRY_SHELL.
31678
d48e5868
UD
31679 [BZ #13150]
31680 * posix/glob.h: Remove gcc 1.x support.
31681
554881ef
UD
31682 [BZ #13068]
31683 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
31684
693fb948
LD
316852011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
31686
31687 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31688 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
31689 strrchr-sse2-bsf
31690 * sysdeps/i386/i686/multiarch/strchr.S: New file.
31691 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
31692 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
31693 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
31694 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
31695 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
31696
1b48c537
UD
316972011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31698
49d42c37
UD
31699 * sysdeps/x86_64/wcscmp.S: New file.
31700
1b48c537
UD
31701 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
31702 wcscmp-c wcscmp-sse2
31703 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
31704 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
31705 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
31706 * wcsmbs/wcscmp.c: Allow renaming.
31707
15c95c5d
DM
317082011-09-05 David S. Miller <davem@davemloft.net>
31709
31710 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
31711 stack slot, rather than the struct return pointer slot.
31712 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
31713 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
31714 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
31715 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
31716
2f0ad8f3
UD
317172011-09-05 Ulrich Drepper <drepper@gmail.com>
31718
d88ae418
UD
31719 * po/ja.po: Update from translation team.
31720
2f0ad8f3
UD
31721 [BZ #13144]
31722 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
31723 kernel in 64-bit binaries.
31724
5f4318d1
DM
317252011-09-01 David S. Miller <davem@davemloft.net>
31726
31727 * elf/elf.h (HWCAP_SPARC_*): Move to..
31728 * sysdeps/sparc/sysdep.h: this new file and add new values.
31729 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
31730 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
31731 _DL_HWCAP_COUNT to 24.
31732 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31733 entries.
31734 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
31735 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
31736 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
31737 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
31738 instead of magic constants.
31739 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
31740
3ba57516
DM
317412011-08-31 David S. Miller <davem@davemloft.net>
31742
31743 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
31744 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
31745 Reimplement to do errno handling inline.
31746 (SYSCALL_ERROR_HANDLER): New macro.
31747 (__SYSCALL_STRING): Do not do errno handling in asm.
31748 (__CLONE_SYSCALL_STRING): Delete.
31749 (__INTERNAL_SYSCALL_STRING): Delete.
31750 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
31751 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
31752 (PSEUDO): Reimplement to do errno handling inline.
31753 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
31754 (SYSCALL_ERROR_HANDLER): New macro.
31755 (__SYSCALL_STRING): Do not do errno handling in asm.
31756 (__CLONE_SYSCALL_STRING): Delete.
31757 (__INTERNAL_SYSCALL_STRING): Delete.
31758 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
31759 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
31760 i386.
31761 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
31762 (inline_syscall*): Add 'err' argument.
31763 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
31764 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
31765 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
31766 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
31767
31768 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
31769 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
31770
2bc17433
AS
317712011-08-30 Andreas Schwab <schwab@redhat.com>
31772
31773 * elf/rtld.c (dl_main): Relocate objects in dependency order.
31774
fbeb5f4d
JO
317752011-08-29 Jiri Olsa <jolsa@redhat.com>
31776
31777 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
31778 directive.
31779
ad69cc26
DM
317802011-08-24 David S. Miller <davem@davemloft.net>
31781
31782 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
31783
39dd69df
AS
317842011-08-24 Andreas Schwab <schwab@redhat.com>
31785
31786 * elf/Makefile: Add rules to build and run unload8 test.
31787 * elf/unload8.c: New file.
31788 * elf/unload8mod1.c: New file.
31789 * elf/unload8mod1x.c: New file.
31790 * elf/unload8mod2.c: New file.
31791 * elf/unload8mod3.c: New file.
31792
31793 * elf/dl-close.c (_dl_close_worker): Reset private search list if
31794 it wasn't used.
31795
2c0b250a
DM
317962011-08-23 David S. Miller <davem@davemloft.net>
31797
31798 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
31799 subtract stack bias.
31800 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
31801 %sp not %fp in calculations.
31802 (_JMPBUF_UNWINDS_ADJ): Likewise.
31803
22044b48
DM
31804 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
31805 (aio_suspend): Call it to force an exception region around the
31806 AIO_MISC_WAIT() invocation.
31807
2cae4995
AS
318082011-08-23 Andreas Schwab <schwab@redhat.com>
31809
31810 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
31811 backslash.
31812
873a772e
AJ
318132011-07-04 Aurelien Jarno <aurelien@aurel32.net>
31814
31815 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
31816 protection macro.
31817 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
31818 and <dl-machine.h>.
31819 (Elf64_FuncDesc): Remove.
31820
25ad0df1
DM
318212011-08-22 David S. Miller <davem@davemloft.net>
31822
31823 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
31824 sigaltstack check, add missing cfi directives.
31825 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
31826 missing cfi directives, and sigaltstack handling.
31827
e888bcbe
AS
318282011-08-16 Andreas Schwab <schwab@redhat.com>
31829
31830 [BZ #11724]
31831 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
31832 object is seen twice.
31833 * elf/dl-fini.c (_dl_sort_fini): Likewise.
31834
31835 * elf/Makefile (distribute): Add tst-initorder2.c.
31836 (tests): Add tst-initorder2.
31837 (modules-names): Add tst-initorder2a tst-initorder2b
31838 tst-initorder2c tst-initorder2d. Add rules to build them.
31839 ($(objpfx)tst-initorder2.out): New rule.
31840 * elf/tst-initorder2.c: New file.
31841 * elf/tst-initorder2.exp: New file.
31842
87162f46
AS
318432011-08-22 Andreas Schwab <schwab@redhat.com>
31844
70538b7f
AS
31845 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
31846
f55ffe58
AS
31847 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
31848 dependencies back to end of function.
31849
87162f46
AS
31850 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
31851 $(elfobjdir)/ld.so.
31852
91b392a4
UD
318532011-08-21 Ulrich Drepper <drepper@gmail.com>
31854
31855 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
31856 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
31857 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
31858 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
31859 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
31860 of __vdso_gettimeofday.
31861 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
31862 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
31863 attribute_hidden.
31864 (_libc_vdso_platform_setup): Remove initialization of
31865 __vdso_gettimeofday and __vdso_time.
31866
5c43483f
UD
318672011-08-20 Ulrich Drepper <drepper@gmail.com>
31868
775a77e7
UD
31869 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
31870 and fgetc_unlocked.
31871 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
31872 getc_unlocked.
89f447ed 31873
49c74ba9
UD
31874 * elf/dl-open.c (add_to_global): Report additions to the global scope
31875 for LD_DEBUG=scopes.
31876 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 31877 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 31878
5c43483f
UD
31879 [BZ #13114]
31880 * stdio-common/Makefile (tests): Add bug24.
31881 * stdio-common/bug24.c: New file.
31882
a101b025
AJ
318832011-08-19 Andreas Jaeger <aj@suse.de>
31884
31885 [BZ #13114]
31886 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
31887 non-existant file when using close-on-exec mode.
31888
c88f1766
UD
318892011-08-20 Ulrich Drepper <drepper@gmail.com>
31890
0276a718
UD
31891 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
31892 the very first instruction.
31893
c88f1766
UD
31894 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
31895 the CFI state in the end.
31896 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
31897 inclusion of dl-trampoline.h.
31898 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
31899
51ccffa0
AS
319002011-08-19 Andreas Schwab <schwab@redhat.com>
31901
94d7165f
AS
31902 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
31903 expectations for long double.
31904
51ccffa0
AS
31905 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
31906 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
31907
fd708658 319082011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
31909
31910 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
31911 artificual limit depends upon the system page size.
31912
44f0a71e
UD
319132011-08-17 Ulrich Drepper <drepper@gmail.com>
31914
31915 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
31916 * resolv/Makefile: Define CFLAGS-libresolv.
31917
8de79a24
AS
319182011-08-17 Andreas Schwab <schwab@redhat.com>
31919
31920 * nss/makedb.c (compute_tables): Make variables used in nested
31921 function static.
31922
27724598
UD
319232011-08-17 Ulrich Drepper <drepper@gmail.com>
31924
c5305d88
UD
31925 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
31926 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
31927 if buffer was too small.
31928
27724598
UD
31929 * elf/pldd.c (main): Attach to all threads in the process.
31930 Rewrite /proc handling to use *at functions.
31931
076fe015
UD
319322011-08-16 Ulrich Drepper <drepper@gmail.com>
31933
174baab3
UD
31934 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
31935 specifies first scope to show.
31936 (dl_open_worker): Update callers. Move printing scope of new
31937 object to before the relocation.
44f0a71e 31938 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
31939 * sysdeps/generic/ldsodefs.h: Update declaration.
31940
076fe015
UD
31941 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
31942 string for the scope number.
31943
a60df2c3
UD
319442011-08-14 Ulrich Drepper <drepper@gmail.com>
31945
31946 * nscd/servicescache.c (cache_addserv): Make sure written is always
31947 initialized.
31948
5e4287d1
RM
319492011-08-14 Roland McGrath <roland@hack.frob.com>
31950
85ae0589
RM
31951 * sysdeps/i386/i486/bits/atomic.h
31952 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
31953 statement expression, so as to suppress "set but not used" warning.
31954 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
31955
69f63097
RM
31956 * string/strncat.c (STRNCAT): Use prototype definition.
31957
675456ef
RM
31958 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
31959 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
31960 -Iprograms here.
31961 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
31962 (localedef-modules): Add localedef.
31963 (locale-modules): Add locale.
31964
5e4287d1
RM
31965 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
31966 * elf/rtld.c (dl_main): Invert order of assignment in last change,
31967 to avoid a warning.
31968
9c96ff23
DM
319692011-08-14 David S. Miller <davem@davemloft.net>
31970
31971 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
31972 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
31973
f9ddf089
UD
319742011-08-13 Ulrich Drepper <drepper@gmail.com>
31975
44f0a71e 31976 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
31977 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
31978 * elf/rtld.c (dl_main): Set l_name of vDSO.
31979 Call _dl_show_scope when DL_DEBUG_SCOPES.
31980 (process_dl_debug): Recognize scopes flag and also set it for all.
31981 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
31982 Declare _dl_show_scope.
31983
1dc27704
UD
31984 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
31985 (do_dlopen): Pass caller_dlopen to dl_open.
31986 (__libc_dlopen_mode): Initialize caller_dlopen.
31987
f9ddf089
UD
31988 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
31989 of libc. Make tolower call locale-independent. Optimize a bit by
31990 using isdigit instead of isalnum.
31991 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
31992
9ac533d3
UD
319932011-08-12 Ulrich Drepper <drepper@gmail.com>
31994
31995 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
31996 was a dependency or dynamically loaded.
31997
89edf2e9
UD
319982011-08-11 Ulrich Drepper <drepper@gmail.com>
31999
8e999d29
UD
32000 * intl/l10nflist.c: Allow architecture-specific pop function.
32001 * sysdeps/x86_64/l10nflist.c: New file.
32002
89edf2e9
UD
32003 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
32004 classification.
32005
14d96785
AS
320062011-08-10 Andreas Schwab <schwab@redhat.com>
32007
32008 * include/dirent.h: Add libc_hidden_proto for scandirat and
32009 scandirat64. Don't declare __scandirat64.
32010 * dirent/scandirat.c: Add libc_hidden_def.
32011 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
32012 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
32013
6761ac04
DM
320142011-08-10 David S. Miller <davem@davemloft.net>
32015
32016 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
32017 enum.
32018 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
32019 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
32020 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
32021
c55fbd1e
UD
320222011-08-09 Ulrich Drepper <drepper@gmail.com>
32023
32024 * Versions.def [libc]: Add GLIBC_2.15.
32025 * dirent/Makefile (routines): Add scandirat and scandirat64.
32026 * dirent/Versions [libc]: Export scandirat and scandirat64 for
32027 GLIBC_2.15.
32028 * dirent/dirent.h: Declare scandirat and scandirat64.
32029 * dirent/scandirat.c: New file.
32030 * dirent/scandirat64.c: New file.
32031 * sysdeps/wordsize-64/scandirat.c: New file.
32032 * sysdeps/wordsize-64/scandirat64.c: New file.
32033 * dirent/opendir.c: Define opendirat.
32034 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
32035 using scandirat.
32036 * dirent/scandir64.c: Adjust for scandir.c change.
32037 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
32038 __scandirat64, and __scandir_cancel_handler.
32039 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
32040 additional parameter and use openat instead of open (outside of ld.so).
32041 Add new __opendir as wrapper around __opendirat.
32042 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
32043 here without requiring old scandirat implementation.
32044
879165f2
UD
320452011-08-08 Ulrich Drepper <drepper@gmail.com>
32046
32047 * dirent/scandir.c (cancel_handler): Renamed to
32048 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
32049 defined. Adjust users.
32050 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
32051 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
32052
cb7e923b
UD
320532011-08-04 Ulrich Drepper <drepper@gmail.com>
32054
16292edd
UD
32055 * string/test-string.h (IMPL): Use __STRING to expand name and then
32056 stringify it.
32057
cb7e923b
UD
32058 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
32059 of cleanups.
32060
cff82933
LD
320612011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32062
32063 * string/Makefile: Update.
32064 (strop-tests): Append strncat.
32065 * string/test-wcscmp.c: New file.
32066 New comprehensive test for wcscmp.
32067 * string/test-strcmp.c: Update.
32068 (WIDE): New define.
32069
9be9bfcc
AS
320702011-07-22 Andreas Schwab <schwab@redhat.com>
32071
32072 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
32073 line.
32074
2e96f1c7
AS
320752011-07-26 Andreas Schwab <schwab@redhat.com>
32076
32077 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
32078 encoding to ACE if AI_IDN.
32079
85188888
JJ
320802011-08-01 Jakub Jelinek <jakub@redhat.com>
32081
32082 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
32083 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
32084
5fa16e9b
LD
320852011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32086
32087 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
32088 Fix overflow bug in strncat.
32089 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
32090
32091 * string/test-strncat.c: Update.
32092 Add new tests for checking overflow bugs.
32093
320942011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32095
32096 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32097 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
32098 * sysdeps/i386/i686/multiarch/strcat.S: New file.
32099 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
32100 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
32101 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
32102 * sysdeps/i386/i686/multiarch/strncat.S: New file.
32103 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
32104 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
32105
32106 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
32107 (USE_AS_STRCAT): Define.
32108 Add strcat and strncat support.
32109 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
32110
8c1a459f
AS
321112011-07-25 Andreas Schwab <schwab@redhat.com>
32112
32113 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
32114 __n bigger than INT_MAX+1.
32115 (__strncmp_g): Likewise.
32116
bba33c28
UD
321172011-07-23 Ulrich Drepper <drepper@gmail.com>
32118
798be72d
UD
32119 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
32120 * libio/stido.h: Likewise.
32121
8accd4dc
UD
32122 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
32123 (AF_NFC): Define.
32124 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
32125 (AF_NFC): Define.
32126
cbff0d96
UD
32127 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
32128 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
32129 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
32130 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
32131 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
32132
9191c04a
UD
32133 [BZ #13021]
32134 * scripts/test-installation.pl: Don't expect libnss_test1 to be
32135 installed.
32136
bba33c28
UD
32137 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
32138 typo.
32139 (_dl_x86_64_save_sse): Likewise.
32140
90f139dd
UD
321412011-07-22 Ulrich Drepper <drepper@gmail.com>
32142
1aae088a
UD
32143 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
32144 OSXSAVE.
32145 (_dl_x86_64_save_sse): Likewise.
32146
8e2045f5
UD
32147 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
32148
90f139dd
UD
32149 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
32150
1d002f25
AS
321512011-07-21 Andreas Schwab <schwab@redhat.com>
32152
32153 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
32154 change.
32155 (_dl_x86_64_save_sse): Use correct AVX check.
32156
21137f89
UD
321572011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32158
32159 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
32160 bug in strncpy/strncat.
32161 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
32162
a65c0b7a
UD
321632011-07-21 Ulrich Drepper <drepper@gmail.com>
32164
32165 * string/tester.c (test_strcat): Add tests for different alignments
32166 of source and destination.
32167 (test_strncat): Likewise.
32168
6986b98a
UD
321692011-07-20 Ulrich Drepper <drepper@gmail.com>
32170
90bb2039
UD
32171 [BZ #12852]
32172 * posix/glob.c (glob): Check passed in values before using them in
32173 expressions to avoid some overflows.
32174 (glob_in_dir): Likewise.
32175
5644ef54
UD
32176 [BZ #13007]
32177 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
32178 check for AVX enablement so that we don't crash with old kernels and
32179 new hardware.
32180 * elf/tst-audit4.c: Add same checks here.
32181 * elf/tst-audit6.c: Likewise.
32182
32183 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 32184
bfc9dc9b
AS
321852011-07-09 Andreas Schwab <schwab@linux-m68k.org>
32186
32187 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
32188
702e64bb
UD
321892011-07-20 Ulrich Drepper <drepper@gmail.com>
32190
32191 * po/cs.po: Update from translation team.
32192 * po/bg.po: Likewise.
32193
295e904f
MP
321942011-07-12 Marek Polacek <mpolacek@redhat.com>
32195
32196 * misc/sys/cdefs.h: Add support for const attribute.
32197 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
32198 to gnu_dev_{major,minor,makedev} functions.
32199
3ff94596
MP
322002011-07-20 Marek Polacek <mpolacek@redhat.com>
32201
32202 * intl/dcigettext.c (get_output_charset): Add missing bracket.
32203
28b59fca
AS
322042011-07-20 Andreas Schwab <schwab@redhat.com>
32205
32206 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
32207 strlen results.
32208
19df733e
AK
322092011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32210
32211 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
32212 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
32213 register in order to avoid conflicts with the soft frame pointer
32214 being held in r11 when necessary.
32215 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
32216 (INTERNAL_VSYSCALL_NCS): Likewise.
32217
c8835729
MP
322182011-07-14 Marek Polacek <mpolacek@redhat.com>
32219
32220 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
32221 * elf/dl-fini.c (_dl_fini): Adjust caller.
32222 * elf/dl-close.c (_dl_close_worker): Likewise.
32223 * sysdeps/generic/ldsodefs.h: Adjust declaration.
32224
b902330c
MP
322252011-07-15 Marek Polacek <mpolacek@redhat.com>
32226
8991e135
MP
32227 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
32228 "aux_cache->nlibs < 0".
32229
b902330c
MP
32230 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
32231 in the reload-count case.
32232
99710781
LD
322332011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
32234
32235 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
32236 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
32237 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
32238 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
32239 * sysdeps/x86_64/multiarch/strcat.S: New file.
32240 * sysdeps/x86_64/multiarch/strncat.S: New file.
32241 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
32242 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
32243 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
32244 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
32245 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
32246 (USE_AS_STRCAT): Define.
32247 Add strcat and strncat support.
32248 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
32249 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
32250 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
32251 * string/strncat.c: Update.
32252 (USE_AS_STRNCAT): Define.
32253 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32254 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
32255 and i7.
32256 * sysdeps/x86_64/multiarch/init-arch.h
32257 (bit_Prefer_PMINUB_for_stringop): New.
32258 (index_Prefer_PMINUB_for_stringop): Likewise.
32259 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
32260 bit_Prefer_PMINUB_for_stringop.
32261
7dc6bd90
UD
322622011-07-19 Ulrich Drepper <drepper@gmail.com>
32263
32264 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
32265 buffer64.
32266 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
32267 of casting of buffer.
32268 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
32269 buffer32 and buffer64.
32270 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
32271 writes instead of casting of buffer.
32272 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
32273 buffer32.
32274 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
32275 casting of buffer.
32276
e0e72284
AS
322772011-07-19 Andreas Schwab <schwab@redhat.com>
32278
32279 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
32280
feb1eb0b
UD
322812011-07-19 Ulrich Drepper <drepper@gmail.com>
32282
32283 * nscd/nscd.c (termination_handler): Don't do anything for a database
32284 if it has not yet been initialized.
32285
298711ff
UD
322862011-07-18 Ulrich Drepper <drepper@gmail.com>
32287
32288 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
32289
322902011-07-15 Marek Polacek <mpolacek@redhat.com>
32291
32292 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
32293
f9d68389
UD
322942011-07-18 Ulrich Drepper <drepper@gmail.com>
32295
32296 * po/nl.po: Update from translation team.
32297 * po/sv.po: Likewise.
32298
db290cf5
RM
322992011-07-16 Roland McGrath <roland@hack.frob.com>
32300
32301 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
32302 now disallowed by GCC.
5c550700 32303
fd5e21c7
RM
32304 * configure.in (use-default-link): Default to yes if a test -shared
32305 link meets our qualifications.
32306 * configure: Regenerated.
32307
5c550700
RM
32308 * config.make.in (output-format): New variable.
32309 * configure.in: Check for ld --print-output-format support.
32310 * configure: Regenerated.
32311 * Makerules ($(common-objpfx)format.lds)
32312 [$(output-format) != unknown]: Just use $(output-format),
32313 instead of the linker-script munging.
32314
9fa2c032
RM
323152011-07-14 Roland McGrath <roland@hack.frob.com>
32316
a6928d51
RM
32317 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
32318 of $(common-objpfx)shlib.lds.
32319 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
32320
661607b3
RM
32321 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
32322 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
32323
9fa2c032
RM
32324 * configure.in (-z relro check): Adjust test code to add a large
32325 writable data section after it.
32326 * configure: Regenerated.
32327
defe9061
RM
323282011-07-11 Roland McGrath <roland@hack.frob.com>
32329
32330 * configure.in (-z relro check): Fix test code to make the variable
32331 truly const.
32332 * configure: Regenerated.
32333
319b9ad4
UD
323342011-07-11 Ulrich Drepper <drepper@gmail.com>
32335
32336 * nscd/nscd.h (struct traced_file): Define.
32337 (struct database_dyn): Remove inotify_descr, reset_res, and filename
32338 elements. Add traced_files.
32339 (inotify_fd): Declare.
32340 (register_traced_file): Declare.
32341 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
32342 (inotify_fd): Export.
32343 (resolv_conf_descr): Remove.
32344 (nscd_init): Move inotify descriptor creation to main.
32345 Don't register files for notification here.
32346 (register_traced_file): New function.
32347 (invalidate_cache): Don't use reset_res to determine whether to call
32348 res_init, go through the list of registered files.
32349 (main_loop_poll): The inotify descriptors are now stored in the
32350 structures for the traced files.
32351 (main_loop_epoll): Likewise
32352 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
32353 to __nss_disable_nscd.
32354 * nscd/cache.c (prune_cache): There is no single inotify descriptor
32355 for a database anymore. Check the records for all the registered
32356 files instead.
32357 * nss/Makefile (libnss_files-routines): Add files-init.
32358 (libnss_db-routines): Add db-init.
32359 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
32360 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
32361 * nss/nss_db/db-init.c: New file.
32362 * nss/nss_files/files-init.c: New file.
32363 * nss/nsswitch.c (nss_load_library): New function. Broken out of
32364 __nss_lookup_function.
32365 (__nss_lookup_function): Call nss_load_library.
32366 (nss_load_all_libraries): New function.
32367 (__nss_disable_nscd): Take parameter with callback function for files
32368 to register. Set is_nscd. Load all the DSOs for the NSS modules
32369 used for the cached services.
32370 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
32371 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
32372 options for features to all the files in nscd.
32373
32374 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
32375
23bee3e8
RM
323762011-07-10 Roland McGrath <roland@hack.frob.com>
32377
32378 * csu/elf-init.c (__libc_csu_init): Comment typo.
32379
46a5b7f0
UD
323802011-07-09 Ulrich Drepper <drepper@gmail.com>
32381
32382 * po/pl.po: Update from translation team.
32383 * po/ja.po: Likewise.
32384 * po/ru.po: Likewise.
32385 * po/ko.po: Likewise.
32386 * po/fr.po: Likewise.
32387
d30cf5bb
RM
323882011-07-09 Roland McGrath <roland@hack.frob.com>
32389
113ddea4
RM
32390 * configure.in (.ctors/.dtors header and trailer check):
32391 Use an empirical test on a built program.
32392 * configure: Regenerated.
32393
574920b4
RM
32394 * configure.in (-z relro check): Use an empirical test on a built DSO.
32395 Detect, but do not require, on ia64.
32396 * configure: Regenerated.
32397
d30cf5bb
RM
32398 * configure.in (READELF): Find it with AC_CHECK_TOOL.
32399 Update tests that use readelf to use $READELF instead.
32400 * configure: Regenerated.
32401
8538fdb3
UD
324022011-07-08 Ulrich Drepper <drepper@gmail.com>
32403
32404 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
32405 if the result is not used.
32406
04d08991
AJ
324072011-07-05 Andreas Jaeger <aj@suse.de>
32408
32409 [BZ#9696]
32410 * stdlib/tst-strtod.c: Add testcase.
32411
de283087
AD
324122011-07-07 Ulrich Drepper <drepper@gmail.com>
32413
4e5f31c8 32414 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 32415 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
32416 The latter has a higher limit. Take additional parameter to pass to
32417 the new function.
32418 (__pathconf): Pass file to __statfs_link_max.
32419 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
32420 __statfs_link_max.
32421 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
32422 __statfs_link_max.
32423
de283087
AD
32424 [BZ #12868]
32425 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
32426 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32427 Handle Lustre.
32428 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
32429 (__statfs_filesize_max): Likewise.
32430 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
32431
c75fa153
AJ
324322011-07-05 Andreas Jaeger <aj@suse.de>
32433
32434 * resolv/res_comp.c (dn_skipname): Remove unused variable.
32435
1a544854
UD
324362011-07-06 Marek Polacek <mpolacek@redhat.com>
32437
32438 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
32439 `status' variable.
32440 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
32441 Likewise.
32442
6f0eec67
UD
324432011-07-04 H.J. Lu <hongjiu.lu@intel.com>
32444
32445 * Makefile (strop-tests): Add strncat.
32446 * string/test-strncat.c: New file.
32447
aae30307
UD
324482011-06-30 Marek Polacek <mpolacek@redhat.com>
32449
32450 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
32451
c0cfb5eb
UD
324522011-06-21 Andreas Jaeger <aj@suse.de>
32453
32454 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
32455 Copy rule from iconvdata/Makefile.
32456
01636b21
UD
324572011-07-06 Ulrich Drepper <drepper@gmail.com>
32458
32459 [BZ #12922]
32460 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
32461 but no long options are defined, just return 'W'.
32462
9895c8bc
UD
324632011-06-22 Marek Polacek <mpolacek@redhat.com>
32464
32465 [BZ #9696]
32466 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
32467
5d4cf042
UD
324682011-07-06 Ulrich Drepper <drepper@gmail.com>
32469
32470 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
32471 netgroups to read.
960e5535 32472 (innetgr): Likewise.
5d4cf042 32473
751eb97e
RM
324742011-07-05 Roland McGrath <roland@hack.frob.com>
32475
32476 * config.make.in (install_root): Default to $(DESTDIR).
32477
f15f1e45
UD
324782011-07-05 Ulrich Drepper <drepper@gmail.com>
32479
32480 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
32481
4e34ac6a
RM
324822011-07-02 Roland McGrath <roland@hack.frob.com>
32483
5e9b6af4
RM
32484 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
32485
84f9ea0f
RM
32486 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
32487 containing directory rather than embedding absolute directory names.
32488
ea5ee9f7
RM
32489 * scripts/check-local-headers.sh: Rewritten using awk.
32490 Match by word, not by line. Print error messages for matches.
32491 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
32492
1b74661a
RM
32493 * Makerules [shlib-lds-flags empty]:
32494 ($(common-objpfx)libc_pic.opts): New target.
32495 ($(common-objpfx)libc_pic.os.clean): New target.
32496 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
32497
32498 * config.make.in (OBJCOPY): New variable.
32499 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
32500 * configure: Regenerated.
32501
f781ef40
RM
32502 * config.make.in (use-default-link): New variable.
32503 * configure.in (use_default_link): Grok --with-default-link to set it.
32504 * configure: Regenerated.
32505 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
32506 (shlib-lds, shlib-lds-flags): Define to empty.
32507
2d4fa81e
RM
32508 * Makerules (shlib-lds): New variable.
32509 (shlib-lds-flags): New variable.
32510 (build-shlib, build-moduile, build-module-asneeded): Use it.
32511 ($(common-objpfx)libc.so): Use $(shlib-lds).
32512 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
32513 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
32514
31fffa6b
RM
32515 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
32516 DT_FLAGS/DT_FLAGS_1 with zero flags.
32517
4e34ac6a
RM
32518 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
32519 linker script munging.
32520
fcfc776b
UD
325212011-07-02 Ulrich Drepper <drepper@gmail.com>
32522
32523 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
32524 as 128-bit value.
32525 * crypt/sha512.c (sha512_process_block): Perform total addition using
32526 128-bit if possible.
32527 (__sha512_finish_ctx): Likewise.
32528 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
32529 as 64-bit value.
32530 * crypt/sha256.c (SWAP64): Define.
32531 (sha256_process_block): Perform total addition using 64-bit if
32532 possible.
32533 (__sha256_finish_ctx): Likewise.
32534
99231d9a
UD
325352011-07-01 Ulrich Drepper <drepper@gmail.com>
32536
32537 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
32538 * nscd/initgrcache.c (addinitgroupsX): Likewise.
32539 * nscd/hstcache.c (cache_addhst): Likewise.
32540 * nscd/grpcache.c (cache_addgr): Likewise.
32541 * nscd/aicache.c (addhstaiX): Likewise
32542 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
32543
445b4a53
TK
325442011-07-01 Thorsten Kukuk <kukuk@suse.de>
32545
32546 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
32547 * nscd/initgrcache.c (addinitgroupsX): Likewise.
32548 * nscd/hstcache.c (cache_addhst): Likewise.
32549 * nscd/grpcache.c (cache_addgr): Likewise.
32550 * nscd/aicache.c (addhstaiX): Likewise
32551
6d4d8e8e
AS
325522011-07-01 Andreas Schwab <schwab@redhat.com>
32553
32554 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
32555 domain only when needed.
32556
89f654c5
AS
325572011-06-30 Andreas Schwab <schwab@redhat.com>
32558
32559 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
32560 is always restored.
32561
cf3b23ff
UD
325622011-06-29 Ulrich Drepper <drepper@gmail.com>
32563
32564 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
32565 are re-adding the entry.
32566 * nscd/servicescache.c (cache_addserv): Likewise.
32567
751626f9
AJ
325682011-06-30 Aurelien Jarno <aurelien@aurel32.net>
32569
32570 * sysdeps/generic/dl-irel.h: fix protection against multiple
32571 inclusions.
32572 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
32573
9113ea1f
UD
325742011-06-28 Ulrich Drepper <drepper@gmail.com>
32575
5c0b8d90
UD
32576 [BZ #12935]
32577 * malloc/memusage.sh: Fix quoting in message.
32578 * debug/xtrace.sh: Likewise.
32579
9113ea1f
UD
32580 * configure.in: Remove support for --experimental-malloc option, make
32581 it the default.
32582 * config.make.in: Likewise.
32583 * malloc/Makefile: Likewise.
32584
a4172181
AS
325852011-06-27 Andreas Schwab <schwab@redhat.com>
32586
32587 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
32588 two-byte characters.
32589
78a7eee7
RM
325902011-06-27 Roland McGrath <roland@hack.frob.com>
32591
62bede13
RM
32592 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
32593 AC_CACHE_CHECK invocation.
32594 * configure: Regenerated.
32595
78a7eee7
RM
32596 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
32597
5ce33a62
UD
325982011-06-27 Ulrich Drepper <drepper@gmail.com>
32599
034807a9
UD
32600 [BZ #12350]
32601 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
32602 bit from old_res_options.
32603
4902da17
UD
32604 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
32605
5ce33a62
UD
32606 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
32607 value type for setfct.
32608
c2344f56
L
326092011-06-23 H.J. Lu <hongjiu.lu@intel.com>
32610
32611 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
32612 __gettimeofday instead of gettimeofday.
32613
68468076
UD
326142011-06-26 Ulrich Drepper <drepper@gmail.com>
32615
32616 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
32617
acb0d739
L
326182011-06-24 H.J. Lu <hongjiu.lu@intel.com>
32619
32620 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
32621
32622 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
32623 info.
32624
8912479f
L
326252011-06-22 H.J. Lu <hongjiu.lu@intel.com>
32626
32627 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
32628 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
32629 strcpy-sse2-unaligned strncpy-sse2-unaligned
32630 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
32631 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
32632 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
32633 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
32634 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
32635 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
32636 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
32637 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
32638 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
32639 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
32640 (STRCPY): Support SSE2 and SSSE3 versions.
32641
d5495a11
UD
326422011-06-24 Ulrich Drepper <drepper@gmail.com>
32643
32644 [BZ #12874]
32645 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
32646 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
32647 kernels which artificially limit size of requests.
32648
0b1cbaae
L
326492011-06-22 H.J. Lu <hongjiu.lu@intel.com>
32650
32651 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32652 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
32653 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
32654 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
32655 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
32656 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
32657 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
32658 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
32659 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
32660 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
32661 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
32662 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
32663 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
32664 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
32665 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
32666 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32667 Enable unaligned load optimization for Intel Core i3, i5 and i7
32668 processors.
32669 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
32670 Define.
32671 (index_Fast_Unaligned_Load): Define.
32672 (HAS_FAST_UNALIGNED_LOAD): Define.
32673
07f494a0
MP
326742011-06-23 Marek Polacek <mpolacek@redhat.com>
32675
32676 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
32677
fa3fc0fe
UD
326782011-06-22 Ulrich Drepper <drepper@gmail.com>
32679
32680 [BZ #12907]
32681 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
32682 until it is clear that the information is realy needed.
32683 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
32684
e12df166
AS
326852011-06-22 Andreas Schwab <schwab@redhat.com>
32686
32687 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
32688
852eb34d
UD
326892011-06-22 Ulrich Drepper <drepper@gmail.com>
32690
84e2a551
UD
32691 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
32692 /sys/devices/system/cpu/online if it is usable.
32693
852eb34d
UD
32694 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
32695 reading the information from the /proc filesystem to once a second.
32696
6e502e19
UD
326972011-06-21 Andreas Jaeger <aj@suse.de>
32698
32699 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
32700 NULL after inclusion of kernel headers.
32701
75d39ff2
UD
327022011-06-21 Ulrich Drepper <drepper@gmail.com>
32703
51f9aa6a
UD
32704 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
32705 calls to internal_setent.
32706
c0244a9d
UD
32707 [BZ #12885]
32708 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
32709 addresses using gethostbyname4_r ignore IPv4 addresses.
32710
c5e3c2ae
UD
32711 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
32712 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
32713
75d39ff2
UD
32714 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
32715
42675c6f
DM
327162011-06-20 David S. Miller <davem@davemloft.net>
32717
32718 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
32719 inclusions.
32720 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
32721
32722 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
32723 (elf_irel): Use it.
32724 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
32725 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
32726 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
32727 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
32728 * sysdeps/x86_64/dl-irel.h: Likewise.
32729
32730 * elf/dl-runtime.c: Use elf_ifunc_invoke.
32731 * elf/dl-sym.c: Likewise.
32732
57912a71
UD
327332011-06-15 Ulrich Drepper <drepper@gmail.com>
32734
32735 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
32736 need to dereference resplen2.
32737
ee22793d
AS
327382011-06-14 Andreas Schwab <schwab@redhat.com>
32739
32740 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
32741
a9e836b0
UD
327422011-06-15 Ulrich Drepper <drepper@gmail.com>
32743
77fb9117
UD
32744 * Makeconfig: Define vardbdir and inst_vardbdir.
32745 * nss/Makefile: Add rules to install db-Makefile.
32746
40c1b22c
UD
32747 * nss/nss_db/db-XXX.c: Cleanup.
32748
9f2da732
UD
32749 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
32750 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
32751 GLIBC_PRIVATE.
32752 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
32753 * nss/makedb.c: Implement -g option to specify that value strings
32754 are generated and should not be added to table iterated over for
32755 get*ent calls.
32756 * nss/nss_db/db-initgroups.c: New file.
32757
82e9a1f7
UD
32758 * nss/getent.c: Add support for initgroups lookups through getgrouplist
32759 interface.
32760
c41af17e
UD
32761 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
32762 (internal_getgrouplist): Adjust to name change.
32763 Update use_initgroups_entry if this is not the first call.
32764 * nss/databases.def: Add initgroups entry.
32765
a9e836b0
UD
32766 * nss/makedb.c (compute_tables): Check result of multiple hash table
32767 sizes to minimize maximum chain length.
32768
2666d441
UD
327692011-06-14 Ulrich Drepper <drepper@gmail.com>
32770
32771 * Versions.def: Add entry for libnss_db.
32772 * shlib-versions: Likewise.
32773 * nss/Makefile: Add rules to build libnss_db.
32774 * nss/Versions: Add libnss_db information. Organize libnss_files
32775 entries better.
32776 * nss/db-Makefile: Add gshadow support. Change rules for the new
32777 makedb progra. Some minor improvements to generate smaller files.
32778 * nss/nss_db/nss_db.h: Move NSS database header data structures to
32779 here from...
32780 * nss/makedb.c: ...here.
32781 Improve database format to be smaller and require less memory at
32782 runtime.
32783 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
32784 db anymore.
32785 * nss/nss_db/db-netgrp.c: Likewise.
32786 * nss/nss_db/db-open.c: Likewise.
32787 * nss/nss_files/flies-XXX.x: Adjust comments.
32788 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
32789 * nss/nss_files/files-grp.c: Likewise.
32790 * nss/nss_files/files-hosts.c: Likewise.
32791 * nss/nss_files/files-network.c: Likewise.
32792 * nss/nss_files/files-proto.c: Likewise.
32793 * nss/nss_files/files-pwd.c: Likewise.
32794 * nss/nss_files/files-rpc.c: Likewise.
32795 * nss/nss_files/files-service.c: Likewise.
32796 * nss/nss_files/files-sgrp.c: Likewise.
32797 * nss/nss_files/files-spwd.c: Likewise.
32798 * nss/nss_db/db-alias.c: Removed.
32799 * nss/nss_db/dummy-db.h: Removed.
32800
9ee76b5a
UD
328012011-06-02 Ulrich Drepper <drepper@gmail.com>
32802
32803 * nss/makedb.c: Rewritten to not use database library.
32804 * nss/Makefile: Update to build new makedb program.
32805
c71ca1f8
AJ
328062011-06-14 Andreas Jaeger <aj@suse.de>
32807
32808 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
32809 memset declaration.
32810
3154bfb8
UD
328112011-06-10 Andreas Schwab <schwab@redhat.com>
32812
32813 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
32814 tmpbuf.
32815
b350afab
RM
328162011-06-10 Roland McGrath <roland@hack.frob.com>
32817
decd4e50
RM
32818 * Makerules (shlib.lds): Fail if the linker script comes out empty.
32819 * elf/Makefile ($(objpfx)ld.so): Likewise.
32820
5615eaf2
RM
32821 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
32822 Don't list ld.so twice in dependencies.
32823
32824 * posix/bug-regex31.c: Include <stdlib.h>.
32825
32826 * nscd/hstcache.c (cache_addhst): Remove unused variable.
32827
32828 * nis/nss_compat/compat-spwd.c
32829 (getspent_next_nss_netgr): Remove unused variable.
32830 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
32831
32832 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
32833 nonmembers" output to use the right array.
32834
32835 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
32836
32837 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
32838
32839 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
32840 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
32841 * catgets/gencat.c (read_input_file): Likewise.
32842 * locale/programs/locarchive.c (enlarge_archive): Likewise.
32843
32844 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
32845 variable definition inside #if's controlling its use.
32846
32847 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
32848
32849 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
32850
32851 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
32852
32853 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
32854 unreachable code.
32855
32856 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
32857
b68e08db
RM
32858 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
32859 * configure: Regenerated.
32860
b350afab
RM
32861 * Makerules: Revert last change.
32862 * elf/Makefile: Likewise.
32863
28368601
RM
328642011-06-09 Roland McGrath <roland@hack.frob.com>
32865
32866 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
32867 * elf/Makefile ($(objpfx)librtld.os): Likewise.
32868 (reloc-link): Likewise.
32869
11988f8f
UD
328702011-06-09 Ulrich Drepper <drepper@gmail.com>
32871
32872 * elf/Makefile: Add rules to build pldd.
32873 * elf/pldd.c: New file.
32874 * elf/pldd-xx.c: New file.
32875
e80fab37
UD
328762011-06-07 Ulrich Drepper <drepper@gmail.com>
32877
32878 * version.h: Update for 2.15 development version.
32879
9b849836
DM
328802011-06-07 David S. Miller <davem@davemloft.net>
32881
32882 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
32883 ifuncs.
32884 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
32885 elf_machine_lazy_rel): Likewise.
32886 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
32887 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
32888 elf_machine_lazy_rel): Likewise.
32889 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
32890 dl_hwcap via passed in argument.
32891 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
32892 Likewise.
32893
5a31b283
AK
328942011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32895
32896 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
32897
069e52f8
RM
328982011-06-06 Roland McGrath <roland@hack.frob.com>
32899
32900 [BZ #12849]
32901 * manual/fdl-1.1.texi: New file, verbatim from:
32902 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
32903 * manual/lgpl-2.1.texi: New file, verbatim from:
32904 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
32905 * manual/Makefile (licenses): New variable, list those new file names.
32906 (texis): Use it.
32907 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
32908
32909 * manual/fdl.texi: File removed.
32910 * manual/lesser.texi: File removed.
32911 * manual/libc.texinfo (Copying, Documentation License):
32912 Use new @include file names, put @appendix directive before @include.
32913
f16846a5
JJ
329142011-06-04 Jakub Jelinek <jakub@redhat.com>
32915
32916 [BZ #12841]
32917 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
32918 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
32919 (mq_open): Add __NTH.
32920
3d29045b
L
329212011-06-02 H.J. Lu <hongjiu.lu@intel.com>
32922
32923 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32924 Assume Intel Core i3/i5/i7 processor if AVX is available.
32925
8c297311
UD
329262011-05-31 Ulrich Drepper <drepper@gmail.com>
32927
32928 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
32929 typo.
32930
c8fc0c91
UD
329312011-05-31 Andreas Schwab <schwab@redhat.com>
32932
32933 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
32934 memory. Use alloca_account. Fix memory leak when retrying.
32935
5b27a807
UD
329362011-05-31 Ulrich Drepper <drepper@gmail.com>
32937
356f8bc6
UD
32938 * version.h (RELEASE): Bump for 2.14 release.
32939 * include/features.h (__GLIBC_MINOR__): Bump to 14.
32940
5b27a807
UD
32941 * config.make.in (RANLIB): Remove entry.
32942
01f16ab0
UD
329432011-05-30 Ulrich Drepper <drepper@gmail.com>
32944
41fce8bd
UD
32945 * po/Makefile (po-sed-cmd): Add ksh to extensions.
32946 (libc.pot): Work around missing support for .ksh extension in xgettext.
32947
4769ae77
UD
32948 [BZ #12684]
32949 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
32950 if both request failed.
32951 (send_dg): In case of server errors clear resplen or *resplen2.
32952
6b1e7d19
UD
32953 [BZ #12454]
32954 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
32955 when there are multiple maps.
32956 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
32957 (_dl_fini): Remove test here.
32958
01f16ab0
UD
32959 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
32960
b1ebd700
UD
329612011-05-29 Ulrich Drepper <drepper@gmail.com>
32962
7ae22829
UD
32963 [BZ #12350]
32964 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
32965 bit from old_res_options.
32966 (gaih_inet): Likewise.
32967
553149f6 32968 [BZ #11099]
18a84741 32969 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
32970 as signed.
32971
652ffab1
UD
32972 * resolv/res_init.c (res_setoptions): Make the code more compact.
32973
16985fd0
UD
32974 [BZ #11558]
32975 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
32976 set RES_USEVC.
32977
0464f746
UD
32978 [BZ #11634]
32979 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
32980
7d17596c
UD
32981 * malloc/malloc.h: Mark malloc hook variables as deprecated.
32982
cf6bbbd7
UD
32983 [BZ #11781]
32984 * malloc/malloc.h: Declare malloc hook variables as volatile.
32985
13f1ab36
UD
32986 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
32987 in last patch.
32988
b1ebd700
UD
32989 [BZ #11799]
32990 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 32991 raise in the comment.
80e2212d
UD
32992 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
32993 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
32994 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 32995
ce67228d
UD
329962011-05-28 Ulrich Drepper <drepper@gmail.com>
32997
8887a920
UD
32998 [BZ #12811]
32999 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
33000 grow the buffers more if it already has to be sufficient.
33001 (build_wcs_upper_buffer): Likewise.
33002 * posix/regexec.c (check_matching): Likewise.
33003 (clean_state_log_if_needed): Likewise.
33004 (extend_buffers): Don't enlarge buffers beyond size of the input
33005 buffer.
33006 Patches mostly by Emil Wojak <emil@wojak.eu>.
33007 * posix/bug-regex32.c: New file.
33008 * posix/Makefile (tests): Add bug-regex32.
33009
4f031072
UD
33010 * locale/findlocale.c (_nl_find_locale): Return right away if
33011 _nl_explode_name failed.
33012 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
33013
d0478f0c
UD
33014 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
33015
de81b246
UD
33016 * debug/xtrace.sh: Unify messages.
33017 * malloc/memusage.sh: Likewise.
33018
c738465a
UD
33019 [BZ #12813]
33020 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
33021 time symbol from vDSO. Substitute with vsyscall if not available.
33022 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
33023 __vdso_time.
33024
f1f929d7
UD
33025 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
33026 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
33027 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
33028 Add sendmmsg and internal_sendmmsg.
33029 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
33030 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
33031 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
33032
ce67228d
UD
33033 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
33034 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
33035 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
33036
e57420c6
UD
330372011-05-27 Ulrich Drepper <drepper@gmail.com>
33038
a8509ca5
UD
33039 [BZ #12813]
33040 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
33041 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
33042 available.
33043 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
33044 __vdso_getcpu.
33045
e57420c6
UD
33046 [BZ #12814]
33047 * iconvdata/Makefile (tests): Add bug-iconv9.
33048 * iconvdata/bug-iconv9.c: New file.
33049
4d07db15
AS
330502011-05-27 Andreas Schwab <schwab@redhat.com>
33051
33052 [BZ #12814]
33053 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
33054
ea486f69
JJ
330552011-05-25 Jakub Jelinek <jakub@redhat.com>
33056
33057 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
33058 (struct user_regs_struct): Change intcs field back to cs.
33059
6f038433
UD
330602011-05-25 Ulrich Drepper <drepper@gmail.com>
33061
33062 * po/ja.po: Update from translation team.
33063
67f86a25
UD
330642011-05-23 Ulrich Drepper <drepper@gmail.com>
33065
33066 [BZ #12795]
33067 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
33068 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
33069
def7fbd6
AS
330702011-05-20 Andreas Schwab <schwab@redhat.com>
33071
33072 * stdlib/longlong.h: Update from GCC.
33073
f50ef8f1
AS
330742011-05-23 Andreas Schwab <schwab@redhat.com>
33075
33076 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
33077 parameter name.
33078 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
33079 Add parameter name.
33080 (__sysconf): Pass it down.
33081
de7ce8f1
UD
330822011-05-22 Ulrich Drepper <drepper@gmail.com>
33083
f2962a71
UD
33084 [BZ #12671]
33085 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
33086 some situations.
33087 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
33088 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
33089 add in in __libc_use_alloca calls. Adjust callers.
33090 (glob): Use malloc in some situations.
33091
de7ce8f1
UD
33092 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
33093 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
33094 pltexit.
33095
aec84f53
UD
330962011-05-21 Ulrich Drepper <drepper@gmail.com>
33097
05bb4a68
UD
33098 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
33099 and CLOCK_BOOTTIME_ALARM.
33100
7ea72f99
UD
33101 [BZ #12782]
33102 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
33103 is returned.
33104
7e4afad5
UD
33105 * string/_strerror.c (__strerror_r): Print negative errors as signed
33106 numbers.
33107
8e211fec
UD
33108 [BZ #12777]
33109 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
33110 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
33111 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
33112
f7d82dc9
UD
33113 * configure.in: Fix typo in redirection and correct removal of test
33114 files in two cases.
33115
cc9e536d
UD
33116 [BZ #12788]
33117 * locale/setlocale.c (new_composite_name): Fix test to check for
33118 identical name of all categories.
33119
aec84f53
UD
33120 [BZ #12792]
33121 * libio/filedoalloc.c (local_isatty): New function.
33122 (_IO_file_doallocate): Use local_isatty.
33123 * stdio-common/perror.c (perror): In case a new stream is used
33124 forward the stream error.
33125 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
33126 error flag.
33127
78e64fdc
RT
331282011-05-20 Ulrich Drepper <drepper@gmail.com>
33129
34a9094f
UD
33130 [BZ #11869]
33131 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
33132 alloca.
33133 * include/alloca.h (extend_alloca_account): Define.
33134
78e64fdc
RT
33135 [BZ #11857]
33136 * posix/regex.h: Fix comments with documentation of user-accessible
33137 fields after compilation and describe correct free'ing of pattern
33138 after re_compile_pattern.
33139 Patch by Reuben Thomas <rrt@sc3d.org>.
33140
457bddfc
RA
331412011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
33142
33143 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
33144 and -mno-altivec to prevent the compiler from using Altivec and/or
33145 VSX instructions when the corresponding registers are not available.
33146
a4527b51
AS
331472011-05-19 Andreas Schwab <schwab@redhat.com>
33148
33149 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
33150
ed690b2f
UD
331512011-05-19 Ulrich Drepper <drepper@gmail.com>
33152
33153 * libio/freopen.c (freopen): Use __dup2, not dup2.
33154 * libio/freopen64.c (freopen64): Likewise.
33155
8db73634
L
331562011-05-17 H.J. Lu <hongjiu.lu@intel.com>
33157
33158 [BZ #12775]
33159 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
33160 * math/Makefile (tests): Add test-powl.
33161 (CFLAGS-test-powl.c): Define.
33162 * math/test-powl.c: New file.
33163
0a197a9d
L
331642011-05-16 H.J. Lu <hongjiu.lu@intel.com>
33165
33166 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
33167
ee30c380
UD
331682011-05-17 Ulrich Drepper <drepper@gmail.com>
33169
33170 [BZ #11837]
33171 * iconvdata/gb18030.c: Update to GB18020-2005.
33172
6ce75379
UD
331732011-05-16 Ulrich Drepper <drepper@gmail.com>
33174
a4b89fd8
AR
33175 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
33176 RE_SYNTAX_POSIX_AWK): Update to match recent development.
33177 Patch by Aharon Robbins <arnold@skeeve.com>.
33178
ea389b12
UD
33179 [BZ #11892]
33180 * stdlib/putenv.c (putenv): Don't always create copy of the variable
33181 on the stack.
33182
68a3f91f
UD
33183 [BZ #11895]
33184 * misc/pselect.c (__pselect): Handle timeout value errors hidden
33185 through underflows.
33186
15cc7dd1
UD
33187 [BZ #12766]
33188 * misc/error.c (error_at_line): Ensure file_name and old_file_name
33189 point to strings before performing equality test for error_one_per_line
33190 mode.
33191
f3799213
UD
33192 [BZ #11697]
33193 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
33194
d79a9c94
UD
33195 [BZ #11820]
33196 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
33197 (struct user_fpregs_struct): Avoid __uint*_t types.
33198
56e5eb46
UD
33199 [BZ #6420]
33200 * malloc/mtrace.c (tr_where): Add additional parameter to point to
33201 symbol info. Use it instead of calling _dl_addr locally.
33202 (lock_and_info): New function.
33203 (tr_freehook): Call lock_and_info and pass symbol info as additional
33204 parameter to tr_where.
33205 (tr_mallochook): Likewise.
33206 (tr_reallochook): Likewise.
33207 (tr_memalignhook): Likewise.
33208
6ce75379
UD
33209 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
33210 used and couldn't be at all thread-safe.
33211
f8a3b5bf
UD
332122011-05-15 Ulrich Drepper <drepper@gmail.com>
33213
94b7cc37
UD
33214 * libio/freopen.c (freopen): Don't close old file descriptor
33215 before the new one is opened. Instead dup the new file descriptor
33216 to the old one after the new stream is created.
33217 * libio/freopen64.c (freopen64): Likewise.
33218 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
33219 * libio/fileops.c (_IO_new_file_close_it): Handle new
33220 _IO_FLAGS2_NOCLOSE flag.
33221 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
33222 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
33223 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
33224 _IO_FLAGS2_NOCLOSE flag.
33225 * include/unistd.h: Add hidden_proto for dup3.
33226 Define __have_dup3.
33227 * io/dup3.c: Define hidden symbol.
33228 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
33229
bd25564e
UD
33230 [BZ #7101]
33231 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
33232 when an incomplete long option is used.
33233 * posix/tst-getopt_long1.c: New file.
33234 * posix/Makefile (tests): Add tst-getopt_long1.
33235
c84cfef4
UD
33236 [BZ #10138]
33237 * scripts/config.guess: Update from autoconf-2.68.
33238 * scripts/config.sub: Likewise.
33239
3b85df27
UD
33240 [BZ #10157]
33241 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
33242 tests into ...
33243 (has_cpuclock): ...this. New function.
33244 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
33245 macro here based on has_cpuclock code.
33246
15a856b1
UD
33247 [BZ #10149]
33248 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
33249 First byte (not low byte) is now always NUL.
33250 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
33251
05f399e6
UD
33252 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
33253 Use non-cancelable interfaces.
33254
10a52685 33255 [BZ #9809]
94ecc67d
UD
33256 * locale/iso-639.def: Add entry for Sorani.
33257
f8a3b5bf
UD
33258 [BZ #11901]
33259 * include/stdlib.h: Move include protection to the right place.
33260 Define abort_msg_s. Declare __abort_msg with it.
33261 * stdlib/abort.c (__abort_msg): Adjust type.
33262 * assert/assert.c (__assert_fail_base): New function. Majority
33263 of code from __assert_fail. Allocate memory for __abort_msg with
33264 mmap.
33265 (__assert_fail): Now call __assert_fail_base.
33266 * assert/assert-perr.c: Remove bulk of implementation. Use
33267 __assert_fail_base.
33268 * include/assert.hL Declare __assert_fail_base.
33269 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
33270 mmap.
33271 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
33272
1af4e298
UD
332732011-05-14 Ulrich Drepper <drepper@gmail.com>
33274
f8a3b5bf 33275 [BZ #11952]
d26dfc60
MG
33276 [BZ #12453]
33277 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
33278 until all modules are registered in the DTV.
33279 * elf/Makefile: Add rules to build and run tst-tls19.
33280 * elf/tst-tls19.c: New file.
33281 * elf/tst-tls19mod1.c: New file.
33282 * elf/tst-tls19mod2.c: New file.
33283 * elf/tst-tls19mod3.c: New file.
33284 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
33285
2fc54d6f
UD
33286 [BZ #12083]
33287 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
33288 correctly.
33289
98d76b46
UD
33290 [BZ #12601]
33291 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
33292 two-byte sequence errors.
33293 * iconvdata/Makefile (tests): Add bug-iconv8.
33294 * iconvdata/bug-iconv8.c: New file.
33295
da3c19ef
UD
33296 [BZ #12626]
33297 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
33298 buf2 definition.
33299
ca408c15
UD
33300 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
33301
d6f67f7d
UD
33302 [BZ #12432]
33303 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
33304 (dummy_getcfa): New function.
33305 (init): Get _Unwind_GetCFA address, use dummy if not found.
33306 (backtrace_helper): In recursion check, also check whether CFA changes.
33307 (__backtrace): Completely initialize arg.
33308
1af4e298 33309 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
33310 storing incomplete byte sequence in state object. Avoid testing for
33311 guaranteed too small input if we know there is enough data available.
1af4e298 33312
da62f81b
AS
333132011-05-11 Andreas Schwab <schwab@redhat.com>
33314
33315 * Makeconfig (+link-pie): Indent.
33316 * Rules (binaries-pie): Define if $(have-fpie) and
33317 $(build-shared).
33318 (binaries-shared): Also filter out $(binaries-pie).
33319 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
33320 * nscd/Makefile (others-pie): Add nscd.
33321 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
33322 ($(objpfx)nscd): Remove command override.
33323 * login/Makefile (others-pie): Add pt_chown.
33324 ($(objpfx)pt_chown): Remove command override.
33325 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
33326 remove command overrides.
33327
fcabc0f8
UD
333282011-05-13 Ulrich Drepper <drepper@gmail.com>
33329
20030ae6
UD
33330 * libio/tst_putwc.c: Fix error messages.
33331
fcabc0f8
UD
33332 [BZ #12724]
33333 * libio/fileops.c (_IO_new_file_close_it): Always flush when
33334 currently writing and seek to current position when not.
33335 * libio/Makefile (tests): Add bug-fclose1.
33336 * libio/bug-fclose1.c: New file.
33337
320a5dc0
PB
333382011-05-12 Ulrich Drepper <drepper@gmail.com>
33339
33340 [BZ #12511]
33341 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
33342 don't set DF_1_NODELETE here.
33343 (do_lookup_x): When entering new entry test for copy relocation
33344 and if necessary set DF_1_NODELETE flag.
33345 * elf/tst-unique4.cc: New file.
33346 * elf/tst-unique4.h: New file.
33347 * elf/tst-unique4lib.cc: New file.
33348 * elf/Makefile: Add rules to build and run tst-unique4.
33349 Patch by Piotr Bury <pbury@goahead.com>.
33350
22836f52
UD
333512011-05-11 Ulrich Drepper <drepper@gmail.com>
33352
f574184a
UD
33353 [BZ #12052]
33354 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
33355
e1fb097f
UD
33356 [BZ #12625]
33357 * misc/mntent_r.c (addmntent): Flush the stream after the output
33358
22836f52
UD
33359 [BZ #12393]
33360 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
33361 (is_trusted_path_normalize): Skip initial colon. Append slash
33362 to empty buffer. Duplicate is_trusted_path code but allow
33363 constructed patch to be prefix.
33364 (is_dst): Allow $ORIGIN followed by /.
33365 (_dl_dst_substitute): Correct clearing of check_for_trusted.
33366 Correct testing of result of is_trusted_path_normalize
33367 (decompose_rpath): Fix warning.
33368
7b3b0b2a
UD
333692011-05-10 Ulrich Drepper <drepper@gmail.com>
33370
33371 [BZ #11257]
33372 * grp/initgroups.c (internal_getgrouplist): When we found the service
33373 list through the initgroups entry in nsswitch.conf do not always
33374 continue on a successful lookup. Don't always use the
eac80ce2 33375 __nss_group_database value if it is set.
7b3b0b2a
UD
33376 * nss/nsswitch.conf (initgroups): Change action for successful db
33377 lookup to continue for compatibility.
33378
2a81eaa5
UD
333792011-05-09 Ulrich Drepper <drepper@gmail.com>
33380
be97a69e
UD
33381 [BZ #11532]
33382 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
33383 and CP774 modules.
33384 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
33385 and CP774 modules.
33386 * iconvdata/tst-tables.sh: Likewise.
33387 * iconvdata/cp770.c: New file.
33388 * iconvdata/cp771.c: New file.
33389 * iconvdata/cp772.c: New file.
33390 * iconvdata/cp773.c: New file.
33391 * iconvdata/cp774.c: New file.
33392 * iconvdata/testdata/CP770: New file.
33393 * iconvdata/testdata/CP770..UTF8: New file.
33394 * iconvdata/testdata/CP771: New file.
33395 * iconvdata/testdata/CP771..UTF8: New file.
33396 * iconvdata/testdata/CP772: New file.
33397 * iconvdata/testdata/CP772..UTF8: New file.
33398 * iconvdata/testdata/CP773: New file.
33399 * iconvdata/testdata/CP773..UTF8: New file.
33400 * iconvdata/testdata/CP774: New file.
33401 * iconvdata/testdata/CP774..UTF8: New file.
33402
33403 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
33404 END CHARMAP line.
33405 * iconvdata/gen-8bit-gap.sh: Likewise.
33406 * iconvdata/gen-8bit.sh: Likewise.
33407
c1e9e399
UD
33408 * locale/iso-639.def: Add ary entry.
33409
24c55fb3 33410 [BZ #11258]
96b4b1b0
UD
33411 * locale/C-translit.h.in: Add U20A1 transliteration.
33412
bdc2f971
KB
33413 [BZ #12178]
33414 * locale/iso-639.def: Add wae entry.
33415 Patch by Kevin Bortis <bortis@translate-wae.ch>.
33416
2952b117
UD
33417 [BZ #12545]
33418 * locale/programs/localedef.c (construct_output_path): Use ssize_t
33419 for n.
33420
2a81eaa5
UD
33421 [BZ #12711]
33422 * locale/C-translit.h.in: Add entry for U20B9.
33423 Patch by pravin.d.s@gmail.com.
33424
28377d1b
UD
334252011-05-08 Ulrich Drepper <drepper@gmail.com>
33426
7fb90fb8
UD
33427 [BZ #12713]
33428 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
33429 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
33430 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
33431 in rtld. Use *stat64.
7fb90fb8 33432 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 33433 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 33434 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
33435 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
33436 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
33437 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
33438 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
33439 __fstatat64 macros.
7fb90fb8
UD
33440 * include/dirent.h: Add libc_hidden_proto for rewinddir.
33441 * dirent/rewinddir.c: Add libc_hidden_def.
33442 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 33443 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 33444
28377d1b
UD
33445 * include/dirent.h (__alloc_dir): Add flags parameter.
33446 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
33447 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
33448 __alloc_dir.
33449 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
33450 from fdopendir if O_CLOEXEC is already set.
33451
66bdbaa4
AM
334522011-03-15 Alan Modra <amodra@gmail.com>
33453
33454 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
33455 l_tls_firstbyte_offset non-zero. Save padding offset in
33456 l_tls_firstbyte_offset for later use.
33457 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
33458 freeing static tls block.
33459
95721191
JN
334602011-03-05 Jonathan Nieder <jrnieder@gmail.com>
33461
33462 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
33463 where #ifdef was intended. The intent is to prevent ARG_MAX from
33464 being defined by the kernel headers.
33465
f87dfb1f
UD
334662011-05-07 Ulrich Drepper <drepper@gmail.com>
33467
33468 [BZ #12734]
33469 * resolv/resolv.h: Define RES_NOTLDQUERY.
33470 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
33471 no-tld-query and set RES_NOTLDQUERY.
33472 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
33473 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
33474 modern BIND to search name as TLD unless forbidden.
33475
47c3cd7a
UD
334762011-05-07 Petr Baudis <pasky@suse.cz>
33477 Ulrich Drepper <drepper@gmail.com>
33478
33479 [BZ #12393]
33480 * elf/dl-load.c (fillin_rpath): Move trusted path check...
33481 (is_trusted_path): ...to here.
c1e9ea35 33482 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 33483 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 33484 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 33485
8a35c912
PP
334862011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
33487
33488 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
33489 __BEGIN/__END_DECLS.
33490
acd41f47
UD
334912011-05-06 Ulrich Drepper <drepper@gmail.com>
33492
33493 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
33494 NSS_STATUS_NOTFOUND if no record was found.
33495
597df647
AS
334962011-05-05 Andreas Schwab <schwab@redhat.com>
33497
33498 * sunrpc/Makefile (headers): Add rpc/netdb.h.
33499 (headers-not-in-tirpc): Remove rpc/netdb.h
33500 * resolv/netdb.h: Revert last change.
33501
b9af1301
PP
335022011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
33503
33504 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
33505 circular dependency between libgcc.a and libc.a.
33506
4e34d5f5
AS
335072011-05-05 Andreas Schwab <schwab@redhat.com>
33508
33509 * resolv/netdb.h: Don't include <rpc/netdb.h>.
33510 * nis/Makefile: Don't install rpcsvc/*.
33511 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
33512 instead of <rpc/types.h>.
33513 (MAXHOSTNAMELEN): Define.
33514
00ee369c
AS
335152011-05-03 Andreas Schwab <schwab@redhat.com>
33516
33517 * elf/ldconfig.c (add_dir): Don't crash on empty path.
33518
0b592a30
MB
335192011-04-28 Maciej Babinski <mbabinski@google.com>
33520
33521 [BZ #12714]
33522 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
33523 gethostbyname4_r when IPv6 results are possible.
33524
6e04cbbe
UD
335252011-05-02 Ulrich Drepper <drepper@gmail.com>
33526
33527 [BZ #12723]
33528 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
33529 _PC_PIPE_BUF handling.
33530
e4ecafe0
BH
335312011-04-30 Bruno Haible <bruno@clisp.org>
33532
33533 [BZ #12717]
33534 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
33535 * resolv/netdb.h (getnameinfo): Change type of flags parameter
33536 to 'int'.
33537 * inet/getnameinfo.c (getnameinfo): Likewise.
33538
125ee683
UD
335392011-04-29 Ulrich Drepper <drepper@gmail.com>
33540
33541 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
33542 to groups setting in database lookup.
33543 * nss/nsswitch.conf: Add initgroups entry.
33544
b722481a
EB
335452011-04-22 Ulrich Drepper <drepper@gmail.com>
33546
33547 [BZ #12685]
33548 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
33549 mode string.
33550 Patch by Eric Blake <eblake@redhat.com>.
33551
4df46dbd
L
335522011-04-20 H.J. Lu <hongjiu.lu@intel.com>
33553
33554 * sunrpc/Makefile (need-export-routines): Add svc_run.
33555 (routines): Remove svc_run.
33556 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
33557 * sunrpc/clnt_perr.c (clnt_perrno): Export.
33558 * sunrpc/svc_run.c (svc_run): Likewise.
33559 * sunrpc/svc_udp.c (svcudp_create): Likewise.
33560
e84142d2
UD
335612011-04-21 Ulrich Drepper <drepper@gmail.com>
33562
33563 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
33564 problem in reallocation in last patch.
33565
877175d8
UD
335662011-04-20 Ulrich Drepper <drepper@gmail.com>
33567
33568 * sunrpc/Makefile: Move inclusion of Rules.
33569
ab8eed78
UD
335702011-04-19 Ulrich Drepper <drepper@gmail.com>
33571
33572 * nss/nss_files/files-initgroups.c: New file.
33573 * nss/Makefile (libnss_files-routines): Add files-initgroups.
33574 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
33575 _nss_files_initgroups_dyn.
33576
e3d8f584
RS
335772011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
33578
33579 * elf/elf.h (R_ARM_IRELATIVE): Define.
33580
af190f45
UD
335812011-04-19 Ulrich Drepper <drepper@gmail.com>
33582
33583 * po/ru.po: Update from translation team.
33584
53cf59ef
UD
335852011-04-17 Ulrich Drepper <drepper@gmail.com>
33586
33587 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
33588 dependencies.
33589
4c559bcd
MF
335902011-02-06 Mike Frysinger <vapier@gentoo.org>
33591
33592 [BZ #12653]
33593 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
33594 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
33595 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
33596 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33597 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33598
4420675c
AS
335992011-03-28 Andreas Schwab <schwab@linux-m68k.org>
33600
33601 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
33602 differing bytes.
33603 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33604 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33605 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33606
75ea32ab
UD
336072011-04-17 Ulrich Drepper <drepper@gmail.com>
33608
33609 [BZ #12420]
33610 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
33611 storing it.
33612 * stdlib/bug-getcontext.c: New file.
33613 * stdlib/Makefile: Add rules to build and run bug-getcontext.
33614
27390476
AK
336152011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33616
33617 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
33618 instructions into .machine "z9-109".
33619 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
33620 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
33621
10442705
AK
336222011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33623
33624 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
33625 between environment variables and auxiliary vector.
33626
7b57bfe5
UD
336272011-04-16 Ulrich Drepper <drepper@gmail.com>
33628
33629 * Makefile: Add rules to build linkobj/libc.so.
33630 * include/libc-symbols.h: Define libc_hidden_nolink.
33631 * include/rpc/auth.h: Mark functions which are to be hidden.
33632 * include/rpc/auth_des.h: Likewise.
33633 * include/rpc/auth_unix.h: Likewise.
33634 * include/rpc/clnt.h: Likewise.
33635 * include/rpc/des_crypt.h: Likewise.
33636 * include/rpc/key_prot.h: Likewise.
33637 * include/rpc/pmap_clnt.h: Likewise.
33638 * include/rpc/pmap_prot.h: Likewise.
33639 * include/rpc/pmap_rmt.h: Likewise.
33640 * include/rpc/rpc_msg.h: Likewise.
33641 * include/rpc/svc.h: Likewise.
33642 * include/rpc/svc_auth.h: Likewise.
33643 * include/rpc/xdr.h: Likewise.
33644 * nis/Makefile: Link all DSOs against linkobj/libc.so.
33645 * nss/Makefile: Likewise.
33646 * sunrpc/Makefile: Don't install headers. Build library with normal
33647 entry points. Don't build rpcinfo. Link RPC tests appropriately.
33648 * sunrpc/auth_des.c: Hide exported symbols by default, export some
33649 for the compat linking library. Remove use of INTDEF/INTUSE.
33650 * sunrpc/auth_none.c: Likewise.
33651 * sunrpc/auth_unix.c: Likewise.
33652 * sunrpc/authdes_prot.c: Likewise.
33653 * sunrpc/authuxprot.c: Likewise.
33654 * sunrpc/clnt_gen.c: Likewise.
33655 * sunrpc/clnt_perr.c: Likewise.
33656 * sunrpc/clnt_raw.c: Likewise.
33657 * sunrpc/clnt_simp.c: Likewise.
33658 * sunrpc/clnt_tcp.c: Likewise.
33659 * sunrpc/clnt_udp.c: Likewise.
33660 * sunrpc/clnt_unix.c: Likewise.
33661 * sunrpc/des_crypt.c: Likewise.
33662 * sunrpc/des_soft.c: Likewise.
33663 * sunrpc/get_myaddr.c: Likewise.
33664 * sunrpc/key_call.c: Likewise.
33665 * sunrpc/key_prot.c: Likewise.
33666 * sunrpc/netname.c: Likewise.
33667 * sunrpc/pm_getmaps.c: Likewise.
33668 * sunrpc/pm_getport.c: Likewise.
33669 * sunrpc/pmap_clnt.c: Likewise.
33670 * sunrpc/pmap_prot.c: Likewise.
33671 * sunrpc/pmap_prot2.c: Likewise.
33672 * sunrpc/pmap_rmt.c: Likewise.
33673 * sunrpc/publickey.c: Likewise.
33674 * sunrpc/rpc_cmsg.c: Likewise.
33675 * sunrpc/rpc_common.c: Likewise.
33676 * sunrpc/rpc_dtable.c: Likewise.
33677 * sunrpc/rpc_prot.c: Likewise.
33678 * sunrpc/rpc_thread.c: Likewise.
33679 * sunrpc/rtime.c: Likewise.
33680 * sunrpc/svc.c: Likewise.
33681 * sunrpc/svc_auth.c: Likewise.
33682 * sunrpc/svc_authux.c: Likewise.
33683 * sunrpc/svc_raw.c: Likewise.
33684 * sunrpc/svc_run.c: Likewise.
33685 * sunrpc/svc_simple.c: Likewise.
33686 * sunrpc/svc_tcp.c: Likewise.
33687 * sunrpc/svc_udp.c: Likewise.
33688 * sunrpc/svc_unix.c: Likewise.
33689 * sunrpc/svcauth_des.c: Likewise.
33690 * sunrpc/xcrypt.c: Likewise.
33691 * sunrpc/xdr.c: Likewise.
33692 * sunrpc/xdr_array.c: Likewise.
33693 * sunrpc/xdr_float.c: Likewise.
33694 * sunrpc/xdr_intXX_t.c: Likewise.
33695 * sunrpc/xdr_mem.c: Likewise.
33696 * sunrpc/xdr_rec.c: Likewise.
33697 * sunrpc/xdr_ref.c: Likewise.
33698 * sunrpc/xdr_sizeof.c: Likewise.
33699 * sunrpc/xdr_stdio.c: Likewise.
33700
e6c61494
UD
337012011-04-10 Ulrich Drepper <drepper@gmail.com>
33702
33703 [BZ #12650]
33704 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
33705 * sysdeps/ia64/dl-tls.h: Likewise.
33706 * sysdeps/powerpc/dl-tls.h: Likewise.
33707 * sysdeps/s390/dl-tls.h: Likewise.
33708 * sysdeps/sh/dl-tls.h: Likewise.
33709 * sysdeps/sparc/dl-tls.h: Likewise.
33710 * sysdeps/x86_64/dl-tls.h: Likewise.
33711 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
33712
34fe483e
AS
337132011-03-14 Andreas Schwab <schwab@redhat.com>
33714
33715 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
33716 rpath element also skip the following colon.
33717 (expand_dynamic_string_token): Add is_path parameter and pass
33718 down to DL_DST_REQUIRED and _dl_dst_substitute.
33719 (decompose_rpath): Call expand_dynamic_string_token with
33720 non-zero is_path. Ignore empty rpaths.
33721 (_dl_map_object_from_fd): Call expand_dynamic_string_token
33722 with zero is_path.
33723
f12a32e6
AS
337242011-04-08 Andreas Schwab <schwab@linux-m68k.org>
33725
33726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33727 Make cancelable.
33728
38a7d692
UD
337292011-04-09 Ulrich Drepper <drepper@gmail.com>
33730
33731 [BZ #12655]
33732 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
33733 Patch by Filipe David Manana <fdmanana@apache.org>.
33734
e451d22b
AS
337352011-04-07 Andreas Schwab <schwab@redhat.com>
33736
33737 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
33738 Maintain aligned stack.
33739 (CHECK_RSP): Remove unused macro.
33740
dedc7c7b
UD
337412011-04-03 Ulrich Drepper <drepper@gmail.com>
33742
33743 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
33744 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
33745
94521213
UD
337462011-04-02 Ulrich Drepper <drepper@gmail.com>
33747
33748 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
33749
8cb700c0 33750 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 33751
0354e355
L
337522011-03-26 H.J. Lu <hongjiu.lu@intel.com>
33753
33754 [BZ #12518]
33755 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
33756 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
33757 * sysdeps/x86_64/memmove.c: New file.
33758 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
33759 (memcpy): Renamed to ...
33760 (__new_memcpy): This.
33761 (memcpy): Provide GLIBC_2_14 memcpy.
33762 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
33763 (memcpy): Provide GLIBC_2_2_5 memcpy.
33764
8593482f
UD
337652011-04-01 Ulrich Drepper <drepper@gmail.com>
33766
33767 [BZ #12631]
33768 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
33769
81a5726b
AS
337702011-03-30 Andreas Schwab <schwab@redhat.com>
33771
33772 * misc/syncfs.c: New file.
33773 * misc/Makefile (routines): Add syncfs.
33774 * posix/unistd.h: Declare syncfs.
33775 * sysdeps/unix/syscalls.list: Add syncfs.
33776
00e5419f
AS
337772011-04-01 Andreas Schwab <schwab@redhat.com>
33778
33779 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
33780 open_by_handle_at.
33781 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
33782 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
33783 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33784 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
33785 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33786 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
33787 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
33788
748876bf
UD
337892011-04-01 Ulrich Drepper <drepper@gmail.com>
33790
658e451d
UD
33791 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
33792 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
33793 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
33794 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33795 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
33796 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33797 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
33798
748876bf
UD
33799 * io/Makefile: Compile fallocate.c, fallocate64.c, and
33800 sync_file_range.c with -fexceptions.
33801 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
33802 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
33803 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
33804 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
33805 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
33806 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33807 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
33808 sync_file_range as cancellation point
33809 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
33810 now a wrapper around __call_sync_file_range with cancellation handling.
33811 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
33812 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
33813 function name to __call_sync_file_range.
33814 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
33815 Add call_sync_file_range.
748876bf 33816
6e63d5e1
AS
338172011-04-01 Andreas Schwab <schwab@redhat.com>
33818
33819 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 33820 bits/timex.h.
6e63d5e1 33821
46998f74
UD
338222011-04-01 Ulrich Drepper <drepper@gmail.com>
33823
4c1423ed
UD
33824 * iconv/iconv.h: Fix typo in comment.
33825 * io/fcntl.h: Likewise.
33826 * libio/stdio.h: Likewise.
33827 * posix/spawn.h: Likewise.
33828 * posix/unistd.h: Likewise.
33829 * stdlib/stdlib.h: Likewise.
33830 * time/time.h: Likewise.
33831 * wcsmbs/wchar.h: Likewise.
33832
158648c0
UD
33833 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
33834 open_by_handle): Add.
33835 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
33836 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
33837 Augment a few comments.
33838 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
33839 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33840 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
33841 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33842 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
33843 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
33844 open_by_handle.
33845
46998f74
UD
33846 * io/fcntl.h (AT_EMPTY_PATH): Define.
33847
83fe108b
UD
338482011-03-30 Ulrich Drepper <drepper@gmail.com>
33849
33850 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
33851 * sysdeps/unix/sysv/linux/bits/time.h: New file.
33852 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
33853 to...
33854 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
33855 * Versions.def: Add GLIBC_2.14.
33856 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
33857 Export.
83fe108b 33858
bb242059
UD
338592011-03-22 Ulrich Drepper <drepper@gmail.com>
33860
33861 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
33862 round counter.
33863 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
33864
c97a1282
L
338652011-03-20 H.J. Lu <hongjiu.lu@intel.com>
33866
33867 [BZ #12597]
33868 * string/test-strncmp.c (do_page_test): New function.
33869 (check2): Likewise.
33870 (test_main): Call check2.
33871 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
33872
2a115601
UD
338732011-03-20 Ulrich Drepper <drepper@gmail.com>
33874
33875 [BZ #12587]
33876 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
33877 Handle cache information in CPU leaf 4.
33878 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
33879
8126d904
UD
338802011-03-18 Ulrich Drepper <drepper@gmail.com>
33881
042c49c6 33882 [BZ #12583]
8126d904
UD
33883 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
33884 character representation.
33885 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
33886
ccfe366e
RA
338872011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
33888
33889 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
33890 END(__isnan) to END(__isnanf) to match function entry point/label
33891 EALIGN(__isnanf,...).
33892
c6e13027
JJ
338932011-03-10 Jakub Jelinek <jakub@redhat.com>
33894
33895 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
33896
33f85a3f
UD
338972011-03-10 Ulrich Drepper <drepper@gmail.com>
33898
028478fa
UD
33899 [BZ #12510]
33900 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
33901 copy from the symbol referenced in the relocation to initialize the
33902 used variable.
33903 Patch by Piotr Bury <pbury@goahead.com>.
33904 * elf/Makefile: Add rules to build and tst-unique3.
33905 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
33906 * elf/tst-unique3.cc: New file.
33907 * elf/tst-unique3.h: New file.
33908 * elf/tst-unique3lib.cc: New file.
33909 * elf/tst-unique3lib2.cc: New file.
33910
33f85a3f
UD
33911 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
33912
03592fc7
MF
339132011-03-10 Mike Frysinger <vapier@gentoo.org>
33914
33915 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
33916 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
33917 to _start.
03592fc7 33918
6a5ee102
UD
339192011-03-06 Ulrich Drepper <drepper@gmail.com>
33920
33921 * elf/dl-load.c (_dl_map_object): If we are looking for the first
33922 to-be-loaded object along a path to loader is ld.so.
33923
7e4ba49c
HJ
339242011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
33925 Ulrich Drepper <drepper@gmail.com>
33926
33927 * sysdeps/x86_64/memset.S: After aligning destination, code
33928 branches to different locations depending on the value of
33929 misalignment, when multiarch is enabled. Fix this.
33930
339312011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
33932
33933 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
33934 Set _x86_64_preferred_memory_instruction for AMD processsors.
33935 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33936 Set bit_Prefer_SSE_for_memop for AMD processors.
33937
13a804de
UD
339382011-03-04 Ulrich Drepper <drepper@gmail.com>
33939
33940 * libio/fmemopen.c (fmemopen): Optimize a bit.
33941
9d25c392
AS
339422011-03-03 Andreas Schwab <schwab@redhat.com>
33943
33944 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
33945
a5543c6a
RM
339462011-03-03 Roland McGrath <roland@redhat.com>
33947
33948 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
33949
012d35f7
DM
339502011-02-28 Aurelien Jarno <aurelien@aurel32.net>
33951
7e4ba49c 33952 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
33953 __bzero_ultra1 instead of __memset_ultra1.
33954
4bff6e01
AS
339552011-02-23 Andreas Schwab <schwab@redhat.com>
33956 Ulrich Drepper <drepper@gmail.com>
33957
33958 [BZ #12509]
33959 * include/link.h (struct link_map): Add l_orig_initfini.
33960 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
33961 returning unsuccessfully.
33962 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
33963 close of a file loaded at startup, restore the original l_initfini
33964 list.
33965 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
33966 list, store the pointer.
33967 * elf/Makefile ($(objpfx)noload-mem): New rule.
33968 (noload-ENV): Define.
33969 (tests): Add $(objpfx)noload-mem.
33970 * elf/noload.c: Include <memcheck.h>.
33971 (main): Call mtrace. Close all opened handles.
33972
f2092faf
AS
339732011-02-17 Andreas Schwab <schwab@redhat.com>
33974
33975 [BZ #12454]
33976 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
33977 dependencies are missing.
33978
6c8a2e88
ST
339792011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
33980
f2092faf 33981 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
33982 Hurd needs munmap.
33983 * sysdeps/mach/hurd/ifreq.h: New file.
33984
84a42118
PB
339852011-01-27 Petr Baudis <pasky@suse.cz>
33986 Ulrich Drepper <drepper@gmail.com>
33987
071f805e 33988 [BZ 12445]#
84a42118
PB
33989 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
33990 to extend_alloca().
33991 * stdio-common/bug23.c: New file.
33992 * stdio-common/Makefile (tests): Add bug23.
33993
e23fe25b
AS
339942010-09-28 Andreas Schwab <schwab@redhat.com>
33995 Ulrich Drepper <drepper@gmail.com>
33996
33997 [BZ #12489]
33998 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
33999 before performing relro protection. At old place add assertion
34000 to make sure nothing changed.
34001
d3f02e10
NS
340022011-02-17 Nathan Sidwell <nathan@codesourcery.com>
34003 Glauber de Oliveira Costa <glommer@gmail.com>
34004
34005 * elf/elf.h: Add new ARM TLS relocs.
34006
d55fd7a5
RA
340072011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
34008
34009 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
34010 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
34011 cast from r3.
34012 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
34013 'tests' variable.
34014 * sysdeps/wordsize-64/tst-writev.c: New file.
34015
2206397e
RA
340162011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
34017
34018 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
34019 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
34020 insns in _dl_start to prevent a TOC reference before relocs are
34021 resolved.
34022
e9433893
UD
340232011-02-15 Ulrich Drepper <drepper@gmail.com>
34024
34025 [BZ #12469]
34026 * Makeconfig: Remove RANLIB definition.
34027 * Makerules: Don't use RANLIB.
34028 * aclocal.m4: Remove ranlib test.
34029 * configure.in: No need to check for ranlib.
34030 * elf/rtld-Rules: Don't use RANLIB.
34031
f75286c6
ST
340322011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
34033
8e31c82d
ST
34034 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
34035 protection macro.
34036 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
34037 inclusion protection macro.
34038
f75286c6
ST
34039 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
34040 SIGRTMIN and SIGRTMAX and print information in that case only when
34041 SIGRTMIN is defined.
34042
c1d0e639
JJ
340432011-02-11 Jakub Jelinek <jakub@redhat.com>
34044
34045 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
34046 arginfo fn returning -1.
34047
34048 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
34049 and thousands string is zero terminated.
34050
edf9294e
AS
340512011-02-03 Andreas Schwab <schwab@redhat.com>
34052
34053 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
34054 sysdeps/unix/sysv/linux/bits/socket.h.
34055
2b7e92df
ST
340562011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
34057
edf9294e
AS
34058 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
34059 (__CPU_COUNT): Remove old macros.
34060 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
34061 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
34062 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
34063 (__sched_cpualloc, __sched_cpufree): Add declarations.
34064
a4c7ea7b
UD
340652011-02-05 Ulrich Drepper <drepper@gmail.com>
34066
34067 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
34068 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
34069 * nscd/aicache.c (addhstaiX): Return timeout of added value.
34070 (readdhstai): Return value of addhstaiX call.
34071 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
34072 (addgrbyX): Return value returned by cache_addgr.
34073 (readdgrbyname): Return value returned by addgrbyX.
34074 (readdgrbygid): Likewise.
34075 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
34076 (addpwbyX): Return value returned by cache_addpw.
34077 (readdpwbyname): Return value returned by addhstbyX.
34078 (readdpwbyuid): Likewise.
34079 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
34080 (addservbyX): Return value returned by cache_addserv.
34081 (readdservbyname): Return value returned by addservbyX:
34082 (readdservbyport): Likewise.
34083 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
34084 (addhstbyX): Return value returned by cache_addhst.
34085 (readdhstbyname): Return value returned by addhstbyX.
34086 (readdhstbyaddr): Likewise.
34087 (readdhstbynamev6): Likewise.
34088 (readdhstbyaddrv6): Likewise.
34089 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
34090 (readdinitgroups): Return value returned by addinitgroupsX.
34091 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
34092 (prune_cache): Keep track of timeout value of re-added entries.
34093 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
34094 * nscd/nscd.h: Adjust prototypes of readd* functions.
34095
a0bf67cc
RM
340962011-02-04 Roland McGrath <roland@redhat.com>
34097
34098 * nis/nis_server.c (nis_servstate): Use the right name for 0.
34099 (nis_stats): Likewise.
34100 * nis/nis_modify.c (nis_modify): Likewise.
34101 * nis/nis_remove.c (nis_remove): Likewise.
34102 * nis/nis_add.c (nis_add): Likewise.
34103
34104 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
34105
34106 * posix/fnmatch_loop.c: Add some consts.
34107
34108 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
34109
435b95eb
L
341102011-02-02 H.J. Lu <hongjiu.lu@intel.com>
34111
34112 [BZ #12460]
34113 * config.make.in (config-cflags-novzeroupper): Define.
34114 * configure.in: Substitute libc_cv_cc_novzeroupper.
34115 * elf/Makefile (AVX-CFLAGS): Define.
34116 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
34117 (CFLAGS-tst-auditmod4a.c): Likewise.
34118 (CFLAGS-tst-auditmod4b.c): Likewise.
34119 (CFLAGS-tst-auditmod6b.c): Likewise.
34120 (CFLAGS-tst-auditmod6c.c): Likewise.
34121 (CFLAGS-tst-auditmod7b.c): Likewise.
34122 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
34123
8517b15e
UD
341242011-02-02 Ulrich Drepper <drepper@gmail.com>
34125
34126 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
34127 function to the callback.
34128 Patch partly by Jiri Olsa <jolsa@redhat.com>.
34129
10a656fe
AS
341302011-02-02 Andreas Schwab <schwab@redhat.com>
34131
34132 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
34133 of errno.
34134
968dad0a
UD
341352011-01-19 Ulrich Drepper <drepper@gmail.com>
34136
9f94d2ea 34137 [BZ #11724]
968dad0a
UD
34138 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
34139 of constructors.
34140 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
34141 of destructors.
34142 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
34143
34144 [BZ #11724]
34145 * elf/Makefile: Add rules to build and run new test.
34146 * elf/tst-initorder.c: New file.
34147 * elf/tst-initorder.exp: New file.
34148 * elf/tst-initordera1.c: New file.
34149 * elf/tst-initordera2.c: New file.
34150 * elf/tst-initordera3.c: New file.
34151 * elf/tst-initordera4.c: New file.
34152 * elf/tst-initorderb1.c: New file.
34153 * elf/tst-initorderb2.c: New file.
34154 * elf/tst-order-a1.c: New file.
34155 * elf/tst-order-a2.c: New file.
34156 * elf/tst-order-a3.c: New file.
34157 * elf/tst-order-a4.c: New file.
34158 * elf/tst-order-b1.c: New file.
34159 * elf/tst-order-b2.c: New file.
34160 * elf/tst-order-main.c: New file.
34161 New test case by George Gensure <werkt0@gmail.com>.
34162
86e92359
UD
341632010-10-01 Andreas Schwab <schwab@redhat.com>
34164
34165 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
34166 decoding ACE if AI_CANONIDN.
34167
5d5732b0
UD
341682011-01-18 Ulrich Drepper <drepper@gmail.com>
34169
34170 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
34171
a77e8cbc
UD
341722011-01-17 Ulrich Drepper <drepper@gmail.com>
34173
6392473f
UD
34174 * version.h (RELEASE): Bump for 2.13 release.
34175 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
34176
620a0529
UD
34177 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
34178
18ba70a5
UD
34179 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
34180 MADV_NOHUGEPAGE.
32465c3e
UD
34181 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
34182 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
34183 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
34184 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
34185 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
34186 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
34187
c0dafcf1
UD
34188 * posix/getconf.c: Update copyright year.
34189 * catgets/gencat.c: Likewise.
34190 * csu/version.c: Likewise.
34191 * debug/catchsegv.sh: Likewise.
34192 * debug/xtrace.sh: Likewise.
34193 * elf/ldconfig.c: Likewise.
34194 * elf/ldd.bash.in: Likewise.
34195 * elf/sprof.c (print_version): Likewise.
34196 * iconv/iconv_prog.c: Likewise.
34197 * iconv/iconvconfig.c: Likewise.
34198 * locale/programs/locale.c: Likewise.
34199 * locale/programs/localedef.c: Likewise.
34200 * malloc/memusage.sh: Likewise.
34201 * malloc/mtrace.pl: Likewise.
34202 * nscd/nscd.c (print_version): Likewise.
34203 * nss/getent.c: Likewise.
34204
a77e8cbc
UD
34205 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
34206 PF_CAIF, and PF_ALG.
34207 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
34208
77e8bddf
AS
342092011-01-16 Andreas Schwab <schwab@linux-m68k.org>
34210
1f20b93a
AS
34211 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
34212 (modules-names): Use them.
34213 (ifunc-test-modules, ifunc-pie-tests): Define.
34214 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
34215 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
34216 (test-extras): Likewise.
34217 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
34218 $(compile-command.c).
34219 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
34220 (all-built-dso): Define.
34221 (check-textrel.out, check-execstack.out): Depend on it.
34222
77e8bddf
AS
34223 * configure.in: Don't override --enable-multi-arch.
34224
bc425b33
UD
342252011-01-15 Ulrich Drepper <drepper@gmail.com>
34226
34227 [BZ #6812]
34228 * nscd/hstcache.c (tryagain): Define.
34229 (cache_addhst): Return tryagain not notfound for temporary errors.
34230 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
34231 failed.
34232
794c3ad3
UD
342332011-01-14 Ulrich Drepper <drepper@gmail.com>
34234
70181fdd
UD
34235 [BZ #10563]
34236 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
34237 to make the syscall.
34238 * sysdeps/unix/sysv/linux/setgroups.c: New file.
34239
794c3ad3
UD
34240 [BZ #12378]
34241 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
34242 and fall back to matching as normal character if the string ends before
34243 the matching ']' is found. This is what POSIX requires.
34244 * posix/testfnm.c: Adjust test result.
34245 * posix/globtest.sh: Adjust test result. Add new test.
34246 * posix/tst-fnmatch.input: Likewise.
34247 * posix/tst-fnmatch2.c: Add new test.
34248
68dc9497
AS
342492010-12-28 Andreas Schwab <schwab@linux-m68k.org>
34250
34251 * elf/Makefile (check-execstack): Revert last change. Depend on
34252 check-execstack.h.
34253 (check-execstack.h): New target.
34254 (generated): Add check-execstack.h.
34255 * elf/check-execstack.c: Include "check-execstack.h".
34256 (main): Revert last change.
34257 (handle_file): Return zero if GNU_STACK is absent and
34258 DEFAULT_STACK_PERMS doesn't include PF_X.
34259
451f001b
UD
342602011-01-13 Ulrich Drepper <drepper@gmail.com>
34261
cfa28e56
UD
34262 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
34263 in child fails because the descriptor is already closed.
8cf8ce17
UD
34264 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
34265 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
34266 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 34267
1086d70d
UD
34268 [BZ #12397]
34269 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
34270 syscall.
34271
451f001b
UD
34272 [BZ #10484]
34273 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
34274 temporary buffer used to handle multi lookups locally.
a85b5cb4 34275 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 34276
08769175
UD
342772011-01-12 Ulrich Drepper <drepper@gmail.com>
34278
34279 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
34280 loader is ld.so.
34281
5e49c52e
UD
342822011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
34283
34284 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
34285 alignment for SSE2.
34286
60522a5f
UD
342872011-01-12 Ulrich Drepper <drepper@gmail.com>
34288
34289 [BZ #12394]
34290 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
34291 characters. When rounding increased number of integer digits recompute
34292 number of groups.
34293 * stdio-common/tst-grouping.c: New file.
34294 * stdio-common/Makefile: Add rules to build and run tst-grouping.
34295
f257bbd7
UD
342962011-01-09 Ulrich Drepper <drepper@gmail.com>
34297
34298 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
34299 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
34300
34301 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
34302 void.
34303 * bits/select.h: Likewise.
34304
fa9c15cb
UD
343052011-01-08 Ulrich Drepper <drepper@gmail.com>
34306
34307 * po/ja.po: Update from translation team.
34308
16c2895f
DM
343092011-01-04 David S. Miller <davem@sunset.davemloft.net>
34310
34311 [BZ #11155]
34312 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
34313 implementation just like for lxstat, fxstatat, et al.
34314
2543fef2
JM
343152010-12-27 Jim Meyering <meyering@redhat.com>
34316
34317 [BZ #12348]
34318 * posix/regexec.c (build_trtable): Return failure indication upon
34319 calloc failure. Otherwise, re_search_internal could infloop on OOM.
34320
98727dbe
UD
343212010-12-25 Ulrich Drepper <drepper@gmail.com>
34322
5bd6dc5c
UD
34323 [BZ #12201]
34324 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
34325 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
34326 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
34327 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
34328
97983464
UD
34329 [BZ #12207]
34330 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
34331
98727dbe
UD
34332 [BZ #12204]
34333 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
34334 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
34335
4a531bb0
L
343362010-12-15 H.J. Lu <hongjiu.lu@intel.com>
34337
34338 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
34339 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
34340 script has SORT_BY_INIT_PRIORITY.
34341 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
34342 NO_CTORS_DTORS_SECTIONS is defined.
34343 * elf/soinit.c: Likewise.
34344 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
34345 NO_CTORS_DTORS_SECTIONS is defined.
34346 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
34347 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
34348 * sysdeps/sh/init-first.c: Likewise.
34349 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
34350
07eb4b71
UD
343512010-12-24 Ulrich Drepper <drepper@gmail.com>
34352
34353 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
34354 always use the slow path.
34355
30950a5f
RA
343562010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
34357
34358 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
34359 similar rule which adds the sysdep directories to the header search in
34360 order to pick up the correct platform stackinfo.h.
34361 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
34362 perform test if it is, otherwise return successfully without testing.
34363 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
34364 DEFAULT_STACK_PERMS define in stackinfo.h.
34365 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
34366 defined in stackinfo.h.
34367 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
34368 DEFAULT_STACK_PERMS defined in stackinfo.h.
34369 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
34370 * sysdeps/ia64/stackinfo.h: Likewise.
34371 * sysdeps/s390/stackinfo.h: Likewise.
34372 * sysdeps/sh/stackinfo.h: Likewise.
34373 * sysdeps/sparc/stackinfo.h: Likewise.
34374 * sysdeps/x86_64/stackinfo.h: Likewise.
34375 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
34376 PF_X for powerpc64. Retain PF_X for powerpc32.
34377
db753e2c
UD
343782010-12-19 Ulrich Drepper <drepper@gmail.com>
34379
14b697f7
UD
34380 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
34381 accurately.
db753e2c
UD
34382 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
34383 GETDENTS_64BIT_ALIGNED.
34384
28300719
UD
343852010-12-14 Ulrich Drepper <dreper@gmail.com>
34386
14b697f7 34387 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 34388
4f197237
AS
343892010-12-10 Andreas Schwab <schwab@redhat.com>
34390
dbb0472f
AS
34391 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
34392 _GNU_SOURCE.
34393
4f197237
AS
34394 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
34395 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
34396 Remove __restrict.
34397 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
34398 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
34399
fb88ac72
UD
344002010-12-09 Ulrich Drepper <drepper@gmail.com>
34401
34402 [BZ #11655]
34403 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
34404 are initialized.
34405
42acbb92
JJ
344062010-12-09 Jakub Jelinek <jakub@redhat.com>
34407
34408 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
34409
c038d98d
UD
344102010-12-03 Ulrich Drepper <drepper@gmail.com>
34411
34412 * po/it.po: Update from translation team.
34413
3a4a2499
L
344142010-12-01 H.J. Lu <hongjiu.lu@intel.com>
34415
34416 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
34417 unused codes.
34418
1e24cf6e
UD
344192010-11-30 Ulrich Drepper <drepper@gmail.com>
34420
34421 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
34422
a7690819
AS
344232010-11-24 Andreas Schwab <schwab@redhat.com>
34424
34425 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
34426 specially.
34427 (gaih_getanswer_slice): Likewise.
34428
3bf8d1b1
JJ
344292010-10-20 Jakub Jelinek <jakub@redhat.com>
34430
34431 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
34432
6db52fbb
PB
344332010-05-31 Petr Baudis <pasky@suse.cz>
34434
34435 [BZ #11149]
34436 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
34437 silently even in the chroot mode.
34438
eaca7569
UD
344392010-11-22 Ulrich Drepper <drepper@gmail.com>
34440
34441 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
34442 last patch a bit. Pretty printing
34443
3056dcdb
UD
344442010-05-31 Petr Baudis <pasky@suse.cz>
34445
34446 [BZ #10085]
34447 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
34448 initialization of skip_initgroups_dyn.
34449
cf7c9078
UD
344502010-11-19 Ulrich Drepper <drepper@gmail.com>
34451
34452 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
34453 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
34454
a1fb5e3e
UD
344552010-11-16 Ulrich Drepper <drepper@gmail.com>
34456
34457 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
34458
3540d66b
AS
344592010-11-11 Andreas Schwab <schwab@redhat.com>
34460
34461 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
34462 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
34463 (tst-fnmatch-ENV): Set MALLOC_TRACE.
34464 ($(objpfx)tst-fnmatch-mem): New rule.
34465 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
34466 * posix/tst-fnmatch.c (main): Call mtrace.
34467
13b69574
L
344682010-11-11 H.J. Lu <hongjiu.lu@intel.com>
34469
34470 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34471 Support Intel processor model 6 and model 0x2c.
34472
da93d214
LM
344732010-11-10 Luis Machado <luisgpm@br.ibm.com>
34474
34475 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
34476 signed comparison.
34477
8ca52c6e
L
344782010-11-09 H.J. Lu <hongjiu.lu@intel.com>
34479
34480 [BZ #12205]
34481 * string/test-strncasecmp.c (check_result): New function.
34482 (do_one_test): Use it.
34483 (check1): New function.
34484 (test_main): Use it.
34485 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
34486 Support strcasecmp and strncasecmp.
34487
69da074d
UD
344882010-11-08 Ulrich Drepper <drepper@gmail.com>
34489
34490 [BZ #12194]
34491 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
34492 * sysdeps/x86_64/bits/byteswap.h: Likewise.
34493
ff02d528
L
344942010-11-07 H.J. Lu <hongjiu.lu@intel.com>
34495
34496 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
34497 IFUNC support.
34498 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
34499 memset-x86-64.
34500 * sysdeps/x86_64/multiarch/bzero.S: New file.
34501 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
34502 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
34503 * sysdeps/x86_64/multiarch/memset.S: New file.
34504 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
34505 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34506 Set bit_Prefer_SSE_for_memop for Intel processors.
34507 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
34508 Define.
34509 (index_Prefer_SSE_for_memop): Define.
34510 (HAS_PREFER_SSE_FOR_MEMOP): Define.
34511
344d0b54
LM
345122010-11-04 Luis Machado <luisgpm@br.ibm.com>
34513
34514 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
34515 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
34516
c0dde15b
UD
345172010-11-03 H.J. Lu <hongjiu.lu@intel.com>
34518
34519 [BZ #12191]
34520 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
34521 (__x86_64_raw_data_cache_size_half): Likewise.
34522 (__x86_64_raw_shared_cache_size): Likewise.
34523 (__x86_64_raw_shared_cache_size_half): Likewise.
34524
34525 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
34526 (__x86_64_raw_data_cache_size_half): Likewise.
34527 (__x86_64_raw_shared_cache_size): Likewise.
34528 (__x86_64_raw_shared_cache_size_half): Likewise.
34529 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
34530 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
34531 and __x86_64_raw_shared_cache_size_half. Round
34532 __x86_64_data_cache_size_half, __x86_64_data_cache_size
34533 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
34534 to multiple of 256 bytes.
34535
0e516e0e
MS
345362010-11-03 Ulrich Drepper <drepper@gmail.com>
34537
34538 [BZ #12167]
34539 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
34540 of inacessible symlinks. Verify result of symlink before returning it.
34541 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
34542 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
34543
0e012e87
ER
345442010-10-28 Erich Ritz <erichritz@gmail.com>
34545
34546 * math/math.h (isinf): Fix typo in comment.
34547
de0ff7bc
UD
345482010-11-01 Ulrich Drepper <drepper@gmail.com>
34549
34550 * po/da.po: Update from translation team.
34551
fa41c84d
UD
345522010-10-26 Ulrich Drepper <drepper@gmail.com>
34553
34554 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
34555 is added to the list.
34556
f0967738
AK
345572010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34558 Ulrich Drepper <drepper@gmail.com>
34559
34560 * elf/dl-object.c (_dl_new_object): Don't append the new object to
34561 the global list here. Move code to...
34562 (_dl_add_to_namespace_list): ...here. New function.
34563 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
34564 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
34565 * elf/dl-load.c (lose): Don't remove the element from the list.
34566 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
34567 (_dl_map_object): Likewise.
34568
345692010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
34570
34571 [BZ #12159]
34572 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
34573 into all bytes of SSE register.
34574 Patch by Richard Li <richardpku@gmail.com>.
34575
f0967738 345762010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
34577
34578 [BZ #12140]
34579 * malloc/malloc.c (_int_free): Fill correct number of bytes when
34580 perturbing.
34581
d0b9e94f
MB
345822010-10-20 Michael B. Brutman <brutman@us.ibm.com>
34583
34584 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
34585 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
34586 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
34587 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
34588 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
34589 submachine.
34590 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
34591
8e9f92e9
AS
345922010-10-22 Andreas Schwab <schwab@redhat.com>
34593
34594 * include/dlfcn.h (__RTLD_SECURE): Define.
34595 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
34596 mode & __RTLD_SECURE instead.
34597 (open_path): Rename preloaded parameter to secure.
34598 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
34599 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
34600 * elf/dl-deps.c (openaux): Likewise.
34601 * elf/rtld.c (struct map_args): Remove is_preloaded.
34602 (map_doit): Don't use it.
34603 (dl_main): Likewise.
34604 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
34605 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
34606
bc96fbda
AS
346072010-09-09 Andreas Schwab <schwab@redhat.com>
34608
34609 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
34610 (sysd-rules-targets): Remove duplicates.
34611 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
34612 rtld-%.$o dependency.
34613
22cd1c9b
AS
346142010-10-18 Andreas Schwab <schwab@redhat.com>
34615
34616 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
34617 _dl_map_object do it.
34618
18edac48
UD
346192010-10-19 Ulrich Drepper <drepper@gmail.com>
34620
34621 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
34622 fast fma builtins, define the macros in the C99 standard.
34623 (FP_FAST_FMAF): Likewise.
34624 (FP_FAST_FMAL): Likewise.
34625 * sysdeps/x86_64/bits/mathdef.h: Likewise.
34626
34627 * bits/mathdef.h: Update copyright year.
34628 * sysdeps/powerpc/bits/mathdef.h: Likewise.
34629
d2050124
MM
346302010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
34631
34632 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
34633 builtins, define the macros in the C99 standard.
34634 (FP_FAST_FMAF): Likewise.
34635 (FP_FAST_FMAL): Likewise.
34636 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
34637 multiply/add.
34638 (FP_FAST_FMAF): Likewise.
34639
475facd1
JJ
346402010-10-15 Jakub Jelinek <jakub@redhat.com>
34641
34642 [BZ #3268]
34643 * math/libm-test.inc (fma_test): Some new testcases.
34644 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
34645 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
34646 y and infinite z. Do multiplication by C already in long double.
34647 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
34648 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
34649 y and infinite z. Do bitwise or of inexact bit into u.d.
34650 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
34651 * sysdeps/i386/fpu/s_fmaf.S: Removed.
34652 * sysdeps/i386/fpu/s_fma.S: Removed.
34653 * sysdeps/i386/fpu/s_fmal.S: Removed.
34654
7c08a05c
JJ
346552010-10-16 Jakub Jelinek <jakub@redhat.com>
34656
34657 [BZ #3268]
34658 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
34659 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
34660 computation is not scheduled after fetestexcept. Fix value
34661 of minimum denormal long double.
34662
f3f7372d
JJ
346632010-10-14 Jakub Jelinek <jakub@redhat.com>
34664
34665 [BZ #3268]
34666 * math/libm-test.inc (fma_test): Add some more tests.
34667 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
34668 correctly.
34669
14d43591
AS
346702010-10-15 Andreas Schwab <schwab@redhat.com>
34671
34672 * scripts/data/localplt-s390-linux-gnu.data: New file.
34673 * scripts/data/localplt-s390x-linux-gnu.data: New file.
34674
5e908464
JJ
346752010-10-13 Jakub Jelinek <jakub@redhat.com>
34676
34677 [BZ #3268]
34678 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
34679 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
34680 instead of dbl-64.
34681 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
34682 inlines.
34683 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
34684 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
34685 if one of x and y is very large and the other is subnormal.
34686 * sysdeps/s390/fpu/s_fmaf.c: New file.
34687 * sysdeps/s390/fpu/s_fma.c: New file.
34688 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
34689 * sysdeps/powerpc/fpu/s_fma.S: New file.
34690 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
34691 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
34692 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
34693
346942010-10-12 Jakub Jelinek <jakub@redhat.com>
34695
34696 [BZ #3268]
34697 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
34698 fma tests.
34699 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
34700 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
34701 * sysdeps/i386/i686/multiarch/s_fma.c: Include
34702 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
34703 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
34704 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
34705 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
34706
b833d51f
UD
347072010-10-12 Ulrich Drepper <drepper@redhat.com>
34708
34709 [BZ #12078]
34710 * posix/regcomp.c (parse_branch): One more memory leak plugged.
34711 * posix/bug-regex31.input: Add test case.
34712
1751705d
UD
347132010-10-11 Ulrich Drepper <drepper@gmail.com>
34714
e9b9cbf5
UD
34715 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
34716 * posix/bug-regex31.input: New file.
34717
34718 [BZ #12078]
34719 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
34720 (parse_sub_exp): Fix last change, use postorder.
34721
ef06edbe
UD
34722 * posix/bug-regex31.c: New file.
34723 * posix/Makefile: Add rules to build and run bug-regex31.
34724
a129c80d
UD
34725 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
34726
34727 [BZ #12078]
34728 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
34729
b76b818e
UD
34730 [BZ #12108]
34731 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
34732 to have entries in sys_siglist.
34733
1751705d
UD
34734 [BZ #12093]
34735 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
34736 be NULL.
34737
9ff8d36f
JJ
347382010-10-07 Jakub Jelinek <jakub@redhat.com>
34739
34740 [BZ #3268]
34741 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
34742 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
34743 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
34744 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
34745 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
34746 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
34747 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
34748 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
34749 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
34750 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
34751 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
34752 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
34753 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
34754 * math/ftestexcept.c (fetestexcept): Likewise.
34755 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
34756 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
34757 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
34758 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
34759 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
34760 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
34761 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34762
af325969
UD
347632010-10-11 Ulrich Drepper <drepper@gmail.com>
34764
c579b202 34765 [BZ #12107]
af325969
UD
34766 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
34767 newline.
34768
67a67b95
UD
347692010-10-06 Ulrich Drepper <drepper@gmail.com>
34770
34771 * string/bug-strstr1.c: New file.
34772 * string/Makefile: Add rules to build and run bug-strstr1.
34773
5fb308bc
EB
347742010-10-05 Eric Blake <eblake@redhat.com>
34775
34776 [BZ #12092]
34777 * string/str-two-way.h (two_way_long_needle): Always clear memory
34778 when skipping input due to the shift table.
34779
45db99c7
UD
347802010-10-03 Ulrich Drepper <drepper@gmail.com>
34781
3b111893
UD
34782 [BZ #12005]
34783 * malloc/mcheck.c: Handle large requests.
34784
45db99c7
UD
34785 [BZ #12077]
34786 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
34787 for strncmp and strncasecmp.
34788 * string/stratcliff.c: Add tests for strcmp and strncmp.
34789 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
34790
cf7a1eb8
NI
347912010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34792
34793 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
34794 __set_fpscr.
34795
6484ba5e
AJ
347962010-09-30 Andreas Jaeger <aj@suse.de>
34797
34798 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
34799 (CGROUP_SUPER_MAGIC): Define.
34800 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
34801 Handle btrfs and cgroup file systems.
34802 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
34803 Likewise.
34804
91c42559
LM
348052010-09-27 Luis Machado <luisgpm@br.ibm.com>
34806
34807 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
34808 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
34809
87a97932
AK
348102010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34811
34812 [BZ #12067]
34813 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
34814 trying to locate the ELF header.
34815
c21cc9bc
AS
348162010-09-27 Andreas Schwab <schwab@redhat.com>
34817
34818 [BZ #11611]
34819 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
34820 Mask out sign-bit copies when constructing f_fsid.
34821
315970f6
PB
348222010-09-24 Petr Baudis <pasky@suse.cz>
34823
34824 * debug/stack_chk_fail_local.c: Add missing licence exception.
34825 * debug/warning-nop.c: Likewise.
34826
1ac7a2c7
JM
348272010-09-15 Joseph Myers <joseph@codesourcery.com>
34828
34829 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
34830 implementing getdents64 using getdents syscall, set d_type if
34831 __ASSUME_GETDENTS32_D_TYPE.
34832
56801c50
AS
348332010-09-16 Andreas Schwab <schwab@redhat.com>
34834
34835 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
34836 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
34837
dda51327
UD
348382010-09-21 Ulrich Drepper <drepper@redhat.com>
34839
34840 [BZ #12037]
34841 * posix/unistd.h: Undo change of feature selection for ftruncate from
34842 2010-01-11.
34843
8ffcee4a
UD
348442010-09-20 Ulrich Drepper <drepper@redhat.com>
34845
a545ecd9 34846 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
34847 detection.
34848
e24f0a8b
AS
348492010-09-20 Andreas Schwab <schwab@redhat.com>
34850
34851 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
34852 fanotify_mark.
34853 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
34854
7291c56f
AS
348552010-09-14 Andreas Schwab <schwab@redhat.com>
34856
34857 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
34858 variables after CHECK_SP call.
34859 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
34860
bc5fb037
AS
348612010-09-13 Andreas Schwab <schwab@redhat.com>
34862 Ulrich Drepper <drepper@redhat.com>
34863
34864 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
34865 re-relocationg ld.so.
34866 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
34867 _dl_init_paths call.
34868 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
34869 here anymore.
34870
e66e7419
UD
348712010-09-14 Ulrich Drepper <drepper@redhat.com>
34872
34873 * resolv/res_init.c (__res_vinit): Count the default server we added.
34874
c044aa75
CLT
348752010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
34876 Ulrich Drepper <drepper@redhat.com>
34877
34878 [BZ #11968]
34879 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
34880 (____longjmp_chk): Use %ebx for saving value across system call.
34881 Add unwind info.
34882
32cf4069
AS
348832010-09-06 Andreas Schwab <schwab@redhat.com>
34884
34885 * manual/Makefile: Don't mix pattern rules with normal rules.
34886
817328ee
AS
348872010-09-05 Andreas Schwab <schwab@linux-m68k.org>
34888
34889 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
34890 operation.
34891 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
34892 * libio/iofopncook.c (_IO_cookie_init): Likewise.
34893 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
34894 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
34895 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
34896 Likewise.
34897
29fddf61
UD
348982010-09-04 Ulrich Drepper <drepper@redhat.com>
34899
34900 [BZ #11979]
34901 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
34902 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
34903
0959ffc9
UD
349042010-09-02 Ulrich Drepper <drepper@redhat.com>
34905
34906 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
34907 * sysdeps/x86_64/addmul_1.S: Likewise.
34908 * sysdeps/x86_64/lshift.S: Likewise.
34909 * sysdeps/x86_64/mul_1.S: Likewise.
34910 * sysdeps/x86_64/rshift.S: Likewise.
34911 * sysdeps/x86_64/sub_n.S: Likewise.
34912 * sysdeps/x86_64/submul_1.S: Likewise.
34913
ece29840
ST
349142010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
34915
0959ffc9
UD
34916 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
34917 Define __sched_param instead of SCHED_* and sched_param when
ece29840 34918 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 34919 * bits/sched.h [__need_schedparam]
ece29840 34920 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
34921 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
34922 (__defined_schedparam): Define to 1.
ece29840
ST
34923 (__sched_param): New structure, identical to sched_param.
34924 (__need_schedparam): Undefine.
34925
e53a31fe
MF
349262010-08-31 Mike Frysinger <vapier@gentoo.org>
34927
fdc0c10d
MF
34928 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
34929 (epoll_create1): Declare.
34930
e53a31fe
MF
34931 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
34932
a726d796
AS
349332010-08-31 Andreas Schwab <schwab@redhat.com>
34934
34935 [BZ #7066]
34936 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
34937 shifting retval into place.
34938
2f3e3dc7
UD
349392010-09-01 Ulrich Drepper <drepper@redhat.com>
34940
f2933da9
UD
34941 * nis/rpcsvc/nis.h: Update copyright notice.
34942 * nis/rpcsvc/nis.x: Likewise.
34943 * nis/rpcsvc/nis_callback.h: Likewise.
34944 * nis/rpcsvc/nis_callback.x: Likewise.
34945 * nis/rpcsvc/nis_object.x: Likewise.
34946 * nis/rpcsvc/nis_tags.h: Likewise.
34947 * nis/rpcsvc/yp.h: Likewise.
34948 * nis/rpcsvc/yp.x: Likewise.
34949 * nis/rpcsvc/ypupd.h: Likewise.
34950 * nis/yp_xdr.c: Likewise.
34951 * nis/ypupdate_xdr.c: Likewise.
34952
2f3e3dc7
UD
34953 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
34954 mainly the body of pmap_getport. Add parameters to specify timeouts.
34955 (pmap_getport): Use __libc_rpc_getport.
34956 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
34957 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
34958 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
34959
f3dcc2f9
AS
349602010-08-31 Andreas Schwab <schwab@linux-m68k.org>
34961
34962 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
34963 fanotify_mark.
34964
6d34eb5b
RM
349652010-08-27 Roland McGrath <roland@redhat.com>
34966
34967 * sysdeps/i386/i686/multiarch/Makefile
34968 (CFLAGS-varshift.c): New variable.
34969
9ea3de11
UD
349702010-08-27 Ulrich Drepper <drepper@redhat.com>
34971
c96d23fc
UD
34972 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
34973 * sysdeps/i386/i686/multiarch/varshift.c: New file.
34974
9ea3de11
UD
34975 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
34976
34977 * sysdeps/x86_64/strlen.S: Minimal code improvement.
34978
623aac7f
L
349792010-08-26 H.J. Lu <hongjiu.lu@intel.com>
34980
34981 * sysdeps/x86_64/strlen.S: Unroll the loop.
34982 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
34983 strlen-sse2 strlen-sse2-bsf.
34984 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
34985 __strlen_no_bsf if bit_Slow_BSF is set.
34986 (__strlen_sse42): Removed.
34987 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
34988 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
34989
8b2b7715
RM
349902010-08-25 Roland McGrath <roland@redhat.com>
34991
34992 * sysdeps/x86_64/multiarch/varshift.S: File removed.
34993 * sysdeps/x86_64/multiarch/varshift.c: New file.
34994 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
34995 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
34996 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
34997 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34998
e73015f2
L
349992010-08-25 H.J. Lu <hongjiu.lu@intel.com>
35000
35001 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
35002 strlen-sse2 strlen-sse2-bsf.
35003 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
35004 __strlen_sse2_bsf if bit_Slow_BSF is unset.
35005 (__strlen_sse2): Removed.
35006 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
35007 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
35008 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
35009 bit_Slow_BSF for Atom.
35010 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
35011 (index_Slow_BSF): Define.
35012 (HAS_SLOW_BSF): Define.
35013
df24a73e
UD
350142010-08-25 Ulrich Drepper <drepper@redhat.com>
35015
35016 [BZ #10851]
35017 * resolv/res_init.c (__res_vinit): When no server address at all
35018 is given default to loopback.
35019
f2ac4868
RM
350202010-08-24 Roland McGrath <roland@redhat.com>
35021
09055553
RM
35022 * configure.in: Remove config-name.h generation.
35023 * configure: Regenerated.
35024 * config-name.in: File removed.
35025 * scripts/config-uname.sh: New file.
35026 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
35027 ($(objdir)config-name.h): New target.
35028
f2ac4868
RM
35029 * sunrpc/rpc_parse.h: Avoid nested comment.
35030
73f27d5e
RH
350312010-08-24 Richard Henderson <rth@redhat.com>
35032 Ulrich Drepper <drepper@redhat.com>
35033 H.J. Lu <hongjiu.lu@intel.com>
35034
35035 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
35036 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
35037 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
35038 Replace _mm_srli_si128 with __m128i_shift_right. Replace
35039 _mm_alignr_epi8 with _mm_loadu_si128.
35040 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
35041 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
35042 (__m128i_shift_right): Removed.
35043 * sysdeps/i386/i686/multiarch/varshift.h: New file.
35044 * sysdeps/i386/i686/multiarch/varshift.S: New file.
35045 * sysdeps/x86_64/multiarch/varshift.h: New file.
35046 * sysdeps/x86_64/multiarch/varshift.S: New file.
35047
84b9230c
MF
350482010-08-21 Mike Frysinger <vapier@gentoo.org>
35049
35050 * configure.in: Move assembler checks to before sysdep dir checking.
35051
9bbd0ddc
PB
350522010-08-20 Petr Baudis <pasky@suse.cz>
35053
35054 * LICENSES: Sync the sunrpc license.
35055
9da4bb31
UD
350562010-08-19 Ulrich Drepper <drepper@redhat.com>
35057
a7ab6ec8
UD
35058 * sunrpc/auth_des.c: Update copyright notice once again.
35059 * sunrpc/auth_none.c: Likewise.
35060 * sunrpc/auth_unix.c: Likewise.
35061 * sunrpc/authdes_prot.c: Likewise.
35062 * sunrpc/authuxprot.c: Likewise.
35063 * sunrpc/bindrsvprt.c: Likewise.
35064 * sunrpc/clnt_gen.c: Likewise.
35065 * sunrpc/clnt_perr.c: Likewise.
35066 * sunrpc/clnt_raw.c: Likewise.
35067 * sunrpc/clnt_simp.c: Likewise.
35068 * sunrpc/clnt_tcp.c: Likewise.
35069 * sunrpc/clnt_udp.c: Likewise.
35070 * sunrpc/clnt_unix.c: Likewise.
35071 * sunrpc/des_crypt.c: Likewise.
35072 * sunrpc/des_soft.c: Likewise.
35073 * sunrpc/get_myaddr.c: Likewise.
35074 * sunrpc/getrpcport.c: Likewise.
35075 * sunrpc/key_call.c: Likewise.
35076 * sunrpc/key_prot.c: Likewise.
35077 * sunrpc/openchild.c: Likewise.
35078 * sunrpc/pm_getmaps.c: Likewise.
35079 * sunrpc/pm_getport.c: Likewise.
35080 * sunrpc/pmap_clnt.c: Likewise.
35081 * sunrpc/pmap_prot.c: Likewise.
35082 * sunrpc/pmap_prot2.c: Likewise.
35083 * sunrpc/pmap_rmt.c: Likewise.
35084 * sunrpc/rpc/auth.h: Likewise.
35085 * sunrpc/rpc/auth_unix.h: Likewise.
35086 * sunrpc/rpc/clnt.h: Likewise.
35087 * sunrpc/rpc/des_crypt.h: Likewise.
35088 * sunrpc/rpc/key_prot.h: Likewise.
35089 * sunrpc/rpc/netdb.h: Likewise.
35090 * sunrpc/rpc/pmap_clnt.h: Likewise.
35091 * sunrpc/rpc/pmap_prot.h: Likewise.
35092 * sunrpc/rpc/pmap_rmt.h: Likewise.
35093 * sunrpc/rpc/rpc.h: Likewise.
35094 * sunrpc/rpc/rpc_des.h: Likewise.
35095 * sunrpc/rpc/rpc_msg.h: Likewise.
35096 * sunrpc/rpc/svc.h: Likewise.
35097 * sunrpc/rpc/svc_auth.h: Likewise.
35098 * sunrpc/rpc/types.h: Likewise.
35099 * sunrpc/rpc/xdr.h: Likewise.
35100 * sunrpc/rpc_clntout.c: Likewise.
35101 * sunrpc/rpc_cmsg.c: Likewise.
35102 * sunrpc/rpc_common.c: Likewise.
35103 * sunrpc/rpc_cout.c: Likewise.
35104 * sunrpc/rpc_dtable.c: Likewise.
35105 * sunrpc/rpc_hout.c: Likewise.
35106 * sunrpc/rpc_main.c: Likewise.
35107 * sunrpc/rpc_parse.c: Likewise.
35108 * sunrpc/rpc_parse.h: Likewise.
35109 * sunrpc/rpc_prot.c: Likewise.
35110 * sunrpc/rpc_sample.c: Likewise.
35111 * sunrpc/rpc_scan.c: Likewise.
35112 * sunrpc/rpc_scan.h: Likewise.
35113 * sunrpc/rpc_svcout.c: Likewise.
35114 * sunrpc/rpc_tblout.c: Likewise.
35115 * sunrpc/rpc_util.c: Likewise.
35116 * sunrpc/rpc_util.h: Likewise.
35117 * sunrpc/rpcinfo.c: Likewise.
35118 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
35119 * sunrpc/rpcsvc/key_prot.x: Likewise.
35120 * sunrpc/rpcsvc/klm_prot.x: Likewise.
35121 * sunrpc/rpcsvc/mount.x: Likewise.
35122 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
35123 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
35124 * sunrpc/rpcsvc/rex.x: Likewise.
35125 * sunrpc/rpcsvc/rstat.x: Likewise.
35126 * sunrpc/rpcsvc/rusers.x: Likewise.
35127 * sunrpc/rpcsvc/sm_inter.x: Likewise.
35128 * sunrpc/rpcsvc/spray.x: Likewise.
35129 * sunrpc/rpcsvc/yppasswd.x: Likewise.
35130 * sunrpc/rtime.c: Likewise.
35131 * sunrpc/svc.c: Likewise.
35132 * sunrpc/svc_auth.c: Likewise.
35133 * sunrpc/svc_authux.c: Likewise.
35134 * sunrpc/svc_raw.c: Likewise.
35135 * sunrpc/svc_run.c: Likewise.
35136 * sunrpc/svc_simple.c: Likewise.
35137 * sunrpc/svc_tcp.c: Likewise.
35138 * sunrpc/svc_udp.c: Likewise.
35139 * sunrpc/svc_unix.c: Likewise.
35140 * sunrpc/svcauth_des.c: Likewise.
35141 * sunrpc/xcrypt.c: Likewise.
35142 * sunrpc/xdr.c: Likewise.
35143 * sunrpc/xdr_array.c: Likewise.
35144 * sunrpc/xdr_float.c: Likewise.
35145 * sunrpc/xdr_mem.c: Likewise.
35146 * sunrpc/xdr_rec.c: Likewise.
35147 * sunrpc/xdr_ref.c: Likewise.
35148 * sunrpc/xdr_sizeof.c: Likewise.
35149 * sunrpc/xdr_stdio.c: Likewise.
35150
9da4bb31
UD
35151 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
35152 handling.
35153
bdaa77bc
AS
351542010-08-19 Andreas Schwab <schwab@redhat.com>
35155
35156 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
35157
fe2f79db
LM
351582010-08-19 Luis Machado <luisgpm@br.ibm.com>
35159
35160 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
35161 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
35162 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
35163 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
35164 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
35165 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
35166 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
35167 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
35168 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
35169 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
35170 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
35171 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
35172 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
35173 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
35174
b9b42ee0
AB
351752010-07-26 Anton Blanchard <anton@samba.org>
35176
35177 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
35178 * malloc/arena.c (heap_trim): Likewise.
35179
1c06ba31
UD
351802010-08-16 Ulrich Drepper <drepper@redhat.com>
35181
35182 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
35183 here. Not...
35184 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
35185 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
35186
f8392f40
L
351872010-08-12 H.J. Lu <hongjiu.lu@intel.com>
35188
35189 * sysdeps/i386/elf/Makefile: New file.
35190
3162f12e
AS
351912010-08-14 Andreas Schwab <schwab@linux-m68k.org>
35192
35193 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
35194 from fanotify_init.
35195 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
35196 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
35197
28c90b2c
UD
351982010-08-15 Ulrich Drepper <drepper@redhat.com>
35199
35200 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
35201 of strncasecmp_l.
1feccb6c 35202 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 35203
ca6bb004
UD
352042010-08-14 Ulrich Drepper <drepper@redhat.com>
35205
e9f82e0d
UD
35206 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
35207 strncase_l-nonascii.
35208 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
35209 Add strncase_l-ssse3.
35210 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
35211 * sysdeps/x86_64/strcmp.S: Likewise.
35212 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
35213 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
35214 * sysdeps/x86_64/strncase.S: New file.
35215 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
35216 * sysdeps/x86_64/strncase_l.S: New file.
35217 * string/Makefile (strop-tests): Add strncasecmp.
35218 * string/test-strncasecmp.c: New file.
35219
35220 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
35221 warning.
35222
ca6bb004
UD
35223 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
35224 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
35225
052fa7b3
AS
352262010-08-14 Andreas Schwab <schwab@linux-m68k.org>
35227
35228 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
35229
962dba78
UD
352302010-08-12 Ulrich Drepper <drepper@redhat.com>
35231
35232 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
35233 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
35234 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
35235
bebff237
AM
352362010-05-01 Alan Modra <amodra@gmail.com>
35237
35238 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
35239 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
35240 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
35241 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
35242 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
35243 tidying. Don't tail-call __sigjmp_save for static lib.
35244 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
35245 save location.
35246 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
35247 (CALL_MCOUNT): Add eh info, and nop after bl.
35248 (TAIL_CALL_SYSCALL_ERROR): New macro.
35249 (PSEUDO_RET): Use it.
35250 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
35251 Correct save location of integer regs and cr.
35252 (_dl_profile_resolve): Correct cr save location. Delete nops
35253 after bl when SHARED. Reduce cfi size a little by better
35254 placement of cfi directives.
35255 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
35256 make a stack frame. Instead use parm save area as a temp.
35257 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
35258 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
35259 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
35260 Don't make a stack frame for parent, use parm save area.
35261 Increase child stack frame to 112 bytes. Don't save unused reg,
35262 and adjust reg usage. Set up cfi on error recovery and
35263 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
35264 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
35265 (__makecontext): Add dummy nop after jump to exit.
35266 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
35267 Use correct parm save area and cr save, reduce stack frame.
35268 Correct cfi for possible PSEUDO_RET frame setup.
35269 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
35270 Branch to local label emitted by PSEUDO_RET rather than
35271 __syscall_error.
35272
02637374
AS
352732010-08-12 Andreas Schwab <schwab@redhat.com>
35274
35275 [BZ #11904]
35276 * locale/programs/locale.c (print_assignment): New function.
35277 (show_locale_vars): Use it.
35278
c3e2f19b
UD
352792010-08-11 Ulrich Drepper <drepper@redhat.com>
35280
3cdaa6ad
UD
35281 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
35282 field.
35283 (struct statfs64): Likewise.
35284 (_STATFS_F_FLAGS): Define.
35285 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
35286 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
35287 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
35288 (ST_VALID): Define locally.
35289 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
35290 __statvfs_getflags, use the provided value.
35291 * sysdeps/unix/sysv/linux/kernel-features.h: Define
35292 __ASSUME_STATFS_F_FLAGS.
35293
754f7da3
UD
35294 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
35295
10b3bedc
UD
35296 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
35297 Add sys/fanotify.h.
35298 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
35299 fanotify_mask for GLIBC_2.13.
35300 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
35301 fanotify_init and fanotify_mark.
35302 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
35303 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
35304
c08fb0d7
UD
35305 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
35306 Add prlimit.
35307 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
35308 prlimit64 for GLIBC_2.13.
35309 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
35310 prlimit64.
35311 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
35312 syscall.
35313 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
35314 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
35315 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
35316 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
35317 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
35318 add prlimit alias.
35319 * sysdeps/unix/sysv/linux/prlimit.c: New file.
35320
15bac72b
UD
35321 [BZ #11903]
35322 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
35323 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
35324
c3e2f19b
UD
35325 * nss/Makefile: Add rules to build and run tst-nss-test1.
35326 * shlib-versions: Add entry for libnss_test1.
35327 * nss/nss_test1.c: New file.
35328 * nss/tst-nss-test1.c: New file.
35329
35330 * nss/nsswitch.c (__nss_database_custom): Define new variable.
35331 (__nss_configure_lookup): Set appropriate entry in
35332 __nss_configure_lookup to true.
35333 * nss/nsswitch.h: Define enum with indeces of databases in
35334 databases and __nss_database_custom arrays. Declare
35335 __nss_database_custom.
35336 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
35337 to avoid using nscd when custom rules are installed.
35338 * nss/getXXbyYY_r.c: Likewise.
35339 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
35340
35341 * nss/nss_files/files-parse.c: Whitespace fixes.
35342
f15ce4d8
UD
353432010-08-09 Ulrich Drepper <drepper@redhat.com>
35344
35345 [BZ #11883]
35346 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
35347 * posix/fnmatch_loop.c: Likewise.
35348
d22e4cc9
AK
353492010-07-17 Andi Kleen <ak@linux.intel.com>
35350
35351 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
35352 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
35353 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
35354 * Versions.def [GLIBC_2.13]: Add.
35355
805bc17d
UD
353562010-08-06 Ulrich Drepper <drepper@redhat.com>
35357
35358 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
35359 Also fail if tpwd after pwuid call is NULL.
35360
5a42321d
ST
353612010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
35362
35363 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
35364 when converting to ms.
35365
fd3ebeda
ST
353662010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
35367
35368 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
35369 EOPNOTSUPP errors with ENOTTY.
35370 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
35371 EOPNOTSUPP errors with ENOTTY.
35372
73507d3a
UD
353732010-07-31 Ulrich Drepper <drepper@redhat.com>
35374
35375 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
35376 Add strcasecmp_l-ssse3.
35377 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
35378 strcasecmp.
35379 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
35380 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
35381 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
35382
fe36dd02
UD
353832010-07-30 Ulrich Drepper <drepper@redhat.com>
35384
66f6765a
UD
35385 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
35386
42e08a54
UD
35387 * string/Makefile (strop-tests): Add strcasecmp.
35388 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
35389 strcasecmp_l-nonascii.
35390 (gen-as-const-headers): Add locale-defines.sym.
35391 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
35392 * sysdeps/x86_64/strcasecmp.S: New file.
35393 * sysdeps/x86_64/strcasecmp_l.S: New file.
35394 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
35395 * sysdeps/x86_64/locale-defines.sym: New file.
35396 * string/test-strcasecmp.c: New file.
35397
fe36dd02
UD
35398 * string/test-strcasestr.c: Test both ends of the range of characters.
35399 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
35400
48cbc0d6
RM
354012010-07-29 Roland McGrath <roland@redhat.com>
35402
76e6d6bc 35403 [BZ #11856]
48cbc0d6
RM
35404 * manual/locale.texi (Yes-or-No Questions): Fix example code.
35405
880113d9
UD
354062010-07-27 Ulrich Drepper <drepper@redhat.com>
35407
35408 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
35409 for ld.so.
35410
deb9cabb
AS
354112010-07-27 Andreas Schwab <schwab@redhat.com>
35412
35413 * manual/memory.texi (Malloc Tunable Parameters): Document
35414 M_PERTURB.
35415
1c7570ff
RM
354162010-07-26 Roland McGrath <roland@redhat.com>
35417
35418 [BZ #11840]
35419 * configure.in (-fgnu89-inline check): Set and substitute
35420 gnu89_inline, not libc_cv_gnu89_inline.
35421 * configure: Regenerated.
35422 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
35423
24fb0f88
UD
354242010-07-26 Ulrich Drepper <drepper@redhat.com>
35425
35426 * string/test-strnlen.c: New file.
35427 * string/Makefile (strop-tests): Add strnlen.
35428 * string/tester.c (test_strnlen): Add a few more test cases.
35429 * string/tst-strlen.c: Better error reporting.
35430
35431 * sysdeps/x86_64/strnlen.S: New file.
35432
8e96b93a
UD
354332010-07-24 Ulrich Drepper <drepper@redhat.com>
35434
35435 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
35436 lower-latency instructions.
35437
dbc676d4
UD
354382010-07-23 Ulrich Drepper <drepper@redhat.com>
35439
35440 * string/test-strcasestr.c: New file.
35441 * string/test-strstr.c: New file.
35442 * string/Makefile (strop-tests): Add strstr and strcasestr.
35443 * string/str-two-way.h: Don't undefine MAX.
35444 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
35445
f6a31e0e
AS
354462010-07-21 Andreas Schwab <schwab@redhat.com>
35447
35448 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
35449 strcasestr-nonascii.
35450 (CFLAGS-strcasestr-nonascii.c): Define.
35451 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
35452 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
35453 Remove unused attribute.
35454
5dbc3b6c
RM
354552010-07-20 Roland McGrath <roland@redhat.com>
35456
35457 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
35458 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
35459 ld.so.cache was broken. With it, there is no way to disable dsocaps
35460 like LD_HWCAP_MASK can disable hwcaps.
35461
23d101d8
EPM
354622010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
35463
35464 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
35465
cc9f2e47
UD
354662010-07-16 Ulrich Drepper <drepper@redhat.com>
35467
35468 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
35469 call in strcasestr.
35470 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
35471 __strcasestr_sse42_nonascii.
35472 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
35473 strcasestr-nonascii.c.
35474 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
35475
77c1b069
LM
354762010-06-15 Luis Machado <luisgpm@br.ibm.com>
35477
35478 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
35479 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
35480 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
35481 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
35482
440566c3
UD
354832010-07-09 Ulrich Drepper <drepper@redhat.com>
35484
35485 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
35486 fcntl.
35487
5be9d05d
AS
354882010-07-06 Andreas Schwab <schwab@redhat.com>
35489
c30b7ee2 35490 [BZ #11577]
5be9d05d
AS
35491 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
35492 dl_signal_cerror.
35493
8a492a67
UD
354942010-07-06 Ulrich Drepper <drepper@redhat.com>
35495
35496 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
35497 _PC_PIPE_BUF using F_GETPIPE_SZ.
35498
713df3d5
RM
354992010-07-05 Roland McGrath <roland@redhat.com>
35500
35501 * manual/arith.texi (Rounding Functions): Fix rint description
35502 implicit in round description.
35503
702e8f14
UD
355042010-07-02 Ulrich Drepper <drepper@redhat.com>
35505
35506 * elf/Makefile: Fix linking for a few tests to make recent linker
35507 happy.
35508
52ed8be9
AS
355092010-06-30 Andreas Schwab <schwab@redhat.com>
35510
35511 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
35512 $(common-objpfx)libc_nonshared.a.
35513
f47c9a11
LM
355142010-06-21 Luis Machado <luisgpm@br.ibm.com>
35515
35516 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
35517 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
35518 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
35519 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
35520 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
35521 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
35522 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
35523 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
35524 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
35525 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
35526 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
35527 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
35528 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
35529 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
35530 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
35531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
35532 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
35533 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
35534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
35535 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
35536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
35537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
35538 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
35539 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
35540 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
35541 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
35542 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
35543 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
35544 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
35545 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
35546 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
35547 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
35548 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
35549 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
35550 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
35551 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
35552 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
35553 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
35554 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
35555 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
35556 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
35557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
35558 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
35559 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
35560 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
35561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
35562 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
35563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
35564
6fb8cbcb
L
355652010-06-25 H.J. Lu <hongjiu.lu@intel.com>
35566
35567 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
35568 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
35569 * string/memmove.c (memmove): Renamed to ...
35570 (MEMMOVE): ...this. Default to memmove.
35571 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
35572 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
35573 (END_CHK): Define.
35574 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
35575 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
35576 mempcpy-ssse3-back memmove-ssse3-back.
35577 * sysdeps/x86_64/multiarch/bcopy.S: New file .
35578 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
35579 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
35580 * sysdeps/x86_64/multiarch/memcpy.S: New file.
35581 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
35582 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
35583 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
35584 * sysdeps/x86_64/multiarch/memmove.c: New file.
35585 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
35586 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
35587 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
35588 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
35589 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
35590 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
35591 Define.
35592 (index_Fast_Copy_Backward): Define.
35593 (HAS_ARCH_FEATURE): Define.
35594 (HAS_FAST_REP_STRING): Define.
35595 (HAS_FAST_COPY_BACKWARD): Define.
35596
4e733bac 355972010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
35598
35599 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
35600 Restore proper fallback handling.
35601
63c4ed22
UD
356022010-06-19 Ulrich Drepper <drepper@redhat.com>
35603
ac2b484c
UD
35604 [BZ #11701]
35605 * posix/group_member.c (__group_member): Correct checking loop.
35606
63c4ed22
UD
35607 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
35608 OOM in getpwuid_r correctly. Return error number when the caller
35609 should return, otherwise -1.
35610 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
35611 call returning > 0 value.
35612 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
35613
765ade4b
AS
356142010-06-07 Andreas Schwab <schwab@redhat.com>
35615
35616 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
35617 libc_nonshared.a from targets in modules-names.
35618
80da2e09
KS
356192010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
35620
35621 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
35622 requires it.
35623
158db122
LM
356242010-06-10 Luis Machado <luisgpm@br.ibm.com>
35625
35626 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
35627 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
35628 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
35629 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
35630
caa78cf8
AS
356312010-06-02 Andreas Schwab <schwab@redhat.com>
35632
35633 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
35634
b2ef2c01
UD
356352010-06-14 Ulrich Drepper <drepper@redhat.com>
35636
35637 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
35638 and F_GETPIPE_SZ.
35639 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
35640 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
35641 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35642 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35643 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
35644 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
35645
fbd643b6
RM
356462010-06-14 Roland McGrath <roland@redhat.com>
35647
35648 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
35649
f32f2869
JJ
356502010-06-07 Jakub Jelinek <jakub@redhat.com>
35651
35652 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
35653 __REDIRECT followed by __THROW.
35654 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
35655 * posix/getopt.h (getopt): Likewise.
35656
2a50c078
EPM
356572010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
35658
35659 * hurd/lookup-at.c (__file_name_lookup_at): Accept
35660 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
35661 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
35662 in AT_FLAGS.
35663 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
35664 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
35665
eb5ad2eb
LM
356662010-05-28 Luis Machado <luisgpm@br.ibm.com>
35667
35668 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
35669
3c88fe1e
L
356702010-05-26 H.J. Lu <hongjiu.lu@intel.com>
35671
35672 [BZ #11640]
35673 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35674 Properly check family and model.
35675
d2f73151
TY
356762010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
35677
35678 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
35679
ebd2e13d
LM
356802010-05-24 Luis Machado <luisgpm@br.ibm.com>
35681
35682 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
35683
b32b8b45
UD
356842010-05-21 Ulrich Drepper <drepper@redhat.com>
35685
35686 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
35687 symbol reference.
35688
9acbe24d
AS
356892010-05-19 Andreas Schwab <schwab@redhat.com>
35690
35691 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
35692 symbol reference.
35693
f0ccf6ea
AS
356942010-05-21 Andreas Schwab <schwab@redhat.com>
35695
3d04ff3a
AS
35696 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
35697 and internal_recvmmsg.
35698 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
35699 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
35700 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
35701 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
35702
f0ccf6ea
AS
35703 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
35704 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35705 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35706
5b08ac57
AS
357072010-05-20 Andreas Schwab <schwab@redhat.com>
35708
35709 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
35710
4828935d
LM
357112010-05-17 Luis Machado <luisgpm@br.ibm.com>
35712
35713 POWER7 optimizations.
35714 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
35715 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
35716
373d545e
UD
357172010-05-19 Ulrich Drepper <drepper@redhat.com>
35718
35719 * version.h: Update for 2.13 development version.
35720
21a2b1ae
AS
357212010-05-12 Andrew Stubbs <ams@codesourcery.com>
35722
35723 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
35724 exceptions. Return 0.
35725
3f7dcb2b
RM
357262010-05-07 Roland McGrath <roland@redhat.com>
35727
35728 * elf/ldconfig.c (main): Add a const.
35729
5f24d53a 357302010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 35731
a160f8d8
UD
35732 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
35733 (args_options): Add no-idn option.
35734 (ahosts_keys_int): Add idn_flags to ai_flags.
35735 (parse_option): Handle 'i' option to clear idn_flags.
35736
5f24d53a
UD
35737 * malloc/malloc.c (_int_free): Possible race in the most recently
35738 added check. Only act on the data if no current modification
35739 happened.
265bb1ce
UD
35740
35741See ChangeLog.17 for earlier changes.
This page took 4.767821 seconds and 5 git commands to generate.