]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Always define __O_LARGEFILE
[thirdparty/glibc.git] / ChangeLog
CommitLineData
481b90b9
AJ
12012-10-22 Andreas Jaeger <aj@suse.de>
2
2a0e2669
AJ
3 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
4 Define always.
5 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
6
76e38f9a
AJ
7 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8 bits/fcntl-linux.h.
9
7cd37b43
AJ
10 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
11 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
12
481b90b9
AJ
13 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
14 to __O_LARGEFILE.
15 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
16 to __O_LARGEFILE.
17
aba75984
JB
182012-10-21 Jim Blandy <jimb@codesourcery.com>
19 Joseph Myers <joseph@codesourcery.com>
20
21 * config.make.in (NM): New variable.
22
88d4247f
AJ
232012-10-21 Andreas Jaeger <aj@suse.de>
24
25 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
26 definitions and declarations that are provided by
27 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28
f2eed205
L
292012-10-20 H.J. Lu <hongjiu.lu@intel.com>
30
31 [BZ #14683]
32 * elf/Makefile (tests-static): Add tst-leaks1-static.
33 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34 ($(objpfx)tst-leaks1-static): New rule.
35 ($(objpfx)tst-leaks1-static-mem): Likewise.
36 (tst-leaks1-static-ENV): New macro.
37 * elf/dl-open.c (dl_open_worker): Check the main application
38 only if SHARED is defined.
39 * elf/tst-leaks1-static.c: New file.
40
335e6931
AJ
412012-10-20 Andreas Jaeger <aj@suse.de>
42
43 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
44 generic values for Linux.
45 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
46 and declarations that are provided by <bits/fcntl-linux.h> and
47 include <bits/fcntl-linux.h>.
48 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50
ac5c94d3
RM
512012-10-20 Roland McGrath <roland@hack.frob.com>
52
53 * io/fcntl.h: Move include of <bits/types.h> to the top and
54 include it unconditionally.
55
de54b33a
L
562012-10-20 H.J. Lu <hongjiu.lu@intel.com>
57
228cfb01
L
58 * wcsmbs/Makefile (tests-ifunc): New variable.
59 (tests): Add $(tests-ifunc).
60 * wcsmbs/test-wcschr-ifunc.c: New file.
61 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
62 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
63 * wcsmbs/test-wcslen-ifunc.c: Likewise.
64 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
65 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
66
69f07e5f
L
67 * string/Makefile (tests-ifunc): New variable.
68 (tests): Add $(tests-ifunc).
69 * string/test-memccpy.c (TEST_NAME): New macro.
70 * string/test-memchr.c (TEST_NAME): Likewise.
71 * string/test-memcmp.c (TEST_NAME): Likewise.
72 * string/test-memcpy.c (TEST_NAME): Likewise.
73 * string/test-memmem.c (TEST_NAME): Likewise.
74 * string/test-memmove.c (TEST_NAME): Likewise.
75 * string/test-memset.c (TEST_NAME): Likewise.
76 * string/test-rawmemchr.c (TEST_NAME): Likewise.
77 * string/test-stpcpy.c (TEST_NAME): Likewise.
78 * string/test-stpncpy.c (TEST_NAME): Likewise.
79 * string/test-strcasecmp.c (TEST_NAME): Likewise.
80 * string/test-strcasestr.c (TEST_NAME): Likewise.
81 * string/test-strcat.c (TEST_NAME): Likewise.
82 * string/test-strchr.c (TEST_NAME): Likewise.
83 * string/test-strcmp.c(TEST_NAME): Likewise.
84 * string/test-strcpy.c (TEST_NAME): Likewise.
85 * string/test-strcspn.c (TEST_NAME): Likewise.
86 * string/test-strlen.c (TEST_NAME): Likewise.
87 * string/test-strncasecmp.c (TEST_NAME): Likewise.
88 * string/test-strncmp.c (TEST_NAME): Likewise.
89 * string/test-strncpy.c (TEST_NAME): Likewise.
90 * string/test-strnlen.c (TEST_NAME): Likewise.
91 * string/test-strpbrk.c (TEST_NAME): Likewise.
92 * string/test-strrchr.c (TEST_NAME): Likewise.
93 * string/test-strspn.c (TEST_NAME): Likewise.
94 * string/test-strstr.c (TEST_NAME): Likewise.
95 * string/test-bcopy-ifunc.c: New file.
96 * string/test-bzero-ifunc.c: Likewise.
97 * string/test-memccpy-ifunc.c: Likewise.
98 * string/test-memchr-ifunc.c: Likewise.
99 * string/test-memcmp-ifunc.c: Likewise.
100 * string/test-memcpy-ifunc.c: Likewise.
101 * string/test-memmem-ifunc.c: Likewise.
102 * string/test-memmove-ifunc.c: Likewise.
103 * string/test-mempcpy-ifunc.c: Likewise.
104 * string/test-memset-ifunc.c: Likewise.
105 * string/test-rawmemchr-ifunc.c: Likewise.
106 * string/test-stpcpy-ifunc.c: Likewise.
107 * string/test-stpncpy-ifunc.c: Likewise.
108 * string/test-strcasecmp-ifunc.c: Likewise.
109 * string/test-strcasestr-ifunc.c: Likewise.
110 * string/test-strcat-ifunc.c: Likewise.
111 * string/test-strchr-ifunc.c: Likewise.
112 * string/test-strchrnul-ifunc.c: Likewise.
113 * string/test-strcmp-ifunc.c: Likewise.
114 * string/test-strcpy-ifunc.c: Likewise.
115 * string/test-strcspn-ifunc.c: Likewise.
116 * string/test-strlen-ifunc.c: Likewise.
117 * string/test-strncasecmp-ifunc.c: Likewise.
118 * string/test-strncat-ifunc.c: Likewise.
119 * string/test-strncmp-ifunc.c: Likewise.
120 * string/test-strncpy-ifunc.c: Likewise.
121 * string/test-strnlen-ifunc.c: Likewise.
122 * string/test-strpbrk-ifunc.c: Likewise.
123 * string/test-strrchr-ifunc.c: Likewise.
124 * string/test-strspn-ifunc.c: Likewise.
125 * string/test-strstr-ifunc.c: Likewise.
126
de54b33a
L
127 * debug/Makefile (tests-ifunc): New variable.
128 (tests): Add $(tests-ifunc).
129 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
130 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
131 * debug/test-stpcpy_chk-ifunc.c: New file.
132 * debug/test-strcpy_chk-ifunc.c: Likewise.
133
88481c16
SP
1342012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
135
136 [BZ #13601]
137 * elf/dl-load.c (open_verify): Retry read if the entire ELF
138 header is not read in.
139
135948bd
JM
1402012-10-19 Joseph Myers <joseph@codesourcery.com>
141
89f1c388
JM
142 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
143 script to $(SHELL) as $<. Pass $(common-objpfx) to script
144 directly. Pass built executable to script as
145 $(built-program-cmd).
146 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
147 $testprogram without using LD_LIBRARY_PATH and $ldso.
148
e40a0d21
JM
149 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
150 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
151 $(rtld-installed-name).
152 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
153 (rtld_installed_name): Likewise.
154 (library_path): Likewise.
155 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
156 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
157 $(run-program-prefix) to tst-tables.sh.
158 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
159 it to run tst-table-from and tst-table-to.
160 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
161 Pass it to tst-table.sh.
162 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
163 $(run-program-prefix) to tst-gettext.sh.
164 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
165 tst-translit.sh.
166 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
167 tst-gettext2.sh.
168 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
169 to run tst-gettext.
170 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
171 to run tst-gettext2.
172 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
173 to run tst-translit.
174 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
175 $(run-program-prefix) to tst-mtrace.sh.
176 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
177 to run tst-mtrace.
178 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
179 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
180 $(rtld-installed-name).
181 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
182 (rtld_installed_name): Likewise.
183 (run_program_prefix): New variable. Use it to run wordexp-test.
184
728e272a
JM
185 * Makeconfig (ARCH): Remove all definitions.
186 (machine): Likewise.
187 [ARCH]: Remove conditional code.
188 [!objdir]: Give error.
189 [!objdir] (objpfx): Remove.
190 [!objdir] (common-objpfx): Likewise.
191 [!objdir] (common-objdir): Likewise.
192 * configure.in (config_makefile): Remove. Hardcode Makefile in
193 AC_CONFIG_FILES call.
194 * configure: Regenerated.
195
d528cdcf
JM
196 [BZ #13888]
197 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
198 or TMPDIR.
199 (testout): Likewise.
200
135948bd
JM
201 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
202 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
203 $(rtld-installed-name).
204 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
205 (rtld_installed_name): Likwise.
206 (runit): Remove function.
207 (run_getconf): New variable, Use it for running getconf binary.
208
3c97f652
JB
2092012-10-19 Jim Blandy <jimb@codesourcery.com>
210 Joseph Myers <joseph@codesourcery.com>
211
212 * localedata/tst-wctype.sh (run_program_prefix): Remove variable.
213 (tst_wctype): New variable. Use it directly to run test program
214 instead of passing test program name as argument.
215
38c78296
L
2162012-10-18 H.J. Lu <hongjiu.lu@intel.com>
217
218 [BZ #14716]
219 * string/test-memmem.c (check_result): New function.
220 (do_one_test): Use it.
221 (check1): New function.
222 (test_main): Use it.
223
d077f65f
MT
2242012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
225
226 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
227
ced52c71
JM
2282012-10-18 Joseph Myers <joseph@codesourcery.com>
229
230 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
231 (_G_LSEEK64): Likewise.
232 (_G_MMAP64): Likewise.
233 (_G_FSTAT64): Likewise.
234 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
235 (_G_LSEEK64): Likewise.
236 (_G_MMAP64): Likewise.
237 (_G_FSTAT64): Likewise.
238 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
239 unconditional. Call __mmap64 directly.
240 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
241 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
242 __lseek64 directly.
243 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
244 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
245 __mmap64 directly.
246 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
247 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
248 __lseek64 directly.
249 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
250 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
251 __lseek64 directly.
252 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
253 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
254 __lseek64 directly.
255 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
256 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
257 __fxstat64 directly.
258 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
259 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
260 unconditional.
261 (freopen64) [!_G_OPEN64]: Remove conditional code.
262 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
263 unconditional.
264 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
265 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
266 unconditional.
267 (ftello64) [!_G_LSEEK64]: Remove conditional code.
268 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
269 unconditional.
270 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
271 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
272 unconditional.
273 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
274 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
275 unconditional.
276 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
277 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
278 unconditional.
279 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
280 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
281 unconditional.
282 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
283
b741de23
SP
2842012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
285
286 [BZ #12140]
287 * manual/memory.texi (Malloc Tunable Parameters): Add note
288 about free list pointers overwriting some perturb bytes.
289 Wording suggested by Roland McGrath.
290
f9b9d9c9
JM
2912012-10-17 Joseph Myers <joseph@codesourcery.com>
292
293 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
294 (lgamma_test): Likewise.
295 (tgamma_test): Likewise.
296
172a631a
FW
2972012-10-16 Florian Weimer <fweimer@redhat.com>
298
299 [BZ #14700]
300 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
301 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
302
e9f37252
MK
3032012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
304
305 * NEWS: Mention BZ #14716.
306 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
307 when removing AVAILABLE1_USES_J macro.
308
d394eb74
L
3092012-10-12 H.J. Lu <hongjiu.lu@intel.com>
310
311 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
312 (__bswap_64): __uint64_t for unsigned 64-bit int.
313
ca38dc17
AS
3142012-10-12 Andreas Schwab <schwab@linux-m68k.org>
315
316 * include/string.h (memmem): Declare libc hidden alias.
317 * string/memmem.c (memmem): Define libc hidden alias.
318 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
319 __read, __close instead of open, read, close.
320
9a387d1f
L
3212012-10-11 H.J. Lu <hongjiu.lu@intel.com>
322
ac49ecaf
L
323 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
324 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
325 global and hidden.
326 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
327 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
328 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
329 Likewise.
330 (__rawmemchr_sse2): Likewise.
331 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
332 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
333 (__strchr_sse2): Likewise.
334 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
335 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
336 (__strcasecmp_sse2): Likewise.
337 (__strncasecmp_sse2): Likewise.
338 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
339 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
340 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
341 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
342 (__strrchr_sse2): Likewise.
343 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
344 ifunc-impl-list.c.
345 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
346 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
347 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
348 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
349 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
350 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
351 * sysdeps/x86_64/multiarch/memset.S: Likewise.
352 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
353 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
354 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
355 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
356 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
357 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
358 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
359 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
360 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
361 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
362 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
363 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
364 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
365 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
366 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
367 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
368 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
369 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
370 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
371 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
372 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
373 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
374 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
375
b090e8ea
L
376 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
377 global and hidden.
378 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
379 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
380 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
381 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
382 Likewise.
383 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
384 Likewise.
385 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
386 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
387 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
388 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
389 ifunc-impl-list.c.
390 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
391 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
392 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
393 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
394 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
395 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
396 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
397 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
398 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
399 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
400 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
401 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
402 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
403 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
404 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
405 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
406 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
407 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
408 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
409 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
410 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
411 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
412 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
413 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
414 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
415 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
416 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
417 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
418 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
419 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
420 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
421 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
422 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
423 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
424 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
425 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
426 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
427 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
428 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
429 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
430 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
431
11dd4af6
L
432 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
433 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
434 * include/ifunc-impl-list.h: New file.
435 * misc/ifunc-impl-list.c: Likewise.
436 * misc/Makefile (routines): Add ifunc-impl-list.
437 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
438 * string/test-string.h: Include <ifunc-impl-list.h>.
439 [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
440 impl_array): New variables.
441 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
442 are defined.
443 (test_init): Call __libc_ifunc_impl_list to initialize
444 func_list if TEST_IFUNC and TEST_NAME are defined.
445
9a387d1f
L
446 * string/Makefile (strop-tests): Add bcopy and bzero.
447 * string/test-bcopy.c: New file.
448 * string/test-bzero.c: Likewise.
449 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
450 defined.
451 * string/test-memset.c: Support bzero test if TEST_BZERO is
452 defined.
453 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
454 __libc_memmove.
455 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
456 __libc_memset.
457 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
458 of memset.
459
472371b9
JM
4602012-10-10 Joseph Myers <joseph@codesourcery.com>
461
1e4a9536
JM
462 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
463 * configure: Regenerated.
464
d173d12e
JM
465 * Makeconfig (+link-static-before-libc): Don't include
466 $(link-static-libc).
467
472371b9
JM
468 * libio/libio.h (_IO_pos_t): Remove.
469
89a3ad0b
AO
4702012-10-10 Alexandre Oliva <aoliva@redhat.com>
471
472 * NEWS: Add note about FIPS mode. Wording suggested by Roland
473 McGrath.
474
e7451425
AO
4752012-10-10 Alexandre Oliva <aoliva@redhat.com>
476
477 * crypt/crypt-entry.c: Include fips-private.h.
478 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
479 * crypt/md5c-test.c (main): Tolerate disabled MD5.
480 * sysdeps/unix/sysv/linux/fips-private.h: New file.
481 * sysdeps/generic/fips-private.h: New file, dummy fallback.
482
4ba74a35
AO
4832012-10-10 Alexandre Oliva <aoliva@redhat.com>
484
485 * crypt/crypt-private.h: Include stdbool.h.
486 (_ufc_setup_salt_r): Return bool.
487 * crypt/crypt-entry.c: Include errno.h.
488 (__crypt_r): Return NULL with EINVAL for bad salt.
489 * crypt/crypt_util.c (bad_for_salt): New.
490 (_ufc_setup_salt_r): Check that salt is long enough and within
491 the specified alphabet.
492 * crypt/badsalttest.c: New file.
493 * crypt/Makefile (tests): Add it.
494 ($(objpfx)badsalttest): New.
495
f96f1242
MK
4962012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
497
498 * NEWS: Add entry for BZ #14602.
499
0e8e0c1c
JM
5002012-10-09 Joseph Myers <joseph@codesourcery.com>
501
502 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
503 type-generic.
504 * math/libm-test.inc: Update comment listing what functions and
505 macros are tested.
506 (isgreater_test): New function.
507 (isgreaterequal_test): Likewise.
508 (isless_test): Likewise.
509 (islessequal_test): Likewise.
510 (islessgreater_test): Likewise.
511 (isunordered_test): Likewise.
512 (main): Call the new functions.
513
273edc5e
RM
5142012-10-09 Roland McGrath <roland@hack.frob.com>
515
b8493de0
RM
516 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
517 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
518 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
519 * sysdeps/i386/configure: Regenerated.
520 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
521 * sysdeps/mach/configure: Regenerated.
522 * sysdeps/mach/hurd/configure: Regenerated.
523 * sysdeps/powerpc/configure: Regenerated.
524 * sysdeps/powerpc/powerpc32/configure: Regenerated.
525 * sysdeps/powerpc/powerpc64/configure: Regenerated.
526 * sysdeps/s390/s390-32/configure: Regenerated.
527 * sysdeps/s390/s390-64/configure: Regenerated.
528 * sysdeps/sh/configure: Regenerated.
529 * sysdeps/sparc/configure: Regenerated.
530 * sysdeps/unix/sysv/linux/configure: Regenerated.
531 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
532 * sysdeps/x86_64/configure: Regenerated.
533
273edc5e
RM
534 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
535 defined. Don't check if MAP is NULL.
536
c8450f70
JM
5372012-10-09 Joseph Myers <joseph@codesourcery.com>
538
539 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
540 (_G_stat64): Likewise.
541 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
542 (_G_stat64): Likewise.
543 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
544 instead of struct _G_stat64.
545 * libio/fileops.c (mmap_remap_check): Likewise.
546 (decide_maybe_mmap): Likewise.
547 (_IO_new_file_seekoff): Likewise.
548 (_IO_file_stat): Likewise.
549 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
550 _G_off64_t.
551 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
552 instead of struct _G_stat64.
553 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
554
57e605ba
MK
5552012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
556
557 [BZ #14602]
558 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
559 Replace with ...
560 (CHECK_EOL): New macro.
561 (two_way_short_needle): Check beginning of haystack for EOL. Use
562 CHECK_EOL.
563 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
564 Replace with CHECK_EOL.
565 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
566 Replace with CHECK_EOL.
567
ef1bb361
JM
5682012-10-08 Joseph Myers <joseph@codesourcery.com>
569
570 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
571 type-generic.
572 * math/libm-test.inc: Update comment listing what functions and
573 macros are tested.
574 (finite_test): New function.
575 (isinf_test): Likewise.
576 (isnan_test): Likewise.
577 (fpclassify_test): Test subnormal input.
578 (isfinite_test): Likewise.
579 (isnormal_test): Likewise.
580 (main): Call the new functions.
581
55f11534
JN
5822012-10-08 Jonathan Nieder <jrnieder@gmail.com>
583
584 [BZ #14660]
585 * Makerules (%.dynsym): Force C locale when running
586 $(OBJDUMP) --dynamic-syms.
587
1ab29350
AS
5882012-10-08 Andreas Schwab <schwab@linux-m68k.org>
589
590 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
591 <stdint.h>.
592
f1ecb7ef
DM
5932012-10-06 David S. Miller <davem@davemloft.net>
594
595 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
596 upper 32-bits of the length value in %o2 since we use branch-on-register
597 tests which consider the entire 64-bit register.
598
5d41d91a
L
5992012-10-06 H.J. Lu <hongjiu.lu@intel.com>
600
601 * string/test-strstr.c (check2): Add a test for page boundary.
602
3baddb72
DM
6032012-10-05 David S. Miller <davem@davemloft.net>
604
605 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
606 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
607 file.
608 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
609 sysdep_routines.
610 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
611 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
612 and bzero when HWCAP_SPARC_CRYPTO is present.
613
9cee5585
L
6142012-10-05 H.J. Lu <hongjiu.lu@intel.com>
615
d7e0dab9
L
616 [BZ #14602]
617 * string/test-strstr.c (check2): New function.
618 (test_main): Call check2.
619
03759f47
L
620 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
621 and bug-strchr1.
622 * string/bug-strcasestr1.c (do_test): Moved to ...
623 * string/test-strcasestr.c (check1): Here. New function.
624 (do_one_test): Break out result checking code into ...
625 (check_result): This. New function.
626 (do_one_test): Call check_result.
627 (test_main): Call check1.
628 * string/bug-strchr1.c (do_test): Moved to ...
629 * string/test-strchr.c (check1): Here. New function.
630 (do_one_test): Break out result checking code into ...
631 (check_result): This. New function.
632 (do_one_test): Call check_result.
633 (test_main): Call check1.
634 * string/bug-strstr1.c (main): Moved to ...
635 * string/test-strchr.c (check1): Here. New function.
636 (do_one_test): Break out result checking code into ...
637 (check_result): This. New function.
638 (do_one_test): Call check_result.
639 (test_main): Call check1.
640 * string/bug-strcasestr1.c: Removed.
641 * string/bug-strchr1.c: Likewise.
642 * string/bug-strstr1.c: Likewise.
643
53cea63e
L
644 * elf/Makefile (dl-routines): Add hwcaps.
645 * elf/dl-support.c (_dl_important_hwcaps): Removed.
646 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
647 (_dl_important_hwcaps): Moved to ...
648 * elf/dl-hwcaps.c: Here. New file.
649 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
650
9cee5585 651 [BZ #14557]
bb859b06
L
652 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
653 if IS_IN_rtld isn't defined.
654
9cee5585
L
655 * elf/dl-support.c (_dl_sysinfo_map): New.
656 Include "get-dynamic-info.h" and "setup-vdso.h".
657 (_dl_non_dynamic_init): Call setup_vdso.
658 * elf/dynamic-link.h: Don't include <assert.h>.
659 (elf_get_dynamic_info): Moved to ...
660 * elf/get-dynamic-info.h: Here. New file.
661 * elf/dynamic-link.h: Include "get-dynamic-info.h".
662 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
663 * elf/setup-vdso.h: Here. New file.
664 * elf/rtld.c: Include "setup-vdso.h".
665 (dl_main): Call setup_vdso.
666
23c31b76
JM
6672012-10-05 Joseph Myers <joseph@codesourcery.com>
668
28234b07
JM
669 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
670 creal in comment listing functions tested. List finite, isinf,
671 isnan, isless, islessequal, isgreater, isgreaterequal,
672 islessgreater, isunordered, lgamma_r and pow10 as functions and
673 macros not tested. Mention which functions not tested are aliases
674 for other functions. Fix typo. Note that signs of NaNs are not
675 tested.
676
23c31b76
JM
677 * scripts/config.guess: Update from config.git.
678 * scripts/config.sub: Likewise.
679
9043e228
RM
6802012-10-04 Roland McGrath <roland@hack.frob.com>
681
682 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
683 * misc/madvise.c (madvise): Renamed to __madvise.
684 Make madvise a weak alias.
685 * include/sys/mman.h: Declare __madvise.
686 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
687 * sysdeps/unix/syscalls.list
688 (madvise): Make __madvise the strong name, and madvise a weak alias.
689 * sysdeps/unix/sysv/linux/syscalls.list
690 (madvise, mmap): Remove redundant entries.
691 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
692 * malloc/malloc.c (mtrim): Likewise.
693 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
694
f57f8055
RM
6952012-10-03 Roland McGrath <roland@hack.frob.com>
696
697 * sysdeps/mach/hurd/dl-cache.c: File removed.
698 * config.h.in (USE_LDCONFIG): New #undef.
699 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
700 * configure: Regenerated.
701 * elf/Makefile (dl-routines): Add dl-cache only under
702 [$(use-ldconfig) = yes].
703 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
704 cache on [USE_LDCONFIG].
705 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
706 [USE_LDCONFIG].
707 * elf/rtld.c (dl_main): Likewise.
708
5bb0c10a
PT
7092012-10-03 Pino Toscano <toscano.pino@tiscali.it>
710
711 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
712 _SC_LEVEL4_CACHE_LINESIZE.
713
010188c6
RM
7142012-10-03 Roland McGrath <roland@hack.frob.com>
715
716 * sysdeps/unix/bsd/confstr.h: File removed.
717
b6c5ec07
AO
7182012-10-02 Alexandre Oliva <aoliva@redhat.com>
719
720 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
721 sys/sdt-config.h.
722
408223d4
RM
7232012-10-02 Roland McGrath <roland@hack.frob.com>
724
725 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
726 Make 'mapoff' field ElfW(Off) rather than off_t.
727
bb9510dc
DL
7282012-10-02 Dmitry V. Levin <ldv@altlinux.org>
729
fc997c6e
DL
730 * nscd/Makefile: Remove nscd-cflags and all its users.
731 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
732 (CFLAGS-nonlib): Add compiler flags for nscd modules.
733
bb9510dc
DL
734 [BZ #10631]
735 * malloc.c (malloc_printerr): Clarify error message.
736
05699367
L
7372012-10-02 H.J. Lu <hongjiu.lu@intel.com>
738
739 [BZ #14648]
740 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
741 Set bit_FMA_Usable if FMA is supported.
742 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
743 macro.
744 (bit_FMA4_Usable): Updated.
745 (index_FMA_Usable): New macro.
746 (CPUID_FMA): Likewise
747 (HAS_FMA): Defined with bit_FMA_Usable.
748
51367701
RM
7492012-10-01 Roland McGrath <roland@hack.frob.com>
750
751 * bits/types.h (__swblk_t): Type removed.
752 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
753 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
754 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
755 (__SWBLK_T_TYPE): Likewise.
756 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
757 (__SWBLK_T_TYPE): Likewise.
758 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
759 (__SWBLK_T_TYPE): Likewise.
760 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
761 (__SWBLK_T_TYPE): Likewise.
762
4d57bf63
JL
7632012-10-01 Patsy Franklin <pfrankli@redhat.com>
764 Honza Horak <hhorak@redhat.com>
765
766 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
767 (xdr_mapname): Use YPMAXMAP as maxsize.
768 (xdr_peername): Use YPMAXPEER as maxsize.
769 (xdr_keydat): Use YPAXRECORD as maxsize.
770 (xdr_valdat): Use YPMAXRECORD as maxsize.
771
93c65d43
RM
7722012-10-01 Roland McGrath <roland@hack.frob.com>
773
497a03d6
RM
774 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
775
93c65d43
RM
776 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
777 * csu/init-first.c: ... here.
778 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
779 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
780 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
781 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
782 * sysdeps/i386/init-first.c: File removed.
783 * sysdeps/sh/init-first.c: File removed.
784
bec749fd
JM
7852012-10-01 Joseph Myers <joseph@codesourcery.com>
786
787 [BZ #14645]
788 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
789 if x * y might underflow to zero and z is zero.
790 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
791 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
792 * math/libm-test.inc (min_subnorm_value): New variable.
793 (fma_test): Add more tests.
794 (fma_test_towardzero): Likewise.
795 (fma_test_downward): Likewise
796 (fma_test_upward): Likewise.
797 (initialize): Set min_subnorm_value.
798
8ec5b013
JM
7992012-09-29 Joseph Myers <joseph@codesourcery.com>
800
801 [BZ #14638]
802 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
803 0 + 0.
804 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
805 mode for addition resulting in exact zero.
806 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
807 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
808 exact 0 + 0.
809 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
810 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
811 * math/libm-test.inc (fma_test): Add more tests.
812 (fma_test_towardzero): New function.
813 (fma_test_downward): Likewise.
814 (fma_test_upward): Likewise.
815 (main): Call the new functions.
816
b1fa802e
DM
8172012-09-28 David S. Miller <davem@davemloft.net>
818
819 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
820
d3b9fd9e
RM
8212012-09-28 Roland McGrath <roland@hack.frob.com>
822
ea4d37b3
RM
823 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
824 instead of SIGALRM.
825
ac51c949
RM
826 * sysdeps/gnu/_G_config.h: Moved to ...
827 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
828 * sysdeps/mach/hurd/_G_config.h: Moved to ...
829 * sysdeps/generic/_G_config.h: ... here.
830
28c195f7
RM
831 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
832
848917f9
RM
833 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
834
6bacf05b
RM
835 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
836 Conditionalize target on [libnss_test1.so-version].
837
91363dbb
RM
838 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
839
cc87f7d8
RM
840 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
841 (elfobjdir): Move out of conditionals.
842
b1c608fe
RM
843 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
844 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
845 (__nss_lookup_function): Conditionalize label remove_from_tree on
846 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 847
1d9a6d96
DM
8482012-09-28 David S. Miller <davem@davemloft.net>
849
850 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
851 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
852 file.
853 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
854 sysdep_routines.
855 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
856 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
857 when HWCAP_SPARC_CRYPTO is present.
858
72581615
PT
8592012-09-28 Pino Toscano <toscano.pino@tiscali.it>
860
861 * io/tst-mknodat.c: Create a FIFO instead of a socket.
862
715a900c
JL
8632012-09-28 Andreas Schwab <schwab@linux-m68k.org>
864
865 [BZ #6530]
866 * stdio-common/vfprintf.c (process_string_arg): Revert
867 2000-07-22 change.
868
8692011-09-28 Jonathan Nieder <jrnieder@gmail.com>
870
871 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
872 for testcase.
873 * stdio-common/tst-sprintf.c: Include <locale.h>
874 (main): Test sprintf's handling of incomplete multibyte
875 characters.
876
9bac1d86
L
8772012-09-28 H.J. Lu <hongjiu.lu@intel.com>
878
879 * elf/dl-runtime.c (VERSYMIDX): Removed.
880 * elf/dl-version.c (VERSYMIDX): Likewise.
881 * elf/do-rel.h (VERSYMIDX): Likewise.
882 (VALIDX): Likewise.
883 * elf/dynamic-link.h (VERSYMIDX): Likewise.
884 * elf/rtld.c (VALIDX): Likewise.
885 (ADDRIDX): Likewise.
9bac1d86
L
886 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
887 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
888 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
889 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
890 (VALIDX): Likewise.
891 (ADDRIDX): Likewise.
9bac1d86 892
b31606c0
PT
8932012-09-28 Pino Toscano <toscano.pino@tiscali.it>
894
895 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
896
11541177
JL
8972012-09-28 Dmitry V. Levin <ldv@altlinux.org>
898
899 [BZ #11438]
900 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
901 to global scope.
902 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
903 addresses are in the same scope as 192.0.2/24.
904 * posix/gai.conf: Document new scope table defaults.
905
adb26fae
SP
9062012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
907
908 [BZ #5298]
909 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
910 for ftell. Compute offsets from write pointers instead.
911 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
912
4573c6b0
SP
9132012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
914
915 [BZ #14543]
916 * libio/Makefile (tests): New test case tst-fseek.
917 * libio/tst-fseek.c: New test case to verify that fseek/ftell
918 combination works in wide mode.
919 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
920 state when the external buffer state changes.
921
aa9bbfe6
DM
9222012-09-27 David S. Miller <davem@davemloft.net>
923
924 [BZ #14376]
925 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
926 pass reloc->r_addend in as the 'high' argument to
927 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
928
784421e7
DM
929 * sysdeps/sparc/fpu/libm-test-ulps: Update.
930
c39bc8b8
PT
9312012-09-28 Pino Toscano <toscano.pino@tiscali.it>
932
933 * rt/tst-aio2.c: Include <pthread.h>.
934 * rt/tst-aio3.c: Likewise.
935
1ccc2399
SE
9362012-09-27 Steve Ellcey <sellcey@mips.com>
937
938 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
939
31ed4153
L
9402012-09-27 H.J. Lu <hongjiu.lu@intel.com>
941
25f5f885
L
942 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
943 contents on [SHARED].
31ed4153 944
b7bfe116
MP
9452012-09-26 Marek Polacek <polacek@redhat.com>
946
947 [BZ #14530]
948 [BZ #13741]
949 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
950 for C++ and GCC <4.3 as well as for non GCC compilers.
951
43c4edba
MT
9522012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
953
954 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
955
6a1bf82f
RM
9562012-09-25 Roland McGrath <roland@hack.frob.com>
957
958 * Makefile.in (all, install): Declare with .PHONY.
959 Reported by Michael Hope <michael.hope@linaro.org>.
960
8ad11b9a
TMQMF
9612012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
962
963 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
964 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
965 system header.
966 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
967 Likewise.
968 (sydep_routines): Add the new and the internal functions.
969 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
970 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
971 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
972 (GLIBC_2.17): Add the new function.
973 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
974 (GLIBC_2.17): Likewise.
975 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
976 (GLIBC_2.17): Likewise.
977 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
978 (GLIBC_2.17): Likewise.
979 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
980
7e2fca8d
AM
9812012-09-25 Alan Modra <amodra@gmail.com>
982
983 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
984 Add release barrier before setting once_control to say
985 initialisation is done. Add hints on lwarx. Use macro in
986 place of isync.
987 (clear_once_control): Add release barrier.
988
b87c4b24
JM
9892012-09-25 Joseph Myers <joseph@codesourcery.com>
990
d032e0d2
JM
991 [BZ #13629]
992 * math/s_clog.c (__clog): Handle more values close to |z| = 1
993 specially.
994 * math/s_clog10.c (__clog10): Likewise.
995 * math/s_clog10f.c (__clog10f): Likewise.
996 * math/s_clog10l.c (__clog10l): Likewise.
997 * math/s_clogf.c (__clogf): Likewise.
998 * math/s_clogl.c (__clogl): Likewise.
999 * math/Makefile (libm-calls): Add x2y2m1.
1000 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
1001 (__x2y2m1): Likewise.
1002 (__x2y2m1l): Likewise.
1003 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
1004 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
1005 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
1006 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
1007 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
1008 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
1009 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
1010 * sysdeps/i386/fpu/libm-test-ulps: Update.
1011 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1012
b87c4b24
JM
1013 [BZ #14621]
1014 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
1015 int as type of variable DEPTH.
1016 (glob): Use size_t instead of int as type of variables NEWCOUNT
1017 and OLD_PATHC.
1018
6d3bf199
LD
10192012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1020
22bf5c17
LD
1021 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
1022 Add s_sincosf-sse2.
1023 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
1024 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
1025 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
1026 macros for using routine as __sincosf_ia32.
1027 Use macro for function declaration and weak_alias.
1028 * sysdeps/i386/fpu/libm-test-ulps: Update.
1029
1030 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
1031 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1032
1033 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
1034 subnormal argument.
1035 * math/s_cexpf.c (__cexpf): Likewise.
1036 * math/s_csinf.c (__csinf): Likewise.
1037 * math/s_csinhf.c (__csinhf): Likewise.
1038 * math/s_ctanf.c (__ctanf): Likewise.
1039 * math/s_ctanhf.c (__ctanhf): Likewise.
1040 * math/s_ccosh.c (__ccoshf): Likewise.
1041 * math/s_cexp.c (__cexpl): Likewise.
1042 * math/s_csin.c (__csin): Likewise.
1043 * math/s_csinh.c (__csinh): Likewise.
1044 * math/s_ctan.c (__ctan): Likewise.
1045 * math/s_ctanh.c (ctanh): Likewise.
1046 * math/s_ccoshl.c (__ccoshl): Likewise.
1047 * math/s_cexpl.c (__cexpl): Likewise.
1048 * math/s_csinl.c (__csinl): Likewise.
1049 * math/s_csinhl.c (__csinhl): Likewise.
1050 * math/s_ctanl.c (__ctanl): Likewise.
1051 * math/s_ctanhl.c (__ctanhl): Likewise.
1052
203e5603
JM
10532012-09-25 Joseph Myers <joseph@codesourcery.com>
1054
1055 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
1056 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
1057 (_IO_off_t): Define to __off_t, not _G_off_t.
1058 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
1059 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
1060 (_IO_wint_t): Define to wint_t, not _G_wint_t.
1061 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
1062 type of __dummy and __dummy2 fields.
1063 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
1064 (_G_ssize_t): Likewise.
1065 (_G_off_t): Likewise.
1066 (_G_pid_t): Likewise.
1067 (_G_uid_t): Likewise.
1068 (_G_wchar_t): Likewise.
1069 (_G_wint_t): Likewise.
1070 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
1071 (_G_ssize_t): Likewise.
1072 (_G_off_t): Likewise.
1073 (_G_pid_t): Likewise.
1074 (_G_uid_t): Likewise.
1075 (_G_wchar_t): Likewise.
1076 (_G_wint_t): Likewise.
1077 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
1078 (_G_ssize_t): Likewise.
1079 (_G_off_t): Likewise.
1080 (_G_pid_t): Likewise.
1081 (_G_uid_t): Likewise.
1082 (_G_wchar_t): Likewise.
1083 (_G_wint_t): Likewise.
1084
9fab36eb
SP
10852012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1086
1087 * malloc/arena.c: Include malloc-sysdep.h.
1088 (shrink_heap): Use check_may_shrink_heap to decide if madvise
1089 is sufficient to shrink the heap or an unmap is needed.
1090 * sysdeps/generic/malloc-sysdep.h: New file. Define
1091 new function check_may_shrink_heap.
1092 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
1093 new function check_may_shrink_heap.
1094
2b4f00d1
SP
10952012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1096
1097 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
1098 comments.
1099
9a9028b1
DL
11002012-09-24 Dmitry V. Levin <ldv@altlinux.org>
1101
57c69bef
DL
1102 * catgets/test-gencat.sh: Add "set -e".
1103 * elf/tst-pathopt.sh: Likewise.
1104 * grp/tst_fgetgrent.sh: Likewise.
1105 * iconvdata/run-iconv-test.sh: Likewise.
1106 * intl/tst-gettext.sh: Likewise.
1107 * intl/tst-gettext2.sh: Likewise.
1108 * intl/tst-gettext4.sh: Likewise.
1109 * intl/tst-gettext6.sh: Likewise.
1110 * intl/tst-translit.sh: Likewise.
1111 * io/ftwtest-sh: Likewise.
1112 * libio/test-freopen.sh: Likewise.
1113 * malloc/tst-mtrace.sh: Likewise.
1114 * posix/globtest.sh: Likewise.
1115 * posix/tst-getconf.sh: Likewise.
1116 * posix/wordexp-tst.sh: Likewise.
1117 * stdio-common/tst-printf.sh: Likewise.
1118 * stdio-common/tst-unbputc.sh: Likewise.
1119 * stdlib/tst-fmtmsg.sh: Likewise.
1120 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
1121 * catgets/Makefile: Do not specify -e option when running
1122 testsuite shell scripts.
1123 * elf/Makefile: Likewise.
1124 * grp/Makefile: Likewise.
1125 * iconvdata/Makefile: Likewise.
1126 * intl/Makefile: Likewise.
1127 * io/Makefile: Likewise.
1128 * libio/Makefile: Likewise.
1129 * malloc/Makefile: Likewise.
1130 * posix/Makefile: Likewise.
1131 * stdio-common/Makefile: Likewise.
1132 * stdlib/Makefile: Likewise.
1133 * sysdeps/x86_64/Makefile: Likewise.
1134
9a9028b1
DL
1135 * io/ftwtest-sh: Add copyright header.
1136 * posix/globtest.sh: Likewise.
1137 * posix/tst-getconf.sh: Likewise.
1138 * posix/wordexp-tst.sh: Likewise.
1139 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
1140
ced6f16e
L
11412012-09-24 H.J. Lu <hongjiu.lu@intel.com>
1142
94b32c39
L
1143 [BZ #13679]
1144 * Makeconfig (+link): Defined as $(+link-static) if
1145 $(build-shared) isn't yes.
1146 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
1147 isn't yes.
1148 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
1149
189e935b
L
1150 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
1151
ced6f16e
L
1152 [BZ #14562]
1153 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
1154 new chunk size with MALLOC_ALIGN_MASK.
1155
a9f8e53a
JM
11562012-09-24 Joseph Myers <joseph@codesourcery.com>
1157
1158 [BZ #5044]
1159 * stdio-common/printf_fphex.c: Include <stdbool.h> and
1160 <rounding-mode.h>.
1161 (__printf_fphex): Determine rounding using get_rounding_mode and
1162 round_away.
1163 * stdio-common/tst-printf-round.c (struct hex_test): New
1164 structure.
1165 (hex_tests): New variable.
1166 (test_hex_in_one_mode): New function.
1167 (do_test): Also run tests for hex float output.
1168
43153109
JM
11692012-09-21 Joseph Myers <joseph@codesourcery.com>
1170
1171 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
1172 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
1173 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
1174 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
1175 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
1176 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
1177 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
1178 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
1179
8a26625d
JM
11802012-09-20 Joseph Myers <joseph@codesourcery.com>
1181
1182 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
1183 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
1184 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
1185 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
1186
f3fd569c
DL
11872012-09-19 Dmitry V. Levin <ldv@altlinux.org>
1188
1189 [BZ #14579]
1190 * elf/rtld.c (dl_main): Limit the check for self loading to normal
1191 mode only.
1192 * elf/tst-rtld-load-self.sh: New test.
1193 * elf/Makefile: Run it.
1194
63bbedd4
JM
11952012-09-18 Joseph Myers <joseph@codesourcery.com>
1196
1197 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
1198 (tst-writev-ENV): Remove.
1199 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
1200
626f8b6a
CM
12012012-09-17 Chris Metcalf <cmetcalf@tilera.com>
1202
1203 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
1204
b7aaa4d6
JM
12052012-09-17 Joseph Myers <joseph@codesourcery.com>
1206
1207 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
1208 unconditional.
1209 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
1210 Likewise.
1211 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
1212 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
1213 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
1214 Likewise.
1215
65513990
L
12162012-09-14 H.J. Lu <hongjiu.lu@intel.com>
1217
1218 [BZ #14587]
1219 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
1220 * config.make.in (have-cpp-asm-debuginfo): Removed.
1221 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
1222 * configure: Regenerated.
1223
784761be
JM
12242012-09-14 Joseph Myers <joseph@codesourcery.com>
1225
1226 [BZ #5044]
1227 * stdio-common/printf_fp.c: Include <stdbool.h> and
1228 <rounding-mode.h>.
1229 (___printf_fp): Determine rounding using get_rounding_mode and
1230 round_away.
1231 * stdio-common/tst-printf-round.c: New file.
1232 * stdio-common/Makefile (tests): Add tst-printf-round.
1233 (link-libm): New variable.
1234 ($(objpfx)tst-printf-round): Depend in $(link-libm).
1235
9503345f
L
12362012-09-13 H.J. Lu <hongjiu.lu@intel.com>
1237
1238 [BZ #14576]
1239 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
1240 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
1241 Likewise.
1242 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
1243 Likewise.
1244
ad35fc00
JM
12452012-09-13 Joseph Myers <joseph@codesourcery.com>
1246
1247 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
1248 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
1249 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
1250 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
1251
6c9b0f68
JM
12522012-09-12 Joseph Myers <joseph@codesourcery.com>
1253
1254 [BZ #14518]
1255 * include/rounding-mode.h: New file.
1256 * sysdeps/generic/get-rounding-mode.h: Likewise.
1257 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
1258 * stdlib/strtod_l.c: Include <rounding-mode.h>.
1259 (MAX_VALUE): New macro.
1260 (MIN_VALUE): Likewise.
1261 (overflow_value): New function.
1262 (underflow_value): Likewise.
1263 (round_and_return): Use overflow_value and underflow_value to
1264 determine return values in overflow and underflow cases. Use
1265 round_away to determine rounding depending on rounding mode.
1266 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
1267 determine return values in overflow and underflow cases.
1268 * stdlib/tst-strtod-round.c: Include <fenv.h>.
1269 (struct test_results): New structure.
1270 (struct test): Use struct test_results to store expected results
1271 for all rounding modes.
1272 (TEST): Include expected results for all rounding modes.
1273 (test_in_one_mode): New function.
1274 (do_test): Use test_in_one_mode to compute and check results.
1275 Check results for all rounding modes.
1276 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
1277 $(link-libm).
1278
19fcedd5
AM
12792012-12-09 Allan McRae <allan@archlinux.org>
1280
1281 * sysdeps/i386/fpu/libm-test-ulps: Update
1282
8bbfd2f1
JM
12832012-09-11 Joseph Myers <joseph@codesourcery.com>
1284
1285 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
1286 (_G_int32_t): Likewise.
1287 (_G_uint16_t): Likewise.
1288 (_G_uint32_t): Likewise.
1289 (_G_HAVE_BOOL): Likewise.
1290 (_G_HAVE_ATEXIT): Likewise.
1291 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
1292 (_G_HAVE_IO_FILE_OPEN): Likewise.
1293 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
1294 (_G_int32_t): Likewise.
1295 (_G_uint16_t): Likewise.
1296 (_G_uint32_t): Likewise.
1297 (_G_HAVE_BOOL): Likewise.
1298 (_G_HAVE_ATEXIT): Likewise.
1299 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
1300 (_G_HAVE_IO_FILE_OPEN): Likewise.
1301 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
1302 (_G_int32_t): Likewise.
1303 (_G_uint16_t): Likewise.
1304 (_G_uint32_t): Likewise.
1305 (_G_HAVE_BOOL): Likewise.
1306 (_G_HAVE_ATEXIT): Likewise.
1307 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
1308 (_G_HAVE_IO_FILE_OPEN): Likewise.
1309
b1dc5912
L
13102012-09-11 H.J. Lu <hongjiu.lu@intel.com>
1311
1312 * csu/libc-tls.c: Update copyright years.
1313
0e886ef9
JM
13142012-09-10 Joseph Myers <joseph@codesourcery.com>
1315
28361c5e
JM
1316 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
1317 [!_G_USING_THUNKS]: Remove conditional code.
1318 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
1319 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
1320
0e886ef9
JM
1321 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
1322 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
1323 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
1324 (_G_VTABLE_LABEL_PREFIX): Likewise.
1325 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
1326 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
1327 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
1328 (_G_VTABLE_LABEL_PREFIX): Likewise.
1329 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
1330 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
1331 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
1332 (_G_VTABLE_LABEL_PREFIX): Likewise.
1333 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
1334
bcba7aa2
L
13352012-09-10 H.J. Lu <hongjiu.lu@intel.com>
1336
1337 * libio/Makefile: Include ../Makeconfig before tests.
1338 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
1339 only if $(build-shared) is yes.
1340
06585ee8
L
1341 * iconv/gconv_db.c: Update copyright years.
1342
80ccd52c
LD
13432012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1344
1345 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
1346 unwind info if defined PIC. Fix special cases description.
1347 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
1348
1349 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
1350 DP_HI_MASK entry.
1351 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
1352
691bc9c1
L
13532012-09-07 H.J. Lu <hongjiu.lu@intel.com>
1354
3d9b46b3
L
1355 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
1356
de2139a9
L
1357 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
1358 is NULL.
1359
5ca78dd0
L
1360 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
1361 (LDLIBS-tst-chk4): This.
1362 (LDFLAGS-tst-chk5): Renamed to ...
1363 (LDLIBS-tst-chk5): This.
1364 (LDFLAGS-tst-chk6): Renamed to ...
1365 (LDLIBS-tst-chk6): This.
1366 (LDFLAGS-tst-lfschk4): Renamed to ...
1367 (LDLIBS-tst-lfschk4): This.
1368 (LDFLAGS-tst-lfschk5): Renamed to ...
1369 (LDLIBS-tst-lfschk5): This.
1370 (LDFLAGS-tst-lfschk6): Renamed to ...
1371 (LDLIBS-tst-lfschk6): This.
1372
691bc9c1
L
1373 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
1374 on $(common-objpfx)soversions.mk.
1375
65cafb1c
JM
13762012-09-07 Joseph Myers <joseph@codesourcery.com>
1377
1378 [BZ #10014]
1379 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
1380 example host name.
1381
c78ab094
SP
13822012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
1383
1384 * malloc/arena.c (arena_get_retry): New function that gets
1385 another arena for the caller to try its request on.
1386 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
1387 current arena cannot fulfill the request.
1388 (__libc_memalign): Likewise.
1389 (__libc_memalign): Likewise.
1390 (__libc_pvalloc): Likewise.
1391 (__libc_calloc): Likewise.
1392
01f49f59
JT
13932012-09-05 John Tobey <john.tobey@gmail.com>
1394
1395 [BZ #13542]
1396 * manual/arith.texi (Operations on Complex): Fix description
1397 of carg branch cut.
1398
4c23fed5
JM
13992012-09-06 Joseph Myers <joseph@codesourcery.com>
1400
1d3c8572
JM
1401 [BZ #10014]
1402 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
1403 host name.
1404
4c23fed5
JM
1405 [BZ #10038]
1406 * manual/memory.texi (Memory): Make order of menu items match
1407 order of sections.
1408
04570aaa
L
14092012-09-06 H.J. Lu <hongjiu.lu@intel.com>
1410
1411 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
1412 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
1413 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
1414
b80af2f4
L
14152012-09-06 H.J. Lu <hongjiu.lu@intel.com>
1416
1417 * csu/libc-tls.c (static_dtv): Renamed to ...
1418 (_dl_static_dtv): This. Make it global.
1419 (_dl_initial_dtv): Removed.
1420 (__libc_setup_tls): Updated.
1421 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
1422 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
1423 DL_INITIAL_DTV.
1424
2abe9f15
PM
14252012-09-06 Petr Machata <pmachata@redhat.com>
1426
1427 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
1428 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
1429 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
1430 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
1431
0948c3af
L
14322012-09-06 H.J. Lu <hongjiu.lu@intel.com>
1433
1434 [BZ #14545]
1435 * csu/libc-tls.c (_dl_initial_dtv): New variable.
1436 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
1437 freeing dtv[-1].
1438
a5055ad1
L
14392012-09-06 H.J. Lu <hongjiu.lu@intel.com>
1440
1441 [BZ #14544]
1442 * Makeconfig (link-static-before-libc): Replace $(+prector)
1443 with $(+prectorT).
1444 (link-static-after-libc): Replace $(+postctor) with
1445 $(+postctorT).
1446 (link-bounded): Replace $(+prector)/$(+postctor) with
1447 $(+prectorT)/$(+postctorT).
1448 (+prectorT): New macro.
1449 (+postctorT): Likewise.
1450
ed8c2ecd
JM
14512012-09-06 Joseph Myers <joseph@codesourcery.com>
1452
1453 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
1454 (round_str): Handle values above the maximum for IBM long double
1455 as inexact.
1456 * stdlib/tst-strtod-round.c (tests): Regenerated.
1457
14c996c8
AK
14582012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1459
1460 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
1461 assembler flag.
1462 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
1463 zarch_nohighgprs around the zarch optimized routines.
1464 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1465 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1466 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
1467 for zarch.
1468
430d6ce6
DM
14692012-09-05 David S. Miller <davem@davemloft.net>
1470
1471 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1472
ff04dda4
DM
1473 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
1474 HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
1475 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
1476 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
1477 entries.
1478
24d4e01b
AO
14792012-09-05 Alexandre Oliva <aoliva@redhat.com>
1480
1481 * malloc/arena.c: Fold copyright years.
1482 * malloc/mcheck.c, malloc/memusage.c: Likewise.
1483
61d58174
AO
14842012-09-05 Alexandre Oliva <aoliva@redhat.com>
1485
1486 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
1487
20196a5e
AO
14882012-09-05 Alexandre Oliva <aoliva@redhat.com>
1489
1490 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
1491
5c447383
AO
14922012-09-05 Alexandre Oliva <aoliva@redhat.com>
1493
1494 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
1495 change internal state upon failure.
1496
fad64255
AO
14972012-09-05 Alexandre Oliva <aoliva@redhat.com>
1498
1499 * malloc/mcheck.c (mcheck_check_all): Fix typo.
1500 * malloc/memusage.c (mmap): Likewise.
1501 (mmap64, mremap): Likewise. Adjust name in comment.
1502
1ffb8c90
SP
15032012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
1504
1505 * libio/fileops.c: Fix typos in comments.
1506 * libio/oldfileops.c: Likewise.
1507 * libio/wfileops.c: Likewise.
1508
6ef9cc37
SP
15092012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
1510
1511 [BZ #1349]
1512 * malloc/Makefile (tests): Add tst-malloc-usable test case.
1513 (tst-malloc-usable-ENV): Set environment for test case.
1514 * malloc/hooks.c (malloc_check_get_size): New function to get
1515 requested size.
1516 * malloc/malloc.c (musable): Use malloc_check_get_size.
1517 * malloc/tst-malloc-usable.c: New test case.
1518
4d038ae3
AS
15192012-09-05 Andreas Schwab <schwab@linux-m68k.org>
1520
1521 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
1522
c4e85184
AM
15232012-09-05 Allan McRae <allan@archlinux.org>
1524
b9dafc56 1525 [BZ #13966]
c4e85184
AM
1526 * configure.in (CXX_SYSINCLUDES): Use compiler output to
1527 determine header location.
1528 * configure: Regenerated.
1529
e1343020
AS
15302012-09-05 Andreas Schwab <schwab@linux-m68k.org>
1531
1532 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
1533 float format.
1534 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
1535 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
1536 format.
e1343020
AS
1537 (test): Regenerate.
1538
0a9f1987
DM
15392012-09-04 David S. Miller <davem@davemloft.net>
1540
1541 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
1542 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
1543 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
1544
29237804
FW
15452012-09-04 Florian Weimer <fweimer@redhat.com>
1546
1547 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
1548 failures.
1549
edb3cb88
FW
1550 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
1551
60160d83
JM
15522012-09-04 Joseph Myers <joseph@codesourcery.com>
1553
1554 [BZ #9914]
1555 * libio/iogetdelim.c: Include <limits.h>.
1556 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
1557 + len + 1 would overflow.
1558
bcd6c8dc
AJ
15592012-09-03 Andreas Jaeger <aj@suse.de>
1560
1561 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1562 * sysdeps/i386/fpu/libm-test-ulps: Update.
1563
4ffffbd2
LD
15642012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1565
1566 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
1567 Add s_sinf-sse2, s_conf-sse2.
1568
1569 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
1570 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
1571 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
1572 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
1573
1574 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
1575 for using routine as __sinf_ia32.
1576 Use macro for function declaration and weak_alias.
1577 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
1578 for using routine as __cosf_ia32.
1579 Use macro for function declaration and weak_alias.
1580
1581 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
1582 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
1583
1584 * sysdeps/x86_64/fpu/s_sinf.S: New file.
1585 * sysdeps/x86_64/fpu/s_cosf.S: New file.
1586 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1587
1588 * math/libm-test.inc (cos_test): Add more test cases.
1589 (sin_test): Likewise.
1590 (sincos_test): Likewise.
1591
511fa286
AK
15922012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1593
1594 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1595 (IFUNC_RESOLVE): Make pointers to the specialized implementations
1596 hidden.
1597 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1598
5f30cfec
L
15992012-09-02 H.J. Lu <hongjiu.lu@intel.com>
1600
1601 [BZ #14538]
1602 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
1603 first element of the GOT.
1604 (elf_machine_load_address): Return the difference between
1605 the runtime address of _DYNAMIC and elf_machine_dynamic ().
1606
0786794f
AM
16072012-09-01 Allan McRae <allan@archlinux.org>
1608
5f30cfec
L
1609 [BZ #13412]
1610 * configure.in (AWK): Require gawk version 3.0 or later.
1611 * configure: Regenerated.
0786794f 1612
26889eac
JM
16132012-09-01 Joseph Myers <joseph@codesourcery.com>
1614
1615 * sysdeps/unix/sysv/linux/kernel-features.h
1616 (__ASSUME_POSIX_CPU_TIMERS): Remove.
1617 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
1618 [__NR_clock_getres]: Make code unconditional.
1619 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
1620 (clock_getcpuclockid): Remove code left unreachable by removal of
1621 conditionals.
1622 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
1623 code unconditional.
1624 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
1625 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
1626 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
1627 Make code unconditional.
1628 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
1629 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
1630 * sysdeps/unix/sysv/linux/clock_settime.c
1631 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
1632 conditional code.
1633 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
1634 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
1635
d22e28b0
L
16362012-08-29 H.J. Lu <hongjiu.lu@intel.com>
1637
1638 [BZ #14476]
1639 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
1640 scripts/test-installation.pl.
1641
1642 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
1643 and $ld_so_version if it is set.
1644
050af9c4
SP
16452012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
1646
1647 [BZ #14516]
1648 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
1649 failure if reading from procfs failed.
1650 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
1651
ad845c0b
JM
16522012-08-27 Joseph Myers <joseph@codesourcery.com>
1653
1654 * sysdeps/unix/sysv/linux/kernel-features.h
1655 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
1656 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
1657 Remove conditional code.
1658 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
1659 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
1660 Remove conditional code.
1661 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
1662 * sysdeps/unix/sysv/linux/i386/fxstat.c
1663 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
1664 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
1665 * sysdeps/unix/sysv/linux/i386/fxstatat.c
1666 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
1667 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
1668 * sysdeps/unix/sysv/linux/i386/lxstat.c
1669 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
1670 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
1671 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
1672 Remove conditional code.
1673 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
1674 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
1675 Remove conditional code.
1676 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
1677 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
1678 <kernel-features.h>.
1679 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
1680 Remove.
1681 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
1682 Remove conditional code.
1683 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
1684 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
1685 Remove conditional.
1686
5dbf56af
MF
16872012-08-27 Mike Frysinger <vapier@gentoo.org>
1688
1689 [BZ #5400]
1690 * NEWS: Add fixed bug number.
1691
d6e70f43
JM
16922012-08-27 Joseph Myers <joseph@codesourcery.com>
1693
7efb4737
JM
1694 [BZ #14519]
1695 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
1696 underflowing exponent in case of negative sign.
1697 * stdlib/tst-strtod-round-data: Add more tests.
1698 * stdlib/tst-strtod-round.c (tests): Regenerated.
1699
af92131a
JM
1700 [BZ #3479]
1701 * stdlib/strtod_l.c (NDIG): Remove.
1702 (HEXNDIG): Likewise.
1703 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
1704 smallest representable value.
1705 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
1706 lie within an exact representation of 1/2 ulp of the result.
1707 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
1708 unconditionally.
1709 (TENS_P9_IDX): Define unconditionally.
1710 (TENS_P9_SIZE): Likewise.
1711 (TENS_P10_IDX): Likewise.
1712 (TENS_P10_SIZE): Likewise.
1713 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
1714 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
1715 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
1716 entries for 10^2^13 and 10^2^14.
1717 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
1718 (TENS_P13_IDX): Define.
1719 (TENS_P13_SIZE): Likewise.
1720 (TENS_P14_IDX): Likewise.
1721 (TENS_P14_SIZE): Likewise.
1722 (_fpioconst_pow10): Change array size to
1723 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
1724 unconditional.
1725 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
1726 1024]: Add entries for 10^2^13 and 10^2^14.
1727 [LAST_POW10 > _LAST_POW10]: Remove #error.
1728 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
1729 (_fpioconst_pow10): Change array size to
1730 FPIOCONST_POW10_ARRAY_SIZE.
1731 * stdlib/gen-fpioconst.c: New file.
1732 * stdlib/gen-tst-strtod-round.c: Likewise.
1733 * stdlib/tst-strtod-round-data: Likewise.
1734 * stdlib/tst-strtod-round.c: Likewise.
1735 * stdlib/Makefile (tests): Add tst-strtod-round.
1736
d6e70f43
JM
1737 [BZ #14459]
1738 * stdlib/strtod_l.c: Include <stdint.h>.
1739 (NDEBUG): Do not define.
1740 (round_and_return): Change EXPONENT parameter to type intmax_t.
1741 Rearrange calculations to avoid internal overflow possibilities.
1742 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
1743 Rearrange calculations to avoid internal overflow possibilities.
1744 Assert that number fits inside MPNSIZE limbs.
1745 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
1746 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
1747 calculations and add assertions to avoid internal overflow
1748 possibilities. Add casts to avoid signed/unsigned operations.
1749 * stdlib/tst-strtod-overflow.c: New file.
1750 * stdlib/Makefile (tests): Add tst-strtod-overflow.
1751
1f529f7d
MP
17522012-08-25 Marek Polacek <polacek@redhat.com>
1753
1754 * time/time.h: Fix some typos in comments.
1755
59a629f1
RM
17562012-08-23 Roland McGrath <roland@hack.frob.com>
1757
1758 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
1759 * posix/tst-rfc3484-2.c: Likewise.
1760 * posix/tst-rfc3484-3.c: Likewise.
1761
d3bafbc9
SM
17622012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
1763
1764 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
1765 (EF_ARM_ABI_FLOAT_HARD): Likewise.
1766
4efcc022
JM
17672012-08-23 Joseph Myers <joseph@codesourcery.com>
1768
1769 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
1770 #include of fxstatat64.c.
1771
3cc3ef96
RM
17722012-08-22 Roland McGrath <roland@hack.frob.com>
1773
f04e2132
RM
1774 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
1775 * shadow/getspent_r.c: Likewise.
1776 * shadow/getspnam.c: Likewise.
1777 * shadow/getspnam_r.c: Likewise.
1778 * gshadow/getsgent.c: Likewise.
1779 * gshadow/getsgent_r.c: Likewise.
1780 * gshadow/getsgnam.c: Likewise.
1781 * gshadow/getsgnam_r.c: Likewise.
1782 * inet/getnetbyad.c: Likewise.
1783 * inet/getnetbyad_r.c: Likewise.
1784 * inet/getnetbynm.c: Likewise.
1785 * inet/getnetbynm_r.c: Likewise.
1786 * inet/getnetent.c: Likewise.
1787 * inet/getnetent_r.c: Likewise.
1788 * inet/getproto.c: Likewise.
1789 * inet/getproto_r.c: Likewise.
1790 * inet/getprtent.c: Likewise.
1791 * inet/getprtent_r.c: Likewise.
1792 * inet/getprtname.c: Likewise.
1793 * inet/getprtname_r.c: Likewise.
1794 * inet/getrpcbyname.c: Likewise.
1795 * inet/getrpcbyname_r.c: Likewise.
1796 * inet/getrpcbynumber.c: Likewise.
1797 * inet/getrpcbynumber_r.c: Likewise.
1798 * inet/getrpcent.c: Likewise.
1799 * inet/getrpcent_r.c: Likewise.
1800 * inet/getaliasent.c: Likewise.
1801 * inet/getaliasent_r.c: Likewise.
1802 * inet/getaliasname.c: Likewise.
1803 * inet/getaliasname_r.c: Likewise.
1804 * nscd/getgrgid_r.c: Likewise.
1805 * nscd/getgrnam_r.c: Likewise.
1806 * nscd/gethstbyad_r.c: Likewise.
1807 * nscd/gethstbynm3_r.c: Likewise.
1808 * nscd/getpwnam_r.c: Likewise.
1809 * nscd/getpwuid_r.c: Likewise.
1810 * nscd/getsrvbynm_r.c: Likewise.
1811 * nscd/getsrvbypt_r.c: Likewise.
1812 * nscd/gai.c: Likewise.
1813
c53d909c
RM
1814 * configure.in (build_nscd): New substituted variable, set
1815 by --disable-build-nscd and defaults to $use_nscd.
1816 * configure: Regenerated.
1817 * config.make.in (build-nscd): New substituted variable.
1818 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
1819 Change conditional to require [$(build-nscd) = yes] as well.
1820 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
1821
3cc3ef96
RM
1822 [BZ# 13696]
1823 * configure.in (use_nscd): New substituted variable, set by
1824 --disable-nscd. If enabled, define USE_NSCD.
1825 * configure: Regenerated.
1826 * config.h.in: Add USE_NSCD.
1827 * config.make.in (use-nscd): New substituted variable.
1828 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
1829 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
1830 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
1831 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
1832 (CFLAGS-getgrnam_r.c): Likewise.
1833 (CFLAGS-initgroups.c): Likewise.
1834 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
1835 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
1836 Variables removed.
1837 * inet/getnetgrent_r.c
1838 (nscd_setnetgrent): New function, broken out of ...
1839 (setnetgrent): ... here. Call it.
1840 (innetgr): Conditionalize nscd bits on [USE_NSCD].
1841 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
1842 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
1843 * nscd/Makefile (routines, aux): Move definitions after include of
1844 Makeconfig. Conditionalize on [$(use-nscd) != no].
1845 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
1846 Conditionalize on [USE_NSCD].
1847 (is_nscd, nscd_init_cb): Likewise.
1848 (nss_load_library): Conditionalize init callback on [USE_NSCD].
1849 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
1850 * nss/nss_db/db-init.c: Likewise.
1851 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
1852 [USE_NSCD].
1853 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
1854 (make_request): Use it.
1855 (cache_valid_p): New function.
1856 (__check_pf): Use it.
1857 * NEWS: Add item for --disable-nscd.
1858
07e51550
DL
18592012-08-22 Dmitry V. Levin <ldv@altlinux.org>
1860
1861 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
1862 to support sed >= 4.2.1-20-ga9bf076.
1863 * configure: Regenerated.
1864
35a5b08b
RM
18652012-08-22 Roland McGrath <roland@hack.frob.com>
1866
1867 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
1868 Conditionalize whole body on [IREL].
1869
8479f23a
JL
18702012-08-22 Jeff Law <law@redhat.com>
1871
1872 [BZ #14505]
1873 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
1874 if the family is PF_UNSPEC.
1875
48da0b21
MF
18762012-08-22 Mike Frysinger <vapier@gentoo.org>
1877
1878 * Makerules (lib-version): Rename from V.
1879 (install-lib-nosubdir): Change V to lib-version.
1880
15d0da8c
WS
18812012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
1882
1883 [BZ #14252]
1884 * powerpc32/power6/wcschr.c: New file.
1885 * powerpc32/power6/wcscpy.c: New file.
1886 * powerpc32/power6/wcsrchr.c: New file.
1887 * powerpc64/power6/wcschr.c: New file.
1888 * powerpc64/power6/wcscpy.c: New file.
1889 * powerpc64/power6/wcsrchr.c: New file.
1890
bcca0895
MK
18912012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
1892
1893 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
1894 (two_way_short_needle): Use it.
5a4aaa33
RM
1895 * string/strstr.c (AVAILABLE1_USES_J): Define.
1896 * string/strcasestr.c: Likewise.
99677e57
MK
1897
1898 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
1899 array references.
1900 * string/strcasestr.c (TOLOWER): Make side-effect safe.
1901
400726de
MK
1902 [BZ #11607]
1903 * NEWS: Add an entry.
1904 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
1905 define their defaults.
1906 (two_way_short_needle): Detect end-of-string on-the-fly.
1907 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
1908 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
1909 * string/bug-strcasestr1.c: New test.
1910 * string/Makefile: Run it.
1911
20a71f2c
MK
19122012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
1913
1914 [BZ #11607]
1915 * string/str-two-way.h (two_way_short_needle): Optimize matching of
1916 the first character.
1917
21ad0558
RM
19182012-08-21 Roland McGrath <roland@hack.frob.com>
1919
1920 * csu/elf-init.c (__libc_csu_irel): Function removed.
1921 * csu/libc-start.c (apply_irel): New function.
1922 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
1923
0e1d9911
JM
19242012-08-21 Joseph Myers <joseph@codesourcery.com>
1925
1926 * sysdeps/unix/sysv/linux/kernel-features.h
1927 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
1928 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
1929 <kernel-features.h>.
1930 [__NR_fadvise64_64]: Make code unconditional.
1931 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
1932 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
1933 !__NR_fadvise64_64)]: Likewise.
1934 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
1935 !__NR_fadvise64_64))]: Likewise.
1936 [__NR_fadvise64]: Make code unconditional.
1937 [!__NR_fadvise64]: Remove conditional code.
1938 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
1939 <kernel-features.h>.
1940 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
1941 unconditional.
1942 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
1943 conditional code.
1944 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
1945 not include <kernel-features.h>.
1946 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
1947 unconditional.
1948 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
1949 conditional code.
1950 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
1951 include <kernel-features.h>.
1952 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
1953 unconditional.
1954 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
1955 conditional code.
1956
14a50c9d
WS
19572012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
1958
1959 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
1960 slight instruction rearrangements per scrollpipe analysis.
1961 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
1962
c0f4faf0
RM
19632012-08-20 Roland McGrath <roland@hack.frob.com>
1964
696da859
RM
1965 * manual/syslog.texi (syslog; vsyslog, closelog):
1966 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
1967 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
1968
c0f4faf0
RM
1969 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
1970 DSOCAPS to match condition on defining it.
1971
348363b2
JM
19722012-08-20 Joseph Myers <joseph@codesourcery.com>
1973
a35cbf28
JM
1974 * sysdeps/unix/sysv/linux/kernel-features.h
1975 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
1976 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
1977 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
1978 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
1979 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
1980 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
1981 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
1982 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
1983 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
1984 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
1985
445f7ecd
JM
1986 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
1987 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
1988
348363b2
JM
1989 * sysdeps/unix/sysv/linux/kernel-features.h
1990 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
1991 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
1992 unconditional.
1993 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1994 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
1995 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
1996 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1997 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
1998 Make code unconditional.
1999 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
2000 (__mmap64) [!__NR_mmap2]: Likewise.
2001 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
2002 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
2003 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
2004 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
2005 [__NR_mmap2]: Make code unconditional.
2006 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
2007 (__mmap64) [!__NR_mmap2]: Likewise.
2008
bc5bc0e5
AK
20092012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2010
2011 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
2012
88d506de
AJ
20132012-08-18 Andreas Jaeger <aj@suse.de>
2014
2015 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
2016
493387d2
MF
20172012-08-18 Mike Frysinger <vapier@gentoo.org>
2018
2019 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
2020 * include/unistd.h (__have_sock_cloexec): Likewise.
2021 (__have_pipe2): Likewise.
2022 (__have_dup3): Likewise.
2023
a277af22
MF
20242012-08-18 Mike Frysinger <vapier@gentoo.org>
2025
2026 [BZ #9685]
2027 * include/unistd.h (__have_pipe2): Change define into an extern int.
2028 (__have_dup3): Likewise.
2029 * socket/have_sock_cloexec.c: Include fcntl.h.
2030 (__have_pipe2): New variable.
2031 (__have_dup3): Likewise.
2032
fdab8fd3
MF
20332012-08-17 Mike Frysinger <vapier@gentoo.org>
2034
2035 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
2036
31035e80
MP
20372012-08-17 Marek Polacek <polacek@redhat.com>
2038
2039 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
2040 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
2041
3bd9e993
RM
20422012-08-17 Roland McGrath <roland@hack.frob.com>
2043
c91c505f
RM
2044 * configure.in: Add AC_SUBST for sysheaders.
2045 * configure: Regenerated.
2046 * config.make.in (sysheaders): New substituted variable.
2047
7c6f9d53
RM
2048 * sysdeps/unix/mkfifo.c: Moved ...
2049 * sysdeps/posix/mkfifo.c: ... here.
2050 * sysdeps/unix/mkfifoat.c: Moved ...
2051 * sysdeps/posix/mkfifoat.c: ... here.
2052
2053 * sysdeps/unix/utime.c: Moved ...
2054 * sysdeps/posix/utime.c: ... here.
2055
2056 * sysdeps/unix/time.c: Moved ...
2057 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
2058 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
2059 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
2060
2061 * sysdeps/unix/nice.c: Moved ...
2062 * sysdeps/posix/nice.c: ... here.
2063
2064 * sysdeps/unix/alarm.c: Moved ...
2065 * sysdeps/posix/alarm.c: ... here.
2066
3bd9e993
RM
2067 * intl/Makefile ($(codeset_mo)): Depend on the input file.
2068
d1f09384
JL
20692012-08-17 Jeff Law <law@redhat.com>
2070
2071 * intl/Makefile (codeset_mo): New variable.
2072 ($(codeset_mo)): New target.
2073 (tst-codeset.out): Depend on that. Remove explicit rule.
2074 (tst-gettext3.out, tst-gettext5.out): Likewise.
2075 (LOCPATH-ENV, tst-codeset-ENV): New variables.
2076 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
2077 * intl/tst-codeset.sh: Remove.
2078 * intl/tst-gettext3.sh: Likewise.
2079 * intl/tst-gettext5.sh: Likewise.
2080
2ae1ae5c
RM
20812012-08-17 Roland McGrath <roland@hack.frob.com>
2082
c31fdb83
RM
2083 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
2084 * sysdeps/unix/syscalls.list: ... here.
2085
a0844057
RM
2086 * sysdeps/posix/getaddrinfo.c
2087 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
2088 (gaiconf_init, gaiconf_reload): Use them.
2089 [!_STATBUF_ST_NSEC]
2090 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
2091 Define using time_t rather than struct timespec.
2092
750c1f2a
RM
2093 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
2094 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
2095 Macros removed.
2096 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
2097 [!NO_THREADS].
2098 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
2099 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
2100 Likewise.
2101
2ae1ae5c
RM
2102 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
2103 __libc_cleanup_push argument.
2104
e66a42f5
RM
2105 * bits/param.h: New file.
2106 * misc/sys/param.h: New file.
2107 * include/sys/param.h: New file.
2108 * misc/Makefile (headers): Add bits/param.h.
2109 * sysdeps/generic/sys/param.h: File removed.
2110 * sysdeps/unix/sysv/linux/bits/param.h: New file.
2111 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
2112 * sysdeps/mach/hurd/bits/param.h: New file.
2113 * sysdeps/mach/hurd/sys/param.h: New file.
2114
b7c08a66
RM
2115 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
2116 last change.
2117
b2e1c562
RM
2118 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
2119 [_IO_MTSAFE_IO].
2120 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
2121 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
2122 New macros.
2123
c75ccd4c
RM
2124 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
2125 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
2126 rather than -D_IO_MTSAFE_IO conditionally.
2127 * stdio-common/Makefile (CPPFLAGS): Likewise.
2128 * wcsmbs/Makefile (CPPFLAGS): Likewise.
2129 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
2130 Use $(libio-mtsafe).
2131 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
2132 of -D_IO_MTSAFE_IO.
2133 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
2134 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
2135 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
2136 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
2137 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
2138 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
2139 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
2140 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
2141 (CFLAGS-fread_u_chk.c): Likewise.
2142 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
2143 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
2144 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
2145 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
2146 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
2147 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
2148 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
2149 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
2150 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
2151
2152 * libio/Makefile: Test [$(libc-reentrant) = yes]
2153 instead of [$(filter %REENTRANT, $(defines)) nonempty].
2154
2155 * Makeconfig
2156 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
2157 * sysdeps/pthread/configure: File removed.
2158 * sysdeps/pthread/Makeconfig: New file.
2159 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
2160 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
2161
d9195db8
GB
21622012-08-16 Gary Benson <gbenson@redhat.com>
2163
2164 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
2165 unmapping the first object in a namespace.
2166
86466cd9
RM
21672012-08-16 Roland McGrath <roland@hack.frob.com>
2168
2169 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
2170 (__internal_setnetgrent): ... this. Add internal_function to
2171 definition. Add libc_hidden_def.
2172 (setnetgrent): Update caller.
2173 (internal_endnetgrent): Renamed to ...
2174 (__internal_endnetgrent): ... this. Add internal_function to
2175 definition. Add libc_hidden_def.
2176 (endnetgrent): Update caller.
2177 (internal_getnetgrent_r): Renamed to ...
2178 (__internal_getnetgrent_r): ... this. Add internal_function to
2179 definition. Add libc_hidden_def.
2180 (__getnetgrent_r): Update caller.
2181 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
2182
c3c8283c
JM
21832012-08-16 Joseph Myers <joseph@codesourcery.com>
2184
2185 * stdlib/longlong.h: Update from GCC.
2186
db1ee0a8
RM
21872012-08-16 Roland McGrath <roland@hack.frob.com>
2188
2189 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
2190 on _QL, which is set by umul_ppmm but never used.
2191 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
2192 variables, which are set by GMP macros but never used.
2193 * stdio-common/_itowa.c (_itowa): Likewise.
2194 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
2195 * stdlib/mod_1.c (mpn_mod_1): Likewise.
2196
30f69637
CD
21972012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
2198
2199 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
2200 struct La_sh_regs is not constant.
2201 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
2202 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
2203 and struct La_sparc64_regs are not constant.
2204
93a78ac4
JM
22052012-08-16 Joseph Myers <joseph@codesourcery.com>
2206
2207 * sysdeps/unix/sysv/linux/kernel-features.h
2208 (__ASSUME_POSIX_TIMERS): Remove.
2209 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
2210 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2211 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
2212 Make code unconditional.
2213 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2214 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
2215 Make code unconditional.
2216 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2217 * sysdeps/unix/sysv/linux/clock_nanosleep.c
2218 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
2219 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2220 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
2221 Make code unconditional.
2222 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
2223 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
2224 (__libc_missing_posix_timers): Remove.
2225
dd924cd7
RM
22262012-08-15 Roland McGrath <roland@hack.frob.com>
2227
4b4f2771
RM
2228 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
2229 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
2230
601c888b
RM
2231 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
2232
176790a7
RM
2233 * elf/dl-sym.c: Include <stdlib.h>.
2234
329bc018
RM
2235 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
2236 constants, which avoids warnings in 32-bit builds.
2237
e04e272d
RM
2238 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
2239 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
2240
952bf94a
RM
2241 * misc/lseek.c: File moved to ...
2242 * io/lseek.c: ... here.
2243
7c99b50a
RM
2244 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
2245
dd924cd7
RM
2246 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
2247 shifting LEN more than 31 bits at once.
2248
b3f479a8
LD
22492012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
2250
2251 [BZ #14195]
8c4ae0d4
RM
2252 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
2253 segmentation fault for a case of two empty input strings.
b3f479a8
LD
2254 * string/test-strncasecmp.c (check1): Renamed to...
2255 (bz12205): ...this.
2256 (bz14195): Add new testcase for two empty input strings and N > 0.
2257 (test_main): Call new testcase, adapt for renamed function.
2258
9c55864e
AJ
22592012-08-15 Andreas Jaeger <aj@suse.de>
2260
2261 [BZ #14090]
2262 * crypt/md5test2.c: New test, based on test supplied by Serge
2263 Belyshev <belyshev@depni.sinp.msu.ru>.
2264 * crypt/Makefile (xtests): Add md5test-giant..
2265 * crypt/Makefile ($(objpfx)md5test-giant): Add.
2266
02dcb6c5
PE
22672012-08-15 Paul Eggert <eggert@cs.ucla.edu>
2268
2269 [BZ #14090]
2270 * crypt/md5.c (md5_process_block): Don't assume the buffer
2271 length is less than 2**32.
2272 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
2273 length is less than 2**64.
2274
a3f95dcc
RM
22752012-08-15 Roland McGrath <roland@hack.frob.com>
2276
be75d758
RM
2277 * string/str-two-way.h: Include <sys/param.h>.
2278 (MAX): Macro removed.
2279
7312ca90
RM
2280 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
2281 Move #define and #undef of memmove to just before and after
2282 including <string.h>.
2283
9a0a5486
RM
2284 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
2285 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
2286 and after including <string.h>. Move declarations of
2287 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
2288 to before #include "string/memmove.c".
2289
67cc348d
RM
2290 * include/dirent.h: Declare __getdirentries.
2291
a3f95dcc
RM
2292 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
2293 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
2294
ca98e171
MF
22952012-08-14 Mike Frysinger <vapier@gentoo.org>
2296
2297 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
2298 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
2299 * sysdeps/i386/configure: Regenerated.
2300 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
2301 STABS_CURRENT_FILE, and STABS_FUN.
2302 (END): Remove call to STABS_FUN_END.
2303 (STABS_CURRENT_FILE1): Delete.
2304 (STABS_CURRENT_FILE): Likewise.
2305 (STABS_FUN): Likewise.
2306 (STABS_FUN_END): Likewise.
2307 (STABS_FUN2): Likewise.
2308 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
2309 * sysdeps/x86_64/configure: Regenerated.
2310
5908bf46
RM
23112012-08-14 Roland McGrath <roland@hack.frob.com>
2312
2313 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 2314 * elf/dl-lookup.c: Likewise.
5908bf46 2315
f2c05b9e
JM
23162012-08-14 Joseph Myers <joseph@codesourcery.com>
2317
2318 * sysdeps/unix/sysv/linux/kernel-features.h
2319 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
2320 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
2321 unconditionally.
2322 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
2323 unconditionally.
2324 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
2325 condition on __ASSUME_CLONE_THREAD_FLAGS.
2326
e11f5155
AJ
23272012-08-14 Andreas Jaeger <aj@suse.de>
2328
2329 * sysdeps/i386/fpu/libm-test-ulps: Update.
2330
51a9ba86
MK
23312012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
2332
2fdd4f78
AJ
2333 * include/atomic.h (atomic_exchange_and_add): Split into ...
2334 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
2335 New atomic macros.
51a9ba86 2336
ba6cba9e
MT
23372012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
2338
2339 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2340
42443a47
JL
23412012-08-13 Jeff Law <law@redhat.com>
2342
2343 * manual/stdio.texi (snprintf): Clarify handling of the trailing
2344 null byte in the output string.
2345
121dce05
JM
23462012-08-10 Joseph Myers <joseph@codesourcery.com>
2347
2348 * sysdeps/unix/sysv/linux/kernel-features.h
2349 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
2350 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
2351 (__ASSUME_ARG_MAX_STACK_BASED): Define.
2352 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
2353 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
2354 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
2355 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
2356
bf51f568
JL
23572012-08-09 Jeff Law <law@redhat.com>
2358
2359 [BZ #13939]
2360 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
2361 When avoid_arena is set, don't retry in the that arena. Pick the
2362 next one, whatever it might be.
2363 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
2364 (arena_lock): Pass in new parameter to arena_get2.
2365 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
2366 arena_get2.
2367 (__libc_malloc): Unify retrying after main arena failure with
2368 __libc_memalign version.
2369 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
2370
f85fa270
L
23712012-08-09 H.J. Lu <hongjiu.lu@intel.com>
2372
2373 [BZ #14166]
2374 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
2375 to __redirect_strstr.
2376 (__strstr_sse42): Use typeof __redirect_strstr.
2377 (__strstr_ia32): Likewise.
2378 (__libc_strstr): New prototype.
2379 (strstr): Renamed to ...
2380 (__libc_strstr): This.
2381 (strstr): New strong alias of __libc_strstr.
2382 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
2383 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
2384 __redirect_time.
2385 Include <time.h>.
2386 (__libc_time): New prototype.
2387 (time_ifunc): Replace time with __libc_time.
2388 (time): New strong alias and hidden definition of __libc_time.
2389 (__GI_time): Remove strong alias.
2390 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
2391 Include <stddef.h>.
2392 (memmove): Redefined to __redirect_memmove.
2393 (__memmove_sse2): Use typeof __redirect_memmove.
2394 (__memmove_ssse3): Likewise.
2395 (__memmove_ssse3_back): Likewise.
2396 (__libc_memmove): New prototype.
2397 (memmove): Renamed to ...
2398 (__libc_memmove): This.
2399 (memmove): New strong alias of __libc_memmove.
2400
33b4a91e
MS
24012012-08-08 Mark Salter <msalter@redhat.com>
2402
2403 * elf/elf.h
2404 (R_MN10300_TLS_GD): Define.
2405 (R_MN10300_TLS_LD): Likewise.
2406 (R_MN10300_TLS_LDO): Likewise.
2407 (R_MN10300_TLS_GOTIE): Likewise.
2408 (R_MN10300_TLS_IE): Likewise.
2409 (R_MN10300_TLS_LE): Likewise.
2410 (R_MN10300_TLS_DTPMOD): Likewise.
2411 (R_MN10300_TLS_DTPOFF): Likewise.
2412 (R_MN10300_TLS_TPOFF): Likewise.
2413 (R_MN10300_SYM_DIFF): Likewise.
2414 (R_MN10300_ALIGN): Likewise.
2415 (R_MN10300_NUM): Update.
2416
b36137f1
JM
24172012-08-08 Joseph Myers <joseph@codesourcery.com>
2418
2419 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
2420 Remove.
2421
cdd915fd
RM
24222012-08-08 Roland McGrath <roland@hack.frob.com>
2423
a2433aac
RM
2424 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
2425
cdd915fd
RM
2426 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
2427 sysdeps/unix -> sysdeps/posix move.
2428 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
2429
bf9b740a
AM
24302012-08-07 Allan McRae <allan@archlinux.org>
2431
2432 [BZ #14303]
2433 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
2434 (SUNOS_CPP): Likewise.
2435 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
2436 not found.
2437 (open_input): Call CPP using execvp.
2438
93df14ee
JM
24392012-08-07 Joseph Myers <joseph@codesourcery.com>
2440
2441 * sysdeps/unix/sysv/linux/kernel-features.h
2442 (__ASSUME_PROT_GROWSUPDOWN): Remove.
2443 (__ASSUME_NO_CLONE_DETACHED): Likewise.
2444 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
2445 (__ASSUME_WAITID_SYSCALL): Likewise.
2446 * sysdeps/unix/sysv/linux/dl-execstack.c
2447 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
2448 code unconditional.
2449 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
2450 conditional code.
2451 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
2452 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
2453 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
2454 code.
2455 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
2456 unconditional.
2457 [__ASSUME_WAITID_SYSCALL]: Likewise.
2458 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
2459
d34689de
RM
24602012-08-07 Roland McGrath <roland@hack.frob.com>
2461
a281decc
RM
2462 * sysdeps/unix/closedir.c: Renamed to ...
2463 * sysdeps/posix/closedir.c: ... here.
2464 * sysdeps/unix/dirfd.c: Renamed to ...
2465 * sysdeps/posix/dirfd.c: ... here.
2466 * sysdeps/unix/dirstream.h: Renamed to ...
2467 * sysdeps/posix/dirstream.h: ... here.
2468 * sysdeps/unix/fdopendir.c: Renamed to ...
2469 * sysdeps/posix/fdopendir.c: ... here.
2470 * sysdeps/unix/opendir.c: Renamed to ...
2471 * sysdeps/posix/opendir.c: ... here.
2472 * sysdeps/unix/readdir.c: Renamed to ...
2473 * sysdeps/posix/readdir.c: ... here.
2474 * sysdeps/unix/readdir_r.c: Renamed to ...
2475 * sysdeps/posix/readdir_r.c: ... here.
2476 * sysdeps/unix/rewinddir.c: Renamed to ...
2477 * sysdeps/posix/rewinddir.c: ... here.
2478 * sysdeps/unix/seekdir.c: Renamed to ...
2479 * sysdeps/posix/seekdir.c: ... here.
2480 * sysdeps/unix/telldir.c: Renamed to ...
2481 * sysdeps/posix/telldir.c: ... here.
2482 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
2483 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
2484 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
2485 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
2486
22895b47
RM
2487 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
2488 * bits/fcntl.h: ... here.
2489
707a53b6
RM
2490 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
2491 not 0.
2492 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
2493 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
2494 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
2495 (struct flock): Move l_start, l_len to the beginning.
2496 Use __pid_t for l_pid.
2497 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
2498 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
2499 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
2500 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
2501 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
2502 [__USE_LARGEFILE64] (struct flock64): New type.
2503 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
2504
f0bd3e25
RM
2505 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
2506 * bits/dirent.h: ... here.
2507
d34689de
RM
2508 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
2509 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
2510
6dad2c06
JM
25112012-08-07 Joseph Myers <joseph@codesourcery.com>
2512
2513 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2514 Change from 2.6.0 to 2.6.16.
2515 * sysdeps/unix/sysv/linux/configure: Regenerated.
2516 * sysdeps/unix/sysv/linux/kernel-features.h
2517 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
2518 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
2519 version.
2520 (__ASSUME_UTIMES): Likewise.
2521 (__ASSUME_CLONE_STOPPED): Remove.
2522 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
2523 architectures, not kernel version.
2524 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
2525 (__ASSUME_NO_CLONE_DETACHED): Likewise.
2526 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
2527 (__ASSUME_WAITID_SYSCALL): Likewise.
2528 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
2529 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
2530 * README: State 2.6.16 as minimum Linux kernel version. Do not
2531 refer to older versions.
2532
03af9520
RM
25332012-08-06 Roland McGrath <roland@hack.frob.com>
2534
8e49df1d
RM
2535 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
2536 Define alphasort64 as an alias.
2537 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
2538 Define versionsort64 as an alias.
2539 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
2540 Define scandir64 as an alias.
2541 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
2542 Define scandirat64 as an alias.
2543 * dirent/alphasort64.c (alphasort64):
2544 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
2545 * dirent/versionsort64.c: Likewise.
2546 * dirent/scandir64.c: Likewise.
2547 * dirent/scandirat64.c: Likewise.
2548 * sysdeps/wordsize-64/alphasort.c: File removed.
2549 * sysdeps/wordsize-64/alphasort64.c: File removed.
2550 * sysdeps/wordsize-64/scandir.c: File removed.
2551 * sysdeps/wordsize-64/scandir64.c: File removed.
2552 * sysdeps/wordsize-64/scandirat.c: File removed.
2553 * sysdeps/wordsize-64/scandirat64.c: File removed.
2554 * sysdeps/wordsize-64/versionsort.c: File removed.
2555 * sysdeps/wordsize-64/versionsort64.c: File removed.
2556 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
2557 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
2558 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
2559 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
2560 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
2561 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
2562 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
2563 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
2564
2565 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
2566 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
2567 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
2568 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2569 [defined __arch64__ || defined __sparcv9]
2570 (__INO_T_MATCHES_INO64_T): New macro.
2571 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
2572 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
2573 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
2574 * sysdeps/unix/sysv/linux/bits/dirent.h
2575 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
2576 (_DIRENT_MATCHES_DIRENT64): New macro.
2577
03af9520
RM
2578 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
2579 Define lockf64 as an alias.
2580 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
2581 Define fseeko64 as an alias.
2582 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
2583 Define ftello64 as an alias.
2584 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
2585 Define _IO_fgetpos64 and fgetpos64 as aliases.
2586 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
2587 Define _IO_fsetpos64 and fsetpos64 as aliases.
2588 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
2589 Conditionalize body on this.
2590 * libio/fseeko64.c: Likewise.
2591 * libio/ftello64.c: Likewise.
2592 * libio/iofgetpos64.c: Likewise.
2593 * libio/iofsetpos64.c: Likewise.
2594 * sysdeps/wordsize-64/lockf.c: File removed.
2595 * sysdeps/wordsize-64/lockf64.c: File removed.
2596 * sysdeps/wordsize-64/fseeko.c: File removed.
2597 * sysdeps/wordsize-64/fseeko64.c: File removed.
2598 * sysdeps/wordsize-64/ftello.c: File removed.
2599 * sysdeps/wordsize-64/ftello64.c: File removed.
2600 * sysdeps/wordsize-64/iofgetpos.c: File removed.
2601 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
2602 * sysdeps/wordsize-64/iofsetpos.c: File removed.
2603 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
2604 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
2605 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
2606 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
2607 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
2608 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
2609 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
2610 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
2611 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
2612 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
2613 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
2614
2615 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
2616 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
2617 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
2618 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2619 [defined __arch64__ || defined __sparcv9]
2620 (__OFF_T_MATCHES_OFF64_T): New macro.
2621 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
2622 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
2623 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
2624 (__OFF_T_MATCHES_OFF64_T): New macro.
2625
c5757acd
L
26262012-08-06 H.J. Lu <hongjiu.lu@intel.com>
2627
2628 * stdlib/secure-getenv.c (__secure_getenv): Replace
2629 GLIBC_2_16 with GLIBC_2_17.
2630
3a31811e
L
26312012-08-06 H.J. Lu <hongjiu.lu@intel.com>
2632
2633 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
2634 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
2635
faa2bccb
DM
26362012-08-03 David S. Miller <davem@davemloft.net>
2637
2638 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2639
85fe1997
JM
26402012-08-03 Joseph Myers <joseph@codesourcery.com>
2641
2642 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
2643 Remove.
2644 (__ASSUME_CORRECT_SI_PID): Likewise.
2645 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
2646 (__ASSUME_TMPFS_NAME): Likewise.
2647 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
2648 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
2649 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
2650 (HAVE_AUX_SECURE): Make definition unconditional.
2651 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
2652 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
2653
4f75b7a0
RM
26542012-08-03 Roland McGrath <roland@hack.frob.com>
2655
2656 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
2657 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
2658 * sysdeps/mach/hurd/eloop-threshold.h: New file.
2659 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
2660 __eloop_threshold instead of SYMLOOP_MAX.
2661
2662 * sysdeps/generic/eloop-threshold.h: New file.
2663 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
2664 of MAXSYMLINKS.
2665 * elf/chroot_canon.c (chroot_canon): Likewise.
2666
7aab07e4
JM
26672012-08-03 Joseph Myers <joseph@codesourcery.com>
2668
2669 [BZ #13717]
2670 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2671 Change to 2.6.0 everywhere.
2672 * sysdeps/unix/sysv/linux/configure: Regenerated.
2673 * sysdeps/unix/sysv/linux/kernel-features.h
2674 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
2675 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
2676 kernel versions.
2677 (__ASSUME_POSIX_TIMERS): Define unconditionally.
2678 (__ASSUME_FUTEX_REQUEUE): Remove.
2679 (__ASSUME_STATFS64): Define unconditionally.
2680 (__ASSUME_AT_SECURE): Likewise.
2681 (__ASSUME_CORRECT_SI_PID): Likewise.
2682 (__ASSUME_TGKILL): Define without depending on kernel version for
2683 i386.
2684 (__ASSUME_UTIMES): Likewise.
2685 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
2686 kernel version.
2687 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
2688 (__ASSUME_TMPFS_NAME): Likewise.
2689 * README: Update reference to Linux kernel versions.
2690
b67e9372
MP
26912012-08-02 Marek Polacek <polacek@redhat.com>
2692
1f529f7d 2693 [BZ# 14150]
b67e9372
MP
2694 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
2695 libc_cv_asm_type_prefix with %.
2696 * configure: Regenerated.
d2441631
RM
2697 * include/libc-symbols.h: Remove comment about
2698 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
2699 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
2700 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
2701 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
2702 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
2703 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
2704 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
2705 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
2706 * elf/tst-unique2mod1.c: Likewise.
2707 * elf/tst-unique1mod2.c: Likewise.
2708 * elf/tst-unique1mod1.c: Likewise.
2709 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
2710 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
2711 Replace ASM_TYPE_DIRECTIVE with .type.
2712 * sysdeps/s390/s390-64/sysdep.h: Likewise.
2713 * sysdeps/i386/sysdep.h: Likewise.
2714 * sysdeps/x86_64/sysdep.h: Likewise.
2715 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
2716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
2717 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 2718 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
2719 * sysdeps/powerpc/powerpc32/sysdep.h:
2720 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
2721 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
2722 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
2723 * sysdeps/i386/fpu/e_powf.S: Likewise.
2724 * sysdeps/i386/fpu/e_expl.S: Likewise.
2725 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
2726 * sysdeps/i386/fpu/e_acosh.S: Likewise.
2727 * sysdeps/i386/fpu/e_pow.S: Likewise.
2728 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
2729 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
2730 * sysdeps/i386/fpu/s_expm1.S: Likewise.
2731 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
2732 * sysdeps/i386/fpu/e_log2.S: Likewise.
2733 * sysdeps/i386/fpu/e_log2l.S: Likewise.
2734 * sysdeps/i386/fpu/e_scalb.S: Likewise.
2735 * sysdeps/i386/fpu/e_powl.S: Likewise.
2736 * sysdeps/i386/fpu/e_log10f.S: Likewise.
2737 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
2738 * sysdeps/i386/fpu/e_logl.S: Likewise.
2739 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
2740 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
2741 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
2742 * sysdeps/i386/fpu/e_log2f.S: Likewise.
2743 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
2744 * sysdeps/i386/fpu/e_log.S: Likewise.
2745 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
2746 * sysdeps/i386/fpu/e_logf.S: Likewise.
2747 * sysdeps/i386/fpu/e_log10l.S: Likewise.
2748 * sysdeps/i386/fpu/e_atanh.S: Likewise.
2749 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
2750 * sysdeps/i386/fpu/e_log10.S: Likewise.
2751 * sysdeps/i386/fpu/s_frexp.S: Likewise.
2752 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
2753 * sysdeps/i386/fpu/s_asinh.S: Likewise.
2754 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
2755 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
2756 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
2757 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
2758 * sysdeps/i386/i686/strtok.S: Likewise.
2759 * sysdeps/i386/i386-mcount.S: Likewise.
2760 * sysdeps/i386/strtok.S: Likewise.
2761 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
2762 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
2763 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
2764 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
2765 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
2766 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
2767 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
2768 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
2769 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
2770 * sysdeps/x86_64/_mcount.S: Likewise.
2771 * sysdeps/x86_64/strtok.S: Likewise.
2772 * sysdeps/sh/_mcount.S: Likewise.
2773
2747bf9a
RM
27742012-08-01 Roland McGrath <roland@hack.frob.com>
2775
2776 * libio/iofopen.c: Include <fcntl.h>.
2777 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
2778 (_IO_fopen64, fopen64): Define as aliases.
2779 * libio/iofopen64.c: Include <fcntl.h>.
2780 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
2781 Conditionalize body on this.
2782 * sysdeps/wordsize-64/iofopen.c: File removed.
2783 * sysdeps/wordsize-64/iofopen64.c: File removed.
2784
3fb791b8
MP
27852012-08-01 Marek Polacek <polacek@redhat.com>
2786
2787 * libc/Makeconfig: Use elf in place of binfmt-subdir.
2788 Use dlfcn directly instead of a variable.
2789 (binfmt-subdir): Do not define.
2790 (dlfcn): Likewise.
2791
a9f1039f
JM
27922012-08-01 Joseph Myers <joseph@codesourcery.com>
2793
23bddc06
JM
2794 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
2795 Remove all definitions.
2796 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
2797 <kernel-features.h>.
2798 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
2799 (miss_F_GETOWN_EX): Remove all definitions.
2800 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
2801 macro definition.
2802 [!__ASSUME_FCNTL64]: Remove conditional code.
2803 [__ASSUME_FCNTL64]: Make code unconditional.
2804 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
2805 <kernel-features.h>.
2806 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
2807 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
2808 (lockf64) [__NR_fcntl64]: Make code unconditional.
2809 (lockf64) [__ASSUME_FCNTL64]: Likewise.
2810
a9f1039f
JM
2811 * sysdeps/unix/sysv/linux/kernel-features.h
2812 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
2813 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
2814 Make code unconditional.
2815 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
2816 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
2817 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
2818 [__NR_vfork]: Make code unconditional.
2819 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
2820 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
2821 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
2822 [__NR_vfork]: Make code unconditional.
2823 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
2824 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
2825
09c0ee5f
RM
28262012-08-01 Roland McGrath <roland@hack.frob.com>
2827
48aec5b9
RM
2828 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
2829 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
2830
cd97c966
RM
2831 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2832 Define mkstemp64 as an alias.
3f55550c
RM
2833 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2834 Define mkstemps64 as an alias.
cd97c966
RM
2835 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2836 Define mkostemp64 as an alias.
b8625cfc
RM
2837 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2838 Define mkostemps64 as an alias.
cd97c966
RM
2839 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
2840 Conditionalize body on this.
2841 * misc/mkostemp64.c: Likewise.
b8625cfc 2842 * misc/mkostemps64.c: Likewise.
3f55550c 2843 * misc/mkstemps64.c: Likewise.
cd97c966
RM
2844 * sysdeps/wordsize-64/mkstemp64.c: File removed.
2845 * sysdeps/wordsize-64/mkostemp64.c: File removed.
2846 * sysdeps/wordsize-64/mkostemp.c: File removed.
2847 * sysdeps/wordsize-64/mkstemp.c: File removed.
2848 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
2849 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
2850 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
2851 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
2852
09c0ee5f
RM
2853 [BZ #14138]
2854 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
2855 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
2856 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
2857 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
2858
2859 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
2860 compat_symbol macros from <shlib-compat.h> rather than the underlying
2861 default_symbol_version and symbol_version macros, so that DEFAULT
2862 lines in shlib-versions are respected.
2863 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
2864
7e66ee51
FW
28652012-08-01 Florian Weimer <fweimer@redhat.com>
2866
2867 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
2868 Declare with warn_unused_result.
2869 (setgid, setregid, setegid, setresgid): Likewise.
2870 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
2871 Likewise.
2872 * WUR-REPORT: Remove set*id functions.
2873
d2a54255
PT
28742012-07-31 Pino Toscano <toscano.pino@tiscali.it>
2875
2876 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
2877
7ecdb005
RM
28782012-07-31 Roland McGrath <roland@hack.frob.com>
2879
789bd351
RM
2880 * include/sys/socket.h (__libc_accept, __libc_accept4):
2881 Add attribute_hidden.
2882 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
2883
40ce302d
RM
2884 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
2885 use of PTR_MANGLE.
2886 * inet/getnetgrent_r.c (setup): Likewise.
2887
7ecdb005
RM
2888 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
2889
e2eabb2c
DM
28902012-07-31 David S. Miller <davem@davemloft.net>
2891
2892 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2893
d0419dbf
JM
28942012-07-31 Joseph Myers <joseph@codesourcery.com>
2895
2896 [BZ #13629]
2897 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
2898 value between 1.0 and 2.0 and smaller part has absolute value less
2899 than 1.0.
2900 * math/s_clog10.c (__clog10): Likewise.
2901 * math/s_clog10f.c (__clog10f): Likewise.
2902 * math/s_clog10l.c (__clog10l): Likewise.
2903 * math/s_clogf.c (__clogf): Likewise.
2904 * math/s_clogl.c (__clogl): Likewise.
2905 * math/libm-test.inc (clog_test): Add more tests.
2906 (clog10_test): Likewise.
2907 * sysdeps/i386/fpu/libm-test-ulps: Update.
2908 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2909
2bc13872
FW
29102012-07-31 Florian Weimer <fweimer@redhat.com>
2911
2912 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
2913 Exit with zero in case no suitable GID is found, and write a
2914 message to standard error.
2915
bea9b193
RM
29162012-07-30 Roland McGrath <roland@hack.frob.com>
2917
2918 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
2919 rather than to 1.
2920 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
2921 (MAXPATHLEN): Removed.
2922 (NOGROUP, NODEV): New macros.
2923 (setbit, clrbit, isset, isclr): New macros.
2924 (howmany, roundup, powerof2): New macros.
2925 (DEV_BSIZE): New macro.
2926
2927 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
2928 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
2929
2930 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
2931 definition on [!__NO_LONG_DOUBLE_MATH].
2932
2933 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
2934 PTR_MANGLE and PTR_DEMANGLE.
2935
2936 * socket/accept4.c (accept4): Rename to __libc_accept4.
2937 Define accept4 as a weak alias.
2938
2939 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
2940 on [_DIRENT_HAVE_D_TYPE].
2941 * io/ftw.c (ftw_dir): Likewise.
2942
2943 * io/xmknod.c (__xmknod): Don't check PATH for being null.
2944
2945 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
2946
2947 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
2948 Use the BSD numbers rather than the arbitrary ones we had.
2949 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
2950 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
2951 (SIGXCPU, SIGXFSZ): New macros.
2952 (_NSIG): Now 32.
2953
2954 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
2955 initializer on [_LIBC_REENTRANT].
2956
2957 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
2958 definitions inside [_POSIX_MAPPED_FILES].
2959
2960 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
2961
2962 * dirent/opendir.c: Include <fcntl.h>.
2963
2964 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
2965 (__libc_getspecific): Likewise.
2966 (__libc_key_create): Likewise.
2967
2968 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
2969 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
2970 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
2971 (tmpfile64): Define as alias.
2972 * sysdeps/wordsize-64/tmpfile.c: File removed.
2973 * sysdeps/wordsize-64/tmpfile64.c: File removed.
2974 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
2975 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
2976
2977 * stdio-common/vfscanf.c: Include <stdbool.h>.
2978 * nss/makedb.c: Likewise.
2979 * stdio-common/_i18n_number.h: Likewise.
2980 * argp/argp-help.c: Likewise.
2981 * posix/wordexp.c: Likewise.
2982 * sysdeps/posix/spawni.c: Likewise.
2983 * nss/nss_files/files-initgroups.c: Likewise.
2984 * stdio-common/reg-modifier.c: Include <stdlib.h>.
2985 * nss/nss_files/files-initgroups.c: Likewise.
2986 * nss/nss_db/db-netgrp.c: Likewise.
2987 * nss/nss_db/db-initgroups.c: Likewise.
2988 * io/fchmodat.c: Include <sys/stat.h>.
2989
2990 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
2991 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
2992
2993 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
2994 [HAVE_MMAP].
2995
2996 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
2997 Add multiple inclusion protection.
2998
e5abc686
DM
29992012-07-27 David S. Miller <davem@davemloft.net>
3000
3001 * sysdeps/sparc/fpu/libm-test-ulps: Update.
3002
815e6fa3
GB
30032012-07-27 Gary Benson <gbenson@redhat.com>
3004
3005 [BZ #14298]
3006 * elf/rtld.c: Include <stap-probe.h>.
3007 (dl_main): Added static probes "init_start" and "init_complete".
3008 * elf/dl-load.c: Include <stap-probe.h>.
3009 (lose): Take new parameter "nsid".
3010 Added static probe "map_failed".
3011 (_dl_map_object_from_fd): Pass namespace id to lose.
3012 Added static probe "map_start".
3013 (open_verify): Pass namespace id to lose.
3014 * elf/dl-open.c: Include <stap-probe.h>.
3015 (dl_open_worker) Added static probes "map_complete", "reloc_start"
3016 and "reloc_complete".
3017 * elf/dl-close.c: Include <stap-probe.h>.
3018 (_dl_close_worker): Added static probes "unmap_start" and
3019 "unmap_complete".
3020 * elf/rtld-debugger-interface.txt: New file documenting the above.
3021
9f98c16c
RM
30222012-07-26 Roland McGrath <roland@hack.frob.com>
3023
3024 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
3025 rather than a string variable.
3026 * sunrpc/rpc_main.c (h_output): Likewise.
3027 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
3028
f3c22df3
PT
30292012-07-26 Pino Toscano <toscano.pino@tiscali.it>
3030
3031 * inet/check_native.c: New file.
3032
3129cfc6
JM
30332012-07-26 Joseph Myers <joseph@codesourcery.com>
3034
da865e95
JM
3035 [BZ #13629]
3036 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
3037 if larger part has absolute value 1.0.
3038 * math/s_clog10.c (__clog10): Likewise.
3039 * math/s_clog10f.c (__clog10f): Likewise.
3040 * math/s_clog10l.c (__clog10l): Likewise.
3041 * math/s_clogf.c (__clogf): Likewise.
3042 * math/s_clogl.c (__clogl): Likewise.
3043 * math/libm-test.inc (clog_test): Add more tests.
3044 (clog10_test): Likewise.
3045 * sysdeps/i386/fpu/libm-test-ulps: Update.
3046 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3047
3129cfc6
JM
3048 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
3049 (pltexit): Likewise.
3050 (La_regs): Likewise.
3051 (La_retval): Likewise.
3052 (int_retval): Likewise.
3053 Update #error for removed macros to refer only to definitions in
3054 tst-audit.h.
3055 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
3056 macro.
3057 (pltexit): Likewise.
3058 (La_regs): Likewise.
3059 (La_retval): Likewise.
3060 (int_retval): Likewise.
3061 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
3062 macro.
3063 (pltexit): Likewise.
3064 (La_regs): Likewise.
3065 (La_retval): Likewise.
3066 (int_retval): Likewise.
3067 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
3068 macro.
3069 (pltexit): Likewise.
3070 (La_regs): Likewise.
3071 (La_retval): Likewise.
3072 (int_retval): Likewise.
3073 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
3074 macro.
3075 (pltexit): Likewise.
3076 (La_regs): Likewise.
3077 (La_retval): Likewise.
3078 (int_retval): Likewise.
3079 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
3080 macro.
3081 (pltexit): Likewise.
3082 (La_regs): Likewise.
3083 (La_retval): Likewise.
3084 (int_retval): Likewise.
3085 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
3086 macro.
3087 (pltexit): Likewise.
3088 (La_regs): Likewise.
3089 (La_retval): Likewise.
3090 (int_retval): Likewise.
3091 * sysdeps/generic/tst-audit.h: Update comment to refer only to
3092 macro definitions in tst-audit.h.
3093 * sysdeps/i386/tst-audit.h: New file.
3094 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
3095 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
3096 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
3097 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
3098 * sysdeps/sh/tst-audit.h: Likewise.
3099 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
3100 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
3101 * sysdeps/x86_64/tst-audit.h: Likewise.
3102
bfc07087
AJ
31032012-07-26 Andreas Jaeger <aj@suse.de>
3104
b1b2aaf8
AJ
3105 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
3106 ptrace.
3107
3108 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
3109 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
3110 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
3111 PTRACE_O_MASK.
3112 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
3113 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
3114 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
3115
bfc07087
AJ
3116 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
3117 value.
3118
3119 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
3120 _sigsys.
3121 (si_call_addr, si_syscall, si_arch): Define new macro.
3122 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
3123 _sigsys.
3124 (si_call_addr, si_syscall, si_arch): Define new marcro.
3125 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
3126 _sigsys.
3127 (si_call_addr, si_syscall, si_arch): Define new macro.
3128 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
3129 _sigsys.
3130 (si_call_addr, si_syscall, si_arch): Define new macro.
3131
89b4b02f
JM
31322012-07-25 Joseph Myers <joseph@codesourcery.com>
3133
3134 [BZ #13717]
3135 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
3136 Change to 2.4.21 where previously 2.4.1.
3137 * sysdeps/unix/sysv/linux/configure: Regenerated.
3138 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
3139 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
3140 Linux kernel version.
3141 (__ASSUME_STD_AUXV): Remove.
3142 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
3143 kernel version.
3144 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
3145 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
3146 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
3147 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
3148 (__ASSUME_NETLINK_SUPPORT): Likewise.
3149 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
3150 (__no_netlink_support): Remove conditional definition.
3151 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
3152 Remove.
3153 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
3154 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
3155 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
3156 (if_nameindex_ioctl): Remove.
3157 (if_nameindex_netlink): Do not handle __no_netlink_support.
3158 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
3159 code.
3160 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
3161 Remove conditional code.
3162 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
3163 code.
3164 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
3165 unconditional.
3166 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
3167 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
3168 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
3169 Remove.
3170 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3171 [!__ASSUME_STD_AUXV]: Remove conditional code.
3172 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
3173 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
3174 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
3175 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
3176 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
3177 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
3178 code.
3179 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
3180 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
3181 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
3182 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
3183 conditional code.
3184 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
3185 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
3186 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
3187 code.
3188 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
3189 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
3190 conditional code.
3191 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
3192 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
3193 code unconditional.
3194 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3195 conditional code.
3196 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
3197 unconditional.
3198 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3199 conditional code.
3200 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
3201 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
3202 unconditional.
3203 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3204 conditional code.
3205 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3206 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
3207 code unconditional.
3208 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3209 conditional code.
3210 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
3211 unconditional.
3212 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3213 conditional code.
3214 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3215 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
3216 code unconditional.
3217 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3218 conditional code.
3219 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
3220 unconditional.
3221 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
3222 conditional code.
3223
842a39cd
AS
32242012-07-25 Andreas Schwab <schwab@linux-m68k.org>
3225
3226 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
3227 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
3228 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
3229 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
3230 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
3231 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3232 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3233 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
3234 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
3235 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
3236 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
3237 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
3238 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
3239 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3240 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
3241 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
3242 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
3243 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
3244 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
3245 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
3246 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
3247 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
3248 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
3249
84b3fd84
FW
32502012-07-25 Florian Weimer <fweimer@redhat.com>
3251
3252 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
3253 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
3254 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
3255 Introduce __libc_secure_getenv.
0c7936d5
FW
3256 * stdlib/Versions (2.17): Add secure_getenv
3257 (GLIBC_PRIVATE): Add __libc_secure_getenv.
3258 * stdlib/secure-getenv.c: Rename __secure_getenv to
3259 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
3260 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
3261 * stdlib/tst-secure-getenv.c: New.
3262 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
3263 * manual/startup.texi (Environment Access): Document
3264 secure_getenv.
84b3fd84
FW
3265 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
3266 __libc_secure_getenv.
3267 * inet/ruserpass.c (ruserpass): Likewise.
3268 * malloc/mtrace.c (mtrace): Likewise.
3269 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 3270 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
3271 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
3272 * sysdeps/posix/tempname.c: Likewise. Evaluate
3273 HAVE_SECURE_GETENV.
3274 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 3275 __secure_getenv to __libc_secure_getenv.
84b3fd84 3276 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
3277 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3278 Likewise.
3279 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3280 Likewise.
3281 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
3282 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
3283 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
3284 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
3285 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
3286 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
3287 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 3288
56e49b71
JM
32892012-07-25 Joseph Myers <joseph@codesourcery.com>
3290
3291 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
3292 (struct La_i86_retval): Likewise.
3293 (struct La_x86_64_regs): Likewise.
3294 (struct La_x86_64_retval): Likewise.
3295 (struct La_x32_regs): Likewise.
3296 (struct La_x32_retval): Likewise.
3297 (struct La_ppc32_regs): Likewise.
3298 (struct La_ppc32_retval): Likewise.
3299 (struct La_ppc64_regs): Likewise.
3300 (struct La_ppc64_retval): Likewise.
3301 (struct La_sh_regs): Likewise.
3302 (struct La_sh_retval): Likewise.
3303 (struct La_s390_32_regs): Likewise.
3304 (struct La_s390_32_retval): Likewise.
3305 (struct La_s390_64_regs): Likewise.
3306 (struct La_s390_64_retval): Likewise.
3307 (struct La_sparc32_regs): Likewise.
3308 (struct La_sparc32_retval): Likewise.
3309 (struct La_sparc64_regs): Likewise.
3310 (struct La_sparc64_retval): Likewise.
3311 (struct audit_ifaces): Remove architecture-specific pltenter and
3312 pltexit members.
3313 * sysdeps/i386/ldsodefs.h: New file.
3314 * sysdeps/powerpc/ldsodefs.h: Likewise.
3315 * sysdeps/s390/ldsodefs.h: Likewise.
3316 * sysdeps/sh/ldsodefs.h: Likewise.
3317 * sysdeps/sparc/ldsodefs.h: Likewise.
3318 * sysdeps/x86_64/ldsodefs.h: Likewise.
3319
354691b7
MP
33202012-07-25 Marek Polacek <polacek@redhat.com>
3321
3322 [BZ #6808]
3323 * math/libm-test.inc (yn_test): Add another test.
3324 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
3325 to ERANGE when the result is +-Inf.
3326 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
3327 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
3328 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
3329 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
3330
bf9e2071
JM
33312012-07-24 Joseph Myers <joseph@codesourcery.com>
3332
3333 * conform/data/time.h-data (NULL): Use macro-constant. Require
3334 equal to 0.
3335 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
3336 clock_t.
3337 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
3338
57633811
TS
33392012-07-23 Thomas Schwinge <thomas@codesourcery.com>
3340
3341 * configure.in <sysdeps resolving>: Correct printing
3342 Implies_before.
3343 * configure: Regenerate.
3344
c23c33b0
TS
33452012-07-22 Thomas Schwinge <thomas@codesourcery.com>
3346
3347 * math/w_ilogb.c: Include <limits.h>.
3348 * math/w_ilogbl.c: Likewise.
3349
b5982523
JM
33502012-07-20 Joseph Myers <joseph@codesourcery.com>
3351
3352 * manual/lang.texi (__va_copy): Document primarily as ISO C99
3353 va_copy. Document allowing for unavailable va_copy only as
3354 pre-C99 compatibility.
3355 * manual/string.texi (Copying and Concatenation): Use va_copy
3356 instead of __va_copy in concat example.
3357
ac4ea442
PT
33582012-07-20 Pino Toscano <toscano.pino@tiscali.it>
3359
3360 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
3361 (__sendto): Use create_address_port. Initialize APORT and deallocate
3362 it if not null.
3363
f98eafbd
PT
3364 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
3365 with O_NOLINK passed to __file_name_lookup.
3366
898c7aab
PT
3367 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
3368 with O_NOLINK passed to __file_name_lookup.
3369
0ced335a
PT
3370 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
3371 negative N or less than NGIDS.
3372
b3404dbd
PT
3373 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
3374 type to string_t. Set ERANGE as errno and return it if NAME is not big
3375 enough. Use memcpy instead of strncpy.
3376
0f48659e
JM
33772012-07-20 Joseph Myers <joseph@codesourcery.com>
3378
3379 * elf/Makefile (check-data): Remove.
3380 (localplt.data): New vpath directive.
3381 ($(objpfx)check-localplt.out): Use localplt.data from vpath
3382 instead of $(check-data).
3383 * scripts/data/localplt-generic.data: Move to ...
3384 * sysdeps/generic/localplt.data: ... here.
3385 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
3386 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
3387 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
3388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3389 ... here.
3390 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
3391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3392 ... here.
3393 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
3394 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
3395 ... here.
3396 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
3397 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3398 ... here.
3399 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
3400 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
3401 ... here.
3402 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
3403 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
3404 ... here.
3405
d37cbdaa
AZ
34062012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3407
3408 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
3409 PPC32 and PPC64 files.
3410 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
3411 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
3412
46f85fc2
AK
34132012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3414
3415 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
3416 __makecontext_ret to ...
3417 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
3418 ... here and call exit if uc_link is NULL. New file.
3419 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
3420 __makecontext_ret.S.
3421 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
3422 __makecontext_ret to ...
3423 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
3424 ... here and call exit if uc_link is NULL. New file.
3425 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
3426 __makecontext_ret.S.
3427
08f43f9b
AK
34282012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3429
3430 * elf/elf.h (R_390_IRELATIVE): New definition.
3431 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
3432 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
3433 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
3434 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
3435 (elf_machine_lazy_rel): Likewise.
3436 * sysdeps/s390/dl-irel.h: New file.
3437 * sysdeps/s390/s390-64/memcpy.S: New asm code.
3438 * sysdeps/s390/s390-64/memset.S: New asm code.
3439 * sysdeps/s390/s390-64/memcmp.S: New asm code.
3440 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
3441 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
3442 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
3443 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
3444 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
3445 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
3446 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
3447 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
3448 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
3449 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
3450 * sysdeps/s390/s390-32/memcpy.S: New asm code.
3451 * sysdeps/s390/s390-32/memset.S: New asm code.
3452 * sysdeps/s390/s390-32/memcmp.S: New asm code.
3453
3b05db33
MP
34542012-07-17 Marek Polacek <polacek@redhat.com>
3455
3456 [BZ #14349]
3457 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
3458 * sysdeps/s390/s390-64/configure.in: Likewise.
3459 * sysdeps/sparc/configure.in: Likewise.
3460 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
3461 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
3462 * sysdeps/i386/configure.in: Likewise.
3463 * sysdeps/x86_64/configure.in: Likewise.
3464 * sysdeps/sh/configure.in: Likewise.
3465 * sysdeps/s390/s390-32/configure: Regenerated.
3466 * sysdeps/s390/s390-64/configure: Likewise.
3467 * sysdeps/x86_64/configure: Likewise.
3468 * sysdeps/sh/configure: Likewise.
3469 * sysdeps/powerpc/powerpc64/configure: Likewise.
3470 * sysdeps/powerpc/powerpc32/configure: Likewise.
3471 * sysdeps/sparc/configure: Likwise.
3472 * sysdeps/i386/configure: Likewise.
3473
a66877c6
MP
3474 * elf/dl-open.c: Comment fixes.
3475
cfc82fd8
JM
34762012-07-17 Joseph Myers <joseph@codesourcery.com>
3477
bd29910a
JM
3478 * Makefile [CXX] (check-data): Remove.
3479 [CXX] (c++-types.data): New vpath directive.
3480 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
3481 vpath. Do not allow for C++ type data being missing.
3482 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
3483 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
3484 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
3485 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
3486 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
3487 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
3488 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
3489 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3490 ... here.
3491 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
3492 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3493 ... here.
3494 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
3495 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
3496 ... here.
3497 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
3498 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
3499 ... here.
3500 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
3501 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
3502 ... here.
3503 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
3504 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
3505 ... here.
3506 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
3507 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
3508 ... here.
3509 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
3510 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
3511
cfc82fd8
JM
3512 * elf/tls-macros.h (TLS_LE): Move architecture-specific
3513 definitions to architecture-specific files.
3514 (TLS_IE): Likewise.
3515 (TLS_LD): Likewise.
3516 (TLS_GD): Likewise.
3517 * sysdeps/i386/tls-macros.h: New file.
3518 * sysdeps/powerpc/tls-macros.h: Likewise.
3519 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
3520 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
3521 * sysdeps/sh/tls-macros.h: Likewise.
3522 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
3523 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
3524 * sysdeps/x86_64/tls-macros.h: Likewise.
3525
f7db3170
TS
35262012-07-17 Thomas Schwinge <thomas@codesourcery.com>
3527
07cbfc23
TS
3528 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
3529 zero value for regular exit case.
3530
f7db3170
TS
3531 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
3532 (__start_context): Preserve zero value for regular exit case.
3533
dc97c227
TS
35342012-07-17 Thomas Schwinge <thomas@codesourcery.com>
3535 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3536
3537 * manual/setjmp.texi (setcontext): Clarify normal process
3538 termination when uc_link is the null pointer.
3539 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
3540 exit call.
3541
d0cd7d02
AS
35422012-07-16 Andreas Schwab <schwab@linux-m68k.org>
3543
3544 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
3545 preprocessor. Test for each exception mask separately.
3546
dd318934
AJ
35472012-07-16 Andreas Jaeger <aj@suse.de>
3548
3549 * po/ru.po: Update from translation team.
3550
8048311a
JM
35512012-07-15 Joseph Myers <joseph@codesourcery.com>
3552
3553 * conform/data/string.h-data (NULL): Use macro-constant. Require
3554 equal to 0.
3555 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
3556 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
3557 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
3558 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
3559 [ISO || ISO99 || ISO11] (*_t): Do not allow.
3560
b637d46e
AJ
35612012-07-13 Andreas Jaeger <aj@suse.de>
3562
3563 * po/fr.po: Update from translation team.
3564
541428fe
MP
35652012-07-12 Marek Polacek <polacek@redhat.com>
3566
3567 [BZ #14173]
3568 * math/libm-test.inc (yn_test): Add test for BZ #14173.
3569 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
3570 loop condition.
3571
ec332e94
JM
35722012-07-12 Joseph Myers <joseph@codesourcery.com>
3573
3574 [BZ #13717]
3575 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
3576 Change to 2.4.1 where previously 2.4.0.
3577 * sysdeps/unix/sysv/linux/configure: Regenerated.
3578 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
3579 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
3580 version.
3581 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
3582 (__ASSUME_AT_CLKTCK): Remove.
3583 (__ASSUME_AT_PAGESIZE): Likewise.
3584 (__ASSUME_AT_XID): Likewise.
3585 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
3586 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
3587 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
3588 unconditionally.
3589 (HAVE_AUX_PAGESIZE): Likewise.
3590 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
3591 [__ASSUME_AT_CLKTCK]: Make code unconditional.
3592 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
3593
7b6e99be
JB
35942012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
3595
3596 [BZ #14307]
3597 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
3598 the temporary buffer used to invoke __gethostbyname2_r,
3599 __gethostbyaddr_r and gethostbyname4_r to make room for struct
3600 host_data / struct gaih_addrtuple.
3601 * resolv/nss_dns/dns-host.c (global scope): Move definition of
3602 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
3603 header file nss/nsswitch.h.
3604 * nss/nsswitch.h (global scope): Add definition of implementation
3605 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
3606 resolv/nss_dns/dns-host.c).
3607
608404eb
AJ
36082012-07-11 Andreas Jaeger <aj@suse.de>
3609
3610 * po/fr.po: Update from translation team.
3611
71220aca
AJ
3612 * po/sv.po: Update from translation team
3613 * po/fr.po: Another update from translation team.
3614
28cfe843
AZ
36152012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3616
3617 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
3618 for subnormals or multiply small sinh result by itself.
3619 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
3620 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3621
6b90f981
DM
36222012-07-11 David S. Miller <davem@davemloft.net>
3623
3624 * sysdeps/sparc/fpu/libm-test-ulps: Update.
3625
c6825772
AS
36262012-07-10 Andreas Schwab <schwab@linux-m68k.org>
3627
3628 [BZ #14347]
3629 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
3630 (INTERNAL_MARK): Shift it here.
3631
7b8e0d49
MP
36322012-07-10 Marek Polacek <polacek@redhat.com>
3633
3634 [BZ #14151]
3635 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
3636 libc_cv_asm_global_directive with .globl.
3637 * configure: Regenerated.
3638 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
3639 with .globl.
3640 * sysdeps/i386/configure: Regenerated.
3641 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
3642 with .globl.
3643 * sysdeps/x86_64/configure: Regenerated.
3644 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
3645 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
3646 * elf/tst-unique2mod2.c: Likewise.
3647 * elf/tst-unique2mod1.c: Likewise.
3648 * elf/tst-unique1mod2.c: Likewise.
3649 * elf/tst-unique1mod1.c: Likewise.
3650 * sysdeps/s390/s390-32/sysdep.h: Likewise.
3651 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
3652 * sysdeps/s390/s390-64/sysdep.h: Likewise.
3653 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
3654 * sysdeps/mach/sysdep.h: Likewise.
3655 * sysdeps/i386/sysdep.h: Likewise.
3656 * sysdeps/i386/i386-mcount.S: Likewise.
3657 * sysdeps/x86_64/_mcount.S: Likewise.
3658 * sysdeps/x86_64/sysdep.h: Likewise.
3659 * sysdeps/sh/_mcount.S: Likewise.
3660 * sysdeps/sh/sysdep.h: Likewise.
3661 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
3662 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
3663 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
3664 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
3665 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
3666 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
3667 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
3668 * locale/localeinfo.h: Likewise.
3669 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
3670 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
3671
6c55cda3
RM
36722012-07-09 Roland McGrath <roland@hack.frob.com>
3673
3674 [BZ #14336]
3675 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
3676 system".
3677 * manual/message.texi (The Uniforum approach): Likewise.
3678 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
3679 (glibc iconv Implementation): Likewise.
3680
638a572e
JM
36812012-07-09 Joseph Myers <joseph@codesourcery.com>
3682
3683 [BZ #14337]
3684 * math/s_clog.c (__clog): Avoid scaling a value down where that
3685 could result in underflow.
3686 * math/s_clog10.c (__clog10): Likewise.
3687 * math/s_clog10f.c (__clog10f): Likewise.
3688 * math/s_clog10l.c (__clog10l): Likewise.
3689 * math/s_clogf.c (__clogf): Likewise.
3690 * math/s_clogl.c (__clogl): Likewise.
3691 * math/libm-test.inc (clog_test): Add more tests.
3692 (clog10_test): Likewise.
3693 * sysdeps/i386/fpu/libm-test-ulps: Update.
3694 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3695
261f4859
AS
36962012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3697
0abaf3e4
AS
3698 [BZ #14283]
3699 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
3700 by 7 not 8 to examine high bit of fractional part.
3701
261f4859
AS
3702 [BZ #14042]
3703 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
3704 for call to __mcount_internal.
3705 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
3706 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
3707 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
3708
f17ac40d
JM
37092012-07-06 Joseph Myers <joseph@codesourcery.com>
3710
9ad63c23
JM
3711 [BZ #14154]
3712 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
3713 approximation for values within 0x1p-13f of an odd multiple of
3714 pi/4.
3715 * math/libm-test.inc (tan_test): Do not allow spurious underflow
3716 exception. Add more tests.
3717 * sysdeps/i386/fpu/libm-test-ulps: Update.
3718
f17ac40d
JM
3719 [BZ #6778]
3720 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
3721 inputs and return -1 for them. Do not check for +Inf in case not
3722 reachable for +Inf.
3723 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
3724 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
3725 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
3726 and return -1 for them. Do not check for +Inf in case not
3727 reachable for +Inf.
3728 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
3729 define.
3730 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
3731 and return -1 for them. Do not check for +Inf in case not
3732 reachable for +Inf.
3733 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
3734 spurious underflow.
3735 * sysdeps/i386/fpu/libm-test-ulps: Update.
3736 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3737
fb21f89b
MF
37382012-07-06 Mike Frysinger <vapier@gentoo.org>
3739
3740 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
3741
cdfe2c5e
JM
37422012-07-05 Joseph Myers <joseph@codesourcery.com>
3743
3744 [BZ #14157]
3745 [BZ #14331]
3746 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
3747 could result in spurious underflow. Scale down values above
3748 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
3749 * math/s_csqrtf.c (__csqrtf): Likewise.
3750 * math/s_csqrtl.c (__csqrtl): Likewise.
3751 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
3752 spurious underflow.
3753 * sysdeps/i386/fpu/libm-test-ulps: Update.
3754 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3755
70d35b67
AS
37562012-07-04 Andreas Schwab <schwab@linux-m68k.org>
3757
704bc459
AS
3758 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
3759 xopen-msg.sed.
3760 * catgets/xopen-msg.awk: New file.
3761 * catgets/xopen-msg.sed: Removed.
3762
70d35b67
AS
3763 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
3764 po2text.sed.
3765 * intl/po2test.awk: New file.
3766 * intl/po2test.sed: Removed.
3767
ca61cf32
JM
37682012-07-04 Joseph Myers <joseph@codesourcery.com>
3769
3770 [BZ #14328]
3771 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
3772 or multiply small sinh result by itself.
3773 * math/s_ctanf.c (__ctanf): Likewise.
3774 * math/s_ctanh.c (__ctanh): Likewise.
3775 * math/s_ctanhf.c (__ctanhf): Likewise.
3776 * math/s_ctanhl.c (__ctanhl): Likewise.
3777 * math/s_ctanl.c (__ctanl): Likewise.
3778 * math/libm-test.inc (ctan_test_tonearest): New function.
3779 (ctan_test_towardzero): Likewise.
3780 (ctan_test_downward): Likewise.
3781 (ctan_test_upward): Likewise.
3782 (ctanh_test_tonearest): Likewise.
3783 (ctanh_test_towardzero): Likewise.
3784 (ctanh_test_downward): Likewise.
3785 (ctanh_test_upward): Likewise.
3786 (main): Call these new functions.
3787 * sysdeps/i386/fpu/libm-test-ulps: Update.
3788 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3789
ca48a46a
MF
37902012-07-03 Mike Frysinger <vapier@gentoo.org>
3791
3792 * .gitignore: Delete /ports entry.
3793
9d63d37d
AJ
37942012-07-03 Andreas Jaeger <aj@suse.de>
3795
3796 * po/bg.po: Update from translation team.
3797 * po/cs.po: Likewise.
3798 * po/de.po: Likewise.
3799 * po/hr.po: Likewise.
3800 * po/nl.pl: Likewise.
3801 * po/pl.po: Likewise.
3802 * po/vi.po: Likewise.
3803
370ca3d2
JM
38042012-07-03 Joseph Myers <joseph@codesourcery.com>
3805
95f5a9a8
JM
3806 * Makeconfig [!+link] (+link-before-libc): New variable.
3807 [!+link] (+link-after-libc): Likewise.
3808 [!+link] (+link-tests): Likewise.
3809 [!+link] (+link): Define in terms of $(+link-before-libc) and
3810 $(+link-after-libc).
3811 [!+link-static] (+link-static-before-libc): New variable.
3812 [!+link-static] (+link-static-after-libc): Likewise.
3813 [!+link-static] (+link-static-tests): Likewise.
3814 [!+link-static] (+link-static): Define in terms of
3815 $(+link-static-before-libc) and $(+link-static-after-libc).
3816 [build-shared] (link-libc-before-gnulib): New variable.
3817 [build-shared] (link-libc-tests): Likewise.
3818 [build-shared] (link-libc): Define in terms of
3819 $(link-libc-before-gnulib).
3820 [!build-shared] (link-libc-tests): New variable.
3821 (link-libc-static-tests): New variable.
3822 [!gnulib] (gnulib-arch): New variable.
3823 [!gnulib] (gnulib-tests): Likewise.
3824 [!gnulib] (static-gnulib-arch): Likewise.
3825 [!gnulib] (static-gnulib-tests): Likewise.
3826 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
3827 Define with "=" instead of ":=".
3828 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
3829 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
3830 * Rules (binaries-all-notests): New variable.
3831 (binaries-all-tests): Likewise.
3832 (binaries-static-notests): Likewise.
3833 (binaries-static-tests): Likewise.
3834 (binaries-all): Define using $(binaries-all-notests) and
3835 $(binaries-all-tests).
3836 (binaries-static): Define using $(binaries-static-notests) and
3837 $(binaries-static-tests).
3838 (binaries-shared-tests): New variable.
3839 (binaries-shared-notests): Likewise.
3840 (binaries-shared): Remove variable.
3841 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
3842 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
3843 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
3844 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
3845 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
3846 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
3847 * elf/Makefile (sln-modules): New variable.
3848 (extra-objs): Add $(sln-modules:=.o).
3849 (ldconfig-modules): Add static-stubs.
3850 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
3851 * elf/static-stubs.c: New file.
3852
7a845b2c
JM
3853 [BZ #14283]
3854 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
3855 by 7 not 8 to examine high bit of fractional part. Use volatile
3856 variables when splitting into final array of floats if
3857 __FLT_EVAL_METHOD__ != 0.
3858 * math/libm-test.inc (cos_test): Add another test.
3859 (sin_test): Likewise.
3860 * sysdeps/i386/fpu/libm-test-ulps: Update.
3861
e2283f38
JM
3862 [BZ #14273]
3863 * math/libm-test.inc (cosh_test): Add more tests.
3864
370ca3d2
JM
3865 * version.h (RELEASE): Set to "development".
3866 (VERSION): Set to "2.16.90".
3867
ee9247c3
CD
38682012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
3869
3870 * NEWS: Update copyright. Remove last-updated date.
3871 Mention math library bug fixes and timezone data changes.
3872 * README: Mention GNU/Hurd, x32, and HPPA support status.
3873
4648c381
TS
38742012-06-28 Thomas Schwinge <thomas@codesourcery.com>
3875
3876 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
3877
aac78a43
AJ
38782012-06-27 Andreas Jaeger <aj@suse.de>
3879
3880 * manual/contrib.texi (Contributors): Add Samuel Thibault.
3881
ed3dbfad
AJ
38822012-06-25 Andreas Jaeger <aj@suse.de>
3883
3884 * sysdeps/s390/fpu/libm-test-ulps: Update.
3885
4d0ee855
AS
38862012-06-23 Andreas Schwab <schwab@linux-m68k.org>
3887 Thomas Schwinge <thomas@codesourcery.com>
3888
3889 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
3890 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
3891 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
3892 fanotify_mark.
3893
af1bce34
TS
38942012-06-23 Thomas Schwinge <thomas@codesourcery.com>
3895
a9fa33ba
TS
3896 * sysdeps/mach/start.c: Remove file.
3897 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
3898 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
3899 * sysdeps/sh/init-first.c: Likewise.
3900
58f902b8
TS
3901 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
3902 registers for frame unwinding purposes, add CFI directives.
3903 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
3904 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
3905 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3906 Likewise.
3907
1518f58b
TS
3908 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
3909 __fortify_fail returning.
3910 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
3911
db9b5059
TS
3912 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
3913 sysdeps/sh/____longjmp_chk.S.
3914 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
3915 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
3916 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
3917 (gen-as-const-headers): Append sigaltstack-offsets.sym.
3918
967705fe
TS
3919 * sysdeps/sh/abort-instr.h: New file.
3920 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
3921 process in case exit returns.
3922
a9def8c4
TS
3923 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
3924 initialize the GOT register before use.
3925
2a649725
TS
3926 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
3927 calculation of ARGC > 4.
3928
af1bce34
TS
3929 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
3930 meaningful names to some local labels.
3931
d230f50a
KK
39322012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3933 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3934
3935 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
3936 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
3937 (__arch_compare_and_exchange_val_16_acq): Likewise.
3938 (__arch_compare_and_exchange_val_32_acq): Likewise.
3939 (atomic_exchange_and_add): Fix gUSA sequence.
3940 (atomic_add): Likewise.
3941 (atomic_add_negative): Likewise.
3942 (atomic_add_zero): Likewise.
3943 (atomic_bit_test_set): Likewise.
3944
0479b305
AS
39452012-06-22 Andreas Schwab <schwab@redhat.com>
3946
3947 [BZ #13579]
3948 * include/link.h (struct link_map): Add l_free_initfini.
3949 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
3950 l_initfini.
3951 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
3952 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
3953 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
3954 set.
3955
0e3933b9
CD
39562012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
3957
3958 * configure.in: Use AC_LANG_SOURCE.
3959 * configure: Regenerate.
3960
4248b1b1
RM
39612012-06-22 Roland McGrath <roland@hack.frob.com>
3962
3963 * configure.in (libc_cv_localstatedir): New substituted variable.
3964 * configure: Regenerated.
3965 * config.make.in (localstatedir): New variable, substituted from
3966 libc_cv_localstatedir.
3967 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
3968 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
3969 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
3970 * sysdeps/gnu/configure: Regenerated.
3971
006dd861
JL
39722012-06-21 Jeff Law <law@redhat.com>
3973
3974 [BZ #14277]
3975 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
3976 free. Simplify list management for _LIBC case.
3977
79662d42
JM
39782012-06-21 Joseph Myers <joseph@codesourcery.com>
3979
b7abb4bf
JM
3980 [BZ #14273]
3981 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
3982 Clear sign bit of 64-bit integer value before comparing against
3983 overflow value.
3984
79662d42
JM
3985 * sysdeps/mach/configure: Regenerated.
3986
1f150908
L
39872012-06-21 H.J. Lu <hongjiu.lu@intel.com>
3988
3989 [BZ #14278]
3990 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
3991
28363bbf
JL
39922012-06-21 Jeff Law <law@redhat.com>
3993
3994 [BZ #13882]
3995 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
3996 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 3997 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
3998 * elf/dl-open.c (dl_open_worker): Likewise.
3999
09615db4
CD
40002012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
4001
4002 * scripts/list-sources.sh: Scan PORTS for translations.
4003 * po/libc.pot: Regenerated.
4004
2174c6dd
AJ
40052012-06-21 Andreas Jaeger <aj@suse.de>
4006
4007 [BZ #12194]
4008 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
4009 warning.
4010 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
4011 * bits/byteswap-16.h (__bswap_16): Likewise.
4012 * bits/byteswap.h (__bswap_constant_16): Likewise.
4013
3ee947b1
L
40142012-06-18 H.J. Lu <hongjiu.lu@intel.com>
4015
4016 [BZ #14117]
a2f34833
L
4017 * sysdeps/i386/fpu_control.h: Removed.
4018 * sysdeps/x86_64/fpu_control.h: Moved to ...
4019 * sysdeps/x86/fpu_control.h: Here.
4020
3ee947b1
L
4021 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
4022 (_FPU_SETCW): Likewise.
4023
ed1825f8
L
40242012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4025
25f1282a
L
4026 [BZ #14117]
4027 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
4028 * sysdeps/x86/fpu/bits/mathinline.h: This.
4029 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
4030
ed1825f8
L
4031 [BZ #14050]
4032 [BZ #14117]
4033 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
4034 functions if __x86_64__ is defined.
4035
36d54b74
CLT
40362012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
4037
4038 * string/endian.h: Add !__ASSEMBLER__ condition for including
4039 conversion interfaces.
4040
10285c21
JM
40412012-06-15 Joseph Myers <joseph@codesourcery.com>
4042
4043 [BZ #14241]
4044 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
4045 of ABS(x) in calculating zero to negative powers other than odd
4046 integers.
4047 * math/libm-test.inc (pow_test): Add more tests.
4048
06c5abbd
AJ
40492012-06-15 Andreas Jaeger <aj@suse.de>
4050
4051 * manual/contrib.texi (Contributors): Update entry of Liubov
4052 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
4053 Machado Filho.
4054
a3aeac40
CH
40552012-06-15 Cyril Hrubis <metan@ucw.cz>
4056
4057 * string/string.h: Add __wur to GNU version of strerror_r.
4058
49bdf4c1
L
40592012-06-14 H.J. Lu <hongjiu.lu@intel.com>
4060
4061 [BZ #14229]
4062 * string/Makefile (tests): Add tst-strtok_r.
4063 * string/tst-strtok_r.c: New file.
4064 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
4065 RAX_LP/RDX_LP on SAVE_PTR.
4066
834f9b8d
RM
40672012-06-14 Roland McGrath <roland@hack.frob.com>
4068
4069 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
4070
75fa1921
JM
40712012-06-14 Joseph Myers <joseph@codesourcery.com>
4072
4073 * libm_test.inc (csqrt_test): Allow more spurious underflow
4074 exceptions.
4075 (j0_test): Likewise.
4076 (j1_test): Likewise.
4077 (y0_test): Likewise.
4078 (y1_test): Likewise.
4079
771766df
CD
40802012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
4081
4082 * po/Makefile (libc.pot): Use UTF-8 charset.
4083
ceb9e56b
PP
40842012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4085
4086 [BZ #14210]
4087 Suppress sign-conversion warning from FD_SET.
4088 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
4089 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
4090 not unsigned long int.
4091 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
4092
ddb28975
L
40932012-06-12 H.J. Lu <hongjiu.lu@intel.com>
4094
4095 [BZ #14050]
4096 [BZ #14117]
4097 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
4098 __extern_always_inline instead of __extern_inline.
4099 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
4100 (__signbit): Likewise.
4101 (__signbitl): Support C++ namespace.
4102 (lrintf): New inline function.
4103 (lrint): Likewise.
4104 (llrintf): Likewise.
4105 (llrint): Likewise.
4106 (fmaxf): Likewise.
4107 (fmax): Likewise.
4108 (fminf): Likewise.
4109 (fmin): Likewise.
4110 (rint): Likewise.
4111 (rintf): Likewise.
4112 (ceil): Likewise.
4113 (ceilf): Likewise.
4114 (floor): Likewise.
4115 (floorf): Likewise.
4116 (nearbyint): Likewise.
4117 (nearbyintf): Likewise.
4118
d7b4fb26
TS
41192012-06-12 Thomas Schwinge <thomas@codesourcery.com>
4120
4121 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
4122 non-default versions.
4123
eb55f5c2
RM
41242012-06-11 Roland McGrath <roland@hack.frob.com>
4125
4126 [BZ #14218]
4127 * manual/argp.texi (Argp): Reword argp_parse description slightly.
4128
366af02c
TS
41292012-06-09 Thomas Schwinge <thomas@codesourcery.com>
4130
99ff6e5c
TS
4131 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
4132 (FE_UPWARD, FE_DOWNWARD): Don't define.
4133 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
4134 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
4135
366af02c
TS
4136 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
4137 reading it.
4138 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
4139 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
4140
793ea851
KK
41412012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4142
4143 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
4144 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
4145 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
4146 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
4147
a728a38f
L
41482012-06-06 H.J. Lu <hongjiu.lu@intel.com>
4149
4150 [BZ #14117]
c08010c7
L
4151 * sysdeps/i386/fpu/bits/fenv.h: Removed.
4152 * sysdeps/i386/fpu/Implies: New file.
4153 * sysdeps/x86_64/fpu/Implies: Likewise.
4154 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
4155 * sysdeps/x86/fpu/bits/fenv.h: This.
4156
a728a38f
L
4157 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
4158 __SSE_MATH__.
4159
6e230d11
SP
41602012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4161
4162 [BZ #14134]
4163 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
4164 character 0xffff that matches the last element of the
4165 conversion table.
4166
1b671feb
AZ
41672012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4168
4169 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
4170 fmodl commit.
4171
6043738b
AZ
41722012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4173
4174 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
4175 values higher than 25.6283.
4176
34ae0b32
AZ
41772012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4178
4179 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
4180 subnormal exponent extraction and add some __builtin_expect.
4181 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
4182 Fix for subnormal mantissa calculation.
4183
1214ec8f
MF
41842012-06-04 Mike Frysinger <vapier@gentoo.org>
4185
4186 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
4187 cpu2 is -1 and errno is not ENOSYS.
4188
f3d1f93c
L
41892012-06-04 H.J. Lu <hongjiu.lu@intel.com>
4190
4191 [BZ #14117]
0e4a3cd7
L
4192 * sysdeps/i386/i486/bits/string.h: Renamed to ...
4193 * sysdeps/x86/bits/string.h: This.
4194 * sysdeps/x86_64/bits/string.h: Removed.
4195
6704c645
L
4196 * sysdeps/i386/i486/bits/string.h: Define inline functions only
4197 if not compiling for x86-64, but compiling for >= i486.
4198
48495318
L
4199 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
4200 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
4201
14adcbfc
L
4202 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
4203 New macro from Linux kernel 3.4.0.
4204 (FP_XSTATE_MAGIC2): Likewise.
4205 (FP_XSTATE_MAGIC2_SIZE): Likewise.
4206 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
4207 (struct _fpx_sw_bytes): New struct.
4208 (struct _xsave_hdr): Likewise.
4209 (struct _ymmh_state): Likewise.
4210 (struct _xstate): Likewise.
4211
68e408ab
L
4212 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
4213 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
4214 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
4215 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
4216 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
4217 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
4218
f3d1f93c
L
4219 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
4220 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
4221 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
4222 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
4223 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
4224 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
4225
d9dc34cd
TMQMF
42262012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
4227
4228 [BZ #13743]
4229 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
4230 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
4231 (sysdep_headers): Include sys/platform/ppc.h.
4232 * sysdeps/powerpc/test-gettimebase.c: Test for
4233 __ppc_get_timebase() to catch future ISA opcode/insn changes.
4234 * manual/Makefile (appendices): Include platform.texi.
4235 * manual/contrib.texi (Contributors): Update @node pointers.
4236 * manual/maint.texi (Maintenance): Likewise.
4237 (Platform): New node.
4238 * manual/platform.texi: New file. Document the new features.
4239
4af3879c
SP
42402012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
4241 Jakub Jelinek <jakub@redhat.com>
4242
4243 [BZ #14188]
4244 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
4245 where __builtin_expect is unavailable.
4246
2fd6ff13
DM
42472012-06-03 David S. Miller <davem@davemloft.net>
4248
4249 * stdlib/longlong.h: Updated from GCC.
4250
173f7220
AS
42512012-06-02 Andreas Schwab <schwab@linux-m68k.org>
4252
4253 [BZ #14042]
4254 * sysdeps/powerpc/powerpc32/mcount.c: New file.
4255 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
4256 __mcount_internal.
4257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
4258 (GLIBC_2.16): Likewise.
4259
f34a1c6f
L
42602012-06-01 H.J. Lu <hongjiu.lu@intel.com>
4261
4262 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
4263
88a4576f
JM
42642012-06-01 Joseph Myers <joseph@codesourcery.com>
4265
ea32bcdd
JM
4266 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
4267 (default-abi): New variable.
4268 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
4269 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
4270 variable.
4271 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
4272 Likewise.
4273 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
4274 Likewise.
4275 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
4276 Likewise.
4277
88a4576f
JM
4278 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
4279 definition. Document in comment.
4280
402fe938
DM
42812012-06-01 David S. Miller <davem@davemloft.net>
4282
4283 * stdlib/longlong.h: Updated from GCC.
4284
3553723f
L
42852012-06-01 H.J. Lu <hongjiu.lu@intel.com>
4286
4287 [BZ #14117]
3bd872c4
L
4288 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
4289 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
4290 sys/debugreg.h sys/io.h here.
4291 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
4292 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
4293 sys/io.h.
4294 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
4295 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
4296 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
4297 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
4298 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
4299 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
4300
3553723f
L
4301 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
4302 Define only if __x86_64__ is defined.
4303
4842e4fe
JM
43042012-06-01 Joseph Myers <joseph@codesourcery.com>
4305
c5bfe3d5
JM
4306 [BZ #14048]
4307 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
4308 Use int64_t for variable i.
4309 * math/libm-test.inc (fmod_test): Add more tests.
4310
4842e4fe
JM
4311 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
4312 z computation is not scheduled after fetestexcept.
4313 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
4314 Use math_force_eval instead of asm to ensure calculation scheduled
4315 before exception test.
4316 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
4317 Ensure a1 + u.d computation is not scheduled after fetestexcept.
4318
efb73488
AJ
43192012-06-01 Aurelien Jarno <aurelien@aurel32.net>
4320
4321 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
4322 computation is not scheduled after fetestexcept.
4323
29bcce7c
L
43242012-06-01 H.J. Lu <hongjiu.lu@intel.com>
4325
4326 [BZ #14117]
4327 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
4328 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
4329
73a68f94
AZ
43302012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4331
4332 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
4333 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
4334
67b6df78
L
43352012-05-31 H.J. Lu <hongjiu.lu@intel.com>
4336
edf2933a 4337 [BZ #14117]
ebc64a18
L
4338 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
4339 <bits/wordsize.h>.
4340 (__WCHAR_MIN): Support __WORDSIZE == 64.
4341 (__WCHAR_MAX): Likewise.
4342
edf2933a
L
4343 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
4344 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
4345
57c6cf40
L
4346 [BZ #14183]
4347 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
4348 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
4349
67b6df78 4350 [BZ #14117]
8eb6281e
L
4351 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
4352 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
4353
aac639f4
L
4354 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
4355 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
4356
67b6df78
L
4357 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
4358 Defined to 1 if __x86_64__ isn't defined.
4359 (_STAT_VER_LINUX_OLD): New.
4360 (st_atime): Remove duplicate.
4361 (st_mtime): Likewise.
4362 (st_ctime): Likewise.
4363
1c2cfe81
DM
43642012-05-31 David S. Miller <davem@davemloft.net>
4365
4366 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
4367 entries.
4368
5be8418c
AS
43692012-06-01 Andreas Schwab <schwab@linux-m68k.org>
4370
e7725326
AS
4371 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
4372 gen-libm-test.pl.
4373
5be8418c
AS
4374 [BZ #14132]
4375 * elf/dl-reloc.c: Include <_itoa.h>.
4376 (_dl_reloc_bad_type): Remove use of INTUSE.
4377 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
4378 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
4379 * stdio-common/psiginfo.c (psiginfo): Likewise.
4380 * stdio-common/psignal.c (psignal): Likewise.
4381 * string/strsignal.c (strsignal): Likewise.
4382 * include/signal.h (_sys_siglist): Declare hidden proto.
4383 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
4384 INTVARDEF with libc_hidden_data_def.
4385 * stdio-common/itoa-udigits.c: Likewise.
4386 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
4387 (_itoa_lower_digits_internal): Remove declaration.
4388 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
4389 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
4390 (_sys_sigabbrev_internal): Remove aliases.
4391 (_sys_siglist): Define hidden alias.
4392
507352f1
MT
43932012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
4394
4395 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
4396 bits/sysctl.h.
4397
42bbb1c3
L
43982012-05-31 H.J. Lu <hongjiu.lu@intel.com>
4399
4400 [BZ #14117]
6bd784b6
L
4401 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
4402 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
4403
8bca20f0
L
4404 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
4405 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
4406 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
4407 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
4408 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
4409 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
4410
f9e890a9
L
4411 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
4412 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
4413 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
4414
471101a1
L
4415 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
4416 with __addr.
4417 (insw): Likewise.
4418 (insl): Likewise.
4419 (outsb): Likewise.
4420 (outsw): Likewise.
4421 (outsl): Likewise.
4422
6451c862
L
4423 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
4424 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
4425 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
4426
a254b8c9
L
4427 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
4428 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
4429 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
4430 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
4431 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
4432 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
4433
b8dfdd92
L
4434 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
4435 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
4436
578cd270
L
4437 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
4438 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
4439
de662f5f
L
4440 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
4441 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
4442 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
4443
25653439
L
4444 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
4445 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
4446 to ...
4447 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
4448
6bad24a0
L
4449 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
4450 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
4451 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
4452
42bbb1c3
L
4453 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
4454 for x86-64.
4455 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
4456
2d10d547
JM
44572012-05-31 Joseph Myers <joseph@codesourcery.com>
4458
4459 * math/math.h (M_El): Use two more decimal places.
4460 (M_LOG2El): Likewise.
4461 (M_LOG10El): Likewise.
4462 (M_LN2l): Likewise.
4463 (M_LN10l): Likewise.
4464 (M_PIl): Likewise.
4465 (M_PI_2l): Likewise.
4466 (M_PI_4l): Likewise.
4467 (M_1_PIl): Likewise.
4468 (M_2_PIl): Likewise.
4469 (M_2_SQRTPIl): Likewise.
4470 (M_SQRT2l): Likewise.
4471 (M_SQRT1_2l): Likewise.
4472
f230c29b
DM
44732012-05-31 David S. Miller <davem@davemloft.net>
4474
4475 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
4476 values between float registers.
4477 * sysdeps/sparc/sparc64/memset.S: Likewise.
4478 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4479
fed806c3
MF
44802012-05-31 Mike Frysinger <vapier@gentoo.org>
4481
4482 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
4483 -D_FORTIFY_SOURCE=1.
4484 (CPPFLAGS-tst-longjmp_chk.c): Define.
4485 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
4486 (CPPFLAGS-tst-longjmp_chk2.c): Define.
4487 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
4488 CFLAGS-tst-wchar-h.c.
4489
30917259
MP
44902012-05-31 Marek Polacek <polacek@redhat.com>
4491
4492 [BZ #14132]
4493 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
4494 __endmntent_internal): Remove declaration.
4495 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
4496 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
4497 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
4498
1c58d5dc
DM
44992012-05-30 David S. Miller <davem@davemloft.net>
4500
4501 * sysdeps/sparc/sparc32/soft-fp/q_util.c
4502 (___Q_simulate_exceptions): Use real FP ops rather than writing
4503 into the %fsr.
4504 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
4505 Likewise.
4506
7dc00e0d
L
45072012-05-30 H.J. Lu <hongjiu.lu@intel.com>
4508
4509 [BZ #14117]
0bd53985
L
4510 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
4511 * sysdeps/x86/bits/xtitypes.h: This.
4512
3a257e66
L
4513 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
4514 * sysdeps/x86/bits/wordsize.h: This.
4515
62f62904
L
4516 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
4517 * sysdeps/x86/bits/huge_vall.h: This.
4518
404fe9d9
L
4519 * sysdeps/i386/bits/select.h: Removed.
4520 * sysdeps/x86_64/bits/select.h: Renamed to ...
4521 * sysdeps/x86/bits/select.h: This.
4522
d48d0446
L
4523 * sysdeps/i386/bits/setjmp.h: Removed.
4524 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
4525 * sysdeps/x86/bits/setjmp.h: This.
4526
7dc00e0d
L
4527 * sysdeps/i386/bits/mathdef.h: Removed.
4528 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
4529 * sysdeps/x86/bits/mathdef.h: This.
4530
03277f8f
AS
45312012-05-30 Andreas Schwab <schwab@linux-m68k.org>
4532
4533 [BZ #14132]
4534 * include/sys/socket.h (__connect_internal)
4535 (__libc_sa_len_internal): Remove declaration.
4536 (__connect, __libc_sa_len): Declare hidden_proto.
4537 (SA_LEN): Remove use of INTUSE.
4538 * socket/connect.c: Add libc_hidden_def.
4539 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
4540 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
4541 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
4542 alias.
4543 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4544 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4545 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
4546 of adding _internal alias.
4547
13764867
L
45482012-05-30 H.J. Lu <hongjiu.lu@intel.com>
4549
4550 [BZ #14117]
6bd97696
L
4551 * sysdeps/i386/bits/link.h: Removed.
4552 * sysdeps/i386/bits/linkmap.h: Likewise.
4553 * sysdeps/x86_64/bits/link.h: Renamed to ...
4554 * sysdeps/x86/bits/link.h: This.
4555 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
4556 * sysdeps/x86/bits/linkmap.h: This.
4557
f726f0bb
L
4558 * sysdeps/i386/bits/endian.h: Removed.
4559 * sysdeps/x86_64/bits/endian.h: Renamed to ...
4560 * sysdeps/x86/bits/endian.h: This.
4561
13764867
L
4562 * sysdeps/i386/bits/byteswap.h: Removed.
4563 * sysdeps/i386/bits/byteswap-16.h: Likewise.
4564 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
4565 * sysdeps/x86/bits/byteswap.h: This.
4566 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
4567 * sysdeps/x86/bits/byteswap-16.h: This.
4568 * sysdeps/i386/Implies: Add x86.
4569 * sysdeps/x86_64/Implies: Likewise.
4570
ae251b0b
DM
45712012-05-30 David S. Miller <davem@davemloft.net>
4572
4573 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
4574 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
4575 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
4576 (FP_TRAPPING_EXCEPTIONS): Define.
4577 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
4578 (FP_TRAPPING_EXCEPTIONS): Define.
4579 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
4580 subnormals only when inexact has been signalled or underflow
4581 exceptions are enabled.
4582 (_FP_PACK_CANONICAL): Likewise.
4583
d5c90867
L
45842012-05-30 H.J. Lu <hongjiu.lu@intel.com>
4585
4586 [BZ #14183]
4587 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
4588 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
4589
63f1549e
RH
45902012-05-30 Richard Henderson <rth@twiddle.net>
4591
8d8f2279
RH
4592 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
4593 with #ifndef NOT_IN_libc.
4594
63f1549e
RH
4595 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
4596 marked to avoid plt entry.
4597
0ab0291b
L
45982012-05-30 H.J. Lu <hongjiu.lu@intel.com>
4599
4600 [BZ #14112]
4601 * Makeconfig (default-abi): New macro.
4602 (abi-includes): Likewise.
4603 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
4604 $(abi-$(default-abi)-lib-soname) for soname if defined.
4605 ($(common-objpfx)gnu/lib-names.stmp): Generate from
4606 abi-variants.
4607 * Makefile (installed-stubs): Likewise.
4608 * include/stubs-biarch.h: Removed.
4609 * scripts/lib-names.awk: Only handle one library at a time.
4610 * scripts/soversions.awk: Remove WORDSIZE support.
4611 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
4612 entries.
4613 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
4614 Removed.
4615 (syscall-list-default-condition): Likewise.
4616 (syscall-list-default-condition): Likewise.
4617 (syscall-list-includes): Likewise.
4618 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
4619 syscall-list-* with abi-*. Handle undefined abi-variants.
4620 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
4621 * sysdeps/unix/sysv/linux/i386/Implies: New file.
4622 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
4623 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
4624 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
4625 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
4626 Removed.
4627 (syscall-list-32-options): Likewise.
4628 (syscall-list-32-condition): Likewise.
4629 (syscall-list-64-options): Likewise.
4630 (syscall-list-64-condition): Likewise.
4631 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
4632 macro.
4633 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
4634 Renamed to ...
4635 (abi-*): This.
4636 (abi-64-ld-soname): New macro.
4637 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
4638 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
4639 Renamed to ...
4640 (abi-*): This.
4641 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
4642 * sysdeps/x86_64/x32/shlib-versions: Likewise.
4643
4da0431d
JM
46442012-05-30 Joseph Myers <joseph@codesourcery.com>
4645
3a85279c
JM
4646 * sysdeps/unix/sysv/linux/kernel-features.h
4647 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
4648 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
4649 include <kernel-features.h>.
4650 [!__NR_ftruncate64]: Remove conditional code.
4651 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4652 [__NR_ftruncate64]: Make code unconditional.
4653 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4654 * sysdeps/unix/sysv/linux/truncate64.c: Do not
4655 include <kernel-features.h>.
4656 [!__NR_ftruncate64]: Remove conditional code.
4657 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4658 [__NR_ftruncate64]: Make code unconditional.
4659 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4660 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
4661 include <kernel-features.h>.
4662 [!__NR_ftruncate64]: Remove conditional code.
4663 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4664 [__NR_ftruncate64]: Make code unconditional.
4665 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4666 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
4667 include <kernel-features.h>.
4668 [!__NR_ftruncate64]: Remove conditional code.
4669 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4670 [__NR_ftruncate64]: Make code unconditional.
4671 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
4672
4da0431d
JM
4673 * configure.in (libc_cv_fpie): Weaken to a compile test using
4674 LIBC_TRY_CC_OPTION.
4675 * configure: Regenerated.
4676
11ef492c
AK
46772012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4678
4679 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
4680 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
4681 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
4682 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
4683 Refreshed.
4684 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
4685 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
4686 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
4687 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
4688 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
4689 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
4690 Refreshed.
4691
d66ef399
DM
46922012-05-27 David S. Miller <davem@davemloft.net>
4693
4694 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
4695 (___Q_zero): New.
4696 (__Q_simulate_exceptions): Return void. Change to simulate
4697 exceptions by writing into the %fsr.
4698 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
4699 (__Qp_handle_exceptions): Likewise.
4700 (numbers): Delete.
4701 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
4702 __Qp_handle_exceptions.
4703 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
4704 __Qp_handle_exceptions.
4705 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
4706 as unused and give dummy FP_RND_NEAREST initializer.
4707 (FP_INHIBIT_RESULTS): Define.
4708 (___Q_simulate_exceptions): Update declaration.
4709 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
4710 formatting.
4711 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
4712 as unused and give dummy FP_RND_NEAREST initializer.
4713 (__Qp_handle_exceptions): Update declaration.
4714 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
4715 formatting.
4716
04fb54b5
TS
47172012-05-27 Thomas Schwinge <thomas@codesourcery.com>
4718
4719 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
4720 the temporary FPU control word.
4721 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
4722 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
4723 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
4724 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
4725 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
4726 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
4727 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
4728 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
4729 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4730 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
4731 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
4732
3f99608f
KK
47332012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4734
4735 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
4736 fields.
4737
65a4de4e
CLT
47382012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
4739
4740 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
4741 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
4742 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
4743 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
4744 Likewise.
4745 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
4746 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
4747 Likewise.
4748
15749d40
UD
47492012-05-27 Ulrich Drepper <drepper@gmail.com>
4750
4751 * po/h.po: Update from translation team.
4752
25dbcb27
AS
47532012-05-26 Andreas Schwab <schwab@linux-m68k.org>
4754
3d3f8e55
AS
4755 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
4756
25dbcb27
AS
4757 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
4758 handling of denormals.
4759 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
4760 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
4761 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
4762 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
4763 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
4764 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
4765 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
4766 Likewise.
4767
7ad47a80 47682012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
4769
4770 [BZ #14152]
4771 * math/libm-test.inc (fma_test): Don't always expect underflow
4772 exception.
4773
9c6ea9fa
SP
47742012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4775
4776 [BZ #12416]
4777 * elf/tst-execstack.c: Include stackinfo.h.
4778 (do_test): Adjust test case to ensure that pthread_getattr_np
4779 behaviour remains the same after marking stack executable.
4780
a8239222
JM
47812012-05-25 Joseph Myers <joseph@codesourcery.com>
4782
4783 * sysdeps/unix/sysv/linux/kernel-features.h
4784 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
4785 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
4786 kernel-features.h.
4787 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
4788 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
4789 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
4790 kernel-features.h.
4791 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
4792 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
4793
918b5606
L
47942012-05-25 H.J. Lu <hongjiu.lu@intel.com>
4795
4796 * configure.in: Define the default includes to being none.
4797 * configure: Regenerated.
4798
3a097cc7
RM
47992012-05-25 Roland McGrath <roland@hack.frob.com>
4800
8422c9a5
RM
4801 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
4802 * sysdeps/x86_64/setjmp.S: Likewise.
4803 * sysdeps/i386/bsd-setjmp.S: Likewise.
4804 * sysdeps/i386/bsd-_setjmp.S: Likewise.
4805 * sysdeps/i386/setjmp.S: Likewise.
4806 * sysdeps/i386/__longjmp.S: Likewise.
4807 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
4808 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
4809
3a097cc7
RM
4810 * include/stap-probe.h: New file.
4811 * configure.in: Handle --enable-systemtap.
4812 * configure: Regenerated.
4813 * config.h.in (USE_STAP_PROBE): New #undef.
4814 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
4815 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
4816 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4817
21708942
JM
48182012-05-25 Joseph Myers <joseph@codesourcery.com>
4819
4820 [BZ #13717]
4821 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
4822 to 2.4.0 where earlier.
4823 * sysdeps/unix/sysv/linux/configure: Regenerated.
4824 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
4825 <kernel-features.h>.
4826 [__ASSUME_32BITUIDS]: Make code unconditional.
4827 [!__ASSUME_32BITUIDS]: Remove conditional code.
4828 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
4829 <kernel-features.h>.
4830 [__ASSUME_32BITUIDS]: Make code unconditional.
4831 [!__ASSUME_32BITUIDS]: Remove conditional code.
4832 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
4833 [__ASSUME_32BITUIDS]: Make code unconditional.
4834 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
4835 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
4836 <kernel-features.h>.
4837 [__ASSUME_32BITUIDS]: Make code unconditional.
4838 [!__ASSUME_32BITUIDS]: Remove conditional code.
4839 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
4840 <kernel-features.h>.
4841 [__ASSUME_32BITUIDS]: Make code unconditional.
4842 [!__ASSUME_32BITUIDS]: Remove conditional code.
4843 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
4844 <kernel-features.h>.
4845 [__ASSUME_32BITUIDS]: Make code unconditional.
4846 [!__ASSUME_32BITUIDS]: Remove conditional code.
4847 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
4848 <kernel-features.h>.
4849 [__ASSUME_32BITUIDS]: Make code unconditional.
4850 [!__ASSUME_32BITUIDS]: Remove conditional code.
4851 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
4852 <kernel-features.h>.
4853 [__ASSUME_32BITUIDS]: Make code unconditional.
4854 [!__ASSUME_32BITUIDS]: Remove conditional code.
4855 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
4856 <kernel-features.h>.
4857 [__ASSUME_32BITUIDS]: Make code unconditional.
4858 [!__ASSUME_32BITUIDS]: Remove conditional code.
4859 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
4860 <kernel-features.h>.
4861 [__ASSUME_32BITUIDS]: Make code unconditional.
4862 [!__ASSUME_32BITUIDS]: Remove conditional code.
4863 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
4864 <kernel-features.h>.
4865 [__ASSUME_32BITUIDS]: Make code unconditional.
4866 [!__ASSUME_32BITUIDS]: Remove conditional code.
4867 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
4868 <kernel-features.h>.
4869 [__ASSUME_32BITUIDS]: Make code unconditional.
4870 [!__ASSUME_32BITUIDS]: Remove conditional code.
4871 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
4872 <kernel-features.h>.
4873 [__ASSUME_32BITUIDS]: Make code unconditional.
4874 [!__ASSUME_32BITUIDS]: Remove conditional code.
4875 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
4876 <kernel-features.h>.
4877 [__NR_setresgid] (__setresgid): Do not declare.
4878 [__ASSUME_32BITUIDS]: Make code unconditional.
4879 [!__ASSUME_32BITUIDS]: Remove conditional code.
4880 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
4881 <kernel-features.h>.
4882 [__NR_setresuid] (__setresuid): Do not declare.
4883 [__ASSUME_32BITUIDS]: Make code unconditional.
4884 [!__ASSUME_32BITUIDS]: Remove conditional code.
4885 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
4886 <kernel-features.h>.
4887 [__ASSUME_32BITUIDS]: Make code unconditional.
4888 [!__ASSUME_32BITUIDS]: Remove conditional code.
4889 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
4890 <kernel-features.h>.
4891 [__ASSUME_32BITUIDS]: Make code unconditional.
4892 [!__ASSUME_32BITUIDS]: Remove conditional code.
4893 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
4894 <kernel-features.h>.
4895 [__ASSUME_32BITUIDS]: Make code unconditional.
4896 [!__ASSUME_32BITUIDS]: Remove conditional code.
4897 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
4898 <kernel-features.h>.
4899 [__ASSUME_32BITUIDS]: Make code unconditional.
4900 [!__ASSUME_32BITUIDS]: Remove conditional code.
4901 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
4902 <kernel-features.h>.
4903 [__ASSUME_32BITUIDS]: Make code unconditional.
4904 [!__ASSUME_32BITUIDS]: Remove conditional code.
4905 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
4906 <kernel-features.h>.
4907 [__ASSUME_32BITUIDS]: Make code unconditional.
4908 [!__ASSUME_32BITUIDS]: Remove conditional code.
4909 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
4910 <kernel-features.h>.
4911 [__ASSUME_32BITUIDS]: Make code unconditional.
4912 [!__ASSUME_32BITUIDS]: Remove conditional code.
4913 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
4914 <kernel-features.h>.
4915 [__ASSUME_32BITUIDS]: Make code unconditional.
4916 [!__ASSUME_32BITUIDS]: Remove conditional code.
4917 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
4918 <kernel-features.h>.
4919 [__ASSUME_32BITUIDS]: Make code unconditional.
4920 [!__ASSUME_32BITUIDS]: Remove conditional code.
4921 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
4922 <kernel-features.h>.
4923 [__ASSUME_32BITUIDS]: Make code unconditional.
4924 [!__ASSUME_32BITUIDS]: Remove conditional code.
4925 * sysdeps/unix/sysv/linux/kernel-features.h
4926 (__ASSUME_SETRESUID_SYSCALL): Remove.
4927 (__ASSUME_SETRESGID_SYSCALL): Likewise.
4928 (__ASSUME_32BITUIDS): Likewise.
4929 (__ASSUME_LDT_WORKS): Likewise.
4930 (__ASSUME_O_DIRECTORY): Likewise.
4931 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
4932 architecture but not kernel version.
4933 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
4934 (__ASSUME_MMAP2_SYSCALL): Likewise.
4935 (__ASSUME_STAT64_SYSCALL): Likewise.
4936 (__ASSUME_IPC64): Likewise.
4937 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
4938 <kernel-features.h>.
4939 [__ASSUME_32BITUIDS]: Make code unconditional.
4940 [!__ASSUME_32BITUIDS]: Remove conditional code.
4941 * sysdeps/unix/sysv/linux/opendir.c: Do not include
4942 <kernel-features.h>.
4943 [__ASSUME_O_DIRECTORY]: Make code unconditional.
4944 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
4945 132096]: Remove conditional code.
4946 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
4947 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
4948 <kernel-features.h>.
4949 [__ASSUME_32BITUIDS]: Make code unconditional.
4950 [!__ASSUME_32BITUIDS]: Remove conditional code.
4951 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
4952 <kernel-features.h>.
4953 [__ASSUME_32BITUIDS]: Make code unconditional.
4954 [!__ASSUME_32BITUIDS]: Remove conditional code.
4955 * sysdeps/unix/sysv/linux/setegid.c: Do not include
4956 <kernel-features.h>.
4957 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
4958 unconditional.
4959 (__setresgid): Do not declare.
4960 [__ASSUME_32BITUIDS]: Make code unconditional.
4961 [!__ASSUME_32BITUIDS]: Remove conditional code.
4962 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
4963 <kernel-features.h>.
4964 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
4965 unconditional.
4966 (__setresuid): Do not declare.
4967 [__ASSUME_32BITUIDS]: Make code unconditional.
4968 [!__ASSUME_32BITUIDS]: Remove conditional code.
4969 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
4970 <kernel-features.h>.
4971 [__ASSUME_32BITUIDS]: Make code unconditional.
4972 [!__ASSUME_32BITUIDS]: Remove conditional code.
4973 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
4974 <kernel-features.h>.
4975 [__ASSUME_32BITUIDS]: Make code unconditional.
4976 [!__ASSUME_32BITUIDS]: Remove conditional code.
4977
a386f1cc
RH
49782012-05-25 Richard Henderson <rth@twiddle.net>
4979
4980 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
4981 dl_hwcap to ifunc resolver.
4982 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
4983 elf_ifunc_invoke.
4984 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
4985 dl_hwcap to ifunc resolver.
4986 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
4987
b6550497
JM
49882012-05-24 Joseph Myers <joseph@codesourcery.com>
4989
4990 [BZ #14153]
4991 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
4992 for |x| <= 2**-26, not 2**-57.
4993 * math/libm-test.inc (acos_test): Do not allow spurious underflow
4994 exception.
4995
b0bc23a1
JL
49962012-05-24 Jeff Law <law@redhat.com>
4997
4998 * stdio-common/Makefile (tests): Add bug25.
4999 * stdio-common/bug25.c: New test.
5000
347c92e9
L
50012012-05-24 H.J. Lu <hongjiu.lu@intel.com>
5002
5003 [BZ #13576]
5004 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
5005 multiple of MALLOC_ALIGNMENT in size.
5006 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
5007
6bcc8b3f
JM
50082012-05-24 Joseph Myers <joseph@codesourcery.com>
5009
5010 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
5011 Require >= 256.
5012 (FILENAME_MAX): Use macro-int-constant.
5013 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
5014 (_IOFBF): Use macro-int-constant.
5015 (_IOLBF): Likewise.
5016 (_IONBF): Likewise.
5017 (SEEK_CUR): Likewise.
5018 (SEEK_END): Likewise.
5019 (SEEK_SET): Likewise.
5020 (TMP_MAX): Likewise.
5021 (EOF): Use macro-int-constant. Require < 0.
5022 (NULL): Use macro-constant. Require == 0.
5023 (stdin): Require type to be FILE *.
5024 (stdout): Likewise.
5025 (stderr): Likewise.
5026 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
5027 macro-int-constant.
5028 (EXIT_SUCCESS): Likewise.
5029 (NULL): Use macro-constant. Require == 0.
5030 (RAND_MAX): Use macro-int-constant.
5031 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
5032 [C99-based standards] (strtof): Require function.
5033 [C99-based standards] (strtold): Likewise.
5034 [C99-based standards] (strtoll): Likewise.
5035 [C99-based standards] (strtoull): Likewise.
5036 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
5037 [ISO || ISO99 || ISO11] (limits.h): Likewise.
5038 [ISO || ISO99 || ISO11] (math.h): Likewise.
5039 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
5040 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
5041 [ISO || ISO99 || ISO11] (*_t): Do not allow.
5042
d18ea0c5
AS
50432012-05-24 Andreas Schwab <schwab@linux-m68k.org>
5044
5045 [BZ #14132]
56d25bb8
AS
5046 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
5047 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
5048 * intl/dgettext.c (DCGETTEXT): Likewise.
5049 * intl/gettext.c (DCGETTEXT): Likewise.
5050 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
5051 * posix/regex_internal.h (gettext): Likewise.
5052 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
5053 Remove declaration.
5054 * include/argz.h (__argz_count_internal)
5055 (__argz_stringify_internal): Remove declaration.
5056 (__argz_count, __argz_stringify): Declare hidden proto.
5057 * intl/dcgettext.c: Remove use of INTDEF.
5058 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
5059 * string/argz-stringify.c: Likewise.
5060 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
5061 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
5062 Declare hidden proto.
d18ea0c5
AS
5063 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
5064 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
5065 Declare hidden proto.
5066 * include/stdio.h (__asprintf_internal): Don't declare.
5067 (__asprintf): Don't define as macro. Declare hidden proto.
5068 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
5069 (__fsetlocking): Declare hidden proto.
5070 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
5071 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
5072 hidden proto.
5073 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
5074 (_IO_setlinebuf): Remove use of INTUSE.
5075 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
5076 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
5077 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
5078 Remove declaration.
5079 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
5080 (_IO_do_flush): Remove use of INTUSE.
5081 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
5082 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
5083 (_IO_adjust_column, _IO_least_wmarker)
5084 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
5085 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
5086 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
5087 (_IO_default_doallocate, _IO_wdefault_doallocate)
5088 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
5089 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
5090 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
5091 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
5092 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
5093 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
5094 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
5095 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
5096 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
5097 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
5098 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
5099 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
5100 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
5101 proto.
5102 (_IO_flush_all_internal, _IO_adjust_column_internal)
5103 (_IO_default_uflow_internal, _IO_default_finish_internal)
5104 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
5105 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
5106 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
5107 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
5108 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
5109 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
5110 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
5111 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
5112 (_IO_file_close_internal, _IO_file_close_it_internal)
5113 (_IO_file_underflow_internal, _IO_file_overflow_internal)
5114 (_IO_file_init_internal, _IO_file_attach_internal)
5115 (_IO_file_fopen_internal, _IO_file_read_internal)
5116 (_IO_file_sync_internal, _IO_file_seek_internal)
5117 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
5118 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
5119 (_IO_str_underflow_internal, _IO_str_overflow_internal)
5120 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
5121 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
5122 (_IO_list_all_internal, _IO_link_in_internal)
5123 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
5124 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
5125 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
5126 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
5127 (_IO_do_write_internal, _IO_padn_internal)
5128 (_IO_getline_info_internal, _IO_getline_internal)
5129 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
5130 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
5131 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
5132 (_IO_vfscanf_internal, _IO_vfprintf_internal)
5133 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
5134 (_IO_init_internal, _IO_un_link_internal): Don't declare.
5135 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
5136 with libc_hidden_ver, remove use of INTUSE.
5137 * libio/genops.c: Likewise.
5138 * libio/freopen.c: Likewise.
5139 * libio/freopen64.c: Likewise.
5140 * libio/iofclose.c: Likewise.
5141 * libio/iofdopen.c: Likewise.
5142 * libio/iofflush.c: Likewise.
5143 * libio/iofflush_u.c: Likewise.
5144 * libio/iofgets.c: Likewise.
5145 * libio/iofgets_u.c: Likewise.
5146 * libio/iofopen.c: Likewise.
5147 * libio/iofopncook.c: Likewise.
5148 * libio/iofread.c: Likewise.
5149 * libio/iofread_u.c: Likewise.
5150 * libio/ioftell.c: Likewise.
5151 * libio/iofwrite.c: Likewise.
5152 * libio/iogetline.c: Likewise.
5153 * libio/iogets.c: Likewise.
5154 * libio/iogetwline.c: Likewise.
5155 * libio/iopadn.c: Likewise.
5156 * libio/iopopen.c: Likewise.
5157 * libio/ioseekoff.c: Likewise.
5158 * libio/ioseekpos.c: Likewise.
5159 * libio/iosetbuffer.c: Likewise.
5160 * libio/iosetvbuf.c: Likewise.
5161 * libio/ioungetc.c: Likewise.
5162 * libio/ioungetwc.c: Likewise.
5163 * libio/iovdprintf.c: Likewise.
5164 * libio/iovsprintf.c: Likewise.
5165 * libio/iovsscanf.c: Likewise.
5166 * libio/memstream.c: Likewise.
5167 * libio/obprintf.c: Likewise.
5168 * libio/oldfileops.c: Likewise.
5169 * libio/oldiofclose.c: Likewise.
5170 * libio/oldiofdopen.c: Likewise.
5171 * libio/oldiofopen.c: Likewise.
5172 * libio/oldiopopen.c: Likewise.
5173 * libio/oldstdfiles.c: Likewise.
5174 * libio/putc.c: Likewise.
5175 * libio/setbuf.c: Likewise.
5176 * libio/setlinebuf.c: Likewise.
5177 * libio/stdfiles.c: Likewise.
5178 * libio/strops.c: Likewise.
5179 * libio/vasprintf.c: Likewise.
5180 * libio/vscanf.c: Likewise.
5181 * libio/vsnprintf.c: Likewise.
5182 * libio/vswprintf.c: Likewise.
5183 * libio/wfiledoalloc.c: Likewise.
5184 * libio/wfileops.c: Likewise.
5185 * libio/wgenops.c: Likewise.
5186 * libio/wmemstream.c: Likewise.
5187 * libio/wstrops.c: Likewise.
5188 * libio/__fpurge.c: Likewise.
5189 * libio/__fsetlocking.c: Likewise.
5190 * assert/assert.c: Likewise.
5191 * debug/fgets_chk.c: Likewise.
5192 * debug/fgets_u_chk.c: Likewise.
5193 * debug/fread_chk.c: Likewise.
5194 * debug/fread_u_chk.c: Likewise.
5195 * debug/gets_chk.c: Likewise.
5196 * debug/obprintf_chk.c: Likewise.
5197 * debug/vasprintf_chk.c: Likewise.
5198 * debug/vdprintf_chk.c: Likewise.
5199 * debug/vsnprintf_chk.c: Likewise.
5200 * debug/vsprintf_chk.c: Likewise.
5201 * malloc/mtrace.c: Likewise.
5202 * misc/error.c: Likewise.
5203 * misc/syslog.c: Likewise.
5204 * stdio-common/asprintf.c: Likewise.
5205 * stdio-common/fxprintf.c: Likewise.
5206 * stdio-common/getw.c: Likewise.
5207 * stdio-common/isoc99_fscanf.c: Likewise.
5208 * stdio-common/isoc99_scanf.c: Likewise.
5209 * stdio-common/isoc99_vfscanf.c: Likewise.
5210 * stdio-common/isoc99_vscanf.c: Likewise.
5211 * stdio-common/isoc99_vsscanf.c: Likewise.
5212 * stdio-common/printf-prs.c: Likewise.
5213 * stdio-common/printf_fp.c: Likewise.
5214 * stdio-common/printf_fphex.c: Likewise.
5215 * stdio-common/printf_size.c: Likewise.
5216 * stdio-common/putw.c: Likewise.
5217 * stdio-common/scanf.c: Likewise.
5218 * stdio-common/sprintf.c: Likewise.
5219 * stdio-common/tmpfile.c: Likewise.
5220 * stdio-common/vfprintf.c: Likewise.
5221 * stdio-common/vfscanf.c: Likewise.
5222 * stdlib/strfmon_l.c: Likewise.
5223 * sunrpc/openchild.c: Likewise.
5224 * sunrpc/xdr_stdio.c: Likewise.
5225 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
5226 * sysdeps/mach/hurd/tmpfile.c: Likewise.
5227
d6c33fda
RM
52282012-05-24 Roland McGrath <roland@hack.frob.com>
5229
c1487492
RM
5230 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
5231
5232 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
5233 in the third column, to generate for the shared library an IFUNC
5234 that uses _dl_vdso_vsym.
5235 * Makerules (COMPILE.c, compile-stdin.c): New variables.
5236 * Makeconfig (object-suffixes-noshared): New variable.
5237
5238 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
5239 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
5240 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
5241 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
5242
d6c33fda
RM
5243 [BZ #14132]
5244 * include/sys/time.h (__gettimeofday): Remove macro.
5245 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
5246 * time/gettimeofday.c (__gettimeofday): Remove #undef.
5247 Remove INTDEF.
5248 (__gettimeofday): Add libc_hidden_def.
5249 (gettimeofday): Add libc_hidden_weak.
5250 * sysdeps/mach/gettimeofday.c: Likewise.
5251 * sysdeps/posix/gettimeofday.c: Likewise.
5252 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
5253 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
5254 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
5255 (__gettimeofday_internal): Remove strong_alias.
5256 (__gettimeofday): Add libc_hidden_def.
5257 (gettimeofday): Add libc_hidden_weak.
5258 * sysdeps/unix/syscalls.list (gettimeofday):
5259 Remove __gettimeofday_internal alias.
5260
b5a2bbe6
L
52612012-05-24 Daniel Jacobowitz <drow@false.org>
5262 H.J. Lu <hongjiu.lu@intel.com>
5263
5264 [BZ #12495]
5265 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
5266 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
5267 (largebin_index_32_big): New.
5268 (largebin_index): Use it for 16-byte alignment.
5269 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
5270 correction with front_misalign.
5271
cfba4fda
L
52722012-05-24 H.J. Lu <hongjiu.lu@intel.com>
5273
7f907421
L
5274 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
5275 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5276 Likewise.
5277 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
5278 Likewise.
5279 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
5280 Likewise.
5281 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
5282 Likewise.
5283 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
5284 Likewise.
5285 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
5286 Likewise.
5287 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
5288 Likewise.
5289 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
5290 Likewise.
5291 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
5292 Likewise.
5293 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
5294 Likewise.
5295 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5296 Likewise.
5297 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
5298 Likewise.
5299
cfba4fda
L
5300 * scripts/data/c++-types-x32-linux-gnu.data: New file.
5301 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
5302
80bad0cc
JM
53032012-05-24 Joseph Myers <joseph@codesourcery.com>
5304
7a25eb06
JM
5305 [BZ #10846]
5306 [BZ #14036]
5307 * math/libm-test.inc (exp_test): Add test from bug 14036.
5308 (pow_test): Add test from bug 10846.
5309
795405f9
JM
5310 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
5311 and other flags.
5312 (special_function): Do not include flags in test name.
5313 (parse_args): Likewise.
5314 * sysdeps/i386/fpu/libm-test-ulps: Update.
5315 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
5316 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
5317 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
5318 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5319
80bad0cc
JM
5320 * math/gen-libm-test.pl (%beautify): Add entries for underflow
5321 exceptions.
5322 * math/libm-test.inc ("Philosophy"): Update comment about
5323 exception testing.
5324 (UNDERFLOW_EXCEPTION): New macro.
5325 (UNDERFLOW_EXCEPTION_OK): Likewise.
5326 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
5327 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
5328 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
5329 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
5330 (INVALID_EXCEPTION_OK): Update value.
5331 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
5332 (OVERFLOW_EXCEPTION_OK): Likewise.
5333 (IGNORE_ZERO_INF_SIGN): Likewise.
5334 (test_exceptions): Handle underflow exceptions.
5335 (acos_test): Update for underflow exception expectations.
5336 (cexp_test): Likewise.
5337 (clog_test): Likewise.
5338 (clog10_test): Likewise.
5339 (csqrt_test): Likewise.
5340 (ctan_test): Likewise.
5341 (ctanh_test): Likewise.
5342 (exp_test): Likewise.
5343 (exp10_test): Likewise.
5344 (exp2_test): Likewise.
5345 (expm1_test): Likewise.
5346 (fma_test): Likewise.
5347 (j0_test): Likewise.
5348 (jn_test): Likewise.
5349 (nexttoward_test): Likewise.
5350 (pow_test): Likewise.
5351 (scalbn_test): Likewise.
5352 (scalbln_test): Likewise.
5353 (tan_test): Likewise.
5354 (y1_test): Likewise.
5355 * sysdeps/i386/fpu/libm-test-ulps: Update.
5356 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5357
9e0e3d0b
DM
53582012-05-23 David S. Miller <davem@davemloft.net>
5359
5360 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
5361 (__libc_sigaction): Remove unused local variables.
5362
ccd0a08f
L
53632012-05-23 H.J. Lu <hongjiu.lu@intel.com>
5364
5365 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
5366
62bdf9a6
PE
53672012-05-23 Paul Eggert <eggert@cs.ucla.edu>
5368
f8591f80
PE
5369 mktime: avoid signed integer overflow
5370 * time/mktime.c (__mktime_internal): Do not mishandle the case
5371 where diff == INT_MIN.
5372
94c7d826
PE
5373 mktime: simplify computation of average
5374 * time/mktime.c (ranged_convert): Use new time_t_avg function
5375 instead of rolling our own (probably-slower) code.
5376
ce73d683
PE
5377 mktime: do not assume signed right shift propagates sign bit
5378 * time/mktime.c (isdst_differ): New static function.
5379 (__mktime_internal): No need to normalize tm_isdst now.
5380 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
5381 tm_isdst values.
5382
72a22e59
PE
5383 mktime: merge another wrapv change from gnulib
5384 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
5385 from some compilers.
5386
68605433
PE
5387 mktime: remove incorrect attempt at unusual arithmetics
5388 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
5389 The code didn't really work on such machines anyway.
5390 (TYPE_MINIMUM): Assume two's complement.
5391 (twos_complement_arithmetic): Verify that long_int and time_t
5392 are two's complement (or unsigned, in the latter case).
5393
03cf7fe3
PE
5394 mktime: check signed shifts on long_int and time_t, too
5395 * time/mktime.c (SHR): Check that shifts work as desired
5396 on the types long_int and time_t too, as SHR is used on
5397 such types.
5398
f04dfbc2
PE
5399 mktime: do not assume 'long' is wide enough
5400 * time/mktime.c (verify): Move decl up.
5401 (long_int): New type.
5402 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
5403 to remove assumption in the code that 'long' is wide enough to
5404 store year values. This assumption is not true on x32 and on
5405 some non-glibc platforms.
5406
62bdf9a6
PE
5407 mktime: merge wrapv change from gnulib
5408 * time/mktime.c (WRAPV): New macro.
5409 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
5410 (guess_time_tm, __mktime_internal): Do not assume that signed
5411 integer overflow wraps around; modern compilers generate code
5412 where this assumption is no longer valid.
5413
5e292e4f
L
54142012-05-23 H.J. Lu <hongjiu.lu@intel.com>
5415
5416 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5417 Replace "jmp L(pseudo_end)" with "ret".
5418 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
5419 Likewise.
5420
8caf8c87
AJ
54212012-05-23 Andreas Jaeger <aj@suse.de>
5422
5423 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
5424 * sysdeps/unix/sysv/linux/poll.c: Remove file.
5425
1a09dc56
AJ
54262012-05-23 Andreas Jaeger <aj@suse.de>
5427 Maximilian Attems <max@stro.at>
5428
5429 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
5430 New macros.
5431
1c87aba0
L
54322012-05-23 H.J. Lu <hongjiu.lu@intel.com>
5433
5434 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
5435 code so that pseudo_end is just ret and the stack pointer is
5436 correct also for static library in error case.
5437
40e45bd5
JM
54382012-05-23 Joseph Myers <joseph@codesourcery.com>
5439
c2670533
JM
5440 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
5441 move to syscalls.list.
5442 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
5443 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5444 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5445 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5446
40e45bd5
JM
5447 * manual/install.texi (Running make install): Do not mention Linux
5448 kernel version for which pt_chown is not needed.
5449 (Linux): Do not mention problems with nscd with 2.0 kernels.
5450 * INSTALL: Regenerated.
5451
be08eda5
AJ
54522012-05-23 Andreas Jaeger <aj@suse.de>
5453
5454 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
5455 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
5456 macro.
5457 * sysdeps/unix/sysv/linux/s390/bits/mman.h
5458 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5459 * sysdeps/unix/sysv/linux/sh/bits/mman.h
5460 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5461 * sysdeps/unix/sysv/linux/i386/bits/mman.h
5462 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5463 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
5464 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5465 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
5466 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
5467 * sysdeps/unix/sysv/linux/bits/in.h
5468 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
5469
a6a056bb
RM
54702012-05-22 Roland McGrath <roland@hack.frob.com>
5471
5472 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
5473 (PREPARE_VERSION): Just use assert instead, it will be elided
5474 under [NDEBUG] anyway.
5475
c9009328
L
54762012-05-22 H.J. Lu <hongjiu.lu@intel.com>
5477
5478 * sysdeps/unix/sysv/linux/Makefile: Include
5479 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 5480 (sysdep_routines): Remove sysctl.
c9009328
L
5481 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
5482 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
5483 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
5484 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
5485 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
5486
73338355
AJ
54872012-05-22 Andreas Jaeger <aj@suse.de>
5488
5489 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
5490 that pseudo_end is just ret and the stack pointer is correct also
5491 for static library in error case.
5492
d44638b0
PP
54932012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5494
5495 [BZ #14122]
5496 * nss/nsswitch.c (defconfig_entries): New variable.
5497 (__nss_database_lookup): Don't leak defconfig entries.
5498 (nss_parse_service_list): Don't leak on error paths.
5499 (free_database_entries): New function.
5500 (free_defconfig): New function.
5501 (free_mem): Move common code to free_database_entries.
5502
31a39bd8
L
55032012-05-22 H.J. Lu <hongjiu.lu@intel.com>
5504
da0331a8
L
5505 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
5506 Add arch_prctl.
5507 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
5508
31a39bd8
L
5509 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
5510 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
5511 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
5512 New macro.
5513 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
5514 (INTERNAL_SYSCALL_TYPES): Likewise.
5515 (LOAD_ARGS_TYPES_[1-6]): Likewise.
5516 (LOAD_REGS_TYPES_[1-6]): Likewise.
5517 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
5518 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
5519
45470df3
AZ
55202012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5521
5522 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
5523 copysignl for GLIBC_2_0.
5524 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
5525 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
5526 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
5527 logbl for GLIBC_2_0.
5528 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5529 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5530
98a61bcb
L
55312012-05-22 H.J. Lu <hongjiu.lu@intel.com>
5532
a4f6e481
L
5533 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
5534 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
5535
f63d5db6
L
5536 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5537 Use "neg %eax".
5538
98a61bcb
L
5539 * time/mktime.c: Update copyright years.
5540
95770f14
PE
55412012-05-22 Paul Eggert <eggert@cs.ucla.edu>
5542
6226efbd
PE
5543 mktime: merge comment-quoting-style change from gnulib
5544 * time/mktime.c: Quote 'like this' in comments.
5545 The GNU coding standards suggest that we no longer quote `like this',
5546 as "`" and "'" are typically rendered asymmetrically nowadays.
5547 The typical gnulib style is to quote 'like this' when quoting
5548 code, and "like this" when quoting English.
5549
b99e4f78
PE
5550 * time/mktime.c (compile-command): Add "-I.".
5551
643e01e6
PE
5552 mktime: merge mktime-internal.h change from gnulib
5553 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
5554
2554247d
PE
5555 mktime: merge time_r change from gnulib
5556 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
5557
826dd0ab
PE
5558 mktime: merge DEBUG change from gnulib
5559 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
5560 case system <time.h> has a #define.
5561
bd83aabe
PE
5562 mktime: merge <sys/types.h> change from gnulib
5563 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
5564 since <time.t> is now guaranteed to define time_t.
5565
95770f14
PE
5566 mktime: merge HAVE_CONFIG_H change from gnulib
5567 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
5568
5e1a27a9
L
55692012-05-22 H.J. Lu <hongjiu.lu@intel.com>
5570
0e44a77e
L
5571 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
5572 Use "neg %eax".
5573
5e1a27a9
L
5574 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
5575 __rlim_t cast.
5576 (struct rusage): Use anonymous union to pad each field to
5577 __syscall_slong_t.
5578
46259bec
DM
55792012-05-21 David S. Miller <davem@davemloft.net>
5580
5581 * Makefules (o-iterator): Remove .s cases.
5582 (compile-command.s): Delete.
5583 (COMPILE.s): Delete.
5584 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
5585
59f0c22e
JM
55862012-05-21 Joseph Myers <joseph@codesourcery.com>
5587
5588 * configure.in (libc_cv_predef_stack_protector): Only consider
5589 "foobar" and "__stack_chk_fail" lines in libc_undefs.
5590 * configure: Regenerated.
5591
20c07380
L
55922012-05-21 H.J. Lu <hongjiu.lu@intel.com>
5593
bbb3154b
L
5594 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
5595 New macro. Use R*LP on int and pointer.
5596 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
5597 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
5598 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
5599 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
5600
20c07380
L
5601 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
5602 [__WORDSIZE_TIME64_COMPAT32] instead of
5603 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
5604 (struct utmp): Likewise.
5605 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
5606 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
5607 Renamed to ...
5608 (__WORDSIZE_TIME64_COMPAT32): This.
5609 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
5610 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
5611 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
5612 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
5613 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
5614 (__WORDSIZE_TIME64_COMPAT32): New macro.
5615
d8d1017e
AJ
56162012-05-21 Andreas Jaeger <aj@suse.de>
5617
5618 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
5619 only if [SHARED]. Add prototype for __wcschr_ia32.
5620
6c7fb145
RM
56212012-05-21 Roland McGrath <roland@hack.frob.com>
5622
5623 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
5624 of %rbp unmolested in the jmp_buf while mangling the low bits.
5625 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
5626 unmolested high bits of %rbp while demangling the low bits.
5627 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
5628
66274218
AJ
56292012-05-21 Andreas Jaeger <aj@suse.de>
5630
07c58f8f
AJ
5631 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
5632 * sunrpc/svc_simple.c: Use it for registerrpc.
5633 * sunrpc/xcrypt.c: Use it for passwd2des.
5634
66274218
AJ
5635 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
5636
61f65140
L
56372012-05-21 H.J. Lu <hongjiu.lu@intel.com>
5638
5639 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
5640 Don't define if [__SYSCALL_WORDSIZE != 32].
5641 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
5642 New macro.
5643
5fefb436
AJ
56442012-05-21 Bruno Haible <bruno@clisp.org>
5645 Andreas Jaeger <aj@suse.de>
5646
5647 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
5648 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
5649 inptr and inend for must_buffer_ch.
5650 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
5651 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
5652 * stdio-common/Makefile (tests): Remove bug15.
5653 (bug15-ENV): Remove macro.
5654 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
5655 anymore.
5656
d8e272ab
AJ
56572012-05-19 Andreas Jaeger <aj@suse.de>
5658 Roland McGrath <roland@hack.frob.com>
5659
5660 * manual/contrib.texi: Completely rewritten. It contains now an
5661 alphabetical list of contributors and their contributions.
5662
4a56a162
RH
56632012-05-21 Richard Henderson <rth@twiddle.net>
5664
5665 * misc/getauxval.c (__getauxval): Use unsigned long int.
5666 * misc/sys/auxv.h: Include <sys/cdefs.h>.
5667 (getauxval): Use unsigned long int.
5668
d024d23c
L
56692012-05-21 H.J. Lu <hongjiu.lu@intel.com>
5670
5671 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
5672
cbc00a03
RM
56732012-05-21 Roland McGrath <roland@hack.frob.com>
5674
5675 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
5676 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
5677 __alignof__ (long double).
5678
478143fa
AZ
56792012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5680
5681 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5682
c7683a6d
RH
56832012-05-20 Richard Henderson <rth@twiddle.net>
5684
5685 * misc/getauxval.c: New file.
5686 * misc/sys/auxv.h: New file.
5687 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
5688 (routines): Add getauxval.
5689 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
5690 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
5691 * elf/dl-sysdep.c (_dl_auxv): Remove.
5692 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
5693 * elf/dl-support.c (_dl_auxv): New variable.
5694 (_dl_aux_init): Initialize it.
5695 * manual/startup.texi (Auxiliary Vector): New node.
5696 * sysdeps/generic/bits/hwcap.h: New file.
5697 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
5698 * sysdeps/powerpc/sysdep.h: ... here. Include it.
5699 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
5700 * sysdeps/sparc/sysdep.h: ... here. Include it.
5701 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
5702 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
5703 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
5704 Update.
c7683a6d
RH
5705 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
5706 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
5707 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
5708 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
5709 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
5710 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
5711 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
5712 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
5713
a6f1845d
AZ
57142012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5715
5716 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5717
cbcbe830
DM
57182012-05-19 David S. Miller <davem@davemloft.net>
5719
5720 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5721
e0b16cc2
JM
57222012-05-19 Joseph Myers <joseph@codesourcery.com>
5723
5724 [BZ #14123]
5725 * math/s_ccosh.c: Include <float.h>
5726 (__ccosh): Avoid internal overflow calculating sinh and cosh
5727 values before multiplying by sin and cos values.
5728 * math/s_ccoshf.c: Likewise.
5729 * math/s_ccoshl.c: Likewise.
5730 * math/s_csin.c: Likewise.
5731 * math/s_csinf.c: Likewise.
5732 * math/s_csinl.c: Likewise.
5733 * math/s_csinh.c: Likewise.
5734 * math/s_csinhf.c: Likewise.
5735 * math/s_csinhl.c: Likewise.
5736 * math/libm-test.inc (ccos_test): Add more tests.
5737 (ccosh_test): Likewise.
5738 (csin_test): Likewise.
5739 (csinh_test): Likewise.
5740 * sysdeps/i386/fpu/libm-test-ulps: Update.
5741 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5742
6ad13e08
L
57432012-05-19 H.J. Lu <hongjiu.lu@intel.com>
5744
f66f0ce8
L
5745 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
5746 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
5747
6ad13e08
L
5748 * sysdeps/x86_64/x32/_itoa.h: Add comment.
5749
b1d072a7
JM
57502012-05-19 Joseph Myers <joseph@codesourcery.com>
5751
5752 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
5753 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
5754 * sysdeps/powerpc/soft-fp/Versions: Likewise.
5755 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
5756 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
5757 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
5758 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
5759 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
5760 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
5761 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
5762 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
5763 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
5764 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
5765 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
5766 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
5767 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
5768 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
5769 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
5770 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
5771 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
5772 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
5773 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
5774 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
5775 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
5776 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
5777 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
5778 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
5779 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
5780 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
5781 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
5782 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
5783
9eae47cb
AJ
57842012-05-18 Andreas Jaeger <aj@suse.de>
5785
5786 * csu/.gitignore: Delete.
5787
bb07f69f
L
57882012-05-18 H.J. Lu <hongjiu.lu@intel.com>
5789
5790 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
5791 (timex): Use __syscall_slong_t.
5792
e6bdb741
AJ
57932012-05-18 Andreas Jaeger <aj@suse.de>
5794 Carlos O'Donell <carlos_odonell@mentor.com>
5795
5796 * manual/install.texi (Configuring and compiling): Update
5797 description about files modified in the source directory.
d6c33fda 5798 * INSTALL: Regenerated.
e6bdb741 5799
1b74487e
L
58002012-05-18 H.J. Lu <hongjiu.lu@intel.com>
5801
5802 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
5803 value. Use "or" to set return value to -1.
5804 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
5805 negate return value.
5806
a88b64b9
TMQMF
58072012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
5808
5809 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
5810 CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
5811 failure if the compiler has Graphite support disabled.
5812 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
5813 Likewise.
5814 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
5815 CFLAGS-memmove.c): Likewise.
5816 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
5817 Likewise.
5818
3707636e
L
58192012-05-18 H.J. Lu <hongjiu.lu@intel.com>
5820
610b8622
L
5821 * sysdeps/x86_64/x32/_itoa.h: New file.
5822
7cd195df
L
5823 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
5824 getdents system call only if kernel and user dirents have the
5825 same d_ino and d_off.
5826
94b07d20
L
5827 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
5828 LLONG_MAX != LONG_MAX.
5829 (_itoa_word): Use _ITOA_WORD_TYPE on value.
5830 (_fitoa_word): Likewise.
5831
18298070
L
5832 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
5833 years.
5834 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
5835 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
5836 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
5837
553c7ea4
L
5838 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
5839 include <bits/wordsize.h>. Check __x86_64__ instead of
5840 __WORDSIZE.
5841 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
5842 if __x86_64__ is defined. Use anonymous union on fpstate.
5843
3707636e
L
5844 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
5845 anonymous union.
5846
b53ef01a
AS
58472012-05-18 Andreas Schwab <schwab@linux-m68k.org>
5848
37fb1dc0
AS
5849 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5850 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
5851 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
5852 Refer to _rtld_local_ro instead of _rtld_global_ro.
5853 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
5854 Likewise.
5855 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
5856 Likewise.
5857 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
5858 Likewise.
5859 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
5860 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
5861 of _rtld_global, and rtld_progname instead of _dl_argv[0].
5862
b53ef01a
AS
5863 * sysdeps/powerpc/powerpc32/dl-machine.c
5864 (__elf_machine_runtime_setup) [PROF]: Don't reference
5865 _dl_prof_resolve.
5866
7a185db2
AJ
58672012-05-18 Andreas Jaeger <aj@suse.de>
5868
5869 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
5870 function only available for GCCs before 3.4 since GCC 3.4
5871 introduced a builtin.
5872 (lrint): Likewise.
5873 (llrintf): Likewise.
5874 (llrint): Likewise.
5875 (fmaxf): Likewise.
5876 (fmax): Likewise.
5877 (fminf): Likewise.
5878 (fmin): Likewise.
5879 (rint): Likewise.
5880 (rintf): Likewise.
5881 (nearbyint): Likewise.
5882 (nearbyintf): Likewise.
5883 (ceil): Likewise.
5884 (ceilf): Likewise.
5885 (floor): Likewise.
5886 (floorf): Likewise.
5887
3e5aef87
L
58882012-05-17 H.J. Lu <hongjiu.lu@intel.com>
5889
428bd707
L
5890 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
5891 on both fields and cast pointer to __syscall_ulong_t.
5892
3e5aef87
L
5893 * bits/types.h (__fsword_t): New type.
5894 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
5895 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
5896 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5897 (__FSWORD_T_TYPE): Likewise.
5898 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5899 (__FSWORD_T_TYPE): Likewise.
5900 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5901 (__FSWORD_T_TYPE): Likewise.
5902 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
5903 (__FSWORD_T_TYPE): Likewise.
5904 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
5905 __SWORD_TYPE with __fsword_t.
5906 (statfs64): Likewise.
5907
1ba7c3dc
DM
59082012-05-17 David S. Miller <davem@davemloft.net>
5909
5910 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
5911
59910343
AJ
59122012-05-17 Andreas Jaeger <aj@suse.de>
5913
5914 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
5915 warning.
5916
2e4c1e9e
L
59172012-05-17 H.J. Lu <hongjiu.lu@intel.com>
5918
5919 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
5920
de7f5ce7
AJ
59212012-05-17 Andreas Jaeger <aj@suse.de>
5922
5923 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
5924 when it is used.
5925
286abc3d
CM
59262012-05-17 Chris Metcalf <cmetcalf@tilera.com>
5927
5928 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
5929
477cc68e
L
59302012-05-17 H.J. Lu <hongjiu.lu@intel.com>
5931
5932 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
5933 * sysdeps/x86_64/tst-mallocalign1.c: New file.
5934
1a0994f5
CD
59352012-05-17 Andreas Jaeger <aj@suse.de>
5936 Carlos O'Donell <carlos_odonell@mentor.com>
5937
5938 [BZ #14059]
5939 * sysdeps/x86_64/multiarch/init-arch.h
5940 (bit_YMM_Usable): Rename to...
5941 (bit_AVX_Usable): ... this.
5942 (bit_FMA4_Usable): New macro.
5943 (bit_XMM_state): New macro.
5944 (bit_YMM_state): New macro.
5945 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
5946 [__ASSEMBLER__] (index_AVX_Usable): ... this.
5947 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
5948 (CPUID_OSXSAVE): New macro.
5949 (CPUID_AVX): New macro.
5950 (CPUID_FMA4): New macro.
5951 (index_YMM_Usable): Rename to...
5952 (index_AVX_Usable): ... this.
5953 (HAS_AVX): Use HAS_ARCH_FEATURE.
5954 (HAS_FMA4): Likewise.
5955 (HAS_YMM_USABLE): Remove.
5956 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5957 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
5958 are present.
5959 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
5960 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
5961 * sysdeps/x86_64/multiarch/Makefile: Likewise.
5962 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
5963 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
5964
0af797de
CM
59652012-05-17 Chris Metcalf <cmetcalf@tilera.com>
5966
5967 * math/libm-test.c: Support platforms without multiple rounding modes.
5968 * math/bug-nextafter.c: Support platforms without FP exceptions.
5969 * math/bug-nexttoward.c: Likewise.
5970 * math/test-fenv.c: Likewise.
5971 * math/test-misc.c: Likewise.
5972 * stdlib/bug-getcontext.c: Likewise.
5973
e39745ff
AJ
59742012-05-17 Andreas Jaeger <aj@suse.de>
5975
5976 * manual/examples/search.c (critter_cmp): Change signature to
5977 avoid warnings.
5978 * manual/string.texi (Collation Functions): Likewise.
5979
48970aba
L
59802012-05-16 H.J. Lu <hongjiu.lu@intel.com>
5981
5982 * bits/types.h: Fold copyright years.
5983 * bits/typesizes.h: Likewise.
5984 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
5985 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
5986 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
5987 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
5988 * time/time.h: Likewise.
5989
bedee953
PP
59902012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
5991
5992 [BZ #208]
5993 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
5994 in instead of returning them. Return void.
5995 (__libc_mallinfo): Accumulate over all arenas.
5996 (__malloc_stats): Adjust for change in int_mallinfo interface.
5997
61653dfb
RM
59982012-05-16 Roland McGrath <roland@hack.frob.com>
5999
30b99d79
RM
6000 [BZ #10375]
6001 * configure.in (NM): Add AC_CHECK_TOOL for it.
6002 (libc_extra_cflags): New substituted variable.
6003 Check for -fstack-protector being used implicitly.
6004 * configure: Regenerated.
6005 * config.make.in (config-extra-cflags): New variable,
6006 gets @libc_extra_cflags@.
6007 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
6008
61653dfb
RM
6009 [BZ #10375]
6010 * configure.in: Check for _FORTIFY_SOURCE being predefined.
6011 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
6012 * configure: Regenerated.
6013 * config.make.in (CPPUNDEFS): New substituted variable.
6014 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
6015 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
6016 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
6017
661768bb
L
60182012-05-16 H.J. Lu <hongjiu.lu@intel.com>
6019
6020 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
6021 (mq_attr): Use __syscall_slong_t.
6022
d4261567
L
60232012-05-16 H.J. Lu <hongjiu.lu@intel.com>
6024
6025 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
6026 Check __x86_64__ instead of __WORDSIZE.
6027 (_STAT_VER_LINUX): Likewise.
6028 (stat): Check __x86_64__ instead of __WORDSIZE. Use
6029 __syscall_ulong_t and __syscall_slong_t.
6030 (stat64): Likewise.
6031
cf3ff365
L
60322012-05-16 H.J. Lu <hongjiu.lu@intel.com>
6033
6034 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
6035
76cf3e4d
L
60362012-05-16 H.J. Lu <hongjiu.lu@intel.com>
6037
6038 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
6039
a637753a
L
60402012-05-16 H.J. Lu <hongjiu.lu@intel.com>
6041
6042 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
6043 __syscall_ulong_t.
6044
d5e05119
L
6045 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
6046 include <bits/wordsize.h>. Check __x86_64__ instead of
6047 __WORDSIZE.
6048 (greg_t): Use "__extension__ long long int" if __x86_64__ is
6049 defined.
6050 (mcontext_t): Replace "unsigned long" with "unsigned long long".
6051
f62ee380
L
6052 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
6053 include <bits/wordsize.h>. Check __x86_64__ instead of
6054 __WORDSIZE.
6055 (user_regs_struct): Use "__extension__ unsigned long long"
6056 instead of "unsigned long" if __x86_64__ is defined.
6057 (user): Likewise. Pad after pointer field if __ILP32__ is
6058 defined.
6059
4e124ced
JM
60602012-05-16 Joseph Myers <joseph@codesourcery.com>
6061
6a3951a0
JM
6062 * configure.in (makeinfo): Require version 4.5 or later. Allow
6063 versions 5 to 9.
6064 * configure: Regenerated.
6065 * manual/install.texi (texinfo): Increase version requirement to
6066 4.5 or later.
6067 * INSTALL: Regenerated.
6068
4e124ced
JM
6069 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
6070
953ca31a
L
60712012-05-16 H.J. Lu <hongjiu.lu@intel.com>
6072
6073 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
6074
617aca05
L
6075 * sysdeps/x86_64/x32/ffs.c: New file.
6076
5762f7ae
L
6077 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
6078 __syscall_ulong_t.
6079 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
6080 defined. Use __syscall_ulong_t.
6081 (shminfo): Use __syscall_ulong_t.
6082 (shm_info): Likewise.
6083
a26b6856
L
6084 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
6085 __syscall_ulong_t.
6086
cb2b9ef7
L
6087 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
6088 <bits/wordsize.h>.
6089 (msgqnum_t): Use __syscall_ulong_t.
6090 (msglen_t): Likewise.
6091 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
6092 __syscall_ulong_t.
6093
34683bb0
L
6094 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
6095 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
6096
84a68786
L
6097 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
6098
48baa5f1
L
6099 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
6100 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
6101
180be88b
L
6102 * sysvipc/sys/msg.h (msgbuf): Replace long int with
6103 __syscall_slong_t.
6104
5e90c8ad
L
6105 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
6106 include <bits/wordsize.h>. Check __x86_64__ instead of
6107 __WORDSIZE.
6108
23dfb58b
L
6109 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
6110 "unsigned long long int" if __x86_64__ is defined.
6111 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
6112
ce5d54b0
L
6113 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
6114 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
6115 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
6116
13dc9eac
L
6117 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
6118 <stdint.h>.
6119 (GET_PC): Cast to uintptr_t first.
6120 (GET_FRAME): Likewise.
6121 (GET_STACK): Likewise.
6122
a7895d15
L
6123 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
6124 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
6125 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
6126 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
6127 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
6128 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
6129 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
6130 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
6131 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
6132 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
6133 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
6134 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
6135 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
6136 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
6137 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
6138 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
6139 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
6140 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
6141 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
6142 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
6143 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
6144 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
6145 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
6146 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
6147 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
6148 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
6149 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
6150 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
6151 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
6152
656416c9
AS
61532012-05-16 Andreas Schwab <schwab@linux-m68k.org>
6154
5bd66283
AS
6155 * Makerules (+depfiles): Also collect depfiles from .oS in
6156 $(extra-objs).
6157 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
6158 .oS, $(libnldbl-routines)).
6159
656416c9
AS
6160 * Makerules (native-compile-mkdep-flags): Define.
6161 * sunrpc/Makefile (extra-objs): Add $(addprefix
6162 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
6163 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
6164 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
6165 calling $(make-target-directory).
6166
a46f2169
L
61672012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6168
6169 * bits/types.h (__snseconds_t): Removed.
6170 * time/time.h (struct timespec): Replace __snseconds_t with
6171 __syscall_slong_t.
6172 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
6173 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
6174 Likewise.
6175 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
6176 (__SNSECONDS_T_TYPE): Likewise.
6177 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
6178 (__SNSECONDS_T_TYPE): Likewise.
6179 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
6180 (__SNSECONDS_T_TYPE): Likewise.
6181
6af6528b
L
61822012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6183
6184 * sysdeps/mach/hurd/bits/typesizes.h
6185 (__SYSCALL_SLONG_TYPE): New macro.
6186 (__SYSCALL_ULONG_TYPE): Likewise.
6187
de986b56
L
61882012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6189
6190 * bits/types.h (__syscall_slong_t): New type.
6191 (__syscall_ulong_t): Likewise.
6192
6193 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
6194 (__SYSCALL_ULONG_TYPE): Likewise.
6195 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
6196 (__SYSCALL_SLONG_TYPE): Likewise.
6197 (__SYSCALL_ULONG_TYPE): Likewise.
6198 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
6199 (__SYSCALL_SLONG_TYPE): Likewise.
6200 (__SYSCALL_ULONG_TYPE): Likewise.
6201 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
6202 (__SYSCALL_SLONG_TYPE): Likewise.
6203 (__SYSCALL_ULONG_TYPE): Likewise.
6204
85736dc7
L
62052012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6206
6207 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
6208 Add sigaltstack-offsets.sym.
6209 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
6210 <sigaltstack-offsets.h>.
6211 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
6212 longjmp_msg pointer.
6213 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
6214 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
6215 signal stack.
6216 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
6217
cc03b296
JM
62182012-05-15 Joseph Myers <joseph@codesourcery.com>
6219
a9538892
JM
6220 * elf/stackguard-macros.h: Remove file.
6221 * sysdeps/generic/stackguard-macros.h: New file.
6222 * sysdeps/i386/stackguard-macros.h: Likewise.
6223 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
6224 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
6225 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
6226 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
6227 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
6228 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
6229 * sysdeps/x86_64/stackguard-macros.h: Likewise.
6230 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
6231 <elf/stackguard-macros.h>.
6232
cc03b296
JM
6233 [BZ #14109]
6234 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
6235 __aligned__ in attribute.
6236 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
6237 (gregset_t): Likewise.
6238
93171016
L
62392012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6240
6241 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
6242 * sysdeps/x86_64/64/Implies-after: Here. New file.
6243 * sysdeps/x86_64/x32/Implies-after: New file.
6244
d86813a0
L
62452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6246
6247 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
6248 and access return value for _dl_profile_fixup. Use R10_LP to
6249 load frame size.
6250
2953ec75
L
62512012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6252
6253 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
6254
3b550e9e
L
62552012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6256
6257 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
6258 * sysdeps/x86_64/x32/sysdep.h: New file.
6259
eda41706
L
62602012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6261
6262 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
6263 * sysdeps/x86_64/setjmp.S: Likewise.
6264
9ea01d93
AZ
62652012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6266
6267 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
6268 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
6269 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
6270 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
6271 remove unused global constant.
6272
02a91938
CM
62732012-05-15 Chris Metcalf <cmetcalf@tilera.com>
6274
6275 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
6276 include of <not-cancel.h>.
6277
6540185f
RM
62782012-05-15 Roland McGrath <roland@hack.frob.com>
6279
6280 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
6281
509072a0
AJ
62822012-05-15 Jeff Law <law@redhat.com>
6283 Andreas Jaeger <aj@suse.de>
6284
6285 [BZ #13594]
6286 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
6287 out from...
6288 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
6289 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
6290 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
6291 code changing __hst_map_handle.map.
6292
ba75122d
RM
62932012-05-15 Roland McGrath <roland@hack.frob.com>
6294
6295 * configure.in (sysnames): Look for Implies-before and Implies-after
6296 files.
6297 * configure: Regenerated.
6298
890d8bd8
L
62992012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6300
6301 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
6302 8-byte data alignment with LP_SIZE alignment.
6303
f6ee6623
L
63042012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6305
6306 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
6307 into R10_LP.
6308
ea2626f6
L
63092012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6310
6311 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
6312
085f715e
L
63132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6314
6315 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
6316 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
6317 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
6318 Likewise.
6319 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
6320
be8498fc
L
63212012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6322
6323 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
6324 (stackinfo_sub_sp): Likewise.
6325
70bc83b9
L
63262012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6327
6328 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
6329 RAX_LP.
6330
9bc0b730
L
63312012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6332
6333 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
6334 into R*_LP.
6335
6d2850e7
L
63362012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6337
6338 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
6339 sizes into R*_LP.
6340
3cb84561
L
63412012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6342
6343 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
6344
54e2ed81
L
63452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6346
6347 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
6348 into R11_LP and load __x86_64_shared_cache_size_half into
6349 R8_LP.
6350
8a17f349
L
63512012-05-15 H.J. Lu <hongjiu.lu@intel.com>
6352
6353 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
6354 R8_LP.
6355
777b1eea
AZ
63562012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6357
6358 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
6359 logb for POWER7.
6360 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
6361 logbf for POWER7.
6362 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
6363 logbl for POWER7.
6364 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
6365 powerpc32/power7/fpu/s_logb.c via #include.
6366 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
6367 powerpc32/power7/fpu/s_logbf.c via #include.
6368 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
6369 powerpc32/power7/fpu/s_logbl.c via #include.
6370
d20d4ac2
JM
63712012-05-15 Joseph Myers <joseph@codesourcery.com>
6372
6373 * README.libm: Remove file.
6374
6cdef1ab
L
63752012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6376
6377 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
6378 count for x32. Use R*_LP and omit operand-size suffix.
6379
0b254d8f
L
63802012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6381
6382 * shlib-versions: Move x86_64-.*-linux.* entries to ...
6383 * sysdeps/x86_64/64/shlib-versions: Here. New file.
6384 * sysdeps/x86_64/x32/shlib-versions: New file.
6385
ceb809dc
RM
63862012-05-14 Roland McGrath <roland@hack.frob.com>
6387
6388 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
6389 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
6390 Use _dl_fatal_printf instead.
6391
37f1abd4
JM
63922012-05-14 Joseph Myers <joseph@codesourcery.com>
6393
6394 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
6395 set if not set by the user. Do not allow for being unset.
6396 * sysdeps/unix/sysv/linux/configure: Regenerated.
6397
11de3a33
L
63982012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6399
6400 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
6401 the `q' suffix from lea and replace .quad with ASM_ADDR.
6402
e02f153a
L
64032012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6404
6405 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
6406 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
6407 instead of $17.
6408 (PTR_DEMANGLE): Likewise.
6409
520ae0fd
L
64102012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6411
6412 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
6413 (LP_OP): Likewise.
6414 (ASM_ADDR): Likewise.
6415 (RAX_LP): Likewise.
6416 (RBP_LP): Likewise.
6417 (RBX_LP): Likewise.
6418 (RCX_LP): Likewise.
6419 (RDI_LP): Likewise.
6420 (RSI_LP): Likewise.
6421 (RSP_LP): Likewise.
6422 (R8_LP): Likewise.
6423 (R9_LP): Likewise.
6424 (R10_LP): Likewise.
6425 (R10_LP): Likewise.
6426 (R11_LP): Likewise.
6427 (R12_LP): Likewise.
6428 (R13_LP): Likewise.
6429 (R14_LP): Likewise.
6430 (R15_LP): Likewise.
6431
b985be81
L
64322012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6433
6434 * sysdeps/x86_64/x32/dl-machine.h: New file.
6435
6a4888ff
AJ
64362012-05-14 Andreas Jaeger <aj@suse.de>
6437
6438 * manual/Makefile (subdir): Remove export of subdir.
6439 (all): Remove target.
6440 (.PHONY): Remove all from list.
6441 (mkinstalldirs): Remove.
6442 (.PHONY): Remove installdirs from list.
6443 ($(inst_infodir)/libc.info): Use make-target-directory.
6444 (installdirs): Remove.
6445 (subdir_%): Remove.
6446 (glibc-targets): Remove.
6447 (lib): Remove.
6448 (stubs): Remove.
6449 ($(objpfx)stubs ../po/manual.pot): Remove.
6450 ($(objpfx)stamp%): Remove.
6451 (make-target-directory): Remove.
6452 (subdir_install): Remove.
6453 (routines): Remove.
6454 (aux): Remove.
6455 (sources): Remove.
6456 (objects): Remove.
6457 (headers): Remove.
6458
6459 [BZ #13750]
6460 * manual/.gitignore: Remove, it's not needed anymore.
6461 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
6462 all files in it.
6463 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
6464 directory.
6465 (texis): Renamed to $(objpfx)texis.
6466 (texis-path): New, contains path to generated files.
6467 (chapters.%): Use texis-path for complete path, add extra argument
6468 libc-texinfo.sh.
6469 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
6470 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
6471 (summary,texi, stamp-summary): Use complete path of
6472 files. Generate files in build dir.
6473 (dir-add.texi): Build in build dir.
6474 (libm-err.texi,stamp-libm-err): Likewise.
6475 (version.texi, stamp-version): Likewise.
6476 (.%c.texi): Likewise.
6477 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
6478 (mostlyclean): Remove target.
6479 (realclean): Remove target.
6480 (generated): Add new variable with contents from mostlyclean and
6481 realclean, remove entries duplicated in common-mostlyclean, add
6482 stamp-libm-err and stamp-version.
6483 (generated-dirs): Add libc directory.
6484 ($(inst_infodir)/libc.info): Install files from build dir.
6485
6486 * manual/install.texi (Configuring and compiling): Adjust since
6487 the info files are not part of the tar ball anymore.
6488
7ac77294
AJ
64892012-05-14 Andreas Jaeger <aj@suse.de>
6490
6491 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
6492 variable.
6493
ffb7875d
JM
64942012-05-14 Joseph Myers <joseph@codesourcery.com>
6495
6496 [BZ #13717]
6497 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
6498 to 2.2.0 where earlier.
6499 * sysdeps/unix/sysv/linux/configure: Regenerated.
6500 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
6501 Remove conditional code.
6502 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
6503 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
6504 Remove conditional code.
6505 [!__NR_lchown]: Likewise.
6506 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
6507 [__NR_lchown]: Likewise.
6508 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
6509 comment referencing __ASSUME_LCHOWN_SYSCALL.
6510 * sysdeps/unix/sysv/linux/i386/sigaction.c
6511 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6512 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6513 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
6514 Remove conditional code.
6515 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
6516 (__protocol_available): Remove #if 0 code.
6517 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
6518 conditional code.
6519 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
6520 * sysdeps/unix/sysv/linux/kernel-features.h
6521 (__ASSUME_GETCWD_SYSCALL): Don't define.
6522 (__ASSUME_REALTIME_SIGNALS): Likewise.
6523 (__ASSUME_PREAD_SYSCALL): Likewise.
6524 (__ASSUME_PWRITE_SYSCALL): Likewise.
6525 (__ASSUME_POLL_SYSCALL): Likewise.
6526 (__ASSUME_LCHOWN_SYSCALL): Likewise.
6527 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
6528 non-SPARC.
6529 (__ASSUME_SIOCGIFNAME): Don't define.
6530 (__ASSUME_MSG_NOSIGNAL): Likewise.
6531 (__ASSUME_SENDFILE): Define unconditionally.
6532 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
6533 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
6534 conditional code.
6535 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
6536 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
6537 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
6538 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
6539 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
6540 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
6541 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
6542 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
6543 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
6544 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6545 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
6546 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
6547 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6548 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
6549 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6550 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6551 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
6552 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6553 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
6555 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
6556 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
6558 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
6559 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6560 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
6561 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6562 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
6564 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6565 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6566 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
6567 Remove conditional code.
6568 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6569 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
6570 Remove conditional code.
6571 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6572 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
6573 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
6574 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
6575 Remove conditional code.
6576 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6577 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
6578 Remove conditional code.
6579 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6580 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
6581 Remove conditional code.
6582 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6583 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
6584 Remove conditional code.
6585 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
6586 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
6587 Remove conditional code.
6588 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6589 * sysdeps/unix/sysv/linux/sh/pwrite64.c
6590 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
6591 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
6592 * sysdeps/unix/sysv/linux/sigaction.c
6593 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6594 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6595 * sysdeps/unix/sysv/linux/sigpending.c
6596 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6597 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6598 * sysdeps/unix/sysv/linux/sigprocmask.c
6599 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6600 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6601 * sysdeps/unix/sysv/linux/sigsuspend.c
6602 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
6603 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
6604 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
6605 (__libc_missing_rt_sigs): Remove.
6606 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
6607 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
6608 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
6609 Remove conditional code.
6610 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
6611 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
6612 return 1.
6613 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
6614 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
6615 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
6616 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
6617
1bfb7291
AJ
66182012-05-14 Andreas Jaeger <aj@suse.de>
6619
caae5a81
AJ
6620 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
6621 it's not used in glibc.
6622 (__coshm1): Likewise.
6623 (__acosh1p): Likewise.
6624 (__sgn): Likewise.
6625
1bfb7291
AJ
6626 * manual/string.texi (Copying and Concatenation): Add missing
6627 variable in concat example.
6628 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6629
c044d724
L
66302012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6631
144c5467 6632 [BZ #14103]
c044d724
L
6633 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
6634 __builtin_clzl with __builtin_clzll.
6635
2523c62b
L
66362012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6637
6638 [BZ #14104]
6639 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
6640 libc_freeres_ptr.
6641
d7bb4c42
LD
66422012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
6643
6644 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
6645 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
6646 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
6647 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
6648
9dc4e1fb
MF
66492012-05-14 Mike Frysinger <vapier@gentoo.org>
6650
6651 * NEWS: Update ia64 info.
6652
c7df0112
AS
66532012-05-12 Andreas Schwab <schwab@linux-m68k.org>
6654
6655 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
6656 used as bcopy.
6657
dc70356c
TS
66582012-05-12 Thomas Schwinge <thomas@codesourcery.com>
6659
6660 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
6661 * sysdeps/unix/syscalls.list (dup3): Likewise.
6662 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
6663 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
6664
9fb1a21f
L
66652012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6666
6667 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
6668 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
6669
4822a2a5
L
66702012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6671
6672 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
6673 thread pointer.
6674 (TLS_IE): Use mov/add instead of movq/addq to load thread
6675 pointer.
6676 (TLS_GD_PREFIX): New.
6677 (TLS_GD): Use it.
6678
842b81d6
DM
66792012-05-11 David S. Miller <davem@davemloft.net>
6680
6681 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
6682 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
6683 (_FPU_SETCW): Likewise.
6684
1cf463cd
L
66852012-05-10 H.J. Lu <hongjiu.lu@intel.com>
6686
6687 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
6688 is 32-byte aligned.
6689
60cc4a18
AS
66902012-05-11 Andreas Schwab <schwab@linux-m68k.org>
6691
6692 [BZ #11837]
6693 * iconvdata/gb18030.c: Update tables.
6694 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
6695 characters specially.
6696 (BODY for TO_LOOP): Add encoding of missing ranges.
6697
febb44a4
TS
66982012-05-11 Thomas Schwinge <thomas@codesourcery.com>
6699
6700 [BZ #13673]
6701 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
6702 * sysdeps/mach/hurd/dup3.c: Likewise.
6703 * sysdeps/mach/hurd/readlinkat.c: Likewise.
6704 * sysdeps/powerpc/memmove.c:: Likewise.
6705
0a10fb9e
L
67062012-05-10 H.J. Lu <hongjiu.lu@intel.com>
6707
6708 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
6709 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
6710
df8a552f
L
67112012-05-10 H.J. Lu <hongjiu.lu@intel.com>
6712
6713 * elf/elf.h (R_X86_64_RELATIVE64): New.
6714 (R_X86_64_NUM): Updated.
6715 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
6716 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
6717 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
6718 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
6719 tst-quad1pie tst-quad2pie
6720 (modules-names): Add tst-quadmod1 tst-quadmod2.
6721 ($(objpfx)tst-quad1): New dependency.
6722 ($(objpfx)tst-quad2): Likewise.
6723 ($(objpfx)tst-quad1pie): Likewise.
6724 ($(objpfx)tst-quad2pie): Likewise.
6725 * sysdeps/x86_64/tst-quad1.c: New file.
6726 * sysdeps/x86_64/tst-quad1pie.c: New file.
6727 * sysdeps/x86_64/tst-quad2.c: Likewise.
6728 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
6729 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
6730 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
6731 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
6732 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
6733
f34d6f84
ST
67342012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6735
f42d41d1
ST
6736 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
6737 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
6738 * streams/stropts.h (t_scalar_t): Define type.
6739
3c3571fc
ST
6740 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
6741 (_PATH_PRESERVE): Set to "/var/lib".
6742 (_PATH_RWHODIR): Set to "/var/spool/rwho".
6743
61f06bd3
ST
6744 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
6745 instead of int.
6746
918d4d71
ST
6747 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
6748 if __dir_mkfile succeeded.
6749
f34d6f84
ST
6750 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
6751 checking for _hurd_dtablesize. Unlock it right after having
6752 finished _hurd_dtable allocation.
6753
10589b4a
TS
67542012-05-10 Thomas Schwinge <thomas@schwinge.name>
6755
674cdbc7
TS
6756 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
6757 * sysdeps/mach/hurd/configure: Regenerated.
6758 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
6759 special-casing to...
6760 * sysdeps/gnu/configure.in: ... this new file.
6761 * sysdeps/unix/sysv/linux/configure: Regenerated.
6762 * sysdeps/gnu/configure: New generated file.
6763
8e41b99f
TS
6764 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
6765 for Linux: use nsec instead of usec, as well as:
6766 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
6767 members of type struct timespec.
6768 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
6769 New macros.
6770 (struct stat64): Likewise.
6771 (_STATBUF_ST_NSEC): New macro.
6772 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
6773
10589b4a
TS
6774 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
6775 __strtoul_internal rather than strtoul.
6776
63643c85
PT
67772012-05-10 Pino Toscano <toscano.pino@tiscali.it>
6778
6779 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
6780 and reject them.
6781
3faebe6a
ST
67822012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6783
6784 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
6785 which preserves existing values.
6786 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
6787
c6474b07
PT
67882012-05-10 Pino Toscano <toscano.pino@tiscali.it>
6789
6790 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
6791 TIMEOUT values. Return EINVAL for NFDS values either negative or
6792 greater than FD_SETSIZE.
6793
1043890b
ST
67942012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6795
6796 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
6797 allocated, call __vm_protect to finish enabling the existing space, and
6798 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
6799 allocate the remainder.
6800
37ed8b9b
PT
68012012-05-10 Pino Toscano <toscano.pino@tiscali.it>
6802
6803 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
6804 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
6805
db653660
ST
68062012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6807
37ed8b9b
PT
6808 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
6809 sysdeps/mach/hurd/readlink.c.
b29d4053 6810
db653660
ST
6811 * posix/tst-sysconf.c (posix_options): Only use
6812 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
6813 _POSIX_SYNCHRONIZED_IO when they are defined
6814 * sysdeps/mach/hurd/bits/posix_opt.h:
6815 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
6816 (_XOPEN_REALTIME): Undefine macro.
6817 (_XOPEN_REALTIME_THREADS): Undefine macro.
6818 (_XOPEN_SHM): Undefine macro.
6819 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
6820 macro to -1.
6821 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
6822 macro to -1.
6823 (_POSIX_ASYNC_IO): Undefine macro.
6824 (_POSIX_PRIORITIZED_IO): Undefine macro.
6825 (_POSIX_SPIN_LOCKS): Define macro to -1.
6826
ee16e894
ST
6827 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
6828 SA_NODEFER, SA_RESETHAND.
6829 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
6830 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
6831 F_DUPFD_CLOEXEC.
6832
6103ae3b
TS
68332012-05-10 Thomas Schwinge <thomas@schwinge.name>
6834
6835 * elf/Makefile (pldd-modules): Define unconditionally.
6836
80b4e5f3
TS
68372012-05-10 Thomas Schwinge <thomas@schwinge.name>
6838
6839 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
6840
edadcbd6
ST
68412012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6842
6843 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6844 Return ENOENT when name is empty.
6845 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
6846
80694780
TS
68472012-05-10 Thomas Schwinge <thomas@schwinge.name>
6848
1792c087
TS
6849 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
6850
80694780
TS
6851 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
6852
6b645f0d
ST
68532012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6854
80694780
TS
6855 Fix mlock in all cases except non-readable pages.
6856 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
6857 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 6858
6b645f0d
ST
6859 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
6860 (__mkdir): When path is `/', just fail with EEXIST.
6861 * sysdeps/mach/hurd/mkdirat.c: Likewise.
6862
e468f8a3
TS
68632012-05-10 Thomas Schwinge <thomas@schwinge.name>
6864
6865 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
6866 <sys/uio.h> (for writev).
6867 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
6868 and <sys/param.h> (for MIN).
6869
a4186cff
PT
68702012-05-10 Pino Toscano <toscano.pino@tiscali.it>
6871
6872 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
6873 REQUESTED_TIME. Properly set the remaining time and return EINTR
6874 if interrupted.
6875
510bbf14
TS
68762012-05-10 Thomas Schwinge <thomas@schwinge.name>
6877
6878 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
6879 Depend on against $(link-rpcuserlibs).
6880
5d5722e8
ST
68812012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6882
a4186cff
PT
6883 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
6884 (__libc_stack_end): Do not use attribute_relro.
6885 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
6886 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 6887 to libthread-provided value.
a4186cff
PT
6888 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
6889 attribute_relro.
5d5722e8 6890
37233df9
TS
68912012-05-10 Thomas Schwinge <thomas@schwinge.name>
6892
be971a2b
TS
6893 [BZ #3748]
6894 * bits/libc-lock.h (__libc_once_get): New macro.
6895 * sysdeps/mach/bits/libc-lock.h: Likewise.
6896 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
6897 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
6898 instead of using implementation details.
6899
37233df9
TS
6900 * libio/fileops.c: Unconditionally include <kernel-features.h>.
6901 * libio/freopen.c: Likewise.
6902 * libio/freopen64.c: Likewise.
6903 * misc/syslog.c: Likewise.
6904 * nscd/connections.c: Likewise.
6905 * nscd/netgroupcache.c: Likewise.
6906 * sysdeps/posix/getcwd.c: Likewise.
6907
38de94a5
RM
69082012-05-10 Roland McGrath <roland@hack.frob.com>
6909
6910 * math/w_ilogbf.c: Add #include <limits.h>.
6911
67530489
ST
69122012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6913
a4186cff 6914 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
6915 path instead of returning without unlocking.
6916
67530489
ST
6917 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
6918 immediate-write ioctls.
6919 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
6920
5aa3a74a
TS
69212012-05-10 Thomas Schwinge <thomas@schwinge.name>
6922
18bad2ae
TS
6923 * sysdeps/mach/hurd/i386/init-first.c (init): Use
6924 __builtin_frame_address instead of making assumptions about the
6925 location of the return address relative to DATA. Force early load of
6926 the return address.
6927 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
6928 __builtin_frame_address.
6929
5aa3a74a
TS
6930 dup3 for GNU Hurd.
6931 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
6932 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
6933 implement dup3 and do some further code clean-ups.
6934 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
6935 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
6936
ecd0de9a
ST
69372012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6938
cd9fa985
ST
6939 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
6940
a4186cff
PT
6941 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
6942 HURD_CRITICAL_END around holding _hurd_dtable_lock.
6943 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
6944 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
6945 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
6946 d->port.lock.
802ca5a5 6947
a4186cff
PT
6948 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
6949 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
6950 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 6951
bcf55240
TS
69522012-05-10 Thomas Schwinge <thomas@schwinge.name>
6953
6960eb42
TS
6954 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
6955 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
6956 definitions.
6957
eb43375f
TS
6958 accept4 for GNU Hurd.
6959 * include/sys/socket.h (__libc_accept4): New prototype.
6960 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
6961 to implement __libc_accept4.
6962 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
6963 __libc_accept4.
6964 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
6965
bcf55240
TS
6966 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
6967 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
6968 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
6969 signal-defines.sym.
6970
6178c55b
ST
69712012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6972
a4186cff 6973 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 6974
6f080c2f
TS
69752012-05-10 Thomas Schwinge <thomas@schwinge.name>
6976
6977 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
6978 assertion on O_CLOEXEC flag.
6979 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
6980 * hurd/intern-fd.c: Likewise.
6981 * hurd/port2fd.c: Likewise.
6982
bcfe3a54
ST
69832012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6984
6985 [BZ #3906]
6986 * bits/in.h (IPV6_PKTINFO): Define new macro.
6987 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
6988
89c9aa49
AZ
69892012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6990
6991 [BZ #13954]
6992 [BZ #13955]
6993 [BZ #13956]
6994 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
6995 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
6996 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
6997 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
6998 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
6999 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
7000 * math/libm-test.inc (logb_test) : Additional logb tests.
7001
021db4be
AJ
70022012-05-09 Andreas Schwab <schwab@linux-m68k.org>
7003 Andreas Jaeger <aj@suse.de>
7004
7005 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
7006 * configure: Regenerated.
7007 * config.h.in (LINK_OBSOLETE_RPC): New macro.
7008 * config.make.in (link-obsolete-rpc): New substituted variable.
7009 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
7010 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
7011 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
7012 (shared-only-routines): Don't set it under [link-obsolete-rpc],
7013 so that libc.a contains the symbols.
7014 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
7015 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
7016 * sunrpc/auth_none.c: Likewise.
7017 * sunrpc/auth_unix.c: Likewise.
7018 * sunrpc/authdes_prot.c: Likewise.
7019 * sunrpc/authuxprot.c: Likewise.
7020 * sunrpc/clnt_gen.c: Likewise.
7021 * sunrpc/clnt_perr.c: Likewise.
7022 * sunrpc/clnt_raw.c: Likewise.
7023 * sunrpc/clnt_simp.c: Likewise.
7024 * sunrpc/clnt_tcp.c: Likewise.
7025 * sunrpc/clnt_udp.c: Likewise.
7026 * sunrpc/clnt_unix.c: Likewise.
7027 * sunrpc/des_crypt.c: Likewise.
7028 * sunrpc/des_soft.c: Likewise.
7029 * sunrpc/get_myaddr.c: Likewise.
7030 * sunrpc/key_call.c: Likewise.
7031 * sunrpc/key_prot.c: Likewise.
7032 * sunrpc/netname.c: Likewise.
7033 * sunrpc/pm_getmaps.c: Likewise.
7034 * sunrpc/pm_getport.c: Likewise.
7035 * sunrpc/pmap_clnt.c: Likewise.
7036 * sunrpc/pmap_prot.c: Likewise.
7037 * sunrpc/pmap_prot2.c: Likewise.
7038 * sunrpc/pmap_rmt.c: Likewise.
7039 * sunrpc/publickey.c: Likewise.
7040 * sunrpc/rpc_cmsg.c: Likewise.
7041 * sunrpc/rpc_common.c: Likewise.
7042 * sunrpc/rpc_dtable.c: Likewise.
7043 * sunrpc/rpc_prot.c: Likewise.
7044 * sunrpc/rpc_thread.c: Likewise.
7045 * sunrpc/rtime.c: Likewise.
7046 * sunrpc/svc.c: Likewise.
7047 * sunrpc/svc_auth.c: Likewise.
7048 * sunrpc/svc_raw.c: Likewise.
7049 * sunrpc/svc_run.c: Likewise.
7050 * sunrpc/svc_tcp.c: Likewise.
7051 * sunrpc/svc_udp.c: Likewise.
7052 * sunrpc/svc_unix.c: Likewise.
7053 * sunrpc/svcauth_des.c: Likewise.
7054 * sunrpc/xcrypt.c: Likewise.
7055 * sunrpc/xdr.c: Likewise.
7056 * sunrpc/xdr_array.c: Likewise.
7057 * sunrpc/xdr_float.c: Likewise.
7058 * sunrpc/xdr_intXX_t.c: Likewise.
7059 * sunrpc/xdr_mem.c: Likewise.
7060 * sunrpc/xdr_rec.c: Likewise.
7061 * sunrpc/xdr_ref.c: Likewise.
7062 * sunrpc/xdr_sizeof.c: Likewise.
7063 * sunrpc/xdr_stdio.c: Likewise.
7064
b5c086a2
RM
70652012-05-10 Roland McGrath <roland@hack.frob.com>
7066
7067 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
7068 change. Update copyright years.
7069
6d74dd09
JM
70702012-05-10 Joseph Myers <joseph@codesourcery.com>
7071
7072 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
7073
28e72501
MK
70742012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
7075 Joseph Myers <joseph@codesourcery.com>
7076 Paul Pluzhnikov <ppluzhnikov@google.com>
7077
7078 [BZ #14012]
7079 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
7080 requiring rpcgen.
7081 [cross-compiling] (extra-libs): Likewise.
7082 [cross-compiling] (extra-libs-others): Likewise.
7083 [cross-compiling] (librpcsvc-routines): Likewise.
7084 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
7085 [cross-compiling] (omit-deps): Likewise.
7086 (sunrpc-CPPFLAGS): New variable.
7087 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
7088 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
7089 (cross-rpcgen-objs): New variable.
7090 (extra-objs): Append $(cross-rpcgen-objs).
7091 ($(cross-rpcgen-objs)): New rule.
7092 ($(objpfx)cross-rpcgen): Likewise.
7093 (rpcgen-cmd): Define to use $(built-program-file). Expand
7094 comment.
7095 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
7096 ($(objpfx)x%.stmp): Likewise.
7097 * sunrpc/proto.h [IS_IN_build] (_): Define.
7098 [IS_IN_build] (_libc_intl_domainname): Likewise.
7099
c8c59454
L
71002012-05-10 H.J. Lu <hongjiu.lu@intel.com>
7101
7102 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
7103 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
7104 and R_X86_64_TPOFF64.
7105
6f27cd16
JM
71062012-05-10 Joseph Myers <joseph@codesourcery.com>
7107
7108 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
7109 sysdeps/unix/sysv/syscalls.list.
7110 (stime): Likewise.
7111 (utime): Likewise.
7112 * sysdeps/unix/sysv/syscalls.list: Remove file.
7113
02467e1c
PE
71142012-05-10 Paul Eggert <eggert@cs.ucla.edu>
7115
7116 [BZ #3440]
7117 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
7118 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
7119 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
7120 (__LC_IDENTIFICATION): Make these macros useful in #if
7121 expressions, as required by C99.
7122
da392631
AS
71232012-05-10 Andreas Schwab <schwab@linux-m68k.org>
7124
7125 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
7126 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
7127 after this.
7128
8115f29b
L
71292012-05-09 H.J. Lu <hongjiu.lu@intel.com>
7130
7131 * stdlib/longlong.h: Updated from GCC.
7132
bdd74070
AJ
71332012-05-09 Andreas Jaeger <aj@suse.de>
7134
edfe0dbe
AJ
7135 * nscd/nscd.c (run_modes): Make named enum, reorder so that
7136 default is first entry.
7137 (run_mode): Set type.
7138 (main): Remove informal message about syslog.
7139 (options): Fix typo.
7140
bcfe3a54
ST
7141 [BZ #14053]
7142 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 7143 to asm.
bcfe3a54
ST
7144 (lrint): Likewise.
7145 (llrintf): Likewise.
7146 (llrint): Likewise.
7147 (rint): Likewise.
7148 (rintf): Likewise.
7149 (nearbyint): Likewise.
7150 (nearbyintf): Likewise.
bdd74070 7151
91d8d69e
AJ
71522012-05-09 Andreas Jaeger <aj@suse.de>
7153 Pedro Alves <palves@redhat.com>
7154
7155 * nscd/nscd.c (run_mode): Use enum.
7156 (main): Cleanup coding style issue.
7157
bb90b80b
AJ
71582012-05-09 Alexandre Oliva <aoliva@redhat.com>
7159 Andreas Jaeger <aj@suse.de>
7160
bcfe3a54
ST
7161 * nscd/nscd.c (go_background): Replaced with...
7162 (run_mode): ... this.
bb90b80b 7163 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
7164 (options): Add -F --foreground.
7165 (main): Implement it.
7166 (parse_opt): Parse it.
bb90b80b 7167
1a4b75a1
AJ
71682012-05-09 Andreas Jaeger <aj@suse.de>
7169
7170 [BZ #14083]
7171 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
7172 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
7173 -Wconversion warning.
7174 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
7175 Likewise.
7176
b1cc2472
JM
71772012-05-09 Joseph Myers <joseph@codesourcery.com>
7178
7179 * conform/data/locale.h-data (NULL): Use macro-constant. Require
7180 == 0.
7181 (LC_ALL): Use macro-int-constant.
7182 (LC_COLLATE): Likewise.
7183 (LC_CTYPE): Likewise.
7184 (LC_MESSAGES): Likewise.
7185 (LC_MONETARY): Likewise.
7186 (LC_NUMERIC): Likewise.
7187 (LC_TIME): Likewise.
7188 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
7189 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
7190 [ISO || ISO99 || ISO11] (*_t): Do not allow.
7191 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
7192 Specify type.
7193 [C99-based standards] (float_t): Expect type.
7194 [C99-based standards] (double_t): Expect type.
7195 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
7196 type.
7197 [C99-based standards] (HUGE_VALL): Likewise.
7198 [C99-based standards] (INFINITY): Likewise.
7199 [C99-based standards] (NAN): Likewise.
7200 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
7201 [C99-based standards] (FP_NAN): Likewise.
7202 [C99-based standards] (FP_NORMAL): Likewise.
7203 [C99-based standards] (FP_SUBNORMAL): Likewise.
7204 [C99-based standards] (FP_ZERO): Likewise.
7205 [C99-based standards] (FP_FAST_FMA): Use
7206 optional-macro-int-constant. Specify type. Require == 1.
7207 [C99-based standards] (FP_FAST_FMAF): Likewise.
7208 [C99-based standards] (FP_FAST_FMAL): Likewise.
7209 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
7210 [C99-based standards] (FP_ILOGBNAN): Likewise.
7211 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
7212 Specify type.
7213 [C99-based standards] (MATH_ERREXCEPT): Likewise.
7214 [C99-based standards] (math_errhandling): Specify type.
7215 [ISO99 || ISO11] (signgam): Do not allow.
7216 [non-C99-based standards] (copysignf): Do not allow.
7217 [non-C99-based standards] (exp2f): Likewise.
7218 [non-C99-based standards] (log2f): Likewise.
7219 [non-C99-based standards] (modff): Allow.
7220 [non-C99-based standards] (erff): Do not allow.
7221 [non-C99-based standards] (erfcf): Likewise.
7222 [non-C99-based standards] (gammaf): Likewise.
7223 [non-C99-based standards] (hypotf): Likewise.
7224 [non-C99-based standards] (j0f): Likewise.
7225 [non-C99-based standards] (j1f): Likewise.
7226 [non-C99-based standards] (jnf): Likewise.
7227 [non-C99-based standards] (lgammaf): Likewise.
7228 [non-C99-based standards] (tgammaf): Likewise.
7229 [non-C99-based standards] (y0f): Likewise.
7230 [non-C99-based standards] (y1f): Likewise.
7231 [non-C99-based standards] (ynf): Likewise.
7232 [non-C99-based standards] (isnanf): Likewise.
7233 [non-C99-based standards] (acoshf): Likewise.
7234 [non-C99-based standards] (asinhf): Likewise.
7235 [non-C99-based standards] (atanhf): Likewise.
7236 [non-C99-based standards] (cbrtf): Likewise.
7237 [non-C99-based standards] (expm1f): Likewise.
7238 [non-C99-based standards] (ilogbf): Likewise.
7239 [non-C99-based standards] (log1pf): Likewise.
7240 [non-C99-based standards] (logbf): Likewise.
7241 [non-C99-based standards] (nextafterf): Likewise.
7242 [non-C99-based standards] (remainderf): Likewise.
7243 [non-C99-based standards] (rintf): Likewise.
7244 [non-C99-based standards] (scalbf): Likewise.
7245 [non-C99-based standards] (copysignl): Likewise.
7246 [non-C99-based standards] (exp2l): Likewise.
7247 [non-C99-based standards] (log2l): Likewise.
7248 [non-C99-based standards] (modfl): Allow.
7249 [non-C99-based standards] (erfl): Do not allow.
7250 [non-C99-based standards] (erfcl): Likewise.
7251 [non-C99-based standards] (gammal): Likewise.
7252 [non-C99-based standards] (hypotl): Likewise.
7253 [non-C99-based standards] (j0l): Likewise.
7254 [non-C99-based standards] (j1l): Likewise.
7255 [non-C99-based standards] (jnl): Likewise.
7256 [non-C99-based standards] (lgammal): Likewise.
7257 [non-C99-based standards] (tgammal): Likewise.
7258 [non-C99-based standards] (y0l): Likewise.
7259 [non-C99-based standards] (y1l): Likewise.
7260 [non-C99-based standards] (ynl): Likewise.
7261 [non-C99-based standards] (isnanl): Likewise.
7262 [non-C99-based standards] (acoshl): Likewise.
7263 [non-C99-based standards] (asinhl): Likewise.
7264 [non-C99-based standards] (atanhl): Likewise.
7265 [non-C99-based standards] (cbrtl): Likewise.
7266 [non-C99-based standards] (expm1l): Likewise.
7267 [non-C99-based standards] (ilogbl): Likewise.
7268 [non-C99-based standards] (log1pl): Likewise.
7269 [non-C99-based standards] (logbl): Likewise.
7270 [non-C99-based standards] (nextafterl): Likewise.
7271 [non-C99-based standards] (remainderl): Likewise.
7272 [non-C99-based standards] (rintl): Likewise.
7273 [non-C99-based standards] (scalbl): Likewise.
7274 [ISO || ISO99 || ISO11] (*_t): Do not allow.
7275 [non-C99-based standards] (FP_*): Do not allow.
7276 [C99-based standards] (FP_*): Change to
7277 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
7278 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
7279 allow.
7280 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
7281 (SIG_ERR): Likewise.
7282 [X/Open-based standards] (SIG_HOLD): Likewise.
7283 (SIG_IGN): Likewise.
7284 (SIGABRT): Use macro-int-constant. Specify type. Require
7285 positive value.
7286 (SIGFPE): Likewise.
7287 (SIGILL): Likewise.
7288 (SIGINT): Likewise.
7289 (SIGSEGV): Likewise.
7290 (SIGTER): Likewise.
7291 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
7292 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
7293 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
7294 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
7295 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
7296 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
7297 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
7298 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
7299 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
7300 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
7301 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
7302 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
7303 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
7304 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
7305 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
7306 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
7307 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
7308 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
7309 [X/Open-based standards] (SIGTRAP): Likewise.
7310 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
7311 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
7312 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
7313 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
7314 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
7315 allow.
7316
b9f1922d
IW
73172012-05-08 Ian Wienand <ianw@vmware.com>
7318
7319 [BZ #14080]
7320 * time/tzset.c (__tzset_parse_tz): Update default rules for
7321 daylight time changes in the Energy Policy Act of 2005.
7322
1db86e88
AJ
73232012-05-09 Andreas Jaeger <aj@suse.de>
7324
7325 [BZ #13983]
7326 * elf/ldconfig.c (parse_conf): Change string to make clear that
7327 ldconfig only issued a warning if ld.so.conf does not exist.
7328
dee4a4e3
DM
73292012-05-08 David S. Miller <davem@davemloft.net>
7330
ee0db190
DM
7331 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
7332 movxtod instead of popping the value on the stack.
7333
dee4a4e3
DM
7334 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7335
6a43ec98
CD
73362012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
7337
7338 * config.h.in: Add HAVE_ARM_PCS_VFP.
7339
05c2c961
RMG
73402012-05-08 Roland Mc Grath <roland@hack.frob.com>
7341
bcfe3a54
ST
7342 [BZ #13979]
7343 * include/features.h: Warn if user requests __FORTIFY_SOURCE
7344 checking but the checks are disabled for any reason.
05c2c961 7345
4b30f61a
L
73462012-05-08 H.J. Lu <hongjiu.lu@intel.com>
7347
7348 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
7349 and ELF64_R_TYPE with ELFW(R_TYPE).
7350
eee2bc67
JM
73512012-05-08 Joseph Myers <joseph@codesourcery.com>
7352
7ea5391a
JM
7353 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
7354 (ulimit): Likewise.
7355
eee2bc67
JM
7356 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
7357 (settimeofday): Likewise.
7358
abb66a67
MF
73592012-05-08 Mike Frysinger <vapier@gentoo.org>
7360
7361 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
7362 a struct th_u2 inside the union, and move tu_block/tu_code into
7363 a new th_u3 union of tu_block/tu_code inside of that. Move
7364 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
7365 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
7366 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
7367 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
7368 (th_stuff): Change to th_u1.tu_stuff.
7369 (th_data): Define.
7370 (th_msg): Change to th_u1.th_u2.tu_data.
7371
7f18b530
DM
73722012-05-07 David S. Miller <davem@davemloft.net>
7373
05760585
DM
7374 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7375
7f18b530
DM
7376 [BZ #14074]
7377 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
7378 (SETUP_PIC_REG): Use it.
7379 (SETUP_PIC_REG_LEAF): Use it.
7380
495fd99f
JM
73812012-05-07 Joseph Myers <joseph@codesourcery.com>
7382
7383 [BZ #13885]
7384 [BZ #13923]
7385 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
7386 USE_AS_EXPM1L.
7387 (EXPL_FINITE): Likewise.
7388 (FLDLOG): Likewise.
7389 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
7390 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
7391 e_expl.S.
7392 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
7393 USE_AS_EXPM1L.
7394 (EXPL_FINITE): Likewise.
7395 (FLDLOG): Likewise.
7396 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
7397 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
7398 e_expl.S.
7399 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
7400 test of -max_value argument for long double.
7401 * sysdeps/i386/fpu/libm-test-ulps: Update.
7402 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7403
6693d694
DM
74042012-05-06 David S. Miller <davem@davemloft.net>
7405
7406 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
7407 quad soft-float symbols whose references which are compiler
7408 generated.
7409 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
7410
6c23e11c
JM
74112012-05-06 Joseph Myers <joseph@codesourcery.com>
7412
d8b82cad
JM
7413 [BZ #13884]
7414 [BZ #13914]
7415 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
7416 USE_AS_EXP10L.
7417 (EXPL_FINITE): Likewise.
7418 (FLDLOG): Likewise.
7419 (c0): Likewise.
7420 (c1): Likewise.
7421 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
7422 Adjust comments for base varying.
7423 (__expl_finite): Change alias to EXPL_FINITE.
7424 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
7425 e_expl.S.
7426 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
7427 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
7428 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
7429 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
7430 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
7431 USE_AS_EXP10L.
7432 (EXPL_FINITE): Likewise.
7433 (FLDLOG): Likewise.
7434 (c0): Likewise.
7435 (c1): Likewise.
7436 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
7437 Adjust comments for base varying.
7438 (__expl_finite): Change alias to EXPL_FINITE.
7439 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
7440 tests for bugs.
7441 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7442
6c23e11c
JM
7443 [BZ #14064]
7444 * math/libm-test.inc (check_float_internal): Correct ulp
7445 calculation for subnormal expected results.
7446
29ba805c
AJ
74472012-05-06 Andreas Jaeger <aj@suse.de>
7448
7449 * Makeconfig (+math-flags): New, set to -frounding-math.
7450 (+cflags): Add +math-flags so that all of glibc gets compiled with
7451 it.
7452
7453 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
7454
7b17aeda
JM
74552012-05-05 Joseph Myers <joseph@codesourcery.com>
7456
5779f134
JM
7457 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
7458 Disable one test.
7459
41498f4d
JM
7460 [BZ #13787]
7461 [BZ #13922]
7462 [BZ #14036]
7463 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
7464 (__ieee754_expl): Allow for and saturate large arguments.
7465 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
7466 (u_threshold): Likewise.
7467 (__exp): Call __ieee754_exp before checking for overflow and
7468 underflow.
7469 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
7470 (u_threshold): Likewise.
7471 (__expf): Call __ieee754_expf before checking for overflow and
7472 underflow.
7473 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
7474 (u_threshold): Likewise.
7475 (__expl): Call __ieee754_expl before checking for overflow and
7476 underflow.
7477 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
7478 (__ieee754_expl): Allow for and saturate large arguments.
7479 * math/libm-test.inc (exp_test): Add another test. Do not allow
7480 missing overflow exception on overflow.
7481 (expm1_test): Do not allow missing overflow exception on overflow.
7482
6698b8bf
JM
7483 * sysdeps/i386/fpu/e_expl.c: Move to ...
7484 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
7485 rather than using inline asm.
7486 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
7487 * sysdeps/x86_64/fpu/e_expl.S: Copy from
7488 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
7489
7b17aeda
JM
7490 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
7491 (nice): Likewise.
7492 (poll): Likewise.
7493 (signal): Likewise.
7494 (time): Likewise.
7495 (times): Likewise.
7496
f7c85819
JM
74972012-05-04 Joseph Myers <joseph@codesourcery.com>
7498
7499 * sysdeps/unix/syscalls.list (adjtime): Add entry from
7500 sysdeps/unix/common/syscalls.list.
7501 (fchmod): Likewise.
7502 (fchown): Likewise.
7503 (ftruncate): Likewise.
7504 (getrusage): Likewise.
7505 (gettimeofday): Likewise.
7506 (setpgid): Likewise.
7507 (setregid): Likewise.
7508 (setreuid): Likewise.
7509 (sigaction): Likewise.
7510 (truncate): Likewise.
7511 (vhangup): Likewise.
7512 * sysdeps/unix/common/syscalls.list: Remove file.
7513 * sysdeps/unix/bsd/Implies: Don't include unix/common.
7514 * sysdeps/unix/sysv/linux/Implies: Likewise.
7515
336270d0
L
75162012-05-04 H.J. Lu <hongjiu.lu@intel.com>
7517
7518 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
7519 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
7520 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
7521 Moved to ...
7522 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
7523 Here.
7524 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
7525 to ...
7526 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
7527 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
7528 to ...
7529 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
7530 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
7531 to ...
7532 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
7533 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
7534 to ...
7535 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
7536 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
7537 to ...
7538 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
7539 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
7540 to ...
7541 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
7542 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
7543 to ...
7544 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
7545 Here.
7546 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
7547 to ...
7548 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
7549 Here.
7550 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
7551 to ...
7552 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
7553 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
7554 Moved to ...
7555 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
7556 Here.
7557 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
7558 to ...
7559 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
7560
d128e450
JM
75612012-05-04 Joseph Myers <joseph@codesourcery.com>
7562
fa8ee516
JM
7563 * sysdeps/unix/common/bits/dirent.h: Remove file.
7564 * sysdeps/unix/common/bits/fcntl.h: Likewise.
7565
d128e450
JM
7566 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
7567 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
7568 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
7569 * sysdeps/unix/bsd/isatty.c: Likewise.
7570 * sysdeps/unix/bsd/tcdrain.c: Likewise.
7571 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
7572 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
7573
ff8faaf0 75742012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 7575
62881be4 7576 [BZ #13563]
31dc8730
AZ
7577 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
7578 long double comparison inaccuracies.
7579 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
7580 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7581
6fef930c
AS
75822012-05-04 Andreas Schwab <schwab@linux-m68k.org>
7583
7584 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
7585 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
7586
8f203e6c
JM
75872012-05-04 Joseph Myers <joseph@codesourcery.com>
7588
7589 [BZ #14049]
7590 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
7591 nonzero digits before rounding a hex value.
7592 * stdlib/tst-strtod.c (tests): Add another test.
7593
5197d9c2
AK
75942012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7595
7596 * sysdeps/s390/fpu/libm-test-ulps: Update.
7597
f0c1dedf
AJ
75982012-05-03 Andreas Jaeger <aj@suse.de>
7599
7600 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
7601 does not get optimized out.
7602 (malloc_opt_barrier): New.
7603
a65ef2ae 76042012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 7605 Roland McGrath <roland@hack.frob.com>
a65ef2ae 7606
2b942cb7 7607 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 7608 intermediate file deletion.
2b942cb7 7609 (generated): Add .symlist files.
a65ef2ae 7610
54b71e02
JM
76112012-05-03 Joseph Myers <joseph@codesourcery.com>
7612
7613 [BZ #13775]
7614 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
7615 Redirect under this condition.
7616 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
7617 [__USE_GNU] (__dprintf_chk): Not under this condition.
7618 [__USE_GNU] (__vdprintf_chk): Likewise.
7619 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
7620 under this condition.
7621 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
7622 [__USE_XOPEN2K8] (dprintf): Define under this condition.
7623 [__USE_XOPEN2K8] (vdprintf): Likewise.
7624 [__USE_GNU] (__dprintf_chk): Not under this condition.
7625 [__USE_GNU] (__vdprintf_chk): Likewise.
7626 [__USE_GNU] (dprintf): Likewise.
7627 [__USE_GNU] (vdprintf): Likewise.
7628
d3dfcc41
RM
76292012-05-03 Roland McGrath <roland@hack.frob.com>
7630
7631 * elf/Makefile (common-generated): Set this instead of generated for
7632 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
7633 $(all-built-dso)-derived lists.
7634
7ac30cc5
AJ
76352012-05-03 Andreas Jaeger <aj@suse.de>
7636
0c51e550
AJ
7637 * sysdeps/i386/fpu/libm-test-ulps: Update.
7638
7ac30cc5
AJ
7639 * FAQ: Removed.
7640 * FAQ.in: Likewise.
7641 * scripts/gen-FAQ.pl: Likewise.
7642 * manual/install.texi (Installation): Point to online location of
7643 FAQ.
7644 * Makefile (files-for-dist): Remove FAQ.
7645 (FAQ): Remove.
7646
d4c2917f
AM
76472012-05-02 Allan McRae <allan@archlinux.org>
7648
7649 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
7650 (LDFLAGS-reldepmod5.so): Likewise.
7651 (LDFLAGS-reldep6mod1.so): Likewise.
7652 (LDFLAGS-reldep6mod4.so): Likewise.
7653 (LDFLAGS-reldep8mod3.so): Likewise.
7654 (LDFLAGS-unload4mod1.so): Likewise.
7655 (LDFLAGS-unload4mod2.so): Likewise.
7656 (LDFLAGS-tst-initorder): Likewise.
7657 (LDFLAGS-tst-initordera2.so): Likewise.
7658 (LDFLAGS-tst-initordera3.so): Likewise.
7659 (LDFLAGS-tst-initordera4.so): Likewise.
7660 (LDFLAGS-tst-initorderb2.so): Likewise.
7661 (LDFLAGS-noload): Likewise.
7662 (LDFLAGS-next): Likewise.
7663 (LDFLAGS-order2mod1.so): Likewise.
7664 (LDFLAGS-order2mod2.so): Likewise.
7665 (LDFLAGS-tst-initorder2): Likewise.
7666 (LDFLAGS-tst-initorder2a.so): Likewise.
7667 (LDFLAGS-tst-initorder2b.so): Likewise.
7668 (LDFLAGS-tst-initorder2c.so): Likewise.
7669 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
7670
d77f993f
DM
76712012-05-02 David S. Miller <davem@davemloft.net>
7672
7673 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7674
171a70b4
PP
76752012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
7676
7677 [BZ #14055]
7678 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
7679
0be196ad
AJ
76802012-05-02 Andreas Jaeger <aj@suse.de>
7681
7682 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
7683 since we manipulate rounding mode.
7684 (CPPFLAGS-test-idouble.c): Likewise.
7685 (CPPFLAGS-test-ifloat.c): Likewise.
7686 (CFLAGS-test-ldouble.c): Likewise.
7687 (CFLAGS-test-double.c): Likewise.
7688 (CFLAGS-test-float.c): Likewise.
7689 (CFLAGS-test-misc.c): Likewise.
7690 (CFLAGS-test-test-fenv.c): Likewise.
7691
4f9d04aa
AZ
76922012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7693
2b942cb7
RM
7694 [BZ #2550]
7695 [BZ #2570]
7696 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
7697 comparisons to determine direction to adjust input.
4f9d04aa 7698
82a79e7d
RM
76992012-05-01 Roland McGrath <roland@hack.frob.com>
7700
f5a01ca9
RM
7701 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
7702 output to the target.
7703
90fe4186
RM
7704 * scripts/localplt.awk: New file.
7705 * elf/Makefile ($(objpfx)check-localplt): Target removed.
7706 (check-localplt-CFLAGS): Variable removed.
7707 ($(all-built-dso:=.jmprel)): New static pattern rule.
7708 (generated): Add those targets.
7709 (localplt-built-dso): New variable.
7710 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
7711
7712 * elf/check-localplt.c: File removed.
7713
82397ed6
RM
7714 * scripts/check-execstack.awk: New file.
7715 * elf/Makefile ($(objpfx)check-execstack): Target removed.
7716 (check-execstack-CFLAGS): Variable removed.
7717 ($(objpfx)check-execstack.h): Target removed.
7718 ($(objpfx)execstack-default): New target.
7719 (generated): Add that instead of check-execstack.h.
7720 ($(all-built-dso:=.phdr)): New static pattern rule.
7721 (generated): Add those targets.
7722 * elf/check-execstack.c: File removed.
7723
82a79e7d
RM
7724 * scripts/check-textrel.awk: New file.
7725 * elf/Makefile ($(objpfx)check-textrel): Target removed.
7726 (check-textrel-CFLAGS): Variable removed.
7727 (all-built-dso): Use := to define.o
7728 ($(all-built-dso:=.dyn)): New static pattern rule.
7729 (generated): Add those targets.
7730 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
7731 * config.make.in (READELF): New substituted variable.
7732 * elf/check-textrel.c: File removed.
7733
62fde54f 77342012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 7735
615605c9
JM
7736 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
7737 allow.
7738 * conform/data/ctype.h-data [C99-based standards] (isblank):
7739 Expect function.
7740 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
7741 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
7742 [ISO || ISO99 || ISO11] (*_t): Do not allow.
7743 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
7744 Specify type. Require positive value.
7745 (EILSEQ): Likewise.
7746 (ERANGE): Likewise.
7747 [ISO || POSIX] (EILSEQ): Do not expect.
7748 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
7749 Specify type. Require positive value.
7750 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
7751 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
7752 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
7753 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
7754 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
7755 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
7756 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
7757 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
7758 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
7759 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
7760 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
7761 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
7762 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
7763 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
7764 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
7765 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
7766 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
7767 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
7768 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
7769 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
7770 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
7771 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
7772 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
7773 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
7774 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
7775 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
7776 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
7777 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
7778 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
7779 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
7780 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
7781 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
7782 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
7783 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
7784 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
7785 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
7786 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
7787 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
7788 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
7789 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
7790 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
7791 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
7792 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
7793 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
7794 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
7795 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
7796 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
7797 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
7798 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
7799 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
7800 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
7801 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
7802 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
7803 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
7804 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
7805 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
7806 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
7807 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
7808 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
7809 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
7810 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
7811 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
7812 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
7813 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
7814 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
7815 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
7816 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
7817 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
7818 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
7819 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
7820 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
7821 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
7822 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
7823 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
7824 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
7825 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
7826 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
7827 Require >= 2.
7828 (FLT_ROUNDS): Expect as macro, not constant.
7829 (FLT_MANT_DIG): Use macro-int-constant.
7830 (DBL_MANT_DIG): Likewise.
7831 (LDBL_MANT_DIG): Likewise.
7832 (FLT_DIG): Likewise.
7833 (DBL_DIG): Likewise.
7834 (LDBL_DIG): Likewise.
7835 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
7836 (DBL_MIN_EXP): Likewise.
7837 (LDBL_MIN_EXP): Likewise.
7838 (FLT_MAX_EXP): Use macro-int-constant.
7839 (DBL_MAX_EXP): Likewise.
7840 (LDBL_MAX_EXP): Likewise.
7841 (FLT_MAX_10_EXP): Likewise.
7842 (DBL_MAX_10_EXP): Likewise.
7843 (LDBL_MAX_10_EXP): Likewise.
7844 (FLT_MAX): Use macro-constant.
7845 (DBL_MAX): Likewise.
7846 (LDBL_MAX): Likewise.
7847 (FLT_EPSILON): Use macro-constant. Give upper bound.
7848 (DBL_EPSILON): Likewise.
7849 (LDBL_EPSILON): Likewise.
7850 (FLT_MIN): Likewise.
7851 (DBL_MIN): Likewise.
7852 (LDBL_MIN): Likewise.
7853 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
7854 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
7855 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
7856 [ISO11] (FLT_HAS_SUBNORM): Likewise.
7857 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
7858 [ISO11] (DBL_DECIMAL_DIG): Likewise.
7859 [ISO11] (FLT_DECIMAL_DIG): Likewise.
7860 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
7861 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
7862 [ISO11] (FLT_TRUE_MIN): Likewise.
7863 [ISO11] (LDBL_TRUE_MIN): Likewise.
7864 [ISO || ISO99 || ISO11] (*_t): Do not allow.
7865 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
7866 (SCHAR_MIN): Use macro-int-constant. Specify type.
7867 (SCHAR_MAX): Likewise.
7868 (UCHAR_MAX): Likewise.
7869 (CHAR_MIN): Likewise.
7870 (CHAR_MAX): Likewise.
7871 (MB_LEN_MAX): Use macro-int-constant.
7872 (SHRT_MIN): Use macro-int-constant. Specify type.
7873 (SHRT_MAX): Likewise.
7874 (USHRT_MAX): Likewise.
7875 (INT_MAX): Likewise.
7876 (INT_MIN): Use macro-int-constant. Specify type. Make upper
7877 bound negative.
7878 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
7879 bound with "U".
7880 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
7881 bound with "L".
7882 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
7883 bound negative. Suffix upper bound with "L".
7884 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
7885 bound with "UL".
7886 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
7887 Specify type.
7888 [C99-based standards] (LLONG_MAX): Likewise.
7889 [C99-based standards] (ULLONG_MAX): Likewise.
7890 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
7891 == 0.
7892 [ISO11] (max_align_t): Require type.
7893 [ISO || ISO99 || ISO11] (*_t): Do not allow.
7894
c9140a62
JM
7895 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
7896 from $CFLAGS, without defining away __attribute__ calls.
7897 (checknamespace): Use $CFLAGS_namespace.
7898
9af0bf29
JM
7899 * conform/conformtest.pl (@keywords): Only include C99 keywords
7900 for standards based on C99 or C11.
7901
343222a2
JM
7902 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
7903 Disable tests.
7904 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
7905 UNIX98]: Likewise.
7906
661f8cf0
JM
7907 * conform/conformtest.pl: Handle "macro-int-constant" and test for
7908 usability of symbols in #if.
7909
ee74b9cb
JM
7910 * conform/conformtest.pl: If macro or constant types start
7911 "promoted:", expect the symbol to be of the following type
7912 promoted by the integer promotions.
62fde54f 7913
aafc49b3
JM
7914 * conform/conformtest.pl: Parse all "constant" and "macro" lines
7915 in one place. Also handle "macro-constant".
7916
fefdf574
JM
7917 * conform/conformtest.pl: Only accept expected macro values with
7918 "==". Parse all "macro" lines in one place.
7919 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
7920
f2d922fe
JM
7921 * conform/conformtest.pl: Handle braced types on "constant" lines
7922 instead of handling "typed-constant".
7923 * conform/data/signal.h-data: Use "constant" instead of
7924 "typed-constant".
7925
d22956c9
JM
7926 * conform/conformtest.pl: Handle "optional-" at start of lines in
7927 one place rather than duplicating several cases. Handle each
7928 format of "macro" line with initial "optional-".
7929
028e2e38
JM
7930 * conform/conformtest.pl: Only accept expected constant or
7931 optional-constant values with "==". Parse all "constant" lines in
7932 one place. Parse all "optional-constant" lines in one place.
7933 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
7934 * conform/data/fmtmsg.h-data: Likewise.
7935 * conform/data/netinet/in.h-data: Likewise.
7936 * conform/data/tar.h-data: Likewise.
7937 * conform/data/limits.h-data: Use "==" form on "constant" and
7938 "optional-constant" lines.
7939
1b8f2850
JM
7940 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
7941 Use -std=c99 for XOPEN2K.
7942 (@knownproblems): Remove.
7943 (newtoken): Don't check %isknown.
7944
a05a144b
JM
7945 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
7946 Do not expect macro.
7947 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
7948 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
7949 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
7950 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
7951 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
7952 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
7953 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
7954 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
7955 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
7956 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
7957 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
7958 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
7959 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
7960 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
7961 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
7962 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
7963 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
7964 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
7965 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
7966 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
7967 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
7968 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
7969 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
7970 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
7971 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
7972 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
7973 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
7974 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
7975 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
7976 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
7977 [XPG3] (acosh): Likewise.
7978 [XPG3] (asinh): Likewise.
7979 [XPG3] (atanh): Likewise.
7980 [XPG3] (cbrt): Likewise.
7981 [XPG3] (expm1): Likewise.
7982 [XPG3] (ilogb): Likewise.
7983 [XPG3] (log1p): Likewise.
7984 [XPG3] (logb): Likewise.
7985 [XPG3] (nextafter): Likewise.
7986 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
7987 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
7988 [XPG3] (remainder): Likewise.
7989 [XPG3] (rint): Likewise.
7990 [XPG3 || XPG4 || UNIX98] (round): Likewise.
7991 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
7992 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
7993 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
7994 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
7995 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
7996 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
7997 [UNIX98 || XOPEN2K] (scalb): Expect.
7998 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
7999 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
8000 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
8001 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
8002 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
8003 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
8004 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
8005 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
8006 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
8007 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
8008 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
8009 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
8010 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
8011 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
8012 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
8013 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
8014 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
8015 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
8016 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
8017 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
8018 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
8019 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
8020 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
8021 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
8022 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
8023 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
8024 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
8025 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
8026 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
8027 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
8028 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
8029 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
8030 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
8031 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
8032 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
8033 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
8034 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
8035 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
8036 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
8037 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
8038 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
8039 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
8040 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
8041 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
8042 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
8043 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
8044 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
8045 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
8046 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
8047 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
8048 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
8049 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
8050 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
8051 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
8052 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
8053 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
8054 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
8055 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
8056 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
8057 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
8058 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
8059 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
8060 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
8061 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
8062 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
8063 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
8064 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
8065 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
8066 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
8067 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
8068 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
8069 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
8070 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
8071 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
8072 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
8073 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
8074 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
8075 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
8076 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
8077 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
8078 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
8079 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
8080 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
8081 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
8082 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
8083 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
8084 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
8085 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
8086 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
8087 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
8088 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
8089 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
8090 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
8091 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
8092 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
8093 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
8094 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
8095 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
8096 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
8097 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
8098 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
8099 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
8100 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
8101 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
8102 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
8103 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
8104 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
8105 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
8106 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
8107 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
8108 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
8109 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
8110 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
8111 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
8112 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
8113 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
8114 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
8115 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
8116 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
8117 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
8118 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
8119 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
8120 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
8121 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
8122 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
8123 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
8124 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
8125 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
8126 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
8127 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
8128 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
8129 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
8130 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
8131 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
8132 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
8133 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
8134 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
8135
73c5ebe3
JM
8136 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
8137 _XOPEN_SOURCE_EXTENDED for XPG4.
8138
39c33b6c
JM
8139 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
8140
62fde54f
JM
8141 * Makeconfig (localtime): Remove variable.
8142 (inst_localtime-file): Likewise.
8143
0741d64c
AS
81442012-05-01 Andreas Schwab <schwab@linux-m68k.org>
8145
8146 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
8147 Update.
8148 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8149 Update.
8150 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
8151 Update.
8152 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
8153 Update.
8154 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
8155 Update.
8156 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
8157 Update.
8158 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
8159 Update.
8160 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
8161 Update.
8162 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
8163 Update.
8164
7cb029ee
JM
81652012-05-01 Joseph Myers <joseph@codesourcery.com>
8166
8167 [BZ #2550]
8168 [BZ #2570]
8169 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
8170 comparisons to determine direction to adjust input.
8171 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
8172 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
8173 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
8174 Likewise.
8175 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
8176 Likewise.
8177 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
8178 Likewise.
8179 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
8180 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
8181 Likewise.
8182 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
8183 Likewise.
8184 * math/libm-test.inc (nexttoward_test): Add more tests.
8185
412bd966
AS
81862012-05-01 Andreas Schwab <schwab@linux-m68k.org>
8187
8188 [BZ #14040]
8189 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
8190 in version GLIBC_2.1, not GLIBC_2.0.
8191 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
8192 Likewise.
8193
9568c0c2
JM
81942012-04-30 Joseph Myers <joseph@codesourcery.com>
8195
adfbc8ac
JM
8196 [BZ #13942]
8197 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
8198 (1 - x) * (1 + x).
8199 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
8200 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
8201 * math/libm-test.inc (acos_test): Add more tests.
8202 (asin_test): Likewise.
8203 * sysdeps/i386/fpu/libm-test-ulps: Update.
8204 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8205
5ba3cc69
JM
8206 [BZ #14034]
8207 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
8208 of square root.
8209 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
8210 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
8211 * math/libm-test.inc (acos_test_tonearest): New function.
8212 (acos_test_towardzero): Likewise.
8213 (acos_test_downward): Likewise.
8214 (acos_test_upward): Likewise.
8215 (asin_test_tonearest): Likewise.
8216 (asin_test_towardzero): Likewise.
8217 (asin_test_downward): Likewise.
8218 (asin_test_upward): Likewise.
8219 (main): Call the new functions.
8220 * sysdeps/i386/fpu/libm-test-ulps: Update.
8221 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8222
9568c0c2
JM
8223 [BZ #13884]
8224 [BZ #13924]
8225 * math/e_exp10.c: Include <float.h>.
8226 (__ieee754_exp10): Handle underflow here rather than multiplying
8227 large negative argument by M_LN10.
8228 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
8229 of __ieee754_expf.
8230 * math/e_exp10l.c: Include <float.h>.
8231 (__ieee754_exp10l): Handle underflow here rather than multiplying
8232 large negative argument by M_LN10l.
8233 * math/libm-test.inc (exp10_test): Add another test. Do not allow
8234 spurious overflow exception on underflow.
8235
5ac3ea17
MP
82362012-04-29 Marek Polacek <polacek@redhat.com>
8237
8238 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
8239 (__fortify_function): New macro.
8240 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
8241 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
8242 __extern_always_inline.
8243 * libio/bits/stdio2.h: Likewise.
8244 * libio/bits/stdio.h: Likewise.
8245 * string/string.h: Likewise.
8246 * string/bits/string3.h: Likewise.
8247 * include/stdio.h: Likewise.
8248 * stdlib/bits/stdlib.h: Likewise.
8249 * stdlib/stdlib.h: Likewise.
8250 * rt/bits/mqueue2.h: Likewise.
8251 * rt/mqueue.h: Likewise.
8252 * posix/bits/unistd.h: Likewise.
8253 * posix/unistd.h: Likewise.
8254 * io/bits/poll2.h: Likewise.
8255 * io/bits/fcntl2.h: Likewise.
8256 * io/fcntl.h: Likewise.
8257 * io/sys/poll.h: Likewise.
8258 * misc/bits/syslog.h: Likewise.
8259 * misc/bits/syslog-ldbl.h: Likewise.
8260 * misc/sys/syslog.h: Likewise.
8261 * socket/bits/socket2.h: Likewise.
8262 * socket/sys/socket.h: Likewise.
8263 * debug/tst-chk1.c: Likewise.
8264 * wcsmbs/bits/wchar2.h: Likewise.
8265 * wcsmbs/bits/wchar-ldbl.h: Likewise.
8266 * wcsmbs/wchar.h: Likewise.
8267
ecf0ebfb
AJ
82682012-04-29 Andreas Jaeger <aj@suse.de>
8269
8270 * Makerules (tests): Remove enable-check-abi protection.
8271 (check-abi-warn): Remove.
8272 (check-abi-%): Remove check-abi-warn usage.
8273
8274 * configure.in: Remove check-abi configure option.
8275 * configure: Regenerated.
8276 * config.make.in (enable-check-abi): Remove.
8277
6d5c57fa
AS
82782012-04-28 Andreas Schwab <schwab@linux-m68k.org>
8279
24c5d07e 8280 [BZ #14033]
ded5180a
AS
8281 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
8282 double functions to double *_finite functions.
8283
7e0d315d
AS
8284 [BZ #13941]
8285 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
8286 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
8287 LDBL_MIN_EXP.
8288 * stdio-common/Makefile (tests): Add tst-sprintf3.
8289 * stdio-common/tst-sprintf3.c: New file.
8290
6d5c57fa
AS
8291 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
8292 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
8293
0749ff8b
JM
82942012-04-28 Joseph Myers <joseph@codesourcery.com>
8295
8296 * conform/conformtest.pl: Remove duplicate typed-constant
8297 handling.
8298
8dbd5d7b
DM
82992012-04-28 David S. Miller <davem@davemloft.net>
8300
8301 * Makerules (%.abilist): Add vpath on sysdep_dirs.
8302 (check-abi-%): Remove AWK script prerequisite and explicit
8303 abilist directory.
8304 (check-abi): Rewrite to just diff the symlist with the abilist.
8305 (config-tls, config-abi-config): Delete, no longer used.
8306 (update-abi-%): Remove AWK script and explicit abilist directory.
8307 (update-abi): Rewrite to simply compare and conditionally copy the
8308 symlist and the sysdep abilist file. Remove update-abi-config
8309 checks.
8310 * abilist/ld.abilist: Remove.
8311 * abilist/libBrokenLocale.abilist: Remove.
8312 * abilist/libanl.abilist: Remove.
8313 * abilist/libcrypt.abilist: Remove.
8314 * abilist/libdl.abilist: Remove.
8315 * abilist/librt.abilist: Remove.
8316 * abilist/libthread_db.abilist: Remove.
8317 * abilist/libutil.abilist: Remove.
8318 * scripts/extract-abilist.awk: Remove.
8319 * scripts/merge-abilist.awk: Remove.
8320 * sysdeps/generic/libcidn.abilist: New file.
8321 * sysdeps/generic/libnss_compat.abilist: New file.
8322 * sysdeps/generic/libnss_db.abilist: New file.
8323 * sysdeps/generic/libnss_dns.abilist: New file.
8324 * sysdeps/generic/libnss_files.abilist: New file.
8325 * sysdeps/generic/libnss_hesiod.abilist: New file.
8326 * sysdeps/generic/libnss_nis.abilist: New file.
8327 * sysdeps/generic/libnss_nisplus.abilist: New file.
8328 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
8329 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
8330 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
8331 file.
8332 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
8333 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
8334 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
8335 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
8336 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
8337 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
8338 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
8339 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
8340 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
8341 file.
8342 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
8343 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
8344 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
8345 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
8346 file.
8347 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
8348 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
8349 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
8350 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
8351 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
8352 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
8353 file.
8354 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
8355 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
8356 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
8357 file.
8358 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
8359 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
8360 New file.
8361 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
8362 New file.
8363 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
8364 New file.
8365 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
8366 New file.
8367 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
8368 New file.
8369 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
8370 New file.
8371 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
8372 New file.
8373 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
8374 New file.
8375 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
8376 New file.
8377 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
8378 New file.
8379 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
8380 New file.
8381 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
8382 New file.
8383 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
8384 New file.
8385 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
8386 file.
8387 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
8388 New file.
8389 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
8390 New file.
8391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
8392 file.
8393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
8394 New file.
8395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
8396 New file.
8397 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
8398 file.
8399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
8400 New file.
8401 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
8402 New file.
8403 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
8404 New file.
8405 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
8406 New file.
8407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
8408 New file.
8409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
8410 New file.
8411 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
8412 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
8413 file.
8414 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8415 New file.
8416 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
8417 file.
8418 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
8419 file.
8420 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
8421 file.
8422 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
8423 file.
8424 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
8425 file.
8426 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8427 New file.
8428 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
8429 file.
8430 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
8431 file.
8432 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8433 New file.
8434 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
8435 file.
8436 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
8437 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
8438 file.
8439 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8440 New file.
8441 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
8442 file.
8443 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
8444 file.
8445 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
8446 file.
8447 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
8448 file.
8449 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
8450 file.
8451 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8452 New file.
8453 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
8454 file.
8455 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
8456 file.
8457 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8458 New file.
8459 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
8460 file.
8461 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
8462 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
8463 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
8464 file.
8465 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
8466 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
8467 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
8468 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
8469 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
8470 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
8471 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
8472 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
8473 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
8474 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
8475 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
8476 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
8477 file.
8478 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8479 New file.
8480 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
8481 file.
8482 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
8483 file.
8484 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
8485 file.
8486 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
8487 file.
8488 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
8489 file.
8490 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8491 New file.
8492 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8493 New file.
8494 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
8495 file.
8496 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8497 New file.
8498 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
8499 file.
8500 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
8501 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
8502 file.
8503 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8504 New file.
8505 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
8506 file.
8507 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
8508 file.
8509 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
8510 file.
8511 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
8512 file.
8513 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
8514 file.
8515 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8516 New file.
8517 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8518 New file.
8519 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
8520 file.
8521 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8522 New file.
8523 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
8524 file.
8525
41d73a1b
JM
85262012-04-28 Joseph Myers <joseph@codesourcery.com>
8527
8528 * conform/conformtest.pl: Fix typo in handling typed-constant from
8529 allow-header.
8530
28aeeda4
JM
85312012-04-27 Joseph Myers <joseph@codesourcery.com>
8532
adae8f5e
JM
8533 * README: Cut down references to pre-2.6 Linux kernels and
8534 Linuxthreads. Update lists of configurations in libc and ports
8535 and sort alphabetically. Say "or newer" with Linux kernel version
8536 requirements.
8537
28aeeda4
JM
8538 * config.h.in [IS_IN_build]: Allow compiling without optimization.
8539
a462cb63
RA
85402012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
8541
8542 [BZ #887]
8543 * math/libm-test.inc (logb_test_downward): New test to expose
8544 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
8545 rounding mode.
8546
6ad3493e
JM
85472012-04-27 Joseph Myers <joseph@codesourcery.com>
8548
8549 [BZ #14027]
8550 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
8551 to be done.
8552 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
8553 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
8554
2ce4f015
JM
85552012-04-26 Joseph Myers <joseph@codesourcery.com>
8556
5aeb141a
JM
8557 * sysdeps/unix/i386/brk.S: Remove file.
8558 * sysdeps/unix/i386/dl-brk.S: Likewise.
8559 * sysdeps/unix/i386/pipe.S: Likewise.
8560 * sysdeps/unix/i386/sigreturn.S: Likewise.
8561 * sysdeps/unix/i386/syscall.S: Likewise.
8562 * sysdeps/unix/i386/vfork.S: Likewise.
8563 * sysdeps/unix/i386/wait.S: Likewise.
8564
7143acae
JM
8565 * sysdeps/unix/common/tcsendbrk.c: Move to ...
8566 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
8567
2ce4f015
JM
8568 * configure.in (arm*-none*): Do not allow without
8569 --enable-hacker-mode.
8570 (netbsd*): Remove case setting base_os.
8571 (386bsd*): Likewise.
8572 (freebsd*): Likewise.
8573 (bsdi*): Likewise.
8574 (osf*): Likewise.
8575 (sunos*): Likewise.
8576 (ultrix*): Likewise.
8577 (newsos*): Likewise.
8578 (dynix*): Likewise.
8579 (*bsd*): Likewise.
8580 (sysv*): Likewise.
8581 (isc*): Likewise.
8582 (esix*): Likewise.
8583 (sco*): Likewise.
8584 (minix*): Likewise.
8585 (irix4*): Likewise.
8586 (irix6*): Likewise.
8587 (solaris[2-9]*): Likewise.
8588 (none): Likewise.
8589 * configure: Regenerated.
8590
0ac229c8
AZ
85912012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8592
8593 [BZ #11521]
8594 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
8595 overflow or cancellation in calculating denominator.
8596 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
8597 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
8598 down expression to avoid unexpected rounding in newer GCCs.
8599 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
8600
33f244f4
DM
86012012-04-26 David S. Miller <davem@davemloft.net>
8602
8603 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
8604 long-double compat symbols.
8605 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
8606 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
8607 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
8608 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
8609 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
8610 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
8611 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
8612 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
8613 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
8614 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
8615 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
8616 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
8617 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
8618
cfa1f3e8
DM
86192012-04-25 David S. Miller <davem@davemloft.net>
8620
8621 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
8622 HWCAP_* values only after the memory barriers have been defined.
8623 (atomic_full_barrier): Define.
8624 (atomic_read_barrier): Define.
8625 (atomic_write_barrier): Define.
8626
6e236b92
SP
86272012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8628
8629 * shlib-versions: Add libgcc_s version information.
8630 * sysdeps/generic/libgcc_s.h: Remove.
8631 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
8632 libgcc_s.h.
8633 * sysdeps/gnu/unwind-resume.c: Likewise.
8634 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
8635
aab39a09
DM
86362012-04-25 David S. Miller <davem@davemloft.net>
8637
8638 * sysdeps/unix/sparc/brk.S: Delete.
8639 * sysdeps/unix/sparc/dl-brk.S: Delete.
8640 * sysdeps/unix/sparc/pipe.S: Delete.
8641 * sysdeps/unix/sparc/sysdep.S: Delete.
8642 * sysdeps/unix/sparc/sysdep.h: Delete.
8643 * sysdeps/unix/sparc/vfork.S: Delete.
8644 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
8645 SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
8646 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
8647 ret_ERRVAL, r0, r1, MOVE): Define.
8648 (JUMPTARGET): Remove.
8649 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
8650 sysdeps/unix/sparc/sysdep.h
8651 (ENTRY, END): Remove.
8652 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8653
a3cc4f48
JM
86542012-04-25 Joseph Myers <joseph@codesourcery.com>
8655
2ed8cda2
JM
8656 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
8657 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
8658 -DIS_IN_build.
8659
35d76d59
JM
8660 * timezone/README: Update upstream location and email address for
8661 tzcode and tzdata.
8662 * timezone/zdump.c: Update from tzcode 2012b.
8663 * timezone/zic.c: Likewise.
8664
a3cc4f48
JM
8665 * configure.in (libc_cv_as_needed): Remove test.
8666 * configure: Regenerated.
8667 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
8668 conditional definition.
8669 [$(have-as-needed) != yes] (no-as-needed): Likewise.
8670 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
8671 * config.make.in (have-as-needed): Remove variable.
8672
ceab42c3
SP
86732012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
8674 Paul Pluzhnikov <ppluzhnikov@google.com>
8675
8676 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
8677 strings correctly.
8678
3ce2865f
CLT
86792012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
8680
8681 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
8682 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
8683 * sysdeps/sh/strlen.S: Likewise.
8684
f37e0d68
JM
86852012-04-24 Joseph Myers <joseph@codesourcery.com>
8686
ae186e9a
JM
8687 * sysdeps/unix/fork.S: Remove file.
8688 * sysdeps/unix/i386/fork.S: Likewise.
8689 * sysdeps/unix/sparc/fork.S: Likewise.
8690
b96914af
JM
8691 * sysdeps/unix/system.c: Remove file.
8692 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
8693
f37e0d68
JM
8694 * sysdeps/unix/getegid.S: Remove file.
8695 * sysdeps/unix/geteuid.S: Likewise.
8696
87ef29ca
RM
86972012-04-24 Roland McGrath <roland@hack.frob.com>
8698
83bcd236
RM
8699 * scripts/check-localplt.awk: New file.
8700 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
8701 of diff.
8702 * scripts/data/localplt-generic.data: Add a comment.
8703
87ef29ca
RM
8704 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
8705 NODE when __dir_mkfile failed.
8706 * sysdeps/mach/hurd/symlinkat.c: Likewise.
8707 Reported by Ludovic Courtès <ludo@gnu.org>.
8708
e5a6e567
AJ
87092012-04-24 Andreas Jaeger <aj@suse.de>
8710
8711 * Makerules (common-clean): Also remove gen-as-const-headers
8712 files.
8713
c1820385
JM
87142012-04-24 Joseph Myers <joseph@codesourcery.com>
8715
8716 * Makerules (native-compile): Do not change working directory for
8717 build. Use $(OUTPUT_OPTION) in command.
8718 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
8719
94e02fc4
AZ
87202012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8721
8722 [BZ #13886]
8723 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
8724 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
8725 * math/libm-test.inc (floor_test): Add more tests.
8726 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
8727
3a533ca3
JM
87282012-04-24 Joseph Myers <joseph@codesourcery.com>
8729
940ab4b3
JM
8730 * sysdeps/unix/getdents.c: Remove file.
8731 * sysdeps/unix/sysv/getdents.c: Likewise.
8732 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
8733
90e037bd
JM
8734 * sysdeps/unix/syscalls.list (madvise): Add syscall from
8735 sysdeps/unix/mman/syscalls.list.
8736 (mmap): Likewise.
8737 (mprotect): Likewise.
8738 (msync): Likewise.
8739 (munmap): Likewise.
8740 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
8741 * sysdeps/unix/mman/syscalls.list: Remove.
8742 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
8743
3a533ca3
JM
8744 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
8745 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
8746 * configure: Regenerated.
8747 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
8748 $(libgcc_s_suffix).
8749 * config.make.in (libgcc_s_suffix): Remove variable.
8750
1ad743de
JM
87512012-04-23 Joseph Myers <joseph@codesourcery.com>
8752
4ad451e2
JM
8753 * sysdeps/unix/sysv/gethostname.c: Move to ...
8754 * sysdeps/posix/gethostname.c: ... here.
8755
5e37ce39
JM
8756 * sysdeps/unix/execve.S: Remove file.
8757
1ad743de
JM
8758 * sysdeps/unix/_exit.S: Remove file.
8759
4e681b5b
AJ
87602012-04-23 Andreas Jaeger <aj@suse.de>
8761
8762 [BZ #13739]
8763 * manual/Makefile: Remove make dist support, there's no
8764 need for a stand-alone documentation tar ball.
8765 (TEXI2DVI): Define always, it's not in Makeconfig.
8766 (dist): Removed.
8767 (tar-it): Removed.
8768 (edition): Removed.
8769 (glibc-doc-$(edition).tar): Removed
8770 (%.Z): Removed.
8771 (%.gz): Removed.
8772 (%.uu): Removed.
8773 (ETAGS): Remove, it's in Makeconfig.
8774 (move-if-change): Remove, it's in Makeconfig.
8775
c0baea34
PE
87762013-04-23 Paul Eggert <eggert@cs.ucla.edu>
8777
8778 [BZ #13970]
8779 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
8780 (strtod, strtof, strtold, strtol, strtoul, strtoq)
8781 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
8782 (strtod_l, strtof_l, strtold_l): Remove __wur.
8783 It is not necessarily an error to ignore strtol's return value.
8784 One can reliably look at the stored endptr to decide whether
8785 the number had valid syntax.
8786
7c0616fa
AJ
87872012-04-21 Andreas Jaeger <aj@suse.de>
8788
803cb6b7 8789 [BZ #13739]
7c0616fa
AJ
8790 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
8791
b0fe253f
JM
87922012-04-21 Joseph Myers <joseph@codesourcery.com>
8793
8794 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
8795 * sysdeps/unix/sysv/Versions: Remove file.
8796
8280f22d
MT
87972012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
8798
8799 [BZ #13927]
8800 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8801
75ce411f 88022012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
8803
8804 [BZ #7064]
8805 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
8806 version from __vm86.
8807
097d59fa
JM
88082012-04-20 Joseph Myers <joseph@codesourcery.com>
8809
a90f3bcb
JM
8810 * sysdeps/unix/common/lxstat.c: Remove file.
8811 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
8812
edc7ea78
JM
8813 * sysdeps/unix/sysv/Makefile: Remove file.
8814
cb78c221
JM
8815 * sysdeps/unix/sysv/direct.h: Remove file.
8816
efa6a45f
JM
8817 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
8818 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
8819 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
8820 * sysdeps/unix/sysv/bits/signum.h: Likewise.
8821 * sysdeps/unix/sysv/bits/stat.h: Likewise.
8822 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
8823 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
8824
9c9f2d0c
JM
8825 * sysdeps/unix/sysv/setrlimit.c: Remove file.
8826
4541c83b
JM
8827 * sysdeps/unix/xmknod.c: Remove file.
8828 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
8829
f5d153a0
JM
8830 * sysdeps/unix/sysv/settimeofday.c: Remove file.
8831
aa746595
JM
8832 * sysdeps/unix/sysv/i386/time.S: Remove file.
8833
cce5905e
JM
8834 * sysdeps/unix/fxstat.c: Remove file.
8835 * sysdeps/unix/xstat.c: Likewise.
8836 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
8837
37fa3841
JM
8838 * sysdeps/unix/sysv/sigaction.c: Remove file.
8839
ff1962a3
JM
8840 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
8841 (sysdep_headers): Remove variable.
8842 [termio.h not in sysdep_headers] (generated): Likewise.
8843 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
8844 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
8845 * sysdeps/unix/sysv/tcdrain.c: Likewise.
8846 * sysdeps/unix/sysv/tcflow.c: Likewise.
8847 * sysdeps/unix/sysv/tcflush.c: Likewise.
8848 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
8849 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
8850 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
8851 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
8852 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
8853
e7740d31
JM
8854 * sysdeps/unix/siglist.c: Remove file.
8855
ee06f18b
JM
8856 * sysdeps/unix/getppid.S: Remove file.
8857
097d59fa
JM
8858 * sysdeps/unix/mkdir.c: Remove file.
8859 * sysdeps/unix/rmdir.c: Likewise.
8860
ff3d51ec
AS
88612012-04-19 Andreas Schwab <schwab@linux-m68k.org>
8862
8863 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
8864 ERR_MAX value.
8865 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
8866 errlist-compat value.
8867
50f81fd7
DM
88682012-04-18 David S. Miller <davem@davemloft.net>
8869
8870 * sysdeps/generic/memcopy.h (reg_char): Delete.
8871 * debug/strcat_chk.c: Use char, not reg_char.
8872 * debug/strcpy_chk.c: Likewise.
8873 * debug/strncat_chk.c: Likewise.
8874 * debug/strncpy_chk.c: Likewise.
8875 * string/memchr.c: Likewise.
8876 * string/memrchr.c: Likewise.
8877 * string/rawmemchr.c: Likewise.
8878 * string/strcat.c: Likewise.
8879 * string/strchr.c: Likewise.
8880 * string/strchrnul.c: Likewise.
8881 * string/strcmp.c: Likewise.
8882 * string/strcpy.c: Likewise.
8883 * string/strncat.c: Likewise.
8884 * string/strncmp.c: Likewise.
8885 * string/strncpy.c: Likewise.
8886
8ff41c46
WS
88872012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
8888
8889 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
8890 __builtin_memcopy is called when src and dest ranges are known to not
8891 overlap.
8892
6b652f46
WS
88932012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
8894
8895 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
8896 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
8897 fwd_align_merge macro call.
8898 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
8899 bwd_align_merge macro call.
8900 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
8901
b282631e
WS
89022012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
8903
8904 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
8905 bwd_align_merge macros.
8906 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
8907 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
8908 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
8909
95aa737c
DM
89102012-04-18 David S. Miller <davem@davemloft.net>
8911
8912 * sysdeps/sparc/sparc64/memcopy.h: Delete.
8913
7a99a614
AJ
89142012-04-18 Andreas Jaeger <aj@suse.de>
8915
8916 [BZ# 6794]
8917 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
8918 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
8919 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
8920
8921 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
8922 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
8923 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
8924
8925 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
8926 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
8927 Adjust for changed ldbl-128 files.
8928
8929 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
8930 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
8931 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
8932
e5270c23
DM
89332012-04-17 David S. Miller <davem@davemloft.net>
8934
8935 * sysdeps/sparc/sparc32/memcopy.h: Delete.
8936
fb5e92c9
AS
89372012-04-17 Andreas Schwab <schwab@linux-m68k.org>
8938
8939 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
8940 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
8941 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
8942 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
8943 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
8944 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
8945
76da7265
AZ
89462012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8947
8948 [BZ #6794]
8949 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
8950 * math/libm-test.inc: Add ilogb errno and exception tests.
8951 * math/w_ilogb.c: New file: ilogb wrapper.
8952 * math/w_ilogbf.c: New file: ilogbf wrapper.
8953 * math/w_ilogbl.c: New file: ilogbl wrapper.
8954 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
8955 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
8956 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
8957 exception being thrown with 0.0 as argument.
8958 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
8959 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
8960 exception being thrown with 0.0 as argument.
8961 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
8962 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
8963 exception being thrown with 0.0 as argument.
8964 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
8965 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
8966 exception being thrown with 0.0 as argument.
8967 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
8968 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 8969 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
8970 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
8971 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
8972 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
8973 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
8974 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
8975 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
8976
0396e69d
PB
89772012-04-17 Petr Baudis <pasky@ucw.cz>
8978
8979 * include/sys/uio.h: Change __vector to __iovec to avoid clash
8980 with altivec.
8981
750b5926
MP
89822012-04-16 Marek Polacek <polacek@redhat.com>
8983
8984 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
8985
751728a1
MP
89862012-04-16 Marek Polacek <polacek@redhat.com>
8987
8988 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
8989 operands of fdivp instruction.
8990
34a27407
L
89912012-04-13 H.J. Lu <hongjiu.lu@intel.com>
8992
8993 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
8994 * elf/tst-auditmod3b.c: Likewise.
8995 * elf/tst-auditmod4b.c: Likewise.
8996 * elf/tst-auditmod5b.c: Likewise.
8997 * elf/tst-auditmod6b.c: Likewise.
8998 * elf/tst-auditmod6c.c: Likewise.
8999 * elf/tst-auditmod7b.c: Likewise.
9000 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
9001 * sysdeps/x86_64/preconfigure.in: Likewise.
9002 * sysdeps/x86_64/preconfigure: Regenerated.
9003
7e73e17d
L
90042012-04-13 H.J. Lu <hongjiu.lu@intel.com>
9005
9006 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
9007 __ILP32__.
9008
c7a6ab72
AB
90092012-04-13 Antoine Balestrat <merkil33@gmail.com>
9010
9011 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
9012 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
9013
a9e8e0e0
CL
90142012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
9015
9016 [BZ #13973]
9017 * locale/iso-639.def: Fix gl language name. Spotted by
9018 Yaron Shahrabani.
9019
ec98af7d
RM
90202012-04-12 Roland McGrath <roland@hack.frob.com>
9021
9022 [BZ #2074]
9023 * libio/libio.h (__io_write_fn): Update comment.
9024
247c3ede
PB
90252012-04-12 Petr Baudis <pasky@ucw.cz>
9026
9027 [BZ #2074]
9028 * stdio.texi (Hook Functions): The user provided writer function
9029 is not allowed to return -1.
9030
55939d6d
DM
90312012-04-11 David S. Miller <davem@davemloft.net>
9032
9033 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9034
90020f5a
MF
90352012-04-11 Mike Frysinger <vapier@gentoo.org>
9036
9037 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
9038 Add a leading slash to rtkaio.
9039
288f9098
JM
90402012-04-11 Jim Meyering <meyering@redhat.com>
9041
90020f5a
MF
9042 [BZ #11959]
9043 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
9044 It is not necessarily an error to ignore fwrite's return
9045 value. One can reliably use ferror to test for errors after
9046 the fact.
288f9098 9047
4be2b570
L
90482012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9049
9050 * bits/types.h (__snseconds_t): New type.
9051 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
9052
9053 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
9054 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
9055 (__SNSECONDS_T_TYPE): Likewise.
9056 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
9057 (__SNSECONDS_T_TYPE): Likewise.
9058 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
9059 (__SNSECONDS_T_TYPE): Likewise.
9060
288f9098 90612012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
9062
9063 [BZ #2636]
9064 * manual/time.texi (Processor Time): Return type of times is
9065 elapsed real time since an arbitrary point in the past.
9066 (CPU Time): Move CLK_TCK from here...
9067 (Processor Time): ...to here. Correct description.
9068 * manual/conf.texi (Constants for Sysconf): Correct description of
9069 _SC_CLK_TCK.
9070
d7dd4413
DM
90712012-04-10 David S. Miller <davem@davemloft.net>
9072
9073 [BZ #13967]
9074 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
9075 where the is a gap between DT_REL(A) and DT_JMPREL.
9076
b46068fc
L
90772012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9078
9079 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
9080 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
9081 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
9082
73d65cc3
SP
90832012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9084
9085 * elf/dl-support.c (_dl_inhibit_cache): New variable.
9086 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
9087 (dl_main): Handle --inhibit-cache.
9088 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
9089 _dl_inhibit_cache.
9090 * elf/dl-load.c (_dl_map_object): Use it.
9091 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
9092
bcc8d661
JM
90932012-04-09 Joseph Myers <joseph@codesourcery.com>
9094
8f9a2fae
JM
9095 [BZ #13872]
9096 * sysdeps/i386/fpu/e_powl.S (p78): New object.
9097 (__ieee754_powl): Saturate large exponents rather than testing for
9098 overflow of y*log2(x).
9099 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
9100 * math/libm-test.inc (pow_test): Do not permit spurious overflow
9101 exceptions.
9102
bcc8d661
JM
9103 [BZ #11521]
9104 * math/s_ctan.c: Include <float.h>.
9105 (__ctan): Avoid internal overflow or cancellation in calculating
9106 denominator.
9107 * math/s_ctanf.c: Likewise.
9108 * math/s_ctanl.c: Likewise.
9109 * math/s_ctanh.c: Likewise.
9110 * math/s_ctanhf.c: Likewise.
9111 * math/s_ctanhl.c: Likewise.
9112 * math/libm-test.inc (ctan_test): Add more tests.
9113 (ctanh_test): Likewise.
9114 * sysdeps/i386/fpu/libm-test-ulps: Update.
9115 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9116
823fbbb4
AJ
91172012-04-09 Andreas Jaeger <aj@suse.de>
9118
03879793
AJ
9119 [BZ #6894]
9120 * manual/filesys.texi (Directory Entries): Mention that d_namlen
9121 is an optional BSD extension.
9122
823fbbb4
AJ
9123 [BZ #10254]
9124 * manual/stdio.texi (Opening Streams): Document additional fopen
9125 parameters.
9126
8de131cb
RM
91272012-04-09 Roland McGrath <roland@hack.frob.com>
9128
9129 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
9130 %eax without telling the compiler.
9131
c0ed9d7d
CD
91322012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
9133
9134 [BZ # 13963]
9135 * manual/install.texi: Use sourceware.org.
9136
c483f6b4
JM
91372012-04-09 Joseph Myers <joseph@codesourcery.com>
9138
d7dd9453
JM
9139 [BZ #13873]
9140 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
9141 (__ieee754_pow): Generate overflow and underflow using huge*huge
9142 and tiny*tiny rather than just returning constant infinity or zero
9143 for large exponents.
9144 * math/libm-test.inc (pow_test): Require overflow exceptions for
9145 applicable cases of large exponents.
9146
c483f6b4
JM
9147 [BZ #706]
9148 * sysdeps/i386/fpu/e_pow.S (p10): New object.
9149 (__ieee754_pow): Use iterative multiplication algorithm only for
9150 integer exponents with absolute value below 1024. Check for odd
9151 integer exponents when using algorithm for real exponents.
9152 * math/libm-test.inc (pow_test): Add more tests.
9153 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9154
d2de7579
JM
91552012-04-08 Joseph Myers <joseph@codesourcery.com>
9156
9157 [BZ #13705]
9158 * math/libm-test.inc (exp_test): Do not allow overflow exception
9159 on underflow test.
9160
f77f1232
AJ
91612012-04-08 Aurelien Jarno <aurelien@aurel32.net>
9162
9163 [BZ #13705]
9164 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
9165 instead of __kernel_standard_f.
9166
3884932b
MF
91672012-04-08 Mike Frysinger <vapier@gentoo.org>
9168
9169 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
9170 * sysdeps/x86_64/memset_chk.S: Likewise.
9171
54472e9c
AJ
91722012-04-08 Andreas Jaeger <aj@suse.de>
9173
6ab0fbfc
AJ
9174 [BZ #10153]
9175 * manual/startup.texi (Environment Access): Describe return value
9176 for putenv and setenv.
9177
61efba8c
AJ
9178 [BZ #6895]
9179 * manual/filesys.texi (Directory Entries): Add description for
9180 DT_LNK.
9181
95c3f29a
AJ
9182 [BZ #6890]
9183 * manual/filesys.texi (Directory Entries): Clarify that it's file
9184 system not operating system in the description of DT_UNKNOWN.
9185
54472e9c
AJ
9186 [BZ #6578]
9187 * manual/syslog.texi (closelog): Fix reference, it's openlog.
9188
624254b1
SC
91892012-04-08 Stephen Compall <s11@member.fsf.org>
9190
9191 [BZ #6649]
9192 * manual/llio.texi (Opening and Closing Files): Add cross
9193 reference to explain mode argument.
9194
1e4920e0
MF
91952012-04-07 Mike Frysinger <vapier@gentoo.org>
9196
9197 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
9198 * sysdeps/x86_64/memset_chk.S: Likewise.
9199
5ed848f3
DM
92002012-04-07 David S. Miller <davem@davemloft.net>
9201
9202 * elf/elf.h (R_SPARC_WDISP10): Define.
9203 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
9204 R_SPARC_SIZE32.
9205 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
9206 R_SPARC_SIZE64 and R_SPARC_H34.
9207
96154cd8
CD
92082012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
9209
9210 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
9211 conditions and remove no longer applicable assertion.
9212
9904dc47
L
92132012-04-06 H.J. Lu <hongjiu.lu@intel.com>
9214
9215 * bits/byteswap.h: Include <features.h>.
9216 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
9217 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
9218
f8887d0a
L
92192012-04-06 H.J. Lu <hongjiu.lu@intel.com>
9220
9221 * bits/byteswap.h (__bswap_16): Removed.
9222 Include <bits/byteswap-16.h> to get __bswap_16.
9223 * sysdeps/i386/bits/byteswap.h: Likewise.
9224 * sysdeps/s390/bits/byteswap.h: Likewise.
9225 * sysdeps/x86_64/bits/byteswap.h: Likewise.
9226 * bits/byteswap-16.h: New file.
9227 * sysdeps/i386/bits/byteswap-16.h: Likewise.
9228 * sysdeps/s390/bits/byteswap-16.h: Likewise.
9229 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
9230 * string/Makefile (headers): Add bits/byteswap-16.h.
9231
62470f60
PP
92322012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9233
9234 [BZ #13895]
9235 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
9236 extra indirection.
9237 * nss/Makefile (tests-static, tests): Add tst-nss-static.
9238 * nss/tst-nss-static.c: New.
9239
4dad7bab
RM
92402012-04-06 Robert Millan <rmh@gnu.org>
9241
9242 [BZ #6486]
9243 * manual/llio.texi (File Position Primitive): lseek
9244 refers to WHENCE when it really means OFFSET.
9245
e9142a17
AJ
92462012-04-06 Andreas Jaeger <aj@suse.de>
9247
2c040eff
AJ
9248 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
9249 strncmp declarations.
9250
e9142a17
AJ
9251 * abilist/libc.abilist: Add __poll and __ppoll.
9252
ff9f1c5f
DM
92532012-04-05 David S. Miller <davem@davemloft.net>
9254
dcd2ae90
DM
9255 * scripts/check-local-headers.sh: Accept a host triplet in the
9256 path matched by the exclude regexp.
9257
993eb054
DM
9258 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
9259 definition.
9260 * sysdeps/powerpc/powerpc32/dl-machine.h
9261 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
9262 * sysdeps/s390/s390-32/dl-machine.h
9263 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
9264 * sysdeps/sparc/sparc32/dl-machine.h
9265 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
9266 * sysdeps/sparc/sparc64/dl-machine.h
9267 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
9268
ff9f1c5f
DM
9269 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
9270 lazy binding.
48e2e132 9271 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
9272 undefined symbol errors.
9273
48e2e132 9274 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
9275 DT_NEEDED entries.
9276
e80d6f94
MM
92772012-04-05 Michael Matz <matz@suse.de>
9278
9279 [BZ #13592]
9280 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
9281
349fa79f
AJ
92822012-04-05 Andreas Jaeger <aj@suse.de>
9283
9284 [BZ #13908]
9285 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
9286 comment.
9287
f402708f
KK
92882012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9289
9290 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
9291 which ROUND is no valid rounding mode.
9292
2ecccfc9
KK
92932012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9294
9295 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
9296 read again.
9297 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
9298
8a53f50f
KK
92992012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9300
9301 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
9302 an exception using FPU order intentionally.
9303
93042012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9305
9306 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
9307 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
9308 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
9309 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
9310
d653abb7
SJ
93112012-04-05 Simon Josefsson <simon@josefsson.org>
9312
9313 [BZ #12340]
9314 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
9315 EINVAL when BUFLEN is too smal.
9316
c3b1bf7d
TS
93172012-04-05 Thomas Schwinge <thomas@codesourcery.com>
9318
9319 [BZ #13553]
9320 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
9321 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
9322
b1aa60f3
AJ
93232012-04-03 Andreas Jaeger <aj@suse.de>
9324
c3b1bf7d 9325 [BZ #13938]
67f60a26
AJ
9326 * manual/setjmp.texi (System V contexts): Fix sentence.
9327
b1aa60f3
AJ
9328 [BZ #13926]
9329 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
9330 New macro for this case.
9331 [!__GNUC__] (__bswap_64): New inline function for this case.
9332 * sysdeps/x86_64/bits/byteswap.h: Likewise.
9333 * bits/byteswap.h: Likewise.
9334 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
9335 ull, guard with __GLIBC_HAVE_LONG_LONG.
9336
9337 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
9338 __GLIBC_HAVE_LONG_LONG.
9339
9340 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
9341 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
9342
39c59c35
TMQMF
93432012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
9344
9345 [BZ #13691]
9346 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
9347 inptr and inend, rather than using last_ch.
9348
135ffda8
DM
93492012-04-02 David S. Miller <davem@davemloft.net>
9350
9351 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
9352 * stdio-common/printf-parse.h (read_int): Change return type to
9353 'int', return -1 on INT_MAX overflow.
9354 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
9355 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
9356 overflows INT_MAX. Check for overflow of in-format-string precision
9357 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
9358 SIZE_MAX not INT_MAX for integer overflow test.
9359 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
9360 skip the construct in the format string but do not record anything.
9361 * stdio-common/bug22.c: Adjust to test both width/prevision
9362 INT_MAX overflow as well as total length INT_MAX overflow. Check
9363 explicitly for proper errno values.
9364
228c019e
TS
93652012-04-02 Thomas Schwinge <thomas@codesourcery.com>
9366
302cadd3
TS
9367 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
9368 CHAR_MAX.
9369 * string/test-strcmp.c [! WIDE]: Likewise.
9370 * time/tst-mktime2.c: Likewise for INT_MAX.
9371 * string/test-string.h: #include <sys/param.h> for MIN.
9372
228c019e
TS
9373 * csu/init-first.c (__libc_init_first): Call __ctype_init.
9374 * sysdeps/i386/init-first.c (init): Likewise.
9375 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
9376 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
9377 * sysdeps/sh/init-first.c (init): Likewise.
9378
cfa633f5
UD
93792012-04-01 Ulrich Drepper <drepper@gmail.com>
9380
9381 * po/ru.po: Update from translation team.
d1635ef8 9382 * po/vi.po: Likewise.
cfa633f5 9383
6cd0a5ea
SP
93842012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
9385
9386 * resolv/nss_dns/dns-host.c: Merge copyright years.
9387
4b43400f
LD
93882012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
9389
9390 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
9391 Optimize memcpy with prefetch if
9392 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
9393 src, dst pointers have unequal 16 byte alignments.
9394
48c41d04
SP
93952012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
9396
9397 [BZ #13928]
9398 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
9399 from a CNAME entry and return the minimum ttl for the query.
9400 (gaih_getanswer_slice): Likewise.
9401
b8dc394d
JL
94022012-03-30 Jeff Law <law@redhat.com>
9403
9404 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
9405 due to long keys.
9406 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
9407 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
9408
2f5a5ed0
JL
9409 * resolv/nss_dns/dns-host.c: Update copyright year.
9410
1d39e359
UD
94112012-03-30 Ulrich Drepper <drepper@gmail.com>
9412
c030f70c 9413 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 9414 requests to save a system call. Fix check that all bytes are sent.
c030f70c 9415
1d39e359
UD
9416 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
9417 comments for sendmmsg.
9418
94192012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
9420
9421 [BZ #13691]
9422 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
9423 with only 1 character between 0x0041 and 0x01b0.
9424 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
9425 * wcsmbs/tst-mbsnrtowcs.c: New file.
9426
20fde227
DM
94272012-03-29 David S. Miller <davem@davemloft.net>
9428
9429 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
9430 small copies by hand.
9431
984a4237
JL
94322012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
9433
9434 [BZ #13761]
9435 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
9436 _nss_compat_initgroups_dyn): Fall back to malloc/free
9437 for large group memberships.
9438
18c9d62b
DM
94392012-03-28 David S. Miller <davem@davemloft.net>
9440
88d85d4f
DM
9441 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
9442 that branches into memcpy.
9443 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
9444 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
9445 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
9446 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
9447 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
9448 bits.
9449 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
9450 implementation too.
9451 * sysdeps/sparc/mempcpy.S: New file.
9452
e5aa83e1
DM
9453 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
9454 the IFUNC routine in the libc case.
9455 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
9456
88570753
DM
9457 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
9458 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
9459 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
9460 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
9461 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
9462 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
9463 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
9464 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
9465
249d7567
DM
9466 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
9467 loop to 256 bytes instead of 64 bytes and fix test signedness.
9468
18c9d62b
DM
9469 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
9470 * sysdeps/sparc/sparc32/Makefile: rather than here...
9471 * sysdeps/sparc/sparc64/Makefile: and here.
9472
05f3d1f6
UD
94732012-03-28 Ulrich Drepper <drepper@gmail.com>
9474
9475 * malloc/mallocbug.c: Avoid warnings about unused variables.
9476
86ae07a8
JL
94772012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
9478
9479 [BZ #13760]
9480 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
9481 in the right place. Discard and retry query if response is
9482 larger than input buffer size.
9483
41bf21a1
JM
94842012-03-28 Joseph Myers <joseph@codesourcery.com>
9485
d6270972
JM
9486 [BZ #369]
9487 [BZ #2678]
9488 [BZ #3866]
9489 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
9490 x for large integer exponent.
9491 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9492 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
9493 sign of result as needed afterwards.
9494 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
9495 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
9496 result for underflowing pow the same as for overflow.
9497 (__kernel_standard_l): Handle powl overflow and underflow here
9498 rather than calling __kernel_standard.
9499 * math/libm-test.inc (pow_test): Add more tests.
9500
414fca03 9501 [BZ #3868]
41bf21a1
JM
9502 [BZ #13879]
9503 [BZ #13910]
9504 [BZ #13911]
9505 [BZ #13912]
9506 [BZ #13913]
9507 [BZ #13915]
9508 [BZ #13916]
9509 [BZ #13917]
9510 [BZ #13918]
9511 [BZ #13919]
9512 [BZ #13920]
9513 [BZ #13921]
9514 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
9515 * sysdeps/ieee754/k_standard.c: Include <float.h>.
9516 (__kernel_standard_l): New function.
9517 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
9518 __kernel_standard.
9519 * math/w_acosl.c (__acosl): Likewise.
9520 * math/w_asinl.c (__asinl): Likewise.
9521 * math/w_atan2l.c (__atan2l): Likewise.
9522 * math/w_atanhl.c (__atanhl): Likewise.
9523 * math/w_coshl.c (__coshl): Likewise.
9524 * math/w_exp10l.c (__exp10l): Likewise.
9525 * math/w_exp2l.c (__exp2l): Likewise.
9526 * math/w_fmodl.c (__fmodl): Likewise.
9527 * math/w_hypotl.c (__hypotl): Likewise.
9528 * math/w_j0l.c (__j0l, __y0l): Likewise.
9529 * math/w_j1l.c (__j1l, __y1l): Likewise.
9530 * math/w_jnl.c (__jnl, __ynl): Likewise.
9531 * math/w_lgammal.c (__lgammal): Likewise.
9532 * math/w_log10l.c (__log10l): Likewise.
9533 * math/w_log2l.c (__log2l): Likewise.
9534 * math/w_logl.c (__logl): Likewise.
9535 * math/w_powl.c (__powl): Likewise.
9536 * math/w_remainderl.c (__remainderl): Likewise.
9537 * math/w_scalbl.c (sysv_scalbl): Likewise.
9538 * math/w_sinhl.c (__sinhl): Likewise.
9539 * math/w_sqrtl.c (__sqrtl): Likewise.
9540 * math/w_tgammal.c (__tgammal): Likewise.
9541 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
9542 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
9543 * math/libm-test.inc (acos_test): Add more tests.
9544 (acosh_test): Likewise.
9545 (asin_test): Likewise.
9546 (atanh_test): Likewise.
9547 (exp_test): Likewise.
9548 (exp10_test): Likewise.
9549 (exp2_test): Likewise.
9550 (expm1_test): Likewise.
9551 (lgamma_test): Likewise.
9552 (log_test): Likewise.
9553 (log10_test): Likewise.
9554 (log1p_test): Likewise.
9555 (log2_test): Likewise.
9556 (pow_test): Do not allow some spurious overflow exceptions.
9557 (sqrt_test): Add more tests.
9558 (tgamma_test): Likewise.
9559 (y0_test): Likewise.
9560 (y1_test): Likewise.
9561 (yn_test): Likewise.
9562
dd62fda6
AB
95632012-03-27 Anton Blanchard <anton@samba.org>
9564
9565 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
9566 MAP_HUGETLB.
9567 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
9568 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
9569 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
9570
1e3cdfda
AJ
95712012-03-27 David S. Miller <davem@davemloft.net>
9572
b855ab85
DM
9573 * conform/Makefile: Run run-conformtest.sh using $(BASH).
9574
1e3cdfda
AJ
9575 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
9576 have-as-vis3 check.
9577
95782012-03-27 Andreas Jaeger <aj@suse.de>
9579
9580 * sysdeps/x86_64/elf/configure.in: Moved to ...
9581 * sysdeps/x86_64/configure.in: ... here.
9582 * sysdeps/x86_64/elf/start.S: Moved to ...
9583 * sysdeps/x86_64/start.S: ... here.
9584 * sysdeps/x86_64/elf/configure: Delete.
9585
9586 * sysdeps/x86_64/configure.in: Merge contents from
9587 sysdeps/i386/configure.in (without i686 check).
9588
9589 * sysdeps/i386/elf/Versions: Merge into ...
9590 * sysdeps/i386/Versions: ... this.
9591 * sysdeps/i386/elf/Versions: Delete file.
9592 * sysdeps/i386/elf/start.S: Moved to ...
9593 * sysdeps/i386/start.S: ...here.
9594 * sysdeps/i386/elf/configure.in: Merge into...
9595 * sysdeps/i386/configure.in: ...here.
9596 * sysdeps/i386/elf/configure.in: Delete file.
9597 * sysdeps/i386/elf/configure: Delete file.
9598
9599 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
9600 * debug/backtracesyms.c: ... here.
9601 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
9602 * debug/backtracesymsfd.c: ... here.
9603 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
9604 * sysdeps/generic/ifunc-sel.h: ... here.
9605
9606 * sysdeps/unix/i386/start.c: Delete file.
9607 * sysdeps/unix/sparc/start.c: Delete file.
9608 * sysdeps/unix/start.c: Delete file.
9609
9610 * sysdeps/sh/elf/configure.in: Moved to ...
9611 * sysdeps/sh/configure.in: ... here.
9612 * sysdeps/sh/elf/start.S: Moved to ...
9613 * sysdeps/sh/start.S: ... here.
9614 * sysdeps/sh/elf/configure: Delete file.
9615
9616 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
9617 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
9618 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
9619 * sysdeps/powerpc/powerpc64/entry.h: ... here.
9620 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
9621 * sysdeps/powerpc/powerpc64/start.S: here.
9622 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
9623 * sysdeps/powerpc/powerpc64/Makefile: ... this.
9624 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
9625 * sysdeps/powerpc/powerpc64/configure.in: ... this.
9626 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
9627
9628 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
9629 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
9630 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
9631 * sysdeps/powerpc/powerpc32/start.S: ... here.
9632 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
9633 * sysdeps/powerpc/powerpc32/configure.in: ... this.
9634 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
9635
9636 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
9637 * sysdeps/powerpc/ifunc-sel.h: ... here.
9638 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
9639 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
9640
9641 * sysdeps/sparc/elf/configure.in: Moved to ...
9642 * sysdeps/sparc/configure.in: ... here.
9643 * sysdeps/sparc/elf/configure: Delete file.
9644 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
9645 * sysdeps/sparc/sparc32/start.S: ... here.
9646 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
9647 * sysdeps/sparc/sparc64/start.S: ... here.
9648 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
9649 * sysdeps/sparc/sparc32/Makefile: ... this.
9650 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
9651 * sysdeps/sparc/sparc64/Makefile: ... this.
9652
9653 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
9654 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
9655 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
9656 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
9657 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
9658 * sysdeps/s390/s390-32/setjmp.S: ... here.
9659 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
9660 * sysdeps/s390/s390-32/configure.in: ... here.
9661 * sysdeps/s390/s390-32/elf/configure: Delete file.
9662 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
9663 * sysdeps/s390/s390-32/start.S: ... here.
9664
9665 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
9666 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
9667 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
9668 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
9669 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
9670 * sysdeps/s390/s390-64/setjmp.S: ... here.
9671 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
9672 * sysdeps/s390/s390-64/configure.in: ... here
9673 * sysdeps/s390/s390-64/elf/configure: Delete file.
9674 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
9675 * sysdeps/s390/s390-64/start.S: ... here.
9676 * sysdeps/s390/s390-64/elf/configure: Delete.
9677
9678 * configure.in: Remove support for elf directories in sysdeps.
9679
9680 * configure: Regenerated.
9681 * sysdeps/i386/configure: Regenerated.
9682 * sysdeps/powerpc/powerpc32/configure: Regenerated.
9683 * sysdeps/powerpc/powerpc64/configure: Regenerated.
9684 * sysdeps/s390/s390-32/configure: Regenerated.
9685 * sysdeps/s390/s390-64/configure: Regenerated.
9686 * sysdeps/sh/configure: Regenerated.
9687 * sysdeps/sparc/configure: Regenerated.
9688 * sysdeps/x86_64/configure: Regenerated.
9689
a3f61311
AS
96902012-03-26 Andreas Schwab <schwab@linux-m68k.org>
9691
c876e002
AS
9692 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9693
a3f61311
AS
9694 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
9695 denormal result into account.
9696
ac4c54f0
RM
96972012-03-25 Roland McGrath <roland@hack.frob.com>
9698
9699 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
9700 Reported by Allan McRae <allan@archlinux.org>.
9701
6a9b9c02
JL
97022012-03-23 Jeff Law <law@redhat.com>
9703
9704 * nss/getnssent.c (__nss_getent): Fix typo.
9705
4c42a0c1
DM
97062012-03-23 David S. Miller <davem@davemloft.net>
9707
9708 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9709
1532c7ac
L
97102012-03-23 H.J. Lu <hongjiu.lu@intel.com>
9711
9712 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
9713 to pad to uint64_t for each field.
9714 (dl_tls_index): Replace unsigned long with uint64_t.
9715
3ff42526
PP
97162012-03-23 Daniel Jacobowitz <dmj@google.com>
9717 Paul Pluzhnikov <ppluzhnikov@google.com>
9718
9719 [BZ #6528]
9720 * grp/Makefile (otherlibs): Don't set it.
9721 * inet/Makefile (otherlibs): Likewise.
9722 * login/Makefile (otherlibs): Likewise.
9723 * nscd/Makefile (otherlibs): Likewise.
9724 * posix/Makefile (otherlibs): Likewise.
9725 * pwd/Makefile (otherlibs): Likewise.
9726 * rt/Makefile (otherlibs): Likewise.
9727 * sunrpc/Makefile (otherlibs): Likewise.
9728 * nss/Makefile (otherlibs): Likewise.
9729 Add libnss_files to routines and static-only-routines.
9730 ($(objpfx)getent): Remove rule.
9731 * resolv/Makefile: Add libnss_dns and libresolv to routines and
9732 static-only-routines.
9733
7c69cd14
JM
97342012-03-22 Joseph Myers <joseph@codesourcery.com>
9735
9736 [BZ #13892]
9737 * math/s_cexp.c: Include <float.h>.
9738 (__cexp): Handle exp result overflowing not necessarily
9739 overflowing both real and imaginary parts of result.
9740 * math/s_cexpf.c: Likewise.
9741 * math/s_cexpl.c: Likewise.
9742 * math/libm-test.inc (cexp_test): Add more tests.
9743 * sysdeps/i386/fpu/libm-test-ulps: Update.
9744 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9745
81b035fe
L
97462012-03-22 H.J. Lu <hongjiu.lu@intel.com>
9747
9748 * include/link.h (ELFW): New macro.
9749 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
9750 Replace ELF64_R_TYPE with ELFW(R_TYPE).
9751
1da7940c
L
97522012-03-22 H.J. Lu <hongjiu.lu@intel.com>
9753
9754 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
9755 with uint64_t.
9756
b749dbb9
L
97572012-03-22 H.J. Lu <hongjiu.lu@intel.com>
9758
9759 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
9760 declaration.
9761 (struct La_x32_retval): Likewise.
9762
2ff87f3f
L
97632012-03-22 H.J. Lu <hongjiu.lu@intel.com>
9764
9765 * sysdeps/x86_64/preconfigure.in: New file.
9766 * sysdeps/x86_64/preconfigure: New generated file.
9767
c0df8e69
JM
97682012-03-22 Joseph Myers <joseph@codesourcery.com>
9769
48e44791
JM
9770 [BZ #13824]
9771 * math/e_exp2l.c: Include <float.h>.
9772 (__ieee754_exp2l): Handle overflow and underflow cases
9773 separately. Only pass fractional part of argument to
9774 __ieee754_expl.
9775 * math/libm-test.inc (exp2_test): Add more tests.
9776
c0df8e69
JM
9777 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
9778 negating x to take absolute value.
9779 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
9780 Likewise.
9781 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
9782 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
9783 Likewise.
9784 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
9785 computing low part if x was negated.
9786 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
9787
c8e43ba7
L
97882012-03-21 H.J. Lu <hongjiu.lu@intel.com>
9789
9790 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
9791 la_x32_gnu_pltexit.
9792 (pltexit): Cast int_retval to ptrdiff_t.
9793 * elf/tst-auditmod3b.c: Likewise.
9794 * elf/tst-auditmod4b.c: Likewise.
9795 * elf/tst-auditmod5b.c: Likewise.
9796 * elf/tst-auditmod6b.c: Likewise.
9797 * elf/tst-auditmod6c.c: Likewise.
9798 * elf/tst-auditmod7b.c: Likewise.
9799
9800 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
9801 and x32_gnu_pltexit.
9802
9803 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
9804 __ELF_NATIVE_CLASS.
9805 (La_x32_regs): New macro.
9806 (La_x32_retval): Likewise.
9807 (la_x32_gnu_pltenter): New function prototype.
9808 (la_x32_gnu_pltexit): Likewise.
9809
7998fa78
AS
98102012-03-21 Andreas Schwab <schwab@linux-m68k.org>
9811
dcb33988
AS
9812 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
9813 exponent.
9814
233fc563
AS
9815 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9816
7998fa78
AS
9817 * configure.in (libc_cv_cc_nofma): Check for option to disable
9818 generation of FMA instructions.
9819 * configure: Regenerate.
9820 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
9821 * sysdeps/ieee754/dbl-64/Makefile: New file.
9822 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
9823 Remove brandred-fma4.
9824 (CFLAGS-brandred-fma4.c): Remove.
9825 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
9826 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
9827 define.
9828 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
9829 define.
9830
8e95c99a
L
98312012-03-21 H.J. Lu <hongjiu.lu@intel.com>
9832
9833 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
9834 LLONG_MAX != LONG_MAX.
9835 (_itoa_word): Use _ITOA_WORD_TYPE on value.
9836 (_fitoa_word): Likewise.
9837 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
9838 LLONG_MAX != LONG_MAX.
9839 * stdio-common/_itowa.h: Include <_itoa.h>.
9840 (_itowa_word): Use _ITOA_WORD_TYPE on value.
9841 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
9842 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
9843 only if not defined.
9844 (_ITOA_WORD_TYPE): Likewise.
9845 (_itoa_word): Use _ITOA_WORD_TYPE on value.
9846 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
9847
6f4db457
DM
98482012-03-21 David S. Miller <davem@davemloft.net>
9849
9850 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9851
7785fe5a
L
98522012-03-21 H.J. Lu <hongjiu.lu@intel.com>
9853
9854 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
9855 of x86_64 when setting libc_cv_slibdir, libdir and
9856 libc_cv_localedir.
9857 * sysdeps/unix/sysv/linux/configure: Regenerated.
9858
4535cd55
JM
98592012-03-21 Joseph Myers <joseph@codesourcery.com>
9860
9861 * manual/lang.texi (Old Varargs): Remove section.
9862 (How Variadic): Update menu.
9863 (va_start): Do not mention varargs.h.
9864
17228132
TS
98652012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9866 Joseph Myers <joseph@codesourcery.com>
9867
9868 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
9869 link test.
9870 * configure: Regenerated.
9871
8149f976
TS
98722012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9873
05f3d1f6
UD
9874 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
9875 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
9876 conformtest.pl
8149f976 9877
1a4ac776
JM
98782012-03-21 Joseph Myers <joseph@codesourcery.com>
9879
be22ce65
JM
9880 * NOTES: Remove.
9881 * Makefile (files-for-dist): Remove NOTES.
9882 (NOTES): Remove rule.
9883 * README: Don't refer to NOTES.
9884 * manual/creature.texi: Don't include macros.texi.
9885 * manual/intro.texi (creature.texi): Remove comment referring to
9886 NOTES.
9887
40b601fb
JM
9888 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
9889 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
9890 * configure: Regenerated.
9891 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
9892 LIBC_TRY_CC_OPTION.
9893 (libc_cv_as_i686): Likewise.
9894 (libc_cv_cc_avx): Likewise.
9895 (libc_cv_cc_sse2avx): Likewise.
9896 (libc_cv_cc_fma4): Likewise.
9897 (libc_cv_cc_novzeroupper): Likewise.
9898 * sysdeps/i386/configure: Regenerated.
9899
1a4ac776
JM
9900 [BZ #13883]
9901 * sysdeps/i386/fpu/s_cexp.S: Remove.
9902 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
9903 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
9904 * math/libm-test.inc (cexp_test): Add more tests.
9905 * sysdeps/i386/fpu/libm-test-ulps: Update.
9906 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9907
a458e7fe
AM
99082012-03-21 Allan McRae <allan@archlinux.org>
9909
9910 * timezone/Makefile: Do not install iso3166.tab and zone.tab
9911
0cb7efc5
JM
99122012-03-21 Joseph Myers <joseph@codesourcery.com>
9913
9914 [BZ #13871]
9915 * math/w_exp2.c: Do not include <float.h>.
9916 (o_threshold, u_threshold): Remove.
9917 (__exp2): Calculate result before checking finiteness and calling
9918 __kernel_standard.
9919 * math/w_exp2f.c: Likewise.
9920 * math/w_exp2l.c: Likewise.
9921 * math/libm-test.inc (exp2_test): Require overflow exception for
9922 1e6 input.
2460d3aa
JM
9923
9924 [BZ #3866]
9925 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
9926 range of signed 64-bit integers before using fistpll. Remove
9927 checks for whether integers fit in mantissa bits.
9928 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
9929 the range of signed 32-bit integers before using fistpl. Remove
9930 checks for whether integers fit in mantissa bits.
9931 * sysdeps/i386/fpu/e_powl.S (p64): New object.
9932 (__ieee754_powl): Test for y outside the range of signed 64-bit
9933 integers before using fistpll. Reduce 64-bit values to 63-bit
9934 ones as needed.
9935 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
9936 divide-by-zero is raised for zero to large negative powers.
9937 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
9938 (__ieee754_powl): Test for y outside the range of signed 64-bit
9939 integers before using fistpll. Reduce 64-bit values to 63-bit
9940 ones as needed.
9941 * math/libm-test.inc (pow_test): Add more tests.
9942
eb96ffb0
L
99432012-03-20 H.J. Lu <hongjiu.lu@intel.com>
9944
9945 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
9946 <stdio-common/_itoa.h>.
9947 * debug/segfault.c: Likewise.
9948 * elf/dl-cache.c: Likewise.
9949 * elf/dl-minimal.c: Likewise.
9950 * elf/dl-misc.c: Likewise.
9951 * elf/dl-sysdep.c: Likewise.
9952 * elf/dl-version.c: Likewise.
9953 * elf/rtld.c: Likewise.
9954 * hurd/hurdsock.c: Likewise.
9955 * hurd/lookup-retry.c: Likewise.
9956 * malloc/malloc.c: Likewise.
9957 * malloc/mtrace.c: Likewise.
9958 * nscd/nscd_getgr_r.c: Likewise.
9959 * nscd/nscd_getpw_r.c: Likewise.
9960 * nscd/nscd_getserv_r.c: Likewise.
9961 * posix/getopt_init.c: Likewise.
9962 * posix/wordexp.c: Likewise.
9963 * stdio-common/_itoa.c: Likewise.
9964 * stdio-common/printf_fphex.c: Likewise.
9965 * stdio-common/vfprintf.c: Likewise.
9966 * string/_strerror.c: Likewise.
9967 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
9968 * sysdeps/i386/i686/hp-timing.h: Likewise.
9969 * sysdeps/mach/_strerror.c: Likewise.
9970 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
9971 * sysdeps/mach/hurd/sethostid.c: Likewise.
9972 * sysdeps/mach/hurd/xmknodat.c: Likewise.
9973 * sysdeps/mach/xpg-strerror.c: Likewise.
9974 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
9975 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9976 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
9977 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
9978 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9979 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
9980 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9981 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9982 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
9983 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
9984 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
9985 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
9986 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
9987 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
9988 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
9989 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
9990 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
9991 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
9992 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9993 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9994 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
9995
9996 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
9997
9998 * stdio-common/_itoa.h: Moved to ...
9999 * sysdeps/generic/_itoa.h: Here.
10000
10001 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
10002
10003 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
10004 instead of "_itoa.h" and "_itowa.h".
10005 * stdio-common/vfprintf.: Likewise.
10006
d1af992d
L
100072012-03-20 H.J. Lu <hongjiu.lu@intel.com>
10008
10009 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
10010 <bits/wordsize.h>.
10011 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
10012 (__signbit): Likwise.
10013 (llrintf): Likwise.
10014 (llrint): Likwise.
10015
114883e0
L
100162012-03-20 H.J. Lu <hongjiu.lu@intel.com>
10017
10018 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
10019 __WORDSIZE != 64.
10020
c135cc1b
JM
100212012-03-20 Joseph Myers <joseph@codesourcery.com>
10022
10023 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
10024 OVERFLOW_EXCEPTION_OK.
10025 * math/libm-test.inc ("Philosophy"): Update comment about
10026 exception testing.
10027 (OVERFLOW_EXCEPTION): Define.
10028 (OVERFLOW_EXCEPTION_OK): Likewise.
10029 (INVALID_EXCEPTION_OK): Renumber.
10030 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
10031 (IGNORE_ZERO_INF_SIGN): Likewise.
10032 (test_exceptions): Handle FE_OVERFLOW.
10033 (exp10_test): Expect overflow exceptions.
10034 (exp2_test): Likewise.
10035 (expm1_test): Likewise.
10036 (nextafter_test): Likewise.
10037 (pow_test): Likewise.
10038 (scalbn_test): Likewise.
10039 (scalbln_test): Likewise.
10040
95443d88
L
100412012-03-19 H.J. Lu <hongjiu.lu@intel.com>
10042
10043 * sysdeps/x86_64/bits/atomic.h
10044 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
10045 64bit integer.
10046 (atomic_exchange_acq): Likewise.
10047 (__arch_exchange_and_add_body): Likewise.
10048 (__arch_add_body): Likewise.
10049 (atomic_add_negative): Likewise.
10050 (atomic_add_zero): Likewise.
10051
490df6c4
L
100522012-03-19 H.J. Lu <hongjiu.lu@intel.com>
10053
c2722551 10054 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
10055 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
10056
5e52b189
L
100572012-03-19 H.J. Lu <hongjiu.lu@intel.com>
10058
10059 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
10060 Check __x86_64__ instead of __WORDSIZE.
10061
a9879d4c
L
100622012-03-19 H.J. Lu <hongjiu.lu@intel.com>
10063
10064 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
10065
5df98260
DM
100662012-03-19 David S. Miller <davem@davemloft.net>
10067
e1497744
DM
10068 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10069
5df98260
DM
10070 * sysdeps/sparc/fpu/fenv_private.h: New file.
10071 * sysdeps/sparc/fpu/math_private.h: Use it.
10072 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
10073 Remove.
10074 (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
10075 (libc_feholdexcept_setroundl): Remove.
10076 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
10077 Remove.
10078 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
10079 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
10080
b4c35121
L
100812012-03-19 H.J. Lu <hongjiu.lu@intel.com>
10082
10083 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
10084 int64_t instead of long int.
10085 (INSERT_WORDS64): Likwise.
10086
56965fd7
L
100872012-03-19 H.J. Lu <hongjiu.lu@intel.com>
10088
10089 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
10090 _Unwind_GetCFA return to _Unwind_Ptr first.
10091
83d1aec8
JM
100922012-03-19 Joseph Myers <joseph@codesourcery.com>
10093
1897ad44
JM
10094 [BZ #13629]
10095 * math/s_clog.c: Include <float.h>.
10096 (__clog): Scale large or subnormal inputs.
10097 * math/s_clogf.c: Likewise.
10098 * math/s_clogl.c: Likewise.
10099 * math/s_clog10.c: Include <float.h>.
10100 (M_LOG10_2): Define.
10101 (__clog10): Scale large or subnormal inputs.
10102 * math/s_clog10f.c: Likewise.
10103 * math/s_clog10l.c: Likewise.
10104 * math/libm-test.inc (clog_test): Add more tests.
10105 (clog10_test): Likewise.
10106 * sysdeps/i386/fpu/libm-test-ulps: Update.
10107 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10108
7726d6a9
JM
10109 [BZ #11451]
10110 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
10111 x and y.
10112 * math/libm-test.inc (atan2_test): Add another test.
10113
83d1aec8
JM
10114 * Makerules (common-objdir-compile): Remove.
10115 * sysdeps/unix/Makefile (config-generated): Do not add
10116 $(unix-generated) to variable.
10117 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
10118 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
10119 Remove rule.
10120 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
10121 Likewise.
10122 [generic bits/local_lim.h] (before-compile): Do not append to
10123 variable.
10124 [generic bits/local_lim.h] (common-generated): Likewise.
10125 [generic sys/param.h] (before-compile): Do not append to variable.
10126 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
10127 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
10128 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
10129 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
10130 include.
10131 [generic sys/param.h] (sys/param.h-includes): Remove variable.
10132 [generic sys/param.h] (sys/param.h-includes): Remove rule.
10133 [generic sys/param.h] ($(addprefix
10134 $(common-objpfx),$(sys/param.h-includes))): Likewise.
10135 [generic sys/param.h] (common-generated): Do not append to
10136 variable.
10137 [generic sys/param.h] (sysdep_headers): Likewise.
10138 [generic bits/errno.h] (before-compile): Do not append to
10139 variable.
10140 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
10141 rule.
10142 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
10143 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
10144 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
10145 [generic bits/errno.h] (common-generated): Do not append to
10146 variable.
10147 [generic bits/ioctls.h] (before-compile): Do not append to
10148 variable.
10149 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
10150 rule.
10151 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
10152 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
10153 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
10154 rule.
10155 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
10156 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
10157 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
10158 [generic bits/ioctls.h] (common-generated): Do not append to
10159 variable.
10160 [generic sys/syscall.h] (syscall.h): Remove variable.
10161 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
10162 rule.
10163 [generic sys/syscall.h] (before-compile): Do not append to
10164 variable.
10165 [generic sys/syscall.h] (common-generated): Likewise.
10166 * sysdeps/unix/errnos-tmpl.c: Remove file.
10167 * sysdeps/unix/errnos.awk: Likewise.
10168 * sysdeps/unix/ioctls-tmpl.c: Likewise.
10169 * sysdeps/unix/ioctls.awk: Likewise.
10170 * sysdeps/unix/mk-local_lim.c: Likewise.
10171 * sysdeps/unix/snarf-ioctls: Likewise.
10172
4851a949
RH
101732012-03-19 Richard Henderson <rth@twiddle.net>
10174
bd37f2ee
RH
10175 * sysdeps/i386/fpu/fenv_private.h: New file.
10176 * sysdeps/i386/fpu/math_private.h: Use it.
10177 (math_opt_barrier, math_force_eval): Remove.
10178 (libc_feholdexcept_setround_53bit): Remove.
10179 (libc_feupdateenv_53bit): Remove.
10180 * sysdeps/x86_64/fpu/math_private.h: Likewise.
10181 (math_opt_barrier, math_force_eval): Remove.
10182 (libc_feholdexcept): Remove.
10183 (libc_feholdexcept_setround): Remove.
10184 (libc_fetestexcept, libc_fesetenv): Remove.
10185 (libc_feupdateenv_test): Remove.
10186 (libc_feupdateenv, libc_feholdsetround): Remove.
10187 (libc_feresetround): Remove.
10188
d0adc922
RH
10189 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
10190 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
10191
0fe0f1f8
RH
10192 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
10193 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
10194 (libc_feupdateenv_testl): New.
10195 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
10196 (libc_feupdateenv_testf): New.
10197 (libc_feupdateenv): Use libc_feupdateenv_test.
10198 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
10199 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
10200
eb92c487
RH
10201 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
10202 (libc_feholdsetroundf, libc_feholdsetroundl): New.
10203 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
10204 (libc_feresetround_noex): New.
10205 (libc_feresetround_noexf): New.
10206 (libc_feresetround_noexl): New.
10207 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
10208 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
10209 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
10210 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
10211 SET_RESTORE_ROUND.
10212 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
10213 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
10214 (__cos): Likewise.
10215 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
10216 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
10217 SET_RESTORE_ROUND_NOEX.
10218 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
10219 SET_RESTORE_ROUND_NOEXF.
10220 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
10221 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
10222 (libc_feholdsetroundf): New.
10223 (libc_feresetround, libc_feresetroundf): New.
10224
7d2e8012
RH
10225 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
10226 (libc_feholdexcept_setround_53bit): Convert from macro to function.
10227 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
10228
b4dabbb4
RH
10229 * sysdeps/generic/math_private.h: Include <fenv.h>.
10230 (default_libc_feholdexcept): New.
10231 (default_libc_feholdexcept_setround): New.
10232 (default_libc_fesetenv, default_libc_feupdateenv): New.
10233 (libc_feholdexcept): Only define if undefined.
10234 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
10235 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
10236 (libc_feholdexcept_setroundl): Likewise.
10237 (libc_feholdexcept_setround_53bit): Likewise.
10238 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
10239 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
10240 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
10241 (libc_feupdateenv_53bit): Likewise.
10242 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
10243 (libc_feholdexcept): Convert from macro to inline function.
10244 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
10245 (libc_fesetenv, libc_feupdateenv): Likewise.
10246
4851a949
RH
10247 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
10248 not previously defined.
10249 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
10250 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
10251 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
10252 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
10253 * sysdeps/ieee754/flt-32/math_private.h: New file.
10254 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
10255 math_private.h below SET_FLOAT_WORD.
10256 (__isnan, __isinf_ns, __finite): Remove.
10257 (__isnanf, __isinf_nsf, __finitef): Remove.
10258
e79d442e
AS
102592012-03-18 Andreas Schwab <schwab@linux-m68k.org>
10260
10261 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10262
90b80344
DM
102632012-03-17 David S. Miller <davem@davemloft.net>
10264
10265 [BZ #6471]
10266 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
10267 for 2.16.
10268
edc21804
DM
102692012-03-16 David S. Miller <davem@davemloft.net>
10270
77e927af
DM
10271 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
10272 warnings.
10273
374976dd
DM
10274 [BZ #6471]
10275 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
10276 properly.
10277 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
10278 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
10279 sysdep_routines when subdir is sysvipc.
10280 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
10281 __getshmlba helper.
10282
edc21804
DM
10283 * sysdeps/sparc/fpu/libm-test/ulps: Update.
10284
473c3ef3
L
102852012-03-16 H.J. Lu <hongjiu.lu@intel.com>
10286
10287 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
10288 [__LP64__].
10289
eb0f39b6
L
102902012-03-16 H.J. Lu <hongjiu.lu@intel.com>
10291
10292 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
10293 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
10294 (__lround): Renamed to ...
10295 (__llround): This. Replace long int with long long int.
10296 Define lround functions as aliases of llround functions.
10297 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
10298
6b6cd74b
L
102992012-03-16 H.J. Lu <hongjiu.lu@intel.com>
10300
10301 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
10302 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
10303 adresses to uintptr_t. Replace "long int" and "unsigned long
10304 int" with "greg_t" on va_arg.
10305
f1a77b01
L
103062012-03-16 H.J. Lu <hongjiu.lu@intel.com>
10307
10308 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
10309 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
10310
10311 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
10312 Move e_machine check before EI_CLASS check. Handle x32
10313 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
10314 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
10315 SKIP_EM_IA_64 and include
10316 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
10317
10318 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
10319 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
10320 (add_system_dir): New macro.
10321
10322 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
10323 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
10324
11b90b9f
JM
103252012-03-16 Joseph Myers <joseph@codesourcery.com>
10326
c36e1d23
JM
10327 [BZ #2551]
10328 [BZ #2552]
10329 [BZ #2553]
10330 [BZ #2554]
10331 [BZ #2562]
10332 [BZ #2563]
10333 [BZ #2565]
10334 [BZ #2566]
10335 [BZ #2576]
10336 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
10337 (y0): Likewise.
10338 * math/w_j0f.c (j0f): Likewise.
10339 (y0f): Likewise.
10340 * math/w_j0l.c (__j0l): Likewise.
10341 (__y0l): Likewise.
10342 * math/w_j1.c (j1): Likewise.
10343 (y1): Likewise.
10344 * math/w_j1f.c (j1f): Likewise.
10345 (y1f): Likewise.
10346 * math/w_j1l.c (__j1l): Likewise.
10347 (__y1l): Likewise.
10348 * math/w_jn.c (jn): Likewise.
10349 (yn): Likewise.
10350 * math/w_jnf.c (jnf): Likewise.
10351 (ynf): Likewise.
10352 * math/w_jnl.c (__jnl): Likewise.
10353 (__ynl): Likewise.
10354 * math/libm-test.inc (j0_test): Add more tests.
10355 (j1_test): Likewise.
10356 (jn_test): Likewise. Add trailing semicolon to existing test.
10357 (y0_test): Likewise.
10358 (y1_test): Likewise.
10359 * sysdeps/i386/fpu/libm-test-ulps: Update.
10360 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10361
11b90b9f
JM
10362 [BZ #13851]
10363 [BZ #13854]
10364 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
10365 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
10366 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
10367 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
10368 (__tanl): Set errno for infinite argument.
10369 * sysdeps/i386/fpu/mptan.c: Remove.
10370 * sysdeps/i386/fpu/s_tan.S: Likewise.
10371 * sysdeps/i386/fpu/s_tanl.S: Likewise.
10372 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
10373 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
10374 * math/libm-test.inc (tan_test): Add more tests and enable more
10375 tests for double and long double.
10376 * sysdeps/i386/fpu/libm-test-ulps: Update.
10377 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10378
6a1bd2a1
JK
103792012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10380
10381 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
10382 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
10383
10a803e0
RM
103842012-03-16 Roland McGrath <roland@hack.frob.com>
10385
10386 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
10387 * configure.in: Use it for both main tree and add-ons.
10388 * configure: Regenerated.
10389
f196c7f7
L
103902012-03-16 H.J. Lu <hongjiu.lu@intel.com>
10391
10392 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
10393
8848d99d
JM
103942012-03-16 Joseph Myers <joseph@codesourcery.com>
10395
96cbe7f4
JM
10396 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
10397 in comment.
10398
8848d99d
JM
10399 [BZ #13851]
10400 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
10401 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
10402 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
10403 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
10404 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
10405 infinite argument.
10406 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
10407 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
10408 != 0 for prec == 2.
10409 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
10410 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
10411 * sysdeps/i386/fpu/s_cosl.S: Likewise.
10412 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
10413 * sysdeps/i386/fpu/s_sinl.S: Likewise.
10414 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
10415 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
10416 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
10417 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
10418 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
10419 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
10420 * math/libm-test.inc (cos_test): Add more tests and enable more
10421 tests for long double.
10422 (sin_test): Likewise.
10423 (sincos_test): Likewise.
10424 * sysdeps/i386/fpu/libm-test-ulps: Update.
10425 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10426
dd7f4703
DM
104272012-03-16 David S. Miller <davem@davemloft.net>
10428
10429 * sysdeps/sparc/fpu/math_private.h: New file.
10430
006f1daa
DM
104312012-03-15 David S. Miller <davem@davemloft.net>
10432
c0c83bc8
DM
10433 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
10434 file.
e6a62e18 10435 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
10436 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
10437 file.
e6a62e18
DM
10438 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
10439 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
10440 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
10441 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
10442 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
10443 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
10444 sysdep routines.
10445 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
10446
88cb87d9
DM
10447 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
10448 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
10449
006f1daa 10450 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
10451 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
10452 sparc-ifunc.h
006f1daa 10453 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
10454 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
10455 Likewise.
10456 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
10457 Likewise.
006f1daa
DM
10458 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
10459 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
10460 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
10461 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
10462 Likewise.
006f1daa
DM
10463 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
10464 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
10465 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
10466 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
10467 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
10468 Likewise.
10469 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
10470 Likewise.
006f1daa
DM
10471 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
10472 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
10473 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
10474 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
10475 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
10476 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
10477 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
10478 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
10479 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
10480 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
10481 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
10482 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
10483 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
10484 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
10485 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
10486 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
10487 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
10488 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
10489 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
10490 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
10491 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
10492 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
10493 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
10494 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
10495
11e0098e
AS
104962012-03-15 Andreas Schwab <schwab@linux-m68k.org>
10497
10498 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
10499 scaling.
10500 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10501
e85b09d0
AJ
105022012-03-15 Andreas Jaeger <aj@suse.de>
10503
10504 [BZ #13852]
10505 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
10506 ieee754/flt-32 implementation for sin, cos and sincos.
10507 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
10508 * sysdeps/i386/fpu/s_cosf.S: Likewise.
10509 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
10510 * sysdeps/i386/fpu/s_sinf.S: Likewise.
10511 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
10512 ieee754/flt-32 implementation for tan.
10513
10514 * math/libm-test.inc (cos_test): Enable some large input tests for
10515 float as well
10516 (sin_test): Likewise.
10517 (sincos_test): Likewise.
10518 (tan_test): Add tests for large input.
10519
10520 * sysdeps/i386/fpu/libm-test-ulps: Update.
10521
81c64153
AJ
105222012-03-15 Andreas Jaeger <aj@suse.de>
10523
10524 [BZ #13658]
10525 * math/libm-test.inc (cos_test): Add more test cases.
10526 (sin_test): Likewise.
10527 (sincos_test): Likewise.
10528
7bbfa5c6
AJ
105292012-03-15 Andreas Jaeger <aj@suse.de>
10530
10531 [BZ #13837]
10532 * math/libm-test.inc (cos_test): Add a test case for large input
10533 value.
10534 (sin_test): Likewise.
10535 (sincos_test): Likewise.
10536
105372012-03-15 Andreas Jaeger <aj@suse.de>,
10538 Joseph Myers <joseph@codesourcery.com>
10539
10540 [BZ #13658]
0671f479 10541 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
10542 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
10543 * sysdeps/i386/fpu/branred.c: Likewise.
10544 * sysdeps/i386/fpu/dosincos.c: Likewise.
10545 * sysdeps/i386/fpu/mpa.c: Likewise.
10546 * sysdeps/i386/fpu/s_cos.S: Likewise.
10547 * sysdeps/i386/fpu/s_sin.S: Likewise.
10548 * sysdeps/i386/fpu/s_sincos.S: Likewise.
10549 * sysdeps/i386/fpu/sincos32.c: Likewise.
10550
10551 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
10552 Define.
10553 (libc_feupdateenv_53bit): Define.
10554 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
10555 Define.
10556 (libc_feupdateenv_53bit): Define.
10557
10558 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
10559 53 bit (without extend i386 double precision).
10560
10561 * math/libm-test.inc (sincos_test): Add tests for large input.
10562 (sin): Likewise.
10563 (cos): Likewise.
10564
10565 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
10566
9cad04ea
AS
105672012-03-15 Andreas Schwab <schwab@linux-m68k.org>
10568
10569 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10570
f7062b9a
DM
105712012-03-15 David S. Miller <davem@davemloft.net>
10572
10573 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
10574 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
10575 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
10576 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
10577 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
10578 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
10579 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
10580 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
10581 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
10582 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
10583 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
10584 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
10585 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
10586 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
10587 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
10588 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
10589 file.
f7062b9a 10590 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
10591 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
10592 file.
f7062b9a 10593 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
10594 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
10595 file.
f7062b9a 10596 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
10597 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
10598 file.
f7062b9a
DM
10599 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
10600 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
10601 fmin/fmax sysdep routines.
10602 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
10603
7bd951ff
DM
106042012-03-14 David S. Miller <davem@davemloft.net>
10605
559398ab
DM
10606 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
10607 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
10608 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
10609 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
10610 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
10611 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
10612 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
10613 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
10614 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
10615 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
10616 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
10617 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
10618 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
10619 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
10620 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
10621 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
10622 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
10623 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
10624 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
10625 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
10626 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
10627 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
10628 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
10629 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
10630 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
10631 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
10632 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
10633 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
10634 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
10635 routines.
10636 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
10637 file.
559398ab 10638 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
10639 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
10640 file.
559398ab 10641 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
10642 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
10643 file.
559398ab 10644 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
10645 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
10646 file.
559398ab 10647 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
10648 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
10649 file.
559398ab 10650 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
10651 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
10652 file.
10653 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
10654 file.
10655 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
10656 file.
10657 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
10658 file.
10659 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
10660 New file.
10661 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
10662 file.
10663 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
10664 file.
559398ab 10665 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
10666 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
10667 file.
559398ab 10668 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
10669 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
10670 file.
559398ab 10671 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
10672 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
10673 file.
559398ab 10674 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
10675 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
10676 VIS3 routines.
559398ab
DM
10677
10678 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
10679 New file.
10680
5a1c1e32
DM
10681 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10682
eae47a36
DM
10683 * sysdeps/sparc/configure.in: New file.
10684 * sysdeps/sparc/configure: Generate.
10685 * configure.in (libc_cv_sparc_as_vis3): Substitute.
10686 * configure: Regenerate.
10687 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
10688 * config.make.in (have-as-vis3): New.
10689 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
10690 available use -Av9d instead of -Av9a.
10691 * sysdeps/sparc/sparc64/Makefile: Likewise.
10692 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
10693 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
10694 New file.
10695 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
10696 file.
10697 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
10698 New file.
10699 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
10700 file.
eae47a36
DM
10701 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
10702 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
10703 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
10704 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
10705 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
10706
c0c83bc8
DM
10707 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
10708 fzeros/fnegs to load 0x80000000 into a float register instead of
10709 using the stack.
7bd951ff
DM
10710 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
10711
bd951ccb
JM
107122012-03-14 Joseph Myers <joseph@codesourcery.com>
10713
10714 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10715 bits/syscall.h.
10716 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
10717 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
10718 ($(inst_includedir)/bits/syscall.h): Remove rule.
10719 ($(objpfx)bits/syscall.d): Include instead of
10720 $(objpfx)syscall-list.d.
10721 (generated): Change syscall-list.h and syscall-list.d to
10722 bits/syscall.h and bits/syscall.d.
10723
bb4e6db2
RM
107242012-03-14 Roland McGrath <roland@hack.frob.com>
10725
10726 [BZ #13846]
10727 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
10728
aa4a2ae1
JM
107292012-03-14 Joseph Myers <joseph@codesourcery.com>
10730
e456826d
JM
10731 [BZ #13841]
10732 * math/s_csqrt.c: Include <float.h>.
10733 (__csqrt): Scale large or subnormal inputs.
10734 * math/s_csqrtf.c: Likewise.
10735 * math/s_csqrtl.c: Likewise.
10736 * math/libm-test.inc (csqrt_test): Add more tests.
10737 * sysdeps/i386/fpu/libm-test-ulps: Update.
10738 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10739
aa4a2ae1
JM
10740 [BZ #13840]
10741 * math/libm-test.inc (hypot_test): Add more tests.
10742
7c10fd35
DM
107432012-03-13 David S. Miller <davem@davemloft.net>
10744
10745 [BZ #13840]
10746 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
10747 double-precision for the calculation instead of scaling.
10748
f453b98b
JM
107492012-03-13 Joseph Myers <joseph@codesourcery.com>
10750
10751 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
10752 manipulate bits before adding and subtracting TWO52[sx].
10753 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
10754 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
10755 Likewise.
10756 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
10757
09a3453f
DM
107582012-03-13 David S. Miller <davem@davemloft.net>
10759
8e59da90
DM
10760 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
10761 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
10762 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
10763 rtld-global-offsets.h
10764 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
10765
2a8ab7f2
DM
10766 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
10767 large parameters.
10768
10f62770
DM
10769 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
10770
5f0bdb18
DM
10771 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
10772 'err' in the ifdef scope in which it is actually used.
10773
09a3453f
DM
10774 * nss/nss_db/db-init.c: Include string.h
10775
b4b2eb5e
DM
107762012-03-12 David S. Miller <davem@davemloft.net>
10777
98bb2f1c
DM
10778 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
10779 masking out of the most significant byte of random value used.
10780 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10781 Fix coding style in previous change.
10782
b4b2eb5e
DM
10783 * sysdeps/unix/sysv/linux/kernel-features.h
10784 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
10785 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
10786 expression.
10787 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
10788 later.
10789
6e226b09
DM
107902012-03-11 David S. Miller <davem@davemloft.net>
10791
a1bcbd40
DM
10792 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
10793 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
10794 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
10795 for 'resultvar' otherwise things get truncated on 64-bit.
10796
cb9d6174
DM
10797 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10798 Fix masking out of the most significant byte of random value used.
10799
6e226b09
DM
10800 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10801
058c132d
AS
108022012-03-10 Andreas Schwab <schwab@linux-m68k.org>
10803
10804 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10805
2d2cd515
DM
108062012-03-09 David S. Miller <davem@davemloft.net>
10807
10808 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
10809 variables with appropriate CPP guards.
10810 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
10811 frame pointer, not the stack pointer. Correct layout comments. Fix test
10812 on resulting framesize and the management of the outregs buffer for pltexit.
10813 Preserve floating point return values across _dl_call_pltexit call.
10814 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
10815 framesize and the management of the outregs buffer for pltexit.
10816 Preserve floating point return values across _dl_call_pltexit
10817 call.
10818 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
10819 la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
10820 (print_exit): Fix format string for return register value.
10821
9a07f9d0
JM
108222012-03-10 Joseph Myers <joseph@codesourcery.com>
10823
10824 * sunrpc/Makefile (others): Add rpcgen.
10825 ($(objpfx)rpcgen): Remove special build rule and dependency on
10826 libc.
10827 * sunrpc/rpcgen.c: New file.
10828
547b5e30
PE
108292012-03-09 Paul Eggert <eggert@cs.ucla.edu>
10830
c524201a
PE
10831 [BZ #13673]
10832 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
10833 * stdio-common/bug-vfprintf-nargs.c: Likewise.
10834 * sysdeps/i386/crti.S: Likewise.
10835 * sysdeps/i386/crtn.S: Likewise.
10836 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
10837 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
10838 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
10839 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
10840 * sysdeps/sh/crti.S: Likewise.
10841 * sysdeps/sh/crtn.S: Likewise.
10842 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
10843
7b6235f2
PE
10844 [BZ #13673]
10845 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
10846 with URL.
10847 * locale/programs/locfile-kw.gperf: Likewise.
10848 * locale/programs/charmap-kw.h: Regenerated.
10849 * locale/programs/locfile-kw.h: Likewise.
10850
547b5e30
PE
10851 [BZ #13673]
10852 * intl/plural.y: Replace FSF snail mail address with URL.
10853 * intl/plural.c: Regenerated.
10854
5f0a5dae
RH
108552012-03-09 Richard Henderson <rth@twiddle.net>
10856
10857 * include/math_private.h: Remove file.
10858 * math/math_private.h: Move file ...
10859 * sysdeps/generic/math_private.h: ... here.
10860
b8c03620
RH
10861 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
10862 * sysdeps/powerpc/fpu/math_private.h: Likewise.
10863 * sysdeps/x86_64/fpu/math_private.h: Likewise.
10864
4e234f5d 10865 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
10866 and <math_private.h>.
10867 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
10868 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
10869 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
10870 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
10871 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
10872 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
10873 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
10874 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10875 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
10876 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
10877 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10878 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
10879 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
10880 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10881 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
10882 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
10883 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
10884 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
10885 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
10886 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
10887 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10888 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
10889 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
10890 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10891 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
10892 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
10893 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
10894 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
10895 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10896 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
10897 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
10898 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10899 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
10900 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
10901 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
10902 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
10903 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
10904 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
10905 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
10906 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10907 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
10908 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
10909 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
10910 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
10911 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
10912 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
10913 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
10914 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
10915 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
10916 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
10917 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
10918 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
10919 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
10920 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
10921 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
10922 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
10923 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10924 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10925 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
10926 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
10927 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
10928 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
10929 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10930 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
10931 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
10932 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
10933 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
10934 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
10935 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
10936 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
10937 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
10938 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
10939 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
10940 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
10941 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
10942 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
10943 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
10944 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
10945 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
10946 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
10947 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
10948 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
10949 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
10950 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
10951 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
10952 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10953 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
10954 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
10955 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
10956 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
10957 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
10958 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
10959 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10960 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
10961 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
10962 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
10963 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
10964 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
10965 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
10966 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
10967 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
10968 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
10969 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
10970 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
10971 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
10972 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
10973 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
10974 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
10975 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
10976 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
10977 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
10978 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
10979 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
10980 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
10981 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
10982 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
10983 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
10984 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
10985 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
10986 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
10987 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
10988 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
10989 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
10990 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
10991 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
10992 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
10993 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
10994 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
10995 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
10996 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
10997 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
10998 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
10999 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
11000 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
11001 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
11002 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
11003 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
11004 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
11005 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
11006 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
11007 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
11008 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
11009 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
11010 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
11011 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
11012 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
11013 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
11014 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
11015 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
11016 * sysdeps/ieee754/k_standard.c: Likewise.
11017 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
11018 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
11019 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11020 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
11021 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
11022 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
11023 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
11024 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
11025 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
11026 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11027 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
11028 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
11029 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11030 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
11031 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
11032 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
11033 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
11034 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
11035 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
11036 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
11037 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
11038 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
11039 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
11040 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
11041 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
11042 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
11043 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
11044 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
11045 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
11046 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
11047 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
11048 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
11049 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
11050 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
11051 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
11052 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
11053 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
11054 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
11055 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
11056 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
11057 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
11058 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
11059 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
11060 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
11061 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
11062 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
11063 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
11064 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
11065 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
11066 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
11067 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
11068 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
11069 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
11070 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
11071 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11072 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
11073 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
11074 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
11075 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
11076 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
11077 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
11078 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
11079 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
11080 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
11081 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
11082 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11083 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
11084 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
11085 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
11086 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
11087 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
11088 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
11089 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
11090 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
11091 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
11092 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
11093 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
11094 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
11095 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
11096 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
11097 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
11098 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
11099 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
11100 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
11101 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
11102 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
11103 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
11104 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
11105 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
11106 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
11107 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
11108 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
11109 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
11110 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
11111 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
11112 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
11113 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
11114 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
11115 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
11116 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
11117 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
11118 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
11119 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
11120 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
11121 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
11122 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
11123 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
11124 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
11125 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
11126 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
11127 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
11128 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
11129 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
11130 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11131 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
11132 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
11133 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
11134 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11135 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
11136 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
11137 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
11138 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
11139 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
11140 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
11141 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11142 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
11143 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
11144 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
11145 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
11146 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
11147 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
11148 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
11149 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
11150 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
11151 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
11152 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
11153 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
11154 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
11155 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
11156 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
11157 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
11158 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
11159 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
11160 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
11161 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
11162 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
11163 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
11164 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
11165 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
11166 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
11167 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
11168 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
11169 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11170 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
11171 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
11172 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
11173 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
11174 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
11175 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
11176 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
11177 * sysdeps/ieee754/s_lib_version.c: Likewise.
11178 * sysdeps/ieee754/s_matherr.c: Likewise.
11179 * sysdeps/ieee754/s_signgam.c: Likewise.
11180 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
11181 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
11182 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
11183 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
11184 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
11185 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
11186 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
11187 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
11188 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
11189 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
11190 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
11191 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
11192 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
11193 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11194 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
11195 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
11196 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
11197 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
11198 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
11199 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11200 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 11201
1991fa03
JM
112022012-03-09 Joseph Myers <joseph@codesourcery.com>
11203
11204 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
11205 * sunrpc/rpc_main.c: Likewise.
11206 * sunrpc/rpc_svcout.c: Likewise.
11207
60d6f5a6
DM
112082012-03-09 David S. Miller <davem@davemloft.net>
11209
11210 * include/math_private.h: New file.
11211
4962050e
JM
112122012-03-09 Joseph Myers <joseph@codesourcery.com>
11213
02a6f887
JM
11214 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
11215 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
11216 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
11217 from <bits/socket_type.h>.
11218 (enum __socket_type): Don't define here.
11219 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
11220 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11221 bits/socket_type.h.
11222
c6e013c1
JM
11223 [BZ #13566]
11224 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
11225 checking __USE_GNU.
11226
4962050e
JM
11227 * Makerules ($(inst_includedir)/%.h): New rule.
11228 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
11229 (install-others): Remove variable setting.
11230 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
11231
38842f45
RH
112322012-03-08 Richard Henderson <rth@twiddle.net>
11233
67bb6da6
RH
11234 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
11235 from macro to inline function; merge with the
11236 !__LIBC_INTERNAL_MATH_INLINES version.
11237 (__ieee754_sqrtf): Likewise.
11238
15194b4b
RH
11239 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
11240 to inline function.
11241 (__rintf, __floor, __floorf): Likewise.
11242
64e21ede
RH
11243 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
11244 macro to inline function.
11245 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
11246
38842f45
RH
11247 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
11248 not <math/math_private.h>.
11249
c64bf5fe
DM
112502012-03-08 David S. Miller <davem@davemloft.net>
11251
11252 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
11253 copyright year.
11254 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
11255
82d86f28
TS
112562012-03-08 Thomas Schwinge <thomas@codesourcery.com>
11257
11258 * resolv/gai_misc.c (handle_requests): Fix struct timespec
11259 normalization.
11260 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
11261 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
11262
aea5d727
UD
112632012-03-08 Ulrich Drepper <drepper@gmail.com>
11264
11265 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
11266 be defined individually, they must be defined as a block. Define
11267 S for printing a string instead of hidint the different by using a
11268 macro for adding the 'l'.
11269 * stdio-common/tst-fphex-wide.c: Adjust.
11270
70bca0a3
MP
112712012-03-07 Marek Polacek <polacek@redhat.com>
11272
11273 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
11274
65b81130
MP
112752012-03-08 Marek Polacek <polacek@redhat.com>
11276
11277 [BZ #13806]
11278 * stdio-common/Makefile (tests): Add tst-fphex-wide.
11279 * stdio-common/tst-fphex.c: Define a few macros to make the
11280 test reusable. Use them.
11281 * stdio-common/tst-fphex-wide.c: New file.
11282
07037eeb
JM
112832012-03-08 Joseph Myers <joseph@codesourcery.com>
11284
a7a93d50
JM
11285 [BZ #6911]
11286 * manual/macros.texi (gnusystems): New macro.
11287 (nongnusystems): Likewise.
11288 (gnulinuxhurdsystems): Likewise.
11289 (gnuhurdsystems): Likewise..
11290 (gnulinuxsystems): Likewise.
11291 * manual/charset.texi: Use new macros or @theglibc{} to refer to
11292 variants of the GNU system, not "GNU system".
11293 * manual/conf.texi: Likewise.
11294 * manual/errno.texi: Likewise. Update example of errno macro
11295 expansion.
11296 * manual/filesys.texi: Likewise.
11297 (getumask): Document as specific to GNU/Hurd.
11298 * manual/install.texi: Likewise. Reword some references to
11299 GNU/Linux.
11300 * manual/intro.texi: Likewise.
11301 * manual/io.texi: Likewise.
11302 (File Name Portability): Detail which constraints are inapplicable
11303 to all GNU systems and which are only inapplicable to GNU/Hurd.
11304 * manual/job.texi: Likewise.
11305 * manual/llio.texi: Likewise.
11306 (O_NOCTTY): Document as present on GNU/Linux.
11307 * manual/maint.texi: Likewise.
11308 * manual/memory.texi: Likewise.
11309 * manual/pattern.texi: Likewise.
11310 * manual/pipe.texi: Likewise.
11311 * manual/process.texi: Likewise.
11312 * manual/resource.texi: Likewise.
11313 (RUSAGE_CHILDREN): Remove statement about specifying a particular
11314 child on GNU/Hurd.
11315 * manual/setjmp.texi: Likewise.
11316 * manual/signal.texi: Likewise.
11317 * manual/startup.texi: Likewise.
11318 * manual/stdio.texi: Likewise.
11319 * manual/terminal.texi: Likewise.
11320 (ONLCR): Document as POSIX.
11321 (OXTABS): Document availability on GNU/Linux as XTABS.
11322 (ONOEOT): Document availability separately from other bits.
11323 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
11324 * manual/time.texi: Likewise.
11325 * manual/users.texi: Likewise.
11326 * INSTALL: Regenerated.
11327 * sysdeps/gnu/errlist.c: Regenerated.
11328
07037eeb
JM
11329 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
11330 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
11331 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
11332 puts.
11333 * configure: Regenerated.
11334
d1d3431a
JM
113352012-03-07 Joseph Myers <joseph@codesourcery.com>
11336
af6a1e37
JM
11337 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
11338 default includes instead of AC_HEADER_CHECK.
11339 * sysdeps/i386/configure: Regenerated.
11340
d1d3431a
JM
11341 [BZ #10716]
11342 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
11343 * math/s_cacoshf.c (__cacoshf): Likewise.
11344 * math/s_cacoshl.c (__cacoshl): Likewise.
11345 * math/s_casinh.c (__casinh): Set signs of result from argument.
11346 * math/s_casinhf.c (__casinhf): Likewise.
11347 * math/s_casinhl.c (__casinhl): Likewise.
11348 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
11349 (casinh_test): Add more tests.
11350 * sysdeps/i386/fpu/libm-test-ulps: Update.
11351 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11352
482ff4da
UD
113532012-03-07 Ulrich Drepper <drepper@gmail.com>
11354
872fda05
UD
11355 * po/zh_TW.po: Update from translation team.
11356
a4300c7a
UD
11357 * login/Makefile (distribute): Remove variable.
11358 * catgets/Makefile: Likewise.
11359 * mach/Makefile: Likewise.
11360 * malloc/Makefile: Likewise.
11361 * misc/Makefile: Likewise.
11362 * iconv/Makefile: Likewise.
11363 * nscd/Makefile: Likewise.
11364 * hurd/Makefile: Likewise.
11365 * manual/Makefile: Likewise.
11366 * locale/Makefile: Likewise.
11367 * intl/Makefile: Likewise.
11368 * conform/Makefile: Likewise.
11369 * nss/Makefile: Likewise.
11370 * time/Makefile: Likewise.
11371 * soft-fp/Makefile: Likewise.
11372 * dirent/Makefile: Likewise.
11373 * gmon/Makefile: Likewise.
11374 * po/Makefile: Likewise.
11375 * rt/Makefile: Likewise.
11376 * socket/Makefile: Likewise.
11377 * math/Makefile: Likewise.
11378 * signal/Makefile: Likewise.
11379 * debug/Makefile: Likewise.
11380 * elf/Makefile: Likewise.
11381 * timezone/Makefile: Likewise.
11382 * stdlib/Makefile: Likewise.
11383 * iconvdata/Makefile: Likewise.
11384 * sunrpc/Makefile: Likewise.
11385 * io/Makefile: Likewise.
11386 * argp/Makefile: Likewise.
11387 * inet/Makefile: Likewise.
11388 * hesiod/Makefile: Likewise.
11389 * grp/Makefile: Likewise.
11390 * csu/Makefile: Likewise.
11391 * wctype/Makefile: Likewise.
11392 * crypt/Makefile: Likewise.
11393 * libio/Makefile: Likewise.
11394 * string/Makefile: Likewise.
11395 * nis/Makefile: Likewise.
11396 * resolv/Makefile: Likewise.
11397 * stdio-common/Makefile: Likewise.
11398 * wcsmbs/Makefile: Likewise.
11399 * dlfcn/Makefile: Likewise.
11400 * posix/Makefile: Likewise.
11401
3b7c4e74 11402 [BZ #6959]
482ff4da
UD
11403 * timezone/Makefile: Don't install timezone files, just the programs
11404 and scripts.
11405
f72ed77d
UD
114062012-03-06 Ulrich Drepper <drepper@gmail.com>
11407
a000466f
UD
11408 * nss/databases.def: Add missing gshadow entry.
11409
f72ed77d
UD
11410 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
11411
a53b7a4e
MP
114122012-03-06 Marek Polacek <polacek@redhat.com>
11413
11414 [BZ #13726]
11415 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
11416 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
11417 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
11418 * stdio-common/tst-long-dbl-fphex.c: New file.
11419
e9258400
DM
114202012-03-06 David S. Miller <davem@davemloft.net>
11421
11422 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
11423 (set_obp_int): New function.
11424 (get_obp_int): New function.
11425 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
11426 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
11427 Avoid unused variable warnings on 'val' and use builtin_expect.
11428 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
11429 __builtin_expect.
e9258400
DM
11430 (INLINE_CLONE_SYSCALL): Likewise.
11431
3bd2c723
DM
114322012-03-05 David S. Miller <davem@davemloft.net>
11433
11434 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11435
bbb78d03
AS
114362012-03-05 Andreas Schwab <schwab@linux-m68k.org>
11437
884c5db4
AS
11438 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11439
bbb78d03
AS
11440 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
11441 only for |x| >= 40.
11442 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
11443
1c9f702a 114442012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
11445
11446 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
11447 Replace gettimeofday with __vdso_gettimeofday.
11448
7be16f82
RM
11449 * sysdeps/unix/sysv/linux/x86_64/init-first.c
11450 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
11451 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
11452
11453 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
11454 time with __vdso_time.
11455
ed58a00f
JM
114562012-03-05 Joseph Myers <joseph@codesourcery.com>
11457
11458 * manual/lang.texi (size_t): Note types to which size_t may be
11459 equivalent with the GNU C Library, but do not describe when
11460 differences between them are significant.
11461
30ee4ced
AJ
114622012-03-05 Andreas Jaeger <aj@suse.de>
11463
11464 * sysdeps/i386/fpu/libm-test-ulps: Update.
11465
b7cd39e8
JM
114662012-03-05 Joseph Myers <joseph@codesourcery.com>
11467
11468 [BZ #3976]
11469 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
11470 (__ieee754_pow): Save and restore rounding mode and use
11471 round-to-nearest for main computations.
11472 * math/libm-test.inc (pow_test_tonearest): New function.
11473 (pow_test_towardzero): Likewise.
11474 (pow_test_downward): Likewise.
11475 (pow_test_upward): Likewise.
11476 (main): Call the new functions.
11477 * sysdeps/i386/fpu/libm-test-ulps: Update.
11478 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
11479
11480 [BZ #3976]
11481 * math/libm-test.inc (cosh_test_tonearest): New function.
11482 (cosh_test_towardzero): Likewise.
11483 (cosh_test_downward): Likewise.
11484 (cosh_test_upward): Likewise.
11485 (sinh_test_tonearest): Likewise.
11486 (sinh_test_towardzero): Likewise.
11487 (sinh_test_downward): Likewise.
11488 (sinh_test_upward): Likewise.
11489 (main): Call the new functions.
11490 * sysdeps/i386/fpu/libm-test-ulps: Update.
11491 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11492
6c6a98c9
TV
114932012-03-05 Tom de Vries <tom@codesourcery.com>
11494
11495 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
11496 default stack guard is set in last bytes.
11497 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
11498
21bb2d2e 114992012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 11500
21bb2d2e 11501 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 11502
21bb2d2e
AJ
11503 [BZ #13656]
11504 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
11505 possibly allocate from heap instead of stack.
11506 * stdio-common/bug-vfprintf-nargs.c: New file.
11507 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 11508
c6922934
AS
115092012-03-03 Andreas Schwab <schwab@linux-m68k.org>
11510
11511 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11512
bc957d53
MP
115132012-03-03 Marek Polacek <polacek@redhat.com>
11514
11515 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
11516 * math/math_private.h: Likewise.
11517 * stdlib/tst-strtod.c: Likewise.
11518 * sysdeps/i386/i486/bits/atomic.h: Likewise.
11519 * sysdeps/x86_64/bits/atomic.h: Likewise.
11520
6358490d
DM
115212012-03-02 David S. Miller <davem@davemloft.net>
11522
11523 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
11524 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
11525 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
11526 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
11527 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
11528 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
11529 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
11530 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
11531
01ae168d
RM
115322012-03-02 Roland McGrath <roland@hack.frob.com>
11533
d9a17c07
RM
11534 [BZ #13792]
11535 * manual/examples/README: New file, says the example source files
11536 can be used under GPL>=2.
11537 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
11538 line containing just "*/".
11539 * manual/examples/add.c: Add copyright header (GPL>=2).
11540 * manual/examples/argp-ex1.c: Likewise.
11541 * manual/examples/argp-ex2.c: Likewise.
11542 * manual/examples/argp-ex3.c: Likewise.
11543 * manual/examples/argp-ex4.c: Likewise.
11544 * manual/examples/atexit.c: Likewise.
11545 * manual/examples/db.c: Likewise.
11546 * manual/examples/dir.c: Likewise.
11547 * manual/examples/dir2.c: Likewise.
11548 * manual/examples/execinfo.c: Likewise.
11549 * manual/examples/filecli.c: Likewise.
11550 * manual/examples/filesrv.c: Likewise.
11551 * manual/examples/fmtmsgexpl.c: Likewise.
11552 * manual/examples/genpass.c: Likewise.
11553 * manual/examples/inetcli.c: Likewise.
11554 * manual/examples/inetsrv.c: Likewise.
11555 * manual/examples/isockad.c: Likewise.
11556 * manual/examples/longopt.c: Likewise.
11557 * manual/examples/memopen.c: Likewise.
11558 * manual/examples/memstrm.c: Likewise.
11559 * manual/examples/mkfsock.c: Likewise.
11560 * manual/examples/mkisock.c: Likewise.
11561 * manual/examples/mygetpass.c: Likewise.
11562 * manual/examples/pipe.c: Likewise.
11563 * manual/examples/popen.c: Likewise.
11564 * manual/examples/rprintf.c: Likewise.
11565 * manual/examples/search.c: Likewise.
11566 * manual/examples/select.c: Likewise.
11567 * manual/examples/setjmp.c: Likewise.
11568 * manual/examples/sigh1.c: Likewise.
11569 * manual/examples/sigusr.c: Likewise.
11570 * manual/examples/stpcpy.c: Likewise.
11571 * manual/examples/strdupa.c: Likewise.
11572 * manual/examples/strftim.c: Likewise.
11573 * manual/examples/strncat.c: Likewise.
11574 * manual/examples/subopt.c: Likewise.
11575 * manual/examples/swapcontext.c: Likewise.
11576 * manual/examples/termios.c: Likewise.
11577 * manual/examples/testopt.c: Likewise.
11578 * manual/examples/testpass.c: Likewise.
11579 * manual/examples/timeval_subtract.c: Likewise.
11580
01ae168d
RM
11581 [BZ #13792]
11582 * manual/time.texi (Elapsed Time): Move timeval_subtract example
11583 function to ...
11584 * manual/timeval_subtract.c.texi: ... here, new file.
11585
49efa33d
DM
115862012-03-02 David S. Miller <davem@davemloft.net>
11587
11588 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
11589
28afd92d
JM
115902012-03-02 Joseph Myers <joseph@codesourcery.com>
11591
804360ed
JM
11592 [BZ #3976]
11593 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
11594 (__sin): Save and restore rounding mode and use round-to-nearest
11595 for all computations.
11596 (__cos): Save and restore rounding mode and use round-to-nearest
11597 for all computations.
11598 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
11599 <fenv.h>.
11600 (tan): Save and restore rounding mode and use round-to-nearest for
11601 all computations.
11602 * math/libm-test.inc (cos_test_tonearest): New function.
11603 (cos_test_towardzero): Likewise.
11604 (cos_test_downward): Likewise.
11605 (cos_test_upward): Likewise.
11606 (sin_test_tonearest): Likewise.
11607 (sin_test_towardzero): Likewise.
11608 (sin_test_downward): Likewise.
11609 (sin_test_upward): Likewise.
11610 (tan_test_tonearest): Likewise.
11611 (tan_test_towardzero): Likewise.
11612 (tan_test_downward): Likewise.
11613 (tan_test_upward): Likewise.
11614 (main): Call the new functions.
11615 * sysdeps/i386/fpu/libm-test-ulps: Update.
11616 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11617
a6d06d7b
JM
11618 [BZ #10135]
11619 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
11620 small n, then large n, before computing and testing k+n.
11621 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11622 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
11623 Likewise.
11624 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
11625 Likewise.
11626 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
11627 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
11628 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
11629 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
11630 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
11631 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
11632 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
11633 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
11634 * math/libm-test.inc (scalbn_test): Add more tests.
11635 (scalbln_test): Likewise.
11636
07e12bb3
JM
11637 * manual/filesys.texi (mode_t): Describe constraints on size and
11638 signedness, not exact equivalence to a particular type.
11639 (ino_t): Likewise.
11640 (ino64_t): Likewise.
11641 (dev_t): Likewise.
11642 (nlink_t): Likewise.
11643 (blkcnt_t): Likewise.
11644 (blkcnt64_t): Likewise.
11645 * manual/llio.texi (off_t): Likewise.
11646
28afd92d
JM
11647 [BZ #3976]
11648 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
11649 (__ieee754_exp): Save and restore rounding mode and use
11650 round-to-nearest for all computations.
11651 * math/libm-test.inc (exp_test_tonearest): New function.
11652 (exp_test_towardzero): Likewise.
11653 (exp_test_downward): Likewise.
11654 (exp_test_upward): Likewise.
11655 (main): Call the new functions.
11656 * sysdeps/i386/fpu/libm-test-ulps: Update.
11657 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11658
b1eeb65d
CD
116592012-03-01 Chris Demetriou <cgd@google.com>
11660
11661 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
11662 have predictable order.
11663
53362a4b
DM
116642012-03-01 David S. Miller <davem@davemloft.net>
11665
3c969083
DM
11666 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
11667
759707de
DM
11668 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
11669 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
11670 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
11671 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
11672
dfdb8ff2
DM
11673 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
11674 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
11675 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
11676 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
11677 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
11678 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
11679 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
11680 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
11681 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
11682
ead89f96
DM
11683 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11684
7f66bd07
DM
11685 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
11686 * sysdeps/sparc/fpu/libm-test-ulps: to here.
11687 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
11688
53362a4b
DM
11689 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
11690 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11691 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
11692 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
11693 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
11694 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
11695 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
11696 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11697 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
11698 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
11699 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
11700 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
11701 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
11702 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
11703 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
11704 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
11705 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
11706 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
11707 * sysdeps/sparc/elf/configure: Regenerated.
11708
7b1902cb
JM
117092012-03-01 Joseph Myers <joseph@codesourcery.com>
11710
bec039bc
JM
11711 * configure.in (AS, LD): Require binutils 2.20 or later.
11712 * configure: Regenerated.
11713 * manual/install.texi (Tools for Compilation): Give binutils 2.20
11714 as required minimum version.
11715 * INSTALL: Regenerated.
11716
7b1902cb
JM
11717 [BZ #2541]
11718 [BZ #4108]
11719 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
11720 before squaring exponent.
11721 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
11722 bottom long double and 27 bits of top long double before squaring
11723 exponent.
11724 * math/libm-test.inc (erfc_test): Add more tests.
11725 * sysdeps/i386/fpu/libm-test-ulps: Update.
11726 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11727 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11728
f775c276
KT
117292012-03-01 Kai Tietz <ktietz@redhat.com>
11730
11731 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
11732 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
11733 containing bit-fields.
11734 * soft-fp/extended.h (_FP_UNION_E): Likewise.
11735 * soft-fp/single.h (_FP_UNION_S): Likewise.
11736 * soft-fp/double.h (_FP_UNION_D): Likewise.
11737
5b8a4d4a
JM
117382012-02-29 Joseph Myers <joseph@codesourcery.com>
11739
0bab47b6
JM
11740 [BZ #13786]
11741 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
11742 not include ../strcmp.S.
11743 [USE_AS_STRNCASECMP_L]: Likewise.
11744 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
11745 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
11746 * sysdeps/i386/i686/multiarch/strncase_l-c.c
11747 (__strncasecmp_l_ia32): Define as alias to
11748 __strncasecmp_l_nonascii.
11749
0fcad3e2
JM
11750 [BZ #5794]
11751 * math/libm-test.inc (expm1_test): Add test for bug 5794.
11752 * sysdeps/i386/fpu/libm-test-ulps: Update.
11753 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11754
5b8a4d4a
JM
11755 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
11756 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11757
8fdceb2e
JL
117582012-02-29 Jeff Law <law@redhat.com>
11759
11760 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
11761 out of bounds read.
11762
1f393a11
MP
117632012-02-29 Marek Polacek <polacek@redhat.com>
11764
11765 [BZ #13706]
11766 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
11767 * elf/Makefile: Add rules to run tst-unused-dep.out.
11768
8847f037
DM
117692012-02-28 David S. Miller <davem@davemloft.net>
11770
11771 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
11772 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
11773 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
11774 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
11775 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
11776 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
11777
169d7f11
JM
117782012-02-29 Joseph Myers <joseph@codesourcery.com>
11779
11780 * math/libm-test.inc (llround_test): Move one test from
11781 lround_test. Use TEST_f_L in moved test.
11782 (lround_test): Move misplaced test to llround_test. Add testcase
11783 from bug 2561.
11784
39adf059
UD
117852012-02-28 Ulrich Drepper <drepper@gmail.com>
11786
11787 * sysdeps/x86_64/fpu/e_expf.S: New file.
11788 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
11789
71b5d1c5
SB
117902012-02-28 Stanislav Brabec <sbrabec@suse.cz>
11791
11792 [BZ #13637]
11793 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
11794 of remain_len that may cause incomplete multi-byte character and
11795 false match.
11796 * posix/bug-regex33.c: New file.
11797 * posix/Makefile (tests): Add bug-regex33.
11798
1f77f049
JM
117992012-02-28 Joseph Myers <joseph@codesourcery.com>
11800
11801 * manual/macros.texi: New file.
11802 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
11803 * manual/libc.texinfo: Include macros.texi.
11804 * manual/creatute.texi: Likewise.
11805 * manual/install.texi: Likewise.
11806 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
11807 @glibcadj{} in references to the GNU C Library.
11808 * manual/charset.texi: Likewise.
11809 * manual/conf.texi: Likewise.
11810 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
11811 when not using those macros.
11812 * manual/creature.texi: Likewise.
11813 * manual/crypt.texi: Likewise.
11814 * manual/errno.texi: Likewise.
11815 * manual/filesys.texi: Likewise.
11816 * manual/header.texi: Likewise.
11817 * manual/install.texi: Likewise.
11818 * manual/intro.texi: Likewise.
11819 * manual/io.texi: Likewise.
11820 * manual/job.texi: Likewise.
11821 * manual/lang.texi: Likewise.
11822 * manual/libc.texiinfo: Likewise.
11823 * manual/llio.texi: Likewise.
11824 * manual/locale.texi: Likewise.
11825 * manual/maint.texi: Likewise.
11826 * manual/math.texi: Likewise.
11827 * manual/memory.texi: Likewise.
11828 * manual/message.texi: Likewise.
11829 * manual/nss.texi: Likewise.
11830 * manual/pattern.texi: Likewise.
11831 * manual/process.texi: Likewise.
11832 * manual/resource.texi: Likewise.
11833 * manual/search.texi: Likewise.
11834 * manual/setjmp.texi: Likewise.
11835 * manual/signal.texi: Likewise.
11836 * manual/socket.texi: Likewise.
11837 * manual/startup.texi: Likewise.
11838 * manual/stdio.texi: Likewise.
11839 * manual/string.texi: Likewise.
11840 * manual/sysinfo.texi: Likewise.
11841 * manual/syslog.texi: Likewise.
11842 * manual/terminal.texi: Likewise.
11843 * manual/time.texi: Likewise.
11844 * manual/users.texi: Likewise.
11845 * INSTALL: Regenerated.
11846 * NOTES: Regenerated.
d40c5d54 11847 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 11848
450bf206
AS
118492012-02-28 Andreas Schwab <schwab@linux-m68k.org>
11850
11851 * include/dirent.h: Include <dirstream.h> before
11852 <dirent/dirent.h>.
11853
741a235b
DM
118542012-02-28 David S. Miller <davem@davemloft.net>
11855
11856 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
11857 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
11858 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
11859 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
11860
d6b5aa58
DM
118612012-02-27 David S. Miller <davem@davemloft.net>
11862
1aff59a3
DM
11863 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
11864 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
11865 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
11866 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
11867
d6b5aa58
DM
11868 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
11869 frame pointer instead of stack pointer relative arg slot.
11870 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
11871 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
11872 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
11873
433f48bf
CD
118742012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
11875
11876 [BZ #3992]
11877 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
11878
d674b76d
DM
118792012-02-27 David S. Miller <davem@davemloft.net>
11880
11881 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
11882 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
11883 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
11884 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
11885 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
11886 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
11887 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
11888 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
11889
0e7727f7
JM
118902012-02-27 Joseph Myers <joseph@codesourcery.com>
11891
11892 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
11893 later. Allow versions 5-9.
43be4ca2 11894 * configure: Regenerated.
0e7727f7
JM
11895 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
11896 required minimum version and 4.6 as recommended version. Do not
11897 mention bugs in GCC 2.7 and 2.8.
43be4ca2 11898 * INSTALL: Regenerated.
0e7727f7 11899
a78bc654
DM
119002012-02-27 David S. Miller <davem@davemloft.net>
11901
428d5830
DM
11902 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
11903 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
11904 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
11905 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
11906 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
11907 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
11908 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
11909 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
11910
a78bc654
DM
11911 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
11912 manipulate bits before adding and subtracting TWO112[sx].
11913 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
11914
4579f81c
RM
119152012-02-27 Roland McGrath <roland@hack.frob.com>
11916
36c8acb4
RM
11917 [BZ #13775]
11918 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
11919 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
11920 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
11921 being in POSIX, because they are in 1003.1-2008.
11922
84ad622b
RM
11923 * rt/tst-aio.c: Include <fcntl.h>.
11924 * rt/tst-aio7.c: Likewise.
11925 * rt/tst-aio64.c: Likewise.
11926
4579f81c
RM
11927 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
11928
abd923db
JM
119292012-02-27 Joseph Myers <joseph@codesourcery.com>
11930
11931 * manual/install.texi (--with-headers): Describe headers as
11932 interface headers, not private headers.
11933 (Specific advice for GNU/Linux systems): Describe use of headers
11934 from "make headers_install", not private headers from older
11935 kernels.
43be4ca2 11936 * INSTALL: Regenerated.
abd923db
JM
11937 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
11938 Change to 2.6.19.
11939 * sysdeps/unix/sysv/linux/configure: Regenerated.
11940
6664049b
JM
11941 * manual/llio.texi (fclean): Remove documentation.
11942
bb8b6697
JM
11943 * manual/Makefile (libc-texi-generated): New variable. Include
11944 version.texi.
11945 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
11946 $(libc-texi-generated), not duplicated list of files.
11947 (version.texi, stamp-version): New rules.
11948 (realclean): Remove $(libc-texi-generated), not individual files
11949 from that list. Do not remove dir-add.texinfo.
11950 * manual/libc.texinfo: Comment out uses of edition numbers and
11951 references to printed manual. Remove last-updated dates.
11952 (EDITION): Comment out.
11953 (ISBN): Likewise.
11954 (VERSION, UPDATED): Remove.
11955 (version.texi): Include.
11956
12e5c3b9
AS
119572012-02-27 Andreas Schwab <schwab@linux-m68k.org>
11958
11959 * sysdeps/posix/spawni.c: Include <signal.h>.
11960 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
11961 * sysdeps/pthread/aio_fsync.c: Likewise.
11962
4efeffc1 119632012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 11964
ba63ba08
UD
11965 * conform/Makefile (tests): Run only when not cross-compiling and
11966 when fast-check is not defined.
11967
d94a4670
UD
11968 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
11969 * conform/data/limits.h-data: Fixes for POSIX2008.
11970 * conform/run-conformtest.sh: Run all tests.
11971 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
11972 headers.
11973 * include/bits/dlfcn.h: Likewise.
11974 * include/langinfo.h: Likewise.
11975 * include/monetary.h: Likewise.
11976 * include/sys/poll.h: Likewise.
11977
11978 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
11979 for __USE_GNU.
11980 * posix/spawn.h: Define __need_sigset_t.
11981 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
11982 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
11983 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
11984 to get sigevent_t only.
11985 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
11986 only for __USE_GNU.
11987 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11988 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
11989 process_vm_writev only for __USE_GNU.
11990 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
11991
11992 * conform/Makefile: For now ignore errors from run-conformtest.
11993 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
11994 POSIX to avoid namespace pollution. Don't prepend headers.
11995 * conform/data/aio.h-data: Fixes for POSIX testing.
11996 * conform/data/fcntl.h-data: Likewise.
11997 * conform/data/glob.h-data: Likewise.
11998 * conform/data/grp.h-data: Likewise.
11999 * conform/data/pthread.h-data: Likewise.
12000 * conform/data/pwd.h-data: Likewise.
12001 * conform/data/signal.h-data: Likewise.
12002 * conform/data/spawn.h-data: Likewise.
12003 * conform/data/stdio.h-data: Likewise.
12004 * conform/data/stdlib.h-data: Likewise.
12005 * conform/data/stropts.h-data: Likewise.
12006 * conform/data/sys/mman.h-data: Likewise.
12007 * conform/data/sys/stat.h-data: Likewise.
12008 * conform/data/sys/types.h-data: Likewise.
12009 * conform/data/sys/wait.h-data: Likewise.
12010 * conform/data/time.h-data: Likewise.
12011 * conform/data/unistd.h-data: Likewise.
12012 * conform/data/utime.h-data: Likewise.
12013
12014 * io/sys/stat.h: fchmod was always in POSIX.
12015 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
12016 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
12017 * rt/aio.h: Define __need_timespec before including <time.h>.
12018 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
12019 struct. Add forward declaration of pthread_attr_t and use it in
12020 sigevent.
12021 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
12022 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
12023 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
12024 always remove CLK_TCK definition.
12025
c20105c3
AS
120262012-02-26 Andreas Schwab <schwab@linux-m68k.org>
12027
12028 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
12029
7a270350
UD
120302012-02-25 Ulrich Drepper <drepper@gmail.com>
12031
31341567
UD
12032 * conform/run-conformtest.sh: New file.
12033 * conform/Makefile: Run run-conformtest for tests.
12034 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
12035 support.
12036
12037 * conform/data/uchar.h-data: New file.
12038 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
12039 * conform/data/arpa/inet.h-data: Likewise.
12040 * conform/data/assert.h-data: Likewise.
12041 * conform/data/complex.h-data: Likewise.
12042 * conform/data/cpio.h-data: Likewise.
12043 * conform/data/ctype.h-data: Likewise.
12044 * conform/data/dirent.h-data: Likewise.
12045 * conform/data/dlfcn.h-data: Likewise.
12046 * conform/data/errno.h-data: Likewise.
12047 * conform/data/fcntl.h-data: Likewise.
12048 * conform/data/float.h-data: Likewise.
12049 * conform/data/fmtmsg.h-data: Likewise.
12050 * conform/data/fnmatch.h-data: Likewise.
12051 * conform/data/ftw.h-data: Likewise.
12052 * conform/data/glob.h-data: Likewise.
12053 * conform/data/grp.h-data: Likewise.
12054 * conform/data/iconv.h-data: Likewise.
12055 * conform/data/inttypes.h-data: Likewise.
12056 * conform/data/langinfo.h-data: Likewise.
12057 * conform/data/libgen.h-data: Likewise.
12058 * conform/data/limits.h-data: Likewise.
12059 * conform/data/locale.h-data: Likewise.
12060 * conform/data/math.h-data: Likewise.
12061 * conform/data/monetary.h-data: Likewise.
12062 * conform/data/mqueue.h-data: Likewise.
12063 * conform/data/ndbm.h-data: Likewise.
12064 * conform/data/net/if.h-data: Likewise.
12065 * conform/data/netdb.h-data: Likewise.
12066 * conform/data/netinet/in.h-data: Likewise.
12067 * conform/data/nl_types.h-data: Likewise.
12068 * conform/data/poll.h-data: Likewise.
12069 * conform/data/pthread.h-data: Likewise.
12070 * conform/data/pwd.h-data: Likewise.
12071 * conform/data/regex.h-data: Likewise.
12072 * conform/data/sched.h-data: Likewise.
12073 * conform/data/search.h-data: Likewise.
12074 * conform/data/semaphore.h-data: Likewise.
12075 * conform/data/setjmp.h-data: Likewise.
12076 * conform/data/signal.h-data: Likewise.
12077 * conform/data/spawn.h-data: Likewise.
12078 * conform/data/stdarg.h-data: Likewise.
12079 * conform/data/stdio.h-data: Likewise.
12080 * conform/data/stdlib.h-data: Likewise.
12081 * conform/data/string.h-data: Likewise.
12082 * conform/data/strings.h-data: Likewise.
12083 * conform/data/stropts.h-data: Likewise.
12084 * conform/data/sys/ipc.h-data: Likewise.
12085 * conform/data/sys/mman.h-data: Likewise.
12086 * conform/data/sys/msg.h-data: Likewise.
12087 * conform/data/sys/resource.h-data: Likewise.
12088 * conform/data/sys/select.h-data: Likewise.
12089 * conform/data/sys/sem.h-data: Likewise.
12090 * conform/data/sys/shm.h-data: Likewise.
12091 * conform/data/sys/socket.h-data: Likewise.
12092 * conform/data/sys/stat.h-data: Likewise.
12093 * conform/data/sys/statvfs.h-data: Likewise.
12094 * conform/data/sys/time.h-data: Likewise.
12095 * conform/data/sys/timeb.h-data: Likewise.
12096 * conform/data/sys/times.h-data: Likewise.
12097 * conform/data/sys/types.h-data: Likewise.
12098 * conform/data/sys/uio.h-data: Likewise.
12099 * conform/data/sys/un.h-data: Likewise.
12100 * conform/data/sys/utsname.h-data: Likewise.
12101 * conform/data/sys/wait.h-data: Likewise.
12102 * conform/data/syslog.h-data: Likewise.
12103 * conform/data/tar.h-data: Likewise.
12104 * conform/data/termios.h-data: Likewise.
12105 * conform/data/utime.h-data: Likewise.
12106 * conform/data/utmpx.h-data: Likewise.
12107 * conform/data/varargs.h-data: Likewise.
12108 * conform/data/wchar.h-data: Likewise.
12109 * conform/data/wctype.h-data: Likewise.
12110 * conform/data/wordexp.h-data: Likewise.
12111
12112 * include/stropts.h: New file.
12113 * include/uchar.h: New file.
12114 * include/aio.h: Changes to allow conformtest.pl to use the headers.
12115 * include/assert.h: Likewise.
12116 * include/ctype.h: Likewise.
12117 * include/dirent.h: Likewise.
12118 * include/dlfcn.h: Likewise.
12119 * include/fcntl.h: Likewise.
12120 * include/fnmatch.h: Likewise.
12121 * include/glob.h: Likewise.
12122 * include/grp.h: Likewise.
12123 * include/libio.h: Likewise.
12124 * include/locale.h: Likewise.
12125 * include/math.h: Likewise.
12126 * include/net/if.h: Likewise.
12127 * include/netdb.h: Likewise.
12128 * include/netinet/in.h: Likewise.
12129 * include/pthread.h: Likewise.
12130 * include/pwd.h: Likewise.
12131 * include/regex.h: Likewise.
12132 * include/sched.h: Likewise.
12133 * include/search.h: Likewise.
12134 * include/setjmp.h: Likewise.
12135 * include/signal.h: Likewise.
12136 * include/stdio.h: Likewise.
12137 * include/stdlib.h: Likewise.
12138 * include/string.h: Likewise.
12139 * include/sys/cdefs.h: Likewise.
12140 * include/sys/mman.h: Likewise.
12141 * include/sys/msg.h: Likewise.
12142 * include/sys/resource.h: Likewise.
12143 * include/sys/select.h: Likewise.
12144 * include/sys/socket.h: Likewise.
12145 * include/sys/stat.h: Likewise.
12146 * include/sys/statvfs.h: Likewise.
12147 * include/sys/time.h: Likewise.
12148 * include/sys/times.h: Likewise.
12149 * include/sys/uio.h: Likewise.
12150 * include/sys/utsname.h: Likewise.
12151 * include/sys/wait.h: Likewise.
12152 * include/termios.h: Likewise.
12153 * include/time.h: Likewise.
12154 * include/ulimit.h: Likewise.
12155 * include/unistd.h: Likewise.
12156 * include/utime.h: Likewise.
12157 * include/wchar.h: Likewise.
12158 * include/wctype.h: Likewise.
12159 * include/wordexp.h: Likewise.
12160
12161 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
12162
7a270350
UD
12163 * time/time.h: TIME_UTC must be a macro.
12164 Make timespec_get available for ISO C11 only as well.
12165
7724defc
UD
121662012-02-24 Ulrich Drepper <drepper@gmail.com>
12167
12168 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
12169 Reported by Peng Haitao <penght@cn.fujitsu.com>.
12170
6b1d1d46
JM
121712012-02-24 Joseph Myers <joseph@codesourcery.com>
12172
12173 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 12174
0f8bbd69
JM
121752012-02-24 Joseph Myers <joseph@codesourcery.com>
12176
12177 * manual/texinfo.tex: Update to version 2012-01-19.16.
12178
66ab80bc
JM
121792012-02-24 Joseph Myers <joseph@codesourcery.com>
12180
12181 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
12182
74981cc5
RM
121832012-02-24 Roland McGrath <roland@hack.frob.com>
12184
ee968201
RM
12185 [BZ #13738]
12186 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
12187 * manual/fdl-1.3.texi: New file.
12188 * manual/fdl-1.1.texi: File removed.
12189
74981cc5
RM
12190 [BZ #13738]
12191 * manual/libc.texinfo (FDL_VERSION): New @set.
12192 Use it for mention of FDL in cover text.
12193 (Documentation License): Use it in @include file name.
12194
7bb764bc
JM
121952012-02-22 Joseph Myers <joseph@codesourcery.com>
12196 Roland McGrath <roland@hack.frob.com>
12197
12198 [BZ #5461]
12199 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
12200 not LONG_LONG_MAX and LONG_LONG_MIN.
12201 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
12202 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
12203 name.
12204 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
12205
6cbeae47
JM
122062012-02-22 Joseph Myers <joseph@codesourcery.com>
12207
12208 [BZ #2547]
12209 [BZ #11365]
12210 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
12211 manipulate bits before adding and subtracting TWO23[sx].
12212 * math/libm-test.inc (nearbyint_test): Add more tests.
12213
fe45ce09
JM
122142012-02-22 Joseph Myers <joseph@codesourcery.com>
12215
12216 [BZ #2548]
12217 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
12218 bits before adding and subtracting TWO23[sx].
12219 * math/libm-test.inc (rint_test): Add more tests.
12220 (rint_test_tonearest): Likewise.
12221 (rint_test_towardzero): Likewise.
12222 (rint_test_downward): Likewise.
12223 (rint_test_upward: Likewise.
12224
ff3b3d82
JM
122252012-02-22 Joseph Myers <joseph@codesourcery.com>
12226
12227 [BZ #10110]
12228 * include/stdc-predef.h: New file. Extracted from features.h.
12229 * include/features.h: Include stdc-predef.h.
12230 * Makefile (headers): Add stdc-predef.h.
12231 * CONFORMANCE (Compiler limitations): Update.
12232
ef0aab35
JM
122332012-02-22 Joseph Myers <joseph@codesourcery.com>
12234
12235 * manual/libc.texinfo (VERSION, UPDATED): Revert.
12236
58639409
DM
122372012-02-21 David S. Miller <davem@davemloft.net>
12238
12239 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
12240 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
12241
c0e70b25
DM
122422012-02-20 David S. Miller <davem@davemloft.net>
12243
12244 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
12245 using a normal save/restore sequence, rather than allocating a
12246 dummy stack frame just to store a frame pointer and restore.
12247 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
12248
fb06851d
JM
122492012-02-21 Joseph Myers <joseph@codesourcery.com>
12250
12251 * manual/install.texi: Fix stray word in line-wrapped comment.
12252
7a8b71c3
DM
122532012-02-20 David S. Miller <davem@davemloft.net>
12254
d510c123
DM
12255 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
12256 both binutils and gcc support GOTDATA.
12257
0722d7c2
DM
12258 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
12259 "rd %pc" in the PIC register setup sequences.
12260
3d2b3019
DM
12261 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
12262 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
12263 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
12264 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
12265 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
12266 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
12267 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
12268 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
12269 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
12270 (SYSCALL_ERROR_HANDLER): Likewise.
12271 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
12272 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
12273 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
12274 (SYSCALL_ERROR_HANDLER): Likewise.
12275
c80098a9
DM
12276 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
12277 (HAVE_GCC_GOTDATA): New.
12278 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
12279 relocation support in both binutils and gcc.
12280 * sysdeps/sparc/elf/configure: Regenerate.
12281
3a2545a0
DM
12282 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
12283 * sysdeps/sparc/sparc32/elf/configure: Delete.
12284 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
12285 * sysdeps/sparc/sparc64/elf/configure: Delete.
12286 * sysdeps/sparc/elf/configure.in: New file.
12287 * sysdeps/sparc/elf/configure: Generate.
12288
7a8b71c3
DM
12289 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
12290 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
12291 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
12292 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
12293 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
12294
f1e86fca
JM
122952012-02-21 Joseph Myers <joseph@codesourcery.com>
12296
12297 * manual/install.texi: Do not mention specific glibc version
12298 numbers.
12299 * manual/libc.texinfo (VERSION, UPDATED): Update.
12300 (@copying): Use @copyright{} and range of years.
12301
0e7dfaef
JM
123022012-02-21 Joseph Myers <joseph@codesourcery.com>
12303
12304 [BZ #13695]
12305 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
12306 [crti.S not in sysdirs] (generated): Do not append.
12307 [crti.S not in sysdirs] (omit-deps): Likewise.
12308 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
12309 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
12310 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
12311 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
12312 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
12313 Likewise.
12314 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
12315 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
12316 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
12317 * csu/defs.awk: Remove file.
12318 * sysdeps/generic/initfini.c: Likewise.
12319 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
12320 variable.
12321 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
12322 Likewise.
12323
599af3ca
JM
123242012-02-20 Joseph Myers <joseph@codesourcery.com>
12325
12326 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
12327 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
12328 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
12329 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
12330 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
12331 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
12332 <bits/epoll.h>.
12333 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
12334 (__EPOLL_PACKED): Define to empty if not defined by
12335 <bits/epoll.h>.
12336 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
12337 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12338 bits/epoll.h.
12339
0e499750
JM
123402012-02-20 Joseph Myers <joseph@codesourcery.com>
12341
12342 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
12343 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
12344 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
12345 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
12346 <bits/timerfd.h>.
12347 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
12348 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12349 bits/timerfd.h.
12350
5ad91f6e
JM
123512012-02-20 Joseph Myers <joseph@codesourcery.com>
12352
12353 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
12354 in C locale.
12355 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
12356 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
12357 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
12358 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12359
06b99b02
AJ
123602012-02-20 Aurelien Jarno <aurelien@aurel32.net>
12361
12362 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
12363 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
12364
7638c0fd
AS
123652012-02-19 Andreas Schwab <schwab@linux-m68k.org>
12366
12367 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
12368 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
12369 defined.
12370 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
12371 Likewise.
12372 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
12373 entry for 2.16.
12374
92221550
AJ
123752012-02-19 Aurelien Jarno <aurelien@aurel32.net>
12376
12377 * math/w_acos.c: Use non-signaling floating-point comparisons.
12378 * math/w_acosf.c: Likewise.
12379 * math/w_acosh.c: Likewise.
12380 * math/w_acoshf.c: Likewise.
12381 * math/w_acoshl.c: Likewise.
12382 * math/w_acosl.c: Likewise.
12383 * math/w_asin.c: Likewise.
12384 * math/w_asinf.c: Likewise.
12385 * math/w_asinl.c: Likewise.
12386 * math/w_atanh.c: Likewise.
12387 * math/w_atanhf.c: Likewise.
12388 * math/w_atanhl.c: Likewise.
12389 * math/w_exp2.c: Likewise.
12390 * math/w_exp2f.c: Likewise.
12391 * math/w_exp2l.c: Likewise.
12392 * math/w_j0.c: Likewise.
12393 * math/w_j0f.c: Likewise.
12394 * math/w_j0l.c: Likewise.
12395 * math/w_j1.c: Likewise.
12396 * math/w_j1f.c: Likewise.
12397 * math/w_j1l.c: Likewise.
12398 * math/w_jn.c: Likewise.
12399 * math/w_jnf.c: Likewise.
12400 * math/w_log.c: Likewise.
12401 * math/w_log10.c: Likewise.
12402 * math/w_log10f.c: Likewise.
12403 * math/w_log10l.c: Likewise.
12404 * math/w_log2.c: Likewise.
12405 * math/w_log2f.c: Likewise.
12406 * math/w_log2l.c: Likewise.
12407 * math/w_logf.c: Likewise.
12408 * math/w_logl.c: Likewise.
12409 * math/w_sqrt.c: Likewise.
12410 * math/w_sqrtf.c: Likewise.
12411 * math/w_sqrtl.c: Likewise.
12412 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
12413 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
12414 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
12415 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
12416 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
12417
ebaf36eb
JM
124182012-02-19 Joseph Myers <joseph@codesourcery.com>
12419
12420 [BZ #9739]
12421 * manual/string.texi (strnlen): Use correct parameter name in
12422 equivalent expression.
12423
71c254a6
JM
124242012-02-19 Joseph Myers <joseph@codesourcery.com>
12425
12426 [BZ #11174]
12427 * manual/users.texi (seteuid): Consistently use neweuid for
12428 argument name.
12429
16d2c631
JM
124302012-02-19 Joseph Myers <joseph@codesourcery.com>
12431
12432 [BZ #13704]
12433 * manual/nss.texi (Services in the NSS configuration): Correct
12434 list of services in example configuration file.
12435
cd837b09
NB
124362012-02-19 Nick Bowler <nbowler@draconx.ca>
12437
12438 [BZ #11322]
12439 * manual/arith.texi: Remove statements about negative zero
12440 behaving identically to zero.
12441
02c4bbad
JM
124422012-02-18 Joseph Myers <joseph@codesourcery.com>
12443
12444 [BZ #5993]
12445 * manual/install.texi: Do not document upgrading from libc5.
12446
366842e7
JM
124472012-02-18 Joseph Myers <joseph@codesourcery.com>
12448
12449 [BZ #4596]
12450 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
12451
dd54084d
DM
124522012-02-18 David S. Miller <davem@davemloft.net>
12453
12454 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
12455 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
12456 %o7 across the call.
12457 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
12458 instead.
12459 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
12460 SETUP_PIC_REG_LEAF.
12461 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
12462 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
12463 * sysdeps/sparc/crtn.S: Likewise.
12464
2bcc53a3
UD
124652012-02-17 Ulrich Drepper <drepper@gmail.com>
12466
12467 * aout/Makefile: Remove.
12468
09c093b5
RK
124692012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
12470
12471 [BZ #13058]
12472 * manual/examples/argp-ex1.c (main): Format definition in GNU
12473 style.
12474 * manual/examples/argp-ex2.c (main): Likewise.
12475 * manual/examples/argp-ex3.c (main): Likewise.
12476 * manual/examples/argp-ex4.c (main): Likewise.
12477 * manual/examples/longopt.c (main): Use new-style prototype
12478 definition.
12479 * manual/examples/strncat.c (main): Specify return type and use
12480 (void) for arguments.
12481 * manual/examples/subopt.c (main): Use char **argv argument.
12482
2ee633a2
JM
124832012-02-17 Joseph Myers <joseph@codesourcery.com>
12484
12485 [BZ #5077]
12486 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
12487 rounding modes.
12488
0520adde
FB
124892012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
12490
12491 [BZ #6907]
12492 * manual/string.texi (strchr): Change when strchrnul is
12493 recommended.
12494
3f4081cd
DGM
124952012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
12496
12497 [BZ #174]
12498 * manual/locale.texi (setlocale): Document LOCPATH.
12499
d1b10e78
JM
125002012-02-17 Joseph Myers <joseph@codesourcery.com>
12501
12502 [BZ #10210]
12503 * manual/process.texi (execle): Move @dots{} before last argument.
12504
79c6869c
PB
125052012-02-17 Paul Bolle <pebolle@tiscali.nl>
12506
12507 [BZ #12047]
12508 * manual/charset.texi (Generic Charset Conversion): Fix typo
12509 (LC_TYPE -> LC_CTYPE).
12510
cc6e48bc
NB
125112012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
12512
12513 [BZ #5805]
12514 * manual/arith.texi (scalbn): Use @var{} on parameter names.
12515 (scalbnf): Likewise.
12516 (scalbnl): Likewise.
12517 (scalbln): Likewise.
12518 (scalblnf): Likewise.
12519 (scalblnl): Likewise.
12520 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
12521 (vwarnx): Likewise.
12522 (verr): Likewise.
12523 (verrx): Likewise.
12524 * manual/filesys.texi (telldir): Use braces around return type.
12525 * manual/llio.texi (mmap): Add space after comma.
12526 (mmap64): Likewise.
12527 * manual/math.texi (jn): Use @var{} on parameter names.
12528 (jnf): Likewise.
12529 (jnl): Likewise.
12530 (yn): Likewise.
12531 (ynf): Likewise.
12532 (ynl): Likewise.
12533 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
12534 line.
12535 * manual/resource.texi (ulimit): Use @dots{} instead of literal
12536 "...".
12537 (sched_get_priority_min): Remove semicolon on @deftypefun line.
12538 (sched_get_priority_max): Likewise.
12539 * manual/signal.texi (sigvec): Add space after comma.
12540 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
12541 names.
12542 (if_indextoname): Likewise.
12543 (if_freenameindex): Likewise.
12544 (sendto): Use ',' instead of '.' in prototype.
12545 * manual/startup.texi (syscall): Use @dots{} instead of literal
12546 "...".
12547 * manual/stdio.texi (__fpending): Separate initial words of
12548 paragraph from @deftypefun line.
12549 * manual/syslog.texi (syslog): Use @dots{} instead of literal
12550 "...".
12551 (vsyslog): Use @var{} on parameter names.
12552 * manual/terminal.texi (stty): Use @var{} on parameter names.
12553 * manual/users.texi (getutmp): Use @var{} on parameter names.
12554 (getutmpx): Likewise.
12555
5b23062f
JM
125562012-02-17 Joseph Myers <joseph@codesourcery.com>
12557
12558 [BZ #6884]
12559 * manual/stdio.texi (fopen): Fix typos in description of
12560 ",ccs=STRING".
12561
8dee4833
AJ
125622012-02-17 Aurelien Jarno <aurelien@aurel32.net>
12563
12564 [BZ #4026]
12565 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
12566 get clock_id definition.
12567
9078ce93
TS
125682012-02-17 Thomas Schwinge <thomas@schwinge.name>
12569
12570 [BZ #4822]
12571 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
12572 (madvise): Cast every argument to void on its own.
12573
3835c55f
JM
125742012-02-17 Joseph Myers <joseph@codesourcery.com>
12575
12576 [BZ #9902]
12577 * manual/startup.texi (Exit Status): Fix typo.
12578
35c47e37
JM
125792012-02-17 Joseph Myers <joseph@codesourcery.com>
12580
12581 [BZ #10140]
12582 * manual/examples/argp-ex1.c: Include <stdlib.h>.
12583 * manual/examples/argp-ex2.c: Likewise.
12584 * manual/examples/argp-ex3.c: Likewise.
12585
e3b69ca7
RH
125862012-02-16 Richard Henderson <rth@redhat.com>
12587
12588 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
12589 * sysdeps/s390/s390-32/initfini.c: Remove.
12590 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
12591 * sysdeps/s390/s390-64/initfini.c: Remove.
12592
df83af67
KK
125932012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12594
12595 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
12596 compiler output for sysdeps/generic/initfini.c.
12597 * sysdeps/sh/elf/initfini.c: Remove file.
12598
f63f3380
DM
125992012-02-16 David S. Miller <davem@davemloft.net>
12600
fb59b3a4
DM
12601 [BZ #11494]
12602 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
12603
f63f3380
DM
12604 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
12605 * sysdeps/sparc/crti.S: New file.
12606 * sysdeps/sparc/crtn.S: New file.
12607 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
12608 * sysdeps/sparc/sparc64/Makefile: Likewise.
12609
df6a4a4a
MF
126102012-02-15 Mike Frysinger <vapier@gentoo.org>
12611
6dd8f3dc 12612 [BZ #3335]
df6a4a4a
MF
12613 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
12614
1cac7236
RM
126152012-02-15 Roland McGrath <roland@hack.frob.com>
12616
d2c736f8
RM
12617 [BZ #4822]
12618 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
12619
1cac7236
RM
12620 * mach/devstream.c (cookie_io_functions_t): Macro removed.
12621 (write, read, close): Likewise.
12622 Patch by Aurelien Jarno <aurelien@aurel32.net>.
12623
8e475601
JM
126242012-02-15 Joseph Myers <joseph@codesourcery.com>
12625
12626 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
12627 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
12628 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
12629 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
12630 <bits/signalfd.h>.
12631 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
12632 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12633 bits/signalfd.h.
12634
ed656b40
MP
126352012-02-14 Marek Polacek <polacek@redhat.com>
12636
12637 * sysdeps/x86_64/crti.S: New file.
12638 * sysdeps/x86_64/crtn.S: New file.
12639 * sysdeps/x86_64/elf/initfini.c: Remove file.
12640
2a979d3a
JM
126412012-02-13 Joseph Myers <joseph@codesourcery.com>
12642
12643 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
12644 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
12645 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
12646 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
12647 <bits/inotify.h>.
12648 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
12649 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12650 bits/inotify.h.
12651
2a418ac3
JM
126522012-02-13 Joseph Myers <joseph@codesourcery.com>
12653
12654 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
12655 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
12656 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
12657 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
12658 <bits/eventfd.h>.
12659 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
12660 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12661 bits/eventfd.h.
12662
fb779be7
TS
126632012-02-10 Thomas Schwinge <thomas@codesourcery.com>
12664
e19e83c5
RM
12665 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
12666 __feraiseexcept instead of feraiseexcept.
7c35ffed 12667
fb779be7
TS
12668 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
12669 nanosleep invocations.
12670 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
12671 strings, and add error checking for a nanosleep invocations.
12672
59ba27a6
PE
126732012-02-09 Paul Eggert <eggert@cs.ucla.edu>
12674
12675 Replace FSF snail mail address with URLs, as per GNU coding standards.
12676 Most of the snail mail addresses were wrong anyway, and omitting
12677 them makes the source code easier to maintain. Almost all of the
12678 changes are to license notices and to locale LC_IDENTIFICATION
12679 addresses, except for this one:
12680 * manual/libc.texinfo: In "Published by", give the FSF's URL,
12681 not its snail mail address.
12682
57b957eb
RH
126832012-02-09 Richard Henderson <rth@twiddle.net>
12684
af850b1c
RH
12685 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
12686 of kernel-features.h.
12687
57b957eb
RH
12688 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
12689
6b73181a
MP
126902012-02-08 Marek Polacek <polacek@redhat.com>
12691
12692 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
12693 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
12694 * sysdeps/gnu/_G_config.h: Likewise.
12695 * sysdeps/generic/_G_config.h: Likewise.
12696
26ecc33a
AS
126972012-02-08 Andreas Schwab <schwab@linux-m68k.org>
12698
6c6dbc63
AS
12699 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
12700 tests.
12701 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12702
e216c012
AS
12703 * sysdeps/powerpc/powerpc32/crti.S: New file.
12704 * sysdeps/powerpc/powerpc32/crtn.S: New file.
12705 * sysdeps/powerpc/powerpc64/crti.S: New file.
12706 * sysdeps/powerpc/powerpc64/crtn.S: New file.
12707
26ecc33a
AS
12708 * Makeconfig (have-initfini): Don't set.
12709 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
12710 * configure.in (nopic_initfini): Don't substitute.
12711 * config.h.in (HAVE_INITFINI): Don't #undef.
12712 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
12713 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
12714
3add8e13
JM
127152012-02-08 Joseph Myers <joseph@codesourcery.com>
12716
12717 Support crti.S and crtn.S provided directly by architectures.
12718 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
12719 [crti.S in sysdirs] (omit-deps): Likewise.
12720 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
12721 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
12722 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
12723 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
12724 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
12725 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
12726 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
12727 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
12728 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
12729 compiler output for sysdeps/generic/initfini.c.
12730 * sysdeps/i386/elf/Makefile: Remove file.
12731 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
12732
a22f12b4
MP
127332012-02-07 Marek Polacek <polacek@redhat.com>
12734
12735 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
12736 * sysdeps/gnu/_G_config.h: Likewise.
12737 * sysdeps/mach/hurd/_G_config.h: Likewise.
12738
148cf100
MP
127392012-02-07 Marek Polacek <polacek@redhat.com>
12740
12741 * math/Makefile (tests): Add tst-CMPLX2.
12742 * math/tst-CMPLX2.c: New file.
12743
cfdc0dd7
AS
127442012-02-07 Andreas Schwab <schwab@linux-m68k.org>
12745
84ba42c4
AS
12746 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
12747
cfdc0dd7
AS
12748 * math/libm-test.inc (jn_test): Add missing L suffix.
12749
622c86f4
MP
127502012-02-06 Marek Polacek <polacek@redhat.com>
12751
12752 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
12753 * sysdeps/i386/fpu/e_powf.S: Likewise.
12754 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
12755 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
12756 * sysdeps/i386/fpu/e_acosh.S: Likewise.
12757 * sysdeps/i386/fpu/e_pow.S: Likewise.
12758 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
12759 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
12760 * sysdeps/i386/fpu/s_expm1.S: Likewise.
12761 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
12762 * sysdeps/i386/fpu/e_log2.S: Likewise.
12763 * sysdeps/i386/fpu/e_log2l.S: Likewise.
12764 * sysdeps/i386/fpu/e_scalb.S: Likewise.
12765 * sysdeps/i386/fpu/e_powl.S: Likewise.
12766 * sysdeps/i386/fpu/s_log1p.S: Likewise.
12767 * sysdeps/i386/fpu/e_log10f.S: Likewise.
12768 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
12769 * sysdeps/i386/fpu/e_logl.S: Likewise.
12770 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
12771 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
12772 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
12773 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
12774 * sysdeps/i386/fpu/e_log2f.S: Likewise.
12775 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
12776 * sysdeps/i386/fpu/e_log.S: Likewise.
12777 * sysdeps/i386/fpu/s_cexp.S: Likewise.
12778 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
12779 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
12780 * sysdeps/i386/fpu/e_logf.S: Likewise.
12781 * sysdeps/i386/fpu/e_log10l.S: Likewise.
12782 * sysdeps/i386/fpu/e_atanh.S: Likewise.
12783 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
12784 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
12785 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
12786 * sysdeps/i386/fpu/e_log10.S: Likewise.
12787 * sysdeps/i386/fpu/s_frexp.S: Likewise.
12788 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
12789 * sysdeps/i386/fpu/s_asinh.S: Likewise.
12790 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
12791 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
12792 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
12793 * sysdeps/i386/asm-syntax.h: Likewise.
12794 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
12795 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
12796 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
12797 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
12798 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
12799 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
12800 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
12801 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
12802 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
12803 * sysdeps/powerpc/sysdep.h: Likewise.
12804 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
12805 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12806
d4a54ac6
JM
128072012-02-06 Joseph Myers <joseph@codesourcery.com>
12808
12809 [BZ #411]
12810 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
12811
314054ea
JM
128122012-02-06 Joseph Myers <joseph@codesourcery.com>
12813
12814 * sysdeps/i386/sysdep.h: Include <features.h>.
12815 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
12816 version.
12817
d8e0ca50
JM
128182012-02-05 Joseph Myers <joseph@codesourcery.com>
12819
12820 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
12821 Define.
12822 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
12823 LOAD_PIC_REG_STR.
12824
b1da7dd9
JM
128252012-02-03 Joseph Myers <joseph@codesourcery.com>
12826
12827 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
12828 (SETUP_PIC_REG): Use GET_PC_THUNK.
12829 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
12830 macro.
12831
9a1d9254
JM
128322012-02-03 Joseph Myers <joseph@codesourcery.com>
12833
12834 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
12835 for non-PIC compilation.
12836 (SETUP_PIC_REG): Add .p2align directive.
12837 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
12838 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
12839 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
12840 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
12841 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
12842 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
12843 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
12844 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
12845 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
12846 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
12847 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
12848 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
12849 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
12850 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
12851 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
12852 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
12853 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
12854 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
12855 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
12856 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
12857 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
12858 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
12859 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
12860 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
12861 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
12862 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
12863 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
12864 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
12865 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
12866 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
12867 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
12868 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
12869 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
12870 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
12871 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
12872 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
12873 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
12874 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
12875 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
12876 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
12877 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
12878
65dc3b75
JM
128792012-02-03 Joseph Myers <joseph@codesourcery.com>
12880
12881 * math/tst-CMPLX.c: Include <stdio.h>.
12882
d55bf177
JM
128832012-01-31 Joseph Myers <joseph@codesourcery.com>
12884
12885 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
12886 float.
12887 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
12888 * sysdeps/sparc/bits/mathdef.h: Likewise.
12889
69db4f8f
MP
128902012-01-31 Marek Polacek <polacek@redhat.com>
12891
12892 * libio/libio.h: Don't define _PARAMS.
12893 * locale/programs/config.h: Don't define PARAMS.
12894 * stdlib/strtol_l.c: Likewise.
12895 (__strtol_l): Remove PARAMS from the prototype.
12896
41b81892
UD
128972012-01-31 Ulrich Drepper <drepper@gmail.com>
12898
3b49edc0
UD
12899 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
12900 names. Just use the correct names. Remove unnecessary wrapper
12901 functions.
12902 * malloc/arena.c: Likewise.
12903 * malloc/hooks.c: Likewise.
12904
41b81892
UD
12905 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
12906 ARENA_TEST says not to. Simplify test for creation of a new arena.
12907 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
12908
27a25b6e
UD
129092012-01-30 Ulrich Drepper <drepper@gmail.com>
12910
12911 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
12912 into tail calls.
12913 (update_get_addr): New function.
12914 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
12915 GET_ADDR_MODULE parameter.
12916
c8a89e7d
JM
129172012-01-30 Joseph Myers <joseph@codesourcery.com>
12918
12919 * crypt/cert.c: Remove __STDC__ conditionals.
12920 * crypt/crypt-entry.c: Likewise.
12921 * crypt/crypt_util.c: Likewise.
12922 * libio/filedoalloc.c: Likewise.
12923 * libio/fileops.c: Likewise.
12924 * libio/genops.c: Likewise.
12925 * libio/iofclose.c: Likewise.
12926 * libio/iofdopen.c: Likewise.
12927 * libio/iofopen.c: Likewise.
12928 * libio/iofopen64.c: Likewise.
12929 * libio/iogetdelim.c: Likewise.
12930 * libio/iopopen.c: Likewise.
12931 * libio/obprintf.c: Likewise.
12932 * libio/oldfileops.c: Likewise.
12933 * libio/oldiofclose.c: Likewise.
12934 * libio/oldiofdopen.c: Likewise.
12935 * libio/oldiofopen.c: Likewise.
12936 * libio/oldiopopen.c: Likewise.
12937 * libio/wfiledoalloc.c: Likewise.
12938 * libio/wgenops.c: Likewise.
12939 * locale/programs/xmalloc.c: Likewise.
12940 * misc/syslog.c: Likewise.
12941 * stdio-common/xbug.c: Likewise.
12942 * string/memchr.c: Likewise.
12943 * string/memcmp.c: Likewise.
12944 * string/memrchr.c: Likewise.
12945 * string/rawmemchr.c: Likewise.
12946 * sysdeps/posix/getcwd.c: Likewise.
12947 * time/strftime_l.c: Likewise.
12948
3b100462
JM
129492012-01-30 Joseph Myers <joseph@codesourcery.com>
12950
12951 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
12952 * config.make.in (config-cflags-sse2avx): Define.
12953 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
12954 Fix typo.
12955
607998af
CM
129562012-01-29 Chris Metcalf <cmetcalf@tilera.com>
12957
12958 * scripts/config.guess: Update from upstream config git repository.
12959 * scripts/config.sub: Likewise.
12960
3601428f
CM
129612012-01-28 Chris Metcalf <cmetcalf@tilera.com>
12962
3ac8b282
CM
12963 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
12964 (EM_NUM): Update.
12965 (R_TILEPRO_*, R_TILEGX_*): New macros.
12966
e034841e
CM
12967 * scripts/firstversions.awk: Fix bug in version range handling.
12968
540d7568
CM
12969 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
12970
3601428f
CM
12971 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
12972
463de862
CM
12973 * include/sys/epoll.h: New file.
12974 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
12975 libc_hidden_def.
12976
73139a76
UD
129772012-01-28 Ulrich Drepper <drepper@gmail.com>
12978
96bc5b45
UD
12979 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
12980 Avoid unnecessary __WORDSIZE == 64 test.
12981 (fmaxf): Use VEX format if possible.
12982 (fmax): Likewise.
12983 (fminf): Likewise.
12984 (fmin): Likewise.
12985
56f6f6a2
UD
12986 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
12987 * math/math_private.h: Remove libc_fegetround* and
12988 libc_fesetround*.
12989 * sysdeps/i386/configure.in: Check for -msse2avx.
12990 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
12991 also if SSE2AVX is defined.
12992 Remove libc_fegetround* and libc_fesetround*.
12993 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
12994 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
12995 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
12996 of HAS_YMM_USABLE.
12997 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
12998 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
12999 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
13000 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
13001 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
13002
73139a76
UD
13003 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
13004
d73f93a4
AZ
130052012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13006
13007 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
13008 size is not set.
13009 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
13010
6ee65ed6
UD
130112012-01-27 Ulrich Drepper <drepper@gmail.com>
13012
13013 [BZ #13618]
13014 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
13015 relocation.
13016 * Makeconfig (libm): Define.
13017 * elf/Makefile: Add rules to build and run tst-relsort1.
13018 * elf/tst-relsort1.c: New file.
13019 * elf/tst-relsort1mod1.c: New file.
13020 * elf/tst-relsort1mod2.c: New file.
13021
8db21882
JM
130222012-01-27 Joseph Myers <joseph@codesourcery.com>
13023
13024 * math/s_ldexp.c: Remove __STDC__ conditionals.
13025 * math/s_ldexpf.c: Likewise.
13026 * math/s_ldexpl.c: Likewise.
13027 * math/s_nextafter.c: Likewise.
13028 * math/s_nexttowardf.c: Likewise.
13029 * math/s_significand.c: Likewise.
13030 * math/s_significandf.c: Likewise.
13031 * math/s_significandl.c: Likewise.
13032 * math/w_jnl.c: Likewise.
13033 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
13034 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
13035 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
13036 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
13037 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
13038 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
13039 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
13040 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
13041 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
13042 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
13043 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
13044 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
13045 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
13046 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
13047 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
13048 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
13049 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
13050 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
13051 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
13052 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
13053 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
13054 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
13055 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
13056 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
13057 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
13058 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
13059 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
13060 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
13061 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
13062 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
13063 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
13064 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
13065 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
13066 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
13067 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
13068 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
13069 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
13070 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
13071 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
13072 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
13073 * sysdeps/ieee754/k_standard.c: Likewise.
13074 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
13075 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
13076 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
13077 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
13078 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
13079 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
13080 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
13081 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
13082 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
13083 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
13084 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
13085 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
13086 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
13087 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
13088 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
13089 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
13090 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
13091 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
13092 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
13093 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
13094 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
13095 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
13096 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
13097 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
13098 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
13099 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
13100 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
13101 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
13102 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
13103 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
13104 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
13105 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
13106 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
13107 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
13108 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
13109 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
13110 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
13111 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
13112 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
13113 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
13114 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13115 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
13116 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
13117 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
13118 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
13119 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
13120 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
13121 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
13122 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
13123 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
13124 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
13125 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
13126 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
13127 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
13128 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
13129 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
13130 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
13131 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
13132 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
13133 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
13134 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
13135 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
13136 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
13137 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
13138 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
13139 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
13140 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
13141 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
13142 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
13143 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
13144 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
13145 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
13146 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
13147 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
13148 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
13149 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
13150 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
13151 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
13152 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
13153 * sysdeps/ieee754/s_matherr.c: Likewise.
13154 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
13155 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13156 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13157 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13158
965a54a4
JM
131592012-01-26 Joseph Myers <joseph@codesourcery.com>
13160
13161 * crypt/md5.h: Remove __STDC__ conditionals.
13162 * libio/libioP.h: Likewise.
13163 * locale/programs/config.h: Likewise.
13164 * sysdeps/generic/sysdep.h: Likewise.
13165 * sysdeps/i386/asm-syntax.h: Likewise.
13166 * sysdeps/s390/asm-syntax.h: Likewise.
13167 * sysdeps/unix/sysdep.h: Likewise.
13168 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
13169 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
13170
7071ad79
JM
131712012-01-26 Joseph Myers <joseph@codesourcery.com>
13172
13173 * libio/libio.h: Remove __STDC__ conditionals.
13174 * malloc/obstack.h: Likewise.
13175 * math/complex.h: Likewise.
13176 * math/math.h: Likewise.
13177 * sysdeps/generic/_G_config.h: Likewise.
13178 * sysdeps/gnu/_G_config.h: Likewise.
13179 * sysdeps/mach/hurd/_G_config.h: Likewise.
13180 * sysdeps/powerpc/bits/mathdef.h: Likewise.
13181 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
13182 * sysdeps/sparc/bits/mathdef.h: Likewise.
13183
afc5ed09
UD
131842012-01-26 Ulrich Drepper <drepper@gmail.com>
13185
13186 [BZ #13583]
13187 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 13188 Clean up HAS_* macros.
afc5ed09 13189 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
13190 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
13191 possible.
13192 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
13193 HAS_AVX.
13194 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
13195 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
13196 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
13197 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
13198 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 13199
bdb6de1d
JM
132002012-01-25 Joseph Myers <joseph@codesourcery.com>
13201
13202 * elf/tst-unique3.cc (gets): Remove declaration.
13203 * elf/tst-unique3lib.cc (gets): Likewise.
13204 * elf/tst-unique3lib2.cc (gets): Likewise.
13205 * elf/tst-unique4.cc (gets): Likewise.
13206
b15549e6
UD
132072012-01-24 Ulrich Drepper <drepper@gmail.com>
13208
13209 * include/stdio.h: Add C++ protection. Add gets declarations and
13210 definitions.
13211 * debug/tst-chk1.c: Don't declare gets here.
13212 * stdio-common/tst-gets.c: Likewise.
13213
a037381f
JM
132142012-01-24 Joseph Myers <joseph@codesourcery.com>
13215
13216 * posix/glob: Remove directory.
13217
f1d4aa75
JM
132182012-01-24 Joseph Myers <joseph@codesourcery.com>
13219
13220 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
13221
81c0c964
PT
132222012-01-22 Pino Toscano <toscano.pino@tiscali.it>
13223
13224 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
13225 of the non-standard EPFNOSUPPORT.
13226
0ea698ae
ST
132272011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
13228
13229 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
13230 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
13231 ANYWHERE set to 1 only on KERN_NO_SPACE error.
13232
d220b117
UD
132332012-01-21 Ulrich Drepper <drepper@gmail.com>
13234
13235 * wcsmbs/uchar.h: Test __STDC_VERSION__.
13236
3e1aa84e
UD
132372012-01-20 Ulrich Drepper <drepper@gmail.com>
13238
13239 * nscd/aicache.c (addhstaiX): Do not cache negative results of
13240 transient errors.
13241 * nscd/grpcache.c (cache_addgr): Likewise.
13242 * nscd/hstcache.c (cache_addhst): Likewise.
13243 * nscd/initgrcache.c (addinitgroupsX): Likewise.
13244 * nscd/pwdcache.c (cache_addpw): Likewise.
13245 * nscd/servicescache.c (cache_addserv): Likewise.
13246
400aa020
UD
132472012-01-16 Ulrich Drepper <drepper@gmail.com>
13248
d77e7869
UD
13249 * malloc/malloc.c: Various cleanups.
13250 * malloc/hooks.c: Likewise.
13251
400aa020
UD
13252 * stdlib/Makefile (tests): Add bug-fmtmsg1.
13253 * stdlib/bug-fmtmsg1.c: New file.
13254
13255 * stdlib/fmtmsg.c (init): Add missing unlock.
13256 Patch by Peng Haitao <penght@cn.fujitsu.com>.
13257
e0a309cf
MP
132582012-01-12 Marek Polacek <polacek@redhat.com>
13259
13260 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
13261 and _GNU_SOURCE.
13262
929d11c7
WS
132632012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
13264
13265 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
13266 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
13267 macro to ensure uniqueness of label name.
13268 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
13269 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
13270
41d0e869
UD
132712012-01-11 Ulrich Drepper <drepper@gmail.com>
13272
0cc5ed3b
UD
13273 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
13274
41d0e869
UD
13275 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
13276 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
13277 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
13278 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
13279
a47a831a
UD
132802012-01-10 Ulrich Drepper <drepper@gmail.com>
13281
daa891c0
UD
13282 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
13283
13284 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
13285 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
13286 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
13287
e58ef0f2
UD
13288 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
13289
a47a831a 13290 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
13291 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
13292 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 13293 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
13294
13295 * math/bits/math-finite.h: Add ldexp support.
13296
a0bfc9c7
MP
132972012-01-10 Marek Polacek <polacek@redhat.com>
13298
13299 * locale/programs/localedef.h (show_archive_content): Add noreturn
13300 attribute.
13301
d6e97a1d
UD
133022012-01-09 Ulrich Drepper <drepper@gmail.com>
13303
13304 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
13305
d5835c26
UD
133062012-01-08 Ulrich Drepper <drepper@gmail.com>
13307
e5f484c6
UD
13308 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
13309
d5835c26
UD
13310 * io/Makefile (headers): Add bits/poll2.h.
13311
d1f741e9
WS
133122011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
13313
13314 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
13315 typo #include statement.
13316
ec09c1c4
UD
133172012-01-08 Ulrich Drepper <drepper@gmail.com>
13318
13319 * include/sys/cdefs.h: Define __attribute_alloc_size.
13320 * catgets/gencat.c: Add alloc_size attribute and apply consistently
13321 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
13322 * elf/pldd.c: Likewise.
13323 * iconv/iconv_charmap.c: Likewise.
13324 * iconv/iconvconfig.c: Likewise.
13325 * iconv/strtab.c: Likewise.
13326 * locale/programs/locale.c: Likewise.
13327 * locale/programs/localedef.h: Likewise.
13328 * locale/programs/simple-hash.c: Likewise.
13329 * nscd/nscd.h: Likewise.
13330 * nss/makedb.c: Likewise.
13331 * sysdeps/generic/ldconfig.h: Likewise.
13332 * locale/programs/localedef.c: Remove xmalloc prototype.
13333 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
13334
20b38e03
PP
133352012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13336
13337 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
13338 appropriate.
13339
a0da5fe1
UD
133402012-01-08 Ulrich Drepper <drepper@gmail.com>
13341
1d5a644a 13342 * math/Makefile (tests): Add tst-CMPLX.
669704fd 13343 * math/tst-CMPLX.c: New file.
1d5a644a 13344
8784a6db
UD
13345 * math/complex.h (CMPLXL): Fix typo.
13346
d9a216c0
UD
13347 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
13348 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
13349 GLIBC_2.16.
13350 * debug/tst-chk1.c: Add poll and ppoll tests.
13351 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
13352 * include/sys/poll.h: Add hidden proto for ppoll.
13353 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
13354 * sysdeps/mach/hurd/ppoll.c: Likewise.
13355 * io/ppoll.c: Likewise.
13356 * debug/poll_chk.c: New file.
13357 * debug/ppoll_chk.c: New file.
13358 * include/bits/poll2.h: New file.
13359 * io/bits/poll2.h: New file.
13360
ac097f5c
UD
13361 [BZ #1350]
13362 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
13363
2119dcfa
UD
13364 * configure.in: static is always set to yes. Remove.
13365 * config.make.in: Don't set build-static.
13366 * Makeconfig: Remove use of build-static.
13367 * dlfcn/Makefile: Likewise.
13368 * elf/Makefile: Likewise.
13369 * math/Makefile: Likewise.
13370 * misc/Makefile: Likewise.
13371 * nptl/Makefile: Likewise.
13372 * sysdeps/mach/hurd/Makefile: Likewise.
13373
121766a9
UD
13374 * configure.in: PWD_P is not used anymore.
13375 * config.make.in: Remove PWD_P entry.
13376
51a1d39c 13377 * configure.in: Remove last remnants of RANLIB.
8720d066 13378 No need to check for signed size_t anymore.
215f4bdc
UD
13379 Don't set libc_commonpagesize and libc_relro_required here for Alpha
13380 and IA-64.
3857022a 13381 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
13382 * aclocal.m4: Likewise.
13383
d3ed7225
UD
13384 * wcsmbs/mbrtoc16.c: Implement using towc function.
13385 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
13386 * wcsmbs/wcsmbsload.c: Likewise.
13387 * iconv/gconv_simple.c: Likewise.
13388 * iconv/gconv_int.h: Likewise.
13389 * iconv/gconv_builtin.h: Likewise.
13390 * iconv/iconv_prog.c: Remove CHAR16 handling.
13391
13392 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
13393
13394 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
13395
a0da5fe1
UD
13396 * configure.in: Remove --with-elf and --enable-bounded options.
13397 Dont set base_machine for ia64. More non-ELF conditions removed.
13398 Remove testing and setting of leading underscore information.
13399 * config.make.in (build-bounded): Set to no.
13400 * config.h.in: Remove NO_UNDERSCORES entry.
13401 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
13402 them.
13403 * csu/start.c: Remove !NO_UNDERSCORE code.
13404 * locale/localeinfo.h: Likewise.
13405 * sysdeps/generic/machine-gmon.h: Likewise.
13406 * sysdeps/generic/sysdep.h: Likewise.
13407 * sysdeps/i386/sysdep.h: Likewise.
13408 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
13409 * sysdeps/mach/sysdep.h: Likewise.
13410 * sysdeps/s390/s390-32/sysdep.h: Likewise.
13411 * sysdeps/s390/s390-64/sysdep.h: Likewise.
13412 * sysdeps/sh/sysdep.h: Likewise.
13413 * sysdeps/sparc/sparc32/alloca.S: Likewise.
13414 * sysdeps/unix/i386/sysdep.S: Likewise.
13415 * sysdeps/unix/sparc/start.c: Likewise.
13416 * sysdeps/unix/sparc/sysdep.S: Likewise.
13417 * sysdeps/unix/sparc/sysdep.h: Likewise.
13418 * sysdeps/unix/start.c: Likewise.
13419 * sysdeps/unix/x86_64/sysdep.S: Likewise.
13420 * sysdeps/x86_64/sysdep.h: Likewise.
13421
df78418a
UD
134222012-01-07 Ulrich Drepper <drepper@gmail.com>
13423
a784e502
UD
13424 [BZ #13553]
13425 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
13426 for non-gcc.
13427 * argp/argp-fmtstream.h: Use const instead __const.
13428 * argp/argp.h: Likewise.
13429 * assert/assert.h: Likewise.
13430 * bits/fenv.h: Likewise.
13431 * bits/sched.h: Likewise.
13432 * bits/sigset.h: Likewise.
13433 * bits/sigthread.h: Likewise.
13434 * catgets/nl_types.h: Likewise.
13435 * conform/data/pthread.h-data: Likewise.
13436 * crypt/crypt-private.h: Likewise.
13437 * crypt/crypt.h: Likewise.
13438 * crypt/crypt_util.c: Likewise.
13439 * ctype/ctype.h: Likewise.
13440 * debug/execinfo.h: Likewise.
13441 * debug/mbsnrtowcs_chk.c: Likewise.
13442 * debug/mbsrtowcs_chk.c: Likewise.
13443 * debug/wcsnrtombs_chk.c: Likewise.
13444 * debug/wcsrtombs_chk.c: Likewise.
13445 * debug/wcstombs_chk.c: Likewise.
13446 * dirent/dirent.h: Likewise.
13447 * dlfcn/dlfcn.h: Likewise.
13448 * elf/neededtest4.c: Likewise.
13449 * grp/grp.h: Likewise.
13450 * gshadow/gshadow.h: Likewise.
13451 * iconv/gconv.h: Likewise.
13452 * iconv/gconv_int.h: Likewise.
13453 * iconv/gconv_simple.c: Likewise.
13454 * iconv/iconv.h: Likewise.
13455 * iconv/loop.c: Likewise.
13456 * iconv/skeleton.c: Likewise.
13457 * include/aio.h: Likewise.
13458 * include/aliases.h: Likewise.
13459 * include/argz.h: Likewise.
13460 * include/arpa/inet.h: Likewise.
13461 * include/assert.h: Likewise.
13462 * include/dirent.h: Likewise.
13463 * include/dlfcn.h: Likewise.
13464 * include/execinfo.h: Likewise.
13465 * include/fcntl.h: Likewise.
13466 * include/fenv.h: Likewise.
13467 * include/glob.h: Likewise.
13468 * include/grp.h: Likewise.
13469 * include/libintl.h: Likewise.
13470 * include/mntent.h: Likewise.
13471 * include/netdb.h: Likewise.
13472 * include/pwd.h: Likewise.
13473 * include/rpc/netdb.h: Likewise.
13474 * include/sched.h: Likewise.
13475 * include/search.h: Likewise.
13476 * include/shadow.h: Likewise.
13477 * include/signal.h: Likewise.
13478 * include/stdio.h: Likewise.
13479 * include/stdlib.h: Likewise.
13480 * include/string.h: Likewise.
13481 * include/sys/socket.h: Likewise.
13482 * include/sys/stat.h: Likewise.
13483 * include/sys/statfs.h: Likewise.
13484 * include/sys/statvfs.h: Likewise.
13485 * include/sys/syslog.h: Likewise.
13486 * include/sys/time.h: Likewise.
13487 * include/sys/uio.h: Likewise.
13488 * include/time.h: Likewise.
13489 * include/unistd.h: Likewise.
13490 * include/utmp.h: Likewise.
13491 * include/wchar.h: Likewise.
13492 * include/wctype.h: Likewise.
13493 * inet/aliases.h: Likewise.
13494 * inet/arpa/inet.h: Likewise.
13495 * inet/netinet/ether.h: Likewise.
13496 * inet/netinet/in.h: Likewise.
13497 * intl/libintl.h: Likewise.
13498 * io/bits/fcntl2.h: Likewise.
13499 * io/fcntl.h: Likewise.
13500 * io/ftw.h: Likewise.
13501 * io/sys/poll.h: Likewise.
13502 * io/sys/stat.h: Likewise.
13503 * io/sys/statfs.h: Likewise.
13504 * io/sys/statvfs.h: Likewise.
13505 * io/utime.h: Likewise.
13506 * libio/bits/stdio.h: Likewise.
13507 * libio/bits/stdio2.h: Likewise.
13508 * libio/libio.h: Likewise.
13509 * libio/libioP.h: Likewise.
13510 * libio/stdio.h: Likewise.
13511 * locale/lc-ctype.c: Likewise.
13512 * locale/locale.h: Likewise.
13513 * login/utmp.h: Likewise.
13514 * malloc/arena.c: Likewise.
13515 * malloc/malloc.c: Likewise.
13516 * malloc/malloc.h: Likewise.
13517 * malloc/mcheck.c: Likewise.
13518 * malloc/mtrace.c: Likewise.
13519 * math/bits/mathcalls.h: Likewise.
13520 * math/fenv.h: Likewise.
13521 * math/math_private.h: Likewise.
13522 * misc/bits/error.h: Likewise.
13523 * misc/bits/syslog.h: Likewise.
13524 * misc/err.h: Likewise.
13525 * misc/error.h: Likewise.
13526 * misc/fstab.h: Likewise.
13527 * misc/mntent.h: Likewise.
13528 * misc/regexp.h: Likewise.
13529 * misc/search.h: Likewise.
13530 * misc/sgtty.h: Likewise.
13531 * misc/sys/mman.h: Likewise.
13532 * misc/sys/syslog.h: Likewise.
13533 * misc/sys/uio.h: Likewise.
13534 * misc/sys/xattr.h: Likewise.
13535 * misc/ttyent.h: Likewise.
13536 * nis/rpcsvc/ypclnt.h: Likewise.
13537 * nss/nss.h: Likewise.
13538 * posix/bits/unistd.h: Likewise.
13539 * posix/fnmatch.h: Likewise.
13540 * posix/glob.h: Likewise.
13541 * posix/sched.h: Likewise.
13542 * posix/spawn.h: Likewise.
13543 * posix/sys/wait.h: Likewise.
13544 * posix/unistd.h: Likewise.
13545 * posix/wordexp.h: Likewise.
13546 * pwd/pwd.h: Likewise.
13547 * resolv/netdb.h: Likewise.
13548 * resource/sys/resource.h: Likewise.
13549 * rt/aio.h: Likewise.
13550 * rt/bits/mqueue2.h: Likewise.
13551 * rt/mqueue.h: Likewise.
13552 * shadow/shadow.h: Likewise.
13553 * signal/signal.h: Likewise.
13554 * socket/send.c: Likewise.
13555 * socket/sendto.c: Likewise.
13556 * socket/sys/socket.h: Likewise.
13557 * stdio-common/printf.h: Likewise.
13558 * stdlib/bits/stdlib.h: Likewise.
13559 * stdlib/fmtmsg.h: Likewise.
13560 * stdlib/monetary.h: Likewise.
13561 * stdlib/stdlib.h: Likewise.
13562 * stdlib/ucontext.h: Likewise.
13563 * streams/stropts.h: Likewise.
13564 * string/argz.h: Likewise.
13565 * string/bits/string2.h: Likewise.
13566 * string/string.h: Likewise.
13567 * string/strings.h: Likewise.
13568 * sunrpc/rpc/auth.h: Likewise.
13569 * sunrpc/rpc/auth_des.h: Likewise.
13570 * sunrpc/rpc/clnt.h: Likewise.
13571 * sunrpc/rpc/netdb.h: Likewise.
13572 * sunrpc/rpc/pmap_clnt.h: Likewise.
13573 * sunrpc/rpc/xdr.h: Likewise.
13574 * sysdeps/generic/inttypes.h: Likewise.
13575 * sysdeps/generic/net/if.h: Likewise.
13576 * sysdeps/generic/sys/swap.h: Likewise.
13577 * sysdeps/gnu/net/if.h: Likewise.
13578 * sysdeps/gnu/utmpx.h: Likewise.
13579 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
13580 * sysdeps/i386/i486/bits/string.h: Likewise.
13581 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
13582 * sysdeps/s390/bits/string.h: Likewise.
13583 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
13584 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
13585 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
13586 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
13587 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
13588 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
13589 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
13590 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
13591 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
13592 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
13593 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
13594 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
13595 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
13596 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
13597 * sysdeps/unix/sysv/linux/readv.c: Likewise.
13598 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
13599 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
13600 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
13601 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
13602 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
13603 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
13604 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
13605 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
13606 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
13607 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
13608 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
13609 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
13610 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
13611 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
13612 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
13613 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
13614 * sysvipc/sys/ipc.h: Likewise.
13615 * sysvipc/sys/msg.h: Likewise.
13616 * sysvipc/sys/sem.h: Likewise.
13617 * sysvipc/sys/shm.h: Likewise.
13618 * termios/termios.h: Likewise.
13619 * time/sys/time.h: Likewise.
13620 * time/time.h: Likewise.
13621 * wcsmbs/bits/wchar2.h: Likewise.
13622 * wcsmbs/uchar.h: Likewise.
13623 * wcsmbs/wchar.h: Likewise.
13624 * wctype/wctype.h: Likewise.
13625
0269750c
UD
13626 [BZ #13551]
13627 * Makeconfig: Remove all but ELF support including AIX support.
13628 * Makerules: Likewise.
13629 * config.h.in: Likewise.
13630 * config.make.in: Likewise.
13631 * configure: Likewise.
13632 * configure.in: Likewise.
13633 * csu/Makefile: Likewise.
13634 * csu/version.c: Likewise.
13635 * debug/Makefile: Likewise.
13636 * dlfcn/Makefile: Likewise.
13637 * elf/Makefile: Likewise.
13638 * extra-lib.mk: Likewise.
13639 * iconv/Makefile: Likewise.
13640 * include/libc-symbols.h: Likewise.
13641 * include/shlib-compat.h: Likewise.
13642 * resolv/Makefile: Likewise.
13643 * resolv/res_libc.c: Likewise.
13644 * rt/Makefile: Likewise.
13645 * sysdeps/i386/asm-syntax.h: Likewise.
13646 * sysdeps/i386/sysdep.h: Likewise.
13647 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
13648 * sysdeps/mach/sysdep.h: Likewise.
13649 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
13650 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
13651 * sysdeps/s390/asm-syntax.h: Likewise.
13652 * sysdeps/s390/s390-32/sysdep.h: Likewise.
13653 * sysdeps/s390/s390-64/sysdep.h: Likewise.
13654 * sysdeps/sh/sysdep.h: Likewise.
13655 * sysdeps/unix/sparc/sysdep.h: Likewise.
13656 * sysdeps/wordsize-32/divdi3.c: Likewise.
13657 * sysdeps/x86_64/sysdep.h: Likewise.
13658
00bbd29b
UD
13659 * argp/Versions: Remove _argp_unlock_xxx.
13660
13661 [BZ #13559]
13662 * abilist/ld.abilist: Update. Adjust for removal of tls option.
13663 * abilist/libBrokenLocale.abilist: Likewise.
13664 * abilist/libanl.abilist: Likewise.
13665 * abilist/libc.abilist: Likewise.
13666 * abilist/libcrypt.abilist: Likewise.
13667 * abilist/libdl.abilist: Likewise.
13668 * abilist/libm.abilist: Likewise.
13669 * abilist/libnsl.abilist: Likewise.
13670 * abilist/libpthread.abilist: Likewise.
13671 * abilist/libresolv.abilist: Likewise.
13672 * abilist/librt.abilist: Likewise.
13673 * abilist/libthread_db.abilist: Likewise.
13674 * abilist/libutil.abilist: Likewise.
13675 * abilist/libnss_db.abilist: New file.
13676
13677 * scripts/abilist.awk: Add support for indirect functions.
13678
a2693a0e
UD
13679 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
13680
3f05895f
UD
13681 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
13682
ecb6fb48
UD
13683 * shlib-versions: Remove entries for ports architectures.
13684
664f8cb9
UD
13685 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
13686 files in ports.
13687 * elf/stackguard-macros.h: Remove support for IA-64.
13688 * elf/tst-auditmod1.c: Likewise.
13689 * sysdeps/generic/ldsodefs.h: Likewise.
13690
7ae81d88
UD
13691 * sysdeps/unix/sysv/linux/configure.in: Ports should define
13692 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
13693 configure files.
13694
bdeba135
UD
13695 [BZ #13552]
13696 * configure.in: Remove --enable-omitfp support.
13697 * FAQ.in: Adjust.
13698 * config.make.in: Likewise.
13699 * Makeconfig: Likewise.
13700 * manual/install.texi: Likewise.
13701
d75a0a62
UD
13702 In case anyone cares, the IA-64 architecture could move to ports.
13703 * sysdeps/ia64/*: Removed.
13704 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 13705 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 13706
dcc9756b
UD
13707 [BZ #13555]
13708 * configure.in: Remove entries for unsupported architectures.
13709
d3761ebc 13710 [BZ #13533]
9954432e
UD
13711 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
13712 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
13713 routines.
13714 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
13715 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
13716 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
13717 fall back to using wcrtomb.
13718 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
13719 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
13720 renaming.
13721 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
13722 * wcsmbs/tst-c16c32-1.c: New file.
13723
13724 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
13725 local variable.
13726
c3a87236
UD
13727 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
13728
28926a1b
UD
13729 * elf/tst-unique3.cc: Add explicit declaration of gets.
13730 * elf/tst-unique3lib.cc: Likewise.
13731 * elf/tst-unique3lib2.cc: Likewise.
13732 * elf/tst-unique4.cc: Likewise.
13733
df78418a
UD
13734 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
13735
8ecd6b2a
JM
137362012-01-06 Joseph Myers <joseph@codesourcery.com>
13737
13738 [BZ #13566]
13739 * assert/assert.h (static_assert): Don't define for C++.
13740 * libio/stdio.h (gets): Do declare for C++ <= C++11.
13741 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
13742
9f115170
UD
137432012-01-03 Ulrich Drepper <drepper@gmail.com>
13744
5e0d0300
UD
13745 * iconv/loop.c (single loop): Fix assertion in storing of
13746 remaining bytes.
13747
9f115170
UD
13748 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
13749
81fb02b0
UD
137502012-01-01 Ulrich Drepper <drepper@gmail.com>
13751
13752 * posix/getconf.c: Update copyright year.
13753 * nss/getent.c: Likewise.
a316c1f6 13754 * nss/makedb.c: Likewise.
81fb02b0
UD
13755 * iconv/iconvconfig.c: Likewise.
13756 * iconv/iconv_prog.c: Likewise.
13757 * elf/ldconfig.c: Likewise.
a316c1f6
UD
13758 * elf/pldd.c: Likewise.
13759 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
13760 * catgets/gencat.c: Likewise.
13761 * csu/version.c: Likewise.
13762 * elf/ldd.bash.in: Likewise.
13763 * elf/sprof.c (print_version): Likewise.
13764 * locale/programs/locale.c: Likewise.
13765 * locale/programs/localedef.c: Likewise.
a316c1f6 13766 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
13767 * nscd/nscd.c (print_version): Likewise.
13768 * debug/xtrace.sh: Likewise.
13769 * malloc/memusage.sh: Likewise.
13770 * malloc/mtrace.pl: Likewise.
13771 * debug/catchsegv.sh: Likewise.
13772
2ba92745
JJ
137732011-12-30 Jakub Jelinek <jakub@redhat.com>
13774
13775 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
13776 pure attribute.
13777
dadebdae
UD
137782011-12-24 Ulrich Drepper <drepper@gmail.com>
13779
d3761ebc 13780 [BZ #13533]
db6af3eb
UD
13781 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
13782 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
13783 transformations.
13784 * iconv/gconv_int.h: Likewise.
13785 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
13786 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
13787 from libc for GLIBC_2.16.
13788 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
13789 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
13790 * wcsmbs/uchar.h: Really define mbstate_t.
13791 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
13792 * wcsmbs/c16rtomb.c: New file.
13793 * wcsmbs/mbrtoc16.c: New file.
13794 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
13795 for C/POSIX locale.
13796 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
13797 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
13798
dadebdae
UD
13799 * wcsmbs/wchar.h: Add missing __restrict.
13800
67371b56
UD
138012011-12-23 Ulrich Drepper <drepper@gmail.com>
13802
74033a25
UD
13803 [BZ #13532]
13804 * time/Makefile (routines): Add timespec_get.
13805 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
13806 * time/time.h: Define TIME_UTC and declare timespec_get. Define
13807 timespec for ISO C11.
13808 * time/timespec_get.c: New file.
13809 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
13810 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
13811
380d7e87
UD
13812 [BZ #13531]
13813 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
13814 * stdlib/stdlib.h: Declare aligned_alloc.
13815 * Versions.def: Add GLIBC_2.16 for libc.
13816 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
13817
4e9e7a35
UD
13818 [BZ 13527]
13819 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
13820 ISO C11.
13821
380d7e87 13822 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
13823 code.
13824
03a71829
UD
13825 [BZ #13528]
13826 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
13827
839e283e
UD
13828 [BZ #13529]
13829 * assert/assert.h (static_assert): Define.
13830
ce5294e2 13831 * version.h: Update for 2.16 development version.
90fa7312 13832
8d44e150 13833 [BZ #13526]
d7809905
UD
13834 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
13835 _ISOC11_SOURCE.
13836
c0da14cd
UD
13837 * version.h (RELEASE): Bump for 2.15 release.
13838 * include/features.h (__GLIBC_MINOR__): Bump to 15.
13839
530a3249
MP
13840 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
13841 Patch by Marek Polacek <mpolacek@redhat.com>.
13842
67371b56
UD
13843 * bits/byteswap.h: Protect long long constants with __extension__.
13844 * sysdeps/i386/bits/byteswap.h: Likewise.
13845 * sysdeps/ia64/bits/byteswap.h: Likewise.
13846 * sysdeps/s390/bits/byteswap.h: Likewise.
13847 * sysdeps/x86_64/bits/byteswap.h: Likewise.
13848
15db4de1
LD
138492011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13850
13851 [BZ #13540]
bbe315ea
LD
13852 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
13853 destination buffer.
15db4de1
LD
13854 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
13855
2b2596b1
MP
138562011-12-23 Marek Polacek <polacek@redhat.com>
13857
13858 * elf/dl-addr.c (determine_info): Add inline keyword.
13859 * elf/tst-auditmod4b.c (check_avx): Likewise.
13860 * elf/tst-auditmod6b.c (check_avx): Likewise.
13861 * elf/tst-auditmod6c.c (check_avx): Likewise.
13862 * elf/tst-auditmod7b.c (check_avx): Likewise.
13863
70c6c246
UD
138642011-12-23 Ulrich Drepper <drepper@gmail.com>
13865
13866 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
13867 !__SSE_MATH__.
13868
c044cf14
LD
138692011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13870
15db4de1 13871 [BZ #13540]
c044cf14
LD
13872 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
13873 processing for last bytes.
13874
6b13d9d9
BH
138752011-08-06 Bruno Haible <bruno@clisp.org>
13876
d455f537
BH
13877 [BZ #13061]
13878 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
13879 U+0385, not to U+1FEE.
13880
6b13d9d9
BH
13881 [BZ #13062]
13882 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
13883 entry for U+00A5 U+0301.
13884
db910efd
UD
138852011-12-22 Ulrich Drepper <drepper@gmail.com>
13886
27deeafc
UD
13887 [BZ #13166]
13888 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
13889 buffer for the output is too small.
13890
aed9d171
UD
13891 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
13892 optimization.
13893
db910efd
UD
13894 [BZ #13185]
13895 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
13896 SSE flags if possible.
13897
2bd779ae
LD
138982011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13899
e7f9dac3 13900 [BZ #13540]
2bd779ae
LD
13901 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
13902 processing for last bytes.
13903
154bfc16
JM
139042011-12-22 Joseph Myers <joseph@codesourcery.com>
13905
13906 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
13907 (syscall-list-default-options, syscall-list-default-condition)
13908 (syscall-list-includes): Define.
13909 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
13910 list of ABIs and options and #if conditions for each ABI. Do not
13911 handle common syscalls between ABIs specially.
13912 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
13913 Remove.
13914 (syscall-list-variants, syscall-list-32bit-options)
13915 (syscall-list-32bit-condition, syscall-list-64bit-options)
13916 (syscall-list-64bit-condition): Define.
13917 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
13918 (syscall-list-variants, syscall-list-32bit-options)
13919 (syscall-list-32bit-condition, syscall-list-64bit-options)
13920 (syscall-list-64bit-condition): Define.
13921 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
13922 Remove.
13923 (syscall-list-variants, syscall-list-32bit-options)
13924 (syscall-list-32bit-condition, syscall-list-64bit-options)
13925 (syscall-list-64bit-condition): Define.
13926 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
13927 Remove.
13928 (syscall-list-variants, syscall-list-32bit-options)
13929 (syscall-list-32bit-condition, syscall-list-64bit-options)
13930 (syscall-list-64bit-condition): Define.
13931
21eaf3a5
UD
139322011-12-22 Ulrich Drepper <drepper@gmail.com>
13933
16c6f992
UD
13934 * locale/iso-639.def: Add brx entry.
13935
41043168
UD
13936 [BZ #13328]
13937 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
13938 Proposed by Mariusz_Cukr <marcukr@op.pl>.
13939
21eaf3a5
UD
13940 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
13941 __feraiseexcept_renamed.
13942
e3a851a2
UD
139432011-12-21 Ulrich Drepper <drepper@gmail.com>
13944
4920765e
UD
13945 [BZ #13538]
13946 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
13947 EPOLLET with unsigned values.
13948 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
13949 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
13950
e3a851a2
UD
13951 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
13952 to large cancellation.
13953 * math/s_cacoshf.c: Likewise.
13954 * math/s_cacoshl.c: Likewise.
13955
b27e24b8
RK
139562011-11-18 Richard B. Kreckel <kreckel@ginac.de>
13957
13958 [BZ #13305]
aebefeee 13959 [BZ #12786]
b27e24b8
RK
13960 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
13961 * math/s_cacoshf.c: Likewise.
13962 * math/s_cacoshl.c: Likewise.
13963
ee190f67
UD
139642011-12-21 Ulrich Drepper <drepper@gmail.com>
13965
13966 [BZ #13439]
13967 * iconv/gconv.h: Define __GCONV_SWAP.
13968 * iconvdata/unicode.c: The swap bit must be stored in __flags.
13969 * iconvdata/utf-16.c: Likewise.
13970 * iconvdata/utf-32.c: Likewise.
13971
707f25df
AS
139722011-12-21 Andreas Schwab <schwab@linux-m68k.org>
13973
13974 [BZ #13524]
13975 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
13976 numerator after shifting it by one limb.
13977
d2daaa1e
RÁE
139782011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
13979
13980 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
13981 under [__USE_EXTERN_INLINES].
13982
a4647e72
UD
139832011-12-17 Ulrich Drepper <drepper@gmail.com>
13984
13985 [BZ #13446]
13986 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
13987
f0b264f1
AZ
139882011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13989
13990 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
13991 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
13992 optimized code.
13993 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
13994 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
13995 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
13996 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
13997 for strncasecmp/strncasecmp_l compilation.
13998 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
13999 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
14000
8ef4f244
MP
140012011-12-08 Marek Polacek <mpolacek@redhat.com>
14002
14003 [BZ #13484]
14004 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
14005 of __asm__.
14006
97ac2654
UD
140072011-12-17 Ulrich Drepper <drepper@gmail.com>
14008
14009 [BZ #13506]
14010 * time/tzfile.c (__tzfile_read): Check values from file header.
14011
91d2a845
WS
140122011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
14013
14014 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
14015 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
14016 * powerpc/powerpc32/dl-start.S: Likewise.
14017 * powerpc/powerpc32/elf/start.S: Likewise.
14018 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14019 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
14020 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
14021 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
14022 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
14023 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
14024 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
14025 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
14026 * powerpc/powerpc32/fpu/s_round.S: Likewise.
14027 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
14028 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
14029 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
14030 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
14031 * powerpc/powerpc32/memset.S: Likewise.
14032 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
14033 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
14034 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
14035 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
14036 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
14037 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
14038 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
14039 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
14040 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
14041 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
14042 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
14043 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
14044 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
14045
a1267ba1
AZ
140462011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14047
14048 * math/libm-test.inc: Added more nearbyint tests.
14049 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
14050 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
14051 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
14052 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
14053
ad8ac1bd
RL
140542011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
14055
14056 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
14057 FD_CLOEXEC.
14058
1d3e4b61
UD
140592011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14060
14061 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
14062 Add wcscpy-ssse3 wcscpy-c.
14063 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
14064 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
14065 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
14066 * sysdeps/x86_64/wcschr.S: New file.
14067 * sysdeps/x86_64/wcsrchr.S: New file.
14068 * string/test-strcmp.c: Remove checking of wcscmp function for
14069 wrong alignments.
14070 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
14071 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
14072 wcsrchr-sse2 wcsrchr-c.
14073 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
14074 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
14075 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
14076 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
14077 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
14078 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
14079 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
14080 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
14081 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
14082 * wcsmbc/wcschr.c (WCSCHR): New macro.
14083
5b330a2d
UD
140842011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14085
14086 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
14087 * wcsmbs/test-wcsrchr.c: New file.
14088 * string/test-strrchr.c: Add wcsrchr support.
14089 (WIDE): New macro.
14090 * wcsmbs/test-wcscpy.c: New file.
14091 * string/test-strcpy.c: Add wcscpy support.
14092 (WIDE): New macro.
26428b7c 14093
f039c043
UD
140942011-12-10 Ulrich Drepper <drepper@gmail.com>
14095
14096 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
14097 the inner loop.
14098
850fb039
AS
140992011-12-06 Andreas Schwab <schwab@linux-m68k.org>
14100
14101 [BZ #13472]
14102 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
14103
4efbd5cb
UD
141042011-12-04 Ulrich Drepper <drepper@gmail.com>
14105
52ff5dd0 14106 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 14107 Minor optimizations.
52ff5dd0 14108
4efbd5cb
UD
14109 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
14110 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
14111 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
14112
8a426e12
UD
141132011-12-03 Ulrich Drepper <drepper@gmail.com>
14114
aff2453d
UD
14115 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
14116 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
14117 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
14118 for gcc to avoid warnings.
14119 * inet/Makefile (tests): Add tst-checks.
14120 * inet/tst-checks.c: New file.
14121
14122 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
14123 warning.
14124
14125 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
14126 __wmemcmp_sse2.
14127
14128 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
14129 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
14130
8a426e12
UD
14131 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
14132
9bea3473
UD
141332011-12-02 Ulrich Drepper <drepper@gmail.com>
14134
3a965496
UD
14135 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
14136 problem.
14137
9bea3473
UD
14138 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
14139
f101631b
UD
141402011-11-29 Joseph Myers <joseph@codesourcery.com>
14141
14142 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
14143 conditional on GCC version.
14144 (__arch_compare_and_exchange_val_8_acq)
14145 (__arch_compare_and_exchange_val_16_acq)
14146 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
14147 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
14148 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
14149
a98275aa
UD
141502011-12-02 Joseph Myers <joseph@codesourcery.com>
14151
14152 * sysdeps/sh/backtrace.c: New file.
14153
d4cc29a2
AS
141542011-12-02 Andreas Schwab <schwab@redhat.com>
14155
14156 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
14157 parenthesis.
14158
6257af2d
AS
141592011-12-01 Andreas Schwab <schwab@redhat.com>
14160
14161 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
14162 falling back to utime.
14163
b5f44c1a
AS
141642011-11-30 Andreas Schwab <schwab@redhat.com>
14165
14166 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
14167 expectations for float.
14168
f3a6cc0a
AS
141692011-11-29 Andreas Schwab <schwab@redhat.com>
14170
14171 * locale/weight.h (findidx): Add parameter len.
14172 * locale/weightwc.h (findidx): Likewise.
14173 * posix/fnmatch_loop.c (FCT): Adjust caller.
14174 * posix/regcomp.c (build_equiv_class): Likewise.
14175 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
14176 * posix/regexec.c (check_node_accept_bytes): Likewise.
14177 * string/strcoll_l.c (STRCOLL): Likewise.
14178 * string/strxfrm_l.c (STRXFRM): Likewise.
14179
9d65ea3a
UD
141802011-11-17 Ulrich Drepper <drepper@gmail.com>
14181
14182 * Makefile.in: Remove CVSOPT handling.
14183 * configure.in: Remove use of AC_REVISION.
14184 * iconvdata/Makefile (distribute): No need to filter out CVS.
14185 * scripts/list-sources.sh: Remove CVS, subversion and monotone
14186 handling.
14187
5583a086
AS
141882011-11-16 Andreas Schwab <schwab@redhat.com>
14189
14190 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
14191 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
14192 [USE_AS_STRNCASECMP_L]: Likewise.
14193 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
14194 NO_TLS_DIRECT_SEG_REFS.
14195 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
14196 Fix argument offsets for non-PIC.
14197 [USE_AS_STRNCASECMP_L]: Likewise.
14198 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
14199 NO_TLS_DIRECT_SEG_REFS.
14200
d62a8200
UD
142012011-11-15 Ulrich Drepper <drepper@gmail.com>
14202
9d65ea3a 14203 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
14204 O_CLOEXEC.
14205 * locale/loadlocale.c (_nl_load_locale): Likewise.
14206
09f93bd3
AS
142072011-11-15 Andreas Schwab <schwab@redhat.com>
14208
446514f9
AS
14209 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
14210 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
14211 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
14212 (SYSCALL_GETTIME): Set errno on error.
14213
09f93bd3
AS
14214 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
14215 count references to noai6ai_cached.
14216
312be3f9
UD
142172011-11-15 Ulrich Drepper <drepper@gmail.com>
14218
14219 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
14220
14221 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
14222 FD_CLOEXEC for /proc/self/maps.
14223
14224 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
14225 FD_CLOEXEC for /proc/meminfo.
14226
14227 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
14228 gai.conf.
14229
14230 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
14231 FD_CLOEXEC for given file.
14232
14233 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
14234
14235 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
14236 FD_CLOEXEC for /etc/hosts.
14237 (_gethtent): Likewise.
14238
14239 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
14240
14241 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
14242 cancellation and set FD_CLOEXEC for /etc/netgroup.
14243
14244 * nss/nss_files/files-key.c (search): Don't allow cancellation when
14245 reading /etc/publickey.
14246
14247 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
14248 allow cancellation when reading /etc/group.
14249
14250 * nss/nss_files/files-alias.c (internal_setent): Don't allow
14251 cancellation.
14252 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
14253
14254 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
14255 when using data file.
14256
14257 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
14258
14259 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
14260 (write_nis_obj): Use "c" and "e" in fopen.
14261
14262 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
14263
14264 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
14265
14266 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
14267
14268 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
14269
14270 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
14271 locale.alias.
14272
14273 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
14274
14275 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
14276
14277 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
14278
14279 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
14280 file parsing and set FD_CLOEXEC.
14281
82af0fa8
UD
142822011-11-14 Ulrich Drepper <drepper@gmail.com>
14283
14284 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
14285
a5fb313c
AS
142862011-11-14 Andreas Schwab <schwab@redhat.com>
14287
14288 * malloc/arena.c (arena_get2): Don't call reused_arena when
14289 _int_new_arena failed.
14290
6abf3465
UD
142912011-11-14 Ulrich Drepper <drepper@gmail.com>
14292
14293 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
14294 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
14295 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
14296 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
14297 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
14298 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
14299 to compile strcasecmp and strncasecmp.
14300 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
14301 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
14302
14303 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
14304
76e3966e
UD
143052011-11-13 Ulrich Drepper <drepper@gmail.com>
14306
14307 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
14308 locale-defines.sym to gen-as-const-headers.
14309 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
14310 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
14311 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
14312 to compile strcasecmp and strncasecmp.
14313 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
14314 strcasecmp_l and strncasecmp_l.
14315 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
14316 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
14317 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
14318 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
14319 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
14320 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
14321 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
14322 * sysdeps/i386/i686/multiarch/strncase.S: New file.
14323 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
14324 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
14325 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
14326
ab26144e
UD
143272011-11-12 Ulrich Drepper <drepper@gmail.com>
14328
7edb22ef
UD
14329 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
14330 result of SYSDEP_GETTIME_CPU to retval.
14331 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
14332 parameter list to macro. Remove trailing semicolon. Adjust users.
14333
9694fc44
UD
14334 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
14335 variable.
14336
8ad89ef8
UD
14337 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
14338 mantissa words.
14339 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
14340
0c822ef9
UD
14341 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
14342 from unused variable.
14343
874e0564
UD
14344 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
14345 DWARF definitions.
14346 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
14347 for assembling.
14348
3a2edc79
UD
14349 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
14350 over namespaces.
14351
f3c2577f
UD
14352 * sunrpc/rpc_prot.c (rejected): Fix case value.
14353
294ce126
UD
14354 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
14355 unsigned long long int to avoid warnings in shift.
14356
5e2b63c6
UD
14357 * posix/regex_internal.c (re_string_reconstruct): Actually use result
14358 of use of trans.
14359 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
14360 variable tmp.
14361
e7f4b08e
UD
14362 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
14363 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
14364 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
14365
ab26144e
UD
14366 * nis/nis_table.c (nis_list): Use variable of correct type for
14367 result of __follow_path call.
14368
8a6d5255
AZ
143692011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14370
14371 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
14372 of math functions ceil, trunc, floor, round, and sqrt, when
14373 avaliable on the platform.
14374 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
14375 name clash.
14376 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
14377 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
14378 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
14379
aaddc98c
MP
143802011-10-30 Marek Polacek <mpolacek@redhat.com>
14381
14382 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
14383 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
14384
95b7042b
RM
143852011-11-11 Roland McGrath <roland@hack.frob.com>
14386
14387 * include/unistd.h: Fix __readlink return type.
14388 Reported by Chris Metcalf <cmetcalf@tilera.com>.
14389
57769839
UD
143902011-11-11 Ulrich Drepper <drepper@gmail.com>
14391
14392 * stdlib/ucontext.h: Undo last change for makecontext.
14393
edc5984d
AS
143942011-11-11 Andreas Schwab <schwab@redhat.com>
14395
98591e58
AS
14396 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
14397
edc5984d
AS
14398 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
14399 * setjmp/setjmp.h: Mark functions as non-leaf.
14400 * setjmp/bits/setjmp2.h: Likewise.
14401 * stdlib/ucontext.h: Likewise.
14402
77cdc054
AS
144032011-11-10 Andreas Schwab <schwab@redhat.com>
14404
14405 * malloc/arena.c (_int_new_arena): Don't increment narenas.
14406 (reused_arena): Don't check arena limit.
14407 (arena_get2): Atomically check arena limit.
14408
fe72eebd
UD
144092011-11-08 Ulrich Drepper <drepper@gmail.com>
14410
5f078c32
UD
14411 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
14412 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
14413
fe72eebd
UD
14414 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
14415 instructions.
14416
ae1bc2fa
AS
144172011-11-07 Andreas Schwab <schwab@redhat.com>
14418
7583a88d
AS
14419 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
14420 handler when locking.
14421
ae1bc2fa
AS
14422 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
14423 Fix size of allocated buffer.
14424
10fb0bfa
AS
144252011-11-04 Andreas Schwab <schwab@redhat.com>
14426
998832a4
AS
14427 [BZ #10103]
14428 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
14429 declarations for long double functions.
14430 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
14431
10fb0bfa
AS
14432 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
14433
3d7ba52b
AS
144342011-11-03 Andreas Schwab <schwab@redhat.com>
14435
a9ae54a1
AS
14436 * nscd/nscd.c (main): Don't start AVC thread until credentials are
14437 installed.
14438
3d7ba52b
AS
14439 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
14440 is disabled.
14441
bc8db248
ST
144422011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
14443
14444 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
14445
45b96dd6
AS
144462011-11-01 Andreas Schwab <schwab@linux-m68k.org>
14447
647776f6
AS
14448 * include/alloca.h (stackinfo_alloca_round): Define.
14449 (extend_alloca): Use it.
14450 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
14451 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
14452 here.
14453
d91a8b93
AS
14454 * scripts/check-local-headers.sh: Ignore libaudit.h.
14455
45b96dd6
AS
14456 * nscd/Makefile (extra-objs): Make recursively expanded.
14457
432d41ce
UD
144582011-11-01 Ulrich Drepper <drepper@gmail.com>
14459
34372fc6
UD
14460 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
14461 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
14462
fadb59f8
UD
14463 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
14464 * posix/tst-rfc3484-2.c: Likewise.
14465 * posix/tst-rfc3484-3.c: Likewise.
14466
78239589
UD
14467 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
14468 process_vm_writev.
14469 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
14470 process_vm_writev.
14471 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
14472 process_vm_writev from libc using GLIBC_2.15 version.
14473
432d41ce
UD
14474 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
14475
02f9c6cf
PP
144762011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
14477
14478 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
14479 stack usage.
14480
3a2c0242
UD
144812011-10-31 Ulrich Drepper <drepper@gmail.com>
14482
f4ec4833
UD
14483 [BZ #13367]
14484 * nss/getent.c (initgroups_keys): Show error message in case no group
14485 names are given.
14486
3a2c0242
UD
14487 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
14488 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
14489 __bump_nl_timestamp.
14490 * nscd/connections (nscd_init): When host database is served open
14491 netlink socket and request notification about configuration changes.
14492 (main_loop_poll): Track netlink file descriptor and bump timestamp
14493 in case data becomes available.
14494 (main_loop_epoll): Likewise.
14495 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
14496 (database_pers_head): Add extra_data fileds.
14497 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
14498 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
14499 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
14500 Adjust caller.
14501 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
14502 in6ai data, call __free_in6ai.
14503 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
14504 Add -DHAVE_NETLINK.
14505 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
14506 interface information. Reuse previous data if netlink timestamp
14507 is not changed.
14508 (__bump_nl_timestamp): New function.
14509 (__free_in6ai): New function.
14510
636064eb
UD
145112011-10-30 Ulrich Drepper <drepper@gmail.com>
14512
14513 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
14514 close_not_cancel_no_status here.
14515 (__check_pf): Reorganize code a bit to not call close twice if OOM.
14516
9beb2334
UD
145172011-10-29 Ulrich Drepper <drepper@gmail.com>
14518
6ef76f3b
UD
14519 [BZ #13276]
14520 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
14521 return value.
14522
0ffc4f3e 14523 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
14524 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
14525 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
14526
cb95113e
UD
145272011-07-03 Andreas Jaeger <aj@suse.de>
14528
14529 [BZ #10709]
14530 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
14531 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
14532 * math/libm-test.inc (sin_test): Add test case.
14533
a1b560ff
UD
145342011-10-29 Ulrich Drepper <drepper@gmail.com>
14535
c9aaface
UD
14536 [BZ #13337]
14537 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
14538 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
14539
d272e7f1
UD
14540 * elf/chroot_canon.c (chroot_canon): Cleanups.
14541
1bc33071
UD
14542 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
14543
1760874d
TJ
14544 [BZ #13335]
14545 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
14546 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
14547
51d91b18
UD
14548 * string/test-strchr.c: Make usable for strchrnul testing.
14549 * string/test-strchrnul.c: New file.
14550 * string/Makefile (strop-tests): Add strchrnul.
14551
a1b560ff 14552 * po/it.po: Update from translation team.
b611fb81 14553 * po/es.po: Likewise.
a1b560ff 14554
a5b81e1f
UD
145552011-10-28 Ulrich Drepper <drepper@gmail.com>
14556
fd52bc6d
UD
14557 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
14558 the three constants needed as parameters. Drop the others.
14559 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
14560 __m128i_strloadu_tolower.
52e4b9eb
UD
14561 Create and initialize variable zero and use it in all the places
14562 where _mm_setzero_si128 was used.
fd52bc6d 14563
a5b81e1f
UD
14564 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
14565 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
14566 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
14567 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
14568 anymore.
14569 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
14570 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
14571 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
14572 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
14573 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
14574 __mpranred, __mptan.
14575 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
14576 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
14577 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
14578 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
14579 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
14580 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
14581 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
14582 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
14583 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
14584
b4343346
AS
145852011-10-28 Andreas Schwab <schwab@redhat.com>
14586
0c92d8a8
AS
14587 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
14588 redefine if SHARED.
14589 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
14590
b4343346
AS
14591 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
14592 wide char related routines to wcsmbs subdir.
14593
3871f58f
AS
145942011-10-27 Andreas Schwab <schwab@redhat.com>
14595
14596 [BZ #13344]
14597 * misc/sys/cdefs.h (__THROWNL): Define.
14598 * posix/unistd.h: Use __THREADNL instead of __THREAD
14599 for memory synchronization functions.
14600
94d44d9f
RM
146012011-10-26 Roland McGrath <roland@hack.frob.com>
14602
21b64b15 14603 [BZ #13349]
94d44d9f
RM
14604 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
14605 doesn't exist.
14606 * manual/stdio.texi (Obstack Streams): Node removed.
14607
f6ce9294
AS
146082011-10-26 Andreas Schwab <schwab@redhat.com>
14609
80479147
AS
14610 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
14611 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
14612 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
14613
f6ce9294
AS
14614 * math/math_private.h (math_force_eval): Allow non-addressable
14615 arguments.
14616 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
14617
618280a1
UD
146182011-10-25 Ulrich Drepper <drepper@gmail.com>
14619
e0016b11
UD
14620 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
14621 file is not needed.
14622
14623 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
14624 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
14625 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
14626 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
14627 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
14628 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
14629 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
14630 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
14631 Add AVX variants.
14632 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
14633 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
14634 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
14635 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
14636 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
14637 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
14638 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
14639 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
14640 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
14641 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
14642 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
14643 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
14644 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
14645 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
14646 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
14647 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
14648 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
14649 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
14650 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
14651
14652 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
14653 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
14654
618280a1
UD
14655 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
14656 place. Use VEX encoding when compiling for AVX.
14657
37822576
AS
146582011-10-25 Andreas Schwab <schwab@redhat.com>
14659
1f1e1947
AS
14660 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
14661 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
14662
37822576
AS
14663 * string/test-strchr.c (do_test): Don't generate NUL bytes.
14664
31ea014d
UD
146652011-10-25 Ulrich Drepper <drepper@gmail.com>
14666
d7826aa1 14667 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 14668 useless if() expression.
d7826aa1
UD
14669 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
14670 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
14671 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
14672 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
14673 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
14674 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
14675 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
14676 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
14677 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
14678 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
14679 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
14680 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
14681 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
14682 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
14683 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
14684 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
14685 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
14686 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
14687 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
14688
31ea014d
UD
14689 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
14690
16437fec
AS
146912011-10-25 Andreas Schwab <schwab@redhat.com>
14692
14693 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
14694 condition.
14695 * elf/dl-fini.c (_dl_sort_fini): Likewise.
14696
31d3cc00
UD
146972011-10-25 Ulrich Drepper <drepper@gmail.com>
14698
14699 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
14700 .text section. Avoid duplicate constants.
14701 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
14702 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14703 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
14704 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14705 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
14706 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14707 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14708 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14709 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
14710 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
14711 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
14712 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
14713 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
14714 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
14715 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
14716 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
14717 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
14718 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
14719 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
14720 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14721 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
14722 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
14723 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
14724 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
14725 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
14726 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
14727 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
14728 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
14729 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
14730 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
14731 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
14732 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
14733 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
14734 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
14735 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
14736 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
14737 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
14738 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
14739 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
14740 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
14741 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
14742 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
14743 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
14744 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
14745 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
14746
58985aa9
UD
147472011-10-24 Ulrich Drepper <drepper@gmail.com>
14748
202c9deb
UD
14749 * sysdeps/x86_64/dla.h: Move to ...
14750 * sysdeps/x86_64/fpu/dla.h: ...here.
14751 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
14752 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 14753
af968f62
UD
14754 * config.make.in: Add have-mfma4 entry.
14755 * configure.in: Substitute libc_cv_cc_fma4.
14756 * math/Makefile (dbl-only-routines): Add sincostab.
14757 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
14758 Use __sincostab not sincos.
14759 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
14760 name is a macro.
14761 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
14762 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14763 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14764 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
14765 using __copysign.
14766 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
14767 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
14768 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
14769 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
14770 and __inv.
14771 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
14772 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
14773 __copysign.
14774 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
14775 define aliases when function name is a macro.
14776 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
14777 sysdeps/ieee754/dbl-64/sincos.tbl.
14778 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
14779 fma4-enabled routines.
14780 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
14781 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
14782 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
14783 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
14784 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
14785 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
14786 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
14787 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
14788 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
14789 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
14790 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
14791 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
14792 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
14793 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
14794 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
14795 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
14796 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
14797 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
14798 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
14799 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
14800 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
14801 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
14802 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
14803 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
14804 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
14805 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
14806 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
14807 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
14808 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
14809 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
14810
58985aa9
UD
14811 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
14812 rename.
14813 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14814 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14815 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14816 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14817 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14818 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14819 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14820 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14821
a201fbcf
AS
148222011-10-24 Andreas Schwab <schwab@redhat.com>
14823
14824 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
14825
fc2ee42a
LD
148262011-10-23 Ulrich Drepper <drepper@gmail.com>
14827
bb3129bd
UD
14828 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
14829
0275fff8
UD
14830 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
14831 prediction.
14832 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
14833
2fa2ae85
UD
14834 * string/strnlen.c: Don't define STRNLEN, reverse logic.
14835 Remove unused variable magic_bits.
14836 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
14837
fc2ee42a
LD
14838 * string/strnlen.c: Define and use STRNLEN macro.
14839 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
14840 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
14841 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
14842 * wcsmbs/wcslen.c: Define and use WCSLEN.
14843 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
14844 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
14845 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
14846 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
14847 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
14848 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
14849 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
14850
ce7dd29f
LD
148512011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14852
14853 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
14854 strnlen-sse2-no-bsf.
14855 Rename strlen-no-bsf to strlen-sse2-no-bsf.
14856 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
14857 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
14858 Add strnlen support.
14859 (USE_AS_STRNLEN): New macro.
14860 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
14861 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
14862 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
14863 * sysdeps/x86_64/wcslen.S: New file.
14864
979c70a3
MZ
148652011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
14866
14867 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
14868 XMM-moves are used for copying on small sizes.
14869
2d09f82f
LD
148702011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14871
14872 * wcsmbs/Makefile (strop-tests): Add wcschr.
14873 * wcsmbs/test-wcschr.c: New file.
14874 * string/test-strchr.c: Update.
14875 Add wcschr support.
14876 (WIDE): New macro.
14877
619fccca
LD
148782011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14879
2d09f82f 14880 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
14881 * wcsmbs/test-wcslen.c: New file.
14882 * string/test-strlen.c: Update.
14883 Add wcslen support.
14884 (WIDE): New macro.
14885
09f699ea
UD
148862011-10-23 Ulrich Drepper <drepper@gmail.com>
14887
14888 * po/it.po: Update from translation team.
14889
95584d3b
LD
148902011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14891
14892 * sysdeps/x86_64/wcscmp.S: Update.
14893 Fix wrong comparison semantics.
14894 wcscmp shall use signed comparison not unsigned.
14895 Don't use substraction to avoid overflow bug.
14896 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
14897 * wcsmbc/wcscmp.c: Likewise.
14898 * string/test-strcmp.c: Likewise.
14899 Add new tests to check cases with negative values.
14900
c8b3296b
UD
149012011-10-23 Ulrich Drepper <drepper@gmail.com>
14902
14903 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
14904 * sysdeps/x86_64/dla.h: ...here. New file.
14905 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
14906 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14907 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14908 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14909 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14910 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14911 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14912 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14913 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14914
246ad57a
AS
149152011-10-23 Andreas Schwab <schwab@linux-m68k.org>
14916
14917 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
14918 __ynl_finite aliases.
14919
a1a87169
UD
149202011-10-22 Ulrich Drepper <drepper@gmail.com>
14921
0d355eb7
UD
14922 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14923
a1a87169
UD
14924 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
14925 define DLA_FMA.
14926 [DLA_FMA] (EMULV): Use DLA_FMA.
14927 [DLA_FMA] (MUL12): Use EMULV.
14928 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
14929 that are not needed.
14930 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14931 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14932 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14933 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14934 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14935 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14936 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14937
ee2aafe0
AS
149382011-10-22 Andreas Schwab <schwab@linux-m68k.org>
14939
14940 * math/s_nan.c: Undef __nan.
14941 * math/s_nanf.c: Undef __nanf.
14942 * math/s_nanl.c: Undef __nanl.
14943 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
14944 "math_private.h".
14945
bc62c2fb
UD
149462011-10-22 Ulrich Drepper <drepper@gmail.com>
14947
77425c63
UD
14948 * math/s_catan.c: Add branch predictions.
14949 * math/s_catanf.c: Likewise.
14950 * math/s_catanh.c: Likewise.
14951 * math/s_catanhf.c: Likewise.
14952 * math/s_catanhl.c: Likewise.
14953 * math/s_catanl.c: Likewise.
14954 * math/s_cexp.c: Likewise.
14955 * math/s_cexpf.c: Likewise.
14956 * math/s_cexpl.c: Likewise.
14957 * math/s_clog.c: Likewise.
14958 * math/s_clog10.c: Likewise.
14959 * math/s_clog10f.c: Likewise.
14960 * math/s_clog10l.c: Likewise.
14961 * math/s_clogf.c: Likewise.
14962 * math/s_clogl.c: Likewise.
14963 * math/s_csqrt.c: Likewise.
14964 * math/s_csqrtf.c: Likewise.
14965 * math/s_csqrtl.c: Likewise.
14966 * math/s_ctanf.c: Likewise.
14967 * math/s_ctanh.c: Likewise.
14968 * math/s_ctanhf.c: Likewise.
14969 * math/s_ctanhl.c: Likewise.
14970 * math/s_ctanl.c: Likewise.
14971
bc62c2fb
UD
14972 * math/math_private.h: Define __nan, __nanf, __nanl.
14973 * math/s_cacosh.c: Include <math_private.h>.
14974 * math/s_cacoshl.c: Likewise.
14975 * math/s_casinh.c: Likewise.
14976 * math/s_casinhf.c: Likewise.
14977 * math/s_casinhl.c: Likewise.
14978 * math/s_ccos.c: Rely entire on ccosh.
14979 * math/s_ccosf.c: Rely entire on ccoshf.
14980 * math/s_ccosl.c: Rely entirely on ccoshl.
14981 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
14982 Remove tests for FE_INVALID.
14983 * math/s_ccoshf.c: Likewise.
14984 * math/s_ccoshl.c: Likewise.
14985 * math/s_csin.c: Likewise.
14986 * math/s_csinf.c: Likewise.
14987 * math/s_csinh.c Likewise.
14988 * math/s_csinhf.c: Likewise.
14989 * math/s_csinhl.c: Likewise.
14990 * math/s_csinl.c: Likewise.
14991 * math/s_ctan.c: Likewise.
14992 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
14993 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
14994 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
14995
8ec250a4
UD
149962011-10-21 Ulrich Drepper <drepper@gmail.com>
14997
c196fed8
UD
14998 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
14999 compilation problems.
15000
8ec250a4
UD
15001 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
15002 __builtin_expect.
15003
8d4f46c6
UD
150042011-10-20 Ulrich Drepper <drepper@gmail.com>
15005
ed72b654
UD
15006 * sysdeps/i386/configure.in: Test for -mfma4 option.
15007 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
15008 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
15009 COMMON_CPUID_INDEX_80000001.
15010 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
15011 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
15012 use it if FMA3 is not supported.
15013 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
15014
8d4f46c6
UD
15015 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
15016 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
15017
d45c60c2
AS
150182011-10-20 Andreas Schwab <schwab@redhat.com>
15019
15020 [BZ #12892]
15021 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
15022 it would create a cycle with a link time dependency.
15023
d9a4d2ab
UD
150242011-10-19 Ulrich Drepper <drepper@gmail.com>
15025
855d1560
UD
15026 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
15027 instruction.
15028 * string/Makefile (strop-tests): Add rawmemchr.
15029 * string/test-rawmemchr.c: New file.
15030
d9a4d2ab
UD
15031 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
15032 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
15033 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
15034 when compiling str{,n}casecmp and when AVX is available. Hook up
15035 new optimized code in initializers.
15036
8f3b1ffe
AS
150372011-10-19 Andreas Schwab <schwab@redhat.com>
15038
15039 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
15040 __feraiseexcept instead of feraiseexcept.
15041
d38f1dba
UD
150422011-10-18 Ulrich Drepper <drepper@gmail.com>
15043
d9a8d0ab
UD
15044 * math/math_private.h: Define defaults for libc_fetestexcept and
15045 libc_feupdateenv.
15046 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
15047 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
15048 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
15049 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
15050 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
15051 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
15052 libc_fetestexcept and libc_feupdateenv.
15053
4855e3dd
UD
15054 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
15055 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
15056 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
15057 * sysdeps/x86_64/fpu/math_private.h: Define special version of
15058 libc_feholdexcept_setround.
15059
581d30e3
UD
15060 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
15061 Add s_nearbyint-c and s_nearbyintf-c.
15062 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
15063 nearbyintf inlines.
15064 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
15065 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
15066 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
15067 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
15068
d38f1dba
UD
15069 * math/math_private.h: Define defaults for libc_fegetround,
15070 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
15071 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
15072 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
15073 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
15074 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
15075 standard functions.
15076 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15077 Remove comments and hacks for old compiler versions.
15078 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
15079 libc_fegetround, libc_fesetround, libc_feholdexcept, and
15080 libc_feholdexceptl.
15081
caa6c9d8
AS
150822011-10-18 Andreas Schwab <schwab@redhat.com>
15083
15084 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
15085 (__feraiseexcept_renamed): Add __NTH.
15086 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
15087 namespace violations.
15088
97c066e6
UD
150892011-10-17 Ulrich Drepper <drepper@gmail.com>
15090
99ce7b04
UD
15091 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
15092
1004d182
UD
15093 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
15094
228a984d
UD
15095 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
15096 recently added interfaces.
15097 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
15098
c8553a6a
UD
15099 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
15100 about macro parameter expansion.
15101
ed22dcf6
UD
15102 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
15103 __NO_MATH_INLINES is defined. Cleanups.
15104
15105 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
15106 and __floorf is target has SSE4.1.
15107 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
15108 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
15109 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
15110 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
15111
b171c137
UD
15112 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
15113 name.
15114 (floorf): Likewise.
15115
97c066e6
UD
15116 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
15117
629f62ef
AS
151182011-10-17 Andreas Schwab <schwab@redhat.com>
15119
49a43d80
AS
15120 * misc/sys/cdefs.h: Fix last change.
15121
629f62ef
AS
15122 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
15123 database lookup.
15124
e453f6cd
UD
151252011-10-16 Ulrich Drepper <drepper@gmail.com>
15126
aa78043a
UD
15127 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
15128
ad0f5cad
UD
15129 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
15130 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15131 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15132 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
15133 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
15134 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
15135 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
15136 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
15137 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
15138 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
15139 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
15140 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
15141 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
15142 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
15143 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
15144 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
15145 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
15146 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
15147 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
15148 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
15149 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
15150 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
15151
15152 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
15153 ceil, ceilf, floor, floorf.
15154
15155 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
15156 Perform IRELATIVE relocations last.
15157
e453f6cd
UD
15158 * elf/do-rel.h: Add another parameter nrelative, replacing the
15159 local variable with the same name. Change name of the function
15160 to end in Rel or Rela (uppercase).
15161 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
15162 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
15163 elf_dynamic_do_##reloc function.
15164
fd5bdc09
UD
151652011-10-15 Ulrich Drepper <drepper@gmail.com>
15166
79b195b5
UD
15167 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
15168 is sufficient, at least on modern CPUs.
15169
d4a28569
UD
15170 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
15171
b61099b5
UD
15172 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
15173 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
15174
bcf01e6d
UD
15175 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
15176 __expl_finite.
15177 * math/bits/math-finite.h: Add entries for exp.
15178 * math/e_expl.c: Add __*_finite alias.
15179 * sysdeps/i386/fpu/e_exp.S: Likewise.
15180 * sysdeps/i386/fpu/e_expf.S: Likewise.
15181 * sysdeps/i386/fpu/e_expl.c: Likewise.
15182 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
15183 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
15184 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
15185 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
15186 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
15187 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
15188 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
15189
ba1a0d59
UD
15190 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
15191 is sufficient, at least on modern CPUs.
15192
fd5bdc09
UD
15193 * ctype/ctype-info.c (__ctype_init): Define.
15194 * include/ctype.h (__ctype_init): Declare.
15195 (__ctype_b_loc): The variable is always initialized.
15196 (__ctype_toupper_loc): Likewise.
15197 (__ctype_tolower_loc): Likewise.
15198 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
15199 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
15200
7872cfb0
AS
152012011-10-15 Andreas Schwab <schwab@linux-m68k.org>
15202
b468825a
AS
15203 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
15204
7872cfb0
AS
15205 * configure.in: Also look in $cxxmachine/include for C++ system
15206 headers.
15207
be13f7bf
LD
152082011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
15209
15210 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
15211 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
15212 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
15213 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
15214 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
15215 (USE_AS_WMEMCMP): New macro.
15216 Fixing indents.
15217 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
15218 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
15219 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
15220 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
15221 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15222 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
15223 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
15224 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
15225 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
15226 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
15227 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
15228 (USE_AS_WMEMCMP): New macro.
15229 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
15230 * sysdeps/string/test-memcmp.c: Update.
15231 Fix simple_wmemcmp.
15232 Add new tests.
15233 * wcsmbs/wmemcmp.c: Update.
15234 (WMEMCMP): New macro.
15235 Fix overflow bug.
15236
556a2007
AJ
152372011-10-12 Andreas Jaeger <aj@suse.de>
15238
15239 [BZ #13268]
15240 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
15241
538faaa7
UD
152422011-10-15 Ulrich Drepper <drepper@gmail.com>
15243
ab6737ff
UD
15244 * libio/iofwide.c (do_length): Avoid warning.
15245
538faaa7
UD
15246 * ctype/ctype.h (__isctype_f): Add missing __THROW.
15247
396a21b1
UD
152482011-10-14 Ulrich Drepper <drepper@gmail.com>
15249
cdf2901f
UD
15250 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
15251
38ad40ce
UD
15252 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
15253 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
15254 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
15255 * sysdeps/i386/i686/fpu/e_log.S: New file.
15256 * sysdeps/i386/i686/fpu/e_logf.S: New file.
15257 * sysdeps/i386/i686/fpu/e_logl.S: New file.
15258
396a21b1
UD
15259 * ctype/ctype.h: Add support for inlined isXXX functions when
15260 compiling C++ code.
15261
6b1f68c9
AS
152622011-10-14 Andreas Schwab <schwab@redhat.com>
15263
349290c0
AS
15264 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
15265
6b1f68c9
AS
15266 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
15267
f2282d42
RM
152682011-10-13 Roland McGrath <roland@hack.frob.com>
15269
15270 [BZ #13291]
15271 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
15272
5298ffa8
AS
152732011-10-13 Andreas Schwab <schwab@redhat.com>
15274
714fad23
AS
15275 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
15276 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
15277 feraiseexcept.
15278
81dcc7fb
AS
15279 * sysdeps/x86_64/memrchr.S: Check for zero size.
15280
5298ffa8
AS
15281 * string/stratcliff.c: Add memrchr tests.
15282
951fbcec
LD
152832011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
15284
15285 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15286 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
15287 rawmemchr-sse2 rawmemchr-sse2-bsf.
15288 * sysdeps/i386/i686/multiarch/memchr.S: New file.
15289 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
15290 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
15291 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
15292 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
15293 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
15294 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
15295 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
15296 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
15297 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
15298 * string/memrchr.c (MEMRCHR): New macro.
15299
0ac5ae23
UD
153002011-10-12 Ulrich Drepper <drepper@gmail.com>
15301
15302 Add integration with gcc's -ffinite-math-only and optimize wrapper
15303 functions in libm.
15304 * Versions.def: Define GLIBC_2.15 version for libm.
15305 * math/Makefile (headers): Add bits/math-finite.h.
15306 * math/bits/math-finite.h: New file.
15307 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
15308 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
15309 * math/e_acoshl.c: Add __*_finite alias.
15310 * math/e_acosl.c: Likewise.
15311 * math/e_asinl.c: Likewise.
15312 * math/e_atan2l.c: Likewise.
15313 * math/e_atanhl.c: Likewise.
15314 * math/e_coshl.c: Likewise.
15315 * math/e_exp10.c: Likewise.
15316 * math/e_exp10f.c: Likewise.
15317 * math/e_exp10l.c: Likewise.
15318 * math/e_exp2l.c: Likewise.
15319 * math/e_fmodl.c: Likewise.
15320 * math/e_gammal_r.c: Likewise.
15321 * math/e_hypotl.c: Likewise.
15322 * math/e_j0l.c: Likewise.
15323 * math/e_j1l.c: Likewise.
15324 * math/e_jnl.c: Likewise.
15325 * math/e_lgammal_r.c: Likewise.
15326 * math/e_log10l.c: Likewise.
15327 * math/e_log2l.c: Likewise.
15328 * math/e_logl.c: Likewise.
15329 * math/e_powl.c: Likewise.
15330 * math/e_sinhl.c: Likewise.
15331 * math/e_sqrtl.c: Likewise.
15332 * math/e_scalb.c: Completely rewritten and optimized.
15333 * math/e_scalbf.c: Likewise.
15334 * math/e_scalbl.c: Likewise.
15335 * math/w_acos.c: Likewise.
15336 * math/w_acosf.c: Likewise.
15337 * math/w_acosl.c: Likewise.
15338 * math/w_acosh.c: Likewise.
15339 * math/w_acoshf.c: Likewise.
15340 * math/w_acoshl.c: Likewise.
15341 * math/w_asin.c: Likewise.
15342 * math/w_asinf.c: Likewise.
15343 * math/w_asinl.c: Likewise.
15344 * math/w_atan2.c: Likewise.
15345 * math/w_atan2f.c: Likewise.
15346 * math/w_atan2l.c: Likewise.
15347 * math/w_atanh.c: Likewise.
15348 * math/w_atanhf.c: Likewise.
15349 * math/w_atanhl.c: Likewise.
15350 * math/w_exp10.c: Likewise.
15351 * math/w_exp10f.c: Likewise.
15352 * math/w_exp10l.c: Likewise.
15353 * math/w_fmod.c: Likewise.
15354 * math/w_fmodf.c: Likewise.
15355 * math/w_fmodl.c: Likewise.
15356 * math/w_j0.c: Likewise.
15357 * math/w_j0f.c: Likewise.
15358 * math/w_j0l.c: Likewise.
15359 * math/w_j1.c: Likewise.
15360 * math/w_j1f.c: Likewise.
15361 * math/w_j1l.c: Likewise.
15362 * math/w_jn.c: Likewise.
15363 * math/w_jnf.c: Likewise.
15364 * math/w_log.c: Likewise.
15365 * math/w_logf.c: Likewise.
15366 * math/w_logl.c: Likewise.
15367 * math/w_log10.c: Likewise.
15368 * math/w_log10f.c: Likewise.
15369 * math/w_log10l.c: Likewise.
15370 * math/w_log2.c: Likewise.
15371 * math/w_log2f.c: Likewise.
15372 * math/w_log2l.c: Likewise.
15373 * math/w_pow.c: Likewise.
15374 * math/w_powf.c: Likewise.
15375 * math/w_powl.c: Likewise.
15376 * math/w_remainder.c: Likewise.
15377 * math/w_remainderf.c: Likewise.
15378 * math/w_remainderl.c: Likewise.
15379 * math/w_scalb.c: Likewise.
15380 * math/w_scalbf.c: Likewise.
15381 * math/w_scalbl.c: Likewise.
15382 * math/w_sqrt.c: Likewise.
15383 * math/w_sqrtf.c: Likewise.
15384 * math/w_sqrtl.c: Likewise.
15385 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
15386 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
15387 used.
15388 * math/math_private.h: Declare __kernel_standard_f.
15389 * math/w_cosh.c: Remove cruft and optimize a bit.
15390 * math/w_coshf.c: Likewise.
15391 * math/w_coshl.c: Likewise.
15392 * math/w_exp2.c: Likewise.
15393 * math/w_exp2f.c: Likewise.
15394 * math/w_exp2l.c: Likewise.
15395 * math/w_hypot.c: Likewise.
15396 * math/w_hypotf.c: Likewise.
15397 * math/w_hypotl.c: Likewise.
15398 * math/w_lgamma.c: Likewise.
15399 * math/w_lgamma_r.c: Likewise.
15400 * math/w_lgammaf.c: Likewise.
15401 * math/w_lgammaf_r.c: Likewise.
15402 * math/w_lgammal.c: Likewise.
15403 * math/w_lgammal_r.c: Likewise.
15404 * math/w_sinh.c: Likewise.
15405 * math/w_sinhf.c: Likewise.
15406 * math/w_sinhl.c: Likewise.
15407 * math/w_tgamma.c: Likewise.
15408 * math/w_tgammaf.c: Likewise.
15409 * math/w_tgammal.c: Likewise.
15410 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
15411 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
15412 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
15413 Minor optimizations. Pretty printing. Remove cruft.
15414 * sysdeps/i386/fpu/e_acosf.S: Likewise.
15415 * sysdeps/i386/fpu/e_acosh.S: Likewise.
15416 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
15417 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
15418 * sysdeps/i386/fpu/e_acosl.c: Likewise.
15419 * sysdeps/i386/fpu/e_asin.S: Likewise.
15420 * sysdeps/i386/fpu/e_asinf.S: Likewise.
15421 * sysdeps/i386/fpu/e_atan2.S: Likewise.
15422 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
15423 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
15424 * sysdeps/i386/fpu/e_atanh.S: Likewise.
15425 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
15426 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
15427 * sysdeps/i386/fpu/e_exp10.S: Likewise.
15428 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
15429 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
15430 * sysdeps/i386/fpu/e_exp2.S: Likewise.
15431 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
15432 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
15433 * sysdeps/i386/fpu/e_fmod.S: Likewise.
15434 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
15435 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
15436 * sysdeps/i386/fpu/e_hypot.S: Likewise.
15437 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
15438 * sysdeps/i386/fpu/e_log.S: Likewise.
15439 * sysdeps/i386/fpu/e_log10.S: Likewise.
15440 * sysdeps/i386/fpu/e_log10f.S: Likewise.
15441 * sysdeps/i386/fpu/e_log10l.S: Likewise.
15442 * sysdeps/i386/fpu/e_log2.S: Likewise.
15443 * sysdeps/i386/fpu/e_log2f.S: Likewise.
15444 * sysdeps/i386/fpu/e_log2l.S: Likewise.
15445 * sysdeps/i386/fpu/e_logf.S: Likewise.
15446 * sysdeps/i386/fpu/e_logl.S: Likewise.
15447 * sysdeps/i386/fpu/e_pow.S: Likewise.
15448 * sysdeps/i386/fpu/e_powf.S: Likewise.
15449 * sysdeps/i386/fpu/e_powl.S: Likewise.
15450 * sysdeps/i386/fpu/e_remainder.S: Likewise.
15451 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
15452 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
15453 * sysdeps/i386/fpu/e_scalb.S: Likewise.
15454 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
15455 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
15456 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
15457 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
15458 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
15459 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15460 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
15461 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15462 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15463 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15464 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15465 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15466 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15467 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15468 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15469 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15470 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
15471 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15472 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15473 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15474 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15475 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15476 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15477 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15478 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15479 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15480 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
15481 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
15482 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
15483 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
15484 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
15485 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
15486 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
15487 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
15488 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
15489 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
15490 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
15491 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
15492 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
15493 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
15494 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
15495 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
15496 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
15497 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
15498 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
15499 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
15500 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
15501 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
15502 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
15503 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
15504 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
15505 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
15506 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
15507 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
15508 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
15509 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
15510 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
15511 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
15512 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
15513 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
15514 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
15515 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
15516 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
15517 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
15518 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
15519 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
15520 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
15521 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
15522 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
15523 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
15524 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
15525 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
15526 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
15527 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
15528 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
15529 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
15530 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
15531 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
15532 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
15533 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
15534 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
15535 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
15536 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
15537 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
15538 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
15539 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
15540 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
15541 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
15542 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
15543 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
15544 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
15545 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
15546 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
15547 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15548 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
15549 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
15550 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
15551 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
15552 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
15553 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
15554 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
15555 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
15556 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
15557 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
15558 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
15559 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
15560 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
15561 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
15562 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
15563 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
15564 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
15565 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
15566 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
15567 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
15568 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
15569 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
15570 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
15571 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
15572 (__isnanf): Likewise.
15573 (__isinf_ns): Likewise.
15574 (__isinf_nsf): Likewise.
15575 (__finite): Likewise.
15576 (__finitef): Likewise.
15577 (__ieee754_sqrt): Define as macro.
15578 (__ieee754_sqrtf): Define as macro.
15579 (__ieee754_sqrtl): Define as macro.
15580 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
15581 inlined copy.
15582 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
15583 __FINITE_MATH_ONLY__ consistent.
15584 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
15585
12cc2fcd
AS
155862011-10-10 Andreas Schwab <schwab@linux-m68k.org>
15587
a843a204
AS
15588 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
15589 of rawmemchr.
15590
12cc2fcd
AS
15591 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
15592
c853acd5
UD
155932011-10-09 Ulrich Drepper <drepper@gmail.com>
15594
15595 * po/ja.po: Update from translation team.
15596
c658d255
RM
155972011-10-08 Roland McGrath <roland@hack.frob.com>
15598
110946e4
RM
15599 * locale/programs/locarchive.c (prepare_address_space): New function.
15600 (create_archive, enlarge_archive, open_archive): Use it.
15601
50604220
RM
15602 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
15603 inside [SHARED], where it is used.
15604
c658d255
RM
15605 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
15606
15607 * nss/getent.c (netgroup_keys): Remove unused variable.
15608 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
15609
6a621eb7
UD
156102011-10-08 Ulrich Drepper <drepper@gmail.com>
15611
7edb55ce
UD
15612 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
15613 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
15614 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
15615 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
15616 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
15617 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
15618 * math/Makefile (libm-calls): Add s_isinf_ns.
15619 * math/divtc3.c: Use __isinf_nsl instead of isinf.
15620 * math/multc3.c: Likewise.
15621 * math/s_casin.c: Likewise.
15622 * math/s_casinf.c: Likewise.
15623 * math/s_casinl.c: Likewise.
15624 * math/s_ccos.c: Likewise.
15625 * math/s_ccosf.c: Likewise.
15626 * math/s_ccosl.c: Likewise.
15627 * math/s_ctan.c: Likewise.
15628 * math/s_ctanf.c: Likewise.
15629 * math/s_ctanh.c: Likewise.
15630 * math/s_ctanhf.c: Likewise.
15631 * math/s_ctanhl.c: Likewise.
15632 * math/s_ctanl.c: Likewise.
15633 * math/w_fmod.c: Likewise.
15634 * math/w_fmodf.c: Likewise.
15635 * math/w_fmodl.c: Likewise.
15636 * math/w_remainder.c: Likewise.
15637 * math/w_remainderf.c: Likewise.
15638 * math/w_remainderl.c: Likewise.
15639 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
15640 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
15641 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
15642 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
15643 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
15644 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
15645 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
15646 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
15647
187da0ae
UD
15648 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
15649 of the number.
15650 * stdio-common/printf_fphex.c: Likewise.
15651 * stdio-common/printf_size.c: Likewise.
15652
9277c064
UD
15653 * math/e_exp10.c: Include math_private.h using <...> not "...".
15654 * math/e_exp10f.c: Likewise.
15655 * math/e_exp10l.c: Likewise.
15656 * math/e_exp2l.c: Likewise.
15657 * math/e_j0l.c: Likewise.
15658 * math/e_j1l.c: Likewise.
15659 * math/e_jnl.c: Likewise.
15660 * math/e_lgammal_r.c: Likewise.
15661 * math/e_rem_pio2l.c: Likewise.
15662 * math/e_scalb.c: Likewise.
15663 * math/e_scalbf.c: Likewise.
15664 * math/e_scalbl.c: Likewise.
15665 * math/k_cosl.c: Likewise.
15666 * math/k_sinl.c: Likewise.
15667 * math/k_tanl.c: Likewise.
15668 * math/s_cacoshf.c: Likewise.
15669 * math/s_catan.c: Likewise.
15670 * math/s_catanf.c: Likewise.
15671 * math/s_catanh.c: Likewise.
15672 * math/s_catanhf.c: Likewise.
15673 * math/s_catanhl.c: Likewise.
15674 * math/s_catanl.c: Likewise.
15675 * math/s_ccosh.c: Likewise.
15676 * math/s_ccoshf.c: Likewise.
15677 * math/s_ccoshl.c: Likewise.
15678 * math/s_cexp.c: Likewise.
15679 * math/s_cexpf.c: Likewise.
15680 * math/s_cexpl.c: Likewise.
15681 * math/s_clog.c: Likewise.
15682 * math/s_clog10.c: Likewise.
15683 * math/s_clog10f.c: Likewise.
15684 * math/s_clog10l.c: Likewise.
15685 * math/s_clogf.c: Likewise.
15686 * math/s_clogl.c: Likewise.
15687 * math/s_csin.c: Likewise.
15688 * math/s_csinf.c: Likewise.
15689 * math/s_csinh.c: Likewise.
15690 * math/s_csinhf.c: Likewise.
15691 * math/s_csinhl.c: Likewise.
15692 * math/s_csinl.c: Likewise.
15693 * math/s_csqrt.c: Likewise.
15694 * math/s_csqrtf.c: Likewise.
15695 * math/s_csqrtl.c: Likewise.
15696 * math/s_ctan.c: Likewise.
15697 * math/s_ctanf.c: Likewise.
15698 * math/s_ctanh.c: Likewise.
15699 * math/s_ctanhf.c: Likewise.
15700 * math/s_ctanhl.c: Likewise.
15701 * math/s_ctanl.c: Likewise.
15702 * math/s_ldexp.c: Likewise.
15703 * math/s_ldexpf.c: Likewise.
15704 * math/s_ldexpl.c: Likewise.
15705 * math/s_significand.c: Likewise.
15706 * math/s_significandf.c: Likewise.
15707 * math/s_significandl.c: Likewise.
15708 * math/w_acos.c: Likewise.
15709 * math/w_acosf.c: Likewise.
15710 * math/w_acosh.c: Likewise.
15711 * math/w_acoshf.c: Likewise.
15712 * math/w_acoshl.c: Likewise.
15713 * math/w_acosl.c: Likewise.
15714 * math/w_asin.c: Likewise.
15715 * math/w_asinf.c: Likewise.
15716 * math/w_asinl.c: Likewise.
15717 * math/w_atan2.c: Likewise.
15718 * math/w_atan2f.c: Likewise.
15719 * math/w_atan2l.c: Likewise.
15720 * math/w_atanh.c: Likewise.
15721 * math/w_atanhf.c: Likewise.
15722 * math/w_atanhl.c: Likewise.
15723 * math/w_cosh.c: Likewise.
15724 * math/w_coshf.c: Likewise.
15725 * math/w_coshl.c: Likewise.
15726 * math/w_dremf.c: Likewise.
15727 * math/w_exp10.c: Likewise.
15728 * math/w_exp10f.c: Likewise.
15729 * math/w_exp10l.c: Likewise.
15730 * math/w_exp2.c: Likewise.
15731 * math/w_exp2f.c: Likewise.
15732 * math/w_fmod.c: Likewise.
15733 * math/w_fmodf.c: Likewise.
15734 * math/w_fmodl.c: Likewise.
15735 * math/w_hypot.c: Likewise.
15736 * math/w_hypotf.c: Likewise.
15737 * math/w_hypotl.c: Likewise.
15738 * math/w_j0.c: Likewise.
15739 * math/w_j0f.c: Likewise.
15740 * math/w_j0l.c: Likewise.
15741 * math/w_j1.c: Likewise.
15742 * math/w_j1f.c: Likewise.
15743 * math/w_j1l.c: Likewise.
15744 * math/w_jn.c: Likewise.
15745 * math/w_jnf.c: Likewise.
15746 * math/w_jnl.c: Likewise.
15747 * math/w_lgamma.c: Likewise.
15748 * math/w_lgamma_r.c: Likewise.
15749 * math/w_lgammaf.c: Likewise.
15750 * math/w_lgammaf_r.c: Likewise.
15751 * math/w_lgammal.c: Likewise.
15752 * math/w_lgammal_r.c: Likewise.
15753 * math/w_log.c: Likewise.
15754 * math/w_log10.c: Likewise.
15755 * math/w_log10f.c: Likewise.
15756 * math/w_log10l.c: Likewise.
15757 * math/w_log2.c: Likewise.
15758 * math/w_log2f.c: Likewise.
15759 * math/w_log2l.c: Likewise.
15760 * math/w_logf.c: Likewise.
15761 * math/w_logl.c: Likewise.
15762 * math/w_pow.c: Likewise.
15763 * math/w_powf.c: Likewise.
15764 * math/w_powl.c: Likewise.
15765 * math/w_remainder.c: Likewise.
15766 * math/w_remainderf.c: Likewise.
15767 * math/w_remainderl.c: Likewise.
15768 * math/w_scalb.c: Likewise.
15769 * math/w_scalbf.c: Likewise.
15770 * math/w_scalbl.c: Likewise.
15771 * math/w_sinh.c: Likewise.
15772 * math/w_sinhf.c: Likewise.
15773 * math/w_sinhl.c: Likewise.
15774 * math/w_sqrt.c: Likewise.
15775 * math/w_sqrtf.c: Likewise.
15776 * math/w_sqrtl.c: Likewise.
15777 * math/w_tgamma.c: Likewise.
15778 * math/w_tgammaf.c: Likewise.
15779 * math/w_tgammal.c: Likewise.
15780
6a621eb7
UD
15781 * po/ja.po: Update from translation team.
15782
bf582445
AJ
157832011-09-29 Andreas Jaeger <aj@suse.de>
15784
f9efbf3a
AJ
15785 [BZ #13179]
15786 * sunrpc/netname.c (netname2host): Fix logic.
15787
bf582445
AJ
15788 [BZ #6779]
15789 [BZ #6783]
15790 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
15791 correctly.
15792 * math/w_remainder.c (__remainder): Likewise.
15793 * math/w_remainderf.c (__remainderf): Likewise.
15794 * math/libm-test.inc (remainder_test): Add test cases.
15795
48693bea
AK
157962011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15797
15798 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
15799 sdiv_qrnnd.
15800
42622229
LD
158012011-10-07 Ulrich Drepper <drepper@gmail.com>
15802
15803 * string/test-memcmp.c: Avoid unncessary #defines.
15804 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
15805
093ecf92
LD
158062011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
15807
15808 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
15809 Use new sse2 version for core i3 - i7 as it's faster
15810 than sse42 version.
15811 (bit_Prefer_PMINUB_for_stringop): New.
15812 * sysdeps/x86_64/rawmemchr.S: Update.
15813 Replace with faster SSE2 version.
15814 * sysdeps/x86_64/memrchr.S: New file.
15815 * sysdeps/x86_64/memchr.S: Update.
15816 Replace with faster SSE2 version.
15817
fde56e5c
MP
158182011-09-12 Marek Polacek <mpolacek@redhat.com>
15819
15820 * elf/dl-load.c (lose): Add cast to avoid warning.
15821
21fd49a9
UD
158222011-10-07 Ulrich Drepper <drepper@gmail.com>
15823
5a06e643
UD
15824 * po/ca.po: Update from translation team.
15825
684ae515
UD
15826 * inet/getnetgrent_r.c: Hook up nscd.
15827 * nscd/Makefile (routines): Add nscd_netgroup.
15828 (nscd-modules): Add netgroupcache.
15829 (CFLAGS-netgroupcache.c): Define.
15830 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
15831 (cache_search): Add const to second parameter.
15832 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
15833 INNETGR.
15834 (dbs): Add netgrdb entry.
15835 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
15836 (verify_persistent_db): Handle netgrdb.
15837 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
15838 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
15839 GETFDNETGR.
15840 (netgroup_response_header): Define.
15841 (innetgroup_response_header): Define.
15842 (datahead): Add netgroup_response_header and innetgroup_response_header
15843 elements.
15844 * nscd/nscd.conf: Add entries for netgroup cache.
15845 * nscd/nscd.h (dbtype): Add netgrdb.
15846 (_PATH_NSCD_NETGROUP_DB): Define.
15847 (netgroup_iov_disabled): Declare.
15848 (xmalloc, xcalloc, xrealloc): Move declarations here.
15849 (cache_search): Adjust prototype.
15850 Add netgroup-related prototypes.
15851 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
15852 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
15853 (__nscd_innetgr): Declare.
15854 * nscd/selinux.c (perms): Use access_vector_t as element type and
15855 add netgroup-related initializers.
15856 * nscd/netgroupcache.c: New file.
15857 * nscd/nscd_netgroup.c: New file.
15858 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
15859 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
15860 For four parameters use innetgr.
15861 * nss/nss_files/files-init.c: Add definition and callback for netgr.
15862 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
15863 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
15864 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
15865
21fd49a9
UD
15866 * nscd/connections.c (register_traced_file): Don't register file
15867 for disabled databases.
15868
054c0457
UD
158692011-10-06 Ulrich Drepper <drepper@gmail.com>
15870
32b63198
UD
15871 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
15872
054c0457
UD
15873 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
15874 from tree and freeing node.
15875
64031225
JO
158762011-09-25 Jiri Olsa <jolsa@redhat.com>
15877
15878 * nss/nsswitch.c (__nss_database_lookup): Handle
15879 nss_parse_service_list out of memory case.
15880
0490345c
JO
158812011-09-15 Jiri Olsa <jolsa@redhat.com>
15882
15883 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
15884 out of memory case.
15885
3a62d00d
AS
158862011-10-04 Andreas Schwab <schwab@redhat.com>
15887
15888 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
15889 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
15890 pass it down.
15891 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
15892 elf_machine_rela, elf_machine_lazy_rel.
15893 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
15894 (ELF_DYNAMIC_DO_REL): Likewise.
15895 (ELF_DYNAMIC_DO_RELA): Likewise.
15896 (ELF_DYNAMIC_RELOCATE): Likewise.
15897 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
15898 to ELF_DYNAMIC_DO_REL.
15899 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
15900 (dl_main): In trace mode always set __RTLD_NOIFUNC.
15901 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
15902 elf_machine_rela.
15903 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
15904 skip_ifunc, don't call ifunc function if non-zero.
15905 (elf_machine_rela): Likewise.
15906 (elf_machine_lazy_rel): Likewise.
15907 (elf_machine_lazy_rela): Likewise.
15908 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
15909 (elf_machine_lazy_rel): Likewise.
15910 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
15911 Likewise.
15912 (elf_machine_lazy_rel): Likewise.
15913 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
15914 Likewise.
15915 (elf_machine_lazy_rel): Likewise.
15916 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
15917 (elf_machine_lazy_rel): Likewise.
15918 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
15919 (elf_machine_lazy_rel): Likewise.
15920 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15921 (elf_machine_lazy_rel): Likewise.
15922 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
15923 (elf_machine_lazy_rel): Likewise.
15924 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
15925 (elf_machine_lazy_rel): Likewise.
15926 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
15927 (elf_machine_lazy_rel): Likewise.
15928
68577918
UD
159292011-09-28 Ulrich Drepper <drepper@gmail.com>
15930
15931 * nss/nss_files/files-init.c (_nss_files_init): Use static
15932 initialization for all the *_traced_file variables.
15933
68822d74
AS
159342011-09-28 Andreas Schwab <schwab@redhat.com>
15935
15936 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
15937
2056100b
RM
159382011-09-27 Roland McGrath <roland@hack.frob.com>
15939
15940 [BZ #13226]
15941 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
15942
32c76b63
AS
159432011-09-27 Andreas Schwab <schwab@redhat.com>
15944
15945 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
15946 Reread the line before reparsing it.
15947
bf972c9d
AS
159482011-09-26 Andreas Schwab <schwab@redhat.com>
15949
15950 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
15951
e057a1b5
JM
159522011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
15953 Maxim Kuvyrkov <maxim@codesourcery.com>
15954 Joseph Myers <joseph@codesourcery.com>
15955
15956 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
15957 if needed for __stack_chk_guard.
15958
bc7e1c36
RM
159592011-09-19 Roland McGrath <roland@hack.frob.com>
15960
ecb1482f
RM
15961 * sysdeps/posix/spawni.c (script_execute): Always define it.
15962 It will be optimized away if unused.
15963 (maybe_script_execute): New function.
15964 (__spawni): Call it.
15965
bc7e1c36
RM
15966 * Makerules: Don't include tls.make.
15967 (config-tls): Always set to thread.
15968 * tls.make.c: File removed.
15969
1c3b002b
MF
159702011-09-19 Mike Frysinger <vapier@gentoo.org>
15971
15972 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
15973 * config.make.in (CPPFLAGS-config): New substituted variable.
15974
2840865d
UD
159752011-09-15 Ulrich Drepper <drepper@gmail.com>
15976
88738eb6
UD
15977 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
15978
cbf645a6 15979 [BZ #13192]
2840865d
UD
15980 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
15981 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
15982
b402e91a
RM
159832011-09-15 Roland McGrath <roland@hack.frob.com>
15984
15985 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
15986 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
15987 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
15988 (CALL_FAIL): Likewise.
15989 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
15990 (CALL_FAIL): Macro removed.
15991 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
15992
4c1a1f71
UD
159932011-09-15 Ulrich Drepper <drepper@gmail.com>
15994
15995 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
15996 for __FINITE_MATH_ONLY__ == 1.
15997
edc121be
AS
159982011-09-15 Andreas Schwab <schwab@redhat.com>
15999
16000 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
16001 __ieee754_sqrt instead of sqrt.
16002 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
16003 __ieee754_sqrtf instead of sqrtf.
16004 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
16005 __floorf instead of floorf.
16006 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
16007 __floorf, __truncf instead of floorf, truncf.
16008
cd205654
UD
160092011-09-14 Ulrich Drepper <drepper@gmail.com>
16010
ee4d0315
UD
16011 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
16012
cd205654
UD
16013 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
16014 __extern_always_inline.
16015 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
16016 32-bit.
16017
48b67d71
AS
160182011-09-14 Andreas Schwab <schwab@redhat.com>
16019
16020 * elf/rtld.c (dl_main): Also relocate in dependency order when
16021 doing symbol dependency testing.
16022
1ae12c75
AS
160232011-09-13 Andreas Schwab <schwab@linux-m68k.org>
16024
16025 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
16026 Always define `refsym'.
16027
995a80df
AS
160282011-09-13 Andreas Schwab <schwab@redhat.com>
16029
e529793b
AS
16030 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
16031 (__FD_ELT): Renamed from __FDELT.
16032 * misc/bits/select2.h (__FD_ELT): Likewise.
16033 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
16034 __FD_MASK instead of __FDELT, __FDMASK.
16035 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
16036 Likewise.
16037 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
16038 Likewise.
16039
52d4fef8
AS
16040 * elf/Makefile (gen-ldd): Fix pattern.
16041
995a80df
AS
16042 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
16043 (init_tls): Likewise.
16044
8682f8b0
UD
160452011-09-12 Ulrich Drepper <drepper@gmail.com>
16046
16047 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
16048
de82006d
AS
160492011-09-12 Andreas Schwab <schwab@redhat.com>
16050
a7c8e6a1
AS
16051 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
16052 `struct cmsghdr *' instead of `void *'.
16053 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
16054 Likewise.
16055
0f31fe77
AS
160562011-09-11 Andreas Schwab <schwab@linux-m68k.org>
16057
16058 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
16059 if non-absolute.
16060 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
16061 ldd_rewrite_script.
0f31fe77 16062
32b4c839
UD
160632011-09-11 Ulrich Drepper <drepper@gmail.com>
16064
83cd1420
UD
16065 * configure.in: Remove --with-tls option.
16066 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
16067 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
16068 out in case it is missing.
16069 * sysdeps/ia64/elf/configure.in: Likewise.
16070 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
16071 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
16072 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
16073 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
16074 * sysdeps/sh/elf/configure.in: Likewise.
16075 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
16076 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
16077 * sysdeps/x86_64/elf/configure.in: Likewise.
16078 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
16079 * sysdeps/mach/hurd/tls.h: Likewise.
16080
633f745d
UD
16081 [BZ #13067]
16082 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
16083
f318beb8
UD
16084 [BZ #13090]
16085 * configure.in: Fix use of AC_INIT.
16086
32b4c839
UD
16087 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
16088
3ce1f295
UD
160892011-09-10 Ulrich Drepper <drepper@gmail.com>
16090
bb016596
UD
16091 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
16092 __set_errno.
8e58439c
UD
16093 * malloc/hooks.c: Likewise.
16094
aebae053 16095 [BZ #11929]
02d46fc4
UD
16096 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
16097 variables statically.
16098 (narenas): Initialize.
16099 (list_lock): Initialize.
bb016596
UD
16100 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
16101 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
16102 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
16103 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
16104 Add initializers to main_arena and mp_.
16105 (malloc_state): Remove pagesize member. Change all users to use
16106 GLRO(dl_pagesize).
16107
16108 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
16109 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
16110 is always initialized.
16111
22a89187
UD
16112 * malloc/malloc.c: Removed unused configurations and dead code.
16113 * malloc/arena.c: Likewise.
16114 * malloc/hooks.c: Likewise.
02d46fc4 16115 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 16116
d063d164
UD
16117 * include/tls.h: Removed. USE___THREAD must always be defined.
16118 * bits/libc-tsd.h: Don't handle !USE___THREAD.
16119 * elf/dl-libc.c: Likewise.
16120 * elf/dl-tsd.c: Likewise.
16121 * include/errno.h: Likewise.
16122 * include/netdb.h: Likewise.
16123 * include/resolv.h: Likewise.
16124 * inet/herrno-loc.c: Likewise.
16125 * inet/herrno.c: Likewise.
16126 * malloc/arena.c: Likewise.
16127 * malloc/hooks.c: Likewise.
16128 * malloc/malloc.c: Likewise.
16129 * resolv/res-state.c: Likewise.
16130 * resolv/res_libc.c: Likewise.
16131 * sysdeps/i386/dl-machine.h: Likewise.
16132 * sysdeps/ia64/dl-machine.h: Likewise.
16133 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
16134 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
16135 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
16136 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
16137 * sysdeps/sh/dl-machine.h: Likewise.
16138 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
16139 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
16140 * sysdeps/unix/i386/sysdep.S: Likewise.
16141 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
16142 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
16143 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
16144 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
16145 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
16146 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
16147 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
16148 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
16149 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
16150 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
16151 * sysdeps/unix/x86_64/sysdep.S: Likewise.
16152 * sysdeps/x86_64/dl-machine.h: Likewise.
16153 * tls.make.c: Likewise.
16154
3ce1f295
UD
16155 * configure.in: Remove --with-__thread option. Make tests for
16156 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
16157 tls_model attribute fail if no support is available. Remove
16158 USE_IN_LIBIO.
16159 * Makeconfig: Adjust for dropped configure option. All features are
16160 now mandatory.
16161 * Makerules: Likewise.
16162 * Versions.def: Likewise.
16163 * argp/argp-fmtstream.c: Likewise.
16164 * argp/argp-fmtstream.h: Likewise.
16165 * argp/argp-help.c: Likewise.
16166 * assert/assert.c: Likewise.
16167 * config.h.in: Likewise.
16168 * config.make.in: Likewise.
16169 * configure: Likewise.
16170 * configure.in: Likewise.
16171 * csu/Versions: Likewise.
16172 * csu/init.c: Likewise.
16173 * elf/tst-audit2.c: Likewise.
16174 * elf/tst-tls10.c: Likewise.
16175 * elf/tst-tls10.h: Likewise.
16176 * elf/tst-tls11.c: Likewise.
16177 * elf/tst-tls12.c: Likewise.
16178 * elf/tst-tls14.c: Likewise.
16179 * elf/tst-tlsmod11.c: Likewise.
16180 * elf/tst-tlsmod12.c: Likewise.
16181 * elf/tst-tlsmod13.c: Likewise.
16182 * elf/tst-tlsmod13a.c: Likewise.
16183 * elf/tst-tlsmod14a.c: Likewise.
16184 * elf/tst-tlsmod15b.c: Likewise.
16185 * elf/tst-tlsmod16a.c: Likewise.
16186 * elf/tst-tlsmod16b.c: Likewise.
16187 * elf/tst-tlsmod7.c: Likewise.
16188 * elf/tst-tlsmod8.c: Likewise.
16189 * elf/tst-tlsmod9.c: Likewise.
16190 * gmon/gmon.c: Likewise.
16191 * grp/fgetgrent_r.c: Likewise.
16192 * grp/putgrent.c: Likewise.
16193 * hurd/fopenport.c: Likewise.
16194 * include/libc-symbols.h: Likewise.
16195 * include/tls.h: Likewise.
16196 * intl/gettextP.h: Likewise.
16197 * intl/loadinfo.h: Likewise.
16198 * locale/global-locale.c: Likewise.
16199 * locale/localeinfo.h: Likewise.
16200 * mach/devstream.c: Likewise.
16201 * malloc/arena.c: Likewise.
16202 * malloc/set-freeres.c: Likewise.
16203 * misc/err.c: Likewise.
16204 * misc/getttyent.c: Likewise.
16205 * misc/mntent_r.c: Likewise.
16206 * posix/getopt.c: Likewise.
16207 * posix/wordexp.c: Likewise.
16208 * pwd/fgetpwent_r.c: Likewise.
16209 * resolv/Versions: Likewise.
16210 * resolv/res_hconf.c: Likewise.
16211 * shadow/fgetspent_r.c: Likewise.
16212 * shadow/putspent.c: Likewise.
16213 * stdio-common/printf_fphex.c: Likewise.
16214 * stdio-common/tmpfile.c: Likewise.
16215 * stdlib/abort.c: Likewise.
16216 * stdlib/fmtmsg.c: Likewise.
16217 * sunrpc/auth_unix.c: Likewise.
16218 * sunrpc/clnt_perr.c: Likewise.
16219 * sunrpc/clnt_tcp.c: Likewise.
16220 * sunrpc/clnt_udp.c: Likewise.
16221 * sunrpc/clnt_unix.c: Likewise.
16222 * sunrpc/openchild.c: Likewise.
16223 * sunrpc/svc_simple.c: Likewise.
16224 * sunrpc/svc_tcp.c: Likewise.
16225 * sunrpc/svc_udp.c: Likewise.
16226 * sunrpc/svc_unix.c: Likewise.
16227 * sunrpc/xdr.c: Likewise.
16228 * sunrpc/xdr_array.c: Likewise.
16229 * sunrpc/xdr_rec.c: Likewise.
16230 * sunrpc/xdr_ref.c: Likewise.
16231 * sunrpc/xdr_stdio.c: Likewise.
16232
1248c1c4
PB
162332011-09-09 Ulrich Drepper <drepper@gmail.com>
16234
16235 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
16236
162372011-07-03 Andreas Jaeger <aj@suse.de>
16238
16239 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
16240 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
16241 regenerate with gen-libm-tests.pl.
16242
162432010-05-12 Petr Baudis <pasky@suse.cz>
16244
16245 [BZ #11589]
16246 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
16247 around j0() zero points by switching to j1().
16248 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
16249 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
16250 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
16251 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
16252
f22e1074
UD
162532011-09-09 Ulrich Drepper <drepper@gmail.com>
16254
f19009c1
UD
16255 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
16256 instead of 0.
16257 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
16258 instead of 0. .
16259 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
16260 Patch in part by Pavel Roskin <proski@gnu.org>.
16261
3f8cc204
UD
16262 [BZ #13138]
16263 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
16264 realloc.
16265 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
16266 Free memory block if necessary.
16267
f22e1074
UD
16268 [BZ #12847]
16269 * libio/genops.c (INTDEF): For string streams the _lock pointer can
16270 be NULL. Don't lock in this case.
16271
0a2349f9
RM
162722011-09-09 Roland McGrath <roland@hack.frob.com>
16273
16274 * elf/elf.h (ELFOSABI_GNU): New macro.
16275 (ELFOSABI_LINUX): Define to that.
16276
f3cdd467
DZ
162772011-07-29 Denis Zaitceff <zaitceff@gmail.com>
16278
16279 * string/strncat.c (strncat): Undef the symbol in case it has been
16280 defined in bits/string.h.
16281
74718d13
UD
162822011-09-09 Ulrich Drepper <drepper@gmail.com>
16283
633e9e0f
UD
16284 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
16285
0a2349f9 16286 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
16287 link map.
16288
f9924780
AJ
162892011-08-17 Andreas Jaeger <aj@suse.de>
16290
16291 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
16292
7f5517aa
PP
162932011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16294 Ian Lance Taylor <iant@google.com>
16295
16296 * math/libm-test.inc (lround_test): New testcase.
16297 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
16298
762011fe
UD
162992011-09-08 Ulrich Drepper <drepper@gmail.com>
16300
92963737
UD
16301 * Makefile: Remove support for automatic cvs check-ins.
16302 * Makerules: Likewise.
16303 * config.make.in: Likewise.
16304 * configure.in: Likewise.
16305 * intl/Makefile: Likewise.
16306 * locale/Makefile: Likewise.
16307 * po/Makefile: Likewise.
16308 * posix/Makefile: Likewise.
16309 * sysdeps/gnu/Makefile: Likewise.
16310 * sysdeps/mach/hurd/Makefile: Likewise.
16311 * sysdeps/sparc/sparc32/Makefile: Likewise.
16312
b0727fd8
JS
16313 [BZ #13118]
16314 * posix/Makefile (bug-regex32-ENV): Define.
16315 Patch by John Stanley <jpsinthemix@verizon.net>.
16316
a0f33f99
UD
16317 * misc/Makefile (headers): Add bits/select2.h.
16318 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
16319 * misc/bits/select2.h: New file.
16320 * include/bits/select2.h: New file.
16321 * debug/Makefile (routines): Add fdelt_chk.
16322 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
16323 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
16324 FD_ISSET.
16325 * debug/fdelt_chk.c: New file.
16326
762011fe
UD
16327 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
16328 * wcsmbs/test-wmemcmp.c: Likewise.
16329 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 16330 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
16331
163322011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16333
16334 * string/Makefile (strop-tests): Add memcmp.
16335 * string/test-wmemcmp.c: New file.
16336 * string/test-memcmp.c: Add wmemcmp support.
16337
7f513ec8
RM
163382011-09-08 Roland McGrath <roland@hack.frob.com>
16339
0442afb4
RM
16340 [BZ #13153]
16341 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
16342 2011-07-19 change.
16343
7f513ec8
RM
16344 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
16345 garbage value in a __mach_port_mod_refs call in the cases of the
16346 task-self and thread-self ports.
16347
a12b2239
ST
163482011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
16349
16350 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
16351
610f9ab4
AS
163522011-09-08 Andreas Schwab <schwab@redhat.com>
16353
7f513ec8 16354 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 16355
48882a1a
LD
163562011-09-07 Ulrich Drepper <drepper@gmail.com>
16357
b49865be
UD
16358 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
16359
fdc86bc9
UD
16360 * elf/dl-libc.c (dlerror_run): Pass back error code from
16361 dl_catch_error.
16362
c966526a
UD
16363 [BZ #13123]
16364 * elf/dl-load.c (lose): Free l_origin if it is valid.
16365
48882a1a
LD
16366 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
16367 names.
16368 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
16369 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
16370 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
16371 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
16372 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
16373 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
16374
77a2a8b4
AZ
163752011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16376
16377 * sysdeps/powerpc/fpu/e_hypot.c: New file.
16378 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
16379 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
16380 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
16381 * sysdeps/powerpc/fpu/k_cosf.c: New file.
16382 * sysdeps/powerpc/fpu/k_sinf.c: New file.
16383 * sysdeps/powerpc/fpu/s_cosf.c: New file.
16384 * sysdeps/powerpc/fpu/s_sinf.c: New file.
16385 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
16386 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
16387
24f579d8
AM
163882011-08-15 Alan Modra <amodra@gmail.com>
16389
16390 [BZ #13092]
16391 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
16392 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
16393 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
16394 ppc_mcount to static-only-routines.
16395 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
16396 __mcount_internal.
16397 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
16398 __mcount_internal with usual JUMPTARGET. Remove useless nop.
16399
3d4837df
UD
164002011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
16401
16402 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
16403 for finite and infinity parameters.
16404
22700377
WS
164052011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
16406
16407 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
16408 and add nop instructions for throughput optimization.
16409 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16410
5025581e
WS
164112011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
16412
16413 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
16414 aligned copy for power7 with vector-scalar instructions.
16415 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16416
08a300c9
L
164172011-07-24 H.J. Lu <hongjiu.lu@intel.com>
16418
16419 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
16420 AVX check.
16421
59178ef9
AS
164222011-09-07 Andreas Schwab <schwab@redhat.com>
16423
16424 [BZ #13144]
16425 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
16426 last change.
16427
e38ba7ab
UD
164282011-09-07 Ulrich Drepper <drepper@gmail.com>
16429
16430 * sysdeps/unix/sysv/linux/x86_64/init-first.c
16431 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
16432 syscall wrapper around clock_gettime in __vdso_clock_gettime.
16433 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
16434 clock_gettime.
16435
d53a73ac
UD
164362011-09-06 Ulrich Drepper <drepper@gmail.com>
16437
fc8bffcc
UD
16438 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
16439 Forgot to demangle the pointer.
16440
ceaa0c5d
UD
16441 * sysdeps/i386/sysdep.h: Define atom_text_section.
16442 * sysdeps/x86_64/sysdep.h: Likewise.
16443 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
16444 section with atom_text_section.
16445 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
16446 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
16447 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
16448 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
16449 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
16450
a77d3c17
UD
16451 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
16452 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
16453 already be defined. Change to take two parameters and don't assign
16454 result to variable. Adjust all users.
16455 Define INTERNAL_GETTIME if not already defined.
16456 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
16457 call.
16458 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
16459 HAVE_CLOCK_GETTIME_VSYSCALL.
16460 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
16461
d53a73ac
UD
16462 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
16463 gettimeofday vsyscall, just use time.
16464
a8f84144
AS
164652011-09-06 Andreas Schwab <schwab@redhat.com>
16466
16467 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
16468 <errno.h>.
16469
ef606249
UD
164702011-09-06 Ulrich Drepper <drepper@gmail.com>
16471
16472 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
16473 syscall on x86-64.
16474 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
16475 syscall.
16476 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
16477 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
16478 syscall if possible.
16479
6585cb60
UD
164802011-09-05 Ulrich Drepper <drepper@gmail.com>
16481
16482 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
16483 e_ident. Don't pass to find_mapsXX.
16484 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
16485
a5f524e4
LD
164862011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
16487
16488 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16489 strchr-sse2-no-bsf strrchr-sse2-no-bsf
16490 * sysdeps/x86_64/multiarch/strchr.S: Update.
16491 Check bit_slow_BSF bit.
16492 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16493 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
16494 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
16495
554881ef
UD
164962011-09-05 Ulrich Drepper <drepper@gmail.com>
16497
d96de963
UD
16498 [BZ #13134]
16499 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
16500 before glibc 2.15.
16501 (tryshell): Define.
16502 (__spawni): Change last parameter to be flag. Test
16503 SPAWN_XFLAGS_USE_PATH flag to use path or not.
16504 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
16505 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
16506 * posix/spawni.c: Likewise.
16507 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
16508 * posix/spawnp.c: Likewise. Change normal version to use
16509 SPAWN_XFLAGS_USE_PATH.
16510 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
16511 SPAWN_XFLAGS_TRY_SHELL.
16512
d48e5868
UD
16513 [BZ #13150]
16514 * posix/glob.h: Remove gcc 1.x support.
16515
554881ef
UD
16516 [BZ #13068]
16517 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
16518
693fb948
LD
165192011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
16520
16521 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16522 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
16523 strrchr-sse2-bsf
16524 * sysdeps/i386/i686/multiarch/strchr.S: New file.
16525 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
16526 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
16527 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
16528 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
16529 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
16530
1b48c537
UD
165312011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16532
49d42c37
UD
16533 * sysdeps/x86_64/wcscmp.S: New file.
16534
1b48c537
UD
16535 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
16536 wcscmp-c wcscmp-sse2
16537 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
16538 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
16539 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
16540 * wcsmbs/wcscmp.c: Allow renaming.
16541
15c95c5d
DM
165422011-09-05 David S. Miller <davem@davemloft.net>
16543
16544 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
16545 stack slot, rather than the struct return pointer slot.
16546 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
16547 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
16548 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
16549 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
16550
2f0ad8f3
UD
165512011-09-05 Ulrich Drepper <drepper@gmail.com>
16552
d88ae418
UD
16553 * po/ja.po: Update from translation team.
16554
2f0ad8f3
UD
16555 [BZ #13144]
16556 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
16557 kernel in 64-bit binaries.
16558
5f4318d1
DM
165592011-09-01 David S. Miller <davem@davemloft.net>
16560
16561 * elf/elf.h (HWCAP_SPARC_*): Move to..
16562 * sysdeps/sparc/sysdep.h: this new file and add new values.
16563 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
16564 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
16565 _DL_HWCAP_COUNT to 24.
16566 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
16567 entries.
16568 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
16569 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
16570 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
16571 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
16572 instead of magic constants.
16573 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
16574
3ba57516
DM
165752011-08-31 David S. Miller <davem@davemloft.net>
16576
16577 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
16578 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
16579 Reimplement to do errno handling inline.
16580 (SYSCALL_ERROR_HANDLER): New macro.
16581 (__SYSCALL_STRING): Do not do errno handling in asm.
16582 (__CLONE_SYSCALL_STRING): Delete.
16583 (__INTERNAL_SYSCALL_STRING): Delete.
16584 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
16585 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
16586 (PSEUDO): Reimplement to do errno handling inline.
16587 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
16588 (SYSCALL_ERROR_HANDLER): New macro.
16589 (__SYSCALL_STRING): Do not do errno handling in asm.
16590 (__CLONE_SYSCALL_STRING): Delete.
16591 (__INTERNAL_SYSCALL_STRING): Delete.
16592 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
16593 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
16594 i386.
16595 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
16596 (inline_syscall*): Add 'err' argument.
16597 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
16598 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
16599 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
16600 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
16601
16602 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
16603 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
16604
2bc17433
AS
166052011-08-30 Andreas Schwab <schwab@redhat.com>
16606
16607 * elf/rtld.c (dl_main): Relocate objects in dependency order.
16608
fbeb5f4d
JO
166092011-08-29 Jiri Olsa <jolsa@redhat.com>
16610
16611 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
16612 directive.
16613
ad69cc26
DM
166142011-08-24 David S. Miller <davem@davemloft.net>
16615
16616 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
16617
39dd69df
AS
166182011-08-24 Andreas Schwab <schwab@redhat.com>
16619
16620 * elf/Makefile: Add rules to build and run unload8 test.
16621 * elf/unload8.c: New file.
16622 * elf/unload8mod1.c: New file.
16623 * elf/unload8mod1x.c: New file.
16624 * elf/unload8mod2.c: New file.
16625 * elf/unload8mod3.c: New file.
16626
16627 * elf/dl-close.c (_dl_close_worker): Reset private search list if
16628 it wasn't used.
16629
2c0b250a
DM
166302011-08-23 David S. Miller <davem@davemloft.net>
16631
16632 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
16633 subtract stack bias.
16634 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
16635 %sp not %fp in calculations.
16636 (_JMPBUF_UNWINDS_ADJ): Likewise.
16637
22044b48
DM
16638 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
16639 (aio_suspend): Call it to force an exception region around the
16640 AIO_MISC_WAIT() invocation.
16641
2cae4995
AS
166422011-08-23 Andreas Schwab <schwab@redhat.com>
16643
16644 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
16645 backslash.
16646
873a772e
AJ
166472011-07-04 Aurelien Jarno <aurelien@aurel32.net>
16648
16649 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
16650 protection macro.
16651 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
16652 and <dl-machine.h>.
16653 (Elf64_FuncDesc): Remove.
16654
25ad0df1
DM
166552011-08-22 David S. Miller <davem@davemloft.net>
16656
16657 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
16658 sigaltstack check, add missing cfi directives.
16659 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
16660 missing cfi directives, and sigaltstack handling.
16661
e888bcbe
AS
166622011-08-16 Andreas Schwab <schwab@redhat.com>
16663
16664 [BZ #11724]
16665 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
16666 object is seen twice.
16667 * elf/dl-fini.c (_dl_sort_fini): Likewise.
16668
16669 * elf/Makefile (distribute): Add tst-initorder2.c.
16670 (tests): Add tst-initorder2.
16671 (modules-names): Add tst-initorder2a tst-initorder2b
16672 tst-initorder2c tst-initorder2d. Add rules to build them.
16673 ($(objpfx)tst-initorder2.out): New rule.
16674 * elf/tst-initorder2.c: New file.
16675 * elf/tst-initorder2.exp: New file.
16676
87162f46
AS
166772011-08-22 Andreas Schwab <schwab@redhat.com>
16678
70538b7f
AS
16679 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
16680
f55ffe58
AS
16681 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
16682 dependencies back to end of function.
16683
87162f46
AS
16684 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
16685 $(elfobjdir)/ld.so.
16686
91b392a4
UD
166872011-08-21 Ulrich Drepper <drepper@gmail.com>
16688
16689 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
16690 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
16691 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
16692 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
16693 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
16694 of __vdso_gettimeofday.
16695 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
16696 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
16697 attribute_hidden.
16698 (_libc_vdso_platform_setup): Remove initialization of
16699 __vdso_gettimeofday and __vdso_time.
16700
5c43483f
UD
167012011-08-20 Ulrich Drepper <drepper@gmail.com>
16702
775a77e7
UD
16703 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
16704 and fgetc_unlocked.
16705 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
16706 getc_unlocked.
89f447ed 16707
49c74ba9
UD
16708 * elf/dl-open.c (add_to_global): Report additions to the global scope
16709 for LD_DEBUG=scopes.
16710 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 16711 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 16712
5c43483f
UD
16713 [BZ #13114]
16714 * stdio-common/Makefile (tests): Add bug24.
16715 * stdio-common/bug24.c: New file.
16716
a101b025
AJ
167172011-08-19 Andreas Jaeger <aj@suse.de>
16718
16719 [BZ #13114]
16720 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
16721 non-existant file when using close-on-exec mode.
16722
c88f1766
UD
167232011-08-20 Ulrich Drepper <drepper@gmail.com>
16724
0276a718
UD
16725 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
16726 the very first instruction.
16727
c88f1766
UD
16728 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
16729 the CFI state in the end.
16730 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
16731 inclusion of dl-trampoline.h.
16732 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
16733
51ccffa0
AS
167342011-08-19 Andreas Schwab <schwab@redhat.com>
16735
94d7165f
AS
16736 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
16737 expectations for long double.
16738
51ccffa0
AS
16739 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
16740 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
16741
fd708658 167422011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
16743
16744 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
16745 artificual limit depends upon the system page size.
16746
44f0a71e
UD
167472011-08-17 Ulrich Drepper <drepper@gmail.com>
16748
16749 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
16750 * resolv/Makefile: Define CFLAGS-libresolv.
16751
8de79a24
AS
167522011-08-17 Andreas Schwab <schwab@redhat.com>
16753
16754 * nss/makedb.c (compute_tables): Make variables used in nested
16755 function static.
16756
27724598
UD
167572011-08-17 Ulrich Drepper <drepper@gmail.com>
16758
c5305d88
UD
16759 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
16760 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
16761 if buffer was too small.
16762
27724598
UD
16763 * elf/pldd.c (main): Attach to all threads in the process.
16764 Rewrite /proc handling to use *at functions.
16765
076fe015
UD
167662011-08-16 Ulrich Drepper <drepper@gmail.com>
16767
174baab3
UD
16768 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
16769 specifies first scope to show.
16770 (dl_open_worker): Update callers. Move printing scope of new
16771 object to before the relocation.
44f0a71e 16772 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
16773 * sysdeps/generic/ldsodefs.h: Update declaration.
16774
076fe015
UD
16775 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
16776 string for the scope number.
16777
a60df2c3
UD
167782011-08-14 Ulrich Drepper <drepper@gmail.com>
16779
16780 * nscd/servicescache.c (cache_addserv): Make sure written is always
16781 initialized.
16782
5e4287d1
RM
167832011-08-14 Roland McGrath <roland@hack.frob.com>
16784
85ae0589
RM
16785 * sysdeps/i386/i486/bits/atomic.h
16786 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
16787 statement expression, so as to suppress "set but not used" warning.
16788 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
16789
69f63097
RM
16790 * string/strncat.c (STRNCAT): Use prototype definition.
16791
675456ef
RM
16792 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
16793 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
16794 -Iprograms here.
16795 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
16796 (localedef-modules): Add localedef.
16797 (locale-modules): Add locale.
16798
5e4287d1
RM
16799 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
16800 * elf/rtld.c (dl_main): Invert order of assignment in last change,
16801 to avoid a warning.
16802
9c96ff23
DM
168032011-08-14 David S. Miller <davem@davemloft.net>
16804
16805 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
16806 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
16807
f9ddf089
UD
168082011-08-13 Ulrich Drepper <drepper@gmail.com>
16809
44f0a71e 16810 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
16811 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
16812 * elf/rtld.c (dl_main): Set l_name of vDSO.
16813 Call _dl_show_scope when DL_DEBUG_SCOPES.
16814 (process_dl_debug): Recognize scopes flag and also set it for all.
16815 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
16816 Declare _dl_show_scope.
16817
1dc27704
UD
16818 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
16819 (do_dlopen): Pass caller_dlopen to dl_open.
16820 (__libc_dlopen_mode): Initialize caller_dlopen.
16821
f9ddf089
UD
16822 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
16823 of libc. Make tolower call locale-independent. Optimize a bit by
16824 using isdigit instead of isalnum.
16825 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
16826
9ac533d3
UD
168272011-08-12 Ulrich Drepper <drepper@gmail.com>
16828
16829 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
16830 was a dependency or dynamically loaded.
16831
89edf2e9
UD
168322011-08-11 Ulrich Drepper <drepper@gmail.com>
16833
8e999d29
UD
16834 * intl/l10nflist.c: Allow architecture-specific pop function.
16835 * sysdeps/x86_64/l10nflist.c: New file.
16836
89edf2e9
UD
16837 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
16838 classification.
16839
14d96785
AS
168402011-08-10 Andreas Schwab <schwab@redhat.com>
16841
16842 * include/dirent.h: Add libc_hidden_proto for scandirat and
16843 scandirat64. Don't declare __scandirat64.
16844 * dirent/scandirat.c: Add libc_hidden_def.
16845 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
16846 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
16847
6761ac04
DM
168482011-08-10 David S. Miller <davem@davemloft.net>
16849
16850 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
16851 enum.
16852 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16853 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16854 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16855
c55fbd1e
UD
168562011-08-09 Ulrich Drepper <drepper@gmail.com>
16857
16858 * Versions.def [libc]: Add GLIBC_2.15.
16859 * dirent/Makefile (routines): Add scandirat and scandirat64.
16860 * dirent/Versions [libc]: Export scandirat and scandirat64 for
16861 GLIBC_2.15.
16862 * dirent/dirent.h: Declare scandirat and scandirat64.
16863 * dirent/scandirat.c: New file.
16864 * dirent/scandirat64.c: New file.
16865 * sysdeps/wordsize-64/scandirat.c: New file.
16866 * sysdeps/wordsize-64/scandirat64.c: New file.
16867 * dirent/opendir.c: Define opendirat.
16868 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
16869 using scandirat.
16870 * dirent/scandir64.c: Adjust for scandir.c change.
16871 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
16872 __scandirat64, and __scandir_cancel_handler.
16873 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
16874 additional parameter and use openat instead of open (outside of ld.so).
16875 Add new __opendir as wrapper around __opendirat.
16876 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
16877 here without requiring old scandirat implementation.
16878
879165f2
UD
168792011-08-08 Ulrich Drepper <drepper@gmail.com>
16880
16881 * dirent/scandir.c (cancel_handler): Renamed to
16882 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
16883 defined. Adjust users.
16884 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
16885 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
16886
cb7e923b
UD
168872011-08-04 Ulrich Drepper <drepper@gmail.com>
16888
16292edd
UD
16889 * string/test-string.h (IMPL): Use __STRING to expand name and then
16890 stringify it.
16891
cb7e923b
UD
16892 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
16893 of cleanups.
16894
cff82933
LD
168952011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16896
16897 * string/Makefile: Update.
16898 (strop-tests): Append strncat.
16899 * string/test-wcscmp.c: New file.
16900 New comprehensive test for wcscmp.
16901 * string/test-strcmp.c: Update.
16902 (WIDE): New define.
16903
9be9bfcc
AS
169042011-07-22 Andreas Schwab <schwab@redhat.com>
16905
16906 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
16907 line.
16908
2e96f1c7
AS
169092011-07-26 Andreas Schwab <schwab@redhat.com>
16910
16911 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
16912 encoding to ACE if AI_IDN.
16913
85188888
JJ
169142011-08-01 Jakub Jelinek <jakub@redhat.com>
16915
16916 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
16917 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
16918
5fa16e9b
LD
169192011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
16920
16921 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
16922 Fix overflow bug in strncat.
16923 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
16924
16925 * string/test-strncat.c: Update.
16926 Add new tests for checking overflow bugs.
16927
169282011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
16929
16930 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16931 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
16932 * sysdeps/i386/i686/multiarch/strcat.S: New file.
16933 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
16934 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
16935 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
16936 * sysdeps/i386/i686/multiarch/strncat.S: New file.
16937 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
16938 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
16939
16940 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
16941 (USE_AS_STRCAT): Define.
16942 Add strcat and strncat support.
16943 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
16944
8c1a459f
AS
169452011-07-25 Andreas Schwab <schwab@redhat.com>
16946
16947 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
16948 __n bigger than INT_MAX+1.
16949 (__strncmp_g): Likewise.
16950
bba33c28
UD
169512011-07-23 Ulrich Drepper <drepper@gmail.com>
16952
798be72d
UD
16953 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
16954 * libio/stido.h: Likewise.
16955
8accd4dc
UD
16956 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
16957 (AF_NFC): Define.
16958 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
16959 (AF_NFC): Define.
16960
cbff0d96
UD
16961 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
16962 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16963 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16964 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
16965 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16966
9191c04a
UD
16967 [BZ #13021]
16968 * scripts/test-installation.pl: Don't expect libnss_test1 to be
16969 installed.
16970
bba33c28
UD
16971 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
16972 typo.
16973 (_dl_x86_64_save_sse): Likewise.
16974
90f139dd
UD
169752011-07-22 Ulrich Drepper <drepper@gmail.com>
16976
1aae088a
UD
16977 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
16978 OSXSAVE.
16979 (_dl_x86_64_save_sse): Likewise.
16980
8e2045f5
UD
16981 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
16982
90f139dd
UD
16983 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
16984
1d002f25
AS
169852011-07-21 Andreas Schwab <schwab@redhat.com>
16986
16987 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
16988 change.
16989 (_dl_x86_64_save_sse): Use correct AVX check.
16990
21137f89
UD
169912011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16992
16993 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
16994 bug in strncpy/strncat.
16995 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
16996
a65c0b7a
UD
169972011-07-21 Ulrich Drepper <drepper@gmail.com>
16998
16999 * string/tester.c (test_strcat): Add tests for different alignments
17000 of source and destination.
17001 (test_strncat): Likewise.
17002
6986b98a
UD
170032011-07-20 Ulrich Drepper <drepper@gmail.com>
17004
90bb2039
UD
17005 [BZ #12852]
17006 * posix/glob.c (glob): Check passed in values before using them in
17007 expressions to avoid some overflows.
17008 (glob_in_dir): Likewise.
17009
5644ef54
UD
17010 [BZ #13007]
17011 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
17012 check for AVX enablement so that we don't crash with old kernels and
17013 new hardware.
17014 * elf/tst-audit4.c: Add same checks here.
17015 * elf/tst-audit6.c: Likewise.
17016
17017 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 17018
bfc9dc9b
AS
170192011-07-09 Andreas Schwab <schwab@linux-m68k.org>
17020
17021 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
17022
702e64bb
UD
170232011-07-20 Ulrich Drepper <drepper@gmail.com>
17024
17025 * po/cs.po: Update from translation team.
17026 * po/bg.po: Likewise.
17027
295e904f
MP
170282011-07-12 Marek Polacek <mpolacek@redhat.com>
17029
17030 * misc/sys/cdefs.h: Add support for const attribute.
17031 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
17032 to gnu_dev_{major,minor,makedev} functions.
17033
3ff94596
MP
170342011-07-20 Marek Polacek <mpolacek@redhat.com>
17035
17036 * intl/dcigettext.c (get_output_charset): Add missing bracket.
17037
28b59fca
AS
170382011-07-20 Andreas Schwab <schwab@redhat.com>
17039
17040 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
17041 strlen results.
17042
19df733e
AK
170432011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17044
17045 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
17046 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
17047 register in order to avoid conflicts with the soft frame pointer
17048 being held in r11 when necessary.
17049 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
17050 (INTERNAL_VSYSCALL_NCS): Likewise.
17051
c8835729
MP
170522011-07-14 Marek Polacek <mpolacek@redhat.com>
17053
17054 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
17055 * elf/dl-fini.c (_dl_fini): Adjust caller.
17056 * elf/dl-close.c (_dl_close_worker): Likewise.
17057 * sysdeps/generic/ldsodefs.h: Adjust declaration.
17058
b902330c
MP
170592011-07-15 Marek Polacek <mpolacek@redhat.com>
17060
8991e135
MP
17061 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
17062 "aux_cache->nlibs < 0".
17063
b902330c
MP
17064 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
17065 in the reload-count case.
17066
99710781
LD
170672011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
17068
17069 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
17070 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
17071 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
17072 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
17073 * sysdeps/x86_64/multiarch/strcat.S: New file.
17074 * sysdeps/x86_64/multiarch/strncat.S: New file.
17075 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
17076 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
17077 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
17078 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
17079 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
17080 (USE_AS_STRCAT): Define.
17081 Add strcat and strncat support.
17082 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
17083 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17084 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
17085 * string/strncat.c: Update.
17086 (USE_AS_STRNCAT): Define.
17087 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17088 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
17089 and i7.
17090 * sysdeps/x86_64/multiarch/init-arch.h
17091 (bit_Prefer_PMINUB_for_stringop): New.
17092 (index_Prefer_PMINUB_for_stringop): Likewise.
17093 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
17094 bit_Prefer_PMINUB_for_stringop.
17095
7dc6bd90
UD
170962011-07-19 Ulrich Drepper <drepper@gmail.com>
17097
17098 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
17099 buffer64.
17100 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
17101 of casting of buffer.
17102 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
17103 buffer32 and buffer64.
17104 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
17105 writes instead of casting of buffer.
17106 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
17107 buffer32.
17108 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
17109 casting of buffer.
17110
e0e72284
AS
171112011-07-19 Andreas Schwab <schwab@redhat.com>
17112
17113 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
17114
feb1eb0b
UD
171152011-07-19 Ulrich Drepper <drepper@gmail.com>
17116
17117 * nscd/nscd.c (termination_handler): Don't do anything for a database
17118 if it has not yet been initialized.
17119
298711ff
UD
171202011-07-18 Ulrich Drepper <drepper@gmail.com>
17121
17122 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
17123
171242011-07-15 Marek Polacek <mpolacek@redhat.com>
17125
17126 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
17127
f9d68389
UD
171282011-07-18 Ulrich Drepper <drepper@gmail.com>
17129
17130 * po/nl.po: Update from translation team.
17131 * po/sv.po: Likewise.
17132
db290cf5
RM
171332011-07-16 Roland McGrath <roland@hack.frob.com>
17134
17135 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
17136 now disallowed by GCC.
5c550700 17137
fd5e21c7
RM
17138 * configure.in (use-default-link): Default to yes if a test -shared
17139 link meets our qualifications.
17140 * configure: Regenerated.
17141
5c550700
RM
17142 * config.make.in (output-format): New variable.
17143 * configure.in: Check for ld --print-output-format support.
17144 * configure: Regenerated.
17145 * Makerules ($(common-objpfx)format.lds)
17146 [$(output-format) != unknown]: Just use $(output-format),
17147 instead of the linker-script munging.
17148
9fa2c032
RM
171492011-07-14 Roland McGrath <roland@hack.frob.com>
17150
a6928d51
RM
17151 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
17152 of $(common-objpfx)shlib.lds.
17153 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
17154
661607b3
RM
17155 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
17156 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
17157
9fa2c032
RM
17158 * configure.in (-z relro check): Adjust test code to add a large
17159 writable data section after it.
17160 * configure: Regenerated.
17161
defe9061
RM
171622011-07-11 Roland McGrath <roland@hack.frob.com>
17163
17164 * configure.in (-z relro check): Fix test code to make the variable
17165 truly const.
17166 * configure: Regenerated.
17167
319b9ad4
UD
171682011-07-11 Ulrich Drepper <drepper@gmail.com>
17169
17170 * nscd/nscd.h (struct traced_file): Define.
17171 (struct database_dyn): Remove inotify_descr, reset_res, and filename
17172 elements. Add traced_files.
17173 (inotify_fd): Declare.
17174 (register_traced_file): Declare.
17175 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
17176 (inotify_fd): Export.
17177 (resolv_conf_descr): Remove.
17178 (nscd_init): Move inotify descriptor creation to main.
17179 Don't register files for notification here.
17180 (register_traced_file): New function.
17181 (invalidate_cache): Don't use reset_res to determine whether to call
17182 res_init, go through the list of registered files.
17183 (main_loop_poll): The inotify descriptors are now stored in the
17184 structures for the traced files.
17185 (main_loop_epoll): Likewise
17186 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
17187 to __nss_disable_nscd.
17188 * nscd/cache.c (prune_cache): There is no single inotify descriptor
17189 for a database anymore. Check the records for all the registered
17190 files instead.
17191 * nss/Makefile (libnss_files-routines): Add files-init.
17192 (libnss_db-routines): Add db-init.
17193 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
17194 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
17195 * nss/nss_db/db-init.c: New file.
17196 * nss/nss_files/files-init.c: New file.
17197 * nss/nsswitch.c (nss_load_library): New function. Broken out of
17198 __nss_lookup_function.
17199 (__nss_lookup_function): Call nss_load_library.
17200 (nss_load_all_libraries): New function.
17201 (__nss_disable_nscd): Take parameter with callback function for files
17202 to register. Set is_nscd. Load all the DSOs for the NSS modules
17203 used for the cached services.
17204 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
17205 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
17206 options for features to all the files in nscd.
17207
17208 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
17209
23bee3e8
RM
172102011-07-10 Roland McGrath <roland@hack.frob.com>
17211
17212 * csu/elf-init.c (__libc_csu_init): Comment typo.
17213
46a5b7f0
UD
172142011-07-09 Ulrich Drepper <drepper@gmail.com>
17215
17216 * po/pl.po: Update from translation team.
17217 * po/ja.po: Likewise.
17218 * po/ru.po: Likewise.
17219 * po/ko.po: Likewise.
17220 * po/fr.po: Likewise.
17221
d30cf5bb
RM
172222011-07-09 Roland McGrath <roland@hack.frob.com>
17223
113ddea4
RM
17224 * configure.in (.ctors/.dtors header and trailer check):
17225 Use an empirical test on a built program.
17226 * configure: Regenerated.
17227
574920b4
RM
17228 * configure.in (-z relro check): Use an empirical test on a built DSO.
17229 Detect, but do not require, on ia64.
17230 * configure: Regenerated.
17231
d30cf5bb
RM
17232 * configure.in (READELF): Find it with AC_CHECK_TOOL.
17233 Update tests that use readelf to use $READELF instead.
17234 * configure: Regenerated.
17235
8538fdb3
UD
172362011-07-08 Ulrich Drepper <drepper@gmail.com>
17237
17238 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
17239 if the result is not used.
17240
04d08991
AJ
172412011-07-05 Andreas Jaeger <aj@suse.de>
17242
17243 [BZ#9696]
17244 * stdlib/tst-strtod.c: Add testcase.
17245
de283087
AD
172462011-07-07 Ulrich Drepper <drepper@gmail.com>
17247
4e5f31c8 17248 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 17249 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
17250 The latter has a higher limit. Take additional parameter to pass to
17251 the new function.
17252 (__pathconf): Pass file to __statfs_link_max.
17253 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
17254 __statfs_link_max.
17255 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
17256 __statfs_link_max.
17257
de283087
AD
17258 [BZ #12868]
17259 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
17260 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
17261 Handle Lustre.
17262 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
17263 (__statfs_filesize_max): Likewise.
17264 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
17265
c75fa153
AJ
172662011-07-05 Andreas Jaeger <aj@suse.de>
17267
17268 * resolv/res_comp.c (dn_skipname): Remove unused variable.
17269
1a544854
UD
172702011-07-06 Marek Polacek <mpolacek@redhat.com>
17271
17272 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
17273 `status' variable.
17274 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
17275 Likewise.
17276
6f0eec67
UD
172772011-07-04 H.J. Lu <hongjiu.lu@intel.com>
17278
17279 * Makefile (strop-tests): Add strncat.
17280 * string/test-strncat.c: New file.
17281
aae30307
UD
172822011-06-30 Marek Polacek <mpolacek@redhat.com>
17283
17284 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
17285
c0cfb5eb
UD
172862011-06-21 Andreas Jaeger <aj@suse.de>
17287
17288 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
17289 Copy rule from iconvdata/Makefile.
17290
01636b21
UD
172912011-07-06 Ulrich Drepper <drepper@gmail.com>
17292
17293 [BZ #12922]
17294 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
17295 but no long options are defined, just return 'W'.
17296
9895c8bc
UD
172972011-06-22 Marek Polacek <mpolacek@redhat.com>
17298
17299 [BZ #9696]
17300 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
17301
5d4cf042
UD
173022011-07-06 Ulrich Drepper <drepper@gmail.com>
17303
17304 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
17305 netgroups to read.
960e5535 17306 (innetgr): Likewise.
5d4cf042 17307
751eb97e
RM
173082011-07-05 Roland McGrath <roland@hack.frob.com>
17309
17310 * config.make.in (install_root): Default to $(DESTDIR).
17311
f15f1e45
UD
173122011-07-05 Ulrich Drepper <drepper@gmail.com>
17313
17314 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
17315
4e34ac6a
RM
173162011-07-02 Roland McGrath <roland@hack.frob.com>
17317
5e9b6af4
RM
17318 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
17319
84f9ea0f
RM
17320 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
17321 containing directory rather than embedding absolute directory names.
17322
ea5ee9f7
RM
17323 * scripts/check-local-headers.sh: Rewritten using awk.
17324 Match by word, not by line. Print error messages for matches.
17325 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
17326
1b74661a
RM
17327 * Makerules [shlib-lds-flags empty]:
17328 ($(common-objpfx)libc_pic.opts): New target.
17329 ($(common-objpfx)libc_pic.os.clean): New target.
17330 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
17331
17332 * config.make.in (OBJCOPY): New variable.
17333 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
17334 * configure: Regenerated.
17335
f781ef40
RM
17336 * config.make.in (use-default-link): New variable.
17337 * configure.in (use_default_link): Grok --with-default-link to set it.
17338 * configure: Regenerated.
17339 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
17340 (shlib-lds, shlib-lds-flags): Define to empty.
17341
2d4fa81e
RM
17342 * Makerules (shlib-lds): New variable.
17343 (shlib-lds-flags): New variable.
17344 (build-shlib, build-moduile, build-module-asneeded): Use it.
17345 ($(common-objpfx)libc.so): Use $(shlib-lds).
17346 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
17347 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
17348
31fffa6b
RM
17349 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
17350 DT_FLAGS/DT_FLAGS_1 with zero flags.
17351
4e34ac6a
RM
17352 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
17353 linker script munging.
17354
fcfc776b
UD
173552011-07-02 Ulrich Drepper <drepper@gmail.com>
17356
17357 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
17358 as 128-bit value.
17359 * crypt/sha512.c (sha512_process_block): Perform total addition using
17360 128-bit if possible.
17361 (__sha512_finish_ctx): Likewise.
17362 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
17363 as 64-bit value.
17364 * crypt/sha256.c (SWAP64): Define.
17365 (sha256_process_block): Perform total addition using 64-bit if
17366 possible.
17367 (__sha256_finish_ctx): Likewise.
17368
99231d9a
UD
173692011-07-01 Ulrich Drepper <drepper@gmail.com>
17370
17371 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
17372 * nscd/initgrcache.c (addinitgroupsX): Likewise.
17373 * nscd/hstcache.c (cache_addhst): Likewise.
17374 * nscd/grpcache.c (cache_addgr): Likewise.
17375 * nscd/aicache.c (addhstaiX): Likewise
17376 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
17377
445b4a53
TK
173782011-07-01 Thorsten Kukuk <kukuk@suse.de>
17379
17380 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
17381 * nscd/initgrcache.c (addinitgroupsX): Likewise.
17382 * nscd/hstcache.c (cache_addhst): Likewise.
17383 * nscd/grpcache.c (cache_addgr): Likewise.
17384 * nscd/aicache.c (addhstaiX): Likewise
17385
6d4d8e8e
AS
173862011-07-01 Andreas Schwab <schwab@redhat.com>
17387
17388 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
17389 domain only when needed.
17390
89f654c5
AS
173912011-06-30 Andreas Schwab <schwab@redhat.com>
17392
17393 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
17394 is always restored.
17395
cf3b23ff
UD
173962011-06-29 Ulrich Drepper <drepper@gmail.com>
17397
17398 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
17399 are re-adding the entry.
17400 * nscd/servicescache.c (cache_addserv): Likewise.
17401
751626f9
AJ
174022011-06-30 Aurelien Jarno <aurelien@aurel32.net>
17403
17404 * sysdeps/generic/dl-irel.h: fix protection against multiple
17405 inclusions.
17406 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
17407
9113ea1f
UD
174082011-06-28 Ulrich Drepper <drepper@gmail.com>
17409
5c0b8d90
UD
17410 [BZ #12935]
17411 * malloc/memusage.sh: Fix quoting in message.
17412 * debug/xtrace.sh: Likewise.
17413
9113ea1f
UD
17414 * configure.in: Remove support for --experimental-malloc option, make
17415 it the default.
17416 * config.make.in: Likewise.
17417 * malloc/Makefile: Likewise.
17418
a4172181
AS
174192011-06-27 Andreas Schwab <schwab@redhat.com>
17420
17421 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
17422 two-byte characters.
17423
78a7eee7
RM
174242011-06-27 Roland McGrath <roland@hack.frob.com>
17425
62bede13
RM
17426 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
17427 AC_CACHE_CHECK invocation.
17428 * configure: Regenerated.
17429
78a7eee7
RM
17430 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
17431
5ce33a62
UD
174322011-06-27 Ulrich Drepper <drepper@gmail.com>
17433
034807a9
UD
17434 [BZ #12350]
17435 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
17436 bit from old_res_options.
17437
4902da17
UD
17438 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
17439
5ce33a62
UD
17440 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
17441 value type for setfct.
17442
c2344f56
L
174432011-06-23 H.J. Lu <hongjiu.lu@intel.com>
17444
17445 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
17446 __gettimeofday instead of gettimeofday.
17447
68468076
UD
174482011-06-26 Ulrich Drepper <drepper@gmail.com>
17449
17450 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
17451
acb0d739
L
174522011-06-24 H.J. Lu <hongjiu.lu@intel.com>
17453
17454 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
17455
17456 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
17457 info.
17458
8912479f
L
174592011-06-22 H.J. Lu <hongjiu.lu@intel.com>
17460
17461 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
17462 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
17463 strcpy-sse2-unaligned strncpy-sse2-unaligned
17464 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
17465 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
17466 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
17467 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
17468 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
17469 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
17470 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
17471 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
17472 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
17473 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
17474 (STRCPY): Support SSE2 and SSSE3 versions.
17475
d5495a11
UD
174762011-06-24 Ulrich Drepper <drepper@gmail.com>
17477
17478 [BZ #12874]
17479 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
17480 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
17481 kernels which artificially limit size of requests.
17482
0b1cbaae
L
174832011-06-22 H.J. Lu <hongjiu.lu@intel.com>
17484
17485 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
17486 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
17487 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
17488 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
17489 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
17490 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
17491 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
17492 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
17493 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
17494 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
17495 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
17496 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
17497 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
17498 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
17499 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
17500 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17501 Enable unaligned load optimization for Intel Core i3, i5 and i7
17502 processors.
17503 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
17504 Define.
17505 (index_Fast_Unaligned_Load): Define.
17506 (HAS_FAST_UNALIGNED_LOAD): Define.
17507
07f494a0
MP
175082011-06-23 Marek Polacek <mpolacek@redhat.com>
17509
17510 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
17511
fa3fc0fe
UD
175122011-06-22 Ulrich Drepper <drepper@gmail.com>
17513
17514 [BZ #12907]
17515 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
17516 until it is clear that the information is realy needed.
17517 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
17518
e12df166
AS
175192011-06-22 Andreas Schwab <schwab@redhat.com>
17520
17521 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
17522
852eb34d
UD
175232011-06-22 Ulrich Drepper <drepper@gmail.com>
17524
84e2a551
UD
17525 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
17526 /sys/devices/system/cpu/online if it is usable.
17527
852eb34d
UD
17528 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
17529 reading the information from the /proc filesystem to once a second.
17530
6e502e19
UD
175312011-06-21 Andreas Jaeger <aj@suse.de>
17532
17533 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
17534 NULL after inclusion of kernel headers.
17535
75d39ff2
UD
175362011-06-21 Ulrich Drepper <drepper@gmail.com>
17537
51f9aa6a
UD
17538 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
17539 calls to internal_setent.
17540
c0244a9d
UD
17541 [BZ #12885]
17542 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
17543 addresses using gethostbyname4_r ignore IPv4 addresses.
17544
c5e3c2ae
UD
17545 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
17546 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
17547
75d39ff2
UD
17548 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
17549
42675c6f
DM
175502011-06-20 David S. Miller <davem@davemloft.net>
17551
17552 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
17553 inclusions.
17554 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
17555
17556 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
17557 (elf_irel): Use it.
17558 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
17559 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
17560 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
17561 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
17562 * sysdeps/x86_64/dl-irel.h: Likewise.
17563
17564 * elf/dl-runtime.c: Use elf_ifunc_invoke.
17565 * elf/dl-sym.c: Likewise.
17566
57912a71
UD
175672011-06-15 Ulrich Drepper <drepper@gmail.com>
17568
17569 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
17570 need to dereference resplen2.
17571
ee22793d
AS
175722011-06-14 Andreas Schwab <schwab@redhat.com>
17573
17574 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
17575
a9e836b0
UD
175762011-06-15 Ulrich Drepper <drepper@gmail.com>
17577
77fb9117
UD
17578 * Makeconfig: Define vardbdir and inst_vardbdir.
17579 * nss/Makefile: Add rules to install db-Makefile.
17580
40c1b22c
UD
17581 * nss/nss_db/db-XXX.c: Cleanup.
17582
9f2da732
UD
17583 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
17584 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
17585 GLIBC_PRIVATE.
17586 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
17587 * nss/makedb.c: Implement -g option to specify that value strings
17588 are generated and should not be added to table iterated over for
17589 get*ent calls.
17590 * nss/nss_db/db-initgroups.c: New file.
17591
82e9a1f7
UD
17592 * nss/getent.c: Add support for initgroups lookups through getgrouplist
17593 interface.
17594
c41af17e
UD
17595 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
17596 (internal_getgrouplist): Adjust to name change.
17597 Update use_initgroups_entry if this is not the first call.
17598 * nss/databases.def: Add initgroups entry.
17599
a9e836b0
UD
17600 * nss/makedb.c (compute_tables): Check result of multiple hash table
17601 sizes to minimize maximum chain length.
17602
2666d441
UD
176032011-06-14 Ulrich Drepper <drepper@gmail.com>
17604
17605 * Versions.def: Add entry for libnss_db.
17606 * shlib-versions: Likewise.
17607 * nss/Makefile: Add rules to build libnss_db.
17608 * nss/Versions: Add libnss_db information. Organize libnss_files
17609 entries better.
17610 * nss/db-Makefile: Add gshadow support. Change rules for the new
17611 makedb progra. Some minor improvements to generate smaller files.
17612 * nss/nss_db/nss_db.h: Move NSS database header data structures to
17613 here from...
17614 * nss/makedb.c: ...here.
17615 Improve database format to be smaller and require less memory at
17616 runtime.
17617 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
17618 db anymore.
17619 * nss/nss_db/db-netgrp.c: Likewise.
17620 * nss/nss_db/db-open.c: Likewise.
17621 * nss/nss_files/flies-XXX.x: Adjust comments.
17622 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
17623 * nss/nss_files/files-grp.c: Likewise.
17624 * nss/nss_files/files-hosts.c: Likewise.
17625 * nss/nss_files/files-network.c: Likewise.
17626 * nss/nss_files/files-proto.c: Likewise.
17627 * nss/nss_files/files-pwd.c: Likewise.
17628 * nss/nss_files/files-rpc.c: Likewise.
17629 * nss/nss_files/files-service.c: Likewise.
17630 * nss/nss_files/files-sgrp.c: Likewise.
17631 * nss/nss_files/files-spwd.c: Likewise.
17632 * nss/nss_db/db-alias.c: Removed.
17633 * nss/nss_db/dummy-db.h: Removed.
17634
9ee76b5a
UD
176352011-06-02 Ulrich Drepper <drepper@gmail.com>
17636
17637 * nss/makedb.c: Rewritten to not use database library.
17638 * nss/Makefile: Update to build new makedb program.
17639
c71ca1f8
AJ
176402011-06-14 Andreas Jaeger <aj@suse.de>
17641
17642 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
17643 memset declaration.
17644
3154bfb8
UD
176452011-06-10 Andreas Schwab <schwab@redhat.com>
17646
17647 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
17648 tmpbuf.
17649
b350afab
RM
176502011-06-10 Roland McGrath <roland@hack.frob.com>
17651
decd4e50
RM
17652 * Makerules (shlib.lds): Fail if the linker script comes out empty.
17653 * elf/Makefile ($(objpfx)ld.so): Likewise.
17654
5615eaf2
RM
17655 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
17656 Don't list ld.so twice in dependencies.
17657
17658 * posix/bug-regex31.c: Include <stdlib.h>.
17659
17660 * nscd/hstcache.c (cache_addhst): Remove unused variable.
17661
17662 * nis/nss_compat/compat-spwd.c
17663 (getspent_next_nss_netgr): Remove unused variable.
17664 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
17665
17666 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
17667 nonmembers" output to use the right array.
17668
17669 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
17670
17671 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
17672
17673 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
17674 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
17675 * catgets/gencat.c (read_input_file): Likewise.
17676 * locale/programs/locarchive.c (enlarge_archive): Likewise.
17677
17678 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
17679 variable definition inside #if's controlling its use.
17680
17681 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
17682
17683 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
17684
17685 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
17686
17687 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
17688 unreachable code.
17689
17690 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
17691
b68e08db
RM
17692 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
17693 * configure: Regenerated.
17694
b350afab
RM
17695 * Makerules: Revert last change.
17696 * elf/Makefile: Likewise.
17697
28368601
RM
176982011-06-09 Roland McGrath <roland@hack.frob.com>
17699
17700 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
17701 * elf/Makefile ($(objpfx)librtld.os): Likewise.
17702 (reloc-link): Likewise.
17703
11988f8f
UD
177042011-06-09 Ulrich Drepper <drepper@gmail.com>
17705
17706 * elf/Makefile: Add rules to build pldd.
17707 * elf/pldd.c: New file.
17708 * elf/pldd-xx.c: New file.
17709
e80fab37
UD
177102011-06-07 Ulrich Drepper <drepper@gmail.com>
17711
17712 * version.h: Update for 2.15 development version.
17713
9b849836
DM
177142011-06-07 David S. Miller <davem@davemloft.net>
17715
17716 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
17717 ifuncs.
17718 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
17719 elf_machine_lazy_rel): Likewise.
17720 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17721 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
17722 elf_machine_lazy_rel): Likewise.
17723 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
17724 dl_hwcap via passed in argument.
17725 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
17726 Likewise.
17727
5a31b283
AK
177282011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17729
17730 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
17731
069e52f8
RM
177322011-06-06 Roland McGrath <roland@hack.frob.com>
17733
17734 [BZ #12849]
17735 * manual/fdl-1.1.texi: New file, verbatim from:
17736 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
17737 * manual/lgpl-2.1.texi: New file, verbatim from:
17738 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
17739 * manual/Makefile (licenses): New variable, list those new file names.
17740 (texis): Use it.
17741 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
17742
17743 * manual/fdl.texi: File removed.
17744 * manual/lesser.texi: File removed.
17745 * manual/libc.texinfo (Copying, Documentation License):
17746 Use new @include file names, put @appendix directive before @include.
17747
f16846a5
JJ
177482011-06-04 Jakub Jelinek <jakub@redhat.com>
17749
17750 [BZ #12841]
17751 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
17752 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
17753 (mq_open): Add __NTH.
17754
3d29045b
L
177552011-06-02 H.J. Lu <hongjiu.lu@intel.com>
17756
17757 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17758 Assume Intel Core i3/i5/i7 processor if AVX is available.
17759
8c297311
UD
177602011-05-31 Ulrich Drepper <drepper@gmail.com>
17761
17762 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
17763 typo.
17764
c8fc0c91
UD
177652011-05-31 Andreas Schwab <schwab@redhat.com>
17766
17767 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
17768 memory. Use alloca_account. Fix memory leak when retrying.
17769
5b27a807
UD
177702011-05-31 Ulrich Drepper <drepper@gmail.com>
17771
356f8bc6
UD
17772 * version.h (RELEASE): Bump for 2.14 release.
17773 * include/features.h (__GLIBC_MINOR__): Bump to 14.
17774
5b27a807
UD
17775 * config.make.in (RANLIB): Remove entry.
17776
01f16ab0
UD
177772011-05-30 Ulrich Drepper <drepper@gmail.com>
17778
41fce8bd
UD
17779 * po/Makefile (po-sed-cmd): Add ksh to extensions.
17780 (libc.pot): Work around missing support for .ksh extension in xgettext.
17781
4769ae77
UD
17782 [BZ #12684]
17783 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
17784 if both request failed.
17785 (send_dg): In case of server errors clear resplen or *resplen2.
17786
6b1e7d19
UD
17787 [BZ #12454]
17788 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
17789 when there are multiple maps.
17790 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
17791 (_dl_fini): Remove test here.
17792
01f16ab0
UD
17793 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
17794
b1ebd700
UD
177952011-05-29 Ulrich Drepper <drepper@gmail.com>
17796
7ae22829
UD
17797 [BZ #12350]
17798 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
17799 bit from old_res_options.
17800 (gaih_inet): Likewise.
17801
553149f6 17802 [BZ #11099]
18a84741 17803 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
17804 as signed.
17805
652ffab1
UD
17806 * resolv/res_init.c (res_setoptions): Make the code more compact.
17807
16985fd0
UD
17808 [BZ #11558]
17809 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
17810 set RES_USEVC.
17811
0464f746
UD
17812 [BZ #11634]
17813 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
17814
7d17596c
UD
17815 * malloc/malloc.h: Mark malloc hook variables as deprecated.
17816
cf6bbbd7
UD
17817 [BZ #11781]
17818 * malloc/malloc.h: Declare malloc hook variables as volatile.
17819
13f1ab36
UD
17820 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
17821 in last patch.
17822
b1ebd700
UD
17823 [BZ #11799]
17824 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 17825 raise in the comment.
80e2212d
UD
17826 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
17827 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
17828 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 17829
ce67228d
UD
178302011-05-28 Ulrich Drepper <drepper@gmail.com>
17831
8887a920
UD
17832 [BZ #12811]
17833 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
17834 grow the buffers more if it already has to be sufficient.
17835 (build_wcs_upper_buffer): Likewise.
17836 * posix/regexec.c (check_matching): Likewise.
17837 (clean_state_log_if_needed): Likewise.
17838 (extend_buffers): Don't enlarge buffers beyond size of the input
17839 buffer.
17840 Patches mostly by Emil Wojak <emil@wojak.eu>.
17841 * posix/bug-regex32.c: New file.
17842 * posix/Makefile (tests): Add bug-regex32.
17843
4f031072
UD
17844 * locale/findlocale.c (_nl_find_locale): Return right away if
17845 _nl_explode_name failed.
17846 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
17847
d0478f0c
UD
17848 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
17849
de81b246
UD
17850 * debug/xtrace.sh: Unify messages.
17851 * malloc/memusage.sh: Likewise.
17852
c738465a
UD
17853 [BZ #12813]
17854 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
17855 time symbol from vDSO. Substitute with vsyscall if not available.
17856 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
17857 __vdso_time.
17858
f1f929d7
UD
17859 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
17860 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
17861 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
17862 Add sendmmsg and internal_sendmmsg.
17863 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
17864 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
17865 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
17866
ce67228d
UD
17867 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
17868 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
17869 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
17870
e57420c6
UD
178712011-05-27 Ulrich Drepper <drepper@gmail.com>
17872
a8509ca5
UD
17873 [BZ #12813]
17874 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
17875 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
17876 available.
17877 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
17878 __vdso_getcpu.
17879
e57420c6
UD
17880 [BZ #12814]
17881 * iconvdata/Makefile (tests): Add bug-iconv9.
17882 * iconvdata/bug-iconv9.c: New file.
17883
4d07db15
AS
178842011-05-27 Andreas Schwab <schwab@redhat.com>
17885
17886 [BZ #12814]
17887 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
17888
ea486f69
JJ
178892011-05-25 Jakub Jelinek <jakub@redhat.com>
17890
17891 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
17892 (struct user_regs_struct): Change intcs field back to cs.
17893
6f038433
UD
178942011-05-25 Ulrich Drepper <drepper@gmail.com>
17895
17896 * po/ja.po: Update from translation team.
17897
67f86a25
UD
178982011-05-23 Ulrich Drepper <drepper@gmail.com>
17899
17900 [BZ #12795]
17901 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
17902 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
17903
def7fbd6
AS
179042011-05-20 Andreas Schwab <schwab@redhat.com>
17905
17906 * stdlib/longlong.h: Update from GCC.
17907
f50ef8f1
AS
179082011-05-23 Andreas Schwab <schwab@redhat.com>
17909
17910 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
17911 parameter name.
17912 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
17913 Add parameter name.
17914 (__sysconf): Pass it down.
17915
de7ce8f1
UD
179162011-05-22 Ulrich Drepper <drepper@gmail.com>
17917
f2962a71
UD
17918 [BZ #12671]
17919 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
17920 some situations.
17921 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17922 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
17923 add in in __libc_use_alloca calls. Adjust callers.
17924 (glob): Use malloc in some situations.
17925
de7ce8f1
UD
17926 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
17927 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
17928 pltexit.
17929
aec84f53
UD
179302011-05-21 Ulrich Drepper <drepper@gmail.com>
17931
05bb4a68
UD
17932 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
17933 and CLOCK_BOOTTIME_ALARM.
17934
7ea72f99
UD
17935 [BZ #12782]
17936 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
17937 is returned.
17938
7e4afad5
UD
17939 * string/_strerror.c (__strerror_r): Print negative errors as signed
17940 numbers.
17941
8e211fec
UD
17942 [BZ #12777]
17943 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
17944 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
17945 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
17946
f7d82dc9
UD
17947 * configure.in: Fix typo in redirection and correct removal of test
17948 files in two cases.
17949
cc9e536d
UD
17950 [BZ #12788]
17951 * locale/setlocale.c (new_composite_name): Fix test to check for
17952 identical name of all categories.
17953
aec84f53
UD
17954 [BZ #12792]
17955 * libio/filedoalloc.c (local_isatty): New function.
17956 (_IO_file_doallocate): Use local_isatty.
17957 * stdio-common/perror.c (perror): In case a new stream is used
17958 forward the stream error.
17959 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
17960 error flag.
17961
78e64fdc
RT
179622011-05-20 Ulrich Drepper <drepper@gmail.com>
17963
34a9094f
UD
17964 [BZ #11869]
17965 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
17966 alloca.
17967 * include/alloca.h (extend_alloca_account): Define.
17968
78e64fdc
RT
17969 [BZ #11857]
17970 * posix/regex.h: Fix comments with documentation of user-accessible
17971 fields after compilation and describe correct free'ing of pattern
17972 after re_compile_pattern.
17973 Patch by Reuben Thomas <rrt@sc3d.org>.
17974
457bddfc
RA
179752011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
17976
17977 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
17978 and -mno-altivec to prevent the compiler from using Altivec and/or
17979 VSX instructions when the corresponding registers are not available.
17980
a4527b51
AS
179812011-05-19 Andreas Schwab <schwab@redhat.com>
17982
17983 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
17984
ed690b2f
UD
179852011-05-19 Ulrich Drepper <drepper@gmail.com>
17986
17987 * libio/freopen.c (freopen): Use __dup2, not dup2.
17988 * libio/freopen64.c (freopen64): Likewise.
17989
8db73634
L
179902011-05-17 H.J. Lu <hongjiu.lu@intel.com>
17991
17992 [BZ #12775]
17993 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
17994 * math/Makefile (tests): Add test-powl.
17995 (CFLAGS-test-powl.c): Define.
17996 * math/test-powl.c: New file.
17997
0a197a9d
L
179982011-05-16 H.J. Lu <hongjiu.lu@intel.com>
17999
18000 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
18001
ee30c380
UD
180022011-05-17 Ulrich Drepper <drepper@gmail.com>
18003
18004 [BZ #11837]
18005 * iconvdata/gb18030.c: Update to GB18020-2005.
18006
6ce75379
UD
180072011-05-16 Ulrich Drepper <drepper@gmail.com>
18008
a4b89fd8
AR
18009 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
18010 RE_SYNTAX_POSIX_AWK): Update to match recent development.
18011 Patch by Aharon Robbins <arnold@skeeve.com>.
18012
ea389b12
UD
18013 [BZ #11892]
18014 * stdlib/putenv.c (putenv): Don't always create copy of the variable
18015 on the stack.
18016
68a3f91f
UD
18017 [BZ #11895]
18018 * misc/pselect.c (__pselect): Handle timeout value errors hidden
18019 through underflows.
18020
15cc7dd1
UD
18021 [BZ #12766]
18022 * misc/error.c (error_at_line): Ensure file_name and old_file_name
18023 point to strings before performing equality test for error_one_per_line
18024 mode.
18025
f3799213
UD
18026 [BZ #11697]
18027 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
18028
d79a9c94
UD
18029 [BZ #11820]
18030 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
18031 (struct user_fpregs_struct): Avoid __uint*_t types.
18032
56e5eb46
UD
18033 [BZ #6420]
18034 * malloc/mtrace.c (tr_where): Add additional parameter to point to
18035 symbol info. Use it instead of calling _dl_addr locally.
18036 (lock_and_info): New function.
18037 (tr_freehook): Call lock_and_info and pass symbol info as additional
18038 parameter to tr_where.
18039 (tr_mallochook): Likewise.
18040 (tr_reallochook): Likewise.
18041 (tr_memalignhook): Likewise.
18042
6ce75379
UD
18043 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
18044 used and couldn't be at all thread-safe.
18045
f8a3b5bf
UD
180462011-05-15 Ulrich Drepper <drepper@gmail.com>
18047
94b7cc37
UD
18048 * libio/freopen.c (freopen): Don't close old file descriptor
18049 before the new one is opened. Instead dup the new file descriptor
18050 to the old one after the new stream is created.
18051 * libio/freopen64.c (freopen64): Likewise.
18052 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
18053 * libio/fileops.c (_IO_new_file_close_it): Handle new
18054 _IO_FLAGS2_NOCLOSE flag.
18055 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
18056 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
18057 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
18058 _IO_FLAGS2_NOCLOSE flag.
18059 * include/unistd.h: Add hidden_proto for dup3.
18060 Define __have_dup3.
18061 * io/dup3.c: Define hidden symbol.
18062 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
18063
bd25564e
UD
18064 [BZ #7101]
18065 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
18066 when an incomplete long option is used.
18067 * posix/tst-getopt_long1.c: New file.
18068 * posix/Makefile (tests): Add tst-getopt_long1.
18069
c84cfef4
UD
18070 [BZ #10138]
18071 * scripts/config.guess: Update from autoconf-2.68.
18072 * scripts/config.sub: Likewise.
18073
3b85df27
UD
18074 [BZ #10157]
18075 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
18076 tests into ...
18077 (has_cpuclock): ...this. New function.
18078 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
18079 macro here based on has_cpuclock code.
18080
15a856b1
UD
18081 [BZ #10149]
18082 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18083 First byte (not low byte) is now always NUL.
18084 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
18085
05f399e6
UD
18086 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18087 Use non-cancelable interfaces.
18088
10a52685 18089 [BZ #9809]
94ecc67d
UD
18090 * locale/iso-639.def: Add entry for Sorani.
18091
f8a3b5bf
UD
18092 [BZ #11901]
18093 * include/stdlib.h: Move include protection to the right place.
18094 Define abort_msg_s. Declare __abort_msg with it.
18095 * stdlib/abort.c (__abort_msg): Adjust type.
18096 * assert/assert.c (__assert_fail_base): New function. Majority
18097 of code from __assert_fail. Allocate memory for __abort_msg with
18098 mmap.
18099 (__assert_fail): Now call __assert_fail_base.
18100 * assert/assert-perr.c: Remove bulk of implementation. Use
18101 __assert_fail_base.
18102 * include/assert.hL Declare __assert_fail_base.
18103 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
18104 mmap.
18105 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
18106
1af4e298
UD
181072011-05-14 Ulrich Drepper <drepper@gmail.com>
18108
f8a3b5bf 18109 [BZ #11952]
d26dfc60
MG
18110 [BZ #12453]
18111 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
18112 until all modules are registered in the DTV.
18113 * elf/Makefile: Add rules to build and run tst-tls19.
18114 * elf/tst-tls19.c: New file.
18115 * elf/tst-tls19mod1.c: New file.
18116 * elf/tst-tls19mod2.c: New file.
18117 * elf/tst-tls19mod3.c: New file.
18118 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
18119
2fc54d6f
UD
18120 [BZ #12083]
18121 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
18122 correctly.
18123
98d76b46
UD
18124 [BZ #12601]
18125 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
18126 two-byte sequence errors.
18127 * iconvdata/Makefile (tests): Add bug-iconv8.
18128 * iconvdata/bug-iconv8.c: New file.
18129
da3c19ef
UD
18130 [BZ #12626]
18131 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
18132 buf2 definition.
18133
ca408c15
UD
18134 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
18135
d6f67f7d
UD
18136 [BZ #12432]
18137 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
18138 (dummy_getcfa): New function.
18139 (init): Get _Unwind_GetCFA address, use dummy if not found.
18140 (backtrace_helper): In recursion check, also check whether CFA changes.
18141 (__backtrace): Completely initialize arg.
18142
1af4e298 18143 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
18144 storing incomplete byte sequence in state object. Avoid testing for
18145 guaranteed too small input if we know there is enough data available.
1af4e298 18146
da62f81b
AS
181472011-05-11 Andreas Schwab <schwab@redhat.com>
18148
18149 * Makeconfig (+link-pie): Indent.
18150 * Rules (binaries-pie): Define if $(have-fpie) and
18151 $(build-shared).
18152 (binaries-shared): Also filter out $(binaries-pie).
18153 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
18154 * nscd/Makefile (others-pie): Add nscd.
18155 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
18156 ($(objpfx)nscd): Remove command override.
18157 * login/Makefile (others-pie): Add pt_chown.
18158 ($(objpfx)pt_chown): Remove command override.
18159 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
18160 remove command overrides.
18161
fcabc0f8
UD
181622011-05-13 Ulrich Drepper <drepper@gmail.com>
18163
20030ae6
UD
18164 * libio/tst_putwc.c: Fix error messages.
18165
fcabc0f8
UD
18166 [BZ #12724]
18167 * libio/fileops.c (_IO_new_file_close_it): Always flush when
18168 currently writing and seek to current position when not.
18169 * libio/Makefile (tests): Add bug-fclose1.
18170 * libio/bug-fclose1.c: New file.
18171
320a5dc0
PB
181722011-05-12 Ulrich Drepper <drepper@gmail.com>
18173
18174 [BZ #12511]
18175 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
18176 don't set DF_1_NODELETE here.
18177 (do_lookup_x): When entering new entry test for copy relocation
18178 and if necessary set DF_1_NODELETE flag.
18179 * elf/tst-unique4.cc: New file.
18180 * elf/tst-unique4.h: New file.
18181 * elf/tst-unique4lib.cc: New file.
18182 * elf/Makefile: Add rules to build and run tst-unique4.
18183 Patch by Piotr Bury <pbury@goahead.com>.
18184
22836f52
UD
181852011-05-11 Ulrich Drepper <drepper@gmail.com>
18186
f574184a
UD
18187 [BZ #12052]
18188 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
18189
e1fb097f
UD
18190 [BZ #12625]
18191 * misc/mntent_r.c (addmntent): Flush the stream after the output
18192
22836f52
UD
18193 [BZ #12393]
18194 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
18195 (is_trusted_path_normalize): Skip initial colon. Append slash
18196 to empty buffer. Duplicate is_trusted_path code but allow
18197 constructed patch to be prefix.
18198 (is_dst): Allow $ORIGIN followed by /.
18199 (_dl_dst_substitute): Correct clearing of check_for_trusted.
18200 Correct testing of result of is_trusted_path_normalize
18201 (decompose_rpath): Fix warning.
18202
7b3b0b2a
UD
182032011-05-10 Ulrich Drepper <drepper@gmail.com>
18204
18205 [BZ #11257]
18206 * grp/initgroups.c (internal_getgrouplist): When we found the service
18207 list through the initgroups entry in nsswitch.conf do not always
18208 continue on a successful lookup. Don't always use the
eac80ce2 18209 __nss_group_database value if it is set.
7b3b0b2a
UD
18210 * nss/nsswitch.conf (initgroups): Change action for successful db
18211 lookup to continue for compatibility.
18212
2a81eaa5
UD
182132011-05-09 Ulrich Drepper <drepper@gmail.com>
18214
be97a69e
UD
18215 [BZ #11532]
18216 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
18217 and CP774 modules.
18218 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
18219 and CP774 modules.
18220 * iconvdata/tst-tables.sh: Likewise.
18221 * iconvdata/cp770.c: New file.
18222 * iconvdata/cp771.c: New file.
18223 * iconvdata/cp772.c: New file.
18224 * iconvdata/cp773.c: New file.
18225 * iconvdata/cp774.c: New file.
18226 * iconvdata/testdata/CP770: New file.
18227 * iconvdata/testdata/CP770..UTF8: New file.
18228 * iconvdata/testdata/CP771: New file.
18229 * iconvdata/testdata/CP771..UTF8: New file.
18230 * iconvdata/testdata/CP772: New file.
18231 * iconvdata/testdata/CP772..UTF8: New file.
18232 * iconvdata/testdata/CP773: New file.
18233 * iconvdata/testdata/CP773..UTF8: New file.
18234 * iconvdata/testdata/CP774: New file.
18235 * iconvdata/testdata/CP774..UTF8: New file.
18236
18237 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
18238 END CHARMAP line.
18239 * iconvdata/gen-8bit-gap.sh: Likewise.
18240 * iconvdata/gen-8bit.sh: Likewise.
18241
c1e9e399
UD
18242 * locale/iso-639.def: Add ary entry.
18243
24c55fb3 18244 [BZ #11258]
96b4b1b0
UD
18245 * locale/C-translit.h.in: Add U20A1 transliteration.
18246
bdc2f971
KB
18247 [BZ #12178]
18248 * locale/iso-639.def: Add wae entry.
18249 Patch by Kevin Bortis <bortis@translate-wae.ch>.
18250
2952b117
UD
18251 [BZ #12545]
18252 * locale/programs/localedef.c (construct_output_path): Use ssize_t
18253 for n.
18254
2a81eaa5
UD
18255 [BZ #12711]
18256 * locale/C-translit.h.in: Add entry for U20B9.
18257 Patch by pravin.d.s@gmail.com.
18258
28377d1b
UD
182592011-05-08 Ulrich Drepper <drepper@gmail.com>
18260
7fb90fb8
UD
18261 [BZ #12713]
18262 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
18263 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
18264 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
18265 in rtld. Use *stat64.
7fb90fb8 18266 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 18267 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 18268 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
18269 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
18270 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
18271 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
18272 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
18273 __fstatat64 macros.
7fb90fb8
UD
18274 * include/dirent.h: Add libc_hidden_proto for rewinddir.
18275 * dirent/rewinddir.c: Add libc_hidden_def.
18276 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 18277 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 18278
28377d1b
UD
18279 * include/dirent.h (__alloc_dir): Add flags parameter.
18280 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
18281 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
18282 __alloc_dir.
18283 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
18284 from fdopendir if O_CLOEXEC is already set.
18285
66bdbaa4
AM
182862011-03-15 Alan Modra <amodra@gmail.com>
18287
18288 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
18289 l_tls_firstbyte_offset non-zero. Save padding offset in
18290 l_tls_firstbyte_offset for later use.
18291 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
18292 freeing static tls block.
18293
95721191
JN
182942011-03-05 Jonathan Nieder <jrnieder@gmail.com>
18295
18296 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
18297 where #ifdef was intended. The intent is to prevent ARG_MAX from
18298 being defined by the kernel headers.
18299
f87dfb1f
UD
183002011-05-07 Ulrich Drepper <drepper@gmail.com>
18301
18302 [BZ #12734]
18303 * resolv/resolv.h: Define RES_NOTLDQUERY.
18304 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
18305 no-tld-query and set RES_NOTLDQUERY.
18306 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
18307 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
18308 modern BIND to search name as TLD unless forbidden.
18309
47c3cd7a
UD
183102011-05-07 Petr Baudis <pasky@suse.cz>
18311 Ulrich Drepper <drepper@gmail.com>
18312
18313 [BZ #12393]
18314 * elf/dl-load.c (fillin_rpath): Move trusted path check...
18315 (is_trusted_path): ...to here.
c1e9ea35 18316 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 18317 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 18318 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 18319
8a35c912
PP
183202011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
18321
18322 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
18323 __BEGIN/__END_DECLS.
18324
acd41f47
UD
183252011-05-06 Ulrich Drepper <drepper@gmail.com>
18326
18327 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
18328 NSS_STATUS_NOTFOUND if no record was found.
18329
597df647
AS
183302011-05-05 Andreas Schwab <schwab@redhat.com>
18331
18332 * sunrpc/Makefile (headers): Add rpc/netdb.h.
18333 (headers-not-in-tirpc): Remove rpc/netdb.h
18334 * resolv/netdb.h: Revert last change.
18335
b9af1301
PP
183362011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
18337
18338 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
18339 circular dependency between libgcc.a and libc.a.
18340
4e34d5f5
AS
183412011-05-05 Andreas Schwab <schwab@redhat.com>
18342
18343 * resolv/netdb.h: Don't include <rpc/netdb.h>.
18344 * nis/Makefile: Don't install rpcsvc/*.
18345 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
18346 instead of <rpc/types.h>.
18347 (MAXHOSTNAMELEN): Define.
18348
00ee369c
AS
183492011-05-03 Andreas Schwab <schwab@redhat.com>
18350
18351 * elf/ldconfig.c (add_dir): Don't crash on empty path.
18352
0b592a30
MB
183532011-04-28 Maciej Babinski <mbabinski@google.com>
18354
18355 [BZ #12714]
18356 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
18357 gethostbyname4_r when IPv6 results are possible.
18358
6e04cbbe
UD
183592011-05-02 Ulrich Drepper <drepper@gmail.com>
18360
18361 [BZ #12723]
18362 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
18363 _PC_PIPE_BUF handling.
18364
e4ecafe0
BH
183652011-04-30 Bruno Haible <bruno@clisp.org>
18366
18367 [BZ #12717]
18368 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
18369 * resolv/netdb.h (getnameinfo): Change type of flags parameter
18370 to 'int'.
18371 * inet/getnameinfo.c (getnameinfo): Likewise.
18372
125ee683
UD
183732011-04-29 Ulrich Drepper <drepper@gmail.com>
18374
18375 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
18376 to groups setting in database lookup.
18377 * nss/nsswitch.conf: Add initgroups entry.
18378
b722481a
EB
183792011-04-22 Ulrich Drepper <drepper@gmail.com>
18380
18381 [BZ #12685]
18382 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
18383 mode string.
18384 Patch by Eric Blake <eblake@redhat.com>.
18385
4df46dbd
L
183862011-04-20 H.J. Lu <hongjiu.lu@intel.com>
18387
18388 * sunrpc/Makefile (need-export-routines): Add svc_run.
18389 (routines): Remove svc_run.
18390 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
18391 * sunrpc/clnt_perr.c (clnt_perrno): Export.
18392 * sunrpc/svc_run.c (svc_run): Likewise.
18393 * sunrpc/svc_udp.c (svcudp_create): Likewise.
18394
e84142d2
UD
183952011-04-21 Ulrich Drepper <drepper@gmail.com>
18396
18397 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
18398 problem in reallocation in last patch.
18399
877175d8
UD
184002011-04-20 Ulrich Drepper <drepper@gmail.com>
18401
18402 * sunrpc/Makefile: Move inclusion of Rules.
18403
ab8eed78
UD
184042011-04-19 Ulrich Drepper <drepper@gmail.com>
18405
18406 * nss/nss_files/files-initgroups.c: New file.
18407 * nss/Makefile (libnss_files-routines): Add files-initgroups.
18408 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
18409 _nss_files_initgroups_dyn.
18410
e3d8f584
RS
184112011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
18412
18413 * elf/elf.h (R_ARM_IRELATIVE): Define.
18414
af190f45
UD
184152011-04-19 Ulrich Drepper <drepper@gmail.com>
18416
18417 * po/ru.po: Update from translation team.
18418
53cf59ef
UD
184192011-04-17 Ulrich Drepper <drepper@gmail.com>
18420
18421 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
18422 dependencies.
18423
4c559bcd
MF
184242011-02-06 Mike Frysinger <vapier@gentoo.org>
18425
18426 [BZ #12653]
18427 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
18428 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
18429 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
18430 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
18431 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
18432
4420675c
AS
184332011-03-28 Andreas Schwab <schwab@linux-m68k.org>
18434
18435 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
18436 differing bytes.
18437 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
18438 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
18439 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
18440
75ea32ab
UD
184412011-04-17 Ulrich Drepper <drepper@gmail.com>
18442
18443 [BZ #12420]
18444 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
18445 storing it.
18446 * stdlib/bug-getcontext.c: New file.
18447 * stdlib/Makefile: Add rules to build and run bug-getcontext.
18448
27390476
AK
184492011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18450
18451 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
18452 instructions into .machine "z9-109".
18453 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
18454 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
18455
10442705
AK
184562011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18457
18458 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
18459 between environment variables and auxiliary vector.
18460
7b57bfe5
UD
184612011-04-16 Ulrich Drepper <drepper@gmail.com>
18462
18463 * Makefile: Add rules to build linkobj/libc.so.
18464 * include/libc-symbols.h: Define libc_hidden_nolink.
18465 * include/rpc/auth.h: Mark functions which are to be hidden.
18466 * include/rpc/auth_des.h: Likewise.
18467 * include/rpc/auth_unix.h: Likewise.
18468 * include/rpc/clnt.h: Likewise.
18469 * include/rpc/des_crypt.h: Likewise.
18470 * include/rpc/key_prot.h: Likewise.
18471 * include/rpc/pmap_clnt.h: Likewise.
18472 * include/rpc/pmap_prot.h: Likewise.
18473 * include/rpc/pmap_rmt.h: Likewise.
18474 * include/rpc/rpc_msg.h: Likewise.
18475 * include/rpc/svc.h: Likewise.
18476 * include/rpc/svc_auth.h: Likewise.
18477 * include/rpc/xdr.h: Likewise.
18478 * nis/Makefile: Link all DSOs against linkobj/libc.so.
18479 * nss/Makefile: Likewise.
18480 * sunrpc/Makefile: Don't install headers. Build library with normal
18481 entry points. Don't build rpcinfo. Link RPC tests appropriately.
18482 * sunrpc/auth_des.c: Hide exported symbols by default, export some
18483 for the compat linking library. Remove use of INTDEF/INTUSE.
18484 * sunrpc/auth_none.c: Likewise.
18485 * sunrpc/auth_unix.c: Likewise.
18486 * sunrpc/authdes_prot.c: Likewise.
18487 * sunrpc/authuxprot.c: Likewise.
18488 * sunrpc/clnt_gen.c: Likewise.
18489 * sunrpc/clnt_perr.c: Likewise.
18490 * sunrpc/clnt_raw.c: Likewise.
18491 * sunrpc/clnt_simp.c: Likewise.
18492 * sunrpc/clnt_tcp.c: Likewise.
18493 * sunrpc/clnt_udp.c: Likewise.
18494 * sunrpc/clnt_unix.c: Likewise.
18495 * sunrpc/des_crypt.c: Likewise.
18496 * sunrpc/des_soft.c: Likewise.
18497 * sunrpc/get_myaddr.c: Likewise.
18498 * sunrpc/key_call.c: Likewise.
18499 * sunrpc/key_prot.c: Likewise.
18500 * sunrpc/netname.c: Likewise.
18501 * sunrpc/pm_getmaps.c: Likewise.
18502 * sunrpc/pm_getport.c: Likewise.
18503 * sunrpc/pmap_clnt.c: Likewise.
18504 * sunrpc/pmap_prot.c: Likewise.
18505 * sunrpc/pmap_prot2.c: Likewise.
18506 * sunrpc/pmap_rmt.c: Likewise.
18507 * sunrpc/publickey.c: Likewise.
18508 * sunrpc/rpc_cmsg.c: Likewise.
18509 * sunrpc/rpc_common.c: Likewise.
18510 * sunrpc/rpc_dtable.c: Likewise.
18511 * sunrpc/rpc_prot.c: Likewise.
18512 * sunrpc/rpc_thread.c: Likewise.
18513 * sunrpc/rtime.c: Likewise.
18514 * sunrpc/svc.c: Likewise.
18515 * sunrpc/svc_auth.c: Likewise.
18516 * sunrpc/svc_authux.c: Likewise.
18517 * sunrpc/svc_raw.c: Likewise.
18518 * sunrpc/svc_run.c: Likewise.
18519 * sunrpc/svc_simple.c: Likewise.
18520 * sunrpc/svc_tcp.c: Likewise.
18521 * sunrpc/svc_udp.c: Likewise.
18522 * sunrpc/svc_unix.c: Likewise.
18523 * sunrpc/svcauth_des.c: Likewise.
18524 * sunrpc/xcrypt.c: Likewise.
18525 * sunrpc/xdr.c: Likewise.
18526 * sunrpc/xdr_array.c: Likewise.
18527 * sunrpc/xdr_float.c: Likewise.
18528 * sunrpc/xdr_intXX_t.c: Likewise.
18529 * sunrpc/xdr_mem.c: Likewise.
18530 * sunrpc/xdr_rec.c: Likewise.
18531 * sunrpc/xdr_ref.c: Likewise.
18532 * sunrpc/xdr_sizeof.c: Likewise.
18533 * sunrpc/xdr_stdio.c: Likewise.
18534
e6c61494
UD
185352011-04-10 Ulrich Drepper <drepper@gmail.com>
18536
18537 [BZ #12650]
18538 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
18539 * sysdeps/ia64/dl-tls.h: Likewise.
18540 * sysdeps/powerpc/dl-tls.h: Likewise.
18541 * sysdeps/s390/dl-tls.h: Likewise.
18542 * sysdeps/sh/dl-tls.h: Likewise.
18543 * sysdeps/sparc/dl-tls.h: Likewise.
18544 * sysdeps/x86_64/dl-tls.h: Likewise.
18545 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
18546
34fe483e
AS
185472011-03-14 Andreas Schwab <schwab@redhat.com>
18548
18549 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
18550 rpath element also skip the following colon.
18551 (expand_dynamic_string_token): Add is_path parameter and pass
18552 down to DL_DST_REQUIRED and _dl_dst_substitute.
18553 (decompose_rpath): Call expand_dynamic_string_token with
18554 non-zero is_path. Ignore empty rpaths.
18555 (_dl_map_object_from_fd): Call expand_dynamic_string_token
18556 with zero is_path.
18557
f12a32e6
AS
185582011-04-08 Andreas Schwab <schwab@linux-m68k.org>
18559
18560 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
18561 Make cancelable.
18562
38a7d692
UD
185632011-04-09 Ulrich Drepper <drepper@gmail.com>
18564
18565 [BZ #12655]
18566 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
18567 Patch by Filipe David Manana <fdmanana@apache.org>.
18568
e451d22b
AS
185692011-04-07 Andreas Schwab <schwab@redhat.com>
18570
18571 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
18572 Maintain aligned stack.
18573 (CHECK_RSP): Remove unused macro.
18574
dedc7c7b
UD
185752011-04-03 Ulrich Drepper <drepper@gmail.com>
18576
18577 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
18578 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
18579
94521213
UD
185802011-04-02 Ulrich Drepper <drepper@gmail.com>
18581
18582 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
18583
8cb700c0 18584 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 18585
0354e355
L
185862011-03-26 H.J. Lu <hongjiu.lu@intel.com>
18587
18588 [BZ #12518]
18589 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
18590 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
18591 * sysdeps/x86_64/memmove.c: New file.
18592 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
18593 (memcpy): Renamed to ...
18594 (__new_memcpy): This.
18595 (memcpy): Provide GLIBC_2_14 memcpy.
18596 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
18597 (memcpy): Provide GLIBC_2_2_5 memcpy.
18598
8593482f
UD
185992011-04-01 Ulrich Drepper <drepper@gmail.com>
18600
18601 [BZ #12631]
18602 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
18603
81a5726b
AS
186042011-03-30 Andreas Schwab <schwab@redhat.com>
18605
18606 * misc/syncfs.c: New file.
18607 * misc/Makefile (routines): Add syncfs.
18608 * posix/unistd.h: Declare syncfs.
18609 * sysdeps/unix/syscalls.list: Add syncfs.
18610
00e5419f
AS
186112011-04-01 Andreas Schwab <schwab@redhat.com>
18612
18613 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
18614 open_by_handle_at.
18615 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
18616 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
18617 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18618 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
18619 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18620 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
18621 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
18622
748876bf
UD
186232011-04-01 Ulrich Drepper <drepper@gmail.com>
18624
658e451d
UD
18625 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
18626 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
18627 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
18628 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18629 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
18630 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18631 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
18632
748876bf
UD
18633 * io/Makefile: Compile fallocate.c, fallocate64.c, and
18634 sync_file_range.c with -fexceptions.
18635 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
18636 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
18637 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
18638 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
18639 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
18640 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
18641 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
18642 sync_file_range as cancellation point
18643 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
18644 now a wrapper around __call_sync_file_range with cancellation handling.
18645 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
18646 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
18647 function name to __call_sync_file_range.
18648 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
18649 Add call_sync_file_range.
748876bf 18650
6e63d5e1
AS
186512011-04-01 Andreas Schwab <schwab@redhat.com>
18652
18653 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 18654 bits/timex.h.
6e63d5e1 18655
46998f74
UD
186562011-04-01 Ulrich Drepper <drepper@gmail.com>
18657
4c1423ed
UD
18658 * iconv/iconv.h: Fix typo in comment.
18659 * io/fcntl.h: Likewise.
18660 * libio/stdio.h: Likewise.
18661 * posix/spawn.h: Likewise.
18662 * posix/unistd.h: Likewise.
18663 * stdlib/stdlib.h: Likewise.
18664 * time/time.h: Likewise.
18665 * wcsmbs/wchar.h: Likewise.
18666
158648c0
UD
18667 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
18668 open_by_handle): Add.
18669 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
18670 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
18671 Augment a few comments.
18672 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
18673 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18674 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
18675 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18676 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
18677 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
18678 open_by_handle.
18679
46998f74
UD
18680 * io/fcntl.h (AT_EMPTY_PATH): Define.
18681
83fe108b
UD
186822011-03-30 Ulrich Drepper <drepper@gmail.com>
18683
18684 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
18685 * sysdeps/unix/sysv/linux/bits/time.h: New file.
18686 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
18687 to...
18688 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
18689 * Versions.def: Add GLIBC_2.14.
18690 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
18691 Export.
83fe108b 18692
bb242059
UD
186932011-03-22 Ulrich Drepper <drepper@gmail.com>
18694
18695 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
18696 round counter.
18697 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
18698
c97a1282
L
186992011-03-20 H.J. Lu <hongjiu.lu@intel.com>
18700
18701 [BZ #12597]
18702 * string/test-strncmp.c (do_page_test): New function.
18703 (check2): Likewise.
18704 (test_main): Call check2.
18705 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
18706
2a115601
UD
187072011-03-20 Ulrich Drepper <drepper@gmail.com>
18708
18709 [BZ #12587]
18710 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
18711 Handle cache information in CPU leaf 4.
18712 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
18713
8126d904
UD
187142011-03-18 Ulrich Drepper <drepper@gmail.com>
18715
042c49c6 18716 [BZ #12583]
8126d904
UD
18717 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
18718 character representation.
18719 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
18720
ccfe366e
RA
187212011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
18722
18723 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
18724 END(__isnan) to END(__isnanf) to match function entry point/label
18725 EALIGN(__isnanf,...).
18726
c6e13027
JJ
187272011-03-10 Jakub Jelinek <jakub@redhat.com>
18728
18729 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
18730
33f85a3f
UD
187312011-03-10 Ulrich Drepper <drepper@gmail.com>
18732
028478fa
UD
18733 [BZ #12510]
18734 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
18735 copy from the symbol referenced in the relocation to initialize the
18736 used variable.
18737 Patch by Piotr Bury <pbury@goahead.com>.
18738 * elf/Makefile: Add rules to build and tst-unique3.
18739 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
18740 * elf/tst-unique3.cc: New file.
18741 * elf/tst-unique3.h: New file.
18742 * elf/tst-unique3lib.cc: New file.
18743 * elf/tst-unique3lib2.cc: New file.
18744
33f85a3f
UD
18745 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
18746
03592fc7
MF
187472011-03-10 Mike Frysinger <vapier@gentoo.org>
18748
18749 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
18750 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
18751 to _start.
03592fc7 18752
6a5ee102
UD
187532011-03-06 Ulrich Drepper <drepper@gmail.com>
18754
18755 * elf/dl-load.c (_dl_map_object): If we are looking for the first
18756 to-be-loaded object along a path to loader is ld.so.
18757
7e4ba49c
HJ
187582011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
18759 Ulrich Drepper <drepper@gmail.com>
18760
18761 * sysdeps/x86_64/memset.S: After aligning destination, code
18762 branches to different locations depending on the value of
18763 misalignment, when multiarch is enabled. Fix this.
18764
187652011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
18766
18767 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
18768 Set _x86_64_preferred_memory_instruction for AMD processsors.
18769 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18770 Set bit_Prefer_SSE_for_memop for AMD processors.
18771
13a804de
UD
187722011-03-04 Ulrich Drepper <drepper@gmail.com>
18773
18774 * libio/fmemopen.c (fmemopen): Optimize a bit.
18775
9d25c392
AS
187762011-03-03 Andreas Schwab <schwab@redhat.com>
18777
18778 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
18779
a5543c6a
RM
187802011-03-03 Roland McGrath <roland@redhat.com>
18781
18782 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
18783
012d35f7
DM
187842011-02-28 Aurelien Jarno <aurelien@aurel32.net>
18785
7e4ba49c 18786 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
18787 __bzero_ultra1 instead of __memset_ultra1.
18788
4bff6e01
AS
187892011-02-23 Andreas Schwab <schwab@redhat.com>
18790 Ulrich Drepper <drepper@gmail.com>
18791
18792 [BZ #12509]
18793 * include/link.h (struct link_map): Add l_orig_initfini.
18794 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
18795 returning unsuccessfully.
18796 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
18797 close of a file loaded at startup, restore the original l_initfini
18798 list.
18799 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
18800 list, store the pointer.
18801 * elf/Makefile ($(objpfx)noload-mem): New rule.
18802 (noload-ENV): Define.
18803 (tests): Add $(objpfx)noload-mem.
18804 * elf/noload.c: Include <memcheck.h>.
18805 (main): Call mtrace. Close all opened handles.
18806
f2092faf
AS
188072011-02-17 Andreas Schwab <schwab@redhat.com>
18808
18809 [BZ #12454]
18810 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
18811 dependencies are missing.
18812
6c8a2e88
ST
188132011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
18814
f2092faf 18815 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
18816 Hurd needs munmap.
18817 * sysdeps/mach/hurd/ifreq.h: New file.
18818
84a42118
PB
188192011-01-27 Petr Baudis <pasky@suse.cz>
18820 Ulrich Drepper <drepper@gmail.com>
18821
071f805e 18822 [BZ 12445]#
84a42118
PB
18823 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
18824 to extend_alloca().
18825 * stdio-common/bug23.c: New file.
18826 * stdio-common/Makefile (tests): Add bug23.
18827
e23fe25b
AS
188282010-09-28 Andreas Schwab <schwab@redhat.com>
18829 Ulrich Drepper <drepper@gmail.com>
18830
18831 [BZ #12489]
18832 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
18833 before performing relro protection. At old place add assertion
18834 to make sure nothing changed.
18835
d3f02e10
NS
188362011-02-17 Nathan Sidwell <nathan@codesourcery.com>
18837 Glauber de Oliveira Costa <glommer@gmail.com>
18838
18839 * elf/elf.h: Add new ARM TLS relocs.
18840
d55fd7a5
RA
188412011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
18842
18843 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
18844 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
18845 cast from r3.
18846 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
18847 'tests' variable.
18848 * sysdeps/wordsize-64/tst-writev.c: New file.
18849
2206397e
RA
188502011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
18851
18852 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
18853 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
18854 insns in _dl_start to prevent a TOC reference before relocs are
18855 resolved.
18856
e9433893
UD
188572011-02-15 Ulrich Drepper <drepper@gmail.com>
18858
18859 [BZ #12469]
18860 * Makeconfig: Remove RANLIB definition.
18861 * Makerules: Don't use RANLIB.
18862 * aclocal.m4: Remove ranlib test.
18863 * configure.in: No need to check for ranlib.
18864 * elf/rtld-Rules: Don't use RANLIB.
18865
f75286c6
ST
188662011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
18867
8e31c82d
ST
18868 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
18869 protection macro.
18870 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
18871 inclusion protection macro.
18872
f75286c6
ST
18873 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
18874 SIGRTMIN and SIGRTMAX and print information in that case only when
18875 SIGRTMIN is defined.
18876
c1d0e639
JJ
188772011-02-11 Jakub Jelinek <jakub@redhat.com>
18878
18879 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
18880 arginfo fn returning -1.
18881
18882 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
18883 and thousands string is zero terminated.
18884
edf9294e
AS
188852011-02-03 Andreas Schwab <schwab@redhat.com>
18886
18887 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
18888 sysdeps/unix/sysv/linux/bits/socket.h.
18889
2b7e92df
ST
188902011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
18891
edf9294e
AS
18892 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
18893 (__CPU_COUNT): Remove old macros.
18894 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
18895 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
18896 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
18897 (__sched_cpualloc, __sched_cpufree): Add declarations.
18898
a4c7ea7b
UD
188992011-02-05 Ulrich Drepper <drepper@gmail.com>
18900
18901 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
18902 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
18903 * nscd/aicache.c (addhstaiX): Return timeout of added value.
18904 (readdhstai): Return value of addhstaiX call.
18905 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
18906 (addgrbyX): Return value returned by cache_addgr.
18907 (readdgrbyname): Return value returned by addgrbyX.
18908 (readdgrbygid): Likewise.
18909 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
18910 (addpwbyX): Return value returned by cache_addpw.
18911 (readdpwbyname): Return value returned by addhstbyX.
18912 (readdpwbyuid): Likewise.
18913 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
18914 (addservbyX): Return value returned by cache_addserv.
18915 (readdservbyname): Return value returned by addservbyX:
18916 (readdservbyport): Likewise.
18917 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
18918 (addhstbyX): Return value returned by cache_addhst.
18919 (readdhstbyname): Return value returned by addhstbyX.
18920 (readdhstbyaddr): Likewise.
18921 (readdhstbynamev6): Likewise.
18922 (readdhstbyaddrv6): Likewise.
18923 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
18924 (readdinitgroups): Return value returned by addinitgroupsX.
18925 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
18926 (prune_cache): Keep track of timeout value of re-added entries.
18927 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
18928 * nscd/nscd.h: Adjust prototypes of readd* functions.
18929
a0bf67cc
RM
189302011-02-04 Roland McGrath <roland@redhat.com>
18931
18932 * nis/nis_server.c (nis_servstate): Use the right name for 0.
18933 (nis_stats): Likewise.
18934 * nis/nis_modify.c (nis_modify): Likewise.
18935 * nis/nis_remove.c (nis_remove): Likewise.
18936 * nis/nis_add.c (nis_add): Likewise.
18937
18938 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
18939
18940 * posix/fnmatch_loop.c: Add some consts.
18941
18942 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
18943
435b95eb
L
189442011-02-02 H.J. Lu <hongjiu.lu@intel.com>
18945
18946 [BZ #12460]
18947 * config.make.in (config-cflags-novzeroupper): Define.
18948 * configure.in: Substitute libc_cv_cc_novzeroupper.
18949 * elf/Makefile (AVX-CFLAGS): Define.
18950 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
18951 (CFLAGS-tst-auditmod4a.c): Likewise.
18952 (CFLAGS-tst-auditmod4b.c): Likewise.
18953 (CFLAGS-tst-auditmod6b.c): Likewise.
18954 (CFLAGS-tst-auditmod6c.c): Likewise.
18955 (CFLAGS-tst-auditmod7b.c): Likewise.
18956 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
18957
8517b15e
UD
189582011-02-02 Ulrich Drepper <drepper@gmail.com>
18959
18960 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
18961 function to the callback.
18962 Patch partly by Jiri Olsa <jolsa@redhat.com>.
18963
10a656fe
AS
189642011-02-02 Andreas Schwab <schwab@redhat.com>
18965
18966 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
18967 of errno.
18968
968dad0a
UD
189692011-01-19 Ulrich Drepper <drepper@gmail.com>
18970
9f94d2ea 18971 [BZ #11724]
968dad0a
UD
18972 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
18973 of constructors.
18974 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
18975 of destructors.
18976 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
18977
18978 [BZ #11724]
18979 * elf/Makefile: Add rules to build and run new test.
18980 * elf/tst-initorder.c: New file.
18981 * elf/tst-initorder.exp: New file.
18982 * elf/tst-initordera1.c: New file.
18983 * elf/tst-initordera2.c: New file.
18984 * elf/tst-initordera3.c: New file.
18985 * elf/tst-initordera4.c: New file.
18986 * elf/tst-initorderb1.c: New file.
18987 * elf/tst-initorderb2.c: New file.
18988 * elf/tst-order-a1.c: New file.
18989 * elf/tst-order-a2.c: New file.
18990 * elf/tst-order-a3.c: New file.
18991 * elf/tst-order-a4.c: New file.
18992 * elf/tst-order-b1.c: New file.
18993 * elf/tst-order-b2.c: New file.
18994 * elf/tst-order-main.c: New file.
18995 New test case by George Gensure <werkt0@gmail.com>.
18996
86e92359
UD
189972010-10-01 Andreas Schwab <schwab@redhat.com>
18998
18999 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
19000 decoding ACE if AI_CANONIDN.
19001
5d5732b0
UD
190022011-01-18 Ulrich Drepper <drepper@gmail.com>
19003
19004 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
19005
a77e8cbc
UD
190062011-01-17 Ulrich Drepper <drepper@gmail.com>
19007
6392473f
UD
19008 * version.h (RELEASE): Bump for 2.13 release.
19009 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
19010
620a0529
UD
19011 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
19012
18ba70a5
UD
19013 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
19014 MADV_NOHUGEPAGE.
32465c3e
UD
19015 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
19016 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
19017 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
19018 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
19019 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
19020 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
19021
c0dafcf1
UD
19022 * posix/getconf.c: Update copyright year.
19023 * catgets/gencat.c: Likewise.
19024 * csu/version.c: Likewise.
19025 * debug/catchsegv.sh: Likewise.
19026 * debug/xtrace.sh: Likewise.
19027 * elf/ldconfig.c: Likewise.
19028 * elf/ldd.bash.in: Likewise.
19029 * elf/sprof.c (print_version): Likewise.
19030 * iconv/iconv_prog.c: Likewise.
19031 * iconv/iconvconfig.c: Likewise.
19032 * locale/programs/locale.c: Likewise.
19033 * locale/programs/localedef.c: Likewise.
19034 * malloc/memusage.sh: Likewise.
19035 * malloc/mtrace.pl: Likewise.
19036 * nscd/nscd.c (print_version): Likewise.
19037 * nss/getent.c: Likewise.
19038
a77e8cbc
UD
19039 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
19040 PF_CAIF, and PF_ALG.
19041 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
19042
77e8bddf
AS
190432011-01-16 Andreas Schwab <schwab@linux-m68k.org>
19044
1f20b93a
AS
19045 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
19046 (modules-names): Use them.
19047 (ifunc-test-modules, ifunc-pie-tests): Define.
19048 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
19049 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
19050 (test-extras): Likewise.
19051 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
19052 $(compile-command.c).
19053 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
19054 (all-built-dso): Define.
19055 (check-textrel.out, check-execstack.out): Depend on it.
19056
77e8bddf
AS
19057 * configure.in: Don't override --enable-multi-arch.
19058
bc425b33
UD
190592011-01-15 Ulrich Drepper <drepper@gmail.com>
19060
19061 [BZ #6812]
19062 * nscd/hstcache.c (tryagain): Define.
19063 (cache_addhst): Return tryagain not notfound for temporary errors.
19064 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
19065 failed.
19066
794c3ad3
UD
190672011-01-14 Ulrich Drepper <drepper@gmail.com>
19068
70181fdd
UD
19069 [BZ #10563]
19070 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
19071 to make the syscall.
19072 * sysdeps/unix/sysv/linux/setgroups.c: New file.
19073
794c3ad3
UD
19074 [BZ #12378]
19075 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
19076 and fall back to matching as normal character if the string ends before
19077 the matching ']' is found. This is what POSIX requires.
19078 * posix/testfnm.c: Adjust test result.
19079 * posix/globtest.sh: Adjust test result. Add new test.
19080 * posix/tst-fnmatch.input: Likewise.
19081 * posix/tst-fnmatch2.c: Add new test.
19082
68dc9497
AS
190832010-12-28 Andreas Schwab <schwab@linux-m68k.org>
19084
19085 * elf/Makefile (check-execstack): Revert last change. Depend on
19086 check-execstack.h.
19087 (check-execstack.h): New target.
19088 (generated): Add check-execstack.h.
19089 * elf/check-execstack.c: Include "check-execstack.h".
19090 (main): Revert last change.
19091 (handle_file): Return zero if GNU_STACK is absent and
19092 DEFAULT_STACK_PERMS doesn't include PF_X.
19093
451f001b
UD
190942011-01-13 Ulrich Drepper <drepper@gmail.com>
19095
cfa28e56
UD
19096 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
19097 in child fails because the descriptor is already closed.
8cf8ce17
UD
19098 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
19099 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
19100 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 19101
1086d70d
UD
19102 [BZ #12397]
19103 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
19104 syscall.
19105
451f001b
UD
19106 [BZ #10484]
19107 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
19108 temporary buffer used to handle multi lookups locally.
a85b5cb4 19109 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 19110
08769175
UD
191112011-01-12 Ulrich Drepper <drepper@gmail.com>
19112
19113 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
19114 loader is ld.so.
19115
5e49c52e
UD
191162011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
19117
19118 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
19119 alignment for SSE2.
19120
60522a5f
UD
191212011-01-12 Ulrich Drepper <drepper@gmail.com>
19122
19123 [BZ #12394]
19124 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
19125 characters. When rounding increased number of integer digits recompute
19126 number of groups.
19127 * stdio-common/tst-grouping.c: New file.
19128 * stdio-common/Makefile: Add rules to build and run tst-grouping.
19129
f257bbd7
UD
191302011-01-09 Ulrich Drepper <drepper@gmail.com>
19131
19132 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
19133 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
19134
19135 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
19136 void.
19137 * bits/select.h: Likewise.
19138
fa9c15cb
UD
191392011-01-08 Ulrich Drepper <drepper@gmail.com>
19140
19141 * po/ja.po: Update from translation team.
19142
16c2895f
DM
191432011-01-04 David S. Miller <davem@sunset.davemloft.net>
19144
19145 [BZ #11155]
19146 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
19147 implementation just like for lxstat, fxstatat, et al.
19148
2543fef2
JM
191492010-12-27 Jim Meyering <meyering@redhat.com>
19150
19151 [BZ #12348]
19152 * posix/regexec.c (build_trtable): Return failure indication upon
19153 calloc failure. Otherwise, re_search_internal could infloop on OOM.
19154
98727dbe
UD
191552010-12-25 Ulrich Drepper <drepper@gmail.com>
19156
5bd6dc5c
UD
19157 [BZ #12201]
19158 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
19159 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
19160 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
19161 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
19162
97983464
UD
19163 [BZ #12207]
19164 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
19165
98727dbe
UD
19166 [BZ #12204]
19167 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
19168 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
19169
4a531bb0
L
191702010-12-15 H.J. Lu <hongjiu.lu@intel.com>
19171
19172 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
19173 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
19174 script has SORT_BY_INIT_PRIORITY.
19175 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
19176 NO_CTORS_DTORS_SECTIONS is defined.
19177 * elf/soinit.c: Likewise.
19178 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
19179 NO_CTORS_DTORS_SECTIONS is defined.
19180 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
19181 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
19182 * sysdeps/sh/init-first.c: Likewise.
19183 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
19184
07eb4b71
UD
191852010-12-24 Ulrich Drepper <drepper@gmail.com>
19186
19187 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
19188 always use the slow path.
19189
30950a5f
RA
191902010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
19191
19192 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
19193 similar rule which adds the sysdep directories to the header search in
19194 order to pick up the correct platform stackinfo.h.
19195 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
19196 perform test if it is, otherwise return successfully without testing.
19197 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
19198 DEFAULT_STACK_PERMS define in stackinfo.h.
19199 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
19200 defined in stackinfo.h.
19201 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
19202 DEFAULT_STACK_PERMS defined in stackinfo.h.
19203 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
19204 * sysdeps/ia64/stackinfo.h: Likewise.
19205 * sysdeps/s390/stackinfo.h: Likewise.
19206 * sysdeps/sh/stackinfo.h: Likewise.
19207 * sysdeps/sparc/stackinfo.h: Likewise.
19208 * sysdeps/x86_64/stackinfo.h: Likewise.
19209 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
19210 PF_X for powerpc64. Retain PF_X for powerpc32.
19211
db753e2c
UD
192122010-12-19 Ulrich Drepper <drepper@gmail.com>
19213
14b697f7
UD
19214 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
19215 accurately.
db753e2c
UD
19216 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
19217 GETDENTS_64BIT_ALIGNED.
19218
28300719
UD
192192010-12-14 Ulrich Drepper <dreper@gmail.com>
19220
14b697f7 19221 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 19222
4f197237
AS
192232010-12-10 Andreas Schwab <schwab@redhat.com>
19224
dbb0472f
AS
19225 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
19226 _GNU_SOURCE.
19227
4f197237
AS
19228 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
19229 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
19230 Remove __restrict.
19231 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
19232 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
19233
fb88ac72
UD
192342010-12-09 Ulrich Drepper <drepper@gmail.com>
19235
19236 [BZ #11655]
19237 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
19238 are initialized.
19239
42acbb92
JJ
192402010-12-09 Jakub Jelinek <jakub@redhat.com>
19241
19242 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
19243
c038d98d
UD
192442010-12-03 Ulrich Drepper <drepper@gmail.com>
19245
19246 * po/it.po: Update from translation team.
19247
3a4a2499
L
192482010-12-01 H.J. Lu <hongjiu.lu@intel.com>
19249
19250 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
19251 unused codes.
19252
1e24cf6e
UD
192532010-11-30 Ulrich Drepper <drepper@gmail.com>
19254
19255 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
19256
a7690819
AS
192572010-11-24 Andreas Schwab <schwab@redhat.com>
19258
19259 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
19260 specially.
19261 (gaih_getanswer_slice): Likewise.
19262
3bf8d1b1
JJ
192632010-10-20 Jakub Jelinek <jakub@redhat.com>
19264
19265 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
19266
6db52fbb
PB
192672010-05-31 Petr Baudis <pasky@suse.cz>
19268
19269 [BZ #11149]
19270 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
19271 silently even in the chroot mode.
19272
eaca7569
UD
192732010-11-22 Ulrich Drepper <drepper@gmail.com>
19274
19275 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
19276 last patch a bit. Pretty printing
19277
3056dcdb
UD
192782010-05-31 Petr Baudis <pasky@suse.cz>
19279
19280 [BZ #10085]
19281 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
19282 initialization of skip_initgroups_dyn.
19283
cf7c9078
UD
192842010-11-19 Ulrich Drepper <drepper@gmail.com>
19285
19286 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
19287 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
19288
a1fb5e3e
UD
192892010-11-16 Ulrich Drepper <drepper@gmail.com>
19290
19291 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
19292
3540d66b
AS
192932010-11-11 Andreas Schwab <schwab@redhat.com>
19294
19295 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
19296 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
19297 (tst-fnmatch-ENV): Set MALLOC_TRACE.
19298 ($(objpfx)tst-fnmatch-mem): New rule.
19299 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
19300 * posix/tst-fnmatch.c (main): Call mtrace.
19301
13b69574
L
193022010-11-11 H.J. Lu <hongjiu.lu@intel.com>
19303
19304 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19305 Support Intel processor model 6 and model 0x2c.
19306
da93d214
LM
193072010-11-10 Luis Machado <luisgpm@br.ibm.com>
19308
19309 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
19310 signed comparison.
19311
8ca52c6e
L
193122010-11-09 H.J. Lu <hongjiu.lu@intel.com>
19313
19314 [BZ #12205]
19315 * string/test-strncasecmp.c (check_result): New function.
19316 (do_one_test): Use it.
19317 (check1): New function.
19318 (test_main): Use it.
19319 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
19320 Support strcasecmp and strncasecmp.
19321
69da074d
UD
193222010-11-08 Ulrich Drepper <drepper@gmail.com>
19323
19324 [BZ #12194]
19325 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
19326 * sysdeps/x86_64/bits/byteswap.h: Likewise.
19327
ff02d528
L
193282010-11-07 H.J. Lu <hongjiu.lu@intel.com>
19329
19330 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
19331 IFUNC support.
19332 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19333 memset-x86-64.
19334 * sysdeps/x86_64/multiarch/bzero.S: New file.
19335 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
19336 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
19337 * sysdeps/x86_64/multiarch/memset.S: New file.
19338 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
19339 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19340 Set bit_Prefer_SSE_for_memop for Intel processors.
19341 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
19342 Define.
19343 (index_Prefer_SSE_for_memop): Define.
19344 (HAS_PREFER_SSE_FOR_MEMOP): Define.
19345
344d0b54
LM
193462010-11-04 Luis Machado <luisgpm@br.ibm.com>
19347
19348 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
19349 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
19350
c0dde15b
UD
193512010-11-03 H.J. Lu <hongjiu.lu@intel.com>
19352
19353 [BZ #12191]
19354 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
19355 (__x86_64_raw_data_cache_size_half): Likewise.
19356 (__x86_64_raw_shared_cache_size): Likewise.
19357 (__x86_64_raw_shared_cache_size_half): Likewise.
19358
19359 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
19360 (__x86_64_raw_data_cache_size_half): Likewise.
19361 (__x86_64_raw_shared_cache_size): Likewise.
19362 (__x86_64_raw_shared_cache_size_half): Likewise.
19363 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
19364 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
19365 and __x86_64_raw_shared_cache_size_half. Round
19366 __x86_64_data_cache_size_half, __x86_64_data_cache_size
19367 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
19368 to multiple of 256 bytes.
19369
0e516e0e
MS
193702010-11-03 Ulrich Drepper <drepper@gmail.com>
19371
19372 [BZ #12167]
19373 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
19374 of inacessible symlinks. Verify result of symlink before returning it.
19375 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19376 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
19377
0e012e87
ER
193782010-10-28 Erich Ritz <erichritz@gmail.com>
19379
19380 * math/math.h (isinf): Fix typo in comment.
19381
de0ff7bc
UD
193822010-11-01 Ulrich Drepper <drepper@gmail.com>
19383
19384 * po/da.po: Update from translation team.
19385
fa41c84d
UD
193862010-10-26 Ulrich Drepper <drepper@gmail.com>
19387
19388 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
19389 is added to the list.
19390
f0967738
AK
193912010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19392 Ulrich Drepper <drepper@gmail.com>
19393
19394 * elf/dl-object.c (_dl_new_object): Don't append the new object to
19395 the global list here. Move code to...
19396 (_dl_add_to_namespace_list): ...here. New function.
19397 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
19398 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
19399 * elf/dl-load.c (lose): Don't remove the element from the list.
19400 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
19401 (_dl_map_object): Likewise.
19402
194032010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
19404
19405 [BZ #12159]
19406 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
19407 into all bytes of SSE register.
19408 Patch by Richard Li <richardpku@gmail.com>.
19409
f0967738 194102010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
19411
19412 [BZ #12140]
19413 * malloc/malloc.c (_int_free): Fill correct number of bytes when
19414 perturbing.
19415
d0b9e94f
MB
194162010-10-20 Michael B. Brutman <brutman@us.ibm.com>
19417
19418 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
19419 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
19420 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
19421 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
19422 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
19423 submachine.
19424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
19425
8e9f92e9
AS
194262010-10-22 Andreas Schwab <schwab@redhat.com>
19427
19428 * include/dlfcn.h (__RTLD_SECURE): Define.
19429 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
19430 mode & __RTLD_SECURE instead.
19431 (open_path): Rename preloaded parameter to secure.
19432 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
19433 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
19434 * elf/dl-deps.c (openaux): Likewise.
19435 * elf/rtld.c (struct map_args): Remove is_preloaded.
19436 (map_doit): Don't use it.
19437 (dl_main): Likewise.
19438 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
19439 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
19440
bc96fbda
AS
194412010-09-09 Andreas Schwab <schwab@redhat.com>
19442
19443 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
19444 (sysd-rules-targets): Remove duplicates.
19445 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
19446 rtld-%.$o dependency.
19447
22cd1c9b
AS
194482010-10-18 Andreas Schwab <schwab@redhat.com>
19449
19450 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
19451 _dl_map_object do it.
19452
18edac48
UD
194532010-10-19 Ulrich Drepper <drepper@gmail.com>
19454
19455 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
19456 fast fma builtins, define the macros in the C99 standard.
19457 (FP_FAST_FMAF): Likewise.
19458 (FP_FAST_FMAL): Likewise.
19459 * sysdeps/x86_64/bits/mathdef.h: Likewise.
19460
19461 * bits/mathdef.h: Update copyright year.
19462 * sysdeps/powerpc/bits/mathdef.h: Likewise.
19463
d2050124
MM
194642010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
19465
19466 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
19467 builtins, define the macros in the C99 standard.
19468 (FP_FAST_FMAF): Likewise.
19469 (FP_FAST_FMAL): Likewise.
19470 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
19471 multiply/add.
19472 (FP_FAST_FMAF): Likewise.
19473
475facd1
JJ
194742010-10-15 Jakub Jelinek <jakub@redhat.com>
19475
19476 [BZ #3268]
19477 * math/libm-test.inc (fma_test): Some new testcases.
19478 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
19479 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
19480 y and infinite z. Do multiplication by C already in long double.
19481 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
19482 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
19483 y and infinite z. Do bitwise or of inexact bit into u.d.
19484 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
19485 * sysdeps/i386/fpu/s_fmaf.S: Removed.
19486 * sysdeps/i386/fpu/s_fma.S: Removed.
19487 * sysdeps/i386/fpu/s_fmal.S: Removed.
19488
7c08a05c
JJ
194892010-10-16 Jakub Jelinek <jakub@redhat.com>
19490
19491 [BZ #3268]
19492 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
19493 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
19494 computation is not scheduled after fetestexcept. Fix value
19495 of minimum denormal long double.
19496
f3f7372d
JJ
194972010-10-14 Jakub Jelinek <jakub@redhat.com>
19498
19499 [BZ #3268]
19500 * math/libm-test.inc (fma_test): Add some more tests.
19501 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
19502 correctly.
19503
14d43591
AS
195042010-10-15 Andreas Schwab <schwab@redhat.com>
19505
19506 * scripts/data/localplt-s390-linux-gnu.data: New file.
19507 * scripts/data/localplt-s390x-linux-gnu.data: New file.
19508
5e908464
JJ
195092010-10-13 Jakub Jelinek <jakub@redhat.com>
19510
19511 [BZ #3268]
19512 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
19513 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
19514 instead of dbl-64.
19515 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
19516 inlines.
19517 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
19518 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
19519 if one of x and y is very large and the other is subnormal.
19520 * sysdeps/s390/fpu/s_fmaf.c: New file.
19521 * sysdeps/s390/fpu/s_fma.c: New file.
19522 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
19523 * sysdeps/powerpc/fpu/s_fma.S: New file.
19524 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
19525 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
19526 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
19527
195282010-10-12 Jakub Jelinek <jakub@redhat.com>
19529
19530 [BZ #3268]
19531 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
19532 fma tests.
19533 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
19534 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
19535 * sysdeps/i386/i686/multiarch/s_fma.c: Include
19536 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
19537 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
19538 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
19539 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
19540
b833d51f
UD
195412010-10-12 Ulrich Drepper <drepper@redhat.com>
19542
19543 [BZ #12078]
19544 * posix/regcomp.c (parse_branch): One more memory leak plugged.
19545 * posix/bug-regex31.input: Add test case.
19546
1751705d
UD
195472010-10-11 Ulrich Drepper <drepper@gmail.com>
19548
e9b9cbf5
UD
19549 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
19550 * posix/bug-regex31.input: New file.
19551
19552 [BZ #12078]
19553 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
19554 (parse_sub_exp): Fix last change, use postorder.
19555
ef06edbe
UD
19556 * posix/bug-regex31.c: New file.
19557 * posix/Makefile: Add rules to build and run bug-regex31.
19558
a129c80d
UD
19559 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
19560
19561 [BZ #12078]
19562 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
19563
b76b818e
UD
19564 [BZ #12108]
19565 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
19566 to have entries in sys_siglist.
19567
1751705d
UD
19568 [BZ #12093]
19569 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
19570 be NULL.
19571
9ff8d36f
JJ
195722010-10-07 Jakub Jelinek <jakub@redhat.com>
19573
19574 [BZ #3268]
19575 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
19576 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
19577 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
19578 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
19579 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
19580 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
19581 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
19582 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
19583 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
19584 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
19585 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
19586 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
19587 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
19588 * math/ftestexcept.c (fetestexcept): Likewise.
19589 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
19590 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
19591 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
19592 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
19593 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
19594 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
19595 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
19596
af325969
UD
195972010-10-11 Ulrich Drepper <drepper@gmail.com>
19598
c579b202 19599 [BZ #12107]
af325969
UD
19600 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
19601 newline.
19602
67a67b95
UD
196032010-10-06 Ulrich Drepper <drepper@gmail.com>
19604
19605 * string/bug-strstr1.c: New file.
19606 * string/Makefile: Add rules to build and run bug-strstr1.
19607
5fb308bc
EB
196082010-10-05 Eric Blake <eblake@redhat.com>
19609
19610 [BZ #12092]
19611 * string/str-two-way.h (two_way_long_needle): Always clear memory
19612 when skipping input due to the shift table.
19613
45db99c7
UD
196142010-10-03 Ulrich Drepper <drepper@gmail.com>
19615
3b111893
UD
19616 [BZ #12005]
19617 * malloc/mcheck.c: Handle large requests.
19618
45db99c7
UD
19619 [BZ #12077]
19620 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
19621 for strncmp and strncasecmp.
19622 * string/stratcliff.c: Add tests for strcmp and strncmp.
19623 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
19624
cf7a1eb8
NI
196252010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19626
19627 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
19628 __set_fpscr.
19629
6484ba5e
AJ
196302010-09-30 Andreas Jaeger <aj@suse.de>
19631
19632 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
19633 (CGROUP_SUPER_MAGIC): Define.
19634 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
19635 Handle btrfs and cgroup file systems.
19636 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
19637 Likewise.
19638
91c42559
LM
196392010-09-27 Luis Machado <luisgpm@br.ibm.com>
19640
19641 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
19642 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
19643
87a97932
AK
196442010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19645
19646 [BZ #12067]
19647 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
19648 trying to locate the ELF header.
19649
c21cc9bc
AS
196502010-09-27 Andreas Schwab <schwab@redhat.com>
19651
19652 [BZ #11611]
19653 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
19654 Mask out sign-bit copies when constructing f_fsid.
19655
315970f6
PB
196562010-09-24 Petr Baudis <pasky@suse.cz>
19657
19658 * debug/stack_chk_fail_local.c: Add missing licence exception.
19659 * debug/warning-nop.c: Likewise.
19660
1ac7a2c7
JM
196612010-09-15 Joseph Myers <joseph@codesourcery.com>
19662
19663 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
19664 implementing getdents64 using getdents syscall, set d_type if
19665 __ASSUME_GETDENTS32_D_TYPE.
19666
56801c50
AS
196672010-09-16 Andreas Schwab <schwab@redhat.com>
19668
19669 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
19670 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
19671
dda51327
UD
196722010-09-21 Ulrich Drepper <drepper@redhat.com>
19673
19674 [BZ #12037]
19675 * posix/unistd.h: Undo change of feature selection for ftruncate from
19676 2010-01-11.
19677
8ffcee4a
UD
196782010-09-20 Ulrich Drepper <drepper@redhat.com>
19679
a545ecd9 19680 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
19681 detection.
19682
e24f0a8b
AS
196832010-09-20 Andreas Schwab <schwab@redhat.com>
19684
19685 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
19686 fanotify_mark.
19687 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
19688
7291c56f
AS
196892010-09-14 Andreas Schwab <schwab@redhat.com>
19690
19691 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
19692 variables after CHECK_SP call.
19693 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
19694
bc5fb037
AS
196952010-09-13 Andreas Schwab <schwab@redhat.com>
19696 Ulrich Drepper <drepper@redhat.com>
19697
19698 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
19699 re-relocationg ld.so.
19700 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
19701 _dl_init_paths call.
19702 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
19703 here anymore.
19704
e66e7419
UD
197052010-09-14 Ulrich Drepper <drepper@redhat.com>
19706
19707 * resolv/res_init.c (__res_vinit): Count the default server we added.
19708
c044aa75
CLT
197092010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
19710 Ulrich Drepper <drepper@redhat.com>
19711
19712 [BZ #11968]
19713 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
19714 (____longjmp_chk): Use %ebx for saving value across system call.
19715 Add unwind info.
19716
32cf4069
AS
197172010-09-06 Andreas Schwab <schwab@redhat.com>
19718
19719 * manual/Makefile: Don't mix pattern rules with normal rules.
19720
817328ee
AS
197212010-09-05 Andreas Schwab <schwab@linux-m68k.org>
19722
19723 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
19724 operation.
19725 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
19726 * libio/iofopncook.c (_IO_cookie_init): Likewise.
19727 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
19728 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
19729 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19730 Likewise.
19731
29fddf61
UD
197322010-09-04 Ulrich Drepper <drepper@redhat.com>
19733
19734 [BZ #11979]
19735 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
19736 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
19737
0959ffc9
UD
197382010-09-02 Ulrich Drepper <drepper@redhat.com>
19739
19740 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
19741 * sysdeps/x86_64/addmul_1.S: Likewise.
19742 * sysdeps/x86_64/lshift.S: Likewise.
19743 * sysdeps/x86_64/mul_1.S: Likewise.
19744 * sysdeps/x86_64/rshift.S: Likewise.
19745 * sysdeps/x86_64/sub_n.S: Likewise.
19746 * sysdeps/x86_64/submul_1.S: Likewise.
19747
ece29840
ST
197482010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
19749
0959ffc9
UD
19750 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
19751 Define __sched_param instead of SCHED_* and sched_param when
ece29840 19752 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 19753 * bits/sched.h [__need_schedparam]
ece29840 19754 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
19755 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
19756 (__defined_schedparam): Define to 1.
ece29840
ST
19757 (__sched_param): New structure, identical to sched_param.
19758 (__need_schedparam): Undefine.
19759
e53a31fe
MF
197602010-08-31 Mike Frysinger <vapier@gentoo.org>
19761
fdc0c10d
MF
19762 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
19763 (epoll_create1): Declare.
19764
e53a31fe
MF
19765 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
19766
a726d796
AS
197672010-08-31 Andreas Schwab <schwab@redhat.com>
19768
19769 [BZ #7066]
19770 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
19771 shifting retval into place.
19772
2f3e3dc7
UD
197732010-09-01 Ulrich Drepper <drepper@redhat.com>
19774
f2933da9
UD
19775 * nis/rpcsvc/nis.h: Update copyright notice.
19776 * nis/rpcsvc/nis.x: Likewise.
19777 * nis/rpcsvc/nis_callback.h: Likewise.
19778 * nis/rpcsvc/nis_callback.x: Likewise.
19779 * nis/rpcsvc/nis_object.x: Likewise.
19780 * nis/rpcsvc/nis_tags.h: Likewise.
19781 * nis/rpcsvc/yp.h: Likewise.
19782 * nis/rpcsvc/yp.x: Likewise.
19783 * nis/rpcsvc/ypupd.h: Likewise.
19784 * nis/yp_xdr.c: Likewise.
19785 * nis/ypupdate_xdr.c: Likewise.
19786
2f3e3dc7
UD
19787 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
19788 mainly the body of pmap_getport. Add parameters to specify timeouts.
19789 (pmap_getport): Use __libc_rpc_getport.
19790 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
19791 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
19792 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
19793
f3dcc2f9
AS
197942010-08-31 Andreas Schwab <schwab@linux-m68k.org>
19795
19796 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
19797 fanotify_mark.
19798
6d34eb5b
RM
197992010-08-27 Roland McGrath <roland@redhat.com>
19800
19801 * sysdeps/i386/i686/multiarch/Makefile
19802 (CFLAGS-varshift.c): New variable.
19803
9ea3de11
UD
198042010-08-27 Ulrich Drepper <drepper@redhat.com>
19805
c96d23fc
UD
19806 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
19807 * sysdeps/i386/i686/multiarch/varshift.c: New file.
19808
9ea3de11
UD
19809 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
19810
19811 * sysdeps/x86_64/strlen.S: Minimal code improvement.
19812
623aac7f
L
198132010-08-26 H.J. Lu <hongjiu.lu@intel.com>
19814
19815 * sysdeps/x86_64/strlen.S: Unroll the loop.
19816 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19817 strlen-sse2 strlen-sse2-bsf.
19818 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
19819 __strlen_no_bsf if bit_Slow_BSF is set.
19820 (__strlen_sse42): Removed.
19821 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
19822 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
19823
8b2b7715
RM
198242010-08-25 Roland McGrath <roland@redhat.com>
19825
19826 * sysdeps/x86_64/multiarch/varshift.S: File removed.
19827 * sysdeps/x86_64/multiarch/varshift.c: New file.
19828 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
19829 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
19830 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
19831 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
19832
e73015f2
L
198332010-08-25 H.J. Lu <hongjiu.lu@intel.com>
19834
19835 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
19836 strlen-sse2 strlen-sse2-bsf.
19837 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
19838 __strlen_sse2_bsf if bit_Slow_BSF is unset.
19839 (__strlen_sse2): Removed.
19840 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
19841 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
19842 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19843 bit_Slow_BSF for Atom.
19844 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
19845 (index_Slow_BSF): Define.
19846 (HAS_SLOW_BSF): Define.
19847
df24a73e
UD
198482010-08-25 Ulrich Drepper <drepper@redhat.com>
19849
19850 [BZ #10851]
19851 * resolv/res_init.c (__res_vinit): When no server address at all
19852 is given default to loopback.
19853
f2ac4868
RM
198542010-08-24 Roland McGrath <roland@redhat.com>
19855
09055553
RM
19856 * configure.in: Remove config-name.h generation.
19857 * configure: Regenerated.
19858 * config-name.in: File removed.
19859 * scripts/config-uname.sh: New file.
19860 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
19861 ($(objdir)config-name.h): New target.
19862
f2ac4868
RM
19863 * sunrpc/rpc_parse.h: Avoid nested comment.
19864
73f27d5e
RH
198652010-08-24 Richard Henderson <rth@redhat.com>
19866 Ulrich Drepper <drepper@redhat.com>
19867 H.J. Lu <hongjiu.lu@intel.com>
19868
19869 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
19870 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
19871 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
19872 Replace _mm_srli_si128 with __m128i_shift_right. Replace
19873 _mm_alignr_epi8 with _mm_loadu_si128.
19874 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
19875 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
19876 (__m128i_shift_right): Removed.
19877 * sysdeps/i386/i686/multiarch/varshift.h: New file.
19878 * sysdeps/i386/i686/multiarch/varshift.S: New file.
19879 * sysdeps/x86_64/multiarch/varshift.h: New file.
19880 * sysdeps/x86_64/multiarch/varshift.S: New file.
19881
84b9230c
MF
198822010-08-21 Mike Frysinger <vapier@gentoo.org>
19883
19884 * configure.in: Move assembler checks to before sysdep dir checking.
19885
9bbd0ddc
PB
198862010-08-20 Petr Baudis <pasky@suse.cz>
19887
19888 * LICENSES: Sync the sunrpc license.
19889
9da4bb31
UD
198902010-08-19 Ulrich Drepper <drepper@redhat.com>
19891
a7ab6ec8
UD
19892 * sunrpc/auth_des.c: Update copyright notice once again.
19893 * sunrpc/auth_none.c: Likewise.
19894 * sunrpc/auth_unix.c: Likewise.
19895 * sunrpc/authdes_prot.c: Likewise.
19896 * sunrpc/authuxprot.c: Likewise.
19897 * sunrpc/bindrsvprt.c: Likewise.
19898 * sunrpc/clnt_gen.c: Likewise.
19899 * sunrpc/clnt_perr.c: Likewise.
19900 * sunrpc/clnt_raw.c: Likewise.
19901 * sunrpc/clnt_simp.c: Likewise.
19902 * sunrpc/clnt_tcp.c: Likewise.
19903 * sunrpc/clnt_udp.c: Likewise.
19904 * sunrpc/clnt_unix.c: Likewise.
19905 * sunrpc/des_crypt.c: Likewise.
19906 * sunrpc/des_soft.c: Likewise.
19907 * sunrpc/get_myaddr.c: Likewise.
19908 * sunrpc/getrpcport.c: Likewise.
19909 * sunrpc/key_call.c: Likewise.
19910 * sunrpc/key_prot.c: Likewise.
19911 * sunrpc/openchild.c: Likewise.
19912 * sunrpc/pm_getmaps.c: Likewise.
19913 * sunrpc/pm_getport.c: Likewise.
19914 * sunrpc/pmap_clnt.c: Likewise.
19915 * sunrpc/pmap_prot.c: Likewise.
19916 * sunrpc/pmap_prot2.c: Likewise.
19917 * sunrpc/pmap_rmt.c: Likewise.
19918 * sunrpc/rpc/auth.h: Likewise.
19919 * sunrpc/rpc/auth_unix.h: Likewise.
19920 * sunrpc/rpc/clnt.h: Likewise.
19921 * sunrpc/rpc/des_crypt.h: Likewise.
19922 * sunrpc/rpc/key_prot.h: Likewise.
19923 * sunrpc/rpc/netdb.h: Likewise.
19924 * sunrpc/rpc/pmap_clnt.h: Likewise.
19925 * sunrpc/rpc/pmap_prot.h: Likewise.
19926 * sunrpc/rpc/pmap_rmt.h: Likewise.
19927 * sunrpc/rpc/rpc.h: Likewise.
19928 * sunrpc/rpc/rpc_des.h: Likewise.
19929 * sunrpc/rpc/rpc_msg.h: Likewise.
19930 * sunrpc/rpc/svc.h: Likewise.
19931 * sunrpc/rpc/svc_auth.h: Likewise.
19932 * sunrpc/rpc/types.h: Likewise.
19933 * sunrpc/rpc/xdr.h: Likewise.
19934 * sunrpc/rpc_clntout.c: Likewise.
19935 * sunrpc/rpc_cmsg.c: Likewise.
19936 * sunrpc/rpc_common.c: Likewise.
19937 * sunrpc/rpc_cout.c: Likewise.
19938 * sunrpc/rpc_dtable.c: Likewise.
19939 * sunrpc/rpc_hout.c: Likewise.
19940 * sunrpc/rpc_main.c: Likewise.
19941 * sunrpc/rpc_parse.c: Likewise.
19942 * sunrpc/rpc_parse.h: Likewise.
19943 * sunrpc/rpc_prot.c: Likewise.
19944 * sunrpc/rpc_sample.c: Likewise.
19945 * sunrpc/rpc_scan.c: Likewise.
19946 * sunrpc/rpc_scan.h: Likewise.
19947 * sunrpc/rpc_svcout.c: Likewise.
19948 * sunrpc/rpc_tblout.c: Likewise.
19949 * sunrpc/rpc_util.c: Likewise.
19950 * sunrpc/rpc_util.h: Likewise.
19951 * sunrpc/rpcinfo.c: Likewise.
19952 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
19953 * sunrpc/rpcsvc/key_prot.x: Likewise.
19954 * sunrpc/rpcsvc/klm_prot.x: Likewise.
19955 * sunrpc/rpcsvc/mount.x: Likewise.
19956 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
19957 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
19958 * sunrpc/rpcsvc/rex.x: Likewise.
19959 * sunrpc/rpcsvc/rstat.x: Likewise.
19960 * sunrpc/rpcsvc/rusers.x: Likewise.
19961 * sunrpc/rpcsvc/sm_inter.x: Likewise.
19962 * sunrpc/rpcsvc/spray.x: Likewise.
19963 * sunrpc/rpcsvc/yppasswd.x: Likewise.
19964 * sunrpc/rtime.c: Likewise.
19965 * sunrpc/svc.c: Likewise.
19966 * sunrpc/svc_auth.c: Likewise.
19967 * sunrpc/svc_authux.c: Likewise.
19968 * sunrpc/svc_raw.c: Likewise.
19969 * sunrpc/svc_run.c: Likewise.
19970 * sunrpc/svc_simple.c: Likewise.
19971 * sunrpc/svc_tcp.c: Likewise.
19972 * sunrpc/svc_udp.c: Likewise.
19973 * sunrpc/svc_unix.c: Likewise.
19974 * sunrpc/svcauth_des.c: Likewise.
19975 * sunrpc/xcrypt.c: Likewise.
19976 * sunrpc/xdr.c: Likewise.
19977 * sunrpc/xdr_array.c: Likewise.
19978 * sunrpc/xdr_float.c: Likewise.
19979 * sunrpc/xdr_mem.c: Likewise.
19980 * sunrpc/xdr_rec.c: Likewise.
19981 * sunrpc/xdr_ref.c: Likewise.
19982 * sunrpc/xdr_sizeof.c: Likewise.
19983 * sunrpc/xdr_stdio.c: Likewise.
19984
9da4bb31
UD
19985 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
19986 handling.
19987
bdaa77bc
AS
199882010-08-19 Andreas Schwab <schwab@redhat.com>
19989
19990 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
19991
fe2f79db
LM
199922010-08-19 Luis Machado <luisgpm@br.ibm.com>
19993
19994 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
19995 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
19996 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
19997 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
19998 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
19999 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
20000 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
20001 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
20002 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
20003 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
20004 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
20005 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
20006 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
20007 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
20008
b9b42ee0
AB
200092010-07-26 Anton Blanchard <anton@samba.org>
20010
20011 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
20012 * malloc/arena.c (heap_trim): Likewise.
20013
1c06ba31
UD
200142010-08-16 Ulrich Drepper <drepper@redhat.com>
20015
20016 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
20017 here. Not...
20018 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
20019 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
20020
f8392f40
L
200212010-08-12 H.J. Lu <hongjiu.lu@intel.com>
20022
20023 * sysdeps/i386/elf/Makefile: New file.
20024
3162f12e
AS
200252010-08-14 Andreas Schwab <schwab@linux-m68k.org>
20026
20027 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
20028 from fanotify_init.
20029 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
20030 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
20031
28c90b2c
UD
200322010-08-15 Ulrich Drepper <drepper@redhat.com>
20033
20034 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
20035 of strncasecmp_l.
1feccb6c 20036 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 20037
ca6bb004
UD
200382010-08-14 Ulrich Drepper <drepper@redhat.com>
20039
e9f82e0d
UD
20040 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
20041 strncase_l-nonascii.
20042 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
20043 Add strncase_l-ssse3.
20044 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
20045 * sysdeps/x86_64/strcmp.S: Likewise.
20046 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
20047 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
20048 * sysdeps/x86_64/strncase.S: New file.
20049 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
20050 * sysdeps/x86_64/strncase_l.S: New file.
20051 * string/Makefile (strop-tests): Add strncasecmp.
20052 * string/test-strncasecmp.c: New file.
20053
20054 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
20055 warning.
20056
ca6bb004
UD
20057 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
20058 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
20059
052fa7b3
AS
200602010-08-14 Andreas Schwab <schwab@linux-m68k.org>
20061
20062 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
20063
962dba78
UD
200642010-08-12 Ulrich Drepper <drepper@redhat.com>
20065
20066 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
20067 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
20068 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
20069
bebff237
AM
200702010-05-01 Alan Modra <amodra@gmail.com>
20071
20072 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
20073 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
20074 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
20075 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
20076 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
20077 tidying. Don't tail-call __sigjmp_save for static lib.
20078 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
20079 save location.
20080 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
20081 (CALL_MCOUNT): Add eh info, and nop after bl.
20082 (TAIL_CALL_SYSCALL_ERROR): New macro.
20083 (PSEUDO_RET): Use it.
20084 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20085 Correct save location of integer regs and cr.
20086 (_dl_profile_resolve): Correct cr save location. Delete nops
20087 after bl when SHARED. Reduce cfi size a little by better
20088 placement of cfi directives.
20089 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
20090 make a stack frame. Instead use parm save area as a temp.
20091 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
20092 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
20093 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20094 Don't make a stack frame for parent, use parm save area.
20095 Increase child stack frame to 112 bytes. Don't save unused reg,
20096 and adjust reg usage. Set up cfi on error recovery and
20097 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
20098 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20099 (__makecontext): Add dummy nop after jump to exit.
20100 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
20101 Use correct parm save area and cr save, reduce stack frame.
20102 Correct cfi for possible PSEUDO_RET frame setup.
20103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
20104 Branch to local label emitted by PSEUDO_RET rather than
20105 __syscall_error.
20106
02637374
AS
201072010-08-12 Andreas Schwab <schwab@redhat.com>
20108
20109 [BZ #11904]
20110 * locale/programs/locale.c (print_assignment): New function.
20111 (show_locale_vars): Use it.
20112
c3e2f19b
UD
201132010-08-11 Ulrich Drepper <drepper@redhat.com>
20114
3cdaa6ad
UD
20115 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
20116 field.
20117 (struct statfs64): Likewise.
20118 (_STATFS_F_FLAGS): Define.
20119 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
20120 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
20121 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
20122 (ST_VALID): Define locally.
20123 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
20124 __statvfs_getflags, use the provided value.
20125 * sysdeps/unix/sysv/linux/kernel-features.h: Define
20126 __ASSUME_STATFS_F_FLAGS.
20127
754f7da3
UD
20128 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
20129
10b3bedc
UD
20130 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
20131 Add sys/fanotify.h.
20132 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
20133 fanotify_mask for GLIBC_2.13.
20134 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
20135 fanotify_init and fanotify_mark.
20136 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
20137 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
20138
c08fb0d7
UD
20139 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
20140 Add prlimit.
20141 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
20142 prlimit64 for GLIBC_2.13.
20143 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
20144 prlimit64.
20145 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
20146 syscall.
20147 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
20148 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
20149 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
20150 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
20151 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
20152 add prlimit alias.
20153 * sysdeps/unix/sysv/linux/prlimit.c: New file.
20154
15bac72b
UD
20155 [BZ #11903]
20156 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
20157 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
20158
c3e2f19b
UD
20159 * nss/Makefile: Add rules to build and run tst-nss-test1.
20160 * shlib-versions: Add entry for libnss_test1.
20161 * nss/nss_test1.c: New file.
20162 * nss/tst-nss-test1.c: New file.
20163
20164 * nss/nsswitch.c (__nss_database_custom): Define new variable.
20165 (__nss_configure_lookup): Set appropriate entry in
20166 __nss_configure_lookup to true.
20167 * nss/nsswitch.h: Define enum with indeces of databases in
20168 databases and __nss_database_custom arrays. Declare
20169 __nss_database_custom.
20170 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
20171 to avoid using nscd when custom rules are installed.
20172 * nss/getXXbyYY_r.c: Likewise.
20173 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20174
20175 * nss/nss_files/files-parse.c: Whitespace fixes.
20176
f15ce4d8
UD
201772010-08-09 Ulrich Drepper <drepper@redhat.com>
20178
20179 [BZ #11883]
20180 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
20181 * posix/fnmatch_loop.c: Likewise.
20182
d22e4cc9
AK
201832010-07-17 Andi Kleen <ak@linux.intel.com>
20184
20185 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
20186 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
20187 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
20188 * Versions.def [GLIBC_2.13]: Add.
20189
805bc17d
UD
201902010-08-06 Ulrich Drepper <drepper@redhat.com>
20191
20192 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
20193 Also fail if tpwd after pwuid call is NULL.
20194
5a42321d
ST
201952010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
20196
20197 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
20198 when converting to ms.
20199
fd3ebeda
ST
202002010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
20201
20202 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
20203 EOPNOTSUPP errors with ENOTTY.
20204 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
20205 EOPNOTSUPP errors with ENOTTY.
20206
73507d3a
UD
202072010-07-31 Ulrich Drepper <drepper@redhat.com>
20208
20209 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
20210 Add strcasecmp_l-ssse3.
20211 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
20212 strcasecmp.
20213 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
20214 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
20215 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
20216
fe36dd02
UD
202172010-07-30 Ulrich Drepper <drepper@redhat.com>
20218
66f6765a
UD
20219 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
20220
42e08a54
UD
20221 * string/Makefile (strop-tests): Add strcasecmp.
20222 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
20223 strcasecmp_l-nonascii.
20224 (gen-as-const-headers): Add locale-defines.sym.
20225 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
20226 * sysdeps/x86_64/strcasecmp.S: New file.
20227 * sysdeps/x86_64/strcasecmp_l.S: New file.
20228 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
20229 * sysdeps/x86_64/locale-defines.sym: New file.
20230 * string/test-strcasecmp.c: New file.
20231
fe36dd02
UD
20232 * string/test-strcasestr.c: Test both ends of the range of characters.
20233 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
20234
48cbc0d6
RM
202352010-07-29 Roland McGrath <roland@redhat.com>
20236
76e6d6bc 20237 [BZ #11856]
48cbc0d6
RM
20238 * manual/locale.texi (Yes-or-No Questions): Fix example code.
20239
880113d9
UD
202402010-07-27 Ulrich Drepper <drepper@redhat.com>
20241
20242 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
20243 for ld.so.
20244
deb9cabb
AS
202452010-07-27 Andreas Schwab <schwab@redhat.com>
20246
20247 * manual/memory.texi (Malloc Tunable Parameters): Document
20248 M_PERTURB.
20249
1c7570ff
RM
202502010-07-26 Roland McGrath <roland@redhat.com>
20251
20252 [BZ #11840]
20253 * configure.in (-fgnu89-inline check): Set and substitute
20254 gnu89_inline, not libc_cv_gnu89_inline.
20255 * configure: Regenerated.
20256 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
20257
24fb0f88
UD
202582010-07-26 Ulrich Drepper <drepper@redhat.com>
20259
20260 * string/test-strnlen.c: New file.
20261 * string/Makefile (strop-tests): Add strnlen.
20262 * string/tester.c (test_strnlen): Add a few more test cases.
20263 * string/tst-strlen.c: Better error reporting.
20264
20265 * sysdeps/x86_64/strnlen.S: New file.
20266
8e96b93a
UD
202672010-07-24 Ulrich Drepper <drepper@redhat.com>
20268
20269 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
20270 lower-latency instructions.
20271
dbc676d4
UD
202722010-07-23 Ulrich Drepper <drepper@redhat.com>
20273
20274 * string/test-strcasestr.c: New file.
20275 * string/test-strstr.c: New file.
20276 * string/Makefile (strop-tests): Add strstr and strcasestr.
20277 * string/str-two-way.h: Don't undefine MAX.
20278 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
20279
f6a31e0e
AS
202802010-07-21 Andreas Schwab <schwab@redhat.com>
20281
20282 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
20283 strcasestr-nonascii.
20284 (CFLAGS-strcasestr-nonascii.c): Define.
20285 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
20286 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
20287 Remove unused attribute.
20288
5dbc3b6c
RM
202892010-07-20 Roland McGrath <roland@redhat.com>
20290
20291 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
20292 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
20293 ld.so.cache was broken. With it, there is no way to disable dsocaps
20294 like LD_HWCAP_MASK can disable hwcaps.
20295
23d101d8
EPM
202962010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
20297
20298 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
20299
cc9f2e47
UD
203002010-07-16 Ulrich Drepper <drepper@redhat.com>
20301
20302 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
20303 call in strcasestr.
20304 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
20305 __strcasestr_sse42_nonascii.
20306 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
20307 strcasestr-nonascii.c.
20308 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
20309
77c1b069
LM
203102010-06-15 Luis Machado <luisgpm@br.ibm.com>
20311
20312 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
20313 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
20314 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
20315 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
20316
440566c3
UD
203172010-07-09 Ulrich Drepper <drepper@redhat.com>
20318
20319 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
20320 fcntl.
20321
5be9d05d
AS
203222010-07-06 Andreas Schwab <schwab@redhat.com>
20323
c30b7ee2 20324 [BZ #11577]
5be9d05d
AS
20325 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
20326 dl_signal_cerror.
20327
8a492a67
UD
203282010-07-06 Ulrich Drepper <drepper@redhat.com>
20329
20330 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
20331 _PC_PIPE_BUF using F_GETPIPE_SZ.
20332
713df3d5
RM
203332010-07-05 Roland McGrath <roland@redhat.com>
20334
20335 * manual/arith.texi (Rounding Functions): Fix rint description
20336 implicit in round description.
20337
702e8f14
UD
203382010-07-02 Ulrich Drepper <drepper@redhat.com>
20339
20340 * elf/Makefile: Fix linking for a few tests to make recent linker
20341 happy.
20342
52ed8be9
AS
203432010-06-30 Andreas Schwab <schwab@redhat.com>
20344
20345 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
20346 $(common-objpfx)libc_nonshared.a.
20347
f47c9a11
LM
203482010-06-21 Luis Machado <luisgpm@br.ibm.com>
20349
20350 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
20351 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
20352 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
20353 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
20354 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
20355 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
20356 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
20357 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
20358 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
20359 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
20360 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
20361 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
20362 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
20363 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
20364 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
20365 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
20366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
20367 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
20368 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
20369 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
20370 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
20371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
20372 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
20373 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
20374 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
20375 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
20376 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
20377 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
20378 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
20379 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
20380 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
20381 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
20382 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
20383 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
20384 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
20385 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
20386 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
20387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
20388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
20389 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
20390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
20391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
20392 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
20393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
20394 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
20395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
20396 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
20397 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
20398
6fb8cbcb
L
203992010-06-25 H.J. Lu <hongjiu.lu@intel.com>
20400
20401 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
20402 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
20403 * string/memmove.c (memmove): Renamed to ...
20404 (MEMMOVE): ...this. Default to memmove.
20405 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
20406 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
20407 (END_CHK): Define.
20408 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
20409 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
20410 mempcpy-ssse3-back memmove-ssse3-back.
20411 * sysdeps/x86_64/multiarch/bcopy.S: New file .
20412 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
20413 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
20414 * sysdeps/x86_64/multiarch/memcpy.S: New file.
20415 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
20416 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
20417 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
20418 * sysdeps/x86_64/multiarch/memmove.c: New file.
20419 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
20420 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
20421 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
20422 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
20423 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
20424 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
20425 Define.
20426 (index_Fast_Copy_Backward): Define.
20427 (HAS_ARCH_FEATURE): Define.
20428 (HAS_FAST_REP_STRING): Define.
20429 (HAS_FAST_COPY_BACKWARD): Define.
20430
4e733bac 204312010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
20432
20433 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
20434 Restore proper fallback handling.
20435
63c4ed22
UD
204362010-06-19 Ulrich Drepper <drepper@redhat.com>
20437
ac2b484c
UD
20438 [BZ #11701]
20439 * posix/group_member.c (__group_member): Correct checking loop.
20440
63c4ed22
UD
20441 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
20442 OOM in getpwuid_r correctly. Return error number when the caller
20443 should return, otherwise -1.
20444 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
20445 call returning > 0 value.
20446 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
20447
765ade4b
AS
204482010-06-07 Andreas Schwab <schwab@redhat.com>
20449
20450 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
20451 libc_nonshared.a from targets in modules-names.
20452
80da2e09
KS
204532010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
20454
20455 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
20456 requires it.
20457
158db122
LM
204582010-06-10 Luis Machado <luisgpm@br.ibm.com>
20459
20460 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
20461 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
20462 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
20463 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
20464
caa78cf8
AS
204652010-06-02 Andreas Schwab <schwab@redhat.com>
20466
20467 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
20468
b2ef2c01
UD
204692010-06-14 Ulrich Drepper <drepper@redhat.com>
20470
20471 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
20472 and F_GETPIPE_SZ.
20473 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
20474 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
20475 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
20476 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
20477 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
20478 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
20479
fbd643b6
RM
204802010-06-14 Roland McGrath <roland@redhat.com>
20481
20482 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
20483
f32f2869
JJ
204842010-06-07 Jakub Jelinek <jakub@redhat.com>
20485
20486 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
20487 __REDIRECT followed by __THROW.
20488 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
20489 * posix/getopt.h (getopt): Likewise.
20490
2a50c078
EPM
204912010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
20492
20493 * hurd/lookup-at.c (__file_name_lookup_at): Accept
20494 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
20495 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
20496 in AT_FLAGS.
20497 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
20498 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
20499
eb5ad2eb
LM
205002010-05-28 Luis Machado <luisgpm@br.ibm.com>
20501
20502 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
20503
3c88fe1e
L
205042010-05-26 H.J. Lu <hongjiu.lu@intel.com>
20505
20506 [BZ #11640]
20507 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
20508 Properly check family and model.
20509
d2f73151
TY
205102010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
20511
20512 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
20513
ebd2e13d
LM
205142010-05-24 Luis Machado <luisgpm@br.ibm.com>
20515
20516 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
20517
b32b8b45
UD
205182010-05-21 Ulrich Drepper <drepper@redhat.com>
20519
20520 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
20521 symbol reference.
20522
9acbe24d
AS
205232010-05-19 Andreas Schwab <schwab@redhat.com>
20524
20525 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
20526 symbol reference.
20527
f0ccf6ea
AS
205282010-05-21 Andreas Schwab <schwab@redhat.com>
20529
3d04ff3a
AS
20530 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
20531 and internal_recvmmsg.
20532 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
20533 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
20534 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
20535 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
20536
f0ccf6ea
AS
20537 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
20538 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
20539 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
20540
5b08ac57
AS
205412010-05-20 Andreas Schwab <schwab@redhat.com>
20542
20543 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
20544
4828935d
LM
205452010-05-17 Luis Machado <luisgpm@br.ibm.com>
20546
20547 POWER7 optimizations.
20548 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
20549 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
20550
373d545e
UD
205512010-05-19 Ulrich Drepper <drepper@redhat.com>
20552
20553 * version.h: Update for 2.13 development version.
20554
21a2b1ae
AS
205552010-05-12 Andrew Stubbs <ams@codesourcery.com>
20556
20557 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
20558 exceptions. Return 0.
20559
3f7dcb2b
RM
205602010-05-07 Roland McGrath <roland@redhat.com>
20561
20562 * elf/ldconfig.c (main): Add a const.
20563
5f24d53a 205642010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 20565
a160f8d8
UD
20566 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
20567 (args_options): Add no-idn option.
20568 (ahosts_keys_int): Add idn_flags to ai_flags.
20569 (parse_option): Handle 'i' option to clear idn_flags.
20570
5f24d53a
UD
20571 * malloc/malloc.c (_int_free): Possible race in the most recently
20572 added check. Only act on the data if no current modification
20573 happened.
265bb1ce
UD
20574
20575See ChangeLog.17 for earlier changes.