Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
[platform/upstream/glibc.git] / ChangeLog
1 2012-08-17  Roland McGrath  <roland@hack.frob.com>
2
3         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
4         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
5         rather than -D_IO_MTSAFE_IO conditionally.
6         * stdio-common/Makefile (CPPFLAGS): Likewise.
7         * wcsmbs/Makefile (CPPFLAGS): Likewise.
8         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
9         Use $(libio-mtsafe).
10         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
11         of -D_IO_MTSAFE_IO.
12         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
13         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
14         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
15         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
16         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
17         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
18         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
19         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
20         (CFLAGS-fread_u_chk.c): Likewise.
21         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
22         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
23         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
24         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
25         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
26         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
27         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
28         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
29         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
30
31         * libio/Makefile: Test [$(libc-reentrant) = yes]
32         instead of [$(filter %REENTRANT, $(defines)) nonempty].
33
34         * Makeconfig
35         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36         * sysdeps/pthread/configure: File removed.
37         * sysdeps/pthread/Makeconfig: New file.
38         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40
41 2012-08-16  Gary Benson  <gbenson@redhat.com>
42
43         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
44         unmapping the first object in a namespace.
45
46 2012-08-16  Roland McGrath  <roland@hack.frob.com>
47
48         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
49         (__internal_setnetgrent): ... this.  Add internal_function to
50         definition.  Add libc_hidden_def.
51         (setnetgrent): Update caller.
52         (internal_endnetgrent): Renamed to ...
53         (__internal_endnetgrent): ... this.  Add internal_function to
54         definition.  Add libc_hidden_def.
55         (endnetgrent): Update caller.
56         (internal_getnetgrent_r): Renamed to ...
57         (__internal_getnetgrent_r): ... this.  Add internal_function to
58         definition.  Add libc_hidden_def.
59         (__getnetgrent_r): Update caller.
60         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
61
62 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
63
64         * stdlib/longlong.h: Update from GCC.
65
66 2012-08-16  Roland McGrath  <roland@hack.frob.com>
67
68         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
69         on _QL, which is set by umul_ppmm but never used.
70         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
71         variables, which are set by GMP macros but never used.
72         * stdio-common/_itowa.c (_itowa): Likewise.
73         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
74         * stdlib/mod_1.c (mpn_mod_1): Likewise.
75
76 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
77
78         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
79         struct La_sh_regs is not constant.
80         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
81         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
82         and struct La_sparc64_regs are not constant.
83
84 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
85
86         * sysdeps/unix/sysv/linux/kernel-features.h
87         (__ASSUME_POSIX_TIMERS): Remove.
88         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
89         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
90         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
91         Make code unconditional.
92         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
93         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
94         Make code unconditional.
95         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
96         * sysdeps/unix/sysv/linux/clock_nanosleep.c
97         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
98         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
99         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
100         Make code unconditional.
101         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
102         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
103         (__libc_missing_posix_timers): Remove.
104
105 2012-08-15  Roland McGrath  <roland@hack.frob.com>
106
107         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
108         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
109
110         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
111
112         * elf/dl-sym.c: Include <stdlib.h>.
113
114         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
115         constants, which avoids warnings in 32-bit builds.
116
117         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
118         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
119
120         * misc/lseek.c: File moved to ...
121         * io/lseek.c: ... here.
122
123         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
124
125         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
126         shifting LEN more than 31 bits at once.
127
128 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
129
130         [BZ #14195]
131         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
132         segmentation fault for a case of two empty input strings.
133         * string/test-strncasecmp.c (check1): Renamed to...
134         (bz12205): ...this.
135         (bz14195): Add new testcase for two empty input strings and N > 0.
136         (test_main): Call new testcase, adapt for renamed function.
137
138 2012-08-15  Andreas Jaeger  <aj@suse.de>
139
140         [BZ #14090]
141         * crypt/md5test2.c: New test, based on test supplied by Serge
142         Belyshev <belyshev@depni.sinp.msu.ru>.
143         * crypt/Makefile (xtests): Add md5test-giant..
144         * crypt/Makefile ($(objpfx)md5test-giant): Add.
145
146 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
147
148         [BZ #14090]
149         * crypt/md5.c (md5_process_block): Don't assume the buffer
150         length is less than 2**32.
151         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
152         length is less than 2**64.
153
154 2012-08-15  Roland McGrath  <roland@hack.frob.com>
155
156         * string/str-two-way.h: Include <sys/param.h>.
157         (MAX): Macro removed.
158
159         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
160         Move #define and #undef of memmove to just before and after
161         including <string.h>.
162
163         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
164         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
165         and after including <string.h>.  Move declarations of
166         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
167         to before #include "string/memmove.c".
168
169         * include/dirent.h: Declare __getdirentries.
170
171         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
172         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
173
174 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
175
176         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
177         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
178         * sysdeps/i386/configure: Regenerated.
179         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
180         STABS_CURRENT_FILE, and STABS_FUN.
181         (END): Remove call to STABS_FUN_END.
182         (STABS_CURRENT_FILE1): Delete.
183         (STABS_CURRENT_FILE): Likewise.
184         (STABS_FUN): Likewise.
185         (STABS_FUN_END): Likewise.
186         (STABS_FUN2): Likewise.
187         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
188         * sysdeps/x86_64/configure: Regenerated.
189
190 2012-08-14  Roland McGrath  <roland@hack.frob.com>
191
192         * elf/dl-open.c: Include <atomic.h>.
193         * elf/dl-lookup.c: Likewise.
194
195 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
196
197         * sysdeps/unix/sysv/linux/kernel-features.h
198         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
199         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
200         unconditionally.
201         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
202         unconditionally.
203         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
204         condition on __ASSUME_CLONE_THREAD_FLAGS.
205
206 2012-08-14  Andreas Jaeger  <aj@suse.de>
207
208         * sysdeps/i386/fpu/libm-test-ulps: Update.
209
210 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
211
212         * include/atomic.h (atomic_exchange_and_add): Split into ...
213         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
214         New atomic macros.
215
216 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
217
218         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
219
220 2012-08-13  Jeff Law <law@redhat.com>
221
222         * manual/stdio.texi (snprintf): Clarify handling of the trailing
223         null byte in the output string.
224
225 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
226
227         * sysdeps/unix/sysv/linux/kernel-features.h
228         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
229         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
230         (__ASSUME_ARG_MAX_STACK_BASED): Define.
231         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
232         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
233         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
234         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
235
236 2012-08-09  Jeff Law <law@redhat.com>
237
238         [BZ #13939]
239         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
240         When avoid_arena is set, don't retry in the that arena.  Pick the
241         next one, whatever it might be.
242         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
243         (arena_lock): Pass in new parameter to arena_get2.
244         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
245         arena_get2.
246         (__libc_malloc): Unify retrying after main arena failure with
247         __libc_memalign version.
248         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
249
250 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
251
252         [BZ #14166]
253         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
254         to __redirect_strstr.
255         (__strstr_sse42): Use typeof __redirect_strstr.
256         (__strstr_ia32): Likewise.
257         (__libc_strstr): New prototype.
258         (strstr): Renamed to ...
259         (__libc_strstr): This.
260         (strstr): New strong alias of __libc_strstr.
261         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
262         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
263         __redirect_time.
264         Include <time.h>.
265         (__libc_time): New prototype.
266         (time_ifunc): Replace time with __libc_time.
267         (time): New strong alias and hidden definition of __libc_time.
268         (__GI_time): Remove strong alias.
269         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
270         Include <stddef.h>.
271         (memmove): Redefined to __redirect_memmove.
272         (__memmove_sse2): Use typeof __redirect_memmove.
273         (__memmove_ssse3): Likewise.
274         (__memmove_ssse3_back): Likewise.
275         (__libc_memmove): New prototype.
276         (memmove): Renamed to ...
277         (__libc_memmove): This.
278         (memmove): New strong alias of __libc_memmove.
279
280 2012-08-08  Mark Salter  <msalter@redhat.com>
281
282         * elf/elf.h
283         (R_MN10300_TLS_GD): Define.
284         (R_MN10300_TLS_LD): Likewise.
285         (R_MN10300_TLS_LDO): Likewise.
286         (R_MN10300_TLS_GOTIE): Likewise.
287         (R_MN10300_TLS_IE): Likewise.
288         (R_MN10300_TLS_LE): Likewise.
289         (R_MN10300_TLS_DTPMOD): Likewise.
290         (R_MN10300_TLS_DTPOFF): Likewise.
291         (R_MN10300_TLS_TPOFF): Likewise.
292         (R_MN10300_SYM_DIFF): Likewise.
293         (R_MN10300_ALIGN): Likewise.
294         (R_MN10300_NUM): Update.
295
296 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
297
298         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
299         Remove.
300
301 2012-08-08  Roland McGrath  <roland@hack.frob.com>
302
303         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
304
305         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
306         sysdeps/unix -> sysdeps/posix move.
307         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
308
309 2012-08-07      Allan McRae     <allan@archlinux.org>
310
311         [BZ #14303]
312         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
313         (SUNOS_CPP): Likewise.
314         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
315         not found.
316         (open_input): Call CPP using execvp.
317
318 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
319
320         * sysdeps/unix/sysv/linux/kernel-features.h
321         (__ASSUME_PROT_GROWSUPDOWN): Remove.
322         (__ASSUME_NO_CLONE_DETACHED): Likewise.
323         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
324         (__ASSUME_WAITID_SYSCALL): Likewise.
325         * sysdeps/unix/sysv/linux/dl-execstack.c
326         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
327         code unconditional.
328         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
329         conditional code.
330         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
331         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
332         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
333         code.
334         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
335         unconditional.
336         [__ASSUME_WAITID_SYSCALL]: Likewise.
337         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
338
339 2012-08-07  Roland McGrath  <roland@hack.frob.com>
340
341         * sysdeps/unix/closedir.c: Renamed to ...
342         * sysdeps/posix/closedir.c: ... here.
343         * sysdeps/unix/dirfd.c: Renamed to ...
344         * sysdeps/posix/dirfd.c: ... here.
345         * sysdeps/unix/dirstream.h: Renamed to ...
346         * sysdeps/posix/dirstream.h: ... here.
347         * sysdeps/unix/fdopendir.c: Renamed to ...
348         * sysdeps/posix/fdopendir.c: ... here.
349         * sysdeps/unix/opendir.c: Renamed to ...
350         * sysdeps/posix/opendir.c: ... here.
351         * sysdeps/unix/readdir.c: Renamed to ...
352         * sysdeps/posix/readdir.c: ... here.
353         * sysdeps/unix/readdir_r.c: Renamed to ...
354         * sysdeps/posix/readdir_r.c: ... here.
355         * sysdeps/unix/rewinddir.c: Renamed to ...
356         * sysdeps/posix/rewinddir.c: ... here.
357         * sysdeps/unix/seekdir.c: Renamed to ...
358         * sysdeps/posix/seekdir.c: ... here.
359         * sysdeps/unix/telldir.c: Renamed to ...
360         * sysdeps/posix/telldir.c: ... here.
361         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
362         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
363         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
364         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
365
366         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
367         * bits/fcntl.h: ... here.
368
369         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
370         not 0.
371         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
372         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
373         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
374         (struct flock): Move l_start, l_len to the beginning.
375         Use __pid_t for l_pid.
376         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
377         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
378         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
379         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
380         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
381         [__USE_LARGEFILE64] (struct flock64): New type.
382         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
383
384         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
385         * bits/dirent.h: ... here.
386
387         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
388         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
389
390 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
391
392         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
393         Change from 2.6.0 to 2.6.16.
394         * sysdeps/unix/sysv/linux/configure: Regenerated.
395         * sysdeps/unix/sysv/linux/kernel-features.h
396         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
397         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
398         version.
399         (__ASSUME_UTIMES): Likewise.
400         (__ASSUME_CLONE_STOPPED): Remove.
401         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
402         architectures, not kernel version.
403         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
404         (__ASSUME_NO_CLONE_DETACHED): Likewise.
405         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
406         (__ASSUME_WAITID_SYSCALL): Likewise.
407         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
408         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
409         * README: State 2.6.16 as minimum Linux kernel version.  Do not
410         refer to older versions.
411
412 2012-08-06  Roland McGrath  <roland@hack.frob.com>
413
414         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
415         Define alphasort64 as an alias.
416         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
417         Define versionsort64 as an alias.
418         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
419         Define scandir64 as an alias.
420         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
421         Define scandirat64 as an alias.
422         * dirent/alphasort64.c (alphasort64):
423         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
424         * dirent/versionsort64.c: Likewise.
425         * dirent/scandir64.c: Likewise.
426         * dirent/scandirat64.c: Likewise.
427         * sysdeps/wordsize-64/alphasort.c: File removed.
428         * sysdeps/wordsize-64/alphasort64.c: File removed.
429         * sysdeps/wordsize-64/scandir.c: File removed.
430         * sysdeps/wordsize-64/scandir64.c: File removed.
431         * sysdeps/wordsize-64/scandirat.c: File removed.
432         * sysdeps/wordsize-64/scandirat64.c: File removed.
433         * sysdeps/wordsize-64/versionsort.c: File removed.
434         * sysdeps/wordsize-64/versionsort64.c: File removed.
435         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
436         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
437         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
438         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
439         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
440         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
441         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
442         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
443
444         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
445         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
446         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
447         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
448         [defined __arch64__ || defined __sparcv9]
449         (__INO_T_MATCHES_INO64_T): New macro.
450         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
451         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
452         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
453         * sysdeps/unix/sysv/linux/bits/dirent.h
454         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
455         (_DIRENT_MATCHES_DIRENT64): New macro.
456
457         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
458         Define lockf64 as an alias.
459         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
460         Define fseeko64 as an alias.
461         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
462         Define ftello64 as an alias.
463         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
464         Define _IO_fgetpos64 and fgetpos64 as aliases.
465         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
466         Define _IO_fsetpos64 and fsetpos64 as aliases.
467         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
468         Conditionalize body on this.
469         * libio/fseeko64.c: Likewise.
470         * libio/ftello64.c: Likewise.
471         * libio/iofgetpos64.c: Likewise.
472         * libio/iofsetpos64.c: Likewise.
473         * sysdeps/wordsize-64/lockf.c: File removed.
474         * sysdeps/wordsize-64/lockf64.c: File removed.
475         * sysdeps/wordsize-64/fseeko.c: File removed.
476         * sysdeps/wordsize-64/fseeko64.c: File removed.
477         * sysdeps/wordsize-64/ftello.c: File removed.
478         * sysdeps/wordsize-64/ftello64.c: File removed.
479         * sysdeps/wordsize-64/iofgetpos.c: File removed.
480         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
481         * sysdeps/wordsize-64/iofsetpos.c: File removed.
482         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
483         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
484         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
485         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
486         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
487         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
488         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
489         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
490         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
491         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
492         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
493
494         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
495         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
496         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
497         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
498         [defined __arch64__ || defined __sparcv9]
499         (__OFF_T_MATCHES_OFF64_T): New macro.
500         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
501         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
502         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
503         (__OFF_T_MATCHES_OFF64_T): New macro.
504
505 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
506
507         * stdlib/secure-getenv.c (__secure_getenv): Replace
508         GLIBC_2_16 with GLIBC_2_17.
509
510 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
511
512         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
513         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
514
515 2012-08-03  David S. Miller  <davem@davemloft.net>
516
517         * sysdeps/sparc/fpu/libm-test-ulps: Update.
518
519 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
520
521         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
522         Remove.
523         (__ASSUME_CORRECT_SI_PID): Likewise.
524         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
525         (__ASSUME_TMPFS_NAME): Likewise.
526         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
527         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
528         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
529         (HAVE_AUX_SECURE): Make definition unconditional.
530         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
531         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
532
533 2012-08-03  Roland McGrath  <roland@hack.frob.com>
534
535         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
536         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
537         * sysdeps/mach/hurd/eloop-threshold.h: New file.
538         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
539         __eloop_threshold instead of SYMLOOP_MAX.
540
541         * sysdeps/generic/eloop-threshold.h: New file.
542         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
543         of MAXSYMLINKS.
544         * elf/chroot_canon.c (chroot_canon): Likewise.
545
546 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
547
548         [BZ #13717]
549         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
550         Change to 2.6.0 everywhere.
551         * sysdeps/unix/sysv/linux/configure: Regenerated.
552         * sysdeps/unix/sysv/linux/kernel-features.h
553         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
554         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
555         kernel versions.
556         (__ASSUME_POSIX_TIMERS): Define unconditionally.
557         (__ASSUME_FUTEX_REQUEUE): Remove.
558         (__ASSUME_STATFS64): Define unconditionally.
559         (__ASSUME_AT_SECURE): Likewise.
560         (__ASSUME_CORRECT_SI_PID): Likewise.
561         (__ASSUME_TGKILL): Define without depending on kernel version for
562         i386.
563         (__ASSUME_UTIMES): Likewise.
564         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
565         kernel version.
566         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
567         (__ASSUME_TMPFS_NAME): Likewise.
568         * README: Update reference to Linux kernel versions.
569
570 2012-08-02  Marek Polacek  <polacek@redhat.com>
571
572         [BZ#14150]
573         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
574         libc_cv_asm_type_prefix with %.
575         * configure: Regenerated.
576         * include/libc-symbols.h: Remove comment about
577         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
578         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
579         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
580         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
581         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
582         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
583         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
584         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
585         * elf/tst-unique2mod1.c: Likewise.
586         * elf/tst-unique1mod2.c: Likewise.
587         * elf/tst-unique1mod1.c: Likewise.
588         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
589         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
590         Replace ASM_TYPE_DIRECTIVE with .type.
591         * sysdeps/s390/s390-64/sysdep.h: Likewise.
592         * sysdeps/i386/sysdep.h: Likewise.
593         * sysdeps/x86_64/sysdep.h: Likewise.
594         * sysdeps/sh/sysdep.h: Likewise.
595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
596         Do not define ASM_TYPE_DIRECTIVE.
597         * sysdeps/powerpc/sysdep.h: Likewise.
598         * sysdeps/powerpc/powerpc32/sysdep.h:
599         Replace ASM_TYPE_DIRECTIVE with .type.
600         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
601         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
602         * sysdeps/i386/fpu/e_powf.S: Likewise.
603         * sysdeps/i386/fpu/e_expl.S: Likewise.
604         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
605         * sysdeps/i386/fpu/e_acosh.S: Likewise.
606         * sysdeps/i386/fpu/e_pow.S: Likewise.
607         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
608         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
609         * sysdeps/i386/fpu/s_expm1.S: Likewise.
610         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
611         * sysdeps/i386/fpu/e_log2.S: Likewise.
612         * sysdeps/i386/fpu/e_log2l.S: Likewise.
613         * sysdeps/i386/fpu/e_scalb.S: Likewise.
614         * sysdeps/i386/fpu/e_powl.S: Likewise.
615         * sysdeps/i386/fpu/e_log10f.S: Likewise.
616         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
617         * sysdeps/i386/fpu/e_logl.S: Likewise.
618         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
619         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
620         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
621         * sysdeps/i386/fpu/e_log2f.S: Likewise.
622         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
623         * sysdeps/i386/fpu/e_log.S: Likewise.
624         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
625         * sysdeps/i386/fpu/e_logf.S: Likewise.
626         * sysdeps/i386/fpu/e_log10l.S: Likewise.
627         * sysdeps/i386/fpu/e_atanh.S: Likewise.
628         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
629         * sysdeps/i386/fpu/e_log10.S: Likewise.
630         * sysdeps/i386/fpu/s_frexp.S: Likewise.
631         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
632         * sysdeps/i386/fpu/s_asinh.S: Likewise.
633         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
634         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
635         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
636         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
637         * sysdeps/i386/i686/strtok.S: Likewise.
638         * sysdeps/i386/i386-mcount.S: Likewise.
639         * sysdeps/i386/strtok.S: Likewise.
640         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
641         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
642         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
643         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
644         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
645         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
646         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
647         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
648         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
649         * sysdeps/x86_64/_mcount.S: Likewise.
650         * sysdeps/x86_64/strtok.S: Likewise.
651         * sysdeps/sh/_mcount.S: Likewise.
652
653 2012-08-01  Roland McGrath  <roland@hack.frob.com>
654
655         * libio/iofopen.c: Include <fcntl.h>.
656         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
657         (_IO_fopen64, fopen64): Define as aliases.
658         * libio/iofopen64.c: Include <fcntl.h>.
659         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
660         Conditionalize body on this.
661         * sysdeps/wordsize-64/iofopen.c: File removed.
662         * sysdeps/wordsize-64/iofopen64.c: File removed.
663
664 2012-08-01  Marek Polacek  <polacek@redhat.com>
665
666         * libc/Makeconfig: Use elf in place of binfmt-subdir.
667         Use dlfcn directly instead of a variable.
668         (binfmt-subdir): Do not define.
669         (dlfcn): Likewise.
670
671 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
672
673         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
674         Remove all definitions.
675         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
676         <kernel-features.h>.
677         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
678         (miss_F_GETOWN_EX): Remove all definitions.
679         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
680         macro definition.
681         [!__ASSUME_FCNTL64]: Remove conditional code.
682         [__ASSUME_FCNTL64]: Make code unconditional.
683         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
684         <kernel-features.h>.
685         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
686         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
687         (lockf64) [__NR_fcntl64]: Make code unconditional.
688         (lockf64) [__ASSUME_FCNTL64]: Likewise.
689
690         * sysdeps/unix/sysv/linux/kernel-features.h
691         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
692         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
693         Make code unconditional.
694         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
695         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
697         [__NR_vfork]: Make code unconditional.
698         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
699         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
701         [__NR_vfork]: Make code unconditional.
702         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
703         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
704
705 2012-08-01  Roland McGrath  <roland@hack.frob.com>
706
707         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
708         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
709
710         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
711         Define mkstemp64 as an alias.
712         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
713         Define mkstemps64 as an alias.
714         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
715         Define mkostemp64 as an alias.
716         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
717         Define mkostemps64 as an alias.
718         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
719         Conditionalize body on this.
720         * misc/mkostemp64.c: Likewise.
721         * misc/mkostemps64.c: Likewise.
722         * misc/mkstemps64.c: Likewise.
723         * sysdeps/wordsize-64/mkstemp64.c: File removed.
724         * sysdeps/wordsize-64/mkostemp64.c: File removed.
725         * sysdeps/wordsize-64/mkostemp.c: File removed.
726         * sysdeps/wordsize-64/mkstemp.c: File removed.
727         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
728         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
729         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
730         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
731
732         [BZ #14138]
733         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
734         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
735         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
736         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
737
738         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
739         compat_symbol macros from <shlib-compat.h> rather than the underlying
740         default_symbol_version and symbol_version macros, so that DEFAULT
741         lines in shlib-versions are respected.
742         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
743
744 2012-08-01  Florian Weimer  <fweimer@redhat.com>
745
746         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
747         Declare with warn_unused_result.
748         (setgid, setregid, setegid, setresgid): Likewise.
749         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
750         Likewise.
751         * WUR-REPORT: Remove set*id functions.
752
753 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
754
755         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
756
757 2012-07-31  Roland McGrath  <roland@hack.frob.com>
758
759         * include/sys/socket.h (__libc_accept, __libc_accept4):
760         Add attribute_hidden.
761         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
762
763         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
764         use of PTR_MANGLE.
765         * inet/getnetgrent_r.c (setup): Likewise.
766
767         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
768
769 2012-07-31  David S. Miller  <davem@davemloft.net>
770
771         * sysdeps/sparc/fpu/libm-test-ulps: Update.
772
773 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
774
775         [BZ #13629]
776         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
777         value between 1.0 and 2.0 and smaller part has absolute value less
778         than 1.0.
779         * math/s_clog10.c (__clog10): Likewise.
780         * math/s_clog10f.c (__clog10f): Likewise.
781         * math/s_clog10l.c (__clog10l): Likewise.
782         * math/s_clogf.c (__clogf): Likewise.
783         * math/s_clogl.c (__clogl): Likewise.
784         * math/libm-test.inc (clog_test): Add more tests.
785         (clog10_test): Likewise.
786         * sysdeps/i386/fpu/libm-test-ulps: Update.
787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
788
789 2012-07-31  Florian Weimer  <fweimer@redhat.com>
790
791         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
792         Exit with zero in case no suitable GID is found, and write a
793         message to standard error.
794
795 2012-07-30  Roland McGrath  <roland@hack.frob.com>
796
797         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
798         rather than to 1.
799         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
800         (MAXPATHLEN): Removed.
801         (NOGROUP, NODEV): New macros.
802         (setbit, clrbit, isset, isclr): New macros.
803         (howmany, roundup, powerof2): New macros.
804         (DEV_BSIZE): New macro.
805
806         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
807         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
808
809         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
810         definition on [!__NO_LONG_DOUBLE_MATH].
811
812         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
813         PTR_MANGLE and PTR_DEMANGLE.
814
815         * socket/accept4.c (accept4): Rename to __libc_accept4.
816         Define accept4 as a weak alias.
817
818         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
819         on [_DIRENT_HAVE_D_TYPE].
820         * io/ftw.c (ftw_dir): Likewise.
821
822         * io/xmknod.c (__xmknod): Don't check PATH for being null.
823
824         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
825
826         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
827         Use the BSD numbers rather than the arbitrary ones we had.
828         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
829         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
830         (SIGXCPU, SIGXFSZ): New macros.
831         (_NSIG): Now 32.
832
833         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
834         initializer on [_LIBC_REENTRANT].
835
836         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
837         definitions inside [_POSIX_MAPPED_FILES].
838
839         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
840
841         * dirent/opendir.c: Include <fcntl.h>.
842
843         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
844         (__libc_getspecific): Likewise.
845         (__libc_key_create): Likewise.
846
847         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
848         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
849         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
850         (tmpfile64): Define as alias.
851         * sysdeps/wordsize-64/tmpfile.c: File removed.
852         * sysdeps/wordsize-64/tmpfile64.c: File removed.
853         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
854         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
855
856         * stdio-common/vfscanf.c: Include <stdbool.h>.
857         * nss/makedb.c: Likewise.
858         * stdio-common/_i18n_number.h: Likewise.
859         * argp/argp-help.c: Likewise.
860         * posix/wordexp.c: Likewise.
861         * sysdeps/posix/spawni.c: Likewise.
862         * nss/nss_files/files-initgroups.c: Likewise.
863         * stdio-common/reg-modifier.c: Include <stdlib.h>.
864         * nss/nss_files/files-initgroups.c: Likewise.
865         * nss/nss_db/db-netgrp.c: Likewise.
866         * nss/nss_db/db-initgroups.c: Likewise.
867         * io/fchmodat.c: Include <sys/stat.h>.
868
869         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
870         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
871
872         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
873         [HAVE_MMAP].
874
875         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
876         Add multiple inclusion protection.
877
878 2012-07-27  David S. Miller  <davem@davemloft.net>
879
880         * sysdeps/sparc/fpu/libm-test-ulps: Update.
881
882 2012-07-27  Gary Benson  <gbenson@redhat.com>
883
884         [BZ #14298]
885         * elf/rtld.c: Include <stap-probe.h>.
886         (dl_main): Added static probes "init_start" and "init_complete".
887         * elf/dl-load.c: Include <stap-probe.h>.
888         (lose): Take new parameter "nsid".
889         Added static probe "map_failed".
890         (_dl_map_object_from_fd): Pass namespace id to lose.
891         Added static probe "map_start".
892         (open_verify): Pass namespace id to lose.
893         * elf/dl-open.c: Include <stap-probe.h>.
894         (dl_open_worker) Added static probes "map_complete", "reloc_start"
895         and "reloc_complete".
896         * elf/dl-close.c: Include <stap-probe.h>.
897         (_dl_close_worker): Added static probes "unmap_start" and
898         "unmap_complete".
899         * elf/rtld-debugger-interface.txt: New file documenting the above.
900
901 2012-07-26  Roland McGrath  <roland@hack.frob.com>
902
903         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
904         rather than a string variable.
905         * sunrpc/rpc_main.c (h_output): Likewise.
906         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
907
908 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
909
910         * inet/check_native.c: New file.
911
912 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
913
914         [BZ #13629]
915         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
916         if larger part has absolute value 1.0.
917         * math/s_clog10.c (__clog10): Likewise.
918         * math/s_clog10f.c (__clog10f): Likewise.
919         * math/s_clog10l.c (__clog10l): Likewise.
920         * math/s_clogf.c (__clogf): Likewise.
921         * math/s_clogl.c (__clogl): Likewise.
922         * math/libm-test.inc (clog_test): Add more tests.
923         (clog10_test): Likewise.
924         * sysdeps/i386/fpu/libm-test-ulps: Update.
925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
926
927         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
928         (pltexit): Likewise.
929         (La_regs): Likewise.
930         (La_retval): Likewise.
931         (int_retval): Likewise.
932         Update #error for removed macros to refer only to definitions in
933         tst-audit.h.
934         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
935         macro.
936         (pltexit): Likewise.
937         (La_regs): Likewise.
938         (La_retval): Likewise.
939         (int_retval): Likewise.
940         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
941         macro.
942         (pltexit): Likewise.
943         (La_regs): Likewise.
944         (La_retval): Likewise.
945         (int_retval): Likewise.
946         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
947         macro.
948         (pltexit): Likewise.
949         (La_regs): Likewise.
950         (La_retval): Likewise.
951         (int_retval): Likewise.
952         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
953         macro.
954         (pltexit): Likewise.
955         (La_regs): Likewise.
956         (La_retval): Likewise.
957         (int_retval): Likewise.
958         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
959         macro.
960         (pltexit): Likewise.
961         (La_regs): Likewise.
962         (La_retval): Likewise.
963         (int_retval): Likewise.
964         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
965         macro.
966         (pltexit): Likewise.
967         (La_regs): Likewise.
968         (La_retval): Likewise.
969         (int_retval): Likewise.
970         * sysdeps/generic/tst-audit.h: Update comment to refer only to
971         macro definitions in tst-audit.h.
972         * sysdeps/i386/tst-audit.h: New file.
973         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
974         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
975         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
976         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
977         * sysdeps/sh/tst-audit.h: Likewise.
978         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
979         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
980         * sysdeps/x86_64/tst-audit.h: Likewise.
981
982 2012-07-26  Andreas Jaeger  <aj@suse.de>
983
984         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
985         ptrace.
986
987         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
988         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
989         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
990         PTRACE_O_MASK.
991         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
992         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
993         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
994
995         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
996         value.
997
998         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
999         _sigsys.
1000         (si_call_addr, si_syscall, si_arch): Define new macro.
1001         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
1002         _sigsys.
1003         (si_call_addr, si_syscall, si_arch): Define new marcro.
1004         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
1005         _sigsys.
1006         (si_call_addr, si_syscall, si_arch): Define new macro.
1007         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
1008         _sigsys.
1009         (si_call_addr, si_syscall, si_arch): Define new macro.
1010
1011 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
1012
1013         [BZ #13717]
1014         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1015         Change to 2.4.21 where previously 2.4.1.
1016         * sysdeps/unix/sysv/linux/configure: Regenerated.
1017         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
1018         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
1019         Linux kernel version.
1020         (__ASSUME_STD_AUXV): Remove.
1021         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
1022         kernel version.
1023         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
1024         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
1025         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
1026         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
1027         (__ASSUME_NETLINK_SUPPORT): Likewise.
1028         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
1029         (__no_netlink_support): Remove conditional definition.
1030         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
1031         Remove.
1032         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
1033         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
1034         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
1035         (if_nameindex_ioctl): Remove.
1036         (if_nameindex_netlink): Do not handle __no_netlink_support.
1037         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
1038         code.
1039         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
1040         Remove conditional code.
1041         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
1042         code.
1043         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
1044         unconditional.
1045         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
1046         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
1047         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
1048         Remove.
1049         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1050         [!__ASSUME_STD_AUXV]: Remove conditional code.
1051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
1052         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
1053         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
1054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
1055         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
1056         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
1057         code.
1058         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
1059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
1060         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
1061         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
1062         conditional code.
1063         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
1064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
1065         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
1066         code.
1067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
1068         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
1069         conditional code.
1070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
1071         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
1072         code unconditional.
1073         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1074         conditional code.
1075         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1076         unconditional.
1077         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1078         conditional code.
1079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1080         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1081         unconditional.
1082         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1083         conditional code.
1084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1085         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
1086         code unconditional.
1087         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1088         conditional code.
1089         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1090         unconditional.
1091         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1092         conditional code.
1093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1094         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
1095         code unconditional.
1096         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1097         conditional code.
1098         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
1099         unconditional.
1100         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
1101         conditional code.
1102
1103 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1104
1105         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
1106         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
1107         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1108         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
1109         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1110         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1111         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1112         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
1113         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1114         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
1115         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
1116         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
1117         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
1118         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1119         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
1120         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
1121         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1122         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
1123         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
1124         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
1125         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1126         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
1127         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
1128
1129 2012-07-25  Florian Weimer  <fweimer@redhat.com>
1130
1131         * Versions.def: Add GLIBC_2.17.
1132         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
1133         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
1134         Introduce __libc_secure_getenv.
1135         * stdlib/Versions (2.17): Add secure_getenv
1136         (GLIBC_PRIVATE): Add __libc_secure_getenv.
1137         * stdlib/secure-getenv.c: Rename __secure_getenv to
1138         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
1139         symbol __secure_getenv for GLIBC_2.0.
1140         * stdlib/tst-secure-getenv.c: New.
1141         * stdlib/Makefile (tests): Add testcase.
1142         * manual/startup.texi (Environment Access): Document
1143         secure_getenv.
1144         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
1145         __libc_secure_getenv.
1146         * inet/ruserpass.c (ruserpass): Likewise.
1147         * malloc/mtrace.c (mtrace): Likewise.
1148         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
1149         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
1150         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
1151         * sysdeps/posix/tempname.c: Likewise.  Evaluate
1152         HAVE_SECURE_GETENV.
1153         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
1154         __secure_getenv to __libc_secure_getenv.
1155         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
1156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1157         Likewise.
1158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
1159         Likewise.
1160         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
1161         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
1162         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
1163         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
1164         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
1165         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
1166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
1167
1168 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
1169
1170         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
1171         (struct La_i86_retval): Likewise.
1172         (struct La_x86_64_regs): Likewise.
1173         (struct La_x86_64_retval): Likewise.
1174         (struct La_x32_regs): Likewise.
1175         (struct La_x32_retval): Likewise.
1176         (struct La_ppc32_regs): Likewise.
1177         (struct La_ppc32_retval): Likewise.
1178         (struct La_ppc64_regs): Likewise.
1179         (struct La_ppc64_retval): Likewise.
1180         (struct La_sh_regs): Likewise.
1181         (struct La_sh_retval): Likewise.
1182         (struct La_s390_32_regs): Likewise.
1183         (struct La_s390_32_retval): Likewise.
1184         (struct La_s390_64_regs): Likewise.
1185         (struct La_s390_64_retval): Likewise.
1186         (struct La_sparc32_regs): Likewise.
1187         (struct La_sparc32_retval): Likewise.
1188         (struct La_sparc64_regs): Likewise.
1189         (struct La_sparc64_retval): Likewise.
1190         (struct audit_ifaces): Remove architecture-specific pltenter and
1191         pltexit members.
1192         * sysdeps/i386/ldsodefs.h: New file.
1193         * sysdeps/powerpc/ldsodefs.h: Likewise.
1194         * sysdeps/s390/ldsodefs.h: Likewise.
1195         * sysdeps/sh/ldsodefs.h: Likewise.
1196         * sysdeps/sparc/ldsodefs.h: Likewise.
1197         * sysdeps/x86_64/ldsodefs.h: Likewise.
1198
1199 2012-07-25  Marek Polacek  <polacek@redhat.com>
1200
1201         [BZ #6808]
1202         * math/libm-test.inc (yn_test): Add another test.
1203         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
1204         to ERANGE when the result is +-Inf.
1205         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
1206         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
1207         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
1208         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
1209
1210 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
1211
1212         * conform/data/time.h-data (NULL): Use macro-constant.  Require
1213         equal to 0.
1214         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
1215         clock_t.
1216         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
1217
1218 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
1219
1220         * configure.in <sysdeps resolving>: Correct printing
1221         Implies_before.
1222         * configure: Regenerate.
1223
1224 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
1225
1226         * math/w_ilogb.c: Include <limits.h>.
1227         * math/w_ilogbl.c: Likewise.
1228
1229 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
1230
1231         * manual/lang.texi (__va_copy): Document primarily as ISO C99
1232         va_copy.  Document allowing for unavailable va_copy only as
1233         pre-C99 compatibility.
1234         * manual/string.texi (Copying and Concatenation): Use va_copy
1235         instead of __va_copy in concat example.
1236
1237 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
1238
1239         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
1240         (__sendto): Use create_address_port.  Initialize APORT and deallocate
1241         it if not null.
1242
1243         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
1244         with O_NOLINK passed to __file_name_lookup.
1245
1246         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
1247         with O_NOLINK passed to __file_name_lookup.
1248
1249         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
1250         negative N or less than NGIDS.
1251
1252         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
1253         type to string_t.  Set ERANGE as errno and return it if NAME is not big
1254         enough.  Use memcpy instead of strncpy.
1255
1256 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
1257
1258         * elf/Makefile (check-data): Remove.
1259         (localplt.data): New vpath directive.
1260         ($(objpfx)check-localplt.out): Use localplt.data from vpath
1261         instead of $(check-data).
1262         * scripts/data/localplt-generic.data: Move to ...
1263         * sysdeps/generic/localplt.data: ... here.
1264         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
1265         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
1266         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
1267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
1268         ... here.
1269         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
1270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
1271         ... here.
1272         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
1273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
1274         ... here.
1275         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
1276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1277         ... here.
1278         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
1279         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
1280         ... here.
1281         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
1282         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
1283         ... here.
1284
1285 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1286
1287         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
1288         PPC32 and PPC64 files.
1289         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
1290         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
1291
1292 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1293
1294         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
1295         __makecontext_ret to ...
1296         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
1297         ... here and call exit if uc_link is NULL.  New file.
1298         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
1299         __makecontext_ret.S.
1300         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
1301         __makecontext_ret to ...
1302         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
1303         ... here and call exit if uc_link is NULL.  New file.
1304         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
1305         __makecontext_ret.S.
1306
1307 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1308
1309         * elf/elf.h (R_390_IRELATIVE): New definition.
1310         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
1311         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
1312         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
1313         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
1314         (elf_machine_lazy_rel): Likewise.
1315         * sysdeps/s390/dl-irel.h: New file.
1316         * sysdeps/s390/s390-64/memcpy.S: New asm code.
1317         * sysdeps/s390/s390-64/memset.S: New asm code.
1318         * sysdeps/s390/s390-64/memcmp.S: New asm code.
1319         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
1320         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
1321         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
1322         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
1323         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
1324         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
1325         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
1326         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
1327         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
1328         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
1329         * sysdeps/s390/s390-32/memcpy.S: New asm code.
1330         * sysdeps/s390/s390-32/memset.S: New asm code.
1331         * sysdeps/s390/s390-32/memcmp.S: New asm code.
1332
1333 2012-07-17  Marek Polacek  <polacek@redhat.com>
1334
1335         [BZ #14349]
1336         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
1337         * sysdeps/s390/s390-64/configure.in: Likewise.
1338         * sysdeps/sparc/configure.in: Likewise.
1339         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
1340         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
1341         * sysdeps/i386/configure.in: Likewise.
1342         * sysdeps/x86_64/configure.in: Likewise.
1343         * sysdeps/sh/configure.in: Likewise.
1344         * sysdeps/s390/s390-32/configure: Regenerated.
1345         * sysdeps/s390/s390-64/configure: Likewise.
1346         * sysdeps/x86_64/configure: Likewise.
1347         * sysdeps/sh/configure: Likewise.
1348         * sysdeps/powerpc/powerpc64/configure: Likewise.
1349         * sysdeps/powerpc/powerpc32/configure: Likewise.
1350         * sysdeps/sparc/configure: Likwise.
1351         * sysdeps/i386/configure: Likewise.
1352
1353         * elf/dl-open.c: Comment fixes.
1354
1355 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
1356
1357         * Makefile [CXX] (check-data): Remove.
1358         [CXX] (c++-types.data): New vpath directive.
1359         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
1360         vpath.  Do not allow for C++ type data being missing.
1361         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
1362         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
1363         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
1364         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
1365         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
1366         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
1367         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
1368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
1369         ... here.
1370         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
1371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
1372         ... here.
1373         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
1374         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
1375         ... here.
1376         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
1377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
1378         ... here.
1379         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
1380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
1381         ... here.
1382         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
1383         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
1384         ... here.
1385         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
1386         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
1387         ... here.
1388         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
1389         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
1390
1391         * elf/tls-macros.h (TLS_LE): Move architecture-specific
1392         definitions to architecture-specific files.
1393         (TLS_IE): Likewise.
1394         (TLS_LD): Likewise.
1395         (TLS_GD): Likewise.
1396         * sysdeps/i386/tls-macros.h: New file.
1397         * sysdeps/powerpc/tls-macros.h: Likewise.
1398         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
1399         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
1400         * sysdeps/sh/tls-macros.h: Likewise.
1401         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
1402         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
1403         * sysdeps/x86_64/tls-macros.h: Likewise.
1404
1405 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
1406
1407         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
1408         zero value for regular exit case.
1409
1410         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
1411         (__start_context): Preserve zero value for regular exit case.
1412
1413 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
1414             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1415
1416         * manual/setjmp.texi (setcontext): Clarify normal process
1417         termination when uc_link is the null pointer.
1418         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
1419         exit call.
1420
1421 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
1422
1423         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
1424         preprocessor.  Test for each exception mask separately.
1425
1426 2012-07-16  Andreas Jaeger  <aj@suse.de>
1427
1428         * po/ru.po: Update from translation team.
1429
1430 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
1431
1432         * conform/data/string.h-data (NULL): Use macro-constant.  Require
1433         equal to 0.
1434         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
1435         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
1436         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
1437         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
1438         [ISO || ISO99 || ISO11] (*_t): Do not allow.
1439
1440 2012-07-13  Andreas Jaeger  <aj@suse.de>
1441
1442         * po/fr.po: Update from translation team.
1443
1444 2012-07-12  Marek Polacek  <polacek@redhat.com>
1445
1446         [BZ #14173]
1447         * math/libm-test.inc (yn_test): Add test for BZ #14173.
1448         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
1449         loop condition.
1450
1451 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
1452
1453         [BZ #13717]
1454         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1455         Change to 2.4.1 where previously 2.4.0.
1456         * sysdeps/unix/sysv/linux/configure: Regenerated.
1457         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
1458         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
1459         version.
1460         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
1461         (__ASSUME_AT_CLKTCK): Remove.
1462         (__ASSUME_AT_PAGESIZE): Likewise.
1463         (__ASSUME_AT_XID): Likewise.
1464         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
1465         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
1466         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
1467         unconditionally.
1468         (HAVE_AUX_PAGESIZE): Likewise.
1469         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
1470         [__ASSUME_AT_CLKTCK]: Make code unconditional.
1471         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
1472
1473 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
1474
1475         [BZ #14307]
1476         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
1477         the temporary buffer used to invoke __gethostbyname2_r,
1478         __gethostbyaddr_r and gethostbyname4_r to make room for struct
1479         host_data / struct gaih_addrtuple.
1480         * resolv/nss_dns/dns-host.c (global scope): Move definition of
1481         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
1482         header file nss/nsswitch.h.
1483         * nss/nsswitch.h (global scope): Add definition of implementation
1484         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
1485         resolv/nss_dns/dns-host.c).
1486
1487 2012-07-11  Andreas Jaeger  <aj@suse.de>
1488
1489         * po/fr.po: Update from translation team.
1490
1491         * po/sv.po: Update from translation team
1492         * po/fr.po: Another update from translation team.
1493
1494 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1495
1496         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
1497         for subnormals or multiply small sinh result by itself.
1498         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
1499         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1500
1501 2012-07-11  David S. Miller  <davem@davemloft.net>
1502
1503         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1504
1505 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
1506
1507         [BZ #14347]
1508         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
1509         (INTERNAL_MARK): Shift it here.
1510
1511 2012-07-10  Marek Polacek  <polacek@redhat.com>
1512
1513         [BZ #14151]
1514         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
1515         libc_cv_asm_global_directive with .globl.
1516         * configure: Regenerated.
1517         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
1518         with .globl.
1519         * sysdeps/i386/configure: Regenerated.
1520         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
1521         with .globl.
1522         * sysdeps/x86_64/configure: Regenerated.
1523         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
1524         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
1525         * elf/tst-unique2mod2.c: Likewise.
1526         * elf/tst-unique2mod1.c: Likewise.
1527         * elf/tst-unique1mod2.c: Likewise.
1528         * elf/tst-unique1mod1.c: Likewise.
1529         * sysdeps/s390/s390-32/sysdep.h: Likewise.
1530         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
1531         * sysdeps/s390/s390-64/sysdep.h: Likewise.
1532         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1533         * sysdeps/mach/sysdep.h: Likewise.
1534         * sysdeps/i386/sysdep.h: Likewise.
1535         * sysdeps/i386/i386-mcount.S: Likewise.
1536         * sysdeps/x86_64/_mcount.S: Likewise.
1537         * sysdeps/x86_64/sysdep.h: Likewise.
1538         * sysdeps/sh/_mcount.S: Likewise.
1539         * sysdeps/sh/sysdep.h: Likewise.
1540         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
1541         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
1542         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
1543         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
1544         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
1545         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
1546         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
1547         * locale/localeinfo.h: Likewise.
1548         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
1549         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
1550
1551 2012-07-09  Roland McGrath  <roland@hack.frob.com>
1552
1553         [BZ #14336]
1554         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
1555         system".
1556         * manual/message.texi (The Uniforum approach): Likewise.
1557         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
1558         (glibc iconv Implementation): Likewise.
1559
1560 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
1561
1562         [BZ #14337]
1563         * math/s_clog.c (__clog): Avoid scaling a value down where that
1564         could result in underflow.
1565         * math/s_clog10.c (__clog10): Likewise.
1566         * math/s_clog10f.c (__clog10f): Likewise.
1567         * math/s_clog10l.c (__clog10l): Likewise.
1568         * math/s_clogf.c (__clogf): Likewise.
1569         * math/s_clogl.c (__clogl): Likewise.
1570         * math/libm-test.inc (clog_test): Add more tests.
1571         (clog10_test): Likewise.
1572         * sysdeps/i386/fpu/libm-test-ulps: Update.
1573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1574
1575 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
1576
1577         [BZ #14283]
1578         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
1579         by 7 not 8 to examine high bit of fractional part.
1580
1581         [BZ #14042]
1582         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
1583         for call to __mcount_internal.
1584         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
1585         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
1586         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
1587
1588 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
1589
1590         [BZ #14154]
1591         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
1592         approximation for values within 0x1p-13f of an odd multiple of
1593         pi/4.
1594         * math/libm-test.inc (tan_test): Do not allow spurious underflow
1595         exception.  Add more tests.
1596         * sysdeps/i386/fpu/libm-test-ulps: Update.
1597
1598         [BZ #6778]
1599         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
1600         inputs and return -1 for them.  Do not check for +Inf in case not
1601         reachable for +Inf.
1602         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
1603         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
1604         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
1605         and return -1 for them.  Do not check for +Inf in case not
1606         reachable for +Inf.
1607         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
1608         define.
1609         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
1610         and return -1 for them.  Do not check for +Inf in case not
1611         reachable for +Inf.
1612         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
1613         spurious underflow.
1614         * sysdeps/i386/fpu/libm-test-ulps: Update.
1615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1616
1617 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
1618
1619         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
1620
1621 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
1622
1623         [BZ #14157]
1624         [BZ #14331]
1625         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
1626         could result in spurious underflow.  Scale down values above
1627         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
1628         * math/s_csqrtf.c (__csqrtf): Likewise.
1629         * math/s_csqrtl.c (__csqrtl): Likewise.
1630         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
1631         spurious underflow.
1632         * sysdeps/i386/fpu/libm-test-ulps: Update.
1633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1634
1635 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
1636
1637         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
1638         xopen-msg.sed.
1639         * catgets/xopen-msg.awk: New file.
1640         * catgets/xopen-msg.sed: Removed.
1641
1642         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
1643         po2text.sed.
1644         * intl/po2test.awk: New file.
1645         * intl/po2test.sed: Removed.
1646
1647 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
1648
1649         [BZ #14328]
1650         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
1651         or multiply small sinh result by itself.
1652         * math/s_ctanf.c (__ctanf): Likewise.
1653         * math/s_ctanh.c (__ctanh): Likewise.
1654         * math/s_ctanhf.c (__ctanhf): Likewise.
1655         * math/s_ctanhl.c (__ctanhl): Likewise.
1656         * math/s_ctanl.c (__ctanl): Likewise.
1657         * math/libm-test.inc (ctan_test_tonearest): New function.
1658         (ctan_test_towardzero): Likewise.
1659         (ctan_test_downward): Likewise.
1660         (ctan_test_upward): Likewise.
1661         (ctanh_test_tonearest): Likewise.
1662         (ctanh_test_towardzero): Likewise.
1663         (ctanh_test_downward): Likewise.
1664         (ctanh_test_upward): Likewise.
1665         (main): Call these new functions.
1666         * sysdeps/i386/fpu/libm-test-ulps: Update.
1667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1668
1669 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
1670
1671         * .gitignore: Delete /ports entry.
1672
1673 2012-07-03  Andreas Jaeger  <aj@suse.de>
1674
1675         * po/bg.po: Update from translation team.
1676         * po/cs.po: Likewise.
1677         * po/de.po: Likewise.
1678         * po/hr.po: Likewise.
1679         * po/nl.pl: Likewise.
1680         * po/pl.po: Likewise.
1681         * po/vi.po: Likewise.
1682
1683 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
1684
1685         * Makeconfig [!+link] (+link-before-libc): New variable.
1686         [!+link] (+link-after-libc): Likewise.
1687         [!+link] (+link-tests): Likewise.
1688         [!+link] (+link): Define in terms of $(+link-before-libc) and
1689         $(+link-after-libc).
1690         [!+link-static] (+link-static-before-libc): New variable.
1691         [!+link-static] (+link-static-after-libc): Likewise.
1692         [!+link-static] (+link-static-tests): Likewise.
1693         [!+link-static] (+link-static): Define in terms of
1694         $(+link-static-before-libc) and $(+link-static-after-libc).
1695         [build-shared] (link-libc-before-gnulib): New variable.
1696         [build-shared] (link-libc-tests): Likewise.
1697         [build-shared] (link-libc): Define in terms of
1698         $(link-libc-before-gnulib).
1699         [!build-shared] (link-libc-tests): New variable.
1700         (link-libc-static-tests): New variable.
1701         [!gnulib] (gnulib-arch): New variable.
1702         [!gnulib] (gnulib-tests): Likewise.
1703         [!gnulib] (static-gnulib-arch): Likewise.
1704         [!gnulib] (static-gnulib-tests): Likewise.
1705         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
1706         Define with "=" instead of ":=".
1707         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
1708         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
1709         * Rules (binaries-all-notests): New variable.
1710         (binaries-all-tests): Likewise.
1711         (binaries-static-notests): Likewise.
1712         (binaries-static-tests): Likewise.
1713         (binaries-all): Define using $(binaries-all-notests) and
1714         $(binaries-all-tests).
1715         (binaries-static): Define using $(binaries-static-notests) and
1716         $(binaries-static-tests).
1717         (binaries-shared-tests): New variable.
1718         (binaries-shared-notests): Likewise.
1719         (binaries-shared): Remove variable.
1720         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
1721         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
1722         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
1723         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
1724         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
1725         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
1726         * elf/Makefile (sln-modules): New variable.
1727         (extra-objs): Add $(sln-modules:=.o).
1728         (ldconfig-modules): Add static-stubs.
1729         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
1730         * elf/static-stubs.c: New file.
1731
1732         [BZ #14283]
1733         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
1734         by 7 not 8 to examine high bit of fractional part.  Use volatile
1735         variables when splitting into final array of floats if
1736         __FLT_EVAL_METHOD__ != 0.
1737         * math/libm-test.inc (cos_test): Add another test.
1738         (sin_test): Likewise.
1739         * sysdeps/i386/fpu/libm-test-ulps: Update.
1740
1741         [BZ #14273]
1742         * math/libm-test.inc (cosh_test): Add more tests.
1743
1744         * version.h (RELEASE): Set to "development".
1745         (VERSION): Set to "2.16.90".
1746
1747 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
1748
1749         * NEWS: Update copyright. Remove last-updated date.
1750         Mention math library bug fixes and timezone data changes.
1751         * README: Mention GNU/Hurd, x32, and HPPA support status.
1752
1753 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
1754
1755         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
1756
1757 2012-06-27  Andreas Jaeger  <aj@suse.de>
1758
1759         * manual/contrib.texi (Contributors): Add Samuel Thibault.
1760
1761 2012-06-25  Andreas Jaeger  <aj@suse.de>
1762
1763         * sysdeps/s390/fpu/libm-test-ulps: Update.
1764
1765 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
1766             Thomas Schwinge  <thomas@codesourcery.com>
1767
1768         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
1769         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
1770         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
1771         fanotify_mark.
1772
1773 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
1774
1775         * sysdeps/mach/start.c: Remove file.
1776         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
1777         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
1778         * sysdeps/sh/init-first.c: Likewise.
1779
1780         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
1781         registers for frame unwinding purposes, add CFI directives.
1782         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
1783         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
1784         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
1785         Likewise.
1786
1787         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
1788         __fortify_fail returning.
1789         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
1790
1791         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
1792         sysdeps/sh/____longjmp_chk.S.
1793         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
1794         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
1795         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
1796         (gen-as-const-headers): Append sigaltstack-offsets.sym.
1797
1798         * sysdeps/sh/abort-instr.h: New file.
1799         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
1800         process in case exit returns.
1801
1802         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
1803         initialize the GOT register before use.
1804
1805         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
1806         calculation of ARGC > 4.
1807
1808         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
1809         meaningful names to some local labels.
1810
1811 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
1812             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1813
1814         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
1815         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
1816         (__arch_compare_and_exchange_val_16_acq): Likewise.
1817         (__arch_compare_and_exchange_val_32_acq): Likewise.
1818         (atomic_exchange_and_add): Fix gUSA sequence.
1819         (atomic_add): Likewise.
1820         (atomic_add_negative): Likewise.
1821         (atomic_add_zero): Likewise.
1822         (atomic_bit_test_set): Likewise.
1823
1824 2012-06-22  Andreas Schwab  <schwab@redhat.com>
1825
1826         [BZ #13579]
1827         * include/link.h (struct link_map): Add l_free_initfini.
1828         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
1829         l_initfini.
1830         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
1831         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
1832         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
1833         set.
1834
1835 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
1836
1837         * configure.in: Use AC_LANG_SOURCE.
1838         * configure: Regenerate.
1839
1840 2012-06-22  Roland McGrath  <roland@hack.frob.com>
1841
1842         * configure.in (libc_cv_localstatedir): New substituted variable.
1843         * configure: Regenerated.
1844         * config.make.in (localstatedir): New variable, substituted from
1845         libc_cv_localstatedir.
1846         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
1847         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
1848         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
1849         * sysdeps/gnu/configure: Regenerated.
1850
1851 2012-06-21  Jeff Law  <law@redhat.com>
1852
1853         [BZ #14277]
1854         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
1855         free.  Simplify list management for _LIBC case.
1856
1857 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
1858
1859         [BZ #14273]
1860         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
1861         Clear sign bit of 64-bit integer value before comparing against
1862         overflow value.
1863
1864         * sysdeps/mach/configure: Regenerated.
1865
1866 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
1867
1868         [BZ #14278]
1869         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
1870
1871 2012-06-21  Jeff Law  <law@redhat.com>
1872
1873         [BZ #13882]
1874         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
1875         uint16_t for elements in the "seen" array to avoid char overflows.
1876         * elf/dl-fini.c (_dl_sort_fini): Likewise.
1877         * elf/dl-open.c (dl_open_worker): Likewise.
1878
1879 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
1880
1881         * scripts/list-sources.sh: Scan PORTS for translations.
1882         * po/libc.pot: Regenerated.
1883
1884 2012-06-21  Andreas Jaeger  <aj@suse.de>
1885
1886         [BZ #12194]
1887         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
1888         warning.
1889         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
1890         * bits/byteswap-16.h (__bswap_16): Likewise.
1891         * bits/byteswap.h (__bswap_constant_16): Likewise.
1892
1893 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
1894
1895         [BZ #14117]
1896         * sysdeps/i386/fpu_control.h: Removed.
1897         * sysdeps/x86_64/fpu_control.h: Moved to ...
1898         * sysdeps/x86/fpu_control.h: Here.
1899
1900         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
1901         (_FPU_SETCW): Likewise.
1902
1903 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1904
1905         [BZ #14117]
1906         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
1907         * sysdeps/x86/fpu/bits/mathinline.h: This.
1908         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
1909
1910         [BZ #14050]
1911         [BZ #14117]
1912         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
1913         functions if __x86_64__ is defined.
1914
1915 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
1916
1917         * string/endian.h: Add !__ASSEMBLER__ condition for including
1918         conversion interfaces.
1919
1920 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
1921
1922         [BZ #14241]
1923         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
1924         of ABS(x) in calculating zero to negative powers other than odd
1925         integers.
1926         * math/libm-test.inc (pow_test): Add more tests.
1927
1928 2012-06-15  Andreas Jaeger  <aj@suse.de>
1929
1930         * manual/contrib.texi (Contributors): Update entry of Liubov
1931         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
1932         Machado Filho.
1933
1934 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
1935
1936         * string/string.h: Add __wur to GNU version of strerror_r.
1937
1938 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
1939
1940         [BZ #14229]
1941         * string/Makefile (tests): Add tst-strtok_r.
1942         * string/tst-strtok_r.c: New file.
1943         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
1944         RAX_LP/RDX_LP on SAVE_PTR.
1945
1946 2012-06-14  Roland McGrath  <roland@hack.frob.com>
1947
1948         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
1949
1950 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
1951
1952         * libm_test.inc (csqrt_test): Allow more spurious underflow
1953         exceptions.
1954         (j0_test): Likewise.
1955         (j1_test): Likewise.
1956         (y0_test): Likewise.
1957         (y1_test): Likewise.
1958
1959 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
1960
1961         * po/Makefile (libc.pot): Use UTF-8 charset.
1962
1963 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
1964
1965         [BZ #14210]
1966         Suppress sign-conversion warning from FD_SET.
1967         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
1968         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
1969         not unsigned long int.
1970         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
1971
1972 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
1973
1974         [BZ #14050]
1975         [BZ #14117]
1976         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
1977         __extern_always_inline instead of __extern_inline.
1978         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
1979         (__signbit): Likewise.
1980         (__signbitl): Support C++ namespace.
1981         (lrintf): New inline function.
1982         (lrint): Likewise.
1983         (llrintf): Likewise.
1984         (llrint): Likewise.
1985         (fmaxf): Likewise.
1986         (fmax): Likewise.
1987         (fminf): Likewise.
1988         (fmin): Likewise.
1989         (rint): Likewise.
1990         (rintf): Likewise.
1991         (ceil): Likewise.
1992         (ceilf): Likewise.
1993         (floor): Likewise.
1994         (floorf): Likewise.
1995         (nearbyint): Likewise.
1996         (nearbyintf): Likewise.
1997
1998 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
1999
2000         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
2001         non-default versions.
2002
2003 2012-06-11  Roland McGrath  <roland@hack.frob.com>
2004
2005         [BZ #14218]
2006         * manual/argp.texi (Argp): Reword argp_parse description slightly.
2007
2008 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
2009
2010         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
2011         (FE_UPWARD, FE_DOWNWARD): Don't define.
2012         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
2013         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2014
2015         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
2016         reading it.
2017         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
2018         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
2019
2020 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2021
2022         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
2023         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
2024         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
2025         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
2026
2027 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
2028
2029         [BZ #14117]
2030         * sysdeps/i386/fpu/bits/fenv.h: Removed.
2031         * sysdeps/i386/fpu/Implies: New file.
2032         * sysdeps/x86_64/fpu/Implies: Likewise.
2033         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
2034         * sysdeps/x86/fpu/bits/fenv.h: This.
2035
2036         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
2037         __SSE_MATH__.
2038
2039 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2040
2041         [BZ #14134]
2042         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
2043         character 0xffff that matches the last element of the
2044         conversion table.
2045
2046 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2047
2048         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
2049         fmodl commit.
2050
2051 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2052
2053         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
2054         values higher than 25.6283.
2055
2056 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2057
2058         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
2059         subnormal exponent extraction and add some __builtin_expect.
2060         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
2061         Fix for subnormal mantissa calculation.
2062
2063 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
2064
2065         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
2066         cpu2 is -1 and errno is not ENOSYS.
2067
2068 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
2069
2070         [BZ #14117]
2071         * sysdeps/i386/i486/bits/string.h: Renamed to ...
2072         * sysdeps/x86/bits/string.h: This.
2073         * sysdeps/x86_64/bits/string.h: Removed.
2074
2075         * sysdeps/i386/i486/bits/string.h: Define inline functions only
2076         if not compiling for x86-64, but compiling for >= i486.
2077
2078         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
2079         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
2080
2081         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
2082         New macro from Linux kernel 3.4.0.
2083         (FP_XSTATE_MAGIC2): Likewise.
2084         (FP_XSTATE_MAGIC2_SIZE): Likewise.
2085         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
2086         (struct _fpx_sw_bytes): New struct.
2087         (struct _xsave_hdr): Likewise.
2088         (struct _ymmh_state): Likewise.
2089         (struct _xstate): Likewise.
2090
2091         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
2092         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
2093         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
2094         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
2095         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
2096         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
2097
2098         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
2099         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
2100         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
2101         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
2102         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
2103         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
2104
2105 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
2106
2107         [BZ #13743]
2108         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
2109         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
2110         (sysdep_headers): Include sys/platform/ppc.h.
2111         * sysdeps/powerpc/test-gettimebase.c: Test for
2112         __ppc_get_timebase() to catch future ISA opcode/insn changes.
2113         * manual/Makefile (appendices): Include platform.texi.
2114         * manual/contrib.texi (Contributors): Update @node pointers.
2115         * manual/maint.texi (Maintenance): Likewise.
2116         (Platform): New node.
2117         * manual/platform.texi: New file.  Document the new features.
2118
2119 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2120             Jakub Jelinek  <jakub@redhat.com>
2121
2122         [BZ #14188]
2123         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
2124         where __builtin_expect is unavailable.
2125
2126 2012-06-03  David S. Miller  <davem@davemloft.net>
2127
2128         * stdlib/longlong.h: Updated from GCC.
2129
2130 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
2131
2132         [BZ #14042]
2133         * sysdeps/powerpc/powerpc32/mcount.c: New file.
2134         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
2135         __mcount_internal.
2136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
2137         (GLIBC_2.16): Likewise.
2138
2139 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
2140
2141         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
2142
2143 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
2144
2145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
2146         (default-abi): New variable.
2147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
2148         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
2149         variable.
2150         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
2151         Likewise.
2152         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
2153         Likewise.
2154         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
2155         Likewise.
2156
2157         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
2158         definition.  Document in comment.
2159
2160 2012-06-01  David S. Miller  <davem@davemloft.net>
2161
2162         * stdlib/longlong.h: Updated from GCC.
2163
2164 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
2165
2166         [BZ #14117]
2167         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
2168         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
2169         sys/debugreg.h sys/io.h here.
2170         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
2171         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
2172         sys/io.h.
2173         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
2174         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
2175         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
2176         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
2177         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
2178         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
2179
2180         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
2181         Define only if __x86_64__ is defined.
2182
2183 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
2184
2185         [BZ #14048]
2186         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
2187         Use int64_t for variable i.
2188         * math/libm-test.inc (fmod_test): Add more tests.
2189
2190         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
2191         z computation is not scheduled after fetestexcept.
2192         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
2193         Use math_force_eval instead of asm to ensure calculation scheduled
2194         before exception test.
2195         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
2196         Ensure a1 + u.d computation is not scheduled after fetestexcept.
2197
2198 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
2199
2200         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
2201         computation is not scheduled after fetestexcept.
2202
2203 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
2204
2205         [BZ #14117]
2206         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
2207         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
2208
2209 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2210
2211         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
2212         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
2213
2214 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
2215
2216         [BZ #14117]
2217         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
2218         <bits/wordsize.h>.
2219         (__WCHAR_MIN): Support __WORDSIZE == 64.
2220         (__WCHAR_MAX): Likewise.
2221
2222         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
2223         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
2224
2225         [BZ #14183]
2226         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
2227         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
2228
2229         [BZ #14117]
2230         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
2231         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
2232
2233         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
2234         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
2235
2236         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
2237         Defined to 1 if __x86_64__ isn't defined.
2238         (_STAT_VER_LINUX_OLD): New.
2239         (st_atime): Remove duplicate.
2240         (st_mtime): Likewise.
2241         (st_ctime): Likewise.
2242
2243 2012-05-31  David S. Miller  <davem@davemloft.net>
2244
2245         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
2246         entries.
2247
2248 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
2249
2250         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
2251         gen-libm-test.pl.
2252
2253         [BZ #14132]
2254         * elf/dl-reloc.c: Include <_itoa.h>.
2255         (_dl_reloc_bad_type): Remove use of INTUSE.
2256         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
2257         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
2258         * stdio-common/psiginfo.c (psiginfo): Likewise.
2259         * stdio-common/psignal.c (psignal): Likewise.
2260         * string/strsignal.c (strsignal): Likewise.
2261         * include/signal.h (_sys_siglist): Declare hidden proto.
2262         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
2263         INTVARDEF with libc_hidden_data_def.
2264         * stdio-common/itoa-udigits.c: Likewise.
2265         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
2266         (_itoa_lower_digits_internal): Remove declaration.
2267         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
2268         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
2269         (_sys_sigabbrev_internal): Remove aliases.
2270         (_sys_siglist): Define hidden alias.
2271
2272 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
2273
2274         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2275         bits/sysctl.h.
2276
2277 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
2278
2279         [BZ #14117]
2280         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
2281         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
2282
2283         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
2284         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
2285         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
2286         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
2287         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
2288         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
2289
2290         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
2291         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
2292         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
2293
2294         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
2295         with __addr.
2296         (insw): Likewise.
2297         (insl): Likewise.
2298         (outsb): Likewise.
2299         (outsw): Likewise.
2300         (outsl): Likewise.
2301
2302         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
2303         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
2304         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
2305
2306         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
2307         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
2308         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
2309         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
2310         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
2311         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
2312
2313         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
2314         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
2315
2316         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
2317         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
2318
2319         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
2320         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
2321         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
2322
2323         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
2324         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
2325         to ...
2326         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
2327
2328         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
2329         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
2330         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
2331
2332         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
2333         for x86-64.
2334         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
2335
2336 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
2337
2338         * math/math.h (M_El): Use two more decimal places.
2339         (M_LOG2El): Likewise.
2340         (M_LOG10El): Likewise.
2341         (M_LN2l): Likewise.
2342         (M_LN10l): Likewise.
2343         (M_PIl): Likewise.
2344         (M_PI_2l): Likewise.
2345         (M_PI_4l): Likewise.
2346         (M_1_PIl): Likewise.
2347         (M_2_PIl): Likewise.
2348         (M_2_SQRTPIl): Likewise.
2349         (M_SQRT2l): Likewise.
2350         (M_SQRT1_2l): Likewise.
2351
2352 2012-05-31  David S. Miller  <davem@davemloft.net>
2353
2354         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
2355         values between float registers.
2356         * sysdeps/sparc/sparc64/memset.S: Likewise.
2357         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
2358
2359 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
2360
2361         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
2362         -D_FORTIFY_SOURCE=1.
2363         (CPPFLAGS-tst-longjmp_chk.c): Define.
2364         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
2365         (CPPFLAGS-tst-longjmp_chk2.c): Define.
2366         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
2367         CFLAGS-tst-wchar-h.c.
2368
2369 2012-05-31  Marek Polacek  <polacek@redhat.com>
2370
2371         [BZ #14132]
2372         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
2373         __endmntent_internal): Remove declaration.
2374         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
2375         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
2376         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
2377
2378 2012-05-30  David S. Miller  <davem@davemloft.net>
2379
2380         * sysdeps/sparc/sparc32/soft-fp/q_util.c
2381         (___Q_simulate_exceptions): Use real FP ops rather than writing
2382         into the %fsr.
2383         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
2384         Likewise.
2385
2386 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2387
2388         [BZ #14117]
2389         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
2390         * sysdeps/x86/bits/xtitypes.h: This.
2391
2392         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
2393         * sysdeps/x86/bits/wordsize.h: This.
2394
2395         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
2396         * sysdeps/x86/bits/huge_vall.h: This.
2397
2398         * sysdeps/i386/bits/select.h: Removed.
2399         * sysdeps/x86_64/bits/select.h: Renamed to ...
2400         * sysdeps/x86/bits/select.h: This.
2401
2402         * sysdeps/i386/bits/setjmp.h: Removed.
2403         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
2404         * sysdeps/x86/bits/setjmp.h: This.
2405
2406         * sysdeps/i386/bits/mathdef.h: Removed.
2407         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
2408         * sysdeps/x86/bits/mathdef.h: This.
2409
2410 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
2411
2412         [BZ #14132]
2413         * include/sys/socket.h (__connect_internal)
2414         (__libc_sa_len_internal): Remove declaration.
2415         (__connect, __libc_sa_len): Declare hidden_proto.
2416         (SA_LEN): Remove use of INTUSE.
2417         * socket/connect.c: Add libc_hidden_def.
2418         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
2419         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
2420         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
2421         alias.
2422         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2423         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2424         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
2425         of adding _internal alias.
2426
2427 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2428
2429         [BZ #14117]
2430         * sysdeps/i386/bits/link.h: Removed.
2431         * sysdeps/i386/bits/linkmap.h: Likewise.
2432         * sysdeps/x86_64/bits/link.h: Renamed to ...
2433         * sysdeps/x86/bits/link.h: This.
2434         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
2435         * sysdeps/x86/bits/linkmap.h: This.
2436
2437         * sysdeps/i386/bits/endian.h: Removed.
2438         * sysdeps/x86_64/bits/endian.h: Renamed to ...
2439         * sysdeps/x86/bits/endian.h: This.
2440
2441         * sysdeps/i386/bits/byteswap.h: Removed.
2442         * sysdeps/i386/bits/byteswap-16.h: Likewise.
2443         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
2444         * sysdeps/x86/bits/byteswap.h: This.
2445         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
2446         * sysdeps/x86/bits/byteswap-16.h: This.
2447         * sysdeps/i386/Implies: Add x86.
2448         * sysdeps/x86_64/Implies: Likewise.
2449
2450 2012-05-30  David S. Miller  <davem@davemloft.net>
2451
2452         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
2453         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
2454         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
2455         (FP_TRAPPING_EXCEPTIONS): Define.
2456         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
2457         (FP_TRAPPING_EXCEPTIONS): Define.
2458         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
2459         subnormals only when inexact has been signalled or underflow
2460         exceptions are enabled.
2461         (_FP_PACK_CANONICAL): Likewise.
2462
2463 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2464
2465         [BZ #14183]
2466         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
2467         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
2468
2469 2012-05-30  Richard Henderson  <rth@twiddle.net>
2470
2471         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
2472         with #ifndef NOT_IN_libc.
2473
2474         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
2475         marked to avoid plt entry.
2476
2477 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2478
2479         [BZ #14112]
2480         * Makeconfig (default-abi): New macro.
2481         (abi-includes): Likewise.
2482         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
2483         $(abi-$(default-abi)-lib-soname) for soname if defined.
2484         ($(common-objpfx)gnu/lib-names.stmp): Generate from
2485         abi-variants.
2486         * Makefile (installed-stubs): Likewise.
2487         * include/stubs-biarch.h: Removed.
2488         * scripts/lib-names.awk: Only handle one library at a time.
2489         * scripts/soversions.awk: Remove WORDSIZE support.
2490         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
2491         entries.
2492         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
2493         Removed.
2494         (syscall-list-default-condition): Likewise.
2495         (syscall-list-default-condition): Likewise.
2496         (syscall-list-includes): Likewise.
2497         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
2498         syscall-list-* with abi-*.  Handle undefined abi-variants.
2499         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
2500         * sysdeps/unix/sysv/linux/i386/Implies: New file.
2501         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
2502         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
2503         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
2504         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
2505         Removed.
2506         (syscall-list-32-options): Likewise.
2507         (syscall-list-32-condition): Likewise.
2508         (syscall-list-64-options): Likewise.
2509         (syscall-list-64-condition): Likewise.
2510         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
2511         macro.
2512         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
2513         Renamed to ...
2514         (abi-*): This.
2515         (abi-64-ld-soname): New macro.
2516         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
2517         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
2518         Renamed to ...
2519         (abi-*): This.
2520         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
2521         * sysdeps/x86_64/x32/shlib-versions: Likewise.
2522
2523 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
2524
2525         * sysdeps/unix/sysv/linux/kernel-features.h
2526         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
2527         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
2528         include <kernel-features.h>.
2529         [!__NR_ftruncate64]: Remove conditional code.
2530         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2531         [__NR_ftruncate64]: Make code unconditional.
2532         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2533         * sysdeps/unix/sysv/linux/truncate64.c: Do not
2534         include <kernel-features.h>.
2535         [!__NR_ftruncate64]: Remove conditional code.
2536         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2537         [__NR_ftruncate64]: Make code unconditional.
2538         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
2540         include <kernel-features.h>.
2541         [!__NR_ftruncate64]: Remove conditional code.
2542         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2543         [__NR_ftruncate64]: Make code unconditional.
2544         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
2546         include <kernel-features.h>.
2547         [!__NR_ftruncate64]: Remove conditional code.
2548         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2549         [__NR_ftruncate64]: Make code unconditional.
2550         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
2551
2552         * configure.in (libc_cv_fpie): Weaken to a compile test using
2553         LIBC_TRY_CC_OPTION.
2554         * configure: Regenerated.
2555
2556 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2557
2558         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
2559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
2560         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
2561         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2562         Refreshed.
2563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
2564         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
2565         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
2566         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
2567         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
2568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2569         Refreshed.
2570
2571 2012-05-27  David S. Miller  <davem@davemloft.net>
2572
2573         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
2574         (___Q_zero): New.
2575         (__Q_simulate_exceptions): Return void.  Change to simulate
2576         exceptions by writing into the %fsr.
2577         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
2578         (__Qp_handle_exceptions): Likewise.
2579         (numbers): Delete.
2580         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
2581         __Qp_handle_exceptions.
2582         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
2583         __Qp_handle_exceptions.
2584         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
2585         as unused and give dummy FP_RND_NEAREST initializer.
2586         (FP_INHIBIT_RESULTS): Define.
2587         (___Q_simulate_exceptions): Update declaration.
2588         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
2589         formatting.
2590         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
2591         as unused and give dummy FP_RND_NEAREST initializer.
2592         (__Qp_handle_exceptions): Update declaration.
2593         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
2594         formatting.
2595
2596 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
2597
2598         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
2599         the temporary FPU control word.
2600         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
2601         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
2602         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2603         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
2604         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2605         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2606         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2607         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2608         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2609         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
2610         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
2611
2612 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2613
2614         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
2615         fields.
2616
2617 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
2618
2619         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
2620         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
2621         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
2622         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
2623         Likewise.
2624         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
2625         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
2626         Likewise.
2627
2628 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
2629
2630         * po/h.po: Update from translation team.
2631
2632 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
2633
2634         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
2635
2636         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
2637         handling of denormals.
2638         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
2639         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
2640         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
2641         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
2642         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
2643         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
2644         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
2645         Likewise.
2646
2647 2012-05-26  Marek Polacek  <polacek@redhat.com>
2648
2649         [BZ #14152]
2650         * math/libm-test.inc (fma_test): Don't always expect underflow
2651         exception.
2652
2653 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2654
2655         [BZ #12416]
2656         * elf/tst-execstack.c: Include stackinfo.h.
2657         (do_test): Adjust test case to ensure that pthread_getattr_np
2658         behaviour remains the same after marking stack executable.
2659
2660 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
2661
2662         * sysdeps/unix/sysv/linux/kernel-features.h
2663         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
2664         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
2665         kernel-features.h.
2666         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
2667         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
2668         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
2669         kernel-features.h.
2670         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
2671         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
2672
2673 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
2674
2675         * configure.in: Define the default includes to being none.
2676         * configure: Regenerated.
2677
2678 2012-05-25  Roland McGrath  <roland@hack.frob.com>
2679
2680         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
2681         * sysdeps/x86_64/setjmp.S: Likewise.
2682         * sysdeps/i386/bsd-setjmp.S: Likewise.
2683         * sysdeps/i386/bsd-_setjmp.S: Likewise.
2684         * sysdeps/i386/setjmp.S: Likewise.
2685         * sysdeps/i386/__longjmp.S: Likewise.
2686         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
2687         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
2688
2689         * include/stap-probe.h: New file.
2690         * configure.in: Handle --enable-systemtap.
2691         * configure: Regenerated.
2692         * config.h.in (USE_STAP_PROBE): New #undef.
2693         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
2694         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
2695         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2696
2697 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
2698
2699         [BZ #13717]
2700         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
2701         to 2.4.0 where earlier.
2702         * sysdeps/unix/sysv/linux/configure: Regenerated.
2703         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
2704         <kernel-features.h>.
2705         [__ASSUME_32BITUIDS]: Make code unconditional.
2706         [!__ASSUME_32BITUIDS]: Remove conditional code.
2707         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
2708         <kernel-features.h>.
2709         [__ASSUME_32BITUIDS]: Make code unconditional.
2710         [!__ASSUME_32BITUIDS]: Remove conditional code.
2711         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
2712         [__ASSUME_32BITUIDS]: Make code unconditional.
2713         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
2714         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
2715         <kernel-features.h>.
2716         [__ASSUME_32BITUIDS]: Make code unconditional.
2717         [!__ASSUME_32BITUIDS]: Remove conditional code.
2718         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
2719         <kernel-features.h>.
2720         [__ASSUME_32BITUIDS]: Make code unconditional.
2721         [!__ASSUME_32BITUIDS]: Remove conditional code.
2722         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
2723         <kernel-features.h>.
2724         [__ASSUME_32BITUIDS]: Make code unconditional.
2725         [!__ASSUME_32BITUIDS]: Remove conditional code.
2726         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
2727         <kernel-features.h>.
2728         [__ASSUME_32BITUIDS]: Make code unconditional.
2729         [!__ASSUME_32BITUIDS]: Remove conditional code.
2730         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
2731         <kernel-features.h>.
2732         [__ASSUME_32BITUIDS]: Make code unconditional.
2733         [!__ASSUME_32BITUIDS]: Remove conditional code.
2734         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
2735         <kernel-features.h>.
2736         [__ASSUME_32BITUIDS]: Make code unconditional.
2737         [!__ASSUME_32BITUIDS]: Remove conditional code.
2738         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
2739         <kernel-features.h>.
2740         [__ASSUME_32BITUIDS]: Make code unconditional.
2741         [!__ASSUME_32BITUIDS]: Remove conditional code.
2742         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
2743         <kernel-features.h>.
2744         [__ASSUME_32BITUIDS]: Make code unconditional.
2745         [!__ASSUME_32BITUIDS]: Remove conditional code.
2746         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
2747         <kernel-features.h>.
2748         [__ASSUME_32BITUIDS]: Make code unconditional.
2749         [!__ASSUME_32BITUIDS]: Remove conditional code.
2750         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
2751         <kernel-features.h>.
2752         [__ASSUME_32BITUIDS]: Make code unconditional.
2753         [!__ASSUME_32BITUIDS]: Remove conditional code.
2754         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
2755         <kernel-features.h>.
2756         [__NR_setresgid] (__setresgid): Do not declare.
2757         [__ASSUME_32BITUIDS]: Make code unconditional.
2758         [!__ASSUME_32BITUIDS]: Remove conditional code.
2759         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
2760         <kernel-features.h>.
2761         [__NR_setresuid] (__setresuid): Do not declare.
2762         [__ASSUME_32BITUIDS]: Make code unconditional.
2763         [!__ASSUME_32BITUIDS]: Remove conditional code.
2764         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
2765         <kernel-features.h>.
2766         [__ASSUME_32BITUIDS]: Make code unconditional.
2767         [!__ASSUME_32BITUIDS]: Remove conditional code.
2768         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
2769         <kernel-features.h>.
2770         [__ASSUME_32BITUIDS]: Make code unconditional.
2771         [!__ASSUME_32BITUIDS]: Remove conditional code.
2772         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
2773         <kernel-features.h>.
2774         [__ASSUME_32BITUIDS]: Make code unconditional.
2775         [!__ASSUME_32BITUIDS]: Remove conditional code.
2776         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
2777         <kernel-features.h>.
2778         [__ASSUME_32BITUIDS]: Make code unconditional.
2779         [!__ASSUME_32BITUIDS]: Remove conditional code.
2780         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
2781         <kernel-features.h>.
2782         [__ASSUME_32BITUIDS]: Make code unconditional.
2783         [!__ASSUME_32BITUIDS]: Remove conditional code.
2784         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
2785         <kernel-features.h>.
2786         [__ASSUME_32BITUIDS]: Make code unconditional.
2787         [!__ASSUME_32BITUIDS]: Remove conditional code.
2788         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
2789         <kernel-features.h>.
2790         [__ASSUME_32BITUIDS]: Make code unconditional.
2791         [!__ASSUME_32BITUIDS]: Remove conditional code.
2792         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
2793         <kernel-features.h>.
2794         [__ASSUME_32BITUIDS]: Make code unconditional.
2795         [!__ASSUME_32BITUIDS]: Remove conditional code.
2796         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
2797         <kernel-features.h>.
2798         [__ASSUME_32BITUIDS]: Make code unconditional.
2799         [!__ASSUME_32BITUIDS]: Remove conditional code.
2800         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
2801         <kernel-features.h>.
2802         [__ASSUME_32BITUIDS]: Make code unconditional.
2803         [!__ASSUME_32BITUIDS]: Remove conditional code.
2804         * sysdeps/unix/sysv/linux/kernel-features.h
2805         (__ASSUME_SETRESUID_SYSCALL): Remove.
2806         (__ASSUME_SETRESGID_SYSCALL): Likewise.
2807         (__ASSUME_32BITUIDS): Likewise.
2808         (__ASSUME_LDT_WORKS): Likewise.
2809         (__ASSUME_O_DIRECTORY): Likewise.
2810         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
2811         architecture but not kernel version.
2812         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
2813         (__ASSUME_MMAP2_SYSCALL): Likewise.
2814         (__ASSUME_STAT64_SYSCALL): Likewise.
2815         (__ASSUME_IPC64): Likewise.
2816         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
2817         <kernel-features.h>.
2818         [__ASSUME_32BITUIDS]: Make code unconditional.
2819         [!__ASSUME_32BITUIDS]: Remove conditional code.
2820         * sysdeps/unix/sysv/linux/opendir.c: Do not include
2821         <kernel-features.h>.
2822         [__ASSUME_O_DIRECTORY]: Make code unconditional.
2823         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
2824         132096]: Remove conditional code.
2825         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
2826         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
2827         <kernel-features.h>.
2828         [__ASSUME_32BITUIDS]: Make code unconditional.
2829         [!__ASSUME_32BITUIDS]: Remove conditional code.
2830         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
2831         <kernel-features.h>.
2832         [__ASSUME_32BITUIDS]: Make code unconditional.
2833         [!__ASSUME_32BITUIDS]: Remove conditional code.
2834         * sysdeps/unix/sysv/linux/setegid.c: Do not include
2835         <kernel-features.h>.
2836         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
2837         unconditional.
2838         (__setresgid): Do not declare.
2839         [__ASSUME_32BITUIDS]: Make code unconditional.
2840         [!__ASSUME_32BITUIDS]: Remove conditional code.
2841         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
2842         <kernel-features.h>.
2843         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
2844         unconditional.
2845         (__setresuid): Do not declare.
2846         [__ASSUME_32BITUIDS]: Make code unconditional.
2847         [!__ASSUME_32BITUIDS]: Remove conditional code.
2848         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
2849         <kernel-features.h>.
2850         [__ASSUME_32BITUIDS]: Make code unconditional.
2851         [!__ASSUME_32BITUIDS]: Remove conditional code.
2852         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
2853         <kernel-features.h>.
2854         [__ASSUME_32BITUIDS]: Make code unconditional.
2855         [!__ASSUME_32BITUIDS]: Remove conditional code.
2856
2857 2012-05-25  Richard Henderson  <rth@twiddle.net>
2858
2859         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
2860         dl_hwcap to ifunc resolver.
2861         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
2862         elf_ifunc_invoke.
2863         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
2864         dl_hwcap to ifunc resolver.
2865         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
2866
2867 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
2868
2869         [BZ #14153]
2870         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
2871         for |x| <= 2**-26, not 2**-57.
2872         * math/libm-test.inc (acos_test): Do not allow spurious underflow
2873         exception.
2874
2875 2012-05-24  Jeff Law  <law@redhat.com>
2876
2877         * stdio-common/Makefile (tests): Add bug25.
2878         * stdio-common/bug25.c: New test.
2879
2880 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
2881
2882         [BZ #13576]
2883         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
2884         multiple of MALLOC_ALIGNMENT in size.
2885         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
2886
2887 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
2888
2889         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
2890         Require >= 256.
2891         (FILENAME_MAX): Use macro-int-constant.
2892         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
2893         (_IOFBF): Use macro-int-constant.
2894         (_IOLBF): Likewise.
2895         (_IONBF): Likewise.
2896         (SEEK_CUR): Likewise.
2897         (SEEK_END): Likewise.
2898         (SEEK_SET): Likewise.
2899         (TMP_MAX): Likewise.
2900         (EOF): Use macro-int-constant.  Require < 0.
2901         (NULL): Use macro-constant.  Require == 0.
2902         (stdin): Require type to be FILE *.
2903         (stdout): Likewise.
2904         (stderr): Likewise.
2905         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
2906         macro-int-constant.
2907         (EXIT_SUCCESS): Likewise.
2908         (NULL): Use macro-constant.  Require == 0.
2909         (RAND_MAX): Use macro-int-constant.
2910         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
2911         [C99-based standards] (strtof): Require function.
2912         [C99-based standards] (strtold): Likewise.
2913         [C99-based standards] (strtoll): Likewise.
2914         [C99-based standards] (strtoull): Likewise.
2915         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
2916         [ISO || ISO99 || ISO11] (limits.h): Likewise.
2917         [ISO || ISO99 || ISO11] (math.h): Likewise.
2918         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
2919         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
2920         [ISO || ISO99 || ISO11] (*_t): Do not allow.
2921
2922 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
2923
2924         [BZ #14132]
2925         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
2926         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
2927         * intl/dgettext.c (DCGETTEXT): Likewise.
2928         * intl/gettext.c (DCGETTEXT): Likewise.
2929         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
2930         * posix/regex_internal.h (gettext): Likewise.
2931         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
2932         Remove declaration.
2933         * include/argz.h (__argz_count_internal)
2934         (__argz_stringify_internal): Remove declaration.
2935         (__argz_count, __argz_stringify): Declare hidden proto.
2936         * intl/dcgettext.c: Remove use of INTDEF.
2937         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
2938         * string/argz-stringify.c: Likewise.
2939         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
2940         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
2941         Declare hidden proto.
2942         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
2943         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
2944         Declare hidden proto.
2945         * include/stdio.h (__asprintf_internal): Don't declare.
2946         (__asprintf): Don't define as macro.  Declare hidden proto.
2947         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
2948         (__fsetlocking): Declare hidden proto.
2949         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
2950         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
2951         hidden proto.
2952         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
2953         (_IO_setlinebuf): Remove use of INTUSE.
2954         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
2955         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
2956         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
2957         Remove declaration.
2958         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
2959         (_IO_do_flush): Remove use of INTUSE.
2960         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
2961         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
2962         (_IO_adjust_column, _IO_least_wmarker)
2963         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
2964         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
2965         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
2966         (_IO_default_doallocate, _IO_wdefault_doallocate)
2967         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
2968         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
2969         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
2970         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
2971         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
2972         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
2973         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
2974         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
2975         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
2976         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
2977         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
2978         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
2979         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
2980         proto.
2981         (_IO_flush_all_internal, _IO_adjust_column_internal)
2982         (_IO_default_uflow_internal, _IO_default_finish_internal)
2983         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
2984         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
2985         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
2986         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
2987         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
2988         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
2989         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
2990         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
2991         (_IO_file_close_internal, _IO_file_close_it_internal)
2992         (_IO_file_underflow_internal, _IO_file_overflow_internal)
2993         (_IO_file_init_internal, _IO_file_attach_internal)
2994         (_IO_file_fopen_internal, _IO_file_read_internal)
2995         (_IO_file_sync_internal, _IO_file_seek_internal)
2996         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
2997         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
2998         (_IO_str_underflow_internal, _IO_str_overflow_internal)
2999         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
3000         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
3001         (_IO_list_all_internal, _IO_link_in_internal)
3002         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
3003         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
3004         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
3005         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
3006         (_IO_do_write_internal, _IO_padn_internal)
3007         (_IO_getline_info_internal, _IO_getline_internal)
3008         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
3009         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
3010         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
3011         (_IO_vfscanf_internal, _IO_vfprintf_internal)
3012         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
3013         (_IO_init_internal, _IO_un_link_internal): Don't declare.
3014         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
3015         with libc_hidden_ver, remove use of INTUSE.
3016         * libio/genops.c: Likewise.
3017         * libio/freopen.c: Likewise.
3018         * libio/freopen64.c: Likewise.
3019         * libio/iofclose.c: Likewise.
3020         * libio/iofdopen.c: Likewise.
3021         * libio/iofflush.c: Likewise.
3022         * libio/iofflush_u.c: Likewise.
3023         * libio/iofgets.c: Likewise.
3024         * libio/iofgets_u.c: Likewise.
3025         * libio/iofopen.c: Likewise.
3026         * libio/iofopncook.c: Likewise.
3027         * libio/iofread.c: Likewise.
3028         * libio/iofread_u.c: Likewise.
3029         * libio/ioftell.c: Likewise.
3030         * libio/iofwrite.c: Likewise.
3031         * libio/iogetline.c: Likewise.
3032         * libio/iogets.c: Likewise.
3033         * libio/iogetwline.c: Likewise.
3034         * libio/iopadn.c: Likewise.
3035         * libio/iopopen.c: Likewise.
3036         * libio/ioseekoff.c: Likewise.
3037         * libio/ioseekpos.c: Likewise.
3038         * libio/iosetbuffer.c: Likewise.
3039         * libio/iosetvbuf.c: Likewise.
3040         * libio/ioungetc.c: Likewise.
3041         * libio/ioungetwc.c: Likewise.
3042         * libio/iovdprintf.c: Likewise.
3043         * libio/iovsprintf.c: Likewise.
3044         * libio/iovsscanf.c: Likewise.
3045         * libio/memstream.c: Likewise.
3046         * libio/obprintf.c: Likewise.
3047         * libio/oldfileops.c: Likewise.
3048         * libio/oldiofclose.c: Likewise.
3049         * libio/oldiofdopen.c: Likewise.
3050         * libio/oldiofopen.c: Likewise.
3051         * libio/oldiopopen.c: Likewise.
3052         * libio/oldstdfiles.c: Likewise.
3053         * libio/putc.c: Likewise.
3054         * libio/setbuf.c: Likewise.
3055         * libio/setlinebuf.c: Likewise.
3056         * libio/stdfiles.c: Likewise.
3057         * libio/strops.c: Likewise.
3058         * libio/vasprintf.c: Likewise.
3059         * libio/vscanf.c: Likewise.
3060         * libio/vsnprintf.c: Likewise.
3061         * libio/vswprintf.c: Likewise.
3062         * libio/wfiledoalloc.c: Likewise.
3063         * libio/wfileops.c: Likewise.
3064         * libio/wgenops.c: Likewise.
3065         * libio/wmemstream.c: Likewise.
3066         * libio/wstrops.c: Likewise.
3067         * libio/__fpurge.c: Likewise.
3068         * libio/__fsetlocking.c: Likewise.
3069         * assert/assert.c: Likewise.
3070         * debug/fgets_chk.c: Likewise.
3071         * debug/fgets_u_chk.c: Likewise.
3072         * debug/fread_chk.c: Likewise.
3073         * debug/fread_u_chk.c: Likewise.
3074         * debug/gets_chk.c: Likewise.
3075         * debug/obprintf_chk.c: Likewise.
3076         * debug/vasprintf_chk.c: Likewise.
3077         * debug/vdprintf_chk.c: Likewise.
3078         * debug/vsnprintf_chk.c: Likewise.
3079         * debug/vsprintf_chk.c: Likewise.
3080         * malloc/mtrace.c: Likewise.
3081         * misc/error.c: Likewise.
3082         * misc/syslog.c: Likewise.
3083         * stdio-common/asprintf.c: Likewise.
3084         * stdio-common/fxprintf.c: Likewise.
3085         * stdio-common/getw.c: Likewise.
3086         * stdio-common/isoc99_fscanf.c: Likewise.
3087         * stdio-common/isoc99_scanf.c: Likewise.
3088         * stdio-common/isoc99_vfscanf.c: Likewise.
3089         * stdio-common/isoc99_vscanf.c: Likewise.
3090         * stdio-common/isoc99_vsscanf.c: Likewise.
3091         * stdio-common/printf-prs.c: Likewise.
3092         * stdio-common/printf_fp.c: Likewise.
3093         * stdio-common/printf_fphex.c: Likewise.
3094         * stdio-common/printf_size.c: Likewise.
3095         * stdio-common/putw.c: Likewise.
3096         * stdio-common/scanf.c: Likewise.
3097         * stdio-common/sprintf.c: Likewise.
3098         * stdio-common/tmpfile.c: Likewise.
3099         * stdio-common/vfprintf.c: Likewise.
3100         * stdio-common/vfscanf.c: Likewise.
3101         * stdlib/strfmon_l.c: Likewise.
3102         * sunrpc/openchild.c: Likewise.
3103         * sunrpc/xdr_stdio.c: Likewise.
3104         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
3105         * sysdeps/mach/hurd/tmpfile.c: Likewise.
3106
3107 2012-05-24  Roland McGrath  <roland@hack.frob.com>
3108
3109         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
3110
3111         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
3112         in the third column, to generate for the shared library an IFUNC
3113         that uses _dl_vdso_vsym.
3114         * Makerules (COMPILE.c, compile-stdin.c): New variables.
3115         * Makeconfig (object-suffixes-noshared): New variable.
3116
3117         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
3118         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
3119         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
3120         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
3121
3122         [BZ #14132]
3123         * include/sys/time.h (__gettimeofday): Remove macro.
3124         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
3125         * time/gettimeofday.c (__gettimeofday): Remove #undef.
3126         Remove INTDEF.
3127         (__gettimeofday): Add libc_hidden_def.
3128         (gettimeofday): Add libc_hidden_weak.
3129         * sysdeps/mach/gettimeofday.c: Likewise.
3130         * sysdeps/posix/gettimeofday.c: Likewise.
3131         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
3132         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
3133         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
3134         (__gettimeofday_internal): Remove strong_alias.
3135         (__gettimeofday): Add libc_hidden_def.
3136         (gettimeofday): Add libc_hidden_weak.
3137         * sysdeps/unix/syscalls.list (gettimeofday):
3138         Remove __gettimeofday_internal alias.
3139
3140 2012-05-24  Daniel Jacobowitz  <drow@false.org>
3141             H.J. Lu  <hongjiu.lu@intel.com>
3142
3143         [BZ #12495]
3144         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
3145         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
3146         (largebin_index_32_big): New.
3147         (largebin_index): Use it for 16-byte alignment.
3148         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
3149         correction with front_misalign.
3150
3151 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
3152
3153         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
3154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
3155         Likewise.
3156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
3157         Likewise.
3158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
3159         Likewise.
3160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
3161         Likewise.
3162         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
3163         Likewise.
3164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
3165         Likewise.
3166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
3167         Likewise.
3168         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
3169         Likewise.
3170         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
3171         Likewise.
3172         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
3173         Likewise.
3174         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
3175         Likewise.
3176         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
3177         Likewise.
3178
3179         * scripts/data/c++-types-x32-linux-gnu.data: New file.
3180         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
3181
3182 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
3183
3184         [BZ #10846]
3185         [BZ #14036]
3186         * math/libm-test.inc (exp_test): Add test from bug 14036.
3187         (pow_test): Add test from bug 10846.
3188
3189         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
3190         and other flags.
3191         (special_function): Do not include flags in test name.
3192         (parse_args): Likewise.
3193         * sysdeps/i386/fpu/libm-test-ulps: Update.
3194         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
3195         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
3196         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
3197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3198
3199         * math/gen-libm-test.pl (%beautify): Add entries for underflow
3200         exceptions.
3201         * math/libm-test.inc ("Philosophy"): Update comment about
3202         exception testing.
3203         (UNDERFLOW_EXCEPTION): New macro.
3204         (UNDERFLOW_EXCEPTION_OK): Likewise.
3205         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
3206         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
3207         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
3208         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
3209         (INVALID_EXCEPTION_OK): Update value.
3210         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
3211         (OVERFLOW_EXCEPTION_OK): Likewise.
3212         (IGNORE_ZERO_INF_SIGN): Likewise.
3213         (test_exceptions): Handle underflow exceptions.
3214         (acos_test): Update for underflow exception expectations.
3215         (cexp_test): Likewise.
3216         (clog_test): Likewise.
3217         (clog10_test): Likewise.
3218         (csqrt_test): Likewise.
3219         (ctan_test): Likewise.
3220         (ctanh_test): Likewise.
3221         (exp_test): Likewise.
3222         (exp10_test): Likewise.
3223         (exp2_test): Likewise.
3224         (expm1_test): Likewise.
3225         (fma_test): Likewise.
3226         (j0_test): Likewise.
3227         (jn_test): Likewise.
3228         (nexttoward_test): Likewise.
3229         (pow_test): Likewise.
3230         (scalbn_test): Likewise.
3231         (scalbln_test): Likewise.
3232         (tan_test): Likewise.
3233         (y1_test): Likewise.
3234         * sysdeps/i386/fpu/libm-test-ulps: Update.
3235         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3236
3237 2012-05-23  David S. Miller  <davem@davemloft.net>
3238
3239         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
3240         (__libc_sigaction): Remove unused local variables.
3241
3242 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
3243
3244         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
3245
3246 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
3247
3248         mktime: avoid signed integer overflow
3249         * time/mktime.c (__mktime_internal): Do not mishandle the case
3250         where diff == INT_MIN.
3251
3252         mktime: simplify computation of average
3253         * time/mktime.c (ranged_convert): Use new time_t_avg function
3254         instead of rolling our own (probably-slower) code.
3255
3256         mktime: do not assume signed right shift propagates sign bit
3257         * time/mktime.c (isdst_differ): New static function.
3258         (__mktime_internal): No need to normalize tm_isdst now.
3259         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
3260         tm_isdst values.
3261
3262         mktime: merge another wrapv change from gnulib
3263         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
3264         from some compilers.
3265
3266         mktime: remove incorrect attempt at unusual arithmetics
3267         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
3268         The code didn't really work on such machines anyway.
3269         (TYPE_MINIMUM): Assume two's complement.
3270         (twos_complement_arithmetic): Verify that long_int and time_t
3271         are two's complement (or unsigned, in the latter case).
3272
3273         mktime: check signed shifts on long_int and time_t, too
3274         * time/mktime.c (SHR): Check that shifts work as desired
3275         on the types long_int and time_t too, as SHR is used on
3276         such types.
3277
3278         mktime: do not assume 'long' is wide enough
3279         * time/mktime.c (verify): Move decl up.
3280         (long_int): New type.
3281         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
3282         to remove assumption in the code that 'long' is wide enough to
3283         store year values.  This assumption is not true on x32 and on
3284         some non-glibc platforms.
3285
3286         mktime: merge wrapv change from gnulib
3287         * time/mktime.c (WRAPV): New macro.
3288         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
3289         (guess_time_tm, __mktime_internal): Do not assume that signed
3290         integer overflow wraps around; modern compilers generate code
3291         where this assumption is no longer valid.
3292
3293 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
3294
3295         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
3296         Replace "jmp L(pseudo_end)" with "ret".
3297         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
3298         Likewise.
3299
3300 2012-05-23  Andreas Jaeger  <aj@suse.de>
3301
3302         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
3303         * sysdeps/unix/sysv/linux/poll.c: Remove file.
3304
3305 2012-05-23  Andreas Jaeger  <aj@suse.de>
3306             Maximilian Attems  <max@stro.at>
3307
3308         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
3309         New macros.
3310
3311 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
3312
3313         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
3314         code so that pseudo_end is just ret and the stack pointer is
3315         correct also for static library in error case.
3316
3317 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
3318
3319         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
3320         move to syscalls.list.
3321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3325
3326         * manual/install.texi (Running make install): Do not mention Linux
3327         kernel version for which pt_chown is not needed.
3328         (Linux): Do not mention problems with nscd with 2.0 kernels.
3329         * INSTALL: Regenerated.
3330
3331 2012-05-23  Andreas Jaeger  <aj@suse.de>
3332
3333         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
3334         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
3335         macro.
3336         * sysdeps/unix/sysv/linux/s390/bits/mman.h
3337         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3338         * sysdeps/unix/sysv/linux/sh/bits/mman.h
3339         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3340         * sysdeps/unix/sysv/linux/i386/bits/mman.h
3341         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3342         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
3343         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3344         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
3345         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
3346         * sysdeps/unix/sysv/linux/bits/in.h
3347         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
3348
3349 2012-05-22  Roland McGrath  <roland@hack.frob.com>
3350
3351         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
3352         (PREPARE_VERSION): Just use assert instead, it will be elided
3353         under [NDEBUG] anyway.
3354
3355 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
3356
3357         * sysdeps/unix/sysv/linux/Makefile: Include
3358         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
3359         (sysdep_routines): Remove sysctl.
3360         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
3361         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
3362         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
3363         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
3364         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
3365
3366 2012-05-22  Andreas Jaeger  <aj@suse.de>
3367
3368         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
3369         that pseudo_end is just ret and the stack pointer is correct also
3370         for static library in error case.
3371
3372 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
3373
3374         [BZ #14122]
3375         * nss/nsswitch.c (defconfig_entries): New variable.
3376         (__nss_database_lookup): Don't leak defconfig entries.
3377         (nss_parse_service_list): Don't leak on error paths.
3378         (free_database_entries): New function.
3379         (free_defconfig): New function.
3380         (free_mem): Move common code to free_database_entries.
3381
3382 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
3383
3384         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
3385         Add arch_prctl.
3386         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
3387
3388         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3389         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
3390         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
3391         New macro.
3392         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
3393         (INTERNAL_SYSCALL_TYPES): Likewise.
3394         (LOAD_ARGS_TYPES_[1-6]): Likewise.
3395         (LOAD_REGS_TYPES_[1-6]): Likewise.
3396         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
3397         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
3398
3399 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3400
3401         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
3402         copysignl for GLIBC_2_0.
3403         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
3404         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
3405         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
3406         logbl for GLIBC_2_0.
3407         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3408         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3409
3410 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
3411
3412         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
3413         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
3414
3415         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
3416         Use "neg %eax".
3417
3418         * time/mktime.c: Update copyright years.
3419
3420 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
3421
3422         mktime: merge comment-quoting-style change from gnulib
3423         * time/mktime.c: Quote 'like this' in comments.
3424         The GNU coding standards suggest that we no longer quote `like this',
3425         as "`" and "'" are typically rendered asymmetrically nowadays.
3426         The typical gnulib style is to quote 'like this' when quoting
3427         code, and "like this" when quoting English.
3428
3429         * time/mktime.c (compile-command): Add "-I.".
3430
3431         mktime: merge mktime-internal.h change from gnulib
3432         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
3433
3434         mktime: merge time_r change from gnulib
3435         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
3436
3437         mktime: merge DEBUG change from gnulib
3438         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
3439         case system <time.h> has a #define.
3440
3441         mktime: merge <sys/types.h> change from gnulib
3442         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
3443         since <time.t> is now guaranteed to define time_t.
3444
3445         mktime: merge HAVE_CONFIG_H change from gnulib
3446         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
3447
3448 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
3449
3450         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
3451         Use "neg %eax".
3452
3453         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
3454         __rlim_t cast.
3455         (struct rusage): Use anonymous union to pad each field to
3456         __syscall_slong_t.
3457
3458 2012-05-21  David S. Miller  <davem@davemloft.net>
3459
3460         * Makefules (o-iterator): Remove .s cases.
3461         (compile-command.s): Delete.
3462         (COMPILE.s): Delete.
3463         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
3464
3465 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
3466
3467         * configure.in (libc_cv_predef_stack_protector): Only consider
3468         "foobar" and "__stack_chk_fail" lines in libc_undefs.
3469         * configure: Regenerated.
3470
3471 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3472
3473         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
3474         New macro.  Use R*LP on int and pointer.
3475         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
3476         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
3477         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
3478         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
3479
3480         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
3481         [__WORDSIZE_TIME64_COMPAT32] instead of
3482         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
3483         (struct utmp): Likewise.
3484         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
3485         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
3486         Renamed to ...
3487         (__WORDSIZE_TIME64_COMPAT32): This.
3488         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
3489         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
3490         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
3491         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
3492         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
3493         (__WORDSIZE_TIME64_COMPAT32): New macro.
3494
3495 2012-05-21  Andreas Jaeger  <aj@suse.de>
3496
3497         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
3498         only if [SHARED]. Add prototype for __wcschr_ia32.
3499
3500 2012-05-21  Roland McGrath  <roland@hack.frob.com>
3501
3502         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
3503         of %rbp unmolested in the jmp_buf while mangling the low bits.
3504         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
3505         unmolested high bits of %rbp while demangling the low bits.
3506         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
3507
3508 2012-05-21  Andreas Jaeger  <aj@suse.de>
3509
3510         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
3511         * sunrpc/svc_simple.c: Use it for registerrpc.
3512         * sunrpc/xcrypt.c: Use it for passwd2des.
3513
3514         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
3515
3516 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3517
3518         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
3519         Don't define if [__SYSCALL_WORDSIZE != 32].
3520         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
3521         New macro.
3522
3523 2012-05-21  Bruno Haible  <bruno@clisp.org>
3524             Andreas Jaeger  <aj@suse.de>
3525
3526         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
3527         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
3528         inptr and inend for must_buffer_ch.
3529         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
3530         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
3531         * stdio-common/Makefile (tests): Remove bug15.
3532         (bug15-ENV): Remove macro.
3533         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
3534         anymore.
3535
3536 2012-05-19  Andreas Jaeger  <aj@suse.de>
3537             Roland McGrath  <roland@hack.frob.com>
3538
3539         * manual/contrib.texi: Completely rewritten. It contains now an
3540         alphabetical list of contributors and their contributions.
3541
3542 2012-05-21  Richard Henderson  <rth@twiddle.net>
3543
3544         * misc/getauxval.c (__getauxval): Use unsigned long int.
3545         * misc/sys/auxv.h: Include <sys/cdefs.h>.
3546         (getauxval): Use unsigned long int.
3547
3548 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3549
3550         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
3551
3552 2012-05-21  Roland McGrath  <roland@hack.frob.com>
3553
3554         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
3555         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
3556         __alignof__ (long double).
3557
3558 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3559
3560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3561
3562 2012-05-20  Richard Henderson  <rth@twiddle.net>
3563
3564         * misc/getauxval.c: New file.
3565         * misc/sys/auxv.h: New file.
3566         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
3567         (routines): Add getauxval.
3568         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
3569         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
3570         * elf/dl-sysdep.c (_dl_auxv): Remove.
3571         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
3572         * elf/dl-support.c (_dl_auxv): New variable.
3573         (_dl_aux_init): Initialize it.
3574         * manual/startup.texi (Auxiliary Vector): New node.
3575         * sysdeps/generic/bits/hwcap.h: New file.
3576         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
3577         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
3578         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
3579         * sysdeps/sparc/sysdep.h: ... here.  Include it.
3580         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
3581         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
3582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3583         Update.
3584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
3585         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
3586         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
3587         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
3588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
3589         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
3590         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
3591         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
3592
3593 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3594
3595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3596
3597 2012-05-19  David S. Miller  <davem@davemloft.net>
3598
3599         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3600
3601 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
3602
3603         [BZ #14123]
3604         * math/s_ccosh.c: Include <float.h>
3605         (__ccosh): Avoid internal overflow calculating sinh and cosh
3606         values before multiplying by sin and cos values.
3607         * math/s_ccoshf.c: Likewise.
3608         * math/s_ccoshl.c: Likewise.
3609         * math/s_csin.c: Likewise.
3610         * math/s_csinf.c: Likewise.
3611         * math/s_csinl.c: Likewise.
3612         * math/s_csinh.c: Likewise.
3613         * math/s_csinhf.c: Likewise.
3614         * math/s_csinhl.c: Likewise.
3615         * math/libm-test.inc (ccos_test): Add more tests.
3616         (ccosh_test): Likewise.
3617         (csin_test): Likewise.
3618         (csinh_test): Likewise.
3619         * sysdeps/i386/fpu/libm-test-ulps: Update.
3620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3621
3622 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
3623
3624         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
3625         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
3626
3627         * sysdeps/x86_64/x32/_itoa.h: Add comment.
3628
3629 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
3630
3631         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
3632         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
3633         * sysdeps/powerpc/soft-fp/Versions: Likewise.
3634         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
3635         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
3636         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
3637         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
3638         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
3639         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
3640         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
3641         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
3642         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
3643         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
3644         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
3645         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
3646         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
3647         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
3648         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
3649         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
3650         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
3651         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
3652         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
3653         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
3654         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
3655         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
3656         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
3657         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
3658         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
3659         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
3660         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
3661         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
3662
3663 2012-05-18  Andreas Jaeger  <aj@suse.de>
3664
3665         * csu/.gitignore: Delete.
3666
3667 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
3668
3669         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
3670         (timex): Use __syscall_slong_t.
3671
3672 2012-05-18  Andreas Jaeger  <aj@suse.de>
3673             Carlos O'Donell  <carlos_odonell@mentor.com>
3674
3675         * manual/install.texi (Configuring and compiling): Update
3676         description about files modified in the source directory.
3677         * INSTALL: Regenerated.
3678
3679 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
3680
3681         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
3682         value.  Use "or" to set return value to -1.
3683         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
3684         negate return value.
3685
3686 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3687
3688         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
3689         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
3690         failure if the compiler has Graphite support disabled.
3691         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
3692         Likewise.
3693         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
3694         CFLAGS-memmove.c): Likewise.
3695         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
3696         Likewise.
3697
3698 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
3699
3700         * sysdeps/x86_64/x32/_itoa.h: New file.
3701
3702         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
3703         getdents system call only if kernel and user dirents have the
3704         same d_ino and d_off.
3705
3706         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
3707         LLONG_MAX != LONG_MAX.
3708         (_itoa_word): Use _ITOA_WORD_TYPE on value.
3709         (_fitoa_word): Likewise.
3710
3711         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
3712         years.
3713         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
3714         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
3715         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
3716
3717         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
3718         include <bits/wordsize.h>.  Check __x86_64__ instead of
3719         __WORDSIZE.
3720         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
3721         if __x86_64__ is defined.  Use anonymous union on fpstate.
3722
3723         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
3724         anonymous union.
3725
3726 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
3727
3728         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3729         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
3730         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
3731         Refer to _rtld_local_ro instead of _rtld_global_ro.
3732         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
3733         Likewise.
3734         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
3735         Likewise.
3736         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
3737         Likewise.
3738         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
3739         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
3740         of _rtld_global, and rtld_progname instead of _dl_argv[0].
3741
3742         * sysdeps/powerpc/powerpc32/dl-machine.c
3743         (__elf_machine_runtime_setup) [PROF]: Don't reference
3744         _dl_prof_resolve.
3745
3746 2012-05-18  Andreas Jaeger  <aj@suse.de>
3747
3748         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
3749         function only available for GCCs before 3.4 since GCC 3.4
3750         introduced a builtin.
3751         (lrint): Likewise.
3752         (llrintf): Likewise.
3753         (llrint): Likewise.
3754         (fmaxf): Likewise.
3755         (fmax): Likewise.
3756         (fminf): Likewise.
3757         (fmin): Likewise.
3758         (rint): Likewise.
3759         (rintf): Likewise.
3760         (nearbyint): Likewise.
3761         (nearbyintf): Likewise.
3762         (ceil): Likewise.
3763         (ceilf): Likewise.
3764         (floor): Likewise.
3765         (floorf): Likewise.
3766
3767 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
3768
3769         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
3770         on both fields and cast pointer to __syscall_ulong_t.
3771
3772         * bits/types.h (__fsword_t): New type.
3773         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
3774         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
3775         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
3776         (__FSWORD_T_TYPE): Likewise.
3777         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
3778         (__FSWORD_T_TYPE): Likewise.
3779         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
3780         (__FSWORD_T_TYPE): Likewise.
3781         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
3782         (__FSWORD_T_TYPE): Likewise.
3783         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
3784         __SWORD_TYPE with __fsword_t.
3785         (statfs64): Likewise.
3786
3787 2012-05-17  David S. Miller  <davem@davemloft.net>
3788
3789         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
3790
3791 2012-05-17  Andreas Jaeger  <aj@suse.de>
3792
3793         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
3794         warning.
3795
3796 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
3797
3798         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
3799
3800 2012-05-17  Andreas Jaeger  <aj@suse.de>
3801
3802         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
3803         when it is used.
3804
3805 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
3806
3807         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
3808
3809 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
3810
3811         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
3812         * sysdeps/x86_64/tst-mallocalign1.c: New file.
3813
3814 2012-05-17  Andreas Jaeger  <aj@suse.de>
3815             Carlos O'Donell  <carlos_odonell@mentor.com>
3816
3817         [BZ #14059]
3818         * sysdeps/x86_64/multiarch/init-arch.h
3819         (bit_YMM_Usable): Rename to...
3820         (bit_AVX_Usable): ... this.
3821         (bit_FMA4_Usable): New macro.
3822         (bit_XMM_state): New macro.
3823         (bit_YMM_state): New macro.
3824         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
3825         [__ASSEMBLER__] (index_AVX_Usable): ... this.
3826         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
3827         (CPUID_OSXSAVE): New macro.
3828         (CPUID_AVX): New macro.
3829         (CPUID_FMA4): New macro.
3830         (index_YMM_Usable): Rename to...
3831         (index_AVX_Usable): ... this.
3832         (HAS_AVX): Use HAS_ARCH_FEATURE.
3833         (HAS_FMA4): Likewise.
3834         (HAS_YMM_USABLE): Remove.
3835         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3836         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
3837         are present.
3838         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
3839         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
3840         * sysdeps/x86_64/multiarch/Makefile: Likewise.
3841         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
3842         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
3843
3844 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
3845
3846         * math/libm-test.c: Support platforms without multiple rounding modes.
3847         * math/bug-nextafter.c: Support platforms without FP exceptions.
3848         * math/bug-nexttoward.c: Likewise.
3849         * math/test-fenv.c: Likewise.
3850         * math/test-misc.c: Likewise.
3851         * stdlib/bug-getcontext.c: Likewise.
3852
3853 2012-05-17  Andreas Jaeger  <aj@suse.de>
3854
3855         * manual/examples/search.c (critter_cmp): Change signature to
3856         avoid warnings.
3857         * manual/string.texi (Collation Functions): Likewise.
3858
3859 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
3860
3861         * bits/types.h: Fold copyright years.
3862         * bits/typesizes.h: Likewise.
3863         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
3864         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
3865         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
3866         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
3867         * time/time.h: Likewise.
3868
3869 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
3870
3871         [BZ #208]
3872         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
3873         in instead of returning them.  Return void.
3874         (__libc_mallinfo): Accumulate over all arenas.
3875         (__malloc_stats): Adjust for change in int_mallinfo interface.
3876
3877 2012-05-16  Roland McGrath  <roland@hack.frob.com>
3878
3879         [BZ #10375]
3880         * configure.in (NM): Add AC_CHECK_TOOL for it.
3881         (libc_extra_cflags): New substituted variable.
3882         Check for -fstack-protector being used implicitly.
3883         * configure: Regenerated.
3884         * config.make.in (config-extra-cflags): New variable,
3885         gets @libc_extra_cflags@.
3886         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
3887
3888         [BZ #10375]
3889         * configure.in: Check for _FORTIFY_SOURCE being predefined.
3890         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
3891         * configure: Regenerated.
3892         * config.make.in (CPPUNDEFS): New substituted variable.
3893         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
3894         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
3895         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
3896
3897 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
3898
3899         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
3900         (mq_attr): Use __syscall_slong_t.
3901
3902 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
3903
3904         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
3905         Check __x86_64__ instead of __WORDSIZE.
3906         (_STAT_VER_LINUX): Likewise.
3907         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
3908         __syscall_ulong_t and __syscall_slong_t.
3909         (stat64): Likewise.
3910
3911 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
3912
3913         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
3914
3915 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
3916
3917         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
3918
3919 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
3920
3921         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
3922         __syscall_ulong_t.
3923
3924         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
3925         include <bits/wordsize.h>.  Check __x86_64__ instead of
3926         __WORDSIZE.
3927         (greg_t): Use "__extension__ long long int" if __x86_64__ is
3928         defined.
3929         (mcontext_t): Replace "unsigned long" with "unsigned long long".
3930
3931         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
3932         include <bits/wordsize.h>.  Check __x86_64__ instead of
3933         __WORDSIZE.
3934         (user_regs_struct): Use "__extension__ unsigned long long"
3935         instead of "unsigned long" if __x86_64__ is defined.
3936         (user): Likewise.  Pad after pointer field if __ILP32__ is
3937         defined.
3938
3939 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
3940
3941         * configure.in (makeinfo): Require version 4.5 or later.  Allow
3942         versions 5 to 9.
3943         * configure: Regenerated.
3944         * manual/install.texi (texinfo): Increase version requirement to
3945         4.5 or later.
3946         * INSTALL: Regenerated.
3947
3948         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
3949
3950 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
3951
3952         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
3953
3954         * sysdeps/x86_64/x32/ffs.c: New file.
3955
3956         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
3957         __syscall_ulong_t.
3958         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
3959         defined.  Use __syscall_ulong_t.
3960         (shminfo): Use __syscall_ulong_t.
3961         (shm_info): Likewise.
3962
3963         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
3964         __syscall_ulong_t.
3965
3966         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
3967         <bits/wordsize.h>.
3968         (msgqnum_t): Use __syscall_ulong_t.
3969         (msglen_t): Likewise.
3970         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
3971         __syscall_ulong_t.
3972
3973         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
3974         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
3975
3976         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
3977
3978         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
3979         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
3980
3981         * sysvipc/sys/msg.h (msgbuf): Replace long int with
3982         __syscall_slong_t.
3983
3984         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
3985         include <bits/wordsize.h>.  Check __x86_64__ instead of
3986         __WORDSIZE.
3987
3988         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
3989         "unsigned long long int" if __x86_64__ is defined.
3990         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
3991
3992         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
3993         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
3994         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
3995
3996         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
3997         <stdint.h>.
3998         (GET_PC): Cast to uintptr_t first.
3999         (GET_FRAME): Likewise.
4000         (GET_STACK): Likewise.
4001
4002         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
4003         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
4004         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
4005         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
4006         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
4007         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
4008         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
4009         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
4010         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
4011         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
4012         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
4013         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
4014         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
4015         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
4016         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
4017         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
4018         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
4019         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
4020         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
4021         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
4022         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
4023         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
4024         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
4025         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
4026         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
4027         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
4028         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
4029         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
4030         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
4031
4032 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
4033
4034         * Makerules (+depfiles): Also collect depfiles from .oS in
4035         $(extra-objs).
4036         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
4037         .oS, $(libnldbl-routines)).
4038
4039         * Makerules (native-compile-mkdep-flags): Define.
4040         * sunrpc/Makefile (extra-objs): Add $(addprefix
4041         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
4042         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
4043         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
4044         calling $(make-target-directory).
4045
4046 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4047
4048         * bits/types.h (__snseconds_t): Removed.
4049         * time/time.h (struct timespec): Replace __snseconds_t with
4050         __syscall_slong_t.
4051         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
4052         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
4053         Likewise.
4054         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
4055         (__SNSECONDS_T_TYPE): Likewise.
4056         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
4057         (__SNSECONDS_T_TYPE): Likewise.
4058         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
4059         (__SNSECONDS_T_TYPE): Likewise.
4060
4061 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4062
4063         * sysdeps/mach/hurd/bits/typesizes.h
4064         (__SYSCALL_SLONG_TYPE): New macro.
4065         (__SYSCALL_ULONG_TYPE): Likewise.
4066
4067 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4068
4069         * bits/types.h (__syscall_slong_t): New type.
4070         (__syscall_ulong_t): Likewise.
4071
4072         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
4073         (__SYSCALL_ULONG_TYPE): Likewise.
4074         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
4075         (__SYSCALL_SLONG_TYPE): Likewise.
4076         (__SYSCALL_ULONG_TYPE): Likewise.
4077         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
4078         (__SYSCALL_SLONG_TYPE): Likewise.
4079         (__SYSCALL_ULONG_TYPE): Likewise.
4080         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
4081         (__SYSCALL_SLONG_TYPE): Likewise.
4082         (__SYSCALL_ULONG_TYPE): Likewise.
4083
4084 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4085
4086         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
4087         Add sigaltstack-offsets.sym.
4088         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
4089         <sigaltstack-offsets.h>.
4090         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
4091         longjmp_msg pointer.
4092         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
4093         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
4094         signal stack.
4095         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
4096
4097 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
4098
4099         * elf/stackguard-macros.h: Remove file.
4100         * sysdeps/generic/stackguard-macros.h: New file.
4101         * sysdeps/i386/stackguard-macros.h: Likewise.
4102         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
4103         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
4104         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
4105         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
4106         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
4107         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
4108         * sysdeps/x86_64/stackguard-macros.h: Likewise.
4109         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
4110         <elf/stackguard-macros.h>.
4111
4112         [BZ #14109]
4113         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
4114         __aligned__ in attribute.
4115         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
4116         (gregset_t): Likewise.
4117
4118 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4119
4120         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
4121         * sysdeps/x86_64/64/Implies-after: Here.  New file.
4122         * sysdeps/x86_64/x32/Implies-after: New file.
4123
4124 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4125
4126         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
4127         and access return value for _dl_profile_fixup.  Use R10_LP to
4128         load frame size.
4129
4130 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4131
4132         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
4133
4134 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4135
4136         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
4137         * sysdeps/x86_64/x32/sysdep.h: New file.
4138
4139 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4140
4141         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
4142         * sysdeps/x86_64/setjmp.S: Likewise.
4143
4144 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4145
4146         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
4147         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
4148         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
4149         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
4150         remove unused global constant.
4151
4152 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
4153
4154         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
4155         include of <not-cancel.h>.
4156
4157 2012-05-15  Roland McGrath  <roland@hack.frob.com>
4158
4159         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
4160
4161 2012-05-15  Jeff Law  <law@redhat.com>
4162             Andreas Jaeger  <aj@suse.de>
4163
4164         [BZ #13594]
4165         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
4166         out from...
4167         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
4168         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
4169         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
4170         code changing __hst_map_handle.map.
4171
4172 2012-05-15  Roland McGrath  <roland@hack.frob.com>
4173
4174         * configure.in (sysnames): Look for Implies-before and Implies-after
4175         files.
4176         * configure: Regenerated.
4177
4178 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4179
4180         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
4181         8-byte data alignment with LP_SIZE alignment.
4182
4183 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4184
4185         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
4186         into R10_LP.
4187
4188 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4189
4190         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
4191
4192 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4193
4194         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
4195         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
4196         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
4197         Likewise.
4198         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
4199
4200 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4201
4202         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
4203         (stackinfo_sub_sp): Likewise.
4204
4205 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4206
4207         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
4208         RAX_LP.
4209
4210 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4211
4212         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
4213         into R*_LP.
4214
4215 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4216
4217         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
4218         sizes into R*_LP.
4219
4220 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4221
4222         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
4223
4224 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4225
4226         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
4227         into R11_LP and load __x86_64_shared_cache_size_half into
4228         R8_LP.
4229
4230 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4231
4232         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
4233         R8_LP.
4234
4235 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4236
4237         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
4238         logb for POWER7.
4239         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
4240         logbf for POWER7.
4241         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
4242         logbl for POWER7.
4243         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
4244         powerpc32/power7/fpu/s_logb.c via #include.
4245         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
4246         powerpc32/power7/fpu/s_logbf.c via #include.
4247         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
4248         powerpc32/power7/fpu/s_logbl.c via #include.
4249
4250 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
4251
4252         * README.libm: Remove file.
4253
4254 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4255
4256         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
4257         count for x32.  Use R*_LP and omit operand-size suffix.
4258
4259 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4260
4261         * shlib-versions: Move x86_64-.*-linux.* entries to ...
4262         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
4263         * sysdeps/x86_64/x32/shlib-versions: New file.
4264
4265 2012-05-14  Roland McGrath  <roland@hack.frob.com>
4266
4267         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
4268         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
4269         Use _dl_fatal_printf instead.
4270
4271 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
4272
4273         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
4274         set if not set by the user.  Do not allow for being unset.
4275         * sysdeps/unix/sysv/linux/configure: Regenerated.
4276
4277 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4278
4279         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
4280         the `q' suffix from lea and replace .quad with ASM_ADDR.
4281
4282 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4283
4284         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
4285         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
4286         instead of $17.
4287         (PTR_DEMANGLE): Likewise.
4288
4289 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4290
4291         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
4292         (LP_OP): Likewise.
4293         (ASM_ADDR): Likewise.
4294         (RAX_LP): Likewise.
4295         (RBP_LP): Likewise.
4296         (RBX_LP): Likewise.
4297         (RCX_LP): Likewise.
4298         (RDI_LP): Likewise.
4299         (RSI_LP): Likewise.
4300         (RSP_LP): Likewise.
4301         (R8_LP): Likewise.
4302         (R9_LP): Likewise.
4303         (R10_LP): Likewise.
4304         (R10_LP): Likewise.
4305         (R11_LP): Likewise.
4306         (R12_LP): Likewise.
4307         (R13_LP): Likewise.
4308         (R14_LP): Likewise.
4309         (R15_LP): Likewise.
4310
4311 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4312
4313         * sysdeps/x86_64/x32/dl-machine.h: New file.
4314
4315 2012-05-14  Andreas Jaeger  <aj@suse.de>
4316
4317         * manual/Makefile (subdir): Remove export of subdir.
4318         (all): Remove target.
4319         (.PHONY): Remove all from list.
4320         (mkinstalldirs): Remove.
4321         (.PHONY): Remove installdirs from list.
4322         ($(inst_infodir)/libc.info): Use make-target-directory.
4323         (installdirs): Remove.
4324         (subdir_%): Remove.
4325         (glibc-targets): Remove.
4326         (lib): Remove.
4327         (stubs): Remove.
4328         ($(objpfx)stubs ../po/manual.pot): Remove.
4329         ($(objpfx)stamp%): Remove.
4330         (make-target-directory): Remove.
4331         (subdir_install): Remove.
4332         (routines): Remove.
4333         (aux): Remove.
4334         (sources): Remove.
4335         (objects): Remove.
4336         (headers): Remove.
4337
4338         [BZ #13750]
4339         * manual/.gitignore: Remove, it's not needed anymore.
4340         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
4341         all files in it.
4342         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
4343         directory.
4344         (texis): Renamed to $(objpfx)texis.
4345         (texis-path): New, contains path to generated files.
4346         (chapters.%): Use texis-path for complete path, add extra argument
4347         libc-texinfo.sh.
4348         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
4349         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
4350         (summary,texi, stamp-summary): Use complete path of
4351         files. Generate files in build dir.
4352         (dir-add.texi): Build in build dir.
4353         (libm-err.texi,stamp-libm-err): Likewise.
4354         (version.texi, stamp-version): Likewise.
4355         (.%c.texi): Likewise.
4356         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
4357         (mostlyclean): Remove target.
4358         (realclean): Remove target.
4359         (generated): Add new variable with contents from mostlyclean and
4360         realclean, remove entries duplicated in common-mostlyclean, add
4361         stamp-libm-err and stamp-version.
4362         (generated-dirs): Add libc directory.
4363         ($(inst_infodir)/libc.info): Install files from build dir.
4364
4365         * manual/install.texi (Configuring and compiling): Adjust since
4366         the info files are not part of the tar ball anymore.
4367
4368 2012-05-14  Andreas Jaeger  <aj@suse.de>
4369
4370         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
4371         variable.
4372
4373 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
4374
4375         [BZ #13717]
4376         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
4377         to 2.2.0 where earlier.
4378         * sysdeps/unix/sysv/linux/configure: Regenerated.
4379         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
4380         Remove conditional code.
4381         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
4382         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
4383         Remove conditional code.
4384         [!__NR_lchown]: Likewise.
4385         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
4386         [__NR_lchown]: Likewise.
4387         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
4388         comment referencing __ASSUME_LCHOWN_SYSCALL.
4389         * sysdeps/unix/sysv/linux/i386/sigaction.c
4390         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4391         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4392         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
4393         Remove conditional code.
4394         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
4395         (__protocol_available): Remove #if 0 code.
4396         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
4397         conditional code.
4398         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
4399         * sysdeps/unix/sysv/linux/kernel-features.h
4400         (__ASSUME_GETCWD_SYSCALL): Don't define.
4401         (__ASSUME_REALTIME_SIGNALS): Likewise.
4402         (__ASSUME_PREAD_SYSCALL): Likewise.
4403         (__ASSUME_PWRITE_SYSCALL): Likewise.
4404         (__ASSUME_POLL_SYSCALL): Likewise.
4405         (__ASSUME_LCHOWN_SYSCALL): Likewise.
4406         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
4407         non-SPARC.
4408         (__ASSUME_SIOCGIFNAME): Don't define.
4409         (__ASSUME_MSG_NOSIGNAL): Likewise.
4410         (__ASSUME_SENDFILE): Define unconditionally.
4411         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
4412         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
4413         conditional code.
4414         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
4415         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
4416         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
4417         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
4418         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
4419         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
4420         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
4421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
4422         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
4423         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
4425         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
4426         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
4428         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4429         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
4431         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4432         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
4434         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
4435         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
4437         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
4438         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
4440         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4441         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
4443         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4444         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4445         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
4446         Remove conditional code.
4447         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4448         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
4449         Remove conditional code.
4450         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4451         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
4452         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
4453         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
4454         Remove conditional code.
4455         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4456         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
4457         Remove conditional code.
4458         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4459         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
4460         Remove conditional code.
4461         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4462         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
4463         Remove conditional code.
4464         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
4465         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
4466         Remove conditional code.
4467         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4468         * sysdeps/unix/sysv/linux/sh/pwrite64.c
4469         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
4470         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
4471         * sysdeps/unix/sysv/linux/sigaction.c
4472         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4473         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4474         * sysdeps/unix/sysv/linux/sigpending.c
4475         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4476         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4477         * sysdeps/unix/sysv/linux/sigprocmask.c
4478         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4479         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4480         * sysdeps/unix/sysv/linux/sigsuspend.c
4481         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
4482         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
4483         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
4484         (__libc_missing_rt_sigs): Remove.
4485         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
4486         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
4487         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
4488         Remove conditional code.
4489         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
4490         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
4491         return 1.
4492         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
4493         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
4494         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
4495         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
4496
4497 2012-05-14  Andreas Jaeger  <aj@suse.de>
4498
4499         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
4500         it's not used in glibc.
4501         (__coshm1): Likewise.
4502         (__acosh1p): Likewise.
4503         (__sgn): Likewise.
4504
4505         * manual/string.texi (Copying and Concatenation): Add missing
4506         variable in concat example.
4507         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
4508
4509 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4510
4511         [BZ #14103]
4512         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
4513         __builtin_clzl with __builtin_clzll.
4514
4515 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4516
4517         [BZ #14104]
4518         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
4519         libc_freeres_ptr.
4520
4521 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
4522
4523         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
4524         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
4525         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
4526         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
4527
4528 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
4529
4530         * NEWS: Update ia64 info.
4531
4532 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
4533
4534         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
4535         used as bcopy.
4536
4537 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
4538
4539         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
4540         * sysdeps/unix/syscalls.list (dup3): Likewise.
4541         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
4542         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
4543
4544 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
4545
4546         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
4547         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
4548
4549 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
4550
4551         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
4552         thread pointer.
4553         (TLS_IE): Use mov/add instead of movq/addq to load thread
4554         pointer.
4555         (TLS_GD_PREFIX): New.
4556         (TLS_GD): Use it.
4557
4558 2012-05-11  David S. Miller  <davem@davemloft.net>
4559
4560         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
4561         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
4562         (_FPU_SETCW): Likewise.
4563
4564 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
4565
4566         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
4567         is 32-byte aligned.
4568
4569 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
4570
4571         [BZ #11837]
4572         * iconvdata/gb18030.c: Update tables.
4573         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
4574         characters specially.
4575         (BODY for TO_LOOP): Add encoding of missing ranges.
4576
4577 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
4578
4579         [BZ #13673]
4580         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
4581         * sysdeps/mach/hurd/dup3.c: Likewise.
4582         * sysdeps/mach/hurd/readlinkat.c: Likewise.
4583         * sysdeps/powerpc/memmove.c:: Likewise.
4584
4585 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
4586
4587         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
4588         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
4589
4590 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
4591
4592         * elf/elf.h (R_X86_64_RELATIVE64): New.
4593         (R_X86_64_NUM): Updated.
4594         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
4595         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
4596         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
4597         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
4598         tst-quad1pie tst-quad2pie
4599         (modules-names): Add tst-quadmod1 tst-quadmod2.
4600         ($(objpfx)tst-quad1): New dependency.
4601         ($(objpfx)tst-quad2): Likewise.
4602         ($(objpfx)tst-quad1pie): Likewise.
4603         ($(objpfx)tst-quad2pie): Likewise.
4604         * sysdeps/x86_64/tst-quad1.c: New file.
4605         * sysdeps/x86_64/tst-quad1pie.c: New file.
4606         * sysdeps/x86_64/tst-quad2.c: Likewise.
4607         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
4608         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
4609         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
4610         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
4611         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
4612
4613 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4614
4615         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
4616         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
4617         * streams/stropts.h (t_scalar_t): Define type.
4618
4619         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
4620         (_PATH_PRESERVE): Set to "/var/lib".
4621         (_PATH_RWHODIR): Set to "/var/spool/rwho".
4622
4623         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
4624         instead of int.
4625
4626         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
4627         if __dir_mkfile succeeded.
4628
4629         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
4630         checking for _hurd_dtablesize.  Unlock it right after having
4631         finished _hurd_dtable allocation.
4632
4633 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4634
4635         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
4636         * sysdeps/mach/hurd/configure: Regenerated.
4637         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
4638         special-casing to...
4639         * sysdeps/gnu/configure.in: ... this new file.
4640         * sysdeps/unix/sysv/linux/configure: Regenerated.
4641         * sysdeps/gnu/configure: New generated file.
4642
4643         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
4644         for Linux: use nsec instead of usec, as well as:
4645         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
4646         members of type struct timespec.
4647         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
4648         New macros.
4649         (struct stat64): Likewise.
4650         (_STATBUF_ST_NSEC): New macro.
4651         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
4652
4653         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
4654         __strtoul_internal rather than strtoul.
4655
4656 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
4657
4658         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
4659         and reject them.
4660
4661 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4662
4663         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
4664         which preserves existing values.
4665         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
4666
4667 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
4668
4669         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
4670         TIMEOUT values.  Return EINVAL for NFDS values either negative or
4671         greater than FD_SETSIZE.
4672
4673 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4674
4675         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
4676         allocated, call __vm_protect to finish enabling the existing space, and
4677         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
4678         allocate the remainder.
4679
4680 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
4681
4682         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
4683         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
4684
4685 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4686
4687         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
4688         sysdeps/mach/hurd/readlink.c.
4689
4690         * posix/tst-sysconf.c (posix_options): Only use
4691         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
4692         _POSIX_SYNCHRONIZED_IO when they are defined
4693         * sysdeps/mach/hurd/bits/posix_opt.h:
4694         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
4695         (_XOPEN_REALTIME): Undefine macro.
4696         (_XOPEN_REALTIME_THREADS): Undefine macro.
4697         (_XOPEN_SHM): Undefine macro.
4698         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
4699         macro to -1.
4700         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
4701         macro to -1.
4702         (_POSIX_ASYNC_IO): Undefine macro.
4703         (_POSIX_PRIORITIZED_IO): Undefine macro.
4704         (_POSIX_SPIN_LOCKS): Define macro to -1.
4705
4706         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
4707         SA_NODEFER, SA_RESETHAND.
4708         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
4709         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
4710         F_DUPFD_CLOEXEC.
4711
4712 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4713
4714         * elf/Makefile (pldd-modules): Define unconditionally.
4715
4716 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4717
4718         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
4719
4720 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4721
4722         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
4723         Return ENOENT when name is empty.
4724         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
4725
4726 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4727
4728         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
4729
4730         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
4731
4732 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4733
4734         Fix mlock in all cases except non-readable pages.
4735         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
4736         instead of VM_PROT_ALL as parameter to __vm_wire function.
4737
4738         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
4739         (__mkdir): When path is `/', just fail with EEXIST.
4740         * sysdeps/mach/hurd/mkdirat.c: Likewise.
4741
4742 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4743
4744         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
4745         <sys/uio.h> (for writev).
4746         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
4747         and <sys/param.h> (for MIN).
4748
4749 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
4750
4751         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
4752         REQUESTED_TIME.  Properly set the remaining time and return EINTR
4753         if interrupted.
4754
4755 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4756
4757         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
4758         Depend on against $(link-rpcuserlibs).
4759
4760 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4761
4762         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
4763         (__libc_stack_end): Do not use attribute_relro.
4764         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
4765         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
4766         to libthread-provided value.
4767         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
4768         attribute_relro.
4769
4770 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4771
4772         [BZ #3748]
4773         * bits/libc-lock.h (__libc_once_get): New macro.
4774         * sysdeps/mach/bits/libc-lock.h: Likewise.
4775         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
4776         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
4777         instead of using implementation details.
4778
4779         * libio/fileops.c: Unconditionally include <kernel-features.h>.
4780         * libio/freopen.c: Likewise.
4781         * libio/freopen64.c: Likewise.
4782         * misc/syslog.c: Likewise.
4783         * nscd/connections.c: Likewise.
4784         * nscd/netgroupcache.c: Likewise.
4785         * sysdeps/posix/getcwd.c: Likewise.
4786
4787 2012-05-10  Roland McGrath  <roland@hack.frob.com>
4788
4789         * math/w_ilogbf.c: Add #include <limits.h>.
4790
4791 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4792
4793         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
4794         path instead of returning without unlocking.
4795
4796         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
4797         immediate-write ioctls.
4798         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
4799
4800 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4801
4802         * sysdeps/mach/hurd/i386/init-first.c (init): Use
4803         __builtin_frame_address instead of making assumptions about the
4804         location of the return address relative to DATA.  Force early load of
4805         the return address.
4806         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
4807         __builtin_frame_address.
4808
4809         dup3 for GNU Hurd.
4810         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
4811         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
4812         implement dup3 and do some further code clean-ups.
4813         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
4814         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
4815
4816 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4817
4818         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
4819
4820         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
4821         HURD_CRITICAL_END around holding _hurd_dtable_lock.
4822         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
4823         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
4824         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
4825         d->port.lock.
4826
4827         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
4828         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
4829         when handler == SIG_ERR, not when handler != SIG_ERR.
4830
4831 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4832
4833         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
4834         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
4835         definitions.
4836
4837         accept4 for GNU Hurd.
4838         * include/sys/socket.h (__libc_accept4): New prototype.
4839         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
4840         to implement __libc_accept4.
4841         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
4842         __libc_accept4.
4843         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
4844
4845         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
4846         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
4847         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
4848         signal-defines.sym.
4849
4850 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4851
4852         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
4853
4854 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
4855
4856         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
4857         assertion on O_CLOEXEC flag.
4858         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
4859         * hurd/intern-fd.c: Likewise.
4860         * hurd/port2fd.c: Likewise.
4861
4862 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4863
4864         [BZ #3906]
4865         * bits/in.h (IPV6_PKTINFO): Define new macro.
4866         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
4867
4868 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4869
4870         [BZ #13954]
4871         [BZ #13955]
4872         [BZ #13956]
4873         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
4874         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
4875         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
4876         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
4877         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
4878         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
4879         * math/libm-test.inc (logb_test) : Additional logb tests.
4880
4881 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
4882             Andreas Jaeger  <aj@suse.de>
4883
4884         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
4885         * configure: Regenerated.
4886         * config.h.in (LINK_OBSOLETE_RPC): New macro.
4887         * config.make.in (link-obsolete-rpc): New substituted variable.
4888         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
4889         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
4890         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
4891         (shared-only-routines): Don't set it under [link-obsolete-rpc],
4892         so that libc.a contains the symbols.
4893         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
4894         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
4895         * sunrpc/auth_none.c: Likewise.
4896         * sunrpc/auth_unix.c: Likewise.
4897         * sunrpc/authdes_prot.c: Likewise.
4898         * sunrpc/authuxprot.c: Likewise.
4899         * sunrpc/clnt_gen.c: Likewise.
4900         * sunrpc/clnt_perr.c: Likewise.
4901         * sunrpc/clnt_raw.c: Likewise.
4902         * sunrpc/clnt_simp.c: Likewise.
4903         * sunrpc/clnt_tcp.c: Likewise.
4904         * sunrpc/clnt_udp.c: Likewise.
4905         * sunrpc/clnt_unix.c: Likewise.
4906         * sunrpc/des_crypt.c: Likewise.
4907         * sunrpc/des_soft.c: Likewise.
4908         * sunrpc/get_myaddr.c: Likewise.
4909         * sunrpc/key_call.c: Likewise.
4910         * sunrpc/key_prot.c: Likewise.
4911         * sunrpc/netname.c: Likewise.
4912         * sunrpc/pm_getmaps.c: Likewise.
4913         * sunrpc/pm_getport.c: Likewise.
4914         * sunrpc/pmap_clnt.c: Likewise.
4915         * sunrpc/pmap_prot.c: Likewise.
4916         * sunrpc/pmap_prot2.c: Likewise.
4917         * sunrpc/pmap_rmt.c: Likewise.
4918         * sunrpc/publickey.c: Likewise.
4919         * sunrpc/rpc_cmsg.c: Likewise.
4920         * sunrpc/rpc_common.c: Likewise.
4921         * sunrpc/rpc_dtable.c: Likewise.
4922         * sunrpc/rpc_prot.c: Likewise.
4923         * sunrpc/rpc_thread.c: Likewise.
4924         * sunrpc/rtime.c: Likewise.
4925         * sunrpc/svc.c: Likewise.
4926         * sunrpc/svc_auth.c: Likewise.
4927         * sunrpc/svc_raw.c: Likewise.
4928         * sunrpc/svc_run.c: Likewise.
4929         * sunrpc/svc_tcp.c: Likewise.
4930         * sunrpc/svc_udp.c: Likewise.
4931         * sunrpc/svc_unix.c: Likewise.
4932         * sunrpc/svcauth_des.c: Likewise.
4933         * sunrpc/xcrypt.c: Likewise.
4934         * sunrpc/xdr.c: Likewise.
4935         * sunrpc/xdr_array.c: Likewise.
4936         * sunrpc/xdr_float.c: Likewise.
4937         * sunrpc/xdr_intXX_t.c: Likewise.
4938         * sunrpc/xdr_mem.c: Likewise.
4939         * sunrpc/xdr_rec.c: Likewise.
4940         * sunrpc/xdr_ref.c: Likewise.
4941         * sunrpc/xdr_sizeof.c: Likewise.
4942         * sunrpc/xdr_stdio.c: Likewise.
4943
4944 2012-05-10  Roland McGrath  <roland@hack.frob.com>
4945
4946         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
4947         change.  Update copyright years.
4948
4949 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
4950
4951         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
4952
4953 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
4954             Joseph Myers  <joseph@codesourcery.com>
4955             Paul Pluzhnikov  <ppluzhnikov@google.com>
4956
4957         [BZ #14012]
4958         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
4959         requiring rpcgen.
4960         [cross-compiling] (extra-libs): Likewise.
4961         [cross-compiling] (extra-libs-others): Likewise.
4962         [cross-compiling] (librpcsvc-routines): Likewise.
4963         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
4964         [cross-compiling] (omit-deps): Likewise.
4965         (sunrpc-CPPFLAGS): New variable.
4966         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
4967         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
4968         (cross-rpcgen-objs): New variable.
4969         (extra-objs): Append $(cross-rpcgen-objs).
4970         ($(cross-rpcgen-objs)): New rule.
4971         ($(objpfx)cross-rpcgen): Likewise.
4972         (rpcgen-cmd): Define to use $(built-program-file).  Expand
4973         comment.
4974         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
4975         ($(objpfx)x%.stmp): Likewise.
4976         * sunrpc/proto.h [IS_IN_build] (_): Define.
4977         [IS_IN_build] (_libc_intl_domainname): Likewise.
4978
4979 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
4980
4981         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
4982         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
4983         and R_X86_64_TPOFF64.
4984
4985 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
4986
4987         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
4988         sysdeps/unix/sysv/syscalls.list.
4989         (stime): Likewise.
4990         (utime): Likewise.
4991         * sysdeps/unix/sysv/syscalls.list: Remove file.
4992
4993 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
4994
4995         [BZ #3440]
4996         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
4997         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
4998         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
4999         (__LC_IDENTIFICATION): Make these macros useful in #if
5000         expressions, as required by C99.
5001
5002 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
5003
5004         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
5005         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
5006         after this.
5007
5008 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
5009
5010         * stdlib/longlong.h: Updated from GCC.
5011
5012 2012-05-09  Andreas Jaeger  <aj@suse.de>
5013
5014         * nscd/nscd.c (run_modes): Make named enum, reorder so that
5015         default is first entry.
5016         (run_mode): Set type.
5017         (main): Remove informal message about syslog.
5018         (options): Fix typo.
5019
5020         [BZ #14053]
5021         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
5022         to asm.
5023         (lrint): Likewise.
5024         (llrintf): Likewise.
5025         (llrint): Likewise.
5026         (rint): Likewise.
5027         (rintf): Likewise.
5028         (nearbyint): Likewise.
5029         (nearbyintf): Likewise.
5030
5031 2012-05-09  Andreas Jaeger  <aj@suse.de>
5032             Pedro Alves  <palves@redhat.com>
5033
5034         * nscd/nscd.c (run_mode): Use enum.
5035         (main): Cleanup coding style issue.
5036
5037 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
5038             Andreas Jaeger  <aj@suse.de>
5039
5040         * nscd/nscd.c (go_background): Replaced with...
5041         (run_mode): ... this.
5042         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
5043         (options): Add -F --foreground.
5044         (main): Implement it.
5045         (parse_opt): Parse it.
5046
5047 2012-05-09  Andreas Jaeger  <aj@suse.de>
5048
5049         [BZ #14083]
5050         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
5051         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
5052         -Wconversion warning.
5053         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
5054         Likewise.
5055
5056 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
5057
5058         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
5059         == 0.
5060         (LC_ALL): Use macro-int-constant.
5061         (LC_COLLATE): Likewise.
5062         (LC_CTYPE): Likewise.
5063         (LC_MESSAGES): Likewise.
5064         (LC_MONETARY): Likewise.
5065         (LC_NUMERIC): Likewise.
5066         (LC_TIME): Likewise.
5067         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
5068         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
5069         [ISO || ISO99 || ISO11] (*_t): Do not allow.
5070         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
5071         Specify type.
5072         [C99-based standards] (float_t): Expect type.
5073         [C99-based standards] (double_t): Expect type.
5074         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
5075         type.
5076         [C99-based standards] (HUGE_VALL): Likewise.
5077         [C99-based standards] (INFINITY): Likewise.
5078         [C99-based standards] (NAN): Likewise.
5079         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
5080         [C99-based standards] (FP_NAN): Likewise.
5081         [C99-based standards] (FP_NORMAL): Likewise.
5082         [C99-based standards] (FP_SUBNORMAL): Likewise.
5083         [C99-based standards] (FP_ZERO): Likewise.
5084         [C99-based standards] (FP_FAST_FMA): Use
5085         optional-macro-int-constant.  Specify type.  Require == 1.
5086         [C99-based standards] (FP_FAST_FMAF): Likewise.
5087         [C99-based standards] (FP_FAST_FMAL): Likewise.
5088         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
5089         [C99-based standards] (FP_ILOGBNAN): Likewise.
5090         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
5091         Specify type.
5092         [C99-based standards] (MATH_ERREXCEPT): Likewise.
5093         [C99-based standards] (math_errhandling): Specify type.
5094         [ISO99 || ISO11] (signgam): Do not allow.
5095         [non-C99-based standards] (copysignf): Do not allow.
5096         [non-C99-based standards] (exp2f): Likewise.
5097         [non-C99-based standards] (log2f): Likewise.
5098         [non-C99-based standards] (modff): Allow.
5099         [non-C99-based standards] (erff): Do not allow.
5100         [non-C99-based standards] (erfcf): Likewise.
5101         [non-C99-based standards] (gammaf): Likewise.
5102         [non-C99-based standards] (hypotf): Likewise.
5103         [non-C99-based standards] (j0f): Likewise.
5104         [non-C99-based standards] (j1f): Likewise.
5105         [non-C99-based standards] (jnf): Likewise.
5106         [non-C99-based standards] (lgammaf): Likewise.
5107         [non-C99-based standards] (tgammaf): Likewise.
5108         [non-C99-based standards] (y0f): Likewise.
5109         [non-C99-based standards] (y1f): Likewise.
5110         [non-C99-based standards] (ynf): Likewise.
5111         [non-C99-based standards] (isnanf): Likewise.
5112         [non-C99-based standards] (acoshf): Likewise.
5113         [non-C99-based standards] (asinhf): Likewise.
5114         [non-C99-based standards] (atanhf): Likewise.
5115         [non-C99-based standards] (cbrtf): Likewise.
5116         [non-C99-based standards] (expm1f): Likewise.
5117         [non-C99-based standards] (ilogbf): Likewise.
5118         [non-C99-based standards] (log1pf): Likewise.
5119         [non-C99-based standards] (logbf): Likewise.
5120         [non-C99-based standards] (nextafterf): Likewise.
5121         [non-C99-based standards] (remainderf): Likewise.
5122         [non-C99-based standards] (rintf): Likewise.
5123         [non-C99-based standards] (scalbf): Likewise.
5124         [non-C99-based standards] (copysignl): Likewise.
5125         [non-C99-based standards] (exp2l): Likewise.
5126         [non-C99-based standards] (log2l): Likewise.
5127         [non-C99-based standards] (modfl): Allow.
5128         [non-C99-based standards] (erfl): Do not allow.
5129         [non-C99-based standards] (erfcl): Likewise.
5130         [non-C99-based standards] (gammal): Likewise.
5131         [non-C99-based standards] (hypotl): Likewise.
5132         [non-C99-based standards] (j0l): Likewise.
5133         [non-C99-based standards] (j1l): Likewise.
5134         [non-C99-based standards] (jnl): Likewise.
5135         [non-C99-based standards] (lgammal): Likewise.
5136         [non-C99-based standards] (tgammal): Likewise.
5137         [non-C99-based standards] (y0l): Likewise.
5138         [non-C99-based standards] (y1l): Likewise.
5139         [non-C99-based standards] (ynl): Likewise.
5140         [non-C99-based standards] (isnanl): Likewise.
5141         [non-C99-based standards] (acoshl): Likewise.
5142         [non-C99-based standards] (asinhl): Likewise.
5143         [non-C99-based standards] (atanhl): Likewise.
5144         [non-C99-based standards] (cbrtl): Likewise.
5145         [non-C99-based standards] (expm1l): Likewise.
5146         [non-C99-based standards] (ilogbl): Likewise.
5147         [non-C99-based standards] (log1pl): Likewise.
5148         [non-C99-based standards] (logbl): Likewise.
5149         [non-C99-based standards] (nextafterl): Likewise.
5150         [non-C99-based standards] (remainderl): Likewise.
5151         [non-C99-based standards] (rintl): Likewise.
5152         [non-C99-based standards] (scalbl): Likewise.
5153         [ISO || ISO99 || ISO11] (*_t): Do not allow.
5154         [non-C99-based standards] (FP_*): Do not allow.
5155         [C99-based standards] (FP_*): Change to
5156         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
5157         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
5158         allow.
5159         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
5160         (SIG_ERR): Likewise.
5161         [X/Open-based standards] (SIG_HOLD): Likewise.
5162         (SIG_IGN): Likewise.
5163         (SIGABRT): Use macro-int-constant.  Specify type.  Require
5164         positive value.
5165         (SIGFPE): Likewise.
5166         (SIGILL): Likewise.
5167         (SIGINT): Likewise.
5168         (SIGSEGV): Likewise.
5169         (SIGTER): Likewise.
5170         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
5171         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
5172         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
5173         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
5174         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
5175         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
5176         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
5177         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
5178         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
5179         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
5180         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
5181         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
5182         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
5183         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
5184         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
5185         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
5186         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
5187         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
5188         [X/Open-based standards] (SIGTRAP): Likewise.
5189         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
5190         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
5191         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
5192         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
5193         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
5194         allow.
5195
5196 2012-05-08  Ian Wienand  <ianw@vmware.com>
5197
5198         [BZ #14080]
5199         * time/tzset.c (__tzset_parse_tz): Update default rules for
5200         daylight time changes in the Energy Policy Act of 2005.
5201
5202 2012-05-09  Andreas Jaeger  <aj@suse.de>
5203
5204         [BZ #13983]
5205         * elf/ldconfig.c (parse_conf): Change string to make clear that
5206         ldconfig only issued a warning if ld.so.conf does not exist.
5207
5208 2012-05-08  David S. Miller  <davem@davemloft.net>
5209
5210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
5211         movxtod instead of popping the value on the stack.
5212
5213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5214
5215 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
5216
5217         * config.h.in: Add HAVE_ARM_PCS_VFP.
5218
5219 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
5220
5221         [BZ #13979]
5222         * include/features.h: Warn if user requests __FORTIFY_SOURCE
5223         checking but the checks are disabled for any reason.
5224
5225 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
5226
5227         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
5228         and ELF64_R_TYPE with ELFW(R_TYPE).
5229
5230 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
5231
5232         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
5233         (ulimit): Likewise.
5234
5235         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
5236         (settimeofday): Likewise.
5237
5238 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
5239
5240         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
5241         a struct th_u2 inside the union, and move tu_block/tu_code into
5242         a new th_u3 union of tu_block/tu_code inside of that.  Move
5243         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
5244         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
5245         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
5246         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
5247         (th_stuff): Change to th_u1.tu_stuff.
5248         (th_data): Define.
5249         (th_msg): Change to th_u1.th_u2.tu_data.
5250
5251 2012-05-07  David S. Miller  <davem@davemloft.net>
5252
5253         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5254
5255         [BZ #14074]
5256         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
5257         (SETUP_PIC_REG): Use it.
5258         (SETUP_PIC_REG_LEAF): Use it.
5259
5260 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
5261
5262         [BZ #13885]
5263         [BZ #13923]
5264         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5265         USE_AS_EXPM1L.
5266         (EXPL_FINITE): Likewise.
5267         (FLDLOG): Likewise.
5268         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
5269         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
5270         e_expl.S.
5271         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5272         USE_AS_EXPM1L.
5273         (EXPL_FINITE): Likewise.
5274         (FLDLOG): Likewise.
5275         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
5276         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
5277         e_expl.S.
5278         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
5279         test of -max_value argument for long double.
5280         * sysdeps/i386/fpu/libm-test-ulps: Update.
5281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5282
5283 2012-05-06  David S. Miller  <davem@davemloft.net>
5284
5285         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
5286         quad soft-float symbols whose references which are compiler
5287         generated.
5288         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
5289
5290 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
5291
5292         [BZ #13884]
5293         [BZ #13914]
5294         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5295         USE_AS_EXP10L.
5296         (EXPL_FINITE): Likewise.
5297         (FLDLOG): Likewise.
5298         (c0): Likewise.
5299         (c1): Likewise.
5300         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
5301         Adjust comments for base varying.
5302         (__expl_finite): Change alias to EXPL_FINITE.
5303         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
5304         e_expl.S.
5305         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
5306         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
5307         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
5308         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
5309         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
5310         USE_AS_EXP10L.
5311         (EXPL_FINITE): Likewise.
5312         (FLDLOG): Likewise.
5313         (c0): Likewise.
5314         (c1): Likewise.
5315         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
5316         Adjust comments for base varying.
5317         (__expl_finite): Change alias to EXPL_FINITE.
5318         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
5319         tests for bugs.
5320         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5321
5322         [BZ #14064]
5323         * math/libm-test.inc (check_float_internal): Correct ulp
5324         calculation for subnormal expected results.
5325
5326 2012-05-06  Andreas Jaeger  <aj@suse.de>
5327
5328         * Makeconfig (+math-flags): New, set to -frounding-math.
5329         (+cflags): Add +math-flags so that all of glibc gets compiled with
5330         it.
5331
5332         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
5333
5334 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
5335
5336         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
5337         Disable one test.
5338
5339         [BZ #13787]
5340         [BZ #13922]
5341         [BZ #14036]
5342         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
5343         (__ieee754_expl): Allow for and saturate large arguments.
5344         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
5345         (u_threshold): Likewise.
5346         (__exp): Call __ieee754_exp before checking for overflow and
5347         underflow.
5348         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
5349         (u_threshold): Likewise.
5350         (__expf): Call __ieee754_expf before checking for overflow and
5351         underflow.
5352         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
5353         (u_threshold): Likewise.
5354         (__expl): Call __ieee754_expl before checking for overflow and
5355         underflow.
5356         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
5357         (__ieee754_expl): Allow for and saturate large arguments.
5358         * math/libm-test.inc (exp_test): Add another test.  Do not allow
5359         missing overflow exception on overflow.
5360         (expm1_test): Do not allow missing overflow exception on overflow.
5361
5362         * sysdeps/i386/fpu/e_expl.c: Move to ...
5363         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
5364         rather than using inline asm.
5365         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
5366         * sysdeps/x86_64/fpu/e_expl.S: Copy from
5367         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
5368
5369         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
5370         (nice): Likewise.
5371         (poll): Likewise.
5372         (signal): Likewise.
5373         (time): Likewise.
5374         (times): Likewise.
5375
5376 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
5377
5378         * sysdeps/unix/syscalls.list (adjtime): Add entry from
5379         sysdeps/unix/common/syscalls.list.
5380         (fchmod): Likewise.
5381         (fchown): Likewise.
5382         (ftruncate): Likewise.
5383         (getrusage): Likewise.
5384         (gettimeofday): Likewise.
5385         (setpgid): Likewise.
5386         (setregid): Likewise.
5387         (setreuid): Likewise.
5388         (sigaction): Likewise.
5389         (truncate): Likewise.
5390         (vhangup): Likewise.
5391         * sysdeps/unix/common/syscalls.list: Remove file.
5392         * sysdeps/unix/bsd/Implies: Don't include unix/common.
5393         * sysdeps/unix/sysv/linux/Implies: Likewise.
5394
5395 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
5396
5397         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
5398         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
5399         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
5400         Moved to ...
5401         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5402         Here.
5403         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
5404         to ...
5405         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
5406         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
5407         to ...
5408         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
5409         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
5410         to ...
5411         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
5412         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
5413         to ...
5414         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
5415         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
5416         to ...
5417         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
5418         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
5419         to ...
5420         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
5421         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
5422         to ...
5423         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
5424         Here.
5425         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
5426         to ...
5427         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
5428         Here.
5429         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
5430         to ...
5431         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
5432         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
5433         Moved to ...
5434         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
5435         Here.
5436         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
5437         to ...
5438         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
5439
5440 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
5441
5442         * sysdeps/unix/common/bits/dirent.h: Remove file.
5443         * sysdeps/unix/common/bits/fcntl.h: Likewise.
5444
5445         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
5446         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
5447         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
5448         * sysdeps/unix/bsd/isatty.c: Likewise.
5449         * sysdeps/unix/bsd/tcdrain.c: Likewise.
5450         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
5451         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
5452
5453 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5454
5455         [BZ #13563]
5456         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
5457         long double comparison inaccuracies.
5458         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
5459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5460
5461 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
5462
5463         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
5464         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
5465
5466 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
5467
5468         [BZ #14049]
5469         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
5470         nonzero digits before rounding a hex value.
5471         * stdlib/tst-strtod.c (tests): Add another test.
5472
5473 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5474
5475         * sysdeps/s390/fpu/libm-test-ulps: Update.
5476
5477 2012-05-03  Andreas Jaeger  <aj@suse.de>
5478
5479         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
5480         does not get optimized out.
5481         (malloc_opt_barrier): New.
5482
5483 2012-05-03  Andreas Jaeger  <aj@suse.de>
5484             Roland McGrath  <roland@hack.frob.com>
5485
5486         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
5487         intermediate file deletion.
5488         (generated): Add .symlist files.
5489
5490 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
5491
5492         [BZ #13775]
5493         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
5494         Redirect under this condition.
5495         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
5496         [__USE_GNU] (__dprintf_chk): Not under this condition.
5497         [__USE_GNU] (__vdprintf_chk): Likewise.
5498         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
5499         under this condition.
5500         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
5501         [__USE_XOPEN2K8] (dprintf): Define under this condition.
5502         [__USE_XOPEN2K8] (vdprintf): Likewise.
5503         [__USE_GNU] (__dprintf_chk): Not under this condition.
5504         [__USE_GNU] (__vdprintf_chk): Likewise.
5505         [__USE_GNU] (dprintf): Likewise.
5506         [__USE_GNU] (vdprintf): Likewise.
5507
5508 2012-05-03  Roland McGrath  <roland@hack.frob.com>
5509
5510         * elf/Makefile (common-generated): Set this instead of generated for
5511         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
5512         $(all-built-dso)-derived lists.
5513
5514 2012-05-03  Andreas Jaeger  <aj@suse.de>
5515
5516         * sysdeps/i386/fpu/libm-test-ulps: Update.
5517
5518         * FAQ: Removed.
5519         * FAQ.in: Likewise.
5520         * scripts/gen-FAQ.pl: Likewise.
5521         * manual/install.texi (Installation): Point to online location of
5522         FAQ.
5523         * Makefile (files-for-dist): Remove FAQ.
5524         (FAQ): Remove.
5525
5526 2012-05-02  Allan McRae  <allan@archlinux.org>
5527
5528         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
5529         (LDFLAGS-reldepmod5.so): Likewise.
5530         (LDFLAGS-reldep6mod1.so): Likewise.
5531         (LDFLAGS-reldep6mod4.so): Likewise.
5532         (LDFLAGS-reldep8mod3.so): Likewise.
5533         (LDFLAGS-unload4mod1.so): Likewise.
5534         (LDFLAGS-unload4mod2.so): Likewise.
5535         (LDFLAGS-tst-initorder): Likewise.
5536         (LDFLAGS-tst-initordera2.so): Likewise.
5537         (LDFLAGS-tst-initordera3.so): Likewise.
5538         (LDFLAGS-tst-initordera4.so): Likewise.
5539         (LDFLAGS-tst-initorderb2.so): Likewise.
5540         (LDFLAGS-noload): Likewise.
5541         (LDFLAGS-next): Likewise.
5542         (LDFLAGS-order2mod1.so): Likewise.
5543         (LDFLAGS-order2mod2.so): Likewise.
5544         (LDFLAGS-tst-initorder2): Likewise.
5545         (LDFLAGS-tst-initorder2a.so): Likewise.
5546         (LDFLAGS-tst-initorder2b.so): Likewise.
5547         (LDFLAGS-tst-initorder2c.so): Likewise.
5548         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
5549
5550 2012-05-02  David S. Miller  <davem@davemloft.net>
5551
5552         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5553
5554 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
5555
5556         [BZ #14055]
5557         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
5558
5559 2012-05-02  Andreas Jaeger  <aj@suse.de>
5560
5561         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
5562         since we manipulate rounding mode.
5563         (CPPFLAGS-test-idouble.c): Likewise.
5564         (CPPFLAGS-test-ifloat.c): Likewise.
5565         (CFLAGS-test-ldouble.c): Likewise.
5566         (CFLAGS-test-double.c): Likewise.
5567         (CFLAGS-test-float.c): Likewise.
5568         (CFLAGS-test-misc.c): Likewise.
5569         (CFLAGS-test-test-fenv.c): Likewise.
5570
5571 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5572
5573         [BZ #2550]
5574         [BZ #2570]
5575         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
5576         comparisons to determine direction to adjust input.
5577
5578 2012-05-01  Roland McGrath  <roland@hack.frob.com>
5579
5580         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
5581         output to the target.
5582
5583         * scripts/localplt.awk: New file.
5584         * elf/Makefile ($(objpfx)check-localplt): Target removed.
5585         (check-localplt-CFLAGS): Variable removed.
5586         ($(all-built-dso:=.jmprel)): New static pattern rule.
5587         (generated): Add those targets.
5588         (localplt-built-dso): New variable.
5589         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
5590
5591         * elf/check-localplt.c: File removed.
5592
5593         * scripts/check-execstack.awk: New file.
5594         * elf/Makefile ($(objpfx)check-execstack): Target removed.
5595         (check-execstack-CFLAGS): Variable removed.
5596         ($(objpfx)check-execstack.h): Target removed.
5597         ($(objpfx)execstack-default): New target.
5598         (generated): Add that instead of check-execstack.h.
5599         ($(all-built-dso:=.phdr)): New static pattern rule.
5600         (generated): Add those targets.
5601         * elf/check-execstack.c: File removed.
5602
5603         * scripts/check-textrel.awk: New file.
5604         * elf/Makefile ($(objpfx)check-textrel): Target removed.
5605         (check-textrel-CFLAGS): Variable removed.
5606         (all-built-dso): Use := to define.o
5607         ($(all-built-dso:=.dyn)): New static pattern rule.
5608         (generated): Add those targets.
5609         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
5610         * config.make.in (READELF): New substituted variable.
5611         * elf/check-textrel.c: File removed.
5612
5613 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
5614
5615         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
5616         allow.
5617         * conform/data/ctype.h-data [C99-based standards] (isblank):
5618         Expect function.
5619         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
5620         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
5621         [ISO || ISO99 || ISO11] (*_t): Do not allow.
5622         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
5623         Specify type.  Require positive value.
5624         (EILSEQ): Likewise.
5625         (ERANGE): Likewise.
5626         [ISO || POSIX] (EILSEQ): Do not expect.
5627         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
5628         Specify type.  Require positive value.
5629         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
5630         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
5631         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
5632         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
5633         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
5634         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
5635         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
5636         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
5637         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
5638         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
5639         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
5640         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
5641         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
5642         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
5643         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
5644         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
5645         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
5646         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
5647         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
5648         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
5649         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
5650         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
5651         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
5652         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
5653         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
5654         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
5655         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
5656         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
5657         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
5658         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
5659         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
5660         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
5661         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
5662         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
5663         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
5664         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
5665         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
5666         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
5667         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
5668         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
5669         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
5670         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
5671         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
5672         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
5673         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
5674         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
5675         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
5676         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
5677         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
5678         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
5679         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
5680         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
5681         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
5682         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
5683         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
5684         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
5685         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
5686         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
5687         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
5688         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
5689         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
5690         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
5691         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
5692         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
5693         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
5694         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
5695         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
5696         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
5697         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
5698         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
5699         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
5700         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
5701         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
5702         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
5703         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
5704         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
5705         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
5706         Require >= 2.
5707         (FLT_ROUNDS): Expect as macro, not constant.
5708         (FLT_MANT_DIG): Use macro-int-constant.
5709         (DBL_MANT_DIG): Likewise.
5710         (LDBL_MANT_DIG): Likewise.
5711         (FLT_DIG): Likewise.
5712         (DBL_DIG): Likewise.
5713         (LDBL_DIG): Likewise.
5714         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
5715         (DBL_MIN_EXP): Likewise.
5716         (LDBL_MIN_EXP): Likewise.
5717         (FLT_MAX_EXP): Use macro-int-constant.
5718         (DBL_MAX_EXP): Likewise.
5719         (LDBL_MAX_EXP): Likewise.
5720         (FLT_MAX_10_EXP): Likewise.
5721         (DBL_MAX_10_EXP): Likewise.
5722         (LDBL_MAX_10_EXP): Likewise.
5723         (FLT_MAX): Use macro-constant.
5724         (DBL_MAX): Likewise.
5725         (LDBL_MAX): Likewise.
5726         (FLT_EPSILON): Use macro-constant.  Give upper bound.
5727         (DBL_EPSILON): Likewise.
5728         (LDBL_EPSILON): Likewise.
5729         (FLT_MIN): Likewise.
5730         (DBL_MIN): Likewise.
5731         (LDBL_MIN): Likewise.
5732         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
5733         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
5734         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
5735         [ISO11] (FLT_HAS_SUBNORM): Likewise.
5736         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
5737         [ISO11] (DBL_DECIMAL_DIG): Likewise.
5738         [ISO11] (FLT_DECIMAL_DIG): Likewise.
5739         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
5740         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
5741         [ISO11] (FLT_TRUE_MIN): Likewise.
5742         [ISO11] (LDBL_TRUE_MIN): Likewise.
5743         [ISO || ISO99 || ISO11] (*_t): Do not allow.
5744         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
5745         (SCHAR_MIN): Use macro-int-constant.  Specify type.
5746         (SCHAR_MAX): Likewise.
5747         (UCHAR_MAX): Likewise.
5748         (CHAR_MIN): Likewise.
5749         (CHAR_MAX): Likewise.
5750         (MB_LEN_MAX): Use macro-int-constant.
5751         (SHRT_MIN): Use macro-int-constant.  Specify type.
5752         (SHRT_MAX): Likewise.
5753         (USHRT_MAX): Likewise.
5754         (INT_MAX): Likewise.
5755         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
5756         bound negative.
5757         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
5758         bound with "U".
5759         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
5760         bound with "L".
5761         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
5762         bound negative.  Suffix upper bound with "L".
5763         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
5764         bound with "UL".
5765         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
5766         Specify type.
5767         [C99-based standards] (LLONG_MAX): Likewise.
5768         [C99-based standards] (ULLONG_MAX): Likewise.
5769         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
5770         == 0.
5771         [ISO11] (max_align_t): Require type.
5772         [ISO || ISO99 || ISO11] (*_t): Do not allow.
5773
5774         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
5775         from $CFLAGS, without defining away __attribute__ calls.
5776         (checknamespace): Use $CFLAGS_namespace.
5777
5778         * conform/conformtest.pl (@keywords): Only include C99 keywords
5779         for standards based on C99 or C11.
5780
5781         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
5782         Disable tests.
5783         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
5784         UNIX98]: Likewise.
5785
5786         * conform/conformtest.pl: Handle "macro-int-constant" and test for
5787         usability of symbols in #if.
5788
5789         * conform/conformtest.pl: If macro or constant types start
5790         "promoted:", expect the symbol to be of the following type
5791         promoted by the integer promotions.
5792
5793         * conform/conformtest.pl: Parse all "constant" and "macro" lines
5794         in one place.  Also handle "macro-constant".
5795
5796         * conform/conformtest.pl: Only accept expected macro values with
5797         "==".  Parse all "macro" lines in one place.
5798         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
5799
5800         * conform/conformtest.pl: Handle braced types on "constant" lines
5801         instead of handling "typed-constant".
5802         * conform/data/signal.h-data: Use "constant" instead of
5803         "typed-constant".
5804
5805         * conform/conformtest.pl: Handle "optional-" at start of lines in
5806         one place rather than duplicating several cases.  Handle each
5807         format of "macro" line with initial "optional-".
5808
5809         * conform/conformtest.pl: Only accept expected constant or
5810         optional-constant values with "==".  Parse all "constant" lines in
5811         one place.  Parse all "optional-constant" lines in one place.
5812         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
5813         * conform/data/fmtmsg.h-data: Likewise.
5814         * conform/data/netinet/in.h-data: Likewise.
5815         * conform/data/tar.h-data: Likewise.
5816         * conform/data/limits.h-data: Use "==" form on "constant" and
5817         "optional-constant" lines.
5818
5819         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
5820         Use -std=c99 for XOPEN2K.
5821         (@knownproblems): Remove.
5822         (newtoken): Don't check %isknown.
5823
5824         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
5825         Do not expect macro.
5826         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
5827         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
5828         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
5829         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
5830         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
5831         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
5832         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
5833         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
5834         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
5835         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
5836         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
5837         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
5838         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
5839         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
5840         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
5841         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
5842         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
5843         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
5844         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
5845         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
5846         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
5847         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
5848         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
5849         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
5850         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
5851         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
5852         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
5853         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
5854         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
5855         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
5856         [XPG3] (acosh): Likewise.
5857         [XPG3] (asinh): Likewise.
5858         [XPG3] (atanh): Likewise.
5859         [XPG3] (cbrt): Likewise.
5860         [XPG3] (expm1): Likewise.
5861         [XPG3] (ilogb): Likewise.
5862         [XPG3] (log1p): Likewise.
5863         [XPG3] (logb): Likewise.
5864         [XPG3] (nextafter): Likewise.
5865         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
5866         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
5867         [XPG3] (remainder): Likewise.
5868         [XPG3] (rint): Likewise.
5869         [XPG3 || XPG4 || UNIX98] (round): Likewise.
5870         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
5871         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
5872         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
5873         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
5874         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
5875         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
5876         [UNIX98 || XOPEN2K] (scalb): Expect.
5877         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
5878         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
5879         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
5880         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
5881         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
5882         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
5883         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
5884         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
5885         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
5886         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
5887         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
5888         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
5889         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
5890         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
5891         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
5892         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
5893         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
5894         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
5895         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
5896         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
5897         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
5898         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
5899         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
5900         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
5901         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
5902         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
5903         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
5904         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
5905         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
5906         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
5907         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
5908         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
5909         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
5910         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
5911         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
5912         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
5913         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
5914         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
5915         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
5916         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
5917         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
5918         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
5919         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
5920         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
5921         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
5922         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
5923         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
5924         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
5925         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
5926         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
5927         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
5928         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
5929         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
5930         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
5931         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
5932         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
5933         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
5934         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
5935         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
5936         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
5937         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
5938         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
5939         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
5940         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
5941         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
5942         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
5943         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
5944         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
5945         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
5946         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
5947         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
5948         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
5949         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
5950         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
5951         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
5952         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
5953         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
5954         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
5955         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
5956         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
5957         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
5958         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
5959         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
5960         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
5961         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
5962         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
5963         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
5964         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
5965         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
5966         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
5967         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
5968         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
5969         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
5970         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
5971         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
5972         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
5973         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
5974         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
5975         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
5976         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
5977         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
5978         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
5979         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
5980         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
5981         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
5982         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
5983         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
5984         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
5985         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
5986         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
5987         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
5988         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
5989         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
5990         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
5991         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
5992         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
5993         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
5994         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
5995         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
5996         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
5997         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
5998         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
5999         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
6000         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
6001         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
6002         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
6003         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
6004         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
6005         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
6006         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
6007         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
6008         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
6009         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
6010         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
6011         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
6012         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
6013         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
6014
6015         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
6016         _XOPEN_SOURCE_EXTENDED for XPG4.
6017
6018         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
6019
6020         * Makeconfig (localtime): Remove variable.
6021         (inst_localtime-file): Likewise.
6022
6023 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6024
6025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6026         Update.
6027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6028         Update.
6029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6030         Update.
6031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6032         Update.
6033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6034         Update.
6035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
6036         Update.
6037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6038         Update.
6039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
6040         Update.
6041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6042         Update.
6043
6044 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
6045
6046         [BZ #2550]
6047         [BZ #2570]
6048         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
6049         comparisons to determine direction to adjust input.
6050         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
6051         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
6052         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
6053         Likewise.
6054         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
6055         Likewise.
6056         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
6057         Likewise.
6058         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6059         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
6060         Likewise.
6061         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
6062         Likewise.
6063         * math/libm-test.inc (nexttoward_test): Add more tests.
6064
6065 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6066
6067         [BZ #14040]
6068         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
6069         in version GLIBC_2.1, not GLIBC_2.0.
6070         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
6071         Likewise.
6072
6073 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
6074
6075         [BZ #13942]
6076         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
6077         (1 - x) * (1 + x).
6078         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
6079         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
6080         * math/libm-test.inc (acos_test): Add more tests.
6081         (asin_test): Likewise.
6082         * sysdeps/i386/fpu/libm-test-ulps: Update.
6083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6084
6085         [BZ #14034]
6086         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
6087         of square root.
6088         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
6089         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
6090         * math/libm-test.inc (acos_test_tonearest): New function.
6091         (acos_test_towardzero): Likewise.
6092         (acos_test_downward): Likewise.
6093         (acos_test_upward): Likewise.
6094         (asin_test_tonearest): Likewise.
6095         (asin_test_towardzero): Likewise.
6096         (asin_test_downward): Likewise.
6097         (asin_test_upward): Likewise.
6098         (main): Call the new functions.
6099         * sysdeps/i386/fpu/libm-test-ulps: Update.
6100         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6101
6102         [BZ #13884]
6103         [BZ #13924]
6104         * math/e_exp10.c: Include <float.h>.
6105         (__ieee754_exp10): Handle underflow here rather than multiplying
6106         large negative argument by M_LN10.
6107         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
6108         of __ieee754_expf.
6109         * math/e_exp10l.c: Include <float.h>.
6110         (__ieee754_exp10l): Handle underflow here rather than multiplying
6111         large negative argument by M_LN10l.
6112         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
6113         spurious overflow exception on underflow.
6114
6115 2012-04-29  Marek Polacek  <polacek@redhat.com>
6116
6117         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
6118         (__fortify_function): New macro.
6119         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
6120         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
6121         __extern_always_inline.
6122         * libio/bits/stdio2.h: Likewise.
6123         * libio/bits/stdio.h: Likewise.
6124         * string/string.h: Likewise.
6125         * string/bits/string3.h: Likewise.
6126         * include/stdio.h: Likewise.
6127         * stdlib/bits/stdlib.h: Likewise.
6128         * stdlib/stdlib.h: Likewise.
6129         * rt/bits/mqueue2.h: Likewise.
6130         * rt/mqueue.h: Likewise.
6131         * posix/bits/unistd.h: Likewise.
6132         * posix/unistd.h: Likewise.
6133         * io/bits/poll2.h: Likewise.
6134         * io/bits/fcntl2.h: Likewise.
6135         * io/fcntl.h: Likewise.
6136         * io/sys/poll.h: Likewise.
6137         * misc/bits/syslog.h: Likewise.
6138         * misc/bits/syslog-ldbl.h: Likewise.
6139         * misc/sys/syslog.h: Likewise.
6140         * socket/bits/socket2.h: Likewise.
6141         * socket/sys/socket.h: Likewise.
6142         * debug/tst-chk1.c: Likewise.
6143         * wcsmbs/bits/wchar2.h: Likewise.
6144         * wcsmbs/bits/wchar-ldbl.h: Likewise.
6145         * wcsmbs/wchar.h: Likewise.
6146
6147 2012-04-29  Andreas Jaeger  <aj@suse.de>
6148
6149         * Makerules (tests): Remove enable-check-abi protection.
6150         (check-abi-warn): Remove.
6151         (check-abi-%): Remove check-abi-warn usage.
6152
6153         * configure.in: Remove check-abi configure option.
6154         * configure: Regenerated.
6155         * config.make.in (enable-check-abi): Remove.
6156
6157 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
6158
6159         [BZ #14033]
6160         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
6161         double functions to double *_finite functions.
6162
6163         [BZ #13941]
6164         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
6165         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
6166         LDBL_MIN_EXP.
6167         * stdio-common/Makefile (tests): Add tst-sprintf3.
6168         * stdio-common/tst-sprintf3.c: New file.
6169
6170         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
6171         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
6172
6173 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
6174
6175         * conform/conformtest.pl: Remove duplicate typed-constant
6176         handling.
6177
6178 2012-04-28  David S. Miller  <davem@davemloft.net>
6179
6180         * Makerules (%.abilist): Add vpath on sysdep_dirs.
6181         (check-abi-%): Remove AWK script prerequisite and explicit
6182         abilist directory.
6183         (check-abi): Rewrite to just diff the symlist with the abilist.
6184         (config-tls, config-abi-config): Delete, no longer used.
6185         (update-abi-%): Remove AWK script and explicit abilist directory.
6186         (update-abi): Rewrite to simply compare and conditionally copy the
6187         symlist and the sysdep abilist file.  Remove update-abi-config
6188         checks.
6189         * abilist/ld.abilist: Remove.
6190         * abilist/libBrokenLocale.abilist: Remove.
6191         * abilist/libanl.abilist: Remove.
6192         * abilist/libcrypt.abilist: Remove.
6193         * abilist/libdl.abilist: Remove.
6194         * abilist/librt.abilist: Remove.
6195         * abilist/libthread_db.abilist: Remove.
6196         * abilist/libutil.abilist: Remove.
6197         * scripts/extract-abilist.awk: Remove.
6198         * scripts/merge-abilist.awk: Remove.
6199         * sysdeps/generic/libcidn.abilist: New file.
6200         * sysdeps/generic/libnss_compat.abilist: New file.
6201         * sysdeps/generic/libnss_db.abilist: New file.
6202         * sysdeps/generic/libnss_dns.abilist: New file.
6203         * sysdeps/generic/libnss_files.abilist: New file.
6204         * sysdeps/generic/libnss_hesiod.abilist: New file.
6205         * sysdeps/generic/libnss_nis.abilist: New file.
6206         * sysdeps/generic/libnss_nisplus.abilist: New file.
6207         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
6208         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
6209         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
6210         file.
6211         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
6212         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
6213         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
6214         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
6215         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
6216         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
6217         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
6218         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
6219         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
6220         file.
6221         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
6222         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
6223         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
6224         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
6225         file.
6226         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
6227         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
6228         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
6229         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
6230         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
6231         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
6232         file.
6233         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
6234         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
6235         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
6236         file.
6237         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
6238         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
6239         New file.
6240         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
6241         New file.
6242         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
6243         New file.
6244         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
6245         New file.
6246         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
6247         New file.
6248         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
6249         New file.
6250         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
6251         New file.
6252         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
6253         New file.
6254         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
6255         New file.
6256         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
6257         New file.
6258         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
6259         New file.
6260         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
6261         New file.
6262         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
6263         New file.
6264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
6265         file.
6266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6267         New file.
6268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6269         New file.
6270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
6271         file.
6272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6273         New file.
6274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6275         New file.
6276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
6277         file.
6278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6279         New file.
6280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6281         New file.
6282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6283         New file.
6284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6285         New file.
6286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6287         New file.
6288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6289         New file.
6290         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
6291         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
6292         file.
6293         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6294         New file.
6295         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
6296         file.
6297         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
6298         file.
6299         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
6300         file.
6301         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
6302         file.
6303         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
6304         file.
6305         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6306         New file.
6307         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
6308         file.
6309         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
6310         file.
6311         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6312         New file.
6313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
6314         file.
6315         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
6316         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
6317         file.
6318         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6319         New file.
6320         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
6321         file.
6322         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
6323         file.
6324         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
6325         file.
6326         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
6327         file.
6328         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
6329         file.
6330         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6331         New file.
6332         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
6333         file.
6334         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
6335         file.
6336         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6337         New file.
6338         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
6339         file.
6340         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
6341         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
6342         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
6343         file.
6344         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
6345         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
6346         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
6347         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
6348         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
6349         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
6350         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
6351         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
6352         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
6353         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
6354         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
6355         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
6356         file.
6357         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6358         New file.
6359         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
6360         file.
6361         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
6362         file.
6363         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
6364         file.
6365         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
6366         file.
6367         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
6368         file.
6369         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6370         New file.
6371         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6372         New file.
6373         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
6374         file.
6375         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6376         New file.
6377         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
6378         file.
6379         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
6380         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
6381         file.
6382         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6383         New file.
6384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
6385         file.
6386         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
6387         file.
6388         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
6389         file.
6390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
6391         file.
6392         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
6393         file.
6394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6395         New file.
6396         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6397         New file.
6398         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
6399         file.
6400         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6401         New file.
6402         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
6403         file.
6404
6405 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
6406
6407         * conform/conformtest.pl: Fix typo in handling typed-constant from
6408         allow-header.
6409
6410 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
6411
6412         * README: Cut down references to pre-2.6 Linux kernels and
6413         Linuxthreads.  Update lists of configurations in libc and ports
6414         and sort alphabetically.  Say "or newer" with Linux kernel version
6415         requirements.
6416
6417         * config.h.in [IS_IN_build]: Allow compiling without optimization.
6418
6419 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
6420
6421         [BZ #887]
6422         * math/libm-test.inc (logb_test_downward): New test to expose
6423         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
6424         rounding mode.
6425
6426 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
6427
6428         [BZ #14027]
6429         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
6430         to be done.
6431         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
6432         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
6433
6434 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
6435
6436         * sysdeps/unix/i386/brk.S: Remove file.
6437         * sysdeps/unix/i386/dl-brk.S: Likewise.
6438         * sysdeps/unix/i386/pipe.S: Likewise.
6439         * sysdeps/unix/i386/sigreturn.S: Likewise.
6440         * sysdeps/unix/i386/syscall.S: Likewise.
6441         * sysdeps/unix/i386/vfork.S: Likewise.
6442         * sysdeps/unix/i386/wait.S: Likewise.
6443
6444         * sysdeps/unix/common/tcsendbrk.c: Move to ...
6445         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
6446
6447         * configure.in (arm*-none*): Do not allow without
6448         --enable-hacker-mode.
6449         (netbsd*): Remove case setting base_os.
6450         (386bsd*): Likewise.
6451         (freebsd*): Likewise.
6452         (bsdi*): Likewise.
6453         (osf*): Likewise.
6454         (sunos*): Likewise.
6455         (ultrix*): Likewise.
6456         (newsos*): Likewise.
6457         (dynix*): Likewise.
6458         (*bsd*): Likewise.
6459         (sysv*): Likewise.
6460         (isc*): Likewise.
6461         (esix*): Likewise.
6462         (sco*): Likewise.
6463         (minix*): Likewise.
6464         (irix4*): Likewise.
6465         (irix6*): Likewise.
6466         (solaris[2-9]*): Likewise.
6467         (none): Likewise.
6468         * configure: Regenerated.
6469
6470 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6471
6472         [BZ #11521]
6473         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
6474         overflow or cancellation in calculating denominator.
6475         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
6476         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
6477         down expression to avoid unexpected rounding in newer GCCs.
6478         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
6479
6480 2012-04-26  David S. Miller  <davem@davemloft.net>
6481
6482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
6483         long-double compat symbols.
6484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
6485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
6486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
6487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
6488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
6489         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
6490         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
6491         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
6492         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
6493         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
6494         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
6495         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
6496         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
6497
6498 2012-04-25  David S. Miller  <davem@davemloft.net>
6499
6500         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
6501         HWCAP_* values only after the memory barriers have been defined.
6502         (atomic_full_barrier): Define.
6503         (atomic_read_barrier): Define.
6504         (atomic_write_barrier): Define.
6505
6506 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6507
6508         * shlib-versions: Add libgcc_s version information.
6509         * sysdeps/generic/libgcc_s.h: Remove.
6510         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
6511         libgcc_s.h.
6512         * sysdeps/gnu/unwind-resume.c: Likewise.
6513         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
6514
6515 2012-04-25  David S. Miller  <davem@davemloft.net>
6516
6517         * sysdeps/unix/sparc/brk.S: Delete.
6518         * sysdeps/unix/sparc/dl-brk.S: Delete.
6519         * sysdeps/unix/sparc/pipe.S: Delete.
6520         * sysdeps/unix/sparc/sysdep.S: Delete.
6521         * sysdeps/unix/sparc/sysdep.h: Delete.
6522         * sysdeps/unix/sparc/vfork.S: Delete.
6523         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
6524         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
6525         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
6526         ret_ERRVAL, r0, r1, MOVE): Define.
6527         (JUMPTARGET): Remove.
6528         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
6529         sysdeps/unix/sparc/sysdep.h
6530         (ENTRY, END): Remove.
6531         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6532
6533 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
6534
6535         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
6536         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
6537         -DIS_IN_build.
6538
6539         * timezone/README: Update upstream location and email address for
6540         tzcode and tzdata.
6541         * timezone/zdump.c: Update from tzcode 2012b.
6542         * timezone/zic.c: Likewise.
6543
6544         * configure.in (libc_cv_as_needed): Remove test.
6545         * configure: Regenerated.
6546         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
6547         conditional definition.
6548         [$(have-as-needed) != yes] (no-as-needed): Likewise.
6549         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
6550         * config.make.in (have-as-needed): Remove variable.
6551
6552 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6553             Paul Pluzhnikov  <ppluzhnikov@google.com>
6554
6555         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
6556         strings correctly.
6557
6558 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
6559
6560         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
6561         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
6562         * sysdeps/sh/strlen.S: Likewise.
6563
6564 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
6565
6566         * sysdeps/unix/fork.S: Remove file.
6567         * sysdeps/unix/i386/fork.S: Likewise.
6568         * sysdeps/unix/sparc/fork.S: Likewise.
6569
6570         * sysdeps/unix/system.c: Remove file.
6571         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
6572
6573         * sysdeps/unix/getegid.S: Remove file.
6574         * sysdeps/unix/geteuid.S: Likewise.
6575
6576 2012-04-24  Roland McGrath  <roland@hack.frob.com>
6577
6578         * scripts/check-localplt.awk: New file.
6579         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
6580         of diff.
6581         * scripts/data/localplt-generic.data: Add a comment.
6582
6583         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
6584         NODE when __dir_mkfile failed.
6585         * sysdeps/mach/hurd/symlinkat.c: Likewise.
6586         Reported by Ludovic Courtès <ludo@gnu.org>.
6587
6588 2012-04-24  Andreas Jaeger  <aj@suse.de>
6589
6590         * Makerules (common-clean): Also remove gen-as-const-headers
6591         files.
6592
6593 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
6594
6595         * Makerules (native-compile): Do not change working directory for
6596         build.  Use $(OUTPUT_OPTION) in command.
6597         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
6598
6599 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6600
6601         [BZ #13886]
6602         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
6603         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
6604         * math/libm-test.inc (floor_test): Add more tests.
6605         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
6606
6607 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
6608
6609         * sysdeps/unix/getdents.c: Remove file.
6610         * sysdeps/unix/sysv/getdents.c: Likewise.
6611         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
6612
6613         * sysdeps/unix/syscalls.list (madvise): Add syscall from
6614         sysdeps/unix/mman/syscalls.list.
6615         (mmap): Likewise.
6616         (mprotect): Likewise.
6617         (msync): Likewise.
6618         (munmap): Likewise.
6619         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
6620         * sysdeps/unix/mman/syscalls.list: Remove.
6621         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
6622
6623         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
6624         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
6625         * configure: Regenerated.
6626         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
6627         $(libgcc_s_suffix).
6628         * config.make.in (libgcc_s_suffix): Remove variable.
6629
6630 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
6631
6632         * sysdeps/unix/sysv/gethostname.c: Move to ...
6633         * sysdeps/posix/gethostname.c: ... here.
6634
6635         * sysdeps/unix/execve.S: Remove file.
6636
6637         * sysdeps/unix/_exit.S: Remove file.
6638
6639 2012-04-23  Andreas Jaeger  <aj@suse.de>
6640
6641         [BZ #13739]
6642         * manual/Makefile: Remove make dist support, there's no
6643         need for a stand-alone documentation tar ball.
6644         (TEXI2DVI): Define always, it's not in Makeconfig.
6645         (dist): Removed.
6646         (tar-it): Removed.
6647         (edition): Removed.
6648         (glibc-doc-$(edition).tar): Removed
6649         (%.Z): Removed.
6650         (%.gz): Removed.
6651         (%.uu): Removed.
6652         (ETAGS): Remove, it's in Makeconfig.
6653         (move-if-change): Remove, it's in Makeconfig.
6654
6655 2013-04-23  Paul Eggert  <eggert@cs.ucla.edu>
6656
6657         [BZ #13970]
6658         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
6659         (strtod, strtof, strtold, strtol, strtoul, strtoq)
6660         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
6661         (strtod_l, strtof_l, strtold_l): Remove __wur.
6662         It is not necessarily an error to ignore strtol's return value.
6663         One can reliably look at the stored endptr to decide whether
6664         the number had valid syntax.
6665
6666 2012-04-21  Andreas Jaeger  <aj@suse.de>
6667
6668         [BZ #13739]
6669         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
6670
6671 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
6672
6673         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
6674         * sysdeps/unix/sysv/Versions: Remove file.
6675
6676 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
6677
6678         [BZ #13927]
6679         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6680
6681 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
6682
6683         [BZ #7064]
6684         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
6685         version from __vm86.
6686
6687 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
6688
6689         * sysdeps/unix/common/lxstat.c: Remove file.
6690         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
6691
6692         * sysdeps/unix/sysv/Makefile: Remove file.
6693
6694         * sysdeps/unix/sysv/direct.h: Remove file.
6695
6696         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
6697         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
6698         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
6699         * sysdeps/unix/sysv/bits/signum.h: Likewise.
6700         * sysdeps/unix/sysv/bits/stat.h: Likewise.
6701         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
6702         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
6703
6704         * sysdeps/unix/sysv/setrlimit.c: Remove file.
6705
6706         * sysdeps/unix/xmknod.c: Remove file.
6707         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
6708
6709         * sysdeps/unix/sysv/settimeofday.c: Remove file.
6710
6711         * sysdeps/unix/sysv/i386/time.S: Remove file.
6712
6713         * sysdeps/unix/fxstat.c: Remove file.
6714         * sysdeps/unix/xstat.c: Likewise.
6715         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
6716
6717         * sysdeps/unix/sysv/sigaction.c: Remove file.
6718
6719         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
6720         (sysdep_headers): Remove variable.
6721         [termio.h not in sysdep_headers] (generated): Likewise.
6722         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
6723         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
6724         * sysdeps/unix/sysv/tcdrain.c: Likewise.
6725         * sysdeps/unix/sysv/tcflow.c: Likewise.
6726         * sysdeps/unix/sysv/tcflush.c: Likewise.
6727         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
6728         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
6729         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
6730         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
6731         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
6732
6733         * sysdeps/unix/siglist.c: Remove file.
6734
6735         * sysdeps/unix/getppid.S: Remove file.
6736
6737         * sysdeps/unix/mkdir.c: Remove file.
6738         * sysdeps/unix/rmdir.c: Likewise.
6739
6740 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
6741
6742         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
6743         ERR_MAX value.
6744         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
6745         errlist-compat value.
6746
6747 2012-04-18  David S. Miller  <davem@davemloft.net>
6748
6749         * sysdeps/generic/memcopy.h (reg_char): Delete.
6750         * debug/strcat_chk.c: Use char, not reg_char.
6751         * debug/strcpy_chk.c: Likewise.
6752         * debug/strncat_chk.c: Likewise.
6753         * debug/strncpy_chk.c: Likewise.
6754         * string/memchr.c: Likewise.
6755         * string/memrchr.c: Likewise.
6756         * string/rawmemchr.c: Likewise.
6757         * string/strcat.c: Likewise.
6758         * string/strchr.c: Likewise.
6759         * string/strchrnul.c: Likewise.
6760         * string/strcmp.c: Likewise.
6761         * string/strcpy.c: Likewise.
6762         * string/strncat.c: Likewise.
6763         * string/strncmp.c: Likewise.
6764         * string/strncpy.c: Likewise.
6765
6766 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
6767
6768         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
6769         __builtin_memcopy is called when src and dest ranges are known to not
6770         overlap.
6771
6772 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
6773
6774         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
6775         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
6776         fwd_align_merge macro call.
6777         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
6778         bwd_align_merge macro call.
6779         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
6780
6781 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
6782
6783         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
6784         bwd_align_merge macros.
6785         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
6786         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
6787         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
6788
6789 2012-04-18  David S. Miller  <davem@davemloft.net>
6790
6791         * sysdeps/sparc/sparc64/memcopy.h: Delete.
6792
6793 2012-04-18  Andreas Jaeger  <aj@suse.de>
6794
6795         [BZ# 6794]
6796         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
6797         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
6798         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
6799
6800         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
6801         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
6802         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
6803
6804         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
6805         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
6806         Adjust for changed ldbl-128 files.
6807
6808         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
6809         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
6810         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
6811
6812 2012-04-17  David S. Miller  <davem@davemloft.net>
6813
6814         * sysdeps/sparc/sparc32/memcopy.h: Delete.
6815
6816 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
6817
6818         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
6819         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
6820         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
6821         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
6822         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
6823         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
6824
6825 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6826
6827         [BZ #6794]
6828         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
6829         * math/libm-test.inc: Add ilogb errno and exception tests.
6830         * math/w_ilogb.c: New file: ilogb wrapper.
6831         * math/w_ilogbf.c: New file: ilogbf wrapper.
6832         * math/w_ilogbl.c: New file: ilogbl wrapper.
6833         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
6834         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
6835         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
6836         exception being thrown with 0.0 as argument.
6837         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
6838         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
6839         exception being thrown with 0.0 as argument.
6840         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
6841         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
6842         exception being thrown with 0.0 as argument.
6843         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
6844         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
6845         exception being thrown with 0.0 as argument.
6846         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
6847         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
6848         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
6849         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
6850         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
6851         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
6852         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
6853         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
6854         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
6855
6856 2012-04-17  Petr Baudis  <pasky@ucw.cz>
6857
6858         * include/sys/uio.h: Change __vector to __iovec to avoid clash
6859         with altivec.
6860
6861 2012-04-16  Marek Polacek  <polacek@redhat.com>
6862
6863         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
6864
6865 2012-04-16  Marek Polacek  <polacek@redhat.com>
6866
6867         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
6868         operands of fdivp instruction.
6869
6870 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
6871
6872         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
6873         * elf/tst-auditmod3b.c: Likewise.
6874         * elf/tst-auditmod4b.c: Likewise.
6875         * elf/tst-auditmod5b.c: Likewise.
6876         * elf/tst-auditmod6b.c: Likewise.
6877         * elf/tst-auditmod6c.c: Likewise.
6878         * elf/tst-auditmod7b.c: Likewise.
6879         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
6880         * sysdeps/x86_64/preconfigure.in: Likewise.
6881         * sysdeps/x86_64/preconfigure: Regenerated.
6882
6883 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
6884
6885         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
6886         __ILP32__.
6887
6888 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
6889
6890         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
6891         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
6892
6893 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
6894
6895         [BZ #13973]
6896         * locale/iso-639.def: Fix gl language name. Spotted by
6897         Yaron Shahrabani.
6898
6899 2012-04-12  Roland McGrath  <roland@hack.frob.com>
6900
6901         [BZ #2074]
6902         * libio/libio.h (__io_write_fn): Update comment.
6903
6904 2012-04-12  Petr Baudis  <pasky@ucw.cz>
6905
6906         [BZ #2074]
6907         * stdio.texi (Hook Functions): The user provided writer function
6908         is not allowed to return -1.
6909
6910 2012-04-11  David S. Miller  <davem@davemloft.net>
6911
6912         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6913
6914 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
6915
6916         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
6917         Add a leading slash to rtkaio.
6918
6919 2012-04-11  Jim Meyering  <meyering@redhat.com>
6920
6921         [BZ #11959]
6922         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
6923         It is not necessarily an error to ignore fwrite's return
6924         value.  One can reliably use ferror to test for errors after
6925         the fact.
6926
6927 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
6928
6929         * bits/types.h (__snseconds_t): New type.
6930         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
6931
6932         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
6933         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
6934         (__SNSECONDS_T_TYPE): Likewise.
6935         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
6936         (__SNSECONDS_T_TYPE): Likewise.
6937         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
6938         (__SNSECONDS_T_TYPE): Likewise.
6939
6940 2012-04-10  Andreas Jaeger  <aj@suse.de>
6941
6942         [BZ #2636]
6943         * manual/time.texi (Processor Time): Return type of times is
6944         elapsed real time since an arbitrary point in the past.
6945         (CPU Time): Move CLK_TCK from here...
6946         (Processor Time): ...to here.  Correct description.
6947         * manual/conf.texi (Constants for Sysconf): Correct description of
6948         _SC_CLK_TCK.
6949
6950 2012-04-10  David S. Miller  <davem@davemloft.net>
6951
6952         [BZ #13967]
6953         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
6954         where the is a gap between DT_REL(A) and DT_JMPREL.
6955
6956 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
6957
6958         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
6959         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
6960         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
6961
6962 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6963
6964         * elf/dl-support.c (_dl_inhibit_cache): New variable.
6965         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
6966         (dl_main): Handle --inhibit-cache.
6967         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
6968         _dl_inhibit_cache.
6969         * elf/dl-load.c (_dl_map_object): Use it.
6970         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
6971
6972 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
6973
6974         [BZ #13872]
6975         * sysdeps/i386/fpu/e_powl.S (p78): New object.
6976         (__ieee754_powl): Saturate large exponents rather than testing for
6977         overflow of y*log2(x).
6978         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
6979         * math/libm-test.inc (pow_test): Do not permit spurious overflow
6980         exceptions.
6981
6982         [BZ #11521]
6983         * math/s_ctan.c: Include <float.h>.
6984         (__ctan): Avoid internal overflow or cancellation in calculating
6985         denominator.
6986         * math/s_ctanf.c: Likewise.
6987         * math/s_ctanl.c: Likewise.
6988         * math/s_ctanh.c: Likewise.
6989         * math/s_ctanhf.c: Likewise.
6990         * math/s_ctanhl.c: Likewise.
6991         * math/libm-test.inc (ctan_test): Add more tests.
6992         (ctanh_test): Likewise.
6993         * sysdeps/i386/fpu/libm-test-ulps: Update.
6994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6995
6996 2012-04-09  Andreas Jaeger  <aj@suse.de>
6997
6998         [BZ #6894]
6999         * manual/filesys.texi (Directory Entries): Mention that d_namlen
7000         is an optional BSD extension.
7001
7002         [BZ #10254]
7003         * manual/stdio.texi (Opening Streams): Document additional fopen
7004         parameters.
7005
7006 2012-04-09  Roland McGrath  <roland@hack.frob.com>
7007
7008         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
7009         %eax without telling the compiler.
7010
7011 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
7012
7013         [BZ # 13963]
7014         * manual/install.texi: Use sourceware.org.
7015
7016 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
7017
7018         [BZ #13873]
7019         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
7020         (__ieee754_pow): Generate overflow and underflow using huge*huge
7021         and tiny*tiny rather than just returning constant infinity or zero
7022         for large exponents.
7023         * math/libm-test.inc (pow_test): Require overflow exceptions for
7024         applicable cases of large exponents.
7025
7026         [BZ #706]
7027         * sysdeps/i386/fpu/e_pow.S (p10): New object.
7028         (__ieee754_pow): Use iterative multiplication algorithm only for
7029         integer exponents with absolute value below 1024.  Check for odd
7030         integer exponents when using algorithm for real exponents.
7031         * math/libm-test.inc (pow_test): Add more tests.
7032         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7033
7034 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
7035
7036         [BZ #13705]
7037         * math/libm-test.inc (exp_test): Do not allow overflow exception
7038         on underflow test.
7039
7040 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
7041
7042         [BZ #13705]
7043         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
7044         instead of __kernel_standard_f.
7045
7046 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
7047
7048         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
7049         * sysdeps/x86_64/memset_chk.S: Likewise.
7050
7051 2012-04-08  Andreas Jaeger  <aj@suse.de>
7052
7053         [BZ #10153]
7054         * manual/startup.texi (Environment Access): Describe return value
7055         for putenv and setenv.
7056
7057         [BZ #6895]
7058         * manual/filesys.texi (Directory Entries): Add description for
7059         DT_LNK.
7060
7061         [BZ #6890]
7062         * manual/filesys.texi (Directory Entries): Clarify that it's file
7063         system not operating system in the description of DT_UNKNOWN.
7064
7065         [BZ #6578]
7066         * manual/syslog.texi (closelog): Fix reference, it's openlog.
7067
7068 2012-04-08  Stephen Compall  <s11@member.fsf.org>
7069
7070         [BZ #6649]
7071         * manual/llio.texi (Opening and Closing Files): Add cross
7072         reference to explain mode argument.
7073
7074 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
7075
7076         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
7077         * sysdeps/x86_64/memset_chk.S: Likewise.
7078
7079 2012-04-07  David S. Miller  <davem@davemloft.net>
7080
7081         * elf/elf.h (R_SPARC_WDISP10): Define.
7082         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
7083         R_SPARC_SIZE32.
7084         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
7085         R_SPARC_SIZE64 and R_SPARC_H34.
7086
7087 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
7088
7089         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
7090         conditions and remove no longer applicable assertion.
7091
7092 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
7093
7094         * bits/byteswap.h: Include <features.h>.
7095         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
7096         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
7097
7098 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
7099
7100         * bits/byteswap.h (__bswap_16): Removed.
7101         Include <bits/byteswap-16.h> to get __bswap_16.
7102         * sysdeps/i386/bits/byteswap.h: Likewise.
7103         * sysdeps/s390/bits/byteswap.h: Likewise.
7104         * sysdeps/x86_64/bits/byteswap.h: Likewise.
7105         * bits/byteswap-16.h: New file.
7106         * sysdeps/i386/bits/byteswap-16.h: Likewise.
7107         * sysdeps/s390/bits/byteswap-16.h: Likewise.
7108         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
7109         * string/Makefile (headers): Add bits/byteswap-16.h.
7110
7111 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
7112
7113         [BZ #13895]
7114         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
7115         extra indirection.
7116         * nss/Makefile (tests-static, tests): Add tst-nss-static.
7117         * nss/tst-nss-static.c: New.
7118
7119 2012-04-06  Robert Millan  <rmh@gnu.org>
7120
7121         [BZ #6486]
7122         * manual/llio.texi (File Position Primitive): lseek
7123         refers to WHENCE when it really means OFFSET.
7124
7125 2012-04-06  Andreas Jaeger  <aj@suse.de>
7126
7127         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
7128         strncmp declarations.
7129
7130         * abilist/libc.abilist: Add __poll and __ppoll.
7131
7132 2012-04-05  David S. Miller  <davem@davemloft.net>
7133
7134         * scripts/check-local-headers.sh: Accept a host triplet in the
7135         path matched by the exclude regexp.
7136
7137         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
7138         definition.
7139         * sysdeps/powerpc/powerpc32/dl-machine.h
7140         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
7141         * sysdeps/s390/s390-32/dl-machine.h
7142         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
7143         * sysdeps/sparc/sparc32/dl-machine.h
7144         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
7145         * sysdeps/sparc/sparc64/dl-machine.h
7146         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
7147
7148         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
7149         lazy binding.
7150         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
7151         undefined symbol errors.
7152
7153         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
7154         DT_NEEDED entries.
7155
7156 2012-04-05  Michael Matz  <matz@suse.de>
7157
7158         [BZ #13592]
7159         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
7160
7161 2012-04-05  Andreas Jaeger  <aj@suse.de>
7162
7163         [BZ #13908]
7164         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
7165         comment.
7166
7167 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
7168
7169         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
7170         which ROUND is no valid rounding mode.
7171
7172 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
7173
7174         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
7175         read again.
7176         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
7177
7178 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
7179
7180         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
7181         an exception using FPU order intentionally.
7182
7183 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
7184
7185         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
7186         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
7187         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
7188         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
7189
7190 2012-04-05  Simon Josefsson  <simon@josefsson.org>
7191
7192         [BZ #12340]
7193         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
7194         EINVAL when BUFLEN is too smal.
7195
7196 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
7197
7198         [BZ #13553]
7199         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
7200         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7201
7202 2012-04-03  Andreas Jaeger  <aj@suse.de>
7203
7204         [BZ #13938]
7205         * manual/setjmp.texi (System V contexts): Fix sentence.
7206
7207         [BZ #13926]
7208         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
7209         New macro for this case.
7210         [!__GNUC__] (__bswap_64): New inline function for this case.
7211         * sysdeps/x86_64/bits/byteswap.h: Likewise.
7212         * bits/byteswap.h: Likewise.
7213         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
7214         ull, guard with __GLIBC_HAVE_LONG_LONG.
7215
7216         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
7217         __GLIBC_HAVE_LONG_LONG.
7218
7219         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
7220         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
7221
7222 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
7223
7224         [BZ #13691]
7225         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
7226         inptr and inend, rather than using last_ch.
7227
7228 2012-04-02  David S. Miller  <davem@davemloft.net>
7229
7230         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
7231         * stdio-common/printf-parse.h (read_int): Change return type to
7232         'int', return -1 on INT_MAX overflow.
7233         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
7234         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
7235         overflows INT_MAX.  Check for overflow of in-format-string precision
7236         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
7237         SIZE_MAX not INT_MAX for integer overflow test.
7238         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
7239         skip the construct in the format string but do not record anything.
7240         * stdio-common/bug22.c: Adjust to test both width/prevision
7241         INT_MAX overflow as well as total length INT_MAX overflow.  Check
7242         explicitly for proper errno values.
7243
7244 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
7245
7246         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
7247         CHAR_MAX.
7248         * string/test-strcmp.c [! WIDE]: Likewise.
7249         * time/tst-mktime2.c: Likewise for INT_MAX.
7250         * string/test-string.h: #include <sys/param.h> for MIN.
7251
7252         * csu/init-first.c (__libc_init_first): Call __ctype_init.
7253         * sysdeps/i386/init-first.c (init): Likewise.
7254         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
7255         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
7256         * sysdeps/sh/init-first.c (init): Likewise.
7257
7258 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
7259
7260         * po/ru.po: Update from translation team.
7261         * po/vi.po: Likewise.
7262
7263 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
7264
7265         * resolv/nss_dns/dns-host.c: Merge copyright years.
7266
7267 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
7268
7269         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
7270         Optimize memcpy with prefetch if
7271         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
7272         src, dst pointers have unequal 16 byte alignments.
7273
7274 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7275
7276         [BZ #13928]
7277         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
7278         from a CNAME entry and return the minimum ttl for the query.
7279         (gaih_getanswer_slice): Likewise.
7280
7281 2012-03-30  Jeff Law  <law@redhat.com>
7282
7283         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
7284         due to long keys.
7285         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
7286         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
7287
7288         * resolv/nss_dns/dns-host.c: Update copyright year.
7289
7290 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
7291
7292         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
7293         requests to save a system call.  Fix check that all bytes are sent.
7294
7295         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
7296         comments for sendmmsg.
7297
7298 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
7299
7300         [BZ #13691]
7301         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
7302         with only 1 character between 0x0041 and 0x01b0.
7303         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
7304         * wcsmbs/tst-mbsnrtowcs.c: New file.
7305
7306 2012-03-29  David S. Miller  <davem@davemloft.net>
7307
7308         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
7309         small copies by hand.
7310
7311 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7312
7313         [BZ #13761]
7314         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
7315         _nss_compat_initgroups_dyn): Fall back to malloc/free
7316         for large group memberships.
7317
7318 2012-03-28  David S. Miller  <davem@davemloft.net>
7319
7320         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
7321         that branches into memcpy.
7322         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
7323         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
7324         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
7325         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
7326         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
7327         bits.
7328         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
7329         implementation too.
7330         * sysdeps/sparc/mempcpy.S: New file.
7331
7332         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
7333         the IFUNC routine in the libc case.
7334         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
7335
7336         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
7337         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
7338         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
7339         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
7340         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
7341         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
7342         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
7343         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
7344
7345         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
7346         loop to 256 bytes instead of 64 bytes and fix test signedness.
7347
7348         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
7349         * sysdeps/sparc/sparc32/Makefile: rather than here...
7350         * sysdeps/sparc/sparc64/Makefile: and here.
7351
7352 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
7353
7354         * malloc/mallocbug.c: Avoid warnings about unused variables.
7355
7356 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7357
7358         [BZ #13760]
7359         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
7360         in the right place. Discard and retry query if response is
7361         larger than input buffer size.
7362
7363 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
7364
7365         [BZ #369]
7366         [BZ #2678]
7367         [BZ #3866]
7368         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
7369         x for large integer exponent.
7370         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7371         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
7372         sign of result as needed afterwards.
7373         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7374         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
7375         result for underflowing pow the same as for overflow.
7376         (__kernel_standard_l): Handle powl overflow and underflow here
7377         rather than calling __kernel_standard.
7378         * math/libm-test.inc (pow_test): Add more tests.
7379
7380         [BZ #3868]
7381         [BZ #13879]
7382         [BZ #13910]
7383         [BZ #13911]
7384         [BZ #13912]
7385         [BZ #13913]
7386         [BZ #13915]
7387         [BZ #13916]
7388         [BZ #13917]
7389         [BZ #13918]
7390         [BZ #13919]
7391         [BZ #13920]
7392         [BZ #13921]
7393         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
7394         * sysdeps/ieee754/k_standard.c: Include <float.h>.
7395         (__kernel_standard_l): New function.
7396         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
7397         __kernel_standard.
7398         * math/w_acosl.c (__acosl): Likewise.
7399         * math/w_asinl.c (__asinl): Likewise.
7400         * math/w_atan2l.c (__atan2l): Likewise.
7401         * math/w_atanhl.c (__atanhl): Likewise.
7402         * math/w_coshl.c (__coshl): Likewise.
7403         * math/w_exp10l.c (__exp10l): Likewise.
7404         * math/w_exp2l.c (__exp2l): Likewise.
7405         * math/w_fmodl.c (__fmodl): Likewise.
7406         * math/w_hypotl.c (__hypotl): Likewise.
7407         * math/w_j0l.c (__j0l, __y0l): Likewise.
7408         * math/w_j1l.c (__j1l, __y1l): Likewise.
7409         * math/w_jnl.c (__jnl, __ynl): Likewise.
7410         * math/w_lgammal.c (__lgammal): Likewise.
7411         * math/w_log10l.c (__log10l): Likewise.
7412         * math/w_log2l.c (__log2l): Likewise.
7413         * math/w_logl.c (__logl): Likewise.
7414         * math/w_powl.c (__powl): Likewise.
7415         * math/w_remainderl.c (__remainderl): Likewise.
7416         * math/w_scalbl.c (sysv_scalbl): Likewise.
7417         * math/w_sinhl.c (__sinhl): Likewise.
7418         * math/w_sqrtl.c (__sqrtl): Likewise.
7419         * math/w_tgammal.c (__tgammal): Likewise.
7420         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
7421         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
7422         * math/libm-test.inc (acos_test): Add more tests.
7423         (acosh_test): Likewise.
7424         (asin_test): Likewise.
7425         (atanh_test): Likewise.
7426         (exp_test): Likewise.
7427         (exp10_test): Likewise.
7428         (exp2_test): Likewise.
7429         (expm1_test): Likewise.
7430         (lgamma_test): Likewise.
7431         (log_test): Likewise.
7432         (log10_test): Likewise.
7433         (log1p_test): Likewise.
7434         (log2_test): Likewise.
7435         (pow_test): Do not allow some spurious overflow exceptions.
7436         (sqrt_test): Add more tests.
7437         (tgamma_test): Likewise.
7438         (y0_test): Likewise.
7439         (y1_test): Likewise.
7440         (yn_test): Likewise.
7441
7442 2012-03-27  Anton Blanchard  <anton@samba.org>
7443
7444         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
7445         MAP_HUGETLB.
7446         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
7447         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
7448         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
7449
7450 2012-03-27  David S. Miller  <davem@davemloft.net>
7451
7452         * conform/Makefile: Run run-conformtest.sh using $(BASH).
7453
7454         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
7455         have-as-vis3 check.
7456
7457 2012-03-27  Andreas Jaeger  <aj@suse.de>
7458
7459         * sysdeps/x86_64/elf/configure.in: Moved to ...
7460         * sysdeps/x86_64/configure.in: ... here.
7461         * sysdeps/x86_64/elf/start.S: Moved to ...
7462         * sysdeps/x86_64/start.S: ... here.
7463         * sysdeps/x86_64/elf/configure: Delete.
7464
7465         * sysdeps/x86_64/configure.in: Merge contents from
7466         sysdeps/i386/configure.in (without i686 check).
7467
7468         * sysdeps/i386/elf/Versions: Merge into ...
7469         * sysdeps/i386/Versions: ... this.
7470         * sysdeps/i386/elf/Versions: Delete file.
7471         * sysdeps/i386/elf/start.S: Moved to ...
7472         * sysdeps/i386/start.S: ...here.
7473         * sysdeps/i386/elf/configure.in: Merge into...
7474         * sysdeps/i386/configure.in: ...here.
7475         * sysdeps/i386/elf/configure.in: Delete file.
7476         * sysdeps/i386/elf/configure: Delete file.
7477
7478         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
7479         * debug/backtracesyms.c: ... here.
7480         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
7481         * debug/backtracesymsfd.c: ... here.
7482         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
7483         * sysdeps/generic/ifunc-sel.h: ... here.
7484
7485         * sysdeps/unix/i386/start.c: Delete file.
7486         * sysdeps/unix/sparc/start.c: Delete file.
7487         * sysdeps/unix/start.c: Delete file.
7488
7489         * sysdeps/sh/elf/configure.in: Moved to ...
7490         * sysdeps/sh/configure.in: ... here.
7491         * sysdeps/sh/elf/start.S: Moved to ...
7492         * sysdeps/sh/start.S: ... here.
7493         * sysdeps/sh/elf/configure: Delete file.
7494
7495         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
7496         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
7497         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
7498         * sysdeps/powerpc/powerpc64/entry.h: ... here.
7499         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
7500         * sysdeps/powerpc/powerpc64/start.S: here.
7501         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
7502         * sysdeps/powerpc/powerpc64/Makefile: ... this.
7503         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
7504         * sysdeps/powerpc/powerpc64/configure.in: ... this.
7505         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
7506
7507         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
7508         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
7509         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
7510         * sysdeps/powerpc/powerpc32/start.S: ... here.
7511         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
7512         * sysdeps/powerpc/powerpc32/configure.in: ... this.
7513         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
7514
7515         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
7516         * sysdeps/powerpc/ifunc-sel.h: ... here.
7517         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
7518         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
7519
7520         * sysdeps/sparc/elf/configure.in: Moved to ...
7521         * sysdeps/sparc/configure.in: ... here.
7522         * sysdeps/sparc/elf/configure: Delete file.
7523         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
7524         * sysdeps/sparc/sparc32/start.S: ... here.
7525         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
7526         * sysdeps/sparc/sparc64/start.S: ... here.
7527         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
7528         * sysdeps/sparc/sparc32/Makefile: ... this.
7529         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
7530         * sysdeps/sparc/sparc64/Makefile: ... this.
7531
7532         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
7533         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
7534         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
7535         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
7536         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
7537         * sysdeps/s390/s390-32/setjmp.S: ... here.
7538         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
7539         * sysdeps/s390/s390-32/configure.in: ... here.
7540         * sysdeps/s390/s390-32/elf/configure: Delete file.
7541         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
7542         * sysdeps/s390/s390-32/start.S: ... here.
7543
7544         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
7545         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
7546         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
7547         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
7548         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
7549         * sysdeps/s390/s390-64/setjmp.S: ... here.
7550         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
7551         * sysdeps/s390/s390-64/configure.in: ... here
7552         * sysdeps/s390/s390-64/elf/configure: Delete file.
7553         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
7554         * sysdeps/s390/s390-64/start.S: ... here.
7555         * sysdeps/s390/s390-64/elf/configure: Delete.
7556
7557         * configure.in: Remove support for elf directories in sysdeps.
7558
7559         * configure: Regenerated.
7560         * sysdeps/i386/configure: Regenerated.
7561         * sysdeps/powerpc/powerpc32/configure: Regenerated.
7562         * sysdeps/powerpc/powerpc64/configure: Regenerated.
7563         * sysdeps/s390/s390-32/configure: Regenerated.
7564         * sysdeps/s390/s390-64/configure: Regenerated.
7565         * sysdeps/sh/configure: Regenerated.
7566         * sysdeps/sparc/configure: Regenerated.
7567         * sysdeps/x86_64/configure: Regenerated.
7568
7569 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
7570
7571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7572
7573         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
7574         denormal result into account.
7575
7576 2012-03-25  Roland McGrath  <roland@hack.frob.com>
7577
7578         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
7579         Reported by Allan McRae <allan@archlinux.org>.
7580
7581 2012-03-23  Jeff Law  <law@redhat.com>
7582
7583         * nss/getnssent.c (__nss_getent): Fix typo.
7584
7585 2012-03-23  David S. Miller  <davem@davemloft.net>
7586
7587         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7588
7589 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
7590
7591         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
7592         to pad to uint64_t for each field.
7593         (dl_tls_index): Replace unsigned long with uint64_t.
7594
7595 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
7596         Paul Pluzhnikov  <ppluzhnikov@google.com>
7597
7598         [BZ #6528]
7599         * grp/Makefile (otherlibs): Don't set it.
7600         * inet/Makefile (otherlibs): Likewise.
7601         * login/Makefile (otherlibs): Likewise.
7602         * nscd/Makefile (otherlibs): Likewise.
7603         * posix/Makefile (otherlibs): Likewise.
7604         * pwd/Makefile (otherlibs): Likewise.
7605         * rt/Makefile (otherlibs): Likewise.
7606         * sunrpc/Makefile (otherlibs): Likewise.
7607         * nss/Makefile (otherlibs): Likewise.
7608         Add libnss_files to routines and static-only-routines.
7609         ($(objpfx)getent): Remove rule.
7610         * resolv/Makefile: Add libnss_dns and libresolv to routines and
7611         static-only-routines.
7612
7613 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
7614
7615         [BZ #13892]
7616         * math/s_cexp.c: Include <float.h>.
7617         (__cexp): Handle exp result overflowing not necessarily
7618         overflowing both real and imaginary parts of result.
7619         * math/s_cexpf.c: Likewise.
7620         * math/s_cexpl.c: Likewise.
7621         * math/libm-test.inc (cexp_test): Add more tests.
7622         * sysdeps/i386/fpu/libm-test-ulps: Update.
7623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7624
7625 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
7626
7627         * include/link.h (ELFW): New macro.
7628         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
7629         Replace ELF64_R_TYPE with ELFW(R_TYPE).
7630
7631 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
7632
7633         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
7634         with uint64_t.
7635
7636 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
7637
7638         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
7639         declaration.
7640         (struct La_x32_retval): Likewise.
7641
7642 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
7643
7644         * sysdeps/x86_64/preconfigure.in: New file.
7645         * sysdeps/x86_64/preconfigure: New generated file.
7646
7647 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
7648
7649         [BZ #13824]
7650         * math/e_exp2l.c: Include <float.h>.
7651         (__ieee754_exp2l): Handle overflow and underflow cases
7652         separately.  Only pass fractional part of argument to
7653         __ieee754_expl.
7654         * math/libm-test.inc (exp2_test): Add more tests.
7655
7656         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
7657         negating x to take absolute value.
7658         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
7659         Likewise.
7660         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
7661         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
7662         Likewise.
7663         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
7664         computing low part if x was negated.
7665         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
7666
7667 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
7668
7669         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
7670         la_x32_gnu_pltexit.
7671         (pltexit): Cast int_retval to ptrdiff_t.
7672         * elf/tst-auditmod3b.c: Likewise.
7673         * elf/tst-auditmod4b.c: Likewise.
7674         * elf/tst-auditmod5b.c: Likewise.
7675         * elf/tst-auditmod6b.c: Likewise.
7676         * elf/tst-auditmod6c.c: Likewise.
7677         * elf/tst-auditmod7b.c: Likewise.
7678
7679         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
7680         and x32_gnu_pltexit.
7681
7682         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
7683         __ELF_NATIVE_CLASS.
7684         (La_x32_regs): New macro.
7685         (La_x32_retval): Likewise.
7686         (la_x32_gnu_pltenter): New function prototype.
7687         (la_x32_gnu_pltexit): Likewise.
7688
7689 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
7690
7691         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
7692         exponent.
7693
7694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7695
7696         * configure.in (libc_cv_cc_nofma): Check for option to disable
7697         generation of FMA instructions.
7698         * configure: Regenerate.
7699         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
7700         * sysdeps/ieee754/dbl-64/Makefile: New file.
7701         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
7702         Remove brandred-fma4.
7703         (CFLAGS-brandred-fma4.c): Remove.
7704         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
7705         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
7706         define.
7707         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
7708         define.
7709
7710 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
7711
7712         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
7713         LLONG_MAX != LONG_MAX.
7714         (_itoa_word): Use _ITOA_WORD_TYPE on value.
7715         (_fitoa_word): Likewise.
7716         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
7717         LLONG_MAX != LONG_MAX.
7718         * stdio-common/_itowa.h: Include <_itoa.h>.
7719         (_itowa_word): Use _ITOA_WORD_TYPE on value.
7720         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
7721         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
7722         only if not defined.
7723         (_ITOA_WORD_TYPE): Likewise.
7724         (_itoa_word): Use _ITOA_WORD_TYPE on value.
7725         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
7726
7727 2012-03-21  David S. Miller  <davem@davemloft.net>
7728
7729         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7730
7731 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
7732
7733         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
7734         of x86_64 when setting libc_cv_slibdir, libdir and
7735         libc_cv_localedir.
7736         * sysdeps/unix/sysv/linux/configure: Regenerated.
7737
7738 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
7739
7740         * manual/lang.texi (Old Varargs): Remove section.
7741         (How Variadic): Update menu.
7742         (va_start): Do not mention varargs.h.
7743
7744 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
7745             Joseph Myers  <joseph@codesourcery.com>
7746
7747         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
7748         link test.
7749         * configure: Regenerated.
7750
7751 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
7752
7753         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
7754         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
7755         conformtest.pl
7756
7757 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
7758
7759         * NOTES: Remove.
7760         * Makefile (files-for-dist): Remove NOTES.
7761         (NOTES): Remove rule.
7762         * README: Don't refer to NOTES.
7763         * manual/creature.texi: Don't include macros.texi.
7764         * manual/intro.texi (creature.texi): Remove comment referring to
7765         NOTES.
7766
7767         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
7768         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
7769         * configure: Regenerated.
7770         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
7771         LIBC_TRY_CC_OPTION.
7772         (libc_cv_as_i686): Likewise.
7773         (libc_cv_cc_avx): Likewise.
7774         (libc_cv_cc_sse2avx): Likewise.
7775         (libc_cv_cc_fma4): Likewise.
7776         (libc_cv_cc_novzeroupper): Likewise.
7777         * sysdeps/i386/configure: Regenerated.
7778
7779         [BZ #13883]
7780         * sysdeps/i386/fpu/s_cexp.S: Remove.
7781         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
7782         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
7783         * math/libm-test.inc (cexp_test): Add more tests.
7784         * sysdeps/i386/fpu/libm-test-ulps: Update.
7785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7786
7787 2012-03-21  Allan McRae  <allan@archlinux.org>
7788
7789         * timezone/Makefile: Do not install iso3166.tab and zone.tab
7790
7791 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
7792
7793         [BZ #13871]
7794         * math/w_exp2.c: Do not include <float.h>.
7795         (o_threshold, u_threshold): Remove.
7796         (__exp2): Calculate result before checking finiteness and calling
7797         __kernel_standard.
7798         * math/w_exp2f.c: Likewise.
7799         * math/w_exp2l.c: Likewise.
7800         * math/libm-test.inc (exp2_test): Require overflow exception for
7801         1e6 input.
7802
7803         [BZ #3866]
7804         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
7805         range of signed 64-bit integers before using fistpll.  Remove
7806         checks for whether integers fit in mantissa bits.
7807         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
7808         the range of signed 32-bit integers before using fistpl.  Remove
7809         checks for whether integers fit in mantissa bits.
7810         * sysdeps/i386/fpu/e_powl.S (p64): New object.
7811         (__ieee754_powl): Test for y outside the range of signed 64-bit
7812         integers before using fistpll.  Reduce 64-bit values to 63-bit
7813         ones as needed.
7814         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
7815         divide-by-zero is raised for zero to large negative powers.
7816         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
7817         (__ieee754_powl): Test for y outside the range of signed 64-bit
7818         integers before using fistpll.  Reduce 64-bit values to 63-bit
7819         ones as needed.
7820         * math/libm-test.inc (pow_test): Add more tests.
7821
7822 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
7823
7824         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
7825         <stdio-common/_itoa.h>.
7826         * debug/segfault.c: Likewise.
7827         * elf/dl-cache.c: Likewise.
7828         * elf/dl-minimal.c: Likewise.
7829         * elf/dl-misc.c: Likewise.
7830         * elf/dl-sysdep.c: Likewise.
7831         * elf/dl-version.c: Likewise.
7832         * elf/rtld.c: Likewise.
7833         * hurd/hurdsock.c: Likewise.
7834         * hurd/lookup-retry.c: Likewise.
7835         * malloc/malloc.c: Likewise.
7836         * malloc/mtrace.c: Likewise.
7837         * nscd/nscd_getgr_r.c: Likewise.
7838         * nscd/nscd_getpw_r.c: Likewise.
7839         * nscd/nscd_getserv_r.c: Likewise.
7840         * posix/getopt_init.c: Likewise.
7841         * posix/wordexp.c: Likewise.
7842         * stdio-common/_itoa.c: Likewise.
7843         * stdio-common/printf_fphex.c: Likewise.
7844         * stdio-common/vfprintf.c: Likewise.
7845         * string/_strerror.c: Likewise.
7846         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
7847         * sysdeps/i386/i686/hp-timing.h: Likewise.
7848         * sysdeps/mach/_strerror.c: Likewise.
7849         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
7850         * sysdeps/mach/hurd/sethostid.c: Likewise.
7851         * sysdeps/mach/hurd/xmknodat.c: Likewise.
7852         * sysdeps/mach/xpg-strerror.c: Likewise.
7853         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
7854         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7855         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
7856         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
7857         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7858         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
7859         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7860         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7861         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
7862         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
7863         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
7864         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
7865         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
7866         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
7867         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
7868         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
7869         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
7870         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
7871         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7872         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7873         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
7874
7875         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
7876
7877         * stdio-common/_itoa.h: Moved to ...
7878         * sysdeps/generic/_itoa.h: Here.
7879
7880         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
7881
7882         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
7883         instead of "_itoa.h" and "_itowa.h".
7884         * stdio-common/vfprintf.: Likewise.
7885
7886 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
7887
7888         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
7889         <bits/wordsize.h>.
7890         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
7891         (__signbit): Likwise.
7892         (llrintf): Likwise.
7893         (llrint): Likwise.
7894
7895 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
7896
7897         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
7898         __WORDSIZE != 64.
7899
7900 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
7901
7902         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
7903         OVERFLOW_EXCEPTION_OK.
7904         * math/libm-test.inc ("Philosophy"): Update comment about
7905         exception testing.
7906         (OVERFLOW_EXCEPTION): Define.
7907         (OVERFLOW_EXCEPTION_OK): Likewise.
7908         (INVALID_EXCEPTION_OK): Renumber.
7909         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
7910         (IGNORE_ZERO_INF_SIGN): Likewise.
7911         (test_exceptions): Handle FE_OVERFLOW.
7912         (exp10_test): Expect overflow exceptions.
7913         (exp2_test): Likewise.
7914         (expm1_test): Likewise.
7915         (nextafter_test): Likewise.
7916         (pow_test): Likewise.
7917         (scalbn_test): Likewise.
7918         (scalbln_test): Likewise.
7919
7920 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
7921
7922         * sysdeps/x86_64/bits/atomic.h
7923         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
7924         64bit integer.
7925         (atomic_exchange_acq): Likewise.
7926         (__arch_exchange_and_add_body): Likewise.
7927         (__arch_add_body): Likewise.
7928         (atomic_add_negative): Likewise.
7929         (atomic_add_zero): Likewise.
7930
7931 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
7932
7933         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
7934         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
7935
7936 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
7937
7938         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
7939         Check __x86_64__ instead of __WORDSIZE.
7940
7941 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
7942
7943         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
7944
7945 2012-03-19  David S. Miller  <davem@davemloft.net>
7946
7947         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7948
7949         * sysdeps/sparc/fpu/fenv_private.h: New file.
7950         * sysdeps/sparc/fpu/math_private.h: Use it.
7951         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
7952         Remove.
7953         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
7954         (libc_feholdexcept_setroundl): Remove.
7955         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
7956         Remove.
7957         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
7958         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
7959
7960 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
7961
7962         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
7963         int64_t instead of long int.
7964         (INSERT_WORDS64): Likwise.
7965
7966 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
7967
7968         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
7969         _Unwind_GetCFA return to _Unwind_Ptr first.
7970
7971 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
7972
7973         [BZ #13629]
7974         * math/s_clog.c: Include <float.h>.
7975         (__clog): Scale large or subnormal inputs.
7976         * math/s_clogf.c: Likewise.
7977         * math/s_clogl.c: Likewise.
7978         * math/s_clog10.c: Include <float.h>.
7979         (M_LOG10_2): Define.
7980         (__clog10): Scale large or subnormal inputs.
7981         * math/s_clog10f.c: Likewise.
7982         * math/s_clog10l.c: Likewise.
7983         * math/libm-test.inc (clog_test): Add more tests.
7984         (clog10_test): Likewise.
7985         * sysdeps/i386/fpu/libm-test-ulps: Update.
7986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7987
7988         [BZ #11451]
7989         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
7990         x and y.
7991         * math/libm-test.inc (atan2_test): Add another test.
7992
7993         * Makerules (common-objdir-compile): Remove.
7994         * sysdeps/unix/Makefile (config-generated): Do not add
7995         $(unix-generated) to variable.
7996         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
7997         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
7998         Remove rule.
7999         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
8000         Likewise.
8001         [generic bits/local_lim.h] (before-compile): Do not append to
8002         variable.
8003         [generic bits/local_lim.h] (common-generated): Likewise.
8004         [generic sys/param.h] (before-compile): Do not append to variable.
8005         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
8006         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
8007         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
8008         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
8009         include.
8010         [generic sys/param.h] (sys/param.h-includes): Remove variable.
8011         [generic sys/param.h] (sys/param.h-includes): Remove rule.
8012         [generic sys/param.h] ($(addprefix
8013         $(common-objpfx),$(sys/param.h-includes))): Likewise.
8014         [generic sys/param.h] (common-generated): Do not append to
8015         variable.
8016         [generic sys/param.h] (sysdep_headers): Likewise.
8017         [generic bits/errno.h] (before-compile): Do not append to
8018         variable.
8019         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
8020         rule.
8021         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
8022         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
8023         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
8024         [generic bits/errno.h] (common-generated): Do not append to
8025         variable.
8026         [generic bits/ioctls.h] (before-compile): Do not append to
8027         variable.
8028         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
8029         rule.
8030         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
8031         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
8032         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
8033         rule.
8034         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
8035         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
8036         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
8037         [generic bits/ioctls.h] (common-generated): Do not append to
8038         variable.
8039         [generic sys/syscall.h] (syscall.h): Remove variable.
8040         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
8041         rule.
8042         [generic sys/syscall.h] (before-compile): Do not append to
8043         variable.
8044         [generic sys/syscall.h] (common-generated): Likewise.
8045         * sysdeps/unix/errnos-tmpl.c: Remove file.
8046         * sysdeps/unix/errnos.awk: Likewise.
8047         * sysdeps/unix/ioctls-tmpl.c: Likewise.
8048         * sysdeps/unix/ioctls.awk: Likewise.
8049         * sysdeps/unix/mk-local_lim.c: Likewise.
8050         * sysdeps/unix/snarf-ioctls: Likewise.
8051
8052 2012-03-19  Richard Henderson  <rth@twiddle.net>
8053
8054         * sysdeps/i386/fpu/fenv_private.h: New file.
8055         * sysdeps/i386/fpu/math_private.h: Use it.
8056         (math_opt_barrier, math_force_eval): Remove.
8057         (libc_feholdexcept_setround_53bit): Remove.
8058         (libc_feupdateenv_53bit): Remove.
8059         * sysdeps/x86_64/fpu/math_private.h: Likewise.
8060         (math_opt_barrier, math_force_eval): Remove.
8061         (libc_feholdexcept): Remove.
8062         (libc_feholdexcept_setround): Remove.
8063         (libc_fetestexcept, libc_fesetenv): Remove.
8064         (libc_feupdateenv_test): Remove.
8065         (libc_feupdateenv, libc_feholdsetround): Remove.
8066         (libc_feresetround): Remove.
8067
8068         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
8069         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
8070
8071         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
8072         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
8073         (libc_feupdateenv_testl): New.
8074         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
8075         (libc_feupdateenv_testf): New.
8076         (libc_feupdateenv): Use libc_feupdateenv_test.
8077         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
8078         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
8079
8080         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
8081         (libc_feholdsetroundf, libc_feholdsetroundl): New.
8082         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
8083         (libc_feresetround_noex): New.
8084         (libc_feresetround_noexf): New.
8085         (libc_feresetround_noexl): New.
8086         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
8087         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
8088         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
8089         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
8090         SET_RESTORE_ROUND.
8091         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
8092         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
8093         (__cos): Likewise.
8094         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
8095         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
8096         SET_RESTORE_ROUND_NOEX.
8097         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
8098         SET_RESTORE_ROUND_NOEXF.
8099         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
8100         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
8101         (libc_feholdsetroundf): New.
8102         (libc_feresetround, libc_feresetroundf): New.
8103
8104         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
8105         (libc_feholdexcept_setround_53bit): Convert from macro to function.
8106         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
8107
8108         * sysdeps/generic/math_private.h: Include <fenv.h>.
8109         (default_libc_feholdexcept): New.
8110         (default_libc_feholdexcept_setround): New.
8111         (default_libc_fesetenv, default_libc_feupdateenv): New.
8112         (libc_feholdexcept): Only define if undefined.
8113         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
8114         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
8115         (libc_feholdexcept_setroundl): Likewise.
8116         (libc_feholdexcept_setround_53bit): Likewise.
8117         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
8118         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
8119         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
8120         (libc_feupdateenv_53bit): Likewise.
8121         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
8122         (libc_feholdexcept): Convert from macro to inline function.
8123         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
8124         (libc_fesetenv, libc_feupdateenv): Likewise.
8125
8126         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
8127         not previously defined.
8128         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
8129         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
8130         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
8131         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
8132         * sysdeps/ieee754/flt-32/math_private.h: New file.
8133         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
8134         math_private.h below SET_FLOAT_WORD.
8135         (__isnan, __isinf_ns, __finite): Remove.
8136         (__isnanf, __isinf_nsf, __finitef): Remove.
8137
8138 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
8139
8140         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8141
8142 2012-03-17  David S. Miller  <davem@davemloft.net>
8143
8144         [BZ #6471]
8145         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
8146         for 2.16.
8147
8148 2012-03-16  David S. Miller  <davem@davemloft.net>
8149
8150         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
8151         warnings.
8152
8153         [BZ #6471]
8154         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
8155         properly.
8156         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
8157         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
8158         sysdep_routines when subdir is sysvipc.
8159         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
8160         __getshmlba helper.
8161
8162         * sysdeps/sparc/fpu/libm-test/ulps: Update.
8163
8164 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8165
8166         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
8167         [__LP64__].
8168
8169 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8170
8171         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
8172         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
8173         (__lround): Renamed to ...
8174         (__llround): This.  Replace long int with long long int.
8175         Define lround functions as aliases of llround functions.
8176         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
8177
8178 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8179
8180         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
8181         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
8182         adresses to uintptr_t.  Replace "long int" and "unsigned long
8183         int" with "greg_t" on va_arg.
8184
8185 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8186
8187         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
8188         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
8189
8190         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
8191         Move e_machine check before EI_CLASS check.  Handle x32
8192         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
8193         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
8194         SKIP_EM_IA_64 and include
8195         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
8196
8197         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
8198         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
8199         (add_system_dir): New macro.
8200
8201         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
8202         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
8203
8204 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
8205
8206         [BZ #2551]
8207         [BZ #2552]
8208         [BZ #2553]
8209         [BZ #2554]
8210         [BZ #2562]
8211         [BZ #2563]
8212         [BZ #2565]
8213         [BZ #2566]
8214         [BZ #2576]
8215         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
8216         (y0): Likewise.
8217         * math/w_j0f.c (j0f): Likewise.
8218         (y0f): Likewise.
8219         * math/w_j0l.c (__j0l): Likewise.
8220         (__y0l): Likewise.
8221         * math/w_j1.c (j1): Likewise.
8222         (y1): Likewise.
8223         * math/w_j1f.c (j1f): Likewise.
8224         (y1f): Likewise.
8225         * math/w_j1l.c (__j1l): Likewise.
8226         (__y1l): Likewise.
8227         * math/w_jn.c (jn): Likewise.
8228         (yn): Likewise.
8229         * math/w_jnf.c (jnf): Likewise.
8230         (ynf): Likewise.
8231         * math/w_jnl.c (__jnl): Likewise.
8232         (__ynl): Likewise.
8233         * math/libm-test.inc (j0_test): Add more tests.
8234         (j1_test): Likewise.
8235         (jn_test): Likewise.  Add trailing semicolon to existing test.
8236         (y0_test): Likewise.
8237         (y1_test): Likewise.
8238         * sysdeps/i386/fpu/libm-test-ulps: Update.
8239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8240
8241         [BZ #13851]
8242         [BZ #13854]
8243         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
8244         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
8245         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
8246         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
8247         (__tanl): Set errno for infinite argument.
8248         * sysdeps/i386/fpu/mptan.c: Remove.
8249         * sysdeps/i386/fpu/s_tan.S: Likewise.
8250         * sysdeps/i386/fpu/s_tanl.S: Likewise.
8251         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
8252         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
8253         * math/libm-test.inc (tan_test): Add more tests and enable more
8254         tests for double and long double.
8255         * sysdeps/i386/fpu/libm-test-ulps: Update.
8256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8257
8258 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8259
8260         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
8261         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
8262
8263 2012-03-16  Roland McGrath  <roland@hack.frob.com>
8264
8265         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
8266         * configure.in: Use it for both main tree and add-ons.
8267         * configure: Regenerated.
8268
8269 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
8270
8271         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
8272
8273 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
8274
8275         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
8276         in comment.
8277
8278         [BZ #13851]
8279         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
8280         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
8281         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
8282         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
8283         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
8284         infinite argument.
8285         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
8286         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
8287         != 0 for prec == 2.
8288         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
8289         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
8290         * sysdeps/i386/fpu/s_cosl.S: Likewise.
8291         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
8292         * sysdeps/i386/fpu/s_sinl.S: Likewise.
8293         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
8294         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
8295         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
8296         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
8297         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
8298         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
8299         * math/libm-test.inc (cos_test): Add more tests and enable more
8300         tests for long double.
8301         (sin_test): Likewise.
8302         (sincos_test): Likewise.
8303         * sysdeps/i386/fpu/libm-test-ulps: Update.
8304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8305
8306 2012-03-16  David S. Miller  <davem@davemloft.net>
8307
8308         * sysdeps/sparc/fpu/math_private.h: New file.
8309
8310 2012-03-15  David S. Miller  <davem@davemloft.net>
8311
8312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
8313         file.
8314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
8315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
8316         file.
8317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
8318         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
8319         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
8320         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
8321         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
8322         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
8323         sysdep routines.
8324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
8325
8326         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
8327         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
8328
8329         * sysdeps/sparc/sparc-ifunc.h: New file.
8330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
8331         sparc-ifunc.h
8332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
8333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
8334         Likewise.
8335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
8336         Likewise.
8337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
8338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
8339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
8340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
8341         Likewise.
8342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
8343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
8344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
8345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
8346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
8347         Likewise.
8348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
8349         Likewise.
8350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
8351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
8352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
8353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
8354         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
8355         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
8356         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
8357         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
8358         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
8359         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
8360         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
8361         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
8362         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
8363         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
8364         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
8365         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
8366         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
8367         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
8368         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
8369         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
8370         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
8371         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
8372         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
8373         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
8374
8375 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
8376
8377         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
8378         scaling.
8379         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8380
8381 2012-03-15  Andreas Jaeger  <aj@suse.de>
8382
8383         [BZ #13852]
8384         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
8385         ieee754/flt-32 implementation for sin, cos and sincos.
8386         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
8387         * sysdeps/i386/fpu/s_cosf.S: Likewise.
8388         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
8389         * sysdeps/i386/fpu/s_sinf.S: Likewise.
8390         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
8391         ieee754/flt-32 implementation for tan.
8392
8393         * math/libm-test.inc (cos_test): Enable some large input tests for
8394         float as well
8395         (sin_test): Likewise.
8396         (sincos_test): Likewise.
8397         (tan_test): Add tests for large input.
8398
8399         * sysdeps/i386/fpu/libm-test-ulps: Update.
8400
8401 2012-03-15  Andreas Jaeger  <aj@suse.de>
8402
8403         [BZ #13658]
8404         * math/libm-test.inc (cos_test): Add more test cases.
8405         (sin_test): Likewise.
8406         (sincos_test): Likewise.
8407
8408 2012-03-15  Andreas Jaeger  <aj@suse.de>
8409
8410         [BZ #13837]
8411         * math/libm-test.inc (cos_test): Add a test case for large input
8412         value.
8413         (sin_test): Likewise.
8414         (sincos_test): Likewise.
8415
8416 2012-03-15  Andreas Jaeger  <aj@suse.de>,
8417         Joseph Myers  <joseph@codesourcery.com>
8418
8419         [BZ #13658]
8420         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
8421         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
8422         * sysdeps/i386/fpu/branred.c: Likewise.
8423         * sysdeps/i386/fpu/dosincos.c: Likewise.
8424         * sysdeps/i386/fpu/mpa.c: Likewise.
8425         * sysdeps/i386/fpu/s_cos.S: Likewise.
8426         * sysdeps/i386/fpu/s_sin.S: Likewise.
8427         * sysdeps/i386/fpu/s_sincos.S: Likewise.
8428         * sysdeps/i386/fpu/sincos32.c: Likewise.
8429
8430         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
8431         Define.
8432         (libc_feupdateenv_53bit): Define.
8433         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
8434         Define.
8435         (libc_feupdateenv_53bit): Define.
8436
8437         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
8438         53 bit (without extend i386 double precision).
8439
8440         * math/libm-test.inc (sincos_test): Add tests for large input.
8441         (sin): Likewise.
8442         (cos): Likewise.
8443
8444         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8445
8446 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
8447
8448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8449
8450 2012-03-15  David S. Miller  <davem@davemloft.net>
8451
8452         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
8453         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
8454         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
8455         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
8456         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
8457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
8458         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
8459         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
8460         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
8461         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
8462         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
8463         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
8464         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
8465         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
8466         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
8467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
8468         file.
8469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
8470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
8471         file.
8472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
8473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
8474         file.
8475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
8476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
8477         file.
8478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
8479         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
8480         fmin/fmax sysdep routines.
8481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
8482
8483 2012-03-14  David S. Miller  <davem@davemloft.net>
8484
8485         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
8486         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
8487         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
8488         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
8489         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
8490         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
8491         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
8492         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
8493         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
8494         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
8495         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
8496         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
8497         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
8498         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
8499         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
8500         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
8501         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
8502         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
8503         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
8504         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
8505         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
8506         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
8507         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
8508         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
8509         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
8510         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
8511         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
8512         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
8513         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
8514         routines.
8515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
8516         file.
8517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
8518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
8519         file.
8520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
8521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
8522         file.
8523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
8524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
8525         file.
8526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
8527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
8528         file.
8529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
8530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
8531         file.
8532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
8533         file.
8534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
8535         file.
8536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
8537         file.
8538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
8539         New file.
8540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
8541         file.
8542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
8543         file.
8544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
8545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
8546         file.
8547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
8548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
8549         file.
8550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
8551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
8552         file.
8553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
8554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
8555         VIS3 routines.
8556
8557         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
8558         New file.
8559
8560         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8561
8562         * sysdeps/sparc/configure.in: New file.
8563         * sysdeps/sparc/configure: Generate.
8564         * configure.in (libc_cv_sparc_as_vis3): Substitute.
8565         * configure: Regenerate.
8566         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
8567         * config.make.in (have-as-vis3): New.
8568         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
8569         available use -Av9d instead of -Av9a.
8570         * sysdeps/sparc/sparc64/Makefile: Likewise.
8571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
8572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
8573         New file.
8574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
8575         file.
8576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
8577         New file.
8578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
8579         file.
8580         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
8581         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
8582         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
8583         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
8584         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
8585
8586         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
8587         fzeros/fnegs to load 0x80000000 into a float register instead of
8588         using the stack.
8589         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
8590
8591 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
8592
8593         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8594         bits/syscall.h.
8595         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
8596         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
8597         ($(inst_includedir)/bits/syscall.h): Remove rule.
8598         ($(objpfx)bits/syscall.d): Include instead of
8599         $(objpfx)syscall-list.d.
8600         (generated): Change syscall-list.h and syscall-list.d to
8601         bits/syscall.h and bits/syscall.d.
8602
8603 2012-03-14  Roland McGrath  <roland@hack.frob.com>
8604
8605         [BZ #13846]
8606         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
8607
8608 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
8609
8610         [BZ #13841]
8611         * math/s_csqrt.c: Include <float.h>.
8612         (__csqrt): Scale large or subnormal inputs.
8613         * math/s_csqrtf.c: Likewise.
8614         * math/s_csqrtl.c: Likewise.
8615         * math/libm-test.inc (csqrt_test): Add more tests.
8616         * sysdeps/i386/fpu/libm-test-ulps: Update.
8617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8618
8619         [BZ #13840]
8620         * math/libm-test.inc (hypot_test): Add more tests.
8621
8622 2012-03-13  David S. Miller  <davem@davemloft.net>
8623
8624         [BZ #13840]
8625         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
8626         double-precision for the calculation instead of scaling.
8627
8628 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
8629
8630         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
8631         manipulate bits before adding and subtracting TWO52[sx].
8632         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
8633         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
8634         Likewise.
8635         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
8636
8637 2012-03-13  David S. Miller  <davem@davemloft.net>
8638
8639         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
8640         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
8641         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
8642         rtld-global-offsets.h
8643         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
8644
8645         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
8646         large parameters.
8647
8648         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
8649
8650         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
8651         'err' in the ifdef scope in which it is actually used.
8652
8653         * nss/nss_db/db-init.c: Include string.h
8654
8655 2012-03-12  David S. Miller  <davem@davemloft.net>
8656
8657         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
8658         masking out of the most significant byte of random value used.
8659         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
8660         Fix coding style in previous change.
8661
8662         * sysdeps/unix/sysv/linux/kernel-features.h
8663         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
8664         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
8665         expression.
8666         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
8667         later.
8668
8669 2012-03-11  David S. Miller  <davem@davemloft.net>
8670
8671         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
8672         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
8673         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
8674         for 'resultvar' otherwise things get truncated on 64-bit.
8675
8676         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
8677         Fix masking out of the most significant byte of random value used.
8678
8679         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8680
8681 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
8682
8683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8684
8685 2012-03-09  David S. Miller  <davem@davemloft.net>
8686
8687         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
8688         variables with appropriate CPP guards.
8689         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
8690         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
8691         on resulting framesize and the management of the outregs buffer for pltexit.
8692         Preserve floating point return values across _dl_call_pltexit call.
8693         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
8694         framesize and the management of the outregs buffer for pltexit.
8695         Preserve floating point return values across _dl_call_pltexit
8696         call.
8697         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
8698         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
8699         (print_exit): Fix format string for return register value.
8700
8701 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
8702
8703         * sunrpc/Makefile (others): Add rpcgen.
8704         ($(objpfx)rpcgen): Remove special build rule and dependency on
8705         libc.
8706         * sunrpc/rpcgen.c: New file.
8707
8708 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
8709
8710         [BZ #13673]
8711         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
8712         * stdio-common/bug-vfprintf-nargs.c: Likewise.
8713         * sysdeps/i386/crti.S: Likewise.
8714         * sysdeps/i386/crtn.S: Likewise.
8715         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
8716         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
8717         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
8718         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
8719         * sysdeps/sh/crti.S: Likewise.
8720         * sysdeps/sh/crtn.S: Likewise.
8721         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
8722
8723         [BZ #13673]
8724         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
8725         with URL.
8726         * locale/programs/locfile-kw.gperf: Likewise.
8727         * locale/programs/charmap-kw.h: Regenerated.
8728         * locale/programs/locfile-kw.h: Likewise.
8729
8730         [BZ #13673]
8731         * intl/plural.y: Replace FSF snail mail address with URL.
8732         * intl/plural.c: Regenerated.
8733
8734 2012-03-09  Richard Henderson  <rth@twiddle.net>
8735
8736         * include/math_private.h: Remove file.
8737         * math/math_private.h: Move file ...
8738         * sysdeps/generic/math_private.h: ... here.
8739
8740         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
8741         * sysdeps/powerpc/fpu/math_private.h: Likewise.
8742         * sysdeps/x86_64/fpu/math_private.h: Likewise.
8743
8744         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
8745         and <math_private.h>.
8746         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
8747         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
8748         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
8749         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
8750         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
8751         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
8752         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
8753         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
8754         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
8755         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
8756         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
8757         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
8758         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
8759         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
8760         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
8761         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
8762         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
8763         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
8764         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
8765         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
8766         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
8767         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
8768         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
8769         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
8770         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
8771         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
8772         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
8773         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
8774         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
8775         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
8776         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
8777         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
8778         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
8779         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
8780         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
8781         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
8782         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
8783         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
8784         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
8785         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
8786         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
8787         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
8788         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
8789         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
8790         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
8791         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
8792         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
8793         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
8794         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
8795         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
8796         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
8797         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
8798         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
8799         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
8800         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
8801         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
8802         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
8803         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8804         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
8805         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
8806         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
8807         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
8808         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
8809         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
8810         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
8811         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
8812         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
8813         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
8814         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
8815         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
8816         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
8817         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
8818         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
8819         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
8820         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
8821         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
8822         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
8823         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
8824         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
8825         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
8826         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
8827         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
8828         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
8829         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
8830         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
8831         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8832         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
8833         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
8834         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
8835         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
8836         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
8837         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
8838         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
8839         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
8840         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
8841         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
8842         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
8843         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
8844         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
8845         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8846         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
8847         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
8848         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
8849         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
8850         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
8851         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
8852         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
8853         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
8854         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
8855         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
8856         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
8857         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
8858         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
8859         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
8860         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
8861         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
8862         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
8863         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
8864         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
8865         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
8866         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
8867         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
8868         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
8869         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
8870         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
8871         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
8872         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
8873         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
8874         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
8875         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
8876         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
8877         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
8878         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
8879         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
8880         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
8881         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
8882         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
8883         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
8884         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
8885         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
8886         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
8887         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
8888         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
8889         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
8890         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
8891         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
8892         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
8893         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
8894         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
8895         * sysdeps/ieee754/k_standard.c: Likewise.
8896         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
8897         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
8898         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
8899         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
8900         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
8901         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
8902         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
8903         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
8904         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
8905         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
8906         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
8907         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
8908         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
8909         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
8910         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
8911         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
8912         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
8913         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
8914         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
8915         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
8916         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
8917         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
8918         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
8919         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
8920         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
8921         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
8922         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
8923         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
8924         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
8925         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
8926         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
8927         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
8928         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
8929         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
8930         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
8931         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
8932         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
8933         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
8934         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
8935         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
8936         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
8937         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
8938         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
8939         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
8940         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
8941         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
8942         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
8943         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
8944         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
8945         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
8946         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
8947         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
8948         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
8949         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
8950         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8951         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
8952         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
8953         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
8954         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
8955         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
8956         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
8957         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
8958         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
8959         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
8960         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
8961         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
8962         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
8963         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
8964         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
8965         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
8966         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
8967         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
8968         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
8969         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
8970         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
8971         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
8972         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
8973         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
8974         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
8975         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
8976         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
8977         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
8978         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
8979         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
8980         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
8981         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
8982         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
8983         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
8984         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
8985         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
8986         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
8987         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
8988         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
8989         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
8990         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
8991         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
8992         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
8993         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
8994         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
8995         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
8996         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
8997         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
8998         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
8999         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
9000         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
9001         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
9002         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
9003         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
9004         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
9005         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
9006         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
9007         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
9008         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
9009         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
9010         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
9011         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
9012         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
9013         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
9014         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
9015         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
9016         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
9017         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
9018         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
9019         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
9020         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
9021         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
9022         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
9023         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
9024         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
9025         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
9026         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
9027         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
9028         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
9029         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
9030         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
9031         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
9032         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
9033         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
9034         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
9035         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
9036         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
9037         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
9038         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
9039         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
9040         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
9041         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
9042         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
9043         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
9044         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
9045         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
9046         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
9047         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
9048         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9049         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
9050         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
9051         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
9052         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
9053         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
9054         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
9055         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
9056         * sysdeps/ieee754/s_lib_version.c: Likewise.
9057         * sysdeps/ieee754/s_matherr.c: Likewise.
9058         * sysdeps/ieee754/s_signgam.c: Likewise.
9059         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
9060         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
9061         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
9062         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
9063         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
9064         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
9065         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
9066         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
9067         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
9068         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
9069         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
9070         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
9071         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
9072         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
9073         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
9074         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
9075         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
9076         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
9077         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
9078         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
9079         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
9080
9081 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
9082
9083         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
9084         * sunrpc/rpc_main.c: Likewise.
9085         * sunrpc/rpc_svcout.c: Likewise.
9086
9087 2012-03-09  David S. Miller  <davem@davemloft.net>
9088
9089         * include/math_private.h: New file.
9090
9091 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
9092
9093         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
9094         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
9095         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
9096         from <bits/socket_type.h>.
9097         (enum __socket_type): Don't define here.
9098         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
9099         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
9100         bits/socket_type.h.
9101
9102         [BZ #13566]
9103         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
9104         checking __USE_GNU.
9105
9106         * Makerules ($(inst_includedir)/%.h): New rule.
9107         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
9108         (install-others): Remove variable setting.
9109         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
9110
9111 2012-03-08  Richard Henderson  <rth@twiddle.net>
9112
9113         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
9114         from macro to inline function; merge with the
9115         !__LIBC_INTERNAL_MATH_INLINES version.
9116         (__ieee754_sqrtf): Likewise.
9117
9118         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
9119         to inline function.
9120         (__rintf, __floor, __floorf): Likewise.
9121
9122         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
9123         macro to inline function.
9124         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
9125
9126         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
9127         not <math/math_private.h>.
9128
9129 2012-03-08  David S. Miller  <davem@davemloft.net>
9130
9131         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
9132         copyright year.
9133         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
9134
9135 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
9136
9137         * resolv/gai_misc.c (handle_requests): Fix struct timespec
9138         normalization.
9139         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
9140         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
9141
9142 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
9143
9144         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
9145         be defined individually, they must be defined as a block.  Define
9146         S for printing a string instead of hidint the different by using a
9147         macro for adding the 'l'.
9148         * stdio-common/tst-fphex-wide.c: Adjust.
9149
9150 2012-03-07  Marek Polacek  <polacek@redhat.com>
9151
9152         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
9153
9154 2012-03-08  Marek Polacek  <polacek@redhat.com>
9155
9156         [BZ #13806]
9157         * stdio-common/Makefile (tests): Add tst-fphex-wide.
9158         * stdio-common/tst-fphex.c: Define a few macros to make the
9159         test reusable.  Use them.
9160         * stdio-common/tst-fphex-wide.c: New file.
9161
9162 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
9163
9164         [BZ #6911]
9165         * manual/macros.texi (gnusystems): New macro.
9166         (nongnusystems): Likewise.
9167         (gnulinuxhurdsystems): Likewise.
9168         (gnuhurdsystems): Likewise..
9169         (gnulinuxsystems): Likewise.
9170         * manual/charset.texi: Use new macros or @theglibc{} to refer to
9171         variants of the GNU system, not "GNU system".
9172         * manual/conf.texi: Likewise.
9173         * manual/errno.texi: Likewise.  Update example of errno macro
9174         expansion.
9175         * manual/filesys.texi: Likewise.
9176         (getumask): Document as specific to GNU/Hurd.
9177         * manual/install.texi: Likewise.  Reword some references to
9178         GNU/Linux.
9179         * manual/intro.texi: Likewise.
9180         * manual/io.texi: Likewise.
9181         (File Name Portability): Detail which constraints are inapplicable
9182         to all GNU systems and which are only inapplicable to GNU/Hurd.
9183         * manual/job.texi: Likewise.
9184         * manual/llio.texi: Likewise.
9185         (O_NOCTTY): Document as present on GNU/Linux.
9186         * manual/maint.texi: Likewise.
9187         * manual/memory.texi: Likewise.
9188         * manual/pattern.texi: Likewise.
9189         * manual/pipe.texi: Likewise.
9190         * manual/process.texi: Likewise.
9191         * manual/resource.texi: Likewise.
9192         (RUSAGE_CHILDREN): Remove statement about specifying a particular
9193         child on GNU/Hurd.
9194         * manual/setjmp.texi: Likewise.
9195         * manual/signal.texi: Likewise.
9196         * manual/startup.texi: Likewise.
9197         * manual/stdio.texi: Likewise.
9198         * manual/terminal.texi: Likewise.
9199         (ONLCR): Document as POSIX.
9200         (OXTABS): Document availability on GNU/Linux as XTABS.
9201         (ONOEOT): Document availability separately from other bits.
9202         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
9203         * manual/time.texi: Likewise.
9204         * manual/users.texi: Likewise.
9205         * INSTALL: Regenerated.
9206         * sysdeps/gnu/errlist.c: Regenerated.
9207
9208         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
9209         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
9210         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
9211         puts.
9212         * configure: Regenerated.
9213
9214 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
9215
9216         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
9217         default includes instead of AC_HEADER_CHECK.
9218         * sysdeps/i386/configure: Regenerated.
9219
9220         [BZ #10716]
9221         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
9222         * math/s_cacoshf.c (__cacoshf): Likewise.
9223         * math/s_cacoshl.c (__cacoshl): Likewise.
9224         * math/s_casinh.c (__casinh): Set signs of result from argument.
9225         * math/s_casinhf.c (__casinhf): Likewise.
9226         * math/s_casinhl.c (__casinhl): Likewise.
9227         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
9228         (casinh_test): Add more tests.
9229         * sysdeps/i386/fpu/libm-test-ulps: Update.
9230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9231
9232 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
9233
9234         * po/zh_TW.po: Update from translation team.
9235
9236         * login/Makefile (distribute): Remove variable.
9237         * catgets/Makefile: Likewise.
9238         * mach/Makefile: Likewise.
9239         * malloc/Makefile: Likewise.
9240         * misc/Makefile: Likewise.
9241         * iconv/Makefile: Likewise.
9242         * nscd/Makefile: Likewise.
9243         * hurd/Makefile: Likewise.
9244         * manual/Makefile: Likewise.
9245         * locale/Makefile: Likewise.
9246         * intl/Makefile: Likewise.
9247         * conform/Makefile: Likewise.
9248         * nss/Makefile: Likewise.
9249         * time/Makefile: Likewise.
9250         * soft-fp/Makefile: Likewise.
9251         * dirent/Makefile: Likewise.
9252         * gmon/Makefile: Likewise.
9253         * po/Makefile: Likewise.
9254         * rt/Makefile: Likewise.
9255         * socket/Makefile: Likewise.
9256         * math/Makefile: Likewise.
9257         * signal/Makefile: Likewise.
9258         * debug/Makefile: Likewise.
9259         * elf/Makefile: Likewise.
9260         * timezone/Makefile: Likewise.
9261         * stdlib/Makefile: Likewise.
9262         * iconvdata/Makefile: Likewise.
9263         * sunrpc/Makefile: Likewise.
9264         * io/Makefile: Likewise.
9265         * argp/Makefile: Likewise.
9266         * inet/Makefile: Likewise.
9267         * hesiod/Makefile: Likewise.
9268         * grp/Makefile: Likewise.
9269         * csu/Makefile: Likewise.
9270         * wctype/Makefile: Likewise.
9271         * crypt/Makefile: Likewise.
9272         * libio/Makefile: Likewise.
9273         * string/Makefile: Likewise.
9274         * nis/Makefile: Likewise.
9275         * resolv/Makefile: Likewise.
9276         * stdio-common/Makefile: Likewise.
9277         * wcsmbs/Makefile: Likewise.
9278         * dlfcn/Makefile: Likewise.
9279         * posix/Makefile: Likewise.
9280
9281         [BZ #6959]
9282         * timezone/Makefile: Don't install timezone files, just the programs
9283         and scripts.
9284
9285 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
9286
9287         * nss/databases.def: Add missing gshadow entry.
9288
9289         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
9290
9291 2012-03-06  Marek Polacek  <polacek@redhat.com>
9292
9293         [BZ #13726]
9294         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
9295         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
9296         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
9297         * stdio-common/tst-long-dbl-fphex.c: New file.
9298
9299 2012-03-06  David S. Miller  <davem@davemloft.net>
9300
9301         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
9302         (set_obp_int): New function.
9303         (get_obp_int): New function.
9304         (__get_clockfreq_via_dev_openprom): Likewise.
9305         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
9306         Avoid unused variable warnings on 'val' and use builtin_expect.
9307         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
9308         __builtin_expect.
9309         (INLINE_CLONE_SYSCALL): Likewise.
9310
9311 2012-03-05  David S. Miller  <davem@davemloft.net>
9312
9313         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9314
9315 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
9316
9317         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9318
9319         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
9320         only for |x| >= 40.
9321         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
9322
9323 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
9324
9325         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
9326         Replace gettimeofday with __vdso_gettimeofday.
9327
9328         * sysdeps/unix/sysv/linux/x86_64/init-first.c
9329         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
9330         __vdso_clock_gettime and __vdso_getcpu.
9331
9332         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
9333         time with __vdso_time.
9334
9335 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
9336
9337         * manual/lang.texi (size_t): Note types to which size_t may be
9338         equivalent with the GNU C Library, but do not describe when
9339         differences between them are significant.
9340
9341 2012-03-05  Andreas Jaeger  <aj@suse.de>
9342
9343         * sysdeps/i386/fpu/libm-test-ulps: Update.
9344
9345 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
9346
9347         [BZ #3976]
9348         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
9349         (__ieee754_pow): Save and restore rounding mode and use
9350         round-to-nearest for main computations.
9351         * math/libm-test.inc (pow_test_tonearest): New function.
9352         (pow_test_towardzero): Likewise.
9353         (pow_test_downward): Likewise.
9354         (pow_test_upward): Likewise.
9355         (main): Call the new functions.
9356         * sysdeps/i386/fpu/libm-test-ulps: Update.
9357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9358
9359         [BZ #3976]
9360         * math/libm-test.inc (cosh_test_tonearest): New function.
9361         (cosh_test_towardzero): Likewise.
9362         (cosh_test_downward): Likewise.
9363         (cosh_test_upward): Likewise.
9364         (sinh_test_tonearest): Likewise.
9365         (sinh_test_towardzero): Likewise.
9366         (sinh_test_downward): Likewise.
9367         (sinh_test_upward): Likewise.
9368         (main): Call the new functions.
9369         * sysdeps/i386/fpu/libm-test-ulps: Update.
9370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9371
9372 2012-03-05  Tom de Vries  <tom@codesourcery.com>
9373
9374         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
9375         default stack guard is set in last bytes.
9376         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
9377
9378 2012-03-05  Kees Cook  <keescook@chromium.org>
9379
9380         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
9381
9382         [BZ #13656]
9383         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
9384         possibly allocate from heap instead of stack.
9385         * stdio-common/bug-vfprintf-nargs.c: New file.
9386         * stdio-common/Makefile (tests): Add nargs overflow test.
9387
9388 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
9389
9390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9391
9392 2012-03-03  Marek Polacek  <polacek@redhat.com>
9393
9394         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
9395         * math/math_private.h: Likewise.
9396         * stdlib/tst-strtod.c: Likewise.
9397         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9398         * sysdeps/x86_64/bits/atomic.h: Likewise.
9399
9400 2012-03-02  David S. Miller  <davem@davemloft.net>
9401
9402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
9403         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
9404         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
9405         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
9406         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
9407         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
9408         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
9409         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
9410
9411 2012-03-02  Roland McGrath  <roland@hack.frob.com>
9412
9413         [BZ #13792]
9414         * manual/examples/README: New file, says the example source files
9415         can be used under GPL>=2.
9416         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
9417         line containing just "*/".
9418         * manual/examples/add.c: Add copyright header (GPL>=2).
9419         * manual/examples/argp-ex1.c: Likewise.
9420         * manual/examples/argp-ex2.c: Likewise.
9421         * manual/examples/argp-ex3.c: Likewise.
9422         * manual/examples/argp-ex4.c: Likewise.
9423         * manual/examples/atexit.c: Likewise.
9424         * manual/examples/db.c: Likewise.
9425         * manual/examples/dir.c: Likewise.
9426         * manual/examples/dir2.c: Likewise.
9427         * manual/examples/execinfo.c: Likewise.
9428         * manual/examples/filecli.c: Likewise.
9429         * manual/examples/filesrv.c: Likewise.
9430         * manual/examples/fmtmsgexpl.c: Likewise.
9431         * manual/examples/genpass.c: Likewise.
9432         * manual/examples/inetcli.c: Likewise.
9433         * manual/examples/inetsrv.c: Likewise.
9434         * manual/examples/isockad.c: Likewise.
9435         * manual/examples/longopt.c: Likewise.
9436         * manual/examples/memopen.c: Likewise.
9437         * manual/examples/memstrm.c: Likewise.
9438         * manual/examples/mkfsock.c: Likewise.
9439         * manual/examples/mkisock.c: Likewise.
9440         * manual/examples/mygetpass.c: Likewise.
9441         * manual/examples/pipe.c: Likewise.
9442         * manual/examples/popen.c: Likewise.
9443         * manual/examples/rprintf.c: Likewise.
9444         * manual/examples/search.c: Likewise.
9445         * manual/examples/select.c: Likewise.
9446         * manual/examples/setjmp.c: Likewise.
9447         * manual/examples/sigh1.c: Likewise.
9448         * manual/examples/sigusr.c: Likewise.
9449         * manual/examples/stpcpy.c: Likewise.
9450         * manual/examples/strdupa.c: Likewise.
9451         * manual/examples/strftim.c: Likewise.
9452         * manual/examples/strncat.c: Likewise.
9453         * manual/examples/subopt.c: Likewise.
9454         * manual/examples/swapcontext.c: Likewise.
9455         * manual/examples/termios.c: Likewise.
9456         * manual/examples/testopt.c: Likewise.
9457         * manual/examples/testpass.c: Likewise.
9458         * manual/examples/timeval_subtract.c: Likewise.
9459
9460         [BZ #13792]
9461         * manual/time.texi (Elapsed Time): Move timeval_subtract example
9462         function to ...
9463         * manual/timeval_subtract.c.texi: ... here, new file.
9464
9465 2012-03-02  David S. Miller  <davem@davemloft.net>
9466
9467         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
9468
9469 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
9470
9471         [BZ #3976]
9472         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
9473         (__sin): Save and restore rounding mode and use round-to-nearest
9474         for all computations.
9475         (__cos): Save and restore rounding mode and use round-to-nearest
9476         for all computations.
9477         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
9478         <fenv.h>.
9479         (tan): Save and restore rounding mode and use round-to-nearest for
9480         all computations.
9481         * math/libm-test.inc (cos_test_tonearest): New function.
9482         (cos_test_towardzero): Likewise.
9483         (cos_test_downward): Likewise.
9484         (cos_test_upward): Likewise.
9485         (sin_test_tonearest): Likewise.
9486         (sin_test_towardzero): Likewise.
9487         (sin_test_downward): Likewise.
9488         (sin_test_upward): Likewise.
9489         (tan_test_tonearest): Likewise.
9490         (tan_test_towardzero): Likewise.
9491         (tan_test_downward): Likewise.
9492         (tan_test_upward): Likewise.
9493         (main): Call the new functions.
9494         * sysdeps/i386/fpu/libm-test-ulps: Update.
9495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9496
9497         [BZ #10135]
9498         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
9499         small n, then large n, before computing and testing k+n.
9500         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
9501         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
9502         Likewise.
9503         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
9504         Likewise.
9505         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
9506         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
9507         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
9508         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
9509         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
9510         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
9511         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
9512         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
9513         * math/libm-test.inc (scalbn_test): Add more tests.
9514         (scalbln_test): Likewise.
9515
9516         * manual/filesys.texi (mode_t): Describe constraints on size and
9517         signedness, not exact equivalence to a particular type.
9518         (ino_t): Likewise.
9519         (ino64_t): Likewise.
9520         (dev_t): Likewise.
9521         (nlink_t): Likewise.
9522         (blkcnt_t): Likewise.
9523         (blkcnt64_t): Likewise.
9524         * manual/llio.texi (off_t): Likewise.
9525
9526         [BZ #3976]
9527         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
9528         (__ieee754_exp): Save and restore rounding mode and use
9529         round-to-nearest for all computations.
9530         * math/libm-test.inc (exp_test_tonearest): New function.
9531         (exp_test_towardzero): Likewise.
9532         (exp_test_downward): Likewise.
9533         (exp_test_upward): Likewise.
9534         (main): Call the new functions.
9535         * sysdeps/i386/fpu/libm-test-ulps: Update.
9536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9537
9538 2012-03-01  Chris Demetriou  <cgd@google.com>
9539
9540         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
9541         have predictable order.
9542
9543 2012-03-01  David S. Miller  <davem@davemloft.net>
9544
9545         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
9546
9547         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
9548         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
9549         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
9550         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
9551
9552         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
9553         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
9554         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
9555         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
9556         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
9557         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
9558         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
9559         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
9560         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
9561
9562         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9563
9564         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
9565         * sysdeps/sparc/fpu/libm-test-ulps: to here.
9566         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
9567
9568         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
9569         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9570         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
9571         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
9572         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
9573         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
9574         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
9575         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9576         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
9577         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
9578         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
9579         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
9580         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
9581         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
9582         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
9583         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
9584         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
9585         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
9586         * sysdeps/sparc/elf/configure: Regenerated.
9587
9588 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
9589
9590         * configure.in (AS, LD): Require binutils 2.20 or later.
9591         * configure: Regenerated.
9592         * manual/install.texi (Tools for Compilation): Give binutils 2.20
9593         as required minimum version.
9594         * INSTALL: Regenerated.
9595
9596         [BZ #2541]
9597         [BZ #4108]
9598         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
9599         before squaring exponent.
9600         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
9601         bottom long double and 27 bits of top long double before squaring
9602         exponent.
9603         * math/libm-test.inc (erfc_test): Add more tests.
9604         * sysdeps/i386/fpu/libm-test-ulps: Update.
9605         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9607
9608 2012-03-01  Kai Tietz  <ktietz@redhat.com>
9609
9610         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
9611         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
9612         containing bit-fields.
9613         * soft-fp/extended.h (_FP_UNION_E): Likewise.
9614         * soft-fp/single.h (_FP_UNION_S): Likewise.
9615         * soft-fp/double.h (_FP_UNION_D): Likewise.
9616
9617 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
9618
9619         [BZ #13786]
9620         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
9621         not include ../strcmp.S.
9622         [USE_AS_STRNCASECMP_L]: Likewise.
9623         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
9624         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
9625         * sysdeps/i386/i686/multiarch/strncase_l-c.c
9626         (__strncasecmp_l_ia32): Define as alias to
9627         __strncasecmp_l_nonascii.
9628
9629         [BZ #5794]
9630         * math/libm-test.inc (expm1_test): Add test for bug 5794.
9631         * sysdeps/i386/fpu/libm-test-ulps: Update.
9632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9633
9634         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
9635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9636
9637 2012-02-29  Jeff Law  <law@redhat.com>
9638
9639         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
9640         out of bounds read.
9641
9642 2012-02-29  Marek Polacek  <polacek@redhat.com>
9643
9644         [BZ #13706]
9645         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
9646         * elf/Makefile: Add rules to run tst-unused-dep.out.
9647
9648 2012-02-28  David S. Miller  <davem@davemloft.net>
9649
9650         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
9651         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
9652         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
9653         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
9654         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
9655         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
9656
9657 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
9658
9659         * math/libm-test.inc (llround_test): Move one test from
9660         lround_test.  Use TEST_f_L in moved test.
9661         (lround_test): Move misplaced test to llround_test.  Add testcase
9662         from bug 2561.
9663
9664 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
9665
9666         * sysdeps/x86_64/fpu/e_expf.S: New file.
9667         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
9668
9669 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
9670
9671         [BZ #13637]
9672         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
9673         of remain_len that may cause incomplete multi-byte character and
9674         false match.
9675         * posix/bug-regex33.c: New file.
9676         * posix/Makefile (tests): Add bug-regex33.
9677
9678 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
9679
9680         * manual/macros.texi: New file.
9681         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
9682         * manual/libc.texinfo: Include macros.texi.
9683         * manual/creatute.texi: Likewise.
9684         * manual/install.texi: Likewise.
9685         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
9686         @glibcadj{} in references to the GNU C Library.
9687         * manual/charset.texi: Likewise.
9688         * manual/conf.texi: Likewise.
9689         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
9690         when not using those macros.
9691         * manual/creature.texi: Likewise.
9692         * manual/crypt.texi: Likewise.
9693         * manual/errno.texi: Likewise.
9694         * manual/filesys.texi: Likewise.
9695         * manual/header.texi: Likewise.
9696         * manual/install.texi: Likewise.
9697         * manual/intro.texi: Likewise.
9698         * manual/io.texi: Likewise.
9699         * manual/job.texi: Likewise.
9700         * manual/lang.texi: Likewise.
9701         * manual/libc.texiinfo: Likewise.
9702         * manual/llio.texi: Likewise.
9703         * manual/locale.texi: Likewise.
9704         * manual/maint.texi: Likewise.
9705         * manual/math.texi: Likewise.
9706         * manual/memory.texi: Likewise.
9707         * manual/message.texi: Likewise.
9708         * manual/nss.texi: Likewise.
9709         * manual/pattern.texi: Likewise.
9710         * manual/process.texi: Likewise.
9711         * manual/resource.texi: Likewise.
9712         * manual/search.texi: Likewise.
9713         * manual/setjmp.texi: Likewise.
9714         * manual/signal.texi: Likewise.
9715         * manual/socket.texi: Likewise.
9716         * manual/startup.texi: Likewise.
9717         * manual/stdio.texi: Likewise.
9718         * manual/string.texi: Likewise.
9719         * manual/sysinfo.texi: Likewise.
9720         * manual/syslog.texi: Likewise.
9721         * manual/terminal.texi: Likewise.
9722         * manual/time.texi: Likewise.
9723         * manual/users.texi: Likewise.
9724         * INSTALL: Regenerated.
9725         * NOTES: Regenerated.
9726         * sysdeps/gnu/errlist.c: Regenerated.
9727
9728 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
9729
9730         * include/dirent.h: Include <dirstream.h> before
9731         <dirent/dirent.h>.
9732
9733 2012-02-28  David S. Miller  <davem@davemloft.net>
9734
9735         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
9736         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
9737         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
9738         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
9739
9740 2012-02-27  David S. Miller  <davem@davemloft.net>
9741
9742         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
9743         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
9744         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
9745         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
9746
9747         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
9748         frame pointer instead of stack pointer relative arg slot.
9749         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
9750         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
9751         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
9752
9753 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
9754
9755         [BZ #3992]
9756         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
9757
9758 2012-02-27  David S. Miller  <davem@davemloft.net>
9759
9760         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
9761         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
9762         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
9763         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
9764         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
9765         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
9766         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
9767         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
9768
9769 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
9770
9771         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
9772         later.  Allow versions 5-9.
9773         * configure: Regenerated.
9774         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
9775         required minimum version and 4.6 as recommended version.  Do not
9776         mention bugs in GCC 2.7 and 2.8.
9777         * INSTALL: Regenerated.
9778
9779 2012-02-27  David S. Miller  <davem@davemloft.net>
9780
9781         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
9782         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
9783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
9784         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
9785         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
9786         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
9787         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
9788         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
9789
9790         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
9791         manipulate bits before adding and subtracting TWO112[sx].
9792         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
9793
9794 2012-02-27  Roland McGrath  <roland@hack.frob.com>
9795
9796         [BZ #13775]
9797         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
9798         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
9799         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
9800         being in POSIX, because they are in 1003.1-2008.
9801
9802         * rt/tst-aio.c: Include <fcntl.h>.
9803         * rt/tst-aio7.c: Likewise.
9804         * rt/tst-aio64.c: Likewise.
9805
9806         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
9807
9808 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
9809
9810         * manual/install.texi (--with-headers): Describe headers as
9811         interface headers, not private headers.
9812         (Specific advice for GNU/Linux systems): Describe use of headers
9813         from "make headers_install", not private headers from older
9814         kernels.
9815         * INSTALL: Regenerated.
9816         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
9817         Change to 2.6.19.
9818         * sysdeps/unix/sysv/linux/configure: Regenerated.
9819
9820         * manual/llio.texi (fclean): Remove documentation.
9821
9822         * manual/Makefile (libc-texi-generated): New variable.  Include
9823         version.texi.
9824         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
9825         $(libc-texi-generated), not duplicated list of files.
9826         (version.texi, stamp-version): New rules.
9827         (realclean): Remove $(libc-texi-generated), not individual files
9828         from that list.  Do not remove dir-add.texinfo.
9829         * manual/libc.texinfo: Comment out uses of edition numbers and
9830         references to printed manual.  Remove last-updated dates.
9831         (EDITION): Comment out.
9832         (ISBN): Likewise.
9833         (VERSION, UPDATED): Remove.
9834         (version.texi): Include.
9835
9836 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
9837
9838         * sysdeps/posix/spawni.c: Include <signal.h>.
9839         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
9840         * sysdeps/pthread/aio_fsync.c: Likewise.
9841
9842 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
9843
9844         * conform/Makefile (tests): Run only when not cross-compiling and
9845         when fast-check is not defined.
9846
9847         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
9848         * conform/data/limits.h-data: Fixes for POSIX2008.
9849         * conform/run-conformtest.sh: Run all tests.
9850         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
9851         headers.
9852         * include/bits/dlfcn.h: Likewise.
9853         * include/langinfo.h: Likewise.
9854         * include/monetary.h: Likewise.
9855         * include/sys/poll.h: Likewise.
9856
9857         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
9858         for __USE_GNU.
9859         * posix/spawn.h: Define __need_sigset_t.
9860         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
9861         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
9862         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
9863         to get sigevent_t only.
9864         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
9865         only for __USE_GNU.
9866         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
9867         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
9868         process_vm_writev only for __USE_GNU.
9869         * termios/termios.h: Declare tcgetsid also for POSIX2008.
9870
9871         * conform/Makefile: For now ignore errors from run-conformtest.
9872         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
9873         POSIX to avoid namespace pollution.  Don't prepend headers.
9874         * conform/data/aio.h-data: Fixes for POSIX testing.
9875         * conform/data/fcntl.h-data: Likewise.
9876         * conform/data/glob.h-data: Likewise.
9877         * conform/data/grp.h-data: Likewise.
9878         * conform/data/pthread.h-data: Likewise.
9879         * conform/data/pwd.h-data: Likewise.
9880         * conform/data/signal.h-data: Likewise.
9881         * conform/data/spawn.h-data: Likewise.
9882         * conform/data/stdio.h-data: Likewise.
9883         * conform/data/stdlib.h-data: Likewise.
9884         * conform/data/stropts.h-data: Likewise.
9885         * conform/data/sys/mman.h-data: Likewise.
9886         * conform/data/sys/stat.h-data: Likewise.
9887         * conform/data/sys/types.h-data: Likewise.
9888         * conform/data/sys/wait.h-data: Likewise.
9889         * conform/data/time.h-data: Likewise.
9890         * conform/data/unistd.h-data: Likewise.
9891         * conform/data/utime.h-data: Likewise.
9892
9893         * io/sys/stat.h: fchmod was always in POSIX.
9894         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
9895         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
9896         * rt/aio.h: Define __need_timespec before including <time.h>.
9897         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
9898         struct.  Add forward declaration of pthread_attr_t and use it in
9899         sigevent.
9900         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
9901         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
9902         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
9903         always remove CLK_TCK definition.
9904
9905 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
9906
9907         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
9908
9909 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
9910
9911         * conform/run-conformtest.sh: New file.
9912         * conform/Makefile: Run run-conformtest for tests.
9913         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
9914         support.
9915
9916         * conform/data/uchar.h-data: New file.
9917         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
9918         * conform/data/arpa/inet.h-data: Likewise.
9919         * conform/data/assert.h-data: Likewise.
9920         * conform/data/complex.h-data: Likewise.
9921         * conform/data/cpio.h-data: Likewise.
9922         * conform/data/ctype.h-data: Likewise.
9923         * conform/data/dirent.h-data: Likewise.
9924         * conform/data/dlfcn.h-data: Likewise.
9925         * conform/data/errno.h-data: Likewise.
9926         * conform/data/fcntl.h-data: Likewise.
9927         * conform/data/float.h-data: Likewise.
9928         * conform/data/fmtmsg.h-data: Likewise.
9929         * conform/data/fnmatch.h-data: Likewise.
9930         * conform/data/ftw.h-data: Likewise.
9931         * conform/data/glob.h-data: Likewise.
9932         * conform/data/grp.h-data: Likewise.
9933         * conform/data/iconv.h-data: Likewise.
9934         * conform/data/inttypes.h-data: Likewise.
9935         * conform/data/langinfo.h-data: Likewise.
9936         * conform/data/libgen.h-data: Likewise.
9937         * conform/data/limits.h-data: Likewise.
9938         * conform/data/locale.h-data: Likewise.
9939         * conform/data/math.h-data: Likewise.
9940         * conform/data/monetary.h-data: Likewise.
9941         * conform/data/mqueue.h-data: Likewise.
9942         * conform/data/ndbm.h-data: Likewise.
9943         * conform/data/net/if.h-data: Likewise.
9944         * conform/data/netdb.h-data: Likewise.
9945         * conform/data/netinet/in.h-data: Likewise.
9946         * conform/data/nl_types.h-data: Likewise.
9947         * conform/data/poll.h-data: Likewise.
9948         * conform/data/pthread.h-data: Likewise.
9949         * conform/data/pwd.h-data: Likewise.
9950         * conform/data/regex.h-data: Likewise.
9951         * conform/data/sched.h-data: Likewise.
9952         * conform/data/search.h-data: Likewise.
9953         * conform/data/semaphore.h-data: Likewise.
9954         * conform/data/setjmp.h-data: Likewise.
9955         * conform/data/signal.h-data: Likewise.
9956         * conform/data/spawn.h-data: Likewise.
9957         * conform/data/stdarg.h-data: Likewise.
9958         * conform/data/stdio.h-data: Likewise.
9959         * conform/data/stdlib.h-data: Likewise.
9960         * conform/data/string.h-data: Likewise.
9961         * conform/data/strings.h-data: Likewise.
9962         * conform/data/stropts.h-data: Likewise.
9963         * conform/data/sys/ipc.h-data: Likewise.
9964         * conform/data/sys/mman.h-data: Likewise.
9965         * conform/data/sys/msg.h-data: Likewise.
9966         * conform/data/sys/resource.h-data: Likewise.
9967         * conform/data/sys/select.h-data: Likewise.
9968         * conform/data/sys/sem.h-data: Likewise.
9969         * conform/data/sys/shm.h-data: Likewise.
9970         * conform/data/sys/socket.h-data: Likewise.
9971         * conform/data/sys/stat.h-data: Likewise.
9972         * conform/data/sys/statvfs.h-data: Likewise.
9973         * conform/data/sys/time.h-data: Likewise.
9974         * conform/data/sys/timeb.h-data: Likewise.
9975         * conform/data/sys/times.h-data: Likewise.
9976         * conform/data/sys/types.h-data: Likewise.
9977         * conform/data/sys/uio.h-data: Likewise.
9978         * conform/data/sys/un.h-data: Likewise.
9979         * conform/data/sys/utsname.h-data: Likewise.
9980         * conform/data/sys/wait.h-data: Likewise.
9981         * conform/data/syslog.h-data: Likewise.
9982         * conform/data/tar.h-data: Likewise.
9983         * conform/data/termios.h-data: Likewise.
9984         * conform/data/utime.h-data: Likewise.
9985         * conform/data/utmpx.h-data: Likewise.
9986         * conform/data/varargs.h-data: Likewise.
9987         * conform/data/wchar.h-data: Likewise.
9988         * conform/data/wctype.h-data: Likewise.
9989         * conform/data/wordexp.h-data: Likewise.
9990
9991         * include/stropts.h: New file.
9992         * include/uchar.h: New file.
9993         * include/aio.h: Changes to allow conformtest.pl to use the headers.
9994         * include/assert.h: Likewise.
9995         * include/ctype.h: Likewise.
9996         * include/dirent.h: Likewise.
9997         * include/dlfcn.h: Likewise.
9998         * include/fcntl.h: Likewise.
9999         * include/fnmatch.h: Likewise.
10000         * include/glob.h: Likewise.
10001         * include/grp.h: Likewise.
10002         * include/libio.h: Likewise.
10003         * include/locale.h: Likewise.
10004         * include/math.h: Likewise.
10005         * include/net/if.h: Likewise.
10006         * include/netdb.h: Likewise.
10007         * include/netinet/in.h: Likewise.
10008         * include/pthread.h: Likewise.
10009         * include/pwd.h: Likewise.
10010         * include/regex.h: Likewise.
10011         * include/sched.h: Likewise.
10012         * include/search.h: Likewise.
10013         * include/setjmp.h: Likewise.
10014         * include/signal.h: Likewise.
10015         * include/stdio.h: Likewise.
10016         * include/stdlib.h: Likewise.
10017         * include/string.h: Likewise.
10018         * include/sys/cdefs.h: Likewise.
10019         * include/sys/mman.h: Likewise.
10020         * include/sys/msg.h: Likewise.
10021         * include/sys/resource.h: Likewise.
10022         * include/sys/select.h: Likewise.
10023         * include/sys/socket.h: Likewise.
10024         * include/sys/stat.h: Likewise.
10025         * include/sys/statvfs.h: Likewise.
10026         * include/sys/time.h: Likewise.
10027         * include/sys/times.h: Likewise.
10028         * include/sys/uio.h: Likewise.
10029         * include/sys/utsname.h: Likewise.
10030         * include/sys/wait.h: Likewise.
10031         * include/termios.h: Likewise.
10032         * include/time.h: Likewise.
10033         * include/ulimit.h: Likewise.
10034         * include/unistd.h: Likewise.
10035         * include/utime.h: Likewise.
10036         * include/wchar.h: Likewise.
10037         * include/wctype.h: Likewise.
10038         * include/wordexp.h: Likewise.
10039
10040         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
10041
10042         * time/time.h: TIME_UTC must be a macro.
10043         Make timespec_get available for ISO C11 only as well.
10044
10045 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
10046
10047         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
10048         Reported by Peng Haitao <penght@cn.fujitsu.com>.
10049
10050 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
10051
10052         * configure.in: Use -o not -a in test for unsupported multi-arch.
10053
10054 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
10055
10056         * manual/texinfo.tex: Update to version 2012-01-19.16.
10057
10058 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
10059
10060         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
10061
10062 2012-02-24  Roland McGrath  <roland@hack.frob.com>
10063
10064         [BZ #13738]
10065         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
10066         * manual/fdl-1.3.texi: New file.
10067         * manual/fdl-1.1.texi: File removed.
10068
10069         [BZ #13738]
10070         * manual/libc.texinfo (FDL_VERSION): New @set.
10071         Use it for mention of FDL in cover text.
10072         (Documentation License): Use it in @include file name.
10073
10074 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10075             Roland McGrath  <roland@hack.frob.com>
10076
10077         [BZ #5461]
10078         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
10079         not LONG_LONG_MAX and LONG_LONG_MIN.
10080         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
10081         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
10082         name.
10083         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
10084
10085 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10086
10087         [BZ #2547]
10088         [BZ #11365]
10089         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
10090         manipulate bits before adding and subtracting TWO23[sx].
10091         * math/libm-test.inc (nearbyint_test): Add more tests.
10092
10093 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10094
10095         [BZ #2548]
10096         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
10097         bits before adding and subtracting TWO23[sx].
10098         * math/libm-test.inc (rint_test): Add more tests.
10099         (rint_test_tonearest): Likewise.
10100         (rint_test_towardzero): Likewise.
10101         (rint_test_downward): Likewise.
10102         (rint_test_upward: Likewise.
10103
10104 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10105
10106         [BZ #10110]
10107         * include/stdc-predef.h: New file.  Extracted from features.h.
10108         * include/features.h: Include stdc-predef.h.
10109         * Makefile (headers): Add stdc-predef.h.
10110         * CONFORMANCE (Compiler limitations): Update.
10111
10112 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
10113
10114         * manual/libc.texinfo (VERSION, UPDATED): Revert.
10115
10116 2012-02-21  David S. Miller  <davem@davemloft.net>
10117
10118         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
10119         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
10120
10121 2012-02-20  David S. Miller  <davem@davemloft.net>
10122
10123         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
10124         using a normal save/restore sequence, rather than allocating a
10125         dummy stack frame just to store a frame pointer and restore.
10126         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10127
10128 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
10129
10130         * manual/install.texi: Fix stray word in line-wrapped comment.
10131
10132 2012-02-20  David S. Miller  <davem@davemloft.net>
10133
10134         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
10135         both binutils and gcc support GOTDATA.
10136
10137         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
10138         "rd %pc" in the PIC register setup sequences.
10139
10140         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
10141         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
10142         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
10143         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
10144         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
10145         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
10146         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
10147         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10148         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
10149         (SYSCALL_ERROR_HANDLER): Likewise.
10150         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
10151         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
10152         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
10153         (SYSCALL_ERROR_HANDLER): Likewise.
10154
10155         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
10156         (HAVE_GCC_GOTDATA): New.
10157         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
10158         relocation support in both binutils and gcc.
10159         * sysdeps/sparc/elf/configure: Regenerate.
10160
10161         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
10162         * sysdeps/sparc/sparc32/elf/configure: Delete.
10163         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
10164         * sysdeps/sparc/sparc64/elf/configure: Delete.
10165         * sysdeps/sparc/elf/configure.in: New file.
10166         * sysdeps/sparc/elf/configure: Generate.
10167
10168         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
10169         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
10170         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
10171         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
10172         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
10173
10174 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
10175
10176         * manual/install.texi: Do not mention specific glibc version
10177         numbers.
10178         * manual/libc.texinfo (VERSION, UPDATED): Update.
10179         (@copying): Use @copyright{} and range of years.
10180
10181 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
10182
10183         [BZ #13695]
10184         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
10185         [crti.S not in sysdirs] (generated): Do not append.
10186         [crti.S not in sysdirs] (omit-deps): Likewise.
10187         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
10188         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
10189         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
10190         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
10191         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
10192         Likewise.
10193         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
10194         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
10195         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
10196         * csu/defs.awk: Remove file.
10197         * sysdeps/generic/initfini.c: Likewise.
10198         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
10199         variable.
10200         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
10201         Likewise.
10202
10203 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
10204
10205         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
10206         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
10207         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
10208         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
10209         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
10210         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
10211         <bits/epoll.h>.
10212         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
10213         (__EPOLL_PACKED): Define to empty if not defined by
10214         <bits/epoll.h>.
10215         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
10216         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10217         bits/epoll.h.
10218
10219 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
10220
10221         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
10222         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
10223         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
10224         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
10225         <bits/timerfd.h>.
10226         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
10227         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10228         bits/timerfd.h.
10229
10230 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
10231
10232         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
10233         in C locale.
10234         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10235         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
10236         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
10237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10238
10239 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
10240
10241         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
10242         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
10243
10244 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
10245
10246         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
10247         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
10248         defined.
10249         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
10250         Likewise.
10251         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
10252         entry for 2.16.
10253
10254 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
10255
10256         * math/w_acos.c: Use non-signaling floating-point comparisons.
10257         * math/w_acosf.c: Likewise.
10258         * math/w_acosh.c: Likewise.
10259         * math/w_acoshf.c: Likewise.
10260         * math/w_acoshl.c: Likewise.
10261         * math/w_acosl.c: Likewise.
10262         * math/w_asin.c: Likewise.
10263         * math/w_asinf.c: Likewise.
10264         * math/w_asinl.c: Likewise.
10265         * math/w_atanh.c: Likewise.
10266         * math/w_atanhf.c: Likewise.
10267         * math/w_atanhl.c: Likewise.
10268         * math/w_exp2.c: Likewise.
10269         * math/w_exp2f.c: Likewise.
10270         * math/w_exp2l.c: Likewise.
10271         * math/w_j0.c: Likewise.
10272         * math/w_j0f.c: Likewise.
10273         * math/w_j0l.c: Likewise.
10274         * math/w_j1.c: Likewise.
10275         * math/w_j1f.c: Likewise.
10276         * math/w_j1l.c: Likewise.
10277         * math/w_jn.c: Likewise.
10278         * math/w_jnf.c: Likewise.
10279         * math/w_log.c: Likewise.
10280         * math/w_log10.c: Likewise.
10281         * math/w_log10f.c: Likewise.
10282         * math/w_log10l.c: Likewise.
10283         * math/w_log2.c: Likewise.
10284         * math/w_log2f.c: Likewise.
10285         * math/w_log2l.c: Likewise.
10286         * math/w_logf.c: Likewise.
10287         * math/w_logl.c: Likewise.
10288         * math/w_sqrt.c: Likewise.
10289         * math/w_sqrtf.c: Likewise.
10290         * math/w_sqrtl.c: Likewise.
10291         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
10292         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
10293         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10294         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
10295         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
10296
10297 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
10298
10299         [BZ #9739]
10300         * manual/string.texi (strnlen): Use correct parameter name in
10301         equivalent expression.
10302
10303 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
10304
10305         [BZ #11174]
10306         * manual/users.texi (seteuid): Consistently use neweuid for
10307         argument name.
10308
10309 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
10310
10311         [BZ #13704]
10312         * manual/nss.texi (Services in the NSS configuration): Correct
10313         list of services in example configuration file.
10314
10315 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
10316
10317         [BZ #11322]
10318         * manual/arith.texi: Remove statements about negative zero
10319         behaving identically to zero.
10320
10321 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
10322
10323         [BZ #5993]
10324         * manual/install.texi: Do not document upgrading from libc5.
10325
10326 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
10327
10328         [BZ #4596]
10329         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
10330
10331 2012-02-18  David S. Miller  <davem@davemloft.net>
10332
10333         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
10334         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
10335         %o7 across the call.
10336         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
10337         instead.
10338         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
10339         SETUP_PIC_REG_LEAF.
10340         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
10341         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
10342         * sysdeps/sparc/crtn.S: Likewise.
10343
10344 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
10345
10346         * aout/Makefile: Remove.
10347
10348 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
10349
10350         [BZ #13058]
10351         * manual/examples/argp-ex1.c (main): Format definition in GNU
10352         style.
10353         * manual/examples/argp-ex2.c (main): Likewise.
10354         * manual/examples/argp-ex3.c (main): Likewise.
10355         * manual/examples/argp-ex4.c (main): Likewise.
10356         * manual/examples/longopt.c (main): Use new-style prototype
10357         definition.
10358         * manual/examples/strncat.c (main): Specify return type and use
10359         (void) for arguments.
10360         * manual/examples/subopt.c (main): Use char **argv argument.
10361
10362 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
10363
10364         [BZ #5077]
10365         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
10366         rounding modes.
10367
10368 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
10369
10370         [BZ #6907]
10371         * manual/string.texi (strchr): Change when strchrnul is
10372         recommended.
10373
10374 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
10375
10376         [BZ #174]
10377         * manual/locale.texi (setlocale): Document LOCPATH.
10378
10379 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
10380
10381         [BZ #10210]
10382         * manual/process.texi (execle): Move @dots{} before last argument.
10383
10384 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
10385
10386         [BZ #12047]
10387         * manual/charset.texi (Generic Charset Conversion): Fix typo
10388         (LC_TYPE -> LC_CTYPE).
10389
10390 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
10391
10392         [BZ #5805]
10393         * manual/arith.texi (scalbn): Use @var{} on parameter names.
10394         (scalbnf): Likewise.
10395         (scalbnl): Likewise.
10396         (scalbln): Likewise.
10397         (scalblnf): Likewise.
10398         (scalblnl): Likewise.
10399         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
10400         (vwarnx): Likewise.
10401         (verr): Likewise.
10402         (verrx): Likewise.
10403         * manual/filesys.texi (telldir): Use braces around return type.
10404         * manual/llio.texi (mmap): Add space after comma.
10405         (mmap64): Likewise.
10406         * manual/math.texi (jn): Use @var{} on parameter names.
10407         (jnf): Likewise.
10408         (jnl): Likewise.
10409         (yn): Likewise.
10410         (ynf): Likewise.
10411         (ynl): Likewise.
10412         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
10413         line.
10414         * manual/resource.texi (ulimit): Use @dots{} instead of literal
10415         "...".
10416         (sched_get_priority_min): Remove semicolon on @deftypefun line.
10417         (sched_get_priority_max): Likewise.
10418         * manual/signal.texi (sigvec): Add space after comma.
10419         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
10420         names.
10421         (if_indextoname): Likewise.
10422         (if_freenameindex): Likewise.
10423         (sendto): Use ',' instead of '.' in prototype.
10424         * manual/startup.texi (syscall): Use @dots{} instead of literal
10425         "...".
10426         * manual/stdio.texi (__fpending): Separate initial words of
10427         paragraph from @deftypefun line.
10428         * manual/syslog.texi (syslog): Use @dots{} instead of literal
10429         "...".
10430         (vsyslog): Use @var{} on parameter names.
10431         * manual/terminal.texi (stty): Use @var{} on parameter names.
10432         * manual/users.texi (getutmp): Use @var{} on parameter names.
10433         (getutmpx): Likewise.
10434
10435 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
10436
10437         [BZ #6884]
10438         * manual/stdio.texi (fopen): Fix typos in description of
10439         ",ccs=STRING".
10440
10441 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
10442
10443         [BZ #4026]
10444         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
10445         get clock_id definition.
10446
10447 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
10448
10449         [BZ #4822]
10450         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
10451         (madvise): Cast every argument to void on its own.
10452
10453 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
10454
10455         [BZ #9902]
10456         * manual/startup.texi (Exit Status): Fix typo.
10457
10458 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
10459
10460         [BZ #10140]
10461         * manual/examples/argp-ex1.c: Include <stdlib.h>.
10462         * manual/examples/argp-ex2.c: Likewise.
10463         * manual/examples/argp-ex3.c: Likewise.
10464
10465 2012-02-16  Richard Henderson  <rth@redhat.com>
10466
10467         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
10468         * sysdeps/s390/s390-32/initfini.c: Remove.
10469         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
10470         * sysdeps/s390/s390-64/initfini.c: Remove.
10471
10472 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10473
10474         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
10475         compiler output for sysdeps/generic/initfini.c.
10476         * sysdeps/sh/elf/initfini.c: Remove file.
10477
10478 2012-02-16  David S. Miller  <davem@davemloft.net>
10479
10480         [BZ #11494]
10481         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
10482
10483         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
10484         * sysdeps/sparc/crti.S: New file.
10485         * sysdeps/sparc/crtn.S: New file.
10486         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
10487         * sysdeps/sparc/sparc64/Makefile: Likewise.
10488
10489 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
10490
10491         [BZ #3335]
10492         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
10493
10494 2012-02-15  Roland McGrath  <roland@hack.frob.com>
10495
10496         [BZ #4822]
10497         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
10498
10499         * mach/devstream.c (cookie_io_functions_t): Macro removed.
10500         (write, read, close): Likewise.
10501         Patch by Aurelien Jarno <aurelien@aurel32.net>.
10502
10503 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
10504
10505         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
10506         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
10507         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
10508         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
10509         <bits/signalfd.h>.
10510         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
10511         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10512         bits/signalfd.h.
10513
10514 2012-02-14  Marek Polacek  <polacek@redhat.com>
10515
10516         * sysdeps/x86_64/crti.S: New file.
10517         * sysdeps/x86_64/crtn.S: New file.
10518         * sysdeps/x86_64/elf/initfini.c: Remove file.
10519
10520 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
10521
10522         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
10523         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
10524         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
10525         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
10526         <bits/inotify.h>.
10527         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
10528         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10529         bits/inotify.h.
10530
10531 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
10532
10533         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
10534         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
10535         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
10536         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
10537         <bits/eventfd.h>.
10538         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
10539         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10540         bits/eventfd.h.
10541
10542 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
10543
10544         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
10545         __feraiseexcept instead of feraiseexcept.
10546
10547         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
10548         nanosleep invocations.
10549         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
10550         strings, and add error checking for a nanosleep invocations.
10551
10552 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
10553
10554         Replace FSF snail mail address with URLs, as per GNU coding standards.
10555         Most of the snail mail addresses were wrong anyway, and omitting
10556         them makes the source code easier to maintain.  Almost all of the
10557         changes are to license notices and to locale LC_IDENTIFICATION
10558         addresses, except for this one:
10559         * manual/libc.texinfo: In "Published by", give the FSF's URL,
10560         not its snail mail address.
10561
10562 2012-02-09  Richard Henderson  <rth@twiddle.net>
10563
10564         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
10565         of kernel-features.h.
10566
10567         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
10568
10569 2012-02-08  Marek Polacek  <polacek@redhat.com>
10570
10571         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
10572         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
10573         * sysdeps/gnu/_G_config.h: Likewise.
10574         * sysdeps/generic/_G_config.h: Likewise.
10575
10576 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
10577
10578         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
10579         tests.
10580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10581
10582         * sysdeps/powerpc/powerpc32/crti.S: New file.
10583         * sysdeps/powerpc/powerpc32/crtn.S: New file.
10584         * sysdeps/powerpc/powerpc64/crti.S: New file.
10585         * sysdeps/powerpc/powerpc64/crtn.S: New file.
10586
10587         * Makeconfig (have-initfini): Don't set.
10588         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
10589         * configure.in (nopic_initfini): Don't substitute.
10590         * config.h.in (HAVE_INITFINI): Don't #undef.
10591         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
10592         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
10593
10594 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
10595
10596         Support crti.S and crtn.S provided directly by architectures.
10597         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
10598         [crti.S in sysdirs] (omit-deps): Likewise.
10599         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
10600         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
10601         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
10602         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
10603         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
10604         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
10605         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
10606         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
10607         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
10608         compiler output for sysdeps/generic/initfini.c.
10609         * sysdeps/i386/elf/Makefile: Remove file.
10610         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
10611
10612 2012-02-07  Marek Polacek  <polacek@redhat.com>
10613
10614         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
10615         * sysdeps/gnu/_G_config.h: Likewise.
10616         * sysdeps/mach/hurd/_G_config.h: Likewise.
10617
10618 2012-02-07  Marek Polacek  <polacek@redhat.com>
10619
10620         * math/Makefile (tests): Add tst-CMPLX2.
10621         * math/tst-CMPLX2.c: New file.
10622
10623 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
10624
10625         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
10626
10627         * math/libm-test.inc (jn_test): Add missing L suffix.
10628
10629 2012-02-06  Marek Polacek  <polacek@redhat.com>
10630
10631         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
10632         * sysdeps/i386/fpu/e_powf.S: Likewise.
10633         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
10634         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
10635         * sysdeps/i386/fpu/e_acosh.S: Likewise.
10636         * sysdeps/i386/fpu/e_pow.S: Likewise.
10637         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
10638         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
10639         * sysdeps/i386/fpu/s_expm1.S: Likewise.
10640         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
10641         * sysdeps/i386/fpu/e_log2.S: Likewise.
10642         * sysdeps/i386/fpu/e_log2l.S: Likewise.
10643         * sysdeps/i386/fpu/e_scalb.S: Likewise.
10644         * sysdeps/i386/fpu/e_powl.S: Likewise.
10645         * sysdeps/i386/fpu/s_log1p.S: Likewise.
10646         * sysdeps/i386/fpu/e_log10f.S: Likewise.
10647         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
10648         * sysdeps/i386/fpu/e_logl.S: Likewise.
10649         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
10650         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
10651         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
10652         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
10653         * sysdeps/i386/fpu/e_log2f.S: Likewise.
10654         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
10655         * sysdeps/i386/fpu/e_log.S: Likewise.
10656         * sysdeps/i386/fpu/s_cexp.S: Likewise.
10657         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
10658         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
10659         * sysdeps/i386/fpu/e_logf.S: Likewise.
10660         * sysdeps/i386/fpu/e_log10l.S: Likewise.
10661         * sysdeps/i386/fpu/e_atanh.S: Likewise.
10662         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
10663         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
10664         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
10665         * sysdeps/i386/fpu/e_log10.S: Likewise.
10666         * sysdeps/i386/fpu/s_frexp.S: Likewise.
10667         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
10668         * sysdeps/i386/fpu/s_asinh.S: Likewise.
10669         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
10670         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
10671         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
10672         * sysdeps/i386/asm-syntax.h: Likewise.
10673         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
10674         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
10675         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
10676         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
10677         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
10678         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
10679         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
10680         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
10681         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
10682         * sysdeps/powerpc/sysdep.h: Likewise.
10683         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
10684         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
10685
10686 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
10687
10688         [BZ #411]
10689         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
10690
10691 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
10692
10693         * sysdeps/i386/sysdep.h: Include <features.h>.
10694         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
10695         version.
10696
10697 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
10698
10699         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
10700         Define.
10701         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
10702         LOAD_PIC_REG_STR.
10703
10704 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
10705
10706         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
10707         (SETUP_PIC_REG): Use GET_PC_THUNK.
10708         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
10709         macro.
10710
10711 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
10712
10713         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
10714         for non-PIC compilation.
10715         (SETUP_PIC_REG): Add .p2align directive.
10716         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
10717         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
10718         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
10719         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
10720         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
10721         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
10722         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
10723         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
10724         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
10725         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
10726         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
10727         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
10728         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
10729         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
10730         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
10731         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
10732         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
10733         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
10734         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
10735         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
10736         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
10737         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
10738         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
10739         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
10740         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
10741         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
10742         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
10743         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
10744         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
10745         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
10746         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
10747         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
10748         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
10749         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
10750         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
10751         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
10752         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
10753         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
10754         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
10755         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
10756         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
10757
10758 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
10759
10760         * math/tst-CMPLX.c: Include <stdio.h>.
10761
10762 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
10763
10764         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
10765         float.
10766         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
10767         * sysdeps/sparc/bits/mathdef.h: Likewise.
10768
10769 2012-01-31  Marek Polacek  <polacek@redhat.com>
10770
10771         * libio/libio.h: Don't define _PARAMS.
10772         * locale/programs/config.h: Don't define PARAMS.
10773         * stdlib/strtol_l.c: Likewise.
10774         (__strtol_l): Remove PARAMS from the prototype.
10775
10776 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
10777
10778         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
10779         names.  Just use the correct names.  Remove unnecessary wrapper
10780         functions.
10781         * malloc/arena.c: Likewise.
10782         * malloc/hooks.c: Likewise.
10783
10784         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
10785         ARENA_TEST says not to.  Simplify test for creation of a new arena.
10786         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
10787
10788 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
10789
10790         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
10791         into tail calls.
10792         (update_get_addr): New function.
10793         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
10794         GET_ADDR_MODULE parameter.
10795
10796 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
10797
10798         * crypt/cert.c: Remove __STDC__ conditionals.
10799         * crypt/crypt-entry.c: Likewise.
10800         * crypt/crypt_util.c: Likewise.
10801         * libio/filedoalloc.c: Likewise.
10802         * libio/fileops.c: Likewise.
10803         * libio/genops.c: Likewise.
10804         * libio/iofclose.c: Likewise.
10805         * libio/iofdopen.c: Likewise.
10806         * libio/iofopen.c: Likewise.
10807         * libio/iofopen64.c: Likewise.
10808         * libio/iogetdelim.c: Likewise.
10809         * libio/iopopen.c: Likewise.
10810         * libio/obprintf.c: Likewise.
10811         * libio/oldfileops.c: Likewise.
10812         * libio/oldiofclose.c: Likewise.
10813         * libio/oldiofdopen.c: Likewise.
10814         * libio/oldiofopen.c: Likewise.
10815         * libio/oldiopopen.c: Likewise.
10816         * libio/wfiledoalloc.c: Likewise.
10817         * libio/wgenops.c: Likewise.
10818         * locale/programs/xmalloc.c: Likewise.
10819         * misc/syslog.c: Likewise.
10820         * stdio-common/xbug.c: Likewise.
10821         * string/memchr.c: Likewise.
10822         * string/memcmp.c: Likewise.
10823         * string/memrchr.c: Likewise.
10824         * string/rawmemchr.c: Likewise.
10825         * sysdeps/posix/getcwd.c: Likewise.
10826         * time/strftime_l.c: Likewise.
10827
10828 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
10829
10830         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
10831         * config.make.in (config-cflags-sse2avx): Define.
10832         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
10833         Fix typo.
10834
10835 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
10836
10837         * scripts/config.guess: Update from upstream config git repository.
10838         * scripts/config.sub: Likewise.
10839
10840 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
10841
10842         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
10843         (EM_NUM): Update.
10844         (R_TILEPRO_*, R_TILEGX_*): New macros.
10845
10846         * scripts/firstversions.awk: Fix bug in version range handling.
10847
10848         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
10849
10850         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
10851
10852         * include/sys/epoll.h: New file.
10853         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
10854         libc_hidden_def.
10855
10856 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
10857
10858         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
10859         Avoid unnecessary __WORDSIZE == 64 test.
10860         (fmaxf): Use VEX format if possible.
10861         (fmax): Likewise.
10862         (fminf): Likewise.
10863         (fmin): Likewise.
10864
10865         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
10866         * math/math_private.h: Remove libc_fegetround* and
10867         libc_fesetround*.
10868         * sysdeps/i386/configure.in: Check for -msse2avx.
10869         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
10870         also if SSE2AVX is defined.
10871         Remove libc_fegetround* and libc_fesetround*.
10872         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
10873         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
10874         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
10875         of HAS_YMM_USABLE.
10876         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
10877         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
10878         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
10879         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
10880         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
10881
10882         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
10883
10884 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10885
10886         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
10887         size is not set.
10888         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
10889
10890 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
10891
10892         [BZ #13618]
10893         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
10894         relocation.
10895         * Makeconfig (libm): Define.
10896         * elf/Makefile: Add rules to build and run tst-relsort1.
10897         * elf/tst-relsort1.c: New file.
10898         * elf/tst-relsort1mod1.c: New file.
10899         * elf/tst-relsort1mod2.c: New file.
10900
10901 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
10902
10903         * math/s_ldexp.c: Remove __STDC__ conditionals.
10904         * math/s_ldexpf.c: Likewise.
10905         * math/s_ldexpl.c: Likewise.
10906         * math/s_nextafter.c: Likewise.
10907         * math/s_nexttowardf.c: Likewise.
10908         * math/s_significand.c: Likewise.
10909         * math/s_significandf.c: Likewise.
10910         * math/s_significandl.c: Likewise.
10911         * math/w_jnl.c: Likewise.
10912         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
10913         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
10914         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
10915         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
10916         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
10917         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
10918         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
10919         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
10920         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
10921         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
10922         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
10923         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10924         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
10925         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
10926         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
10927         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
10928         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
10929         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
10930         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
10931         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
10932         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
10933         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
10934         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
10935         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
10936         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
10937         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
10938         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
10939         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
10940         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
10941         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
10942         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
10943         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
10944         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
10945         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
10946         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
10947         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
10948         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
10949         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
10950         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
10951         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
10952         * sysdeps/ieee754/k_standard.c: Likewise.
10953         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
10954         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
10955         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
10956         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
10957         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
10958         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
10959         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
10960         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
10961         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
10962         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
10963         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
10964         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
10965         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
10966         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
10967         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
10968         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
10969         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
10970         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
10971         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
10972         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
10973         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10974         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
10975         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
10976         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
10977         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
10978         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
10979         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
10980         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
10981         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
10982         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
10983         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
10984         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
10985         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
10986         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
10987         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
10988         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
10989         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
10990         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
10991         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
10992         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
10993         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
10994         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
10995         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
10996         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
10997         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
10998         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
10999         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
11000         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
11001         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
11002         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
11003         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
11004         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
11005         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
11006         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
11007         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
11008         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
11009         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
11010         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11011         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11012         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11013         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
11014         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
11015         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
11016         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
11017         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
11018         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
11019         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
11020         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
11021         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
11022         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
11023         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
11024         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
11025         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
11026         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
11027         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
11028         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
11029         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
11030         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
11031         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
11032         * sysdeps/ieee754/s_matherr.c: Likewise.
11033         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
11034         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11035         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11036         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11037
11038 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
11039
11040         * crypt/md5.h: Remove __STDC__ conditionals.
11041         * libio/libioP.h: Likewise.
11042         * locale/programs/config.h: Likewise.
11043         * sysdeps/generic/sysdep.h: Likewise.
11044         * sysdeps/i386/asm-syntax.h: Likewise.
11045         * sysdeps/s390/asm-syntax.h: Likewise.
11046         * sysdeps/unix/sysdep.h: Likewise.
11047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
11048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
11049
11050 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
11051
11052         * libio/libio.h: Remove __STDC__ conditionals.
11053         * malloc/obstack.h: Likewise.
11054         * math/complex.h: Likewise.
11055         * math/math.h: Likewise.
11056         * sysdeps/generic/_G_config.h: Likewise.
11057         * sysdeps/gnu/_G_config.h: Likewise.
11058         * sysdeps/mach/hurd/_G_config.h: Likewise.
11059         * sysdeps/powerpc/bits/mathdef.h: Likewise.
11060         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
11061         * sysdeps/sparc/bits/mathdef.h: Likewise.
11062
11063 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
11064
11065         [BZ #13583]
11066         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
11067         Clean up HAS_* macros.
11068         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
11069         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
11070         possible.
11071         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
11072         HAS_AVX.
11073         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
11074         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
11075         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
11076         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
11077         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
11078
11079 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
11080
11081         * elf/tst-unique3.cc (gets): Remove declaration.
11082         * elf/tst-unique3lib.cc (gets): Likewise.
11083         * elf/tst-unique3lib2.cc (gets): Likewise.
11084         * elf/tst-unique4.cc (gets): Likewise.
11085
11086 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
11087
11088         * include/stdio.h: Add C++ protection.  Add gets declarations and
11089         definitions.
11090         * debug/tst-chk1.c: Don't declare gets here.
11091         * stdio-common/tst-gets.c: Likewise.
11092
11093 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
11094
11095         * posix/glob: Remove directory.
11096
11097 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
11098
11099         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
11100
11101 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
11102
11103         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
11104         of the non-standard EPFNOSUPPORT.
11105
11106 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11107
11108         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
11109         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
11110         ANYWHERE set to 1 only on KERN_NO_SPACE error.
11111
11112 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
11113
11114         * wcsmbs/uchar.h: Test __STDC_VERSION__.
11115
11116 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
11117
11118         * nscd/aicache.c (addhstaiX): Do not cache negative results of
11119         transient errors.
11120         * nscd/grpcache.c (cache_addgr): Likewise.
11121         * nscd/hstcache.c (cache_addhst): Likewise.
11122         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11123         * nscd/pwdcache.c (cache_addpw): Likewise.
11124         * nscd/servicescache.c (cache_addserv): Likewise.
11125
11126 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
11127
11128         * malloc/malloc.c: Various cleanups.
11129         * malloc/hooks.c: Likewise.
11130
11131         * stdlib/Makefile (tests): Add bug-fmtmsg1.
11132         * stdlib/bug-fmtmsg1.c: New file.
11133
11134         * stdlib/fmtmsg.c (init): Add missing unlock.
11135         Patch by Peng Haitao <penght@cn.fujitsu.com>.
11136
11137 2012-01-12  Marek Polacek  <polacek@redhat.com>
11138
11139         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
11140         and _GNU_SOURCE.
11141
11142 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
11143
11144         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
11145         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
11146         macro to ensure uniqueness of label name.
11147         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
11148         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
11149
11150 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
11151
11152         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
11153
11154         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
11155         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
11156         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11157         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
11158
11159 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
11160
11161         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
11162
11163         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
11164         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
11165         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
11166
11167         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
11168
11169         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
11170         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
11171         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
11172         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
11173
11174         * math/bits/math-finite.h: Add ldexp support.
11175
11176 2012-01-10  Marek Polacek  <polacek@redhat.com>
11177
11178         * locale/programs/localedef.h (show_archive_content): Add noreturn
11179         attribute.
11180
11181 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
11182
11183         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
11184
11185 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
11186
11187         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
11188
11189         * io/Makefile (headers): Add bits/poll2.h.
11190
11191 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
11192
11193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
11194         typo #include statement.
11195
11196 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
11197
11198         * include/sys/cdefs.h: Define __attribute_alloc_size.
11199         * catgets/gencat.c: Add alloc_size attribute and apply consistently
11200         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
11201         * elf/pldd.c: Likewise.
11202         * iconv/iconv_charmap.c: Likewise.
11203         * iconv/iconvconfig.c: Likewise.
11204         * iconv/strtab.c: Likewise.
11205         * locale/programs/locale.c: Likewise.
11206         * locale/programs/localedef.h: Likewise.
11207         * locale/programs/simple-hash.c: Likewise.
11208         * nscd/nscd.h: Likewise.
11209         * nss/makedb.c: Likewise.
11210         * sysdeps/generic/ldconfig.h: Likewise.
11211         * locale/programs/localedef.c: Remove xmalloc prototype.
11212         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
11213
11214 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
11215
11216         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
11217         appropriate.
11218
11219 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
11220
11221         * math/Makefile (tests): Add tst-CMPLX.
11222         * math/tst-CMPLX.c: New file.
11223
11224         * math/complex.h (CMPLXL): Fix typo.
11225
11226         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
11227         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
11228         GLIBC_2.16.
11229         * debug/tst-chk1.c: Add poll and ppoll tests.
11230         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
11231         * include/sys/poll.h: Add hidden proto for ppoll.
11232         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
11233         * sysdeps/mach/hurd/ppoll.c: Likewise.
11234         * io/ppoll.c: Likewise.
11235         * debug/poll_chk.c: New file.
11236         * debug/ppoll_chk.c: New file.
11237         * include/bits/poll2.h: New file.
11238         * io/bits/poll2.h: New file.
11239
11240         [BZ #1350]
11241         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
11242
11243         * configure.in: static is always set to yes.  Remove.
11244         * config.make.in: Don't set build-static.
11245         * Makeconfig: Remove use of build-static.
11246         * dlfcn/Makefile: Likewise.
11247         * elf/Makefile: Likewise.
11248         * math/Makefile: Likewise.
11249         * misc/Makefile: Likewise.
11250         * nptl/Makefile: Likewise.
11251         * sysdeps/mach/hurd/Makefile: Likewise.
11252
11253         * configure.in: PWD_P is not used anymore.
11254         * config.make.in: Remove PWD_P entry.
11255
11256         * configure.in: Remove last remnants of RANLIB.
11257         No need to check for signed size_t anymore.
11258         Don't set libc_commonpagesize and libc_relro_required here for Alpha
11259         and IA-64.
11260         Remove __builtin_expect test because we require at least gcc 3.4.
11261         * aclocal.m4: Likewise.
11262
11263         * wcsmbs/mbrtoc16.c: Implement using towc function.
11264         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
11265         * wcsmbs/wcsmbsload.c: Likewise.
11266         * iconv/gconv_simple.c: Likewise.
11267         * iconv/gconv_int.h: Likewise.
11268         * iconv/gconv_builtin.h: Likewise.
11269         * iconv/iconv_prog.c: Remove CHAR16 handling.
11270
11271         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
11272
11273         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
11274
11275         * configure.in: Remove --with-elf and --enable-bounded options.
11276         Dont set base_machine for ia64.  More non-ELF conditions removed.
11277         Remove testing and setting of leading underscore information.
11278         * config.make.in (build-bounded): Set to no.
11279         * config.h.in: Remove NO_UNDERSCORES entry.
11280         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
11281         them.
11282         * csu/start.c: Remove !NO_UNDERSCORE code.
11283         * locale/localeinfo.h: Likewise.
11284         * sysdeps/generic/machine-gmon.h: Likewise.
11285         * sysdeps/generic/sysdep.h: Likewise.
11286         * sysdeps/i386/sysdep.h: Likewise.
11287         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
11288         * sysdeps/mach/sysdep.h: Likewise.
11289         * sysdeps/s390/s390-32/sysdep.h: Likewise.
11290         * sysdeps/s390/s390-64/sysdep.h: Likewise.
11291         * sysdeps/sh/sysdep.h: Likewise.
11292         * sysdeps/sparc/sparc32/alloca.S: Likewise.
11293         * sysdeps/unix/i386/sysdep.S: Likewise.
11294         * sysdeps/unix/sparc/start.c: Likewise.
11295         * sysdeps/unix/sparc/sysdep.S: Likewise.
11296         * sysdeps/unix/sparc/sysdep.h: Likewise.
11297         * sysdeps/unix/start.c: Likewise.
11298         * sysdeps/unix/x86_64/sysdep.S: Likewise.
11299         * sysdeps/x86_64/sysdep.h: Likewise.
11300
11301 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
11302
11303         [BZ #13553]
11304         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
11305         for non-gcc.
11306         * argp/argp-fmtstream.h: Use const instead __const.
11307         * argp/argp.h: Likewise.
11308         * assert/assert.h: Likewise.
11309         * bits/fenv.h: Likewise.
11310         * bits/sched.h: Likewise.
11311         * bits/sigset.h: Likewise.
11312         * bits/sigthread.h: Likewise.
11313         * catgets/nl_types.h: Likewise.
11314         * conform/data/pthread.h-data: Likewise.
11315         * crypt/crypt-private.h: Likewise.
11316         * crypt/crypt.h: Likewise.
11317         * crypt/crypt_util.c: Likewise.
11318         * ctype/ctype.h: Likewise.
11319         * debug/execinfo.h: Likewise.
11320         * debug/mbsnrtowcs_chk.c: Likewise.
11321         * debug/mbsrtowcs_chk.c: Likewise.
11322         * debug/wcsnrtombs_chk.c: Likewise.
11323         * debug/wcsrtombs_chk.c: Likewise.
11324         * debug/wcstombs_chk.c: Likewise.
11325         * dirent/dirent.h: Likewise.
11326         * dlfcn/dlfcn.h: Likewise.
11327         * elf/neededtest4.c: Likewise.
11328         * grp/grp.h: Likewise.
11329         * gshadow/gshadow.h: Likewise.
11330         * iconv/gconv.h: Likewise.
11331         * iconv/gconv_int.h: Likewise.
11332         * iconv/gconv_simple.c: Likewise.
11333         * iconv/iconv.h: Likewise.
11334         * iconv/loop.c: Likewise.
11335         * iconv/skeleton.c: Likewise.
11336         * include/aio.h: Likewise.
11337         * include/aliases.h: Likewise.
11338         * include/argz.h: Likewise.
11339         * include/arpa/inet.h: Likewise.
11340         * include/assert.h: Likewise.
11341         * include/dirent.h: Likewise.
11342         * include/dlfcn.h: Likewise.
11343         * include/execinfo.h: Likewise.
11344         * include/fcntl.h: Likewise.
11345         * include/fenv.h: Likewise.
11346         * include/glob.h: Likewise.
11347         * include/grp.h: Likewise.
11348         * include/libintl.h: Likewise.
11349         * include/mntent.h: Likewise.
11350         * include/netdb.h: Likewise.
11351         * include/pwd.h: Likewise.
11352         * include/rpc/netdb.h: Likewise.
11353         * include/sched.h: Likewise.
11354         * include/search.h: Likewise.
11355         * include/shadow.h: Likewise.
11356         * include/signal.h: Likewise.
11357         * include/stdio.h: Likewise.
11358         * include/stdlib.h: Likewise.
11359         * include/string.h: Likewise.
11360         * include/sys/socket.h: Likewise.
11361         * include/sys/stat.h: Likewise.
11362         * include/sys/statfs.h: Likewise.
11363         * include/sys/statvfs.h: Likewise.
11364         * include/sys/syslog.h: Likewise.
11365         * include/sys/time.h: Likewise.
11366         * include/sys/uio.h: Likewise.
11367         * include/time.h: Likewise.
11368         * include/unistd.h: Likewise.
11369         * include/utmp.h: Likewise.
11370         * include/wchar.h: Likewise.
11371         * include/wctype.h: Likewise.
11372         * inet/aliases.h: Likewise.
11373         * inet/arpa/inet.h: Likewise.
11374         * inet/netinet/ether.h: Likewise.
11375         * inet/netinet/in.h: Likewise.
11376         * intl/libintl.h: Likewise.
11377         * io/bits/fcntl2.h: Likewise.
11378         * io/fcntl.h: Likewise.
11379         * io/ftw.h: Likewise.
11380         * io/sys/poll.h: Likewise.
11381         * io/sys/stat.h: Likewise.
11382         * io/sys/statfs.h: Likewise.
11383         * io/sys/statvfs.h: Likewise.
11384         * io/utime.h: Likewise.
11385         * libio/bits/stdio.h: Likewise.
11386         * libio/bits/stdio2.h: Likewise.
11387         * libio/libio.h: Likewise.
11388         * libio/libioP.h: Likewise.
11389         * libio/stdio.h: Likewise.
11390         * locale/lc-ctype.c: Likewise.
11391         * locale/locale.h: Likewise.
11392         * login/utmp.h: Likewise.
11393         * malloc/arena.c: Likewise.
11394         * malloc/malloc.c: Likewise.
11395         * malloc/malloc.h: Likewise.
11396         * malloc/mcheck.c: Likewise.
11397         * malloc/mtrace.c: Likewise.
11398         * math/bits/mathcalls.h: Likewise.
11399         * math/fenv.h: Likewise.
11400         * math/math_private.h: Likewise.
11401         * misc/bits/error.h: Likewise.
11402         * misc/bits/syslog.h: Likewise.
11403         * misc/err.h: Likewise.
11404         * misc/error.h: Likewise.
11405         * misc/fstab.h: Likewise.
11406         * misc/mntent.h: Likewise.
11407         * misc/regexp.h: Likewise.
11408         * misc/search.h: Likewise.
11409         * misc/sgtty.h: Likewise.
11410         * misc/sys/mman.h: Likewise.
11411         * misc/sys/syslog.h: Likewise.
11412         * misc/sys/uio.h: Likewise.
11413         * misc/sys/xattr.h: Likewise.
11414         * misc/ttyent.h: Likewise.
11415         * nis/rpcsvc/ypclnt.h: Likewise.
11416         * nss/nss.h: Likewise.
11417         * posix/bits/unistd.h: Likewise.
11418         * posix/fnmatch.h: Likewise.
11419         * posix/glob.h: Likewise.
11420         * posix/sched.h: Likewise.
11421         * posix/spawn.h: Likewise.
11422         * posix/sys/wait.h: Likewise.
11423         * posix/unistd.h: Likewise.
11424         * posix/wordexp.h: Likewise.
11425         * pwd/pwd.h: Likewise.
11426         * resolv/netdb.h: Likewise.
11427         * resource/sys/resource.h: Likewise.
11428         * rt/aio.h: Likewise.
11429         * rt/bits/mqueue2.h: Likewise.
11430         * rt/mqueue.h: Likewise.
11431         * shadow/shadow.h: Likewise.
11432         * signal/signal.h: Likewise.
11433         * socket/send.c: Likewise.
11434         * socket/sendto.c: Likewise.
11435         * socket/sys/socket.h: Likewise.
11436         * stdio-common/printf.h: Likewise.
11437         * stdlib/bits/stdlib.h: Likewise.
11438         * stdlib/fmtmsg.h: Likewise.
11439         * stdlib/monetary.h: Likewise.
11440         * stdlib/stdlib.h: Likewise.
11441         * stdlib/ucontext.h: Likewise.
11442         * streams/stropts.h: Likewise.
11443         * string/argz.h: Likewise.
11444         * string/bits/string2.h: Likewise.
11445         * string/string.h: Likewise.
11446         * string/strings.h: Likewise.
11447         * sunrpc/rpc/auth.h: Likewise.
11448         * sunrpc/rpc/auth_des.h: Likewise.
11449         * sunrpc/rpc/clnt.h: Likewise.
11450         * sunrpc/rpc/netdb.h: Likewise.
11451         * sunrpc/rpc/pmap_clnt.h: Likewise.
11452         * sunrpc/rpc/xdr.h: Likewise.
11453         * sysdeps/generic/inttypes.h: Likewise.
11454         * sysdeps/generic/net/if.h: Likewise.
11455         * sysdeps/generic/sys/swap.h: Likewise.
11456         * sysdeps/gnu/net/if.h: Likewise.
11457         * sysdeps/gnu/utmpx.h: Likewise.
11458         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
11459         * sysdeps/i386/i486/bits/string.h: Likewise.
11460         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
11461         * sysdeps/s390/bits/string.h: Likewise.
11462         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
11463         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
11464         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11465         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
11466         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11467         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11468         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11469         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
11470         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
11471         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
11472         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
11473         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
11474         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
11475         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
11476         * sysdeps/unix/sysv/linux/readv.c: Likewise.
11477         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
11478         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
11479         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11480         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
11481         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
11482         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
11483         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
11484         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
11485         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
11486         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
11487         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
11488         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
11489         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
11490         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
11491         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
11492         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
11493         * sysvipc/sys/ipc.h: Likewise.
11494         * sysvipc/sys/msg.h: Likewise.
11495         * sysvipc/sys/sem.h: Likewise.
11496         * sysvipc/sys/shm.h: Likewise.
11497         * termios/termios.h: Likewise.
11498         * time/sys/time.h: Likewise.
11499         * time/time.h: Likewise.
11500         * wcsmbs/bits/wchar2.h: Likewise.
11501         * wcsmbs/uchar.h: Likewise.
11502         * wcsmbs/wchar.h: Likewise.
11503         * wctype/wctype.h: Likewise.
11504
11505         [BZ #13551]
11506         * Makeconfig: Remove all but ELF support including AIX support.
11507         * Makerules: Likewise.
11508         * config.h.in: Likewise.
11509         * config.make.in: Likewise.
11510         * configure: Likewise.
11511         * configure.in: Likewise.
11512         * csu/Makefile: Likewise.
11513         * csu/version.c: Likewise.
11514         * debug/Makefile: Likewise.
11515         * dlfcn/Makefile: Likewise.
11516         * elf/Makefile: Likewise.
11517         * extra-lib.mk: Likewise.
11518         * iconv/Makefile: Likewise.
11519         * include/libc-symbols.h: Likewise.
11520         * include/shlib-compat.h: Likewise.
11521         * resolv/Makefile: Likewise.
11522         * resolv/res_libc.c: Likewise.
11523         * rt/Makefile: Likewise.
11524         * sysdeps/i386/asm-syntax.h: Likewise.
11525         * sysdeps/i386/sysdep.h: Likewise.
11526         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
11527         * sysdeps/mach/sysdep.h: Likewise.
11528         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
11529         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
11530         * sysdeps/s390/asm-syntax.h: Likewise.
11531         * sysdeps/s390/s390-32/sysdep.h: Likewise.
11532         * sysdeps/s390/s390-64/sysdep.h: Likewise.
11533         * sysdeps/sh/sysdep.h: Likewise.
11534         * sysdeps/unix/sparc/sysdep.h: Likewise.
11535         * sysdeps/wordsize-32/divdi3.c: Likewise.
11536         * sysdeps/x86_64/sysdep.h: Likewise.
11537
11538         * argp/Versions: Remove _argp_unlock_xxx.
11539
11540         [BZ #13559]
11541         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
11542         * abilist/libBrokenLocale.abilist: Likewise.
11543         * abilist/libanl.abilist: Likewise.
11544         * abilist/libc.abilist: Likewise.
11545         * abilist/libcrypt.abilist: Likewise.
11546         * abilist/libdl.abilist: Likewise.
11547         * abilist/libm.abilist: Likewise.
11548         * abilist/libnsl.abilist: Likewise.
11549         * abilist/libpthread.abilist: Likewise.
11550         * abilist/libresolv.abilist: Likewise.
11551         * abilist/librt.abilist: Likewise.
11552         * abilist/libthread_db.abilist: Likewise.
11553         * abilist/libutil.abilist: Likewise.
11554         * abilist/libnss_db.abilist: New file.
11555
11556         * scripts/abilist.awk: Add support for indirect functions.
11557
11558         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
11559
11560         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
11561
11562         * shlib-versions: Remove entries for ports architectures.
11563
11564         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
11565         files in ports.
11566         * elf/stackguard-macros.h: Remove support for IA-64.
11567         * elf/tst-auditmod1.c: Likewise.
11568         * sysdeps/generic/ldsodefs.h: Likewise.
11569
11570         * sysdeps/unix/sysv/linux/configure.in: Ports should define
11571         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
11572         configure files.
11573
11574         [BZ #13552]
11575         * configure.in: Remove --enable-omitfp support.
11576         * FAQ.in: Adjust.
11577         * config.make.in: Likewise.
11578         * Makeconfig: Likewise.
11579         * manual/install.texi: Likewise.
11580
11581         In case anyone cares, the IA-64 architecture could move to ports.
11582         * sysdeps/ia64/*: Removed.
11583         * sysdeps/unix/sysv/linux/ia64/*: Removed.
11584         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
11585
11586         [BZ #13555]
11587         * configure.in: Remove entries for unsupported architectures.
11588
11589         [BZ #13533]
11590         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
11591         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
11592         routines.
11593         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
11594         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
11595         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
11596         fall back to using wcrtomb.
11597         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
11598         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
11599         renaming.
11600         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
11601         * wcsmbs/tst-c16c32-1.c: New file.
11602
11603         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
11604         local variable.
11605
11606         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
11607
11608         * elf/tst-unique3.cc: Add explicit declaration of gets.
11609         * elf/tst-unique3lib.cc: Likewise.
11610         * elf/tst-unique3lib2.cc: Likewise.
11611         * elf/tst-unique4.cc: Likewise.
11612
11613         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
11614
11615 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
11616
11617         [BZ #13566]
11618         * assert/assert.h (static_assert): Don't define for C++.
11619         * libio/stdio.h (gets): Do declare for C++ <= C++11.
11620         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
11621
11622 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
11623
11624         * iconv/loop.c (single loop): Fix assertion in storing of
11625         remaining bytes.
11626
11627         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
11628
11629 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
11630
11631         * posix/getconf.c: Update copyright year.
11632         * nss/getent.c: Likewise.
11633         * nss/makedb.c: Likewise.
11634         * iconv/iconvconfig.c: Likewise.
11635         * iconv/iconv_prog.c: Likewise.
11636         * elf/ldconfig.c: Likewise.
11637         * elf/pldd.c: Likewise.
11638         * elf/sotruss.ksh: Likewise.
11639         * catgets/gencat.c: Likewise.
11640         * csu/version.c: Likewise.
11641         * elf/ldd.bash.in: Likewise.
11642         * elf/sprof.c (print_version): Likewise.
11643         * locale/programs/locale.c: Likewise.
11644         * locale/programs/localedef.c: Likewise.
11645         * login/programs/pt_chown.c: Likewise.
11646         * nscd/nscd.c (print_version): Likewise.
11647         * debug/xtrace.sh: Likewise.
11648         * malloc/memusage.sh: Likewise.
11649         * malloc/mtrace.pl: Likewise.
11650         * debug/catchsegv.sh: Likewise.
11651
11652 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
11653
11654         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
11655         pure attribute.
11656
11657 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
11658
11659         [BZ #13533]
11660         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
11661         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
11662         transformations.
11663         * iconv/gconv_int.h: Likewise.
11664         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
11665         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
11666         from libc for GLIBC_2.16.
11667         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
11668         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
11669         * wcsmbs/uchar.h: Really define mbstate_t.
11670         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
11671         * wcsmbs/c16rtomb.c: New file.
11672         * wcsmbs/mbrtoc16.c: New file.
11673         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
11674         for C/POSIX locale.
11675         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
11676         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
11677
11678         * wcsmbs/wchar.h: Add missing __restrict.
11679
11680 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
11681
11682         [BZ #13532]
11683         * time/Makefile (routines): Add timespec_get.
11684         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
11685         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
11686         timespec for ISO C11.
11687         * time/timespec_get.c: New file.
11688         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
11689         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
11690
11691         [BZ #13531]
11692         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
11693         * stdlib/stdlib.h: Declare aligned_alloc.
11694         * Versions.def: Add GLIBC_2.16 for libc.
11695         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
11696
11697         [BZ 13527]
11698         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
11699         ISO C11.
11700
11701         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
11702         code.
11703
11704         [BZ #13528]
11705         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
11706
11707         [BZ #13529]
11708         * assert/assert.h (static_assert): Define.
11709
11710         * version.h: Update for 2.16 development version.
11711
11712         [BZ #13526]
11713         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
11714         _ISOC11_SOURCE.
11715
11716         * version.h (RELEASE): Bump for 2.15 release.
11717         * include/features.h (__GLIBC_MINOR__): Bump to 15.
11718
11719         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
11720         Patch by Marek Polacek <mpolacek@redhat.com>.
11721
11722         * bits/byteswap.h: Protect long long constants with __extension__.
11723         * sysdeps/i386/bits/byteswap.h: Likewise.
11724         * sysdeps/ia64/bits/byteswap.h: Likewise.
11725         * sysdeps/s390/bits/byteswap.h: Likewise.
11726         * sysdeps/x86_64/bits/byteswap.h: Likewise.
11727
11728 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11729
11730         [BZ #13540]
11731         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
11732         destination buffer.
11733         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
11734
11735 2011-12-23  Marek Polacek  <polacek@redhat.com>
11736
11737         * elf/dl-addr.c (determine_info): Add inline keyword.
11738         * elf/tst-auditmod4b.c (check_avx): Likewise.
11739         * elf/tst-auditmod6b.c (check_avx): Likewise.
11740         * elf/tst-auditmod6c.c (check_avx): Likewise.
11741         * elf/tst-auditmod7b.c (check_avx): Likewise.
11742
11743 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
11744
11745         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
11746         !__SSE_MATH__.
11747
11748 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11749
11750         [BZ #13540]
11751         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
11752         processing for last bytes.
11753
11754 2011-08-06  Bruno Haible  <bruno@clisp.org>
11755
11756         [BZ #13061]
11757         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
11758         U+0385, not to U+1FEE.
11759
11760         [BZ #13062]
11761         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
11762         entry for U+00A5 U+0301.
11763
11764 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
11765
11766         [BZ #13166]
11767         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
11768         buffer for the output is too small.
11769
11770         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
11771         optimization.
11772
11773         [BZ #13185]
11774         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
11775         SSE flags if possible.
11776
11777 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11778
11779         [BZ #13540]
11780         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
11781         processing for last bytes.
11782
11783 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
11784
11785         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
11786         (syscall-list-default-options, syscall-list-default-condition)
11787         (syscall-list-includes): Define.
11788         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
11789         list of ABIs and options and #if conditions for each ABI.  Do not
11790         handle common syscalls between ABIs specially.
11791         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
11792         Remove.
11793         (syscall-list-variants, syscall-list-32bit-options)
11794         (syscall-list-32bit-condition, syscall-list-64bit-options)
11795         (syscall-list-64bit-condition): Define.
11796         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
11797         (syscall-list-variants, syscall-list-32bit-options)
11798         (syscall-list-32bit-condition, syscall-list-64bit-options)
11799         (syscall-list-64bit-condition): Define.
11800         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
11801         Remove.
11802         (syscall-list-variants, syscall-list-32bit-options)
11803         (syscall-list-32bit-condition, syscall-list-64bit-options)
11804         (syscall-list-64bit-condition): Define.
11805         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
11806         Remove.
11807         (syscall-list-variants, syscall-list-32bit-options)
11808         (syscall-list-32bit-condition, syscall-list-64bit-options)
11809         (syscall-list-64bit-condition): Define.
11810
11811 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
11812
11813         * locale/iso-639.def: Add brx entry.
11814
11815         [BZ #13328]
11816         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
11817         Proposed by Mariusz_Cukr <marcukr@op.pl>.
11818
11819         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
11820         __feraiseexcept_renamed.
11821
11822 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
11823
11824         [BZ #13538]
11825         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
11826         EPOLLET with unsigned values.
11827         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
11828         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
11829
11830         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
11831         to large cancellation.
11832         * math/s_cacoshf.c: Likewise.
11833         * math/s_cacoshl.c: Likewise.
11834
11835 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
11836
11837         [BZ #13305]
11838         [BZ #12786]
11839         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
11840         * math/s_cacoshf.c: Likewise.
11841         * math/s_cacoshl.c: Likewise.
11842
11843 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
11844
11845         [BZ #13439]
11846         * iconv/gconv.h: Define __GCONV_SWAP.
11847         * iconvdata/unicode.c: The swap bit must be stored in __flags.
11848         * iconvdata/utf-16.c: Likewise.
11849         * iconvdata/utf-32.c: Likewise.
11850
11851 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
11852
11853         [BZ #13524]
11854         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
11855         numerator after shifting it by one limb.
11856
11857 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
11858
11859         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
11860         under [__USE_EXTERN_INLINES].
11861
11862 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
11863
11864         [BZ #13446]
11865         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
11866
11867 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11868
11869         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
11870         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
11871         optimized code.
11872         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
11873         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
11874         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
11875         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
11876         for strncasecmp/strncasecmp_l compilation.
11877         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
11878         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
11879
11880 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
11881
11882         [BZ #13484]
11883         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
11884         of __asm__.
11885
11886 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
11887
11888         [BZ #13506]
11889         * time/tzfile.c (__tzfile_read): Check values from file header.
11890
11891 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
11892
11893         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
11894         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
11895         * powerpc/powerpc32/dl-start.S: Likewise.
11896         * powerpc/powerpc32/elf/start.S: Likewise.
11897         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
11898         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
11899         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
11900         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
11901         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
11902         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
11903         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
11904         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
11905         * powerpc/powerpc32/fpu/s_round.S: Likewise.
11906         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
11907         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
11908         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
11909         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
11910         * powerpc/powerpc32/memset.S: Likewise.
11911         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
11912         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
11913         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
11914         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
11915         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
11916         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
11917         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
11918         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
11919         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
11920         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
11921         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
11922         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
11923         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
11924
11925 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11926
11927         * math/libm-test.inc: Added more nearbyint tests.
11928         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
11929         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
11930         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
11931         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
11932
11933 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
11934
11935         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
11936         FD_CLOEXEC.
11937
11938 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11939
11940         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
11941         Add wcscpy-ssse3 wcscpy-c.
11942         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
11943         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
11944         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
11945         * sysdeps/x86_64/wcschr.S: New file.
11946         * sysdeps/x86_64/wcsrchr.S: New file.
11947         * string/test-strcmp.c: Remove checking of wcscmp function for
11948         wrong alignments.
11949         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
11950         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
11951         wcsrchr-sse2 wcsrchr-c.
11952         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
11953         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
11954         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
11955         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
11956         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
11957         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
11958         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
11959         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
11960         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
11961         * wcsmbc/wcschr.c (WCSCHR): New macro.
11962
11963 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11964
11965         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
11966         * wcsmbs/test-wcsrchr.c: New file.
11967         * string/test-strrchr.c: Add wcsrchr support.
11968         (WIDE): New macro.
11969         * wcsmbs/test-wcscpy.c: New file.
11970         * string/test-strcpy.c: Add wcscpy support.
11971         (WIDE): New macro.
11972
11973 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
11974
11975         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
11976         the inner loop.
11977
11978 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
11979
11980         [BZ #13472]
11981         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
11982
11983 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
11984
11985         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
11986         Minor optimizations.
11987
11988         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
11989         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
11990         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
11991
11992 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
11993
11994         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
11995         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
11996         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
11997         for gcc to avoid warnings.
11998         * inet/Makefile (tests): Add tst-checks.
11999         * inet/tst-checks.c: New file.
12000
12001         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
12002         warning.
12003
12004         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
12005         __wmemcmp_sse2.
12006
12007         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
12008         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
12009
12010         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
12011
12012 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
12013
12014         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
12015         problem.
12016
12017         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
12018
12019 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
12020
12021         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
12022         conditional on GCC version.
12023         (__arch_compare_and_exchange_val_8_acq)
12024         (__arch_compare_and_exchange_val_16_acq)
12025         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
12026         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
12027         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
12028
12029 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
12030
12031         * sysdeps/sh/backtrace.c: New file.
12032
12033 2011-12-02  Andreas Schwab  <schwab@redhat.com>
12034
12035         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
12036         parenthesis.
12037
12038 2011-12-01  Andreas Schwab  <schwab@redhat.com>
12039
12040         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
12041         falling back to utime.
12042
12043 2011-11-30  Andreas Schwab  <schwab@redhat.com>
12044
12045         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
12046         expectations for float.
12047
12048 2011-11-29  Andreas Schwab  <schwab@redhat.com>
12049
12050         * locale/weight.h (findidx): Add parameter len.
12051         * locale/weightwc.h (findidx): Likewise.
12052         * posix/fnmatch_loop.c (FCT): Adjust caller.
12053         * posix/regcomp.c (build_equiv_class): Likewise.
12054         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
12055         * posix/regexec.c (check_node_accept_bytes): Likewise.
12056         * string/strcoll_l.c (STRCOLL): Likewise.
12057         * string/strxfrm_l.c (STRXFRM): Likewise.
12058
12059 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
12060
12061         * Makefile.in: Remove CVSOPT handling.
12062         * configure.in: Remove use of AC_REVISION.
12063         * iconvdata/Makefile (distribute): No need to filter out CVS.
12064         * scripts/list-sources.sh: Remove CVS, subversion and monotone
12065         handling.
12066
12067 2011-11-16  Andreas Schwab  <schwab@redhat.com>
12068
12069         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
12070         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
12071         [USE_AS_STRNCASECMP_L]: Likewise.
12072         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
12073         NO_TLS_DIRECT_SEG_REFS.
12074         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
12075         Fix argument offsets for non-PIC.
12076         [USE_AS_STRNCASECMP_L]: Likewise.
12077         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
12078         NO_TLS_DIRECT_SEG_REFS.
12079
12080 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
12081
12082         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
12083         O_CLOEXEC.
12084         * locale/loadlocale.c (_nl_load_locale): Likewise.
12085
12086 2011-11-15  Andreas Schwab  <schwab@redhat.com>
12087
12088         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
12089         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
12090         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
12091         (SYSCALL_GETTIME): Set errno on error.
12092
12093         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
12094         count references to noai6ai_cached.
12095
12096 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
12097
12098         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
12099
12100         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
12101         FD_CLOEXEC for /proc/self/maps.
12102
12103         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
12104         FD_CLOEXEC for /proc/meminfo.
12105
12106         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
12107         gai.conf.
12108
12109         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
12110         FD_CLOEXEC for given file.
12111
12112         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
12113
12114         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
12115         FD_CLOEXEC for /etc/hosts.
12116         (_gethtent): Likewise.
12117
12118         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
12119
12120         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
12121         cancellation and set FD_CLOEXEC for /etc/netgroup.
12122
12123         * nss/nss_files/files-key.c (search): Don't allow cancellation when
12124         reading /etc/publickey.
12125
12126         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
12127         allow cancellation when reading /etc/group.
12128
12129         * nss/nss_files/files-alias.c (internal_setent): Don't allow
12130         cancellation.
12131         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
12132
12133         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
12134         when using data file.
12135
12136         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
12137
12138         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
12139         (write_nis_obj): Use "c" and "e" in fopen.
12140
12141         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
12142
12143         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
12144
12145         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
12146
12147         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
12148
12149         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
12150         locale.alias.
12151
12152         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
12153
12154         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
12155
12156         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
12157
12158         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
12159         file parsing and set FD_CLOEXEC.
12160
12161 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
12162
12163         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
12164
12165 2011-11-14  Andreas Schwab  <schwab@redhat.com>
12166
12167         * malloc/arena.c (arena_get2): Don't call reused_arena when
12168         _int_new_arena failed.
12169
12170 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
12171
12172         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
12173         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
12174         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
12175         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
12176         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
12177         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
12178         to compile strcasecmp and strncasecmp.
12179         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
12180         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
12181
12182         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
12183
12184 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
12185
12186         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
12187         locale-defines.sym to gen-as-const-headers.
12188         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
12189         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
12190         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
12191         to compile strcasecmp and strncasecmp.
12192         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
12193         strcasecmp_l and strncasecmp_l.
12194         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
12195         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
12196         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
12197         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
12198         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
12199         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
12200         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
12201         * sysdeps/i386/i686/multiarch/strncase.S: New file.
12202         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
12203         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
12204         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
12205
12206 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
12207
12208         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
12209         result of SYSDEP_GETTIME_CPU to retval.
12210         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
12211         parameter list to macro.  Remove trailing semicolon.  Adjust users.
12212
12213         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
12214         variable.
12215
12216         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
12217         mantissa words.
12218         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
12219
12220         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
12221         from unused variable.
12222
12223         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
12224         DWARF definitions.
12225         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
12226         for assembling.
12227
12228         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
12229         over namespaces.
12230
12231         * sunrpc/rpc_prot.c (rejected): Fix case value.
12232
12233         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
12234         unsigned long long int to avoid warnings in shift.
12235
12236         * posix/regex_internal.c (re_string_reconstruct): Actually use result
12237         of use of trans.
12238         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
12239         variable tmp.
12240
12241         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
12242         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
12243         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
12244
12245         * nis/nis_table.c (nis_list): Use variable of correct type for
12246         result of __follow_path call.
12247
12248 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12249
12250         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
12251         of math functions ceil, trunc, floor, round, and sqrt, when
12252         avaliable on the platform.
12253         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
12254         name clash.
12255         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
12256         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
12257         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
12258
12259 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
12260
12261         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
12262         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
12263
12264 2011-11-11  Roland McGrath  <roland@hack.frob.com>
12265
12266         * include/unistd.h: Fix __readlink return type.
12267         Reported by Chris Metcalf <cmetcalf@tilera.com>.
12268
12269 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
12270
12271         * stdlib/ucontext.h: Undo last change for makecontext.
12272
12273 2011-11-11  Andreas Schwab  <schwab@redhat.com>
12274
12275         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
12276
12277         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
12278         * setjmp/setjmp.h: Mark functions as non-leaf.
12279         * setjmp/bits/setjmp2.h: Likewise.
12280         * stdlib/ucontext.h: Likewise.
12281
12282 2011-11-10  Andreas Schwab  <schwab@redhat.com>
12283
12284         * malloc/arena.c (_int_new_arena): Don't increment narenas.
12285         (reused_arena): Don't check arena limit.
12286         (arena_get2): Atomically check arena limit.
12287
12288 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
12289
12290         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
12291         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
12292
12293         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
12294         instructions.
12295
12296 2011-11-07  Andreas Schwab  <schwab@redhat.com>
12297
12298         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
12299         handler when locking.
12300
12301         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
12302         Fix size of allocated buffer.
12303
12304 2011-11-04  Andreas Schwab  <schwab@redhat.com>
12305
12306         [BZ #10103]
12307         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
12308         declarations for long double functions.
12309         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
12310
12311         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
12312
12313 2011-11-03  Andreas Schwab  <schwab@redhat.com>
12314
12315         * nscd/nscd.c (main): Don't start AVC thread until credentials are
12316         installed.
12317
12318         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
12319         is disabled.
12320
12321 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12322
12323         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
12324
12325 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
12326
12327         * include/alloca.h (stackinfo_alloca_round): Define.
12328         (extend_alloca): Use it.
12329         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
12330         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
12331         here.
12332
12333         * scripts/check-local-headers.sh: Ignore libaudit.h.
12334
12335         * nscd/Makefile (extra-objs): Make recursively expanded.
12336
12337 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
12338
12339         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
12340         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
12341
12342         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
12343         * posix/tst-rfc3484-2.c: Likewise.
12344         * posix/tst-rfc3484-3.c: Likewise.
12345
12346         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
12347         process_vm_writev.
12348         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
12349         process_vm_writev.
12350         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
12351         process_vm_writev from libc using GLIBC_2.15 version.
12352
12353         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
12354
12355 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
12356
12357         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
12358         stack usage.
12359
12360 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
12361
12362         [BZ #13367]
12363         * nss/getent.c (initgroups_keys): Show error message in case no group
12364         names are given.
12365
12366         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
12367         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
12368         __bump_nl_timestamp.
12369         * nscd/connections (nscd_init): When host database is served open
12370         netlink socket and request notification about configuration changes.
12371         (main_loop_poll): Track netlink file descriptor and bump timestamp
12372         in case data becomes available.
12373         (main_loop_epoll): Likewise.
12374         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
12375         (database_pers_head): Add extra_data fileds.
12376         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
12377         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
12378         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
12379         Adjust caller.
12380         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
12381         in6ai data, call __free_in6ai.
12382         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
12383         Add -DHAVE_NETLINK.
12384         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
12385         interface information.  Reuse previous data if netlink timestamp
12386         is not changed.
12387         (__bump_nl_timestamp): New function.
12388         (__free_in6ai): New function.
12389
12390 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
12391
12392         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
12393         close_not_cancel_no_status here.
12394         (__check_pf): Reorganize code a bit to not call close twice if OOM.
12395
12396 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
12397
12398         [BZ #13276]
12399         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
12400         return value.
12401
12402         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
12403         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
12404         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
12405
12406 2011-07-03  Andreas Jaeger  <aj@suse.de>
12407
12408         [BZ #10709]
12409         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
12410         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
12411         * math/libm-test.inc (sin_test): Add test case.
12412
12413 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
12414
12415         [BZ #13337]
12416         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
12417         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
12418
12419         * elf/chroot_canon.c (chroot_canon): Cleanups.
12420
12421         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
12422
12423         [BZ #13335]
12424         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
12425         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
12426
12427         * string/test-strchr.c: Make usable for strchrnul testing.
12428         * string/test-strchrnul.c: New file.
12429         * string/Makefile (strop-tests): Add strchrnul.
12430
12431         * po/it.po: Update from translation team.
12432         * po/es.po: Likewise.
12433
12434 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
12435
12436         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
12437         the three constants needed as parameters.  Drop the others.
12438         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
12439         __m128i_strloadu_tolower.
12440         Create and initialize variable zero and use it in all the places
12441         where _mm_setzero_si128 was used.
12442
12443         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
12444         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
12445         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
12446         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
12447         anymore.
12448         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
12449         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
12450         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
12451         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
12452         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
12453         __mpranred, __mptan.
12454         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
12455         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
12456         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
12457         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
12458         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
12459         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
12460         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
12461         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
12462         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
12463
12464 2011-10-28  Andreas Schwab  <schwab@redhat.com>
12465
12466         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
12467         redefine if SHARED.
12468         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
12469
12470         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
12471         wide char related routines to wcsmbs subdir.
12472
12473 2011-10-27  Andreas Schwab  <schwab@redhat.com>
12474
12475         [BZ #13344]
12476         * misc/sys/cdefs.h (__THROWNL): Define.
12477         * posix/unistd.h: Use __THREADNL instead of __THREAD
12478         for memory synchronization functions.
12479
12480 2011-10-26  Roland McGrath  <roland@hack.frob.com>
12481
12482         [BZ #13349]
12483         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
12484         doesn't exist.
12485         * manual/stdio.texi (Obstack Streams): Node removed.
12486
12487 2011-10-26  Andreas Schwab  <schwab@redhat.com>
12488
12489         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
12490         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
12491         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
12492
12493         * math/math_private.h (math_force_eval): Allow non-addressable
12494         arguments.
12495         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
12496
12497 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
12498
12499         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
12500         file is not needed.
12501
12502         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
12503         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
12504         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
12505         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
12506         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
12507         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
12508         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
12509         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
12510         Add AVX variants.
12511         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
12512         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
12513         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
12514         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
12515         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
12516         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
12517         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
12518         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
12519         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
12520         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
12521         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
12522         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
12523         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
12524         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
12525         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
12526         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
12527         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
12528         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
12529         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
12530
12531         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
12532         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
12533
12534         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
12535         place.  Use VEX encoding when compiling for AVX.
12536
12537 2011-10-25  Andreas Schwab  <schwab@redhat.com>
12538
12539         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
12540         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
12541
12542         * string/test-strchr.c (do_test): Don't generate NUL bytes.
12543
12544 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
12545
12546         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
12547         useless if() expression.
12548         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
12549         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
12550         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
12551         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
12552         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
12553         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
12554         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
12555         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
12556         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
12557         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
12558         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
12559         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
12560         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
12561         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
12562         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
12563         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
12564         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
12565         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
12566         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
12567
12568         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
12569
12570 2011-10-25  Andreas Schwab  <schwab@redhat.com>
12571
12572         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
12573         condition.
12574         * elf/dl-fini.c (_dl_sort_fini): Likewise.
12575
12576 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
12577
12578         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
12579         .text section.  Avoid duplicate constants.
12580         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
12581         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
12582         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
12583         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
12584         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
12585         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
12586         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12587         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
12588         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
12589         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
12590         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
12591         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
12592         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
12593         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
12594         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
12595         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
12596         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
12597         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
12598         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
12599         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12600         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
12601         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
12602         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
12603         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
12604         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
12605         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
12606         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
12607         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
12608         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
12609         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
12610         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
12611         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
12612         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
12613         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
12614         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
12615         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
12616         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
12617         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
12618         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
12619         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
12620         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
12621         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
12622         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
12623         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
12624         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
12625
12626 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
12627
12628         * sysdeps/x86_64/dla.h: Move to ...
12629         * sysdeps/x86_64/fpu/dla.h: ...here.
12630         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
12631         situations.  Use __builtin_fma only for gcc 4.6 and up.
12632
12633         * config.make.in: Add have-mfma4 entry.
12634         * configure.in: Substitute libc_cv_cc_fma4.
12635         * math/Makefile (dbl-only-routines): Add sincostab.
12636         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
12637         Use __sincostab not sincos.
12638         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
12639         name is a macro.
12640         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
12641         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
12642         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12643         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
12644         using __copysign.
12645         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
12646         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
12647         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
12648         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
12649         and __inv.
12650         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
12651         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
12652         __copysign.
12653         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
12654         define aliases when function name is a macro.
12655         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
12656         sysdeps/ieee754/dbl-64/sincos.tbl.
12657         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
12658         fma4-enabled routines.
12659         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
12660         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
12661         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
12662         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
12663         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
12664         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
12665         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
12666         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
12667         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
12668         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
12669         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
12670         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
12671         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
12672         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
12673         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
12674         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
12675         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
12676         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
12677         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
12678         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
12679         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
12680         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
12681         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
12682         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
12683         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
12684         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
12685         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
12686         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
12687         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
12688         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
12689
12690         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
12691         rename.
12692         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
12693         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
12694         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
12695         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
12696         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12697         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
12698         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
12699         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12700
12701 2011-10-24  Andreas Schwab  <schwab@redhat.com>
12702
12703         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
12704
12705 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
12706
12707         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
12708
12709         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
12710         prediction.
12711         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
12712
12713         * string/strnlen.c: Don't define STRNLEN, reverse logic.
12714         Remove unused variable magic_bits.
12715         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
12716
12717         * string/strnlen.c: Define and use STRNLEN macro.
12718         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
12719         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
12720         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
12721         * wcsmbs/wcslen.c: Define and use WCSLEN.
12722         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
12723         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
12724         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
12725         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
12726         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
12727         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
12728         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
12729
12730 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12731
12732         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12733         strnlen-sse2-no-bsf.
12734         Rename strlen-no-bsf to strlen-sse2-no-bsf.
12735         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
12736         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
12737         Add strnlen support.
12738         (USE_AS_STRNLEN): New macro.
12739         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
12740         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
12741         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
12742         * sysdeps/x86_64/wcslen.S: New file.
12743
12744 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
12745
12746         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
12747         XMM-moves are used for copying on small sizes.
12748
12749 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12750
12751         * wcsmbs/Makefile (strop-tests): Add wcschr.
12752         * wcsmbs/test-wcschr.c: New file.
12753         * string/test-strchr.c: Update.
12754         Add wcschr support.
12755         (WIDE): New macro.
12756
12757 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12758
12759         * wcsmbs/Makefile (strop-tests): Add wcslen.
12760         * wcsmbs/test-wcslen.c: New file.
12761         * string/test-strlen.c: Update.
12762         Add wcslen support.
12763         (WIDE): New macro.
12764
12765 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
12766
12767         * po/it.po: Update from translation team.
12768
12769 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12770
12771         * sysdeps/x86_64/wcscmp.S: Update.
12772         Fix wrong comparison semantics.
12773         wcscmp shall use signed comparison not unsigned.
12774         Don't use substraction to avoid overflow bug.
12775         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
12776         * wcsmbc/wcscmp.c: Likewise.
12777         * string/test-strcmp.c: Likewise.
12778         Add new tests to check cases with negative values.
12779
12780 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
12781
12782         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
12783         * sysdeps/x86_64/dla.h: ...here.  New file.
12784         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
12785         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
12786         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
12787         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
12788         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12789         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
12790         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
12791         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
12792         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12793
12794 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
12795
12796         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
12797         __ynl_finite aliases.
12798
12799 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
12800
12801         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12802
12803         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
12804         define DLA_FMA.
12805         [DLA_FMA] (EMULV): Use DLA_FMA.
12806         [DLA_FMA] (MUL12): Use EMULV.
12807         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
12808         that are not needed.
12809         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
12810         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
12811         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
12812         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
12813         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
12814         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
12815         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12816
12817 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
12818
12819         * math/s_nan.c: Undef __nan.
12820         * math/s_nanf.c: Undef __nanf.
12821         * math/s_nanl.c: Undef __nanl.
12822         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
12823         "math_private.h".
12824
12825 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
12826
12827         * math/s_catan.c: Add branch predictions.
12828         * math/s_catanf.c: Likewise.
12829         * math/s_catanh.c: Likewise.
12830         * math/s_catanhf.c: Likewise.
12831         * math/s_catanhl.c: Likewise.
12832         * math/s_catanl.c: Likewise.
12833         * math/s_cexp.c: Likewise.
12834         * math/s_cexpf.c: Likewise.
12835         * math/s_cexpl.c: Likewise.
12836         * math/s_clog.c: Likewise.
12837         * math/s_clog10.c: Likewise.
12838         * math/s_clog10f.c: Likewise.
12839         * math/s_clog10l.c: Likewise.
12840         * math/s_clogf.c: Likewise.
12841         * math/s_clogl.c: Likewise.
12842         * math/s_csqrt.c: Likewise.
12843         * math/s_csqrtf.c: Likewise.
12844         * math/s_csqrtl.c: Likewise.
12845         * math/s_ctanf.c: Likewise.
12846         * math/s_ctanh.c: Likewise.
12847         * math/s_ctanhf.c: Likewise.
12848         * math/s_ctanhl.c: Likewise.
12849         * math/s_ctanl.c: Likewise.
12850
12851         * math/math_private.h: Define __nan, __nanf, __nanl.
12852         * math/s_cacosh.c: Include <math_private.h>.
12853         * math/s_cacoshl.c: Likewise.
12854         * math/s_casinh.c: Likewise.
12855         * math/s_casinhf.c: Likewise.
12856         * math/s_casinhl.c: Likewise.
12857         * math/s_ccos.c: Rely entire on ccosh.
12858         * math/s_ccosf.c: Rely entire on ccoshf.
12859         * math/s_ccosl.c: Rely entirely on ccoshl.
12860         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
12861         Remove tests for FE_INVALID.
12862         * math/s_ccoshf.c: Likewise.
12863         * math/s_ccoshl.c: Likewise.
12864         * math/s_csin.c: Likewise.
12865         * math/s_csinf.c: Likewise.
12866         * math/s_csinh.c Likewise.
12867         * math/s_csinhf.c: Likewise.
12868         * math/s_csinhl.c: Likewise.
12869         * math/s_csinl.c: Likewise.
12870         * math/s_ctan.c: Likewise.
12871         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
12872         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
12873         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
12874
12875 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
12876
12877         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
12878         compilation problems.
12879
12880         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
12881         __builtin_expect.
12882
12883 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
12884
12885         * sysdeps/i386/configure.in: Test for -mfma4 option.
12886         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
12887         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
12888         COMMON_CPUID_INDEX_80000001.
12889         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
12890         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
12891         use it if FMA3 is not supported.
12892         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
12893
12894         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
12895         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
12896
12897 2011-10-20  Andreas Schwab  <schwab@redhat.com>
12898
12899         [BZ #12892]
12900         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
12901         it would create a cycle with a link time dependency.
12902
12903 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
12904
12905         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
12906         instruction.
12907         * string/Makefile (strop-tests): Add rawmemchr.
12908         * string/test-rawmemchr.c: New file.
12909
12910         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
12911         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
12912         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
12913         when compiling str{,n}casecmp and when AVX is available.  Hook up
12914         new optimized code in initializers.
12915
12916 2011-10-19  Andreas Schwab  <schwab@redhat.com>
12917
12918         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
12919         __feraiseexcept instead of feraiseexcept.
12920
12921 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
12922
12923         * math/math_private.h: Define defaults for libc_fetestexcept and
12924         libc_feupdateenv.
12925         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
12926         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
12927         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
12928         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
12929         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
12930         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
12931         libc_fetestexcept and libc_feupdateenv.
12932
12933         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
12934         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
12935         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
12936         * sysdeps/x86_64/fpu/math_private.h: Define special version of
12937         libc_feholdexcept_setround.
12938
12939         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
12940         Add s_nearbyint-c and s_nearbyintf-c.
12941         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
12942         nearbyintf inlines.
12943         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
12944         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
12945         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
12946         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
12947
12948         * math/math_private.h: Define defaults for libc_fegetround,
12949         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
12950         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
12951         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
12952         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
12953         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
12954         standard functions.
12955         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
12956         Remove comments and hacks for old compiler versions.
12957         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
12958         libc_fegetround, libc_fesetround, libc_feholdexcept, and
12959         libc_feholdexceptl.
12960
12961 2011-10-18  Andreas Schwab  <schwab@redhat.com>
12962
12963         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
12964         (__feraiseexcept_renamed): Add __NTH.
12965         (feraiseexcept): Add __NTH.  Rename local variables to fix
12966         namespace violations.
12967
12968 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
12969
12970         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
12971
12972         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
12973
12974         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
12975         recently added interfaces.
12976         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
12977
12978         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
12979         about macro parameter expansion.
12980
12981         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
12982         __NO_MATH_INLINES is defined.  Cleanups.
12983
12984         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
12985         and __floorf is target has SSE4.1.
12986         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
12987         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
12988         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
12989         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
12990
12991         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
12992         name.
12993         (floorf): Likewise.
12994
12995         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
12996
12997 2011-10-17  Andreas Schwab  <schwab@redhat.com>
12998
12999         * misc/sys/cdefs.h: Fix last change.
13000
13001         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
13002         database lookup.
13003
13004 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
13005
13006         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
13007
13008         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
13009         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
13010         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
13011         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
13012         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
13013         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
13014         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
13015         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
13016         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
13017         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
13018         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
13019         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
13020         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
13021         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
13022         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
13023         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
13024         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
13025         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
13026         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
13027         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
13028         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
13029         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
13030
13031         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
13032         ceil, ceilf, floor, floorf.
13033
13034         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
13035         Perform IRELATIVE relocations last.
13036
13037         * elf/do-rel.h: Add another parameter nrelative, replacing the
13038         local variable with the same name.  Change name of the function
13039         to end in Rel or Rela (uppercase).
13040         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
13041         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
13042         elf_dynamic_do_##reloc function.
13043
13044 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
13045
13046         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
13047         is sufficient, at least on modern CPUs.
13048
13049         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
13050
13051         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
13052         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
13053
13054         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
13055         __expl_finite.
13056         * math/bits/math-finite.h: Add entries for exp.
13057         * math/e_expl.c: Add __*_finite alias.
13058         * sysdeps/i386/fpu/e_exp.S: Likewise.
13059         * sysdeps/i386/fpu/e_expf.S: Likewise.
13060         * sysdeps/i386/fpu/e_expl.c: Likewise.
13061         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13062         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
13063         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
13064         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
13065         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
13066         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
13067         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
13068
13069         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
13070         is sufficient, at least on modern CPUs.
13071
13072         * ctype/ctype-info.c (__ctype_init): Define.
13073         * include/ctype.h (__ctype_init): Declare.
13074         (__ctype_b_loc): The variable is always initialized.
13075         (__ctype_toupper_loc): Likewise.
13076         (__ctype_tolower_loc): Likewise.
13077         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
13078         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
13079
13080 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
13081
13082         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
13083
13084         * configure.in: Also look in $cxxmachine/include for C++ system
13085         headers.
13086
13087 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13088
13089         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
13090         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
13091         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
13092         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
13093         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
13094         (USE_AS_WMEMCMP): New macro.
13095         Fixing indents.
13096         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
13097         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
13098         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
13099         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
13100         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13101         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
13102         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
13103         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
13104         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
13105         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
13106         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
13107         (USE_AS_WMEMCMP): New macro.
13108         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
13109         * sysdeps/string/test-memcmp.c: Update.
13110         Fix simple_wmemcmp.
13111         Add new tests.
13112         * wcsmbs/wmemcmp.c: Update.
13113         (WMEMCMP): New macro.
13114         Fix overflow bug.
13115
13116 2011-10-12  Andreas Jaeger  <aj@suse.de>
13117
13118         [BZ #13268]
13119         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
13120
13121 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
13122
13123         * libio/iofwide.c (do_length): Avoid warning.
13124
13125         * ctype/ctype.h (__isctype_f): Add missing __THROW.
13126
13127 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
13128
13129         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
13130
13131         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
13132         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
13133         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
13134         * sysdeps/i386/i686/fpu/e_log.S: New file.
13135         * sysdeps/i386/i686/fpu/e_logf.S: New file.
13136         * sysdeps/i386/i686/fpu/e_logl.S: New file.
13137
13138         * ctype/ctype.h: Add support for inlined isXXX functions when
13139         compiling C++ code.
13140
13141 2011-10-14  Andreas Schwab  <schwab@redhat.com>
13142
13143         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
13144
13145         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
13146
13147 2011-10-13  Roland McGrath  <roland@hack.frob.com>
13148
13149         [BZ #13291]
13150         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
13151
13152 2011-10-13  Andreas Schwab  <schwab@redhat.com>
13153
13154         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
13155         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
13156         feraiseexcept.
13157
13158         * sysdeps/x86_64/memrchr.S: Check for zero size.
13159
13160         * string/stratcliff.c: Add memrchr tests.
13161
13162 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13163
13164         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13165         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
13166         rawmemchr-sse2 rawmemchr-sse2-bsf.
13167         * sysdeps/i386/i686/multiarch/memchr.S: New file.
13168         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
13169         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
13170         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
13171         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
13172         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
13173         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
13174         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
13175         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
13176         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
13177         * string/memrchr.c (MEMRCHR): New macro.
13178
13179 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
13180
13181         Add integration with gcc's -ffinite-math-only and optimize wrapper
13182         functions in libm.
13183         * Versions.def: Define GLIBC_2.15 version for libm.
13184         * math/Makefile (headers): Add bits/math-finite.h.
13185         * math/bits/math-finite.h: New file.
13186         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
13187         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
13188         * math/e_acoshl.c: Add __*_finite alias.
13189         * math/e_acosl.c: Likewise.
13190         * math/e_asinl.c: Likewise.
13191         * math/e_atan2l.c: Likewise.
13192         * math/e_atanhl.c: Likewise.
13193         * math/e_coshl.c: Likewise.
13194         * math/e_exp10.c: Likewise.
13195         * math/e_exp10f.c: Likewise.
13196         * math/e_exp10l.c: Likewise.
13197         * math/e_exp2l.c: Likewise.
13198         * math/e_fmodl.c: Likewise.
13199         * math/e_gammal_r.c: Likewise.
13200         * math/e_hypotl.c: Likewise.
13201         * math/e_j0l.c: Likewise.
13202         * math/e_j1l.c: Likewise.
13203         * math/e_jnl.c: Likewise.
13204         * math/e_lgammal_r.c: Likewise.
13205         * math/e_log10l.c: Likewise.
13206         * math/e_log2l.c: Likewise.
13207         * math/e_logl.c: Likewise.
13208         * math/e_powl.c: Likewise.
13209         * math/e_sinhl.c: Likewise.
13210         * math/e_sqrtl.c: Likewise.
13211         * math/e_scalb.c: Completely rewritten and optimized.
13212         * math/e_scalbf.c: Likewise.
13213         * math/e_scalbl.c: Likewise.
13214         * math/w_acos.c: Likewise.
13215         * math/w_acosf.c: Likewise.
13216         * math/w_acosl.c: Likewise.
13217         * math/w_acosh.c: Likewise.
13218         * math/w_acoshf.c: Likewise.
13219         * math/w_acoshl.c: Likewise.
13220         * math/w_asin.c: Likewise.
13221         * math/w_asinf.c: Likewise.
13222         * math/w_asinl.c: Likewise.
13223         * math/w_atan2.c: Likewise.
13224         * math/w_atan2f.c: Likewise.
13225         * math/w_atan2l.c: Likewise.
13226         * math/w_atanh.c: Likewise.
13227         * math/w_atanhf.c: Likewise.
13228         * math/w_atanhl.c: Likewise.
13229         * math/w_exp10.c: Likewise.
13230         * math/w_exp10f.c: Likewise.
13231         * math/w_exp10l.c: Likewise.
13232         * math/w_fmod.c: Likewise.
13233         * math/w_fmodf.c: Likewise.
13234         * math/w_fmodl.c: Likewise.
13235         * math/w_j0.c: Likewise.
13236         * math/w_j0f.c: Likewise.
13237         * math/w_j0l.c: Likewise.
13238         * math/w_j1.c: Likewise.
13239         * math/w_j1f.c: Likewise.
13240         * math/w_j1l.c: Likewise.
13241         * math/w_jn.c: Likewise.
13242         * math/w_jnf.c: Likewise.
13243         * math/w_log.c: Likewise.
13244         * math/w_logf.c: Likewise.
13245         * math/w_logl.c: Likewise.
13246         * math/w_log10.c: Likewise.
13247         * math/w_log10f.c: Likewise.
13248         * math/w_log10l.c: Likewise.
13249         * math/w_log2.c: Likewise.
13250         * math/w_log2f.c: Likewise.
13251         * math/w_log2l.c: Likewise.
13252         * math/w_pow.c: Likewise.
13253         * math/w_powf.c: Likewise.
13254         * math/w_powl.c: Likewise.
13255         * math/w_remainder.c: Likewise.
13256         * math/w_remainderf.c: Likewise.
13257         * math/w_remainderl.c: Likewise.
13258         * math/w_scalb.c: Likewise.
13259         * math/w_scalbf.c: Likewise.
13260         * math/w_scalbl.c: Likewise.
13261         * math/w_sqrt.c: Likewise.
13262         * math/w_sqrtf.c: Likewise.
13263         * math/w_sqrtl.c: Likewise.
13264         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
13265         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
13266         used.
13267         * math/math_private.h: Declare __kernel_standard_f.
13268         * math/w_cosh.c: Remove cruft and optimize a bit.
13269         * math/w_coshf.c: Likewise.
13270         * math/w_coshl.c: Likewise.
13271         * math/w_exp2.c: Likewise.
13272         * math/w_exp2f.c: Likewise.
13273         * math/w_exp2l.c: Likewise.
13274         * math/w_hypot.c: Likewise.
13275         * math/w_hypotf.c: Likewise.
13276         * math/w_hypotl.c: Likewise.
13277         * math/w_lgamma.c: Likewise.
13278         * math/w_lgamma_r.c: Likewise.
13279         * math/w_lgammaf.c: Likewise.
13280         * math/w_lgammaf_r.c: Likewise.
13281         * math/w_lgammal.c: Likewise.
13282         * math/w_lgammal_r.c: Likewise.
13283         * math/w_sinh.c: Likewise.
13284         * math/w_sinhf.c: Likewise.
13285         * math/w_sinhl.c: Likewise.
13286         * math/w_tgamma.c: Likewise.
13287         * math/w_tgammaf.c: Likewise.
13288         * math/w_tgammal.c: Likewise.
13289         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
13290         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
13291         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
13292         Minor optimizations.  Pretty printing.  Remove cruft.
13293         * sysdeps/i386/fpu/e_acosf.S: Likewise.
13294         * sysdeps/i386/fpu/e_acosh.S: Likewise.
13295         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
13296         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
13297         * sysdeps/i386/fpu/e_acosl.c: Likewise.
13298         * sysdeps/i386/fpu/e_asin.S: Likewise.
13299         * sysdeps/i386/fpu/e_asinf.S: Likewise.
13300         * sysdeps/i386/fpu/e_atan2.S: Likewise.
13301         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
13302         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
13303         * sysdeps/i386/fpu/e_atanh.S: Likewise.
13304         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
13305         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
13306         * sysdeps/i386/fpu/e_exp10.S: Likewise.
13307         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
13308         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
13309         * sysdeps/i386/fpu/e_exp2.S: Likewise.
13310         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
13311         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
13312         * sysdeps/i386/fpu/e_fmod.S: Likewise.
13313         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
13314         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
13315         * sysdeps/i386/fpu/e_hypot.S: Likewise.
13316         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
13317         * sysdeps/i386/fpu/e_log.S: Likewise.
13318         * sysdeps/i386/fpu/e_log10.S: Likewise.
13319         * sysdeps/i386/fpu/e_log10f.S: Likewise.
13320         * sysdeps/i386/fpu/e_log10l.S: Likewise.
13321         * sysdeps/i386/fpu/e_log2.S: Likewise.
13322         * sysdeps/i386/fpu/e_log2f.S: Likewise.
13323         * sysdeps/i386/fpu/e_log2l.S: Likewise.
13324         * sysdeps/i386/fpu/e_logf.S: Likewise.
13325         * sysdeps/i386/fpu/e_logl.S: Likewise.
13326         * sysdeps/i386/fpu/e_pow.S: Likewise.
13327         * sysdeps/i386/fpu/e_powf.S: Likewise.
13328         * sysdeps/i386/fpu/e_powl.S: Likewise.
13329         * sysdeps/i386/fpu/e_remainder.S: Likewise.
13330         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
13331         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
13332         * sysdeps/i386/fpu/e_scalb.S: Likewise.
13333         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
13334         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
13335         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
13336         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
13337         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
13338         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
13339         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
13340         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13341         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
13342         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
13343         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
13344         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
13345         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
13346         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
13347         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
13348         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
13349         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
13350         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13351         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
13352         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
13353         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13354         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
13355         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
13356         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
13357         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13358         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
13359         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
13360         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
13361         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
13362         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
13363         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
13364         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
13365         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
13366         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
13367         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
13368         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
13369         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
13370         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
13371         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
13372         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
13373         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
13374         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
13375         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
13376         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
13377         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
13378         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
13379         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
13380         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
13381         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
13382         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
13383         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
13384         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
13385         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
13386         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
13387         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
13388         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
13389         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
13390         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
13391         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
13392         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
13393         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
13394         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
13395         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
13396         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
13397         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
13398         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
13399         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
13400         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
13401         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
13402         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
13403         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
13404         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
13405         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
13406         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
13407         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
13408         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
13409         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
13410         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
13411         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
13412         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
13413         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
13414         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
13415         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
13416         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
13417         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
13418         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
13419         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
13420         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
13421         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
13422         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
13423         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
13424         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
13425         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
13426         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
13427         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
13428         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
13429         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
13430         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
13431         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
13432         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
13433         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
13434         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
13435         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
13436         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
13437         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
13438         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
13439         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
13440         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
13441         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
13442         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
13443         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
13444         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
13445         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
13446         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
13447         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
13448         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
13449         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
13450         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
13451         (__isnanf): Likewise.
13452         (__isinf_ns): Likewise.
13453         (__isinf_nsf): Likewise.
13454         (__finite): Likewise.
13455         (__finitef): Likewise.
13456         (__ieee754_sqrt): Define as macro.
13457         (__ieee754_sqrtf): Define as macro.
13458         (__ieee754_sqrtl): Define as macro.
13459         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
13460         inlined copy.
13461         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
13462         __FINITE_MATH_ONLY__ consistent.
13463         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
13464
13465 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
13466
13467         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
13468         of rawmemchr.
13469
13470         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
13471
13472 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
13473
13474         * po/ja.po: Update from translation team.
13475
13476 2011-10-08  Roland McGrath  <roland@hack.frob.com>
13477
13478         * locale/programs/locarchive.c (prepare_address_space): New function.
13479         (create_archive, enlarge_archive, open_archive): Use it.
13480
13481         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
13482         inside [SHARED], where it is used.
13483
13484         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
13485
13486         * nss/getent.c (netgroup_keys): Remove unused variable.
13487         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
13488
13489 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
13490
13491         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
13492         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
13493         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
13494         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
13495         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
13496         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
13497         * math/Makefile (libm-calls): Add s_isinf_ns.
13498         * math/divtc3.c: Use __isinf_nsl instead of isinf.
13499         * math/multc3.c: Likewise.
13500         * math/s_casin.c: Likewise.
13501         * math/s_casinf.c: Likewise.
13502         * math/s_casinl.c: Likewise.
13503         * math/s_ccos.c: Likewise.
13504         * math/s_ccosf.c: Likewise.
13505         * math/s_ccosl.c: Likewise.
13506         * math/s_ctan.c: Likewise.
13507         * math/s_ctanf.c: Likewise.
13508         * math/s_ctanh.c: Likewise.
13509         * math/s_ctanhf.c: Likewise.
13510         * math/s_ctanhl.c: Likewise.
13511         * math/s_ctanl.c: Likewise.
13512         * math/w_fmod.c: Likewise.
13513         * math/w_fmodf.c: Likewise.
13514         * math/w_fmodl.c: Likewise.
13515         * math/w_remainder.c: Likewise.
13516         * math/w_remainderf.c: Likewise.
13517         * math/w_remainderl.c: Likewise.
13518         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
13519         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
13520         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
13521         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
13522         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
13523         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
13524         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
13525         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
13526
13527         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
13528         of the number.
13529         * stdio-common/printf_fphex.c: Likewise.
13530         * stdio-common/printf_size.c: Likewise.
13531
13532         * math/e_exp10.c: Include math_private.h using <...> not "...".
13533         * math/e_exp10f.c: Likewise.
13534         * math/e_exp10l.c: Likewise.
13535         * math/e_exp2l.c: Likewise.
13536         * math/e_j0l.c: Likewise.
13537         * math/e_j1l.c: Likewise.
13538         * math/e_jnl.c: Likewise.
13539         * math/e_lgammal_r.c: Likewise.
13540         * math/e_rem_pio2l.c: Likewise.
13541         * math/e_scalb.c: Likewise.
13542         * math/e_scalbf.c: Likewise.
13543         * math/e_scalbl.c: Likewise.
13544         * math/k_cosl.c: Likewise.
13545         * math/k_sinl.c: Likewise.
13546         * math/k_tanl.c: Likewise.
13547         * math/s_cacoshf.c: Likewise.
13548         * math/s_catan.c: Likewise.
13549         * math/s_catanf.c: Likewise.
13550         * math/s_catanh.c: Likewise.
13551         * math/s_catanhf.c: Likewise.
13552         * math/s_catanhl.c: Likewise.
13553         * math/s_catanl.c: Likewise.
13554         * math/s_ccosh.c: Likewise.
13555         * math/s_ccoshf.c: Likewise.
13556         * math/s_ccoshl.c: Likewise.
13557         * math/s_cexp.c: Likewise.
13558         * math/s_cexpf.c: Likewise.
13559         * math/s_cexpl.c: Likewise.
13560         * math/s_clog.c: Likewise.
13561         * math/s_clog10.c: Likewise.
13562         * math/s_clog10f.c: Likewise.
13563         * math/s_clog10l.c: Likewise.
13564         * math/s_clogf.c: Likewise.
13565         * math/s_clogl.c: Likewise.
13566         * math/s_csin.c: Likewise.
13567         * math/s_csinf.c: Likewise.
13568         * math/s_csinh.c: Likewise.
13569         * math/s_csinhf.c: Likewise.
13570         * math/s_csinhl.c: Likewise.
13571         * math/s_csinl.c: Likewise.
13572         * math/s_csqrt.c: Likewise.
13573         * math/s_csqrtf.c: Likewise.
13574         * math/s_csqrtl.c: Likewise.
13575         * math/s_ctan.c: Likewise.
13576         * math/s_ctanf.c: Likewise.
13577         * math/s_ctanh.c: Likewise.
13578         * math/s_ctanhf.c: Likewise.
13579         * math/s_ctanhl.c: Likewise.
13580         * math/s_ctanl.c: Likewise.
13581         * math/s_ldexp.c: Likewise.
13582         * math/s_ldexpf.c: Likewise.
13583         * math/s_ldexpl.c: Likewise.
13584         * math/s_significand.c: Likewise.
13585         * math/s_significandf.c: Likewise.
13586         * math/s_significandl.c: Likewise.
13587         * math/w_acos.c: Likewise.
13588         * math/w_acosf.c: Likewise.
13589         * math/w_acosh.c: Likewise.
13590         * math/w_acoshf.c: Likewise.
13591         * math/w_acoshl.c: Likewise.
13592         * math/w_acosl.c: Likewise.
13593         * math/w_asin.c: Likewise.
13594         * math/w_asinf.c: Likewise.
13595         * math/w_asinl.c: Likewise.
13596         * math/w_atan2.c: Likewise.
13597         * math/w_atan2f.c: Likewise.
13598         * math/w_atan2l.c: Likewise.
13599         * math/w_atanh.c: Likewise.
13600         * math/w_atanhf.c: Likewise.
13601         * math/w_atanhl.c: Likewise.
13602         * math/w_cosh.c: Likewise.
13603         * math/w_coshf.c: Likewise.
13604         * math/w_coshl.c: Likewise.
13605         * math/w_dremf.c: Likewise.
13606         * math/w_exp10.c: Likewise.
13607         * math/w_exp10f.c: Likewise.
13608         * math/w_exp10l.c: Likewise.
13609         * math/w_exp2.c: Likewise.
13610         * math/w_exp2f.c: Likewise.
13611         * math/w_fmod.c: Likewise.
13612         * math/w_fmodf.c: Likewise.
13613         * math/w_fmodl.c: Likewise.
13614         * math/w_hypot.c: Likewise.
13615         * math/w_hypotf.c: Likewise.
13616         * math/w_hypotl.c: Likewise.
13617         * math/w_j0.c: Likewise.
13618         * math/w_j0f.c: Likewise.
13619         * math/w_j0l.c: Likewise.
13620         * math/w_j1.c: Likewise.
13621         * math/w_j1f.c: Likewise.
13622         * math/w_j1l.c: Likewise.
13623         * math/w_jn.c: Likewise.
13624         * math/w_jnf.c: Likewise.
13625         * math/w_jnl.c: Likewise.
13626         * math/w_lgamma.c: Likewise.
13627         * math/w_lgamma_r.c: Likewise.
13628         * math/w_lgammaf.c: Likewise.
13629         * math/w_lgammaf_r.c: Likewise.
13630         * math/w_lgammal.c: Likewise.
13631         * math/w_lgammal_r.c: Likewise.
13632         * math/w_log.c: Likewise.
13633         * math/w_log10.c: Likewise.
13634         * math/w_log10f.c: Likewise.
13635         * math/w_log10l.c: Likewise.
13636         * math/w_log2.c: Likewise.
13637         * math/w_log2f.c: Likewise.
13638         * math/w_log2l.c: Likewise.
13639         * math/w_logf.c: Likewise.
13640         * math/w_logl.c: Likewise.
13641         * math/w_pow.c: Likewise.
13642         * math/w_powf.c: Likewise.
13643         * math/w_powl.c: Likewise.
13644         * math/w_remainder.c: Likewise.
13645         * math/w_remainderf.c: Likewise.
13646         * math/w_remainderl.c: Likewise.
13647         * math/w_scalb.c: Likewise.
13648         * math/w_scalbf.c: Likewise.
13649         * math/w_scalbl.c: Likewise.
13650         * math/w_sinh.c: Likewise.
13651         * math/w_sinhf.c: Likewise.
13652         * math/w_sinhl.c: Likewise.
13653         * math/w_sqrt.c: Likewise.
13654         * math/w_sqrtf.c: Likewise.
13655         * math/w_sqrtl.c: Likewise.
13656         * math/w_tgamma.c: Likewise.
13657         * math/w_tgammaf.c: Likewise.
13658         * math/w_tgammal.c: Likewise.
13659
13660         * po/ja.po: Update from translation team.
13661
13662 2011-09-29  Andreas Jaeger  <aj@suse.de>
13663
13664         [BZ #13179]
13665         * sunrpc/netname.c (netname2host): Fix logic.
13666
13667         [BZ #6779]
13668         [BZ #6783]
13669         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
13670         correctly.
13671         * math/w_remainder.c (__remainder): Likewise.
13672         * math/w_remainderf.c (__remainderf): Likewise.
13673         * math/libm-test.inc (remainder_test): Add test cases.
13674
13675 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13676
13677         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
13678         sdiv_qrnnd.
13679
13680 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
13681
13682         * string/test-memcmp.c: Avoid unncessary #defines.
13683         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
13684
13685 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13686
13687         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
13688         Use new sse2 version for core i3 - i7 as it's faster
13689         than sse42 version.
13690         (bit_Prefer_PMINUB_for_stringop): New.
13691         * sysdeps/x86_64/rawmemchr.S: Update.
13692         Replace with faster SSE2 version.
13693         * sysdeps/x86_64/memrchr.S: New file.
13694         * sysdeps/x86_64/memchr.S: Update.
13695         Replace with faster SSE2 version.
13696
13697 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
13698
13699         * elf/dl-load.c (lose): Add cast to avoid warning.
13700
13701 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
13702
13703         * po/ca.po: Update from translation team.
13704
13705         * inet/getnetgrent_r.c: Hook up nscd.
13706         * nscd/Makefile (routines): Add nscd_netgroup.
13707         (nscd-modules): Add netgroupcache.
13708         (CFLAGS-netgroupcache.c): Define.
13709         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
13710         (cache_search): Add const to second parameter.
13711         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
13712         INNETGR.
13713         (dbs): Add netgrdb entry.
13714         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
13715         (verify_persistent_db): Handle netgrdb.
13716         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
13717         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
13718         GETFDNETGR.
13719         (netgroup_response_header): Define.
13720         (innetgroup_response_header): Define.
13721         (datahead): Add netgroup_response_header and innetgroup_response_header
13722         elements.
13723         * nscd/nscd.conf: Add entries for netgroup cache.
13724         * nscd/nscd.h (dbtype): Add netgrdb.
13725         (_PATH_NSCD_NETGROUP_DB): Define.
13726         (netgroup_iov_disabled): Declare.
13727         (xmalloc, xcalloc, xrealloc): Move declarations here.
13728         (cache_search): Adjust prototype.
13729         Add netgroup-related prototypes.
13730         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
13731         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
13732         (__nscd_innetgr): Declare.
13733         * nscd/selinux.c (perms): Use access_vector_t as element type and
13734         add netgroup-related initializers.
13735         * nscd/netgroupcache.c: New file.
13736         * nscd/nscd_netgroup.c: New file.
13737         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
13738         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
13739         For four parameters use innetgr.
13740         * nss/nss_files/files-init.c: Add definition and callback for netgr.
13741         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
13742         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
13743         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
13744
13745         * nscd/connections.c (register_traced_file): Don't register file
13746         for disabled databases.
13747
13748 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
13749
13750         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
13751
13752         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
13753         from tree and freeing node.
13754
13755 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
13756
13757         * nss/nsswitch.c (__nss_database_lookup): Handle
13758         nss_parse_service_list out of memory case.
13759
13760 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
13761
13762         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
13763         out of memory case.
13764
13765 2011-10-04  Andreas Schwab  <schwab@redhat.com>
13766
13767         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
13768         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
13769         pass it down.
13770         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
13771         elf_machine_rela, elf_machine_lazy_rel.
13772         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
13773         (ELF_DYNAMIC_DO_REL): Likewise.
13774         (ELF_DYNAMIC_DO_RELA): Likewise.
13775         (ELF_DYNAMIC_RELOCATE): Likewise.
13776         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
13777         to ELF_DYNAMIC_DO_REL.
13778         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
13779         (dl_main): In trace mode always set __RTLD_NOIFUNC.
13780         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
13781         elf_machine_rela.
13782         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
13783         skip_ifunc, don't call ifunc function if non-zero.
13784         (elf_machine_rela): Likewise.
13785         (elf_machine_lazy_rel): Likewise.
13786         (elf_machine_lazy_rela): Likewise.
13787         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
13788         (elf_machine_lazy_rel): Likewise.
13789         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
13790         Likewise.
13791         (elf_machine_lazy_rel): Likewise.
13792         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
13793         Likewise.
13794         (elf_machine_lazy_rel): Likewise.
13795         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
13796         (elf_machine_lazy_rel): Likewise.
13797         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
13798         (elf_machine_lazy_rel): Likewise.
13799         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
13800         (elf_machine_lazy_rel): Likewise.
13801         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
13802         (elf_machine_lazy_rel): Likewise.
13803         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
13804         (elf_machine_lazy_rel): Likewise.
13805         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
13806         (elf_machine_lazy_rel): Likewise.
13807
13808 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
13809
13810         * nss/nss_files/files-init.c (_nss_files_init): Use static
13811         initialization for all the *_traced_file variables.
13812
13813 2011-09-28  Andreas Schwab  <schwab@redhat.com>
13814
13815         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
13816
13817 2011-09-27  Roland McGrath  <roland@hack.frob.com>
13818
13819         [BZ #13226]
13820         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
13821
13822 2011-09-27  Andreas Schwab  <schwab@redhat.com>
13823
13824         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
13825         Reread the line before reparsing it.
13826
13827 2011-09-26  Andreas Schwab  <schwab@redhat.com>
13828
13829         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
13830
13831 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
13832             Maxim Kuvyrkov  <maxim@codesourcery.com>
13833             Joseph Myers  <joseph@codesourcery.com>
13834
13835         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
13836         if needed for __stack_chk_guard.
13837
13838 2011-09-19  Roland McGrath  <roland@hack.frob.com>
13839
13840         * sysdeps/posix/spawni.c (script_execute): Always define it.
13841         It will be optimized away if unused.
13842         (maybe_script_execute): New function.
13843         (__spawni): Call it.
13844
13845         * Makerules: Don't include tls.make.
13846         (config-tls): Always set to thread.
13847         * tls.make.c: File removed.
13848
13849 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
13850
13851         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
13852         * config.make.in (CPPFLAGS-config): New substituted variable.
13853
13854 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
13855
13856         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
13857
13858         [BZ #13192]
13859         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
13860         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
13861
13862 2011-09-15  Roland McGrath  <roland@hack.frob.com>
13863
13864         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
13865         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
13866         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
13867         (CALL_FAIL): Likewise.
13868         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
13869         (CALL_FAIL): Macro removed.
13870         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
13871
13872 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
13873
13874         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
13875         for __FINITE_MATH_ONLY__ == 1.
13876
13877 2011-09-15  Andreas Schwab  <schwab@redhat.com>
13878
13879         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
13880         __ieee754_sqrt instead of sqrt.
13881         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
13882         __ieee754_sqrtf instead of sqrtf.
13883         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
13884         __floorf instead of floorf.
13885         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
13886         __floorf, __truncf instead of floorf, truncf.
13887
13888 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
13889
13890         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
13891
13892         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
13893         __extern_always_inline.
13894         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
13895         32-bit.
13896
13897 2011-09-14  Andreas Schwab  <schwab@redhat.com>
13898
13899         * elf/rtld.c (dl_main): Also relocate in dependency order when
13900         doing symbol dependency testing.
13901
13902 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
13903
13904         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
13905         Always define `refsym'.
13906
13907 2011-09-13  Andreas Schwab  <schwab@redhat.com>
13908
13909         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
13910         (__FD_ELT): Renamed from __FDELT.
13911         * misc/bits/select2.h (__FD_ELT): Likewise.
13912         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
13913         __FD_MASK instead of __FDELT, __FDMASK.
13914         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
13915         Likewise.
13916         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
13917         Likewise.
13918
13919         * elf/Makefile (gen-ldd): Fix pattern.
13920
13921         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
13922         (init_tls): Likewise.
13923
13924 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
13925
13926         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
13927
13928 2011-09-12  Andreas Schwab  <schwab@redhat.com>
13929
13930         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
13931         `struct cmsghdr *' instead of `void *'.
13932         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
13933         Likewise.
13934
13935 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
13936
13937         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
13938         if non-absolute.
13939         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
13940         ldd_rewrite_script.
13941
13942 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
13943
13944         * configure.in: Remove --with-tls option.
13945         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
13946         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
13947         out in case it is missing.
13948         * sysdeps/ia64/elf/configure.in: Likewise.
13949         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
13950         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
13951         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
13952         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
13953         * sysdeps/sh/elf/configure.in: Likewise.
13954         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
13955         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
13956         * sysdeps/x86_64/elf/configure.in: Likewise.
13957         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
13958         * sysdeps/mach/hurd/tls.h: Likewise.
13959
13960         [BZ #13067]
13961         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
13962
13963         [BZ #13090]
13964         * configure.in: Fix use of AC_INIT.
13965
13966         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
13967
13968 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
13969
13970         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
13971         __set_errno.
13972         * malloc/hooks.c: Likewise.
13973
13974         [BZ #11929]
13975         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
13976         variables statically.
13977         (narenas): Initialize.
13978         (list_lock): Initialize.
13979         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
13980         initializtion of main_arena and list_lock.  Small cleanups.
13981         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
13982         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
13983         Add initializers to main_arena and mp_.
13984         (malloc_state): Remove pagesize member.  Change all users to use
13985         GLRO(dl_pagesize).
13986
13987         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
13988         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
13989         is always initialized.
13990
13991         * malloc/malloc.c: Removed unused configurations and dead code.
13992         * malloc/arena.c: Likewise.
13993         * malloc/hooks.c: Likewise.
13994         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
13995
13996         * include/tls.h: Removed.  USE___THREAD must always be defined.
13997         * bits/libc-tsd.h: Don't handle !USE___THREAD.
13998         * elf/dl-libc.c: Likewise.
13999         * elf/dl-tsd.c: Likewise.
14000         * include/errno.h: Likewise.
14001         * include/netdb.h: Likewise.
14002         * include/resolv.h: Likewise.
14003         * inet/herrno-loc.c: Likewise.
14004         * inet/herrno.c: Likewise.
14005         * malloc/arena.c: Likewise.
14006         * malloc/hooks.c: Likewise.
14007         * malloc/malloc.c: Likewise.
14008         * resolv/res-state.c: Likewise.
14009         * resolv/res_libc.c: Likewise.
14010         * sysdeps/i386/dl-machine.h: Likewise.
14011         * sysdeps/ia64/dl-machine.h: Likewise.
14012         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
14013         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
14014         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
14015         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
14016         * sysdeps/sh/dl-machine.h: Likewise.
14017         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
14018         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
14019         * sysdeps/unix/i386/sysdep.S: Likewise.
14020         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14021         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
14022         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
14023         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14024         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
14025         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14026         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
14027         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
14028         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
14029         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14030         * sysdeps/unix/x86_64/sysdep.S: Likewise.
14031         * sysdeps/x86_64/dl-machine.h: Likewise.
14032         * tls.make.c: Likewise.
14033
14034         * configure.in: Remove --with-__thread option.  Make tests for
14035         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
14036         tls_model attribute fail if no support is available.  Remove
14037         USE_IN_LIBIO.
14038         * Makeconfig: Adjust for dropped configure option.  All features are
14039         now mandatory.
14040         * Makerules: Likewise.
14041         * Versions.def: Likewise.
14042         * argp/argp-fmtstream.c: Likewise.
14043         * argp/argp-fmtstream.h: Likewise.
14044         * argp/argp-help.c: Likewise.
14045         * assert/assert.c: Likewise.
14046         * config.h.in: Likewise.
14047         * config.make.in: Likewise.
14048         * configure: Likewise.
14049         * configure.in: Likewise.
14050         * csu/Versions: Likewise.
14051         * csu/init.c: Likewise.
14052         * elf/tst-audit2.c: Likewise.
14053         * elf/tst-tls10.c: Likewise.
14054         * elf/tst-tls10.h: Likewise.
14055         * elf/tst-tls11.c: Likewise.
14056         * elf/tst-tls12.c: Likewise.
14057         * elf/tst-tls14.c: Likewise.
14058         * elf/tst-tlsmod11.c: Likewise.
14059         * elf/tst-tlsmod12.c: Likewise.
14060         * elf/tst-tlsmod13.c: Likewise.
14061         * elf/tst-tlsmod13a.c: Likewise.
14062         * elf/tst-tlsmod14a.c: Likewise.
14063         * elf/tst-tlsmod15b.c: Likewise.
14064         * elf/tst-tlsmod16a.c: Likewise.
14065         * elf/tst-tlsmod16b.c: Likewise.
14066         * elf/tst-tlsmod7.c: Likewise.
14067         * elf/tst-tlsmod8.c: Likewise.
14068         * elf/tst-tlsmod9.c: Likewise.
14069         * gmon/gmon.c: Likewise.
14070         * grp/fgetgrent_r.c: Likewise.
14071         * grp/putgrent.c: Likewise.
14072         * hurd/fopenport.c: Likewise.
14073         * include/libc-symbols.h: Likewise.
14074         * include/tls.h: Likewise.
14075         * intl/gettextP.h: Likewise.
14076         * intl/loadinfo.h: Likewise.
14077         * locale/global-locale.c: Likewise.
14078         * locale/localeinfo.h: Likewise.
14079         * mach/devstream.c: Likewise.
14080         * malloc/arena.c: Likewise.
14081         * malloc/set-freeres.c: Likewise.
14082         * misc/err.c: Likewise.
14083         * misc/getttyent.c: Likewise.
14084         * misc/mntent_r.c: Likewise.
14085         * posix/getopt.c: Likewise.
14086         * posix/wordexp.c: Likewise.
14087         * pwd/fgetpwent_r.c: Likewise.
14088         * resolv/Versions: Likewise.
14089         * resolv/res_hconf.c: Likewise.
14090         * shadow/fgetspent_r.c: Likewise.
14091         * shadow/putspent.c: Likewise.
14092         * stdio-common/printf_fphex.c: Likewise.
14093         * stdio-common/tmpfile.c: Likewise.
14094         * stdlib/abort.c: Likewise.
14095         * stdlib/fmtmsg.c: Likewise.
14096         * sunrpc/auth_unix.c: Likewise.
14097         * sunrpc/clnt_perr.c: Likewise.
14098         * sunrpc/clnt_tcp.c: Likewise.
14099         * sunrpc/clnt_udp.c: Likewise.
14100         * sunrpc/clnt_unix.c: Likewise.
14101         * sunrpc/openchild.c: Likewise.
14102         * sunrpc/svc_simple.c: Likewise.
14103         * sunrpc/svc_tcp.c: Likewise.
14104         * sunrpc/svc_udp.c: Likewise.
14105         * sunrpc/svc_unix.c: Likewise.
14106         * sunrpc/xdr.c: Likewise.
14107         * sunrpc/xdr_array.c: Likewise.
14108         * sunrpc/xdr_rec.c: Likewise.
14109         * sunrpc/xdr_ref.c: Likewise.
14110         * sunrpc/xdr_stdio.c: Likewise.
14111
14112 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
14113
14114         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
14115
14116 2011-07-03  Andreas Jaeger  <aj@suse.de>
14117
14118         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
14119         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
14120         regenerate with gen-libm-tests.pl.
14121
14122 2010-05-12  Petr Baudis  <pasky@suse.cz>
14123
14124         [BZ #11589]
14125         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
14126         around j0() zero points by switching to j1().
14127         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
14128         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
14129         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
14130         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
14131
14132 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
14133
14134         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
14135         instead of 0.
14136         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
14137         instead of 0.                              .
14138         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
14139         Patch in part by Pavel Roskin <proski@gnu.org>.
14140
14141         [BZ #13138]
14142         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
14143         realloc.
14144         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
14145         Free memory block if necessary.
14146
14147         [BZ #12847]
14148         * libio/genops.c (INTDEF): For string streams the _lock pointer can
14149         be NULL.  Don't lock in this case.
14150
14151 2011-09-09  Roland McGrath  <roland@hack.frob.com>
14152
14153         * elf/elf.h (ELFOSABI_GNU): New macro.
14154         (ELFOSABI_LINUX): Define to that.
14155
14156 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
14157
14158         * string/strncat.c (strncat): Undef the symbol in case it has been
14159         defined in bits/string.h.
14160
14161 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
14162
14163         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
14164
14165         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
14166         link map.
14167
14168 2011-08-17  Andreas Jaeger  <aj@suse.de>
14169
14170         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
14171
14172 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
14173             Ian Lance Taylor  <iant@google.com>
14174
14175         * math/libm-test.inc (lround_test): New testcase.
14176         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
14177
14178 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
14179
14180         * Makefile: Remove support for automatic cvs check-ins.
14181         * Makerules: Likewise.
14182         * config.make.in: Likewise.
14183         * configure.in: Likewise.
14184         * intl/Makefile: Likewise.
14185         * locale/Makefile: Likewise.
14186         * po/Makefile: Likewise.
14187         * posix/Makefile: Likewise.
14188         * sysdeps/gnu/Makefile: Likewise.
14189         * sysdeps/mach/hurd/Makefile: Likewise.
14190         * sysdeps/sparc/sparc32/Makefile: Likewise.
14191
14192         [BZ #13118]
14193         * posix/Makefile (bug-regex32-ENV): Define.
14194         Patch by John Stanley <jpsinthemix@verizon.net>.
14195
14196         * misc/Makefile (headers): Add bits/select2.h.
14197         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
14198         * misc/bits/select2.h: New file.
14199         * include/bits/select2.h: New file.
14200         * debug/Makefile (routines): Add fdelt_chk.
14201         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
14202         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
14203         FD_ISSET.
14204         * debug/fdelt_chk.c: New file.
14205
14206         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
14207         * wcsmbs/test-wmemcmp.c: Likewise.
14208         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
14209         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
14210
14211 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14212
14213         * string/Makefile (strop-tests): Add memcmp.
14214         * string/test-wmemcmp.c: New file.
14215         * string/test-memcmp.c: Add wmemcmp support.
14216
14217 2011-09-08  Roland McGrath  <roland@hack.frob.com>
14218
14219         [BZ #13153]
14220         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
14221         2011-07-19 change.
14222
14223         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
14224         garbage value in a __mach_port_mod_refs call in the cases of the
14225         task-self and thread-self ports.
14226
14227 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14228
14229         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
14230
14231 2011-09-08  Andreas Schwab  <schwab@redhat.com>
14232
14233         * elf/dl-load.c (lose): Check for non-null L.
14234
14235 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
14236
14237         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
14238
14239         * elf/dl-libc.c (dlerror_run): Pass back error code from
14240         dl_catch_error.
14241
14242         [BZ #13123]
14243         * elf/dl-load.c (lose): Free l_origin if it is valid.
14244
14245         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
14246         names.
14247         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
14248         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
14249         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
14250         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
14251         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
14252         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
14253
14254 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14255
14256         * sysdeps/powerpc/fpu/e_hypot.c: New file.
14257         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
14258         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
14259         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
14260         * sysdeps/powerpc/fpu/k_cosf.c: New file.
14261         * sysdeps/powerpc/fpu/k_sinf.c: New file.
14262         * sysdeps/powerpc/fpu/s_cosf.c: New file.
14263         * sysdeps/powerpc/fpu/s_sinf.c: New file.
14264         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
14265         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
14266
14267 2011-08-15  Alan Modra  <amodra@gmail.com>
14268
14269         [BZ #13092]
14270         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
14271         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
14272         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
14273         ppc_mcount to static-only-routines.
14274         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
14275         __mcount_internal.
14276         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
14277         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
14278
14279 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
14280
14281         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
14282         for finite and infinity parameters.
14283
14284 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
14285
14286         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
14287         and add nop instructions for throughput optimization.
14288         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
14289
14290 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
14291
14292         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
14293         aligned copy for power7 with vector-scalar instructions.
14294         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
14295
14296 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
14297
14298         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
14299         AVX check.
14300
14301 2011-09-07  Andreas Schwab  <schwab@redhat.com>
14302
14303         [BZ #13144]
14304         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
14305         last change.
14306
14307 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
14308
14309         * sysdeps/unix/sysv/linux/x86_64/init-first.c
14310         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
14311         syscall wrapper around clock_gettime in __vdso_clock_gettime.
14312         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
14313         clock_gettime.
14314
14315 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
14316
14317         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
14318         Forgot to demangle the pointer.
14319
14320         * sysdeps/i386/sysdep.h: Define atom_text_section.
14321         * sysdeps/x86_64/sysdep.h: Likewise.
14322         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
14323         section with atom_text_section.
14324         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
14325         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
14326         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
14327         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
14328         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
14329
14330         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
14331         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
14332         already be defined.  Change to take two parameters and don't assign
14333         result to variable.  Adjust all users.
14334         Define INTERNAL_GETTIME if not already defined.
14335         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
14336         call.
14337         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
14338         HAVE_CLOCK_GETTIME_VSYSCALL.
14339         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
14340
14341         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
14342         gettimeofday vsyscall, just use time.
14343
14344 2011-09-06  Andreas Schwab  <schwab@redhat.com>
14345
14346         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
14347         <errno.h>.
14348
14349 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
14350
14351         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
14352         syscall on x86-64.
14353         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
14354         syscall.
14355         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
14356         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
14357         syscall if possible.
14358
14359 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
14360
14361         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
14362         e_ident.  Don't pass to find_mapsXX.
14363         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
14364
14365 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
14366
14367         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
14368         strchr-sse2-no-bsf strrchr-sse2-no-bsf
14369         * sysdeps/x86_64/multiarch/strchr.S: Update.
14370         Check bit_slow_BSF bit.
14371         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
14372         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
14373         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
14374
14375 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
14376
14377         [BZ #13134]
14378         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
14379         before glibc 2.15.
14380         (tryshell): Define.
14381         (__spawni): Change last parameter to be flag.  Test
14382         SPAWN_XFLAGS_USE_PATH flag to use path or not.
14383         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
14384         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
14385         * posix/spawni.c: Likewise.
14386         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
14387         * posix/spawnp.c: Likewise.  Change normal version to use
14388         SPAWN_XFLAGS_USE_PATH.
14389         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
14390         SPAWN_XFLAGS_TRY_SHELL.
14391
14392         [BZ #13150]
14393         * posix/glob.h: Remove gcc 1.x support.
14394
14395         [BZ #13068]
14396         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
14397
14398 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
14399
14400         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
14401         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
14402         strrchr-sse2-bsf
14403         * sysdeps/i386/i686/multiarch/strchr.S: New file.
14404         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
14405         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
14406         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
14407         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
14408         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
14409
14410 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14411
14412         * sysdeps/x86_64/wcscmp.S: New file.
14413
14414         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
14415         wcscmp-c wcscmp-sse2
14416         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
14417         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
14418         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
14419         * wcsmbs/wcscmp.c: Allow renaming.
14420
14421 2011-09-05  David S. Miller  <davem@davemloft.net>
14422
14423         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
14424         stack slot, rather than the struct return pointer slot.
14425         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
14426         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
14427         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
14428         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
14429
14430 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
14431
14432         * po/ja.po: Update from translation team.
14433
14434         [BZ #13144]
14435         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
14436         kernel in 64-bit binaries.
14437
14438 2011-09-01  David S. Miller  <davem@davemloft.net>
14439
14440         * elf/elf.h (HWCAP_SPARC_*): Move to..
14441         * sysdeps/sparc/sysdep.h: this new file and add new values.
14442         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
14443         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
14444         _DL_HWCAP_COUNT to 24.
14445         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
14446         entries.
14447         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
14448         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
14449         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
14450         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
14451         instead of magic constants.
14452         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
14453
14454 2011-08-31  David S. Miller  <davem@davemloft.net>
14455
14456         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
14457         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
14458         Reimplement to do errno handling inline.
14459         (SYSCALL_ERROR_HANDLER): New macro.
14460         (__SYSCALL_STRING): Do not do errno handling in asm.
14461         (__CLONE_SYSCALL_STRING): Delete.
14462         (__INTERNAL_SYSCALL_STRING): Delete.
14463         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
14464         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
14465         (PSEUDO): Reimplement to do errno handling inline.
14466         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
14467         (SYSCALL_ERROR_HANDLER): New macro.
14468         (__SYSCALL_STRING): Do not do errno handling in asm.
14469         (__CLONE_SYSCALL_STRING): Delete.
14470         (__INTERNAL_SYSCALL_STRING): Delete.
14471         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
14472         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
14473         i386.
14474         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
14475         (inline_syscall*): Add 'err' argument.
14476         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
14477         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
14478         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
14479         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
14480
14481         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
14482         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
14483
14484 2011-08-30  Andreas Schwab  <schwab@redhat.com>
14485
14486         * elf/rtld.c (dl_main): Relocate objects in dependency order.
14487
14488 2011-08-29  Jiri Olsa <jolsa@redhat.com>
14489
14490         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
14491         directive.
14492
14493 2011-08-24  David S. Miller  <davem@davemloft.net>
14494
14495         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
14496
14497 2011-08-24  Andreas Schwab  <schwab@redhat.com>
14498
14499         * elf/Makefile: Add rules to build and run unload8 test.
14500         * elf/unload8.c: New file.
14501         * elf/unload8mod1.c: New file.
14502         * elf/unload8mod1x.c: New file.
14503         * elf/unload8mod2.c: New file.
14504         * elf/unload8mod3.c: New file.
14505
14506         * elf/dl-close.c (_dl_close_worker): Reset private search list if
14507         it wasn't used.
14508
14509 2011-08-23  David S. Miller  <davem@davemloft.net>
14510
14511         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
14512         subtract stack bias.
14513         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
14514         %sp not %fp in calculations.
14515         (_JMPBUF_UNWINDS_ADJ): Likewise.
14516
14517         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
14518         (aio_suspend): Call it to force an exception region around the
14519         AIO_MISC_WAIT() invocation.
14520
14521 2011-08-23  Andreas Schwab  <schwab@redhat.com>
14522
14523         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
14524         backslash.
14525
14526 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
14527
14528         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
14529         protection macro.
14530         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
14531         and <dl-machine.h>.
14532         (Elf64_FuncDesc): Remove.
14533
14534 2011-08-22  David S. Miller  <davem@davemloft.net>
14535
14536         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
14537         sigaltstack check, add missing cfi directives.
14538         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
14539         missing cfi directives, and sigaltstack handling.
14540
14541 2011-08-16  Andreas Schwab  <schwab@redhat.com>
14542
14543         [BZ #11724]
14544         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
14545         object is seen twice.
14546         * elf/dl-fini.c (_dl_sort_fini): Likewise.
14547
14548         * elf/Makefile (distribute): Add tst-initorder2.c.
14549         (tests): Add tst-initorder2.
14550         (modules-names): Add tst-initorder2a tst-initorder2b
14551         tst-initorder2c tst-initorder2d.  Add rules to build them.
14552         ($(objpfx)tst-initorder2.out): New rule.
14553         * elf/tst-initorder2.c: New file.
14554         * elf/tst-initorder2.exp: New file.
14555
14556 2011-08-22  Andreas Schwab  <schwab@redhat.com>
14557
14558         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
14559
14560         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
14561         dependencies back to end of function.
14562
14563         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
14564         $(elfobjdir)/ld.so.
14565
14566 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
14567
14568         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
14569         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
14570         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
14571         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
14572         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
14573         of __vdso_gettimeofday.
14574         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
14575         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
14576         attribute_hidden.
14577         (_libc_vdso_platform_setup): Remove initialization of
14578         __vdso_gettimeofday and __vdso_time.
14579
14580 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
14581
14582         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
14583         and fgetc_unlocked.
14584         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
14585         getc_unlocked.
14586
14587         * elf/dl-open.c (add_to_global): Report additions to the global scope
14588         for LD_DEBUG=scopes.
14589         (dl_open_worker): Also print scope of newly loaded dependencies.
14590         (_dl_show_scope): Indicate if there is no scope.
14591
14592         [BZ #13114]
14593         * stdio-common/Makefile (tests): Add bug24.
14594         * stdio-common/bug24.c: New file.
14595
14596 2011-08-19  Andreas Jaeger  <aj@suse.de>
14597
14598         [BZ #13114]
14599         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
14600         non-existant file when using close-on-exec mode.
14601
14602 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
14603
14604         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
14605         the very first instruction.
14606
14607         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
14608         the CFI state in the end.
14609         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
14610         inclusion of dl-trampoline.h.
14611         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
14612
14613 2011-08-19  Andreas Schwab  <schwab@redhat.com>
14614
14615         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
14616         expectations for long double.
14617
14618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
14619         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
14620
14621 2011-08-14  David S. Miller  <davem@davemloft.net>
14622
14623         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
14624         artificual limit depends upon the system page size.
14625
14626 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
14627
14628         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
14629         * resolv/Makefile: Define CFLAGS-libresolv.
14630
14631 2011-08-17  Andreas Schwab  <schwab@redhat.com>
14632
14633         * nss/makedb.c (compute_tables): Make variables used in nested
14634         function static.
14635
14636 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
14637
14638         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
14639         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
14640         if buffer was too small.
14641
14642         * elf/pldd.c (main): Attach to all threads in the process.
14643         Rewrite /proc handling to use *at functions.
14644
14645 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
14646
14647         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
14648         specifies first scope to show.
14649         (dl_open_worker): Update callers.  Move printing scope of new
14650         object to before the relocation.
14651         * elf/rtld.c (dl_main): Update _dl_show_scope call.
14652         * sysdeps/generic/ldsodefs.h: Update declaration.
14653
14654         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
14655         string for the scope number.
14656
14657 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
14658
14659         * nscd/servicescache.c (cache_addserv): Make sure written is always
14660         initialized.
14661
14662 2011-08-14  Roland McGrath  <roland@hack.frob.com>
14663
14664         * sysdeps/i386/i486/bits/atomic.h
14665         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
14666         statement expression, so as to suppress "set but not used" warning.
14667         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
14668
14669         * string/strncat.c (STRNCAT): Use prototype definition.
14670
14671         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
14672         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
14673         -Iprograms here.
14674         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
14675         (localedef-modules): Add localedef.
14676         (locale-modules): Add locale.
14677
14678         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
14679         * elf/rtld.c (dl_main): Invert order of assignment in last change,
14680         to avoid a warning.
14681
14682 2011-08-14  David S. Miller  <davem@davemloft.net>
14683
14684         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
14685         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
14686
14687 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
14688
14689         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
14690         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
14691         * elf/rtld.c (dl_main): Set l_name of vDSO.
14692         Call _dl_show_scope when DL_DEBUG_SCOPES.
14693         (process_dl_debug): Recognize scopes flag and also set it for all.
14694         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
14695         Declare _dl_show_scope.
14696
14697         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
14698         (do_dlopen): Pass caller_dlopen to dl_open.
14699         (__libc_dlopen_mode): Initialize caller_dlopen.
14700
14701         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
14702         of libc.  Make tolower call locale-independent.  Optimize a bit by
14703         using isdigit instead of isalnum.
14704         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
14705
14706 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
14707
14708         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
14709         was a dependency or dynamically loaded.
14710
14711 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
14712
14713         * intl/l10nflist.c: Allow architecture-specific pop function.
14714         * sysdeps/x86_64/l10nflist.c: New file.
14715
14716         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
14717         classification.
14718
14719 2011-08-10  Andreas Schwab  <schwab@redhat.com>
14720
14721         * include/dirent.h: Add libc_hidden_proto for scandirat and
14722         scandirat64.  Don't declare __scandirat64.
14723         * dirent/scandirat.c: Add libc_hidden_def.
14724         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
14725         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
14726
14727 2011-08-10  David S. Miller  <davem@davemloft.net>
14728
14729         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
14730         enum.
14731         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
14732         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
14733         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
14734
14735 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
14736
14737         * Versions.def [libc]: Add GLIBC_2.15.
14738         * dirent/Makefile (routines): Add scandirat and scandirat64.
14739         * dirent/Versions [libc]: Export scandirat and scandirat64 for
14740         GLIBC_2.15.
14741         * dirent/dirent.h: Declare scandirat and scandirat64.
14742         * dirent/scandirat.c: New file.
14743         * dirent/scandirat64.c: New file.
14744         * sysdeps/wordsize-64/scandirat.c: New file.
14745         * sysdeps/wordsize-64/scandirat64.c: New file.
14746         * dirent/opendir.c: Define opendirat.
14747         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
14748         using scandirat.
14749         * dirent/scandir64.c: Adjust for scandir.c change.
14750         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
14751         __scandirat64, and __scandir_cancel_handler.
14752         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
14753         additional parameter and use openat instead of open (outside of ld.so).
14754         Add new __opendir as wrapper around __opendirat.
14755         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
14756         here without requiring old scandirat implementation.
14757
14758 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
14759
14760         * dirent/scandir.c (cancel_handler): Renamed to
14761         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
14762         defined.  Adjust users.
14763         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
14764         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
14765
14766 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
14767
14768         * string/test-string.h (IMPL): Use __STRING to expand name and then
14769         stringify it.
14770
14771         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
14772         of cleanups.
14773
14774 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14775
14776         * string/Makefile: Update.
14777         (strop-tests): Append strncat.
14778         * string/test-wcscmp.c: New file.
14779         New comprehensive test for wcscmp.
14780         * string/test-strcmp.c: Update.
14781         (WIDE): New define.
14782
14783 2011-07-22  Andreas Schwab  <schwab@redhat.com>
14784
14785         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
14786         line.
14787
14788 2011-07-26  Andreas Schwab  <schwab@redhat.com>
14789
14790         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
14791         encoding to ACE if AI_IDN.
14792
14793 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
14794
14795         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
14796         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
14797
14798 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
14799
14800         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
14801         Fix overflow bug in strncat.
14802         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
14803
14804         * string/test-strncat.c: Update.
14805         Add new tests for checking overflow bugs.
14806
14807 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
14808
14809         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
14810         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
14811         * sysdeps/i386/i686/multiarch/strcat.S: New file.
14812         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
14813         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
14814         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
14815         * sysdeps/i386/i686/multiarch/strncat.S: New file.
14816         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
14817         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
14818
14819         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
14820         (USE_AS_STRCAT): Define.
14821         Add strcat and strncat support.
14822         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
14823
14824 2011-07-25  Andreas Schwab  <schwab@redhat.com>
14825
14826         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
14827         __n bigger than INT_MAX+1.
14828         (__strncmp_g): Likewise.
14829
14830 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
14831
14832         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
14833         * libio/stido.h: Likewise.
14834
14835         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
14836         (AF_NFC): Define.
14837         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
14838         (AF_NFC): Define.
14839
14840         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
14841         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
14842         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
14843         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
14844         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
14845
14846         [BZ #13021]
14847         * scripts/test-installation.pl: Don't expect libnss_test1 to be
14848         installed.
14849
14850         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
14851         typo.
14852         (_dl_x86_64_save_sse): Likewise.
14853
14854 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
14855
14856         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
14857         OSXSAVE.
14858         (_dl_x86_64_save_sse): Likewise.
14859
14860         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
14861
14862         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
14863
14864 2011-07-21  Andreas Schwab  <schwab@redhat.com>
14865
14866         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
14867         change.
14868         (_dl_x86_64_save_sse): Use correct AVX check.
14869
14870 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14871
14872         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
14873         bug in strncpy/strncat.
14874         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
14875
14876 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
14877
14878         * string/tester.c (test_strcat): Add tests for different alignments
14879         of source and destination.
14880         (test_strncat): Likewise.
14881
14882 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
14883
14884         [BZ #12852]
14885         * posix/glob.c (glob): Check passed in values before using them in
14886         expressions to avoid some overflows.
14887         (glob_in_dir): Likewise.
14888
14889         [BZ #13007]
14890         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
14891         check for AVX enablement so that we don't crash with old kernels and
14892         new hardware.
14893         * elf/tst-audit4.c: Add same checks here.
14894         * elf/tst-audit6.c: Likewise.
14895
14896         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
14897
14898 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
14899
14900         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
14901
14902 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
14903
14904         * po/cs.po: Update from translation team.
14905         * po/bg.po: Likewise.
14906
14907 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
14908
14909         * misc/sys/cdefs.h: Add support for const attribute.
14910         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
14911         to gnu_dev_{major,minor,makedev} functions.
14912
14913 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
14914
14915         * intl/dcigettext.c (get_output_charset): Add missing bracket.
14916
14917 2011-07-20  Andreas Schwab  <schwab@redhat.com>
14918
14919         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
14920         strlen results.
14921
14922 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14923
14924         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
14925         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
14926         register in order to avoid conflicts with the soft frame pointer
14927         being held in r11 when necessary.
14928         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
14929         (INTERNAL_VSYSCALL_NCS): Likewise.
14930
14931 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
14932
14933         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
14934         * elf/dl-fini.c (_dl_fini): Adjust caller.
14935         * elf/dl-close.c (_dl_close_worker): Likewise.
14936         * sysdeps/generic/ldsodefs.h: Adjust declaration.
14937
14938 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
14939
14940         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
14941         "aux_cache->nlibs < 0".
14942
14943         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
14944         in the reload-count case.
14945
14946 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
14947
14948         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
14949         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
14950         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
14951         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
14952         * sysdeps/x86_64/multiarch/strcat.S: New file.
14953         * sysdeps/x86_64/multiarch/strncat.S: New file.
14954         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
14955         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
14956         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
14957         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
14958         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
14959         (USE_AS_STRCAT): Define.
14960         Add strcat and strncat support.
14961         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
14962         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
14963         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
14964         * string/strncat.c: Update.
14965         (USE_AS_STRNCAT): Define.
14966         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14967         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
14968         and i7.
14969         * sysdeps/x86_64/multiarch/init-arch.h
14970         (bit_Prefer_PMINUB_for_stringop): New.
14971         (index_Prefer_PMINUB_for_stringop): Likewise.
14972         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
14973         bit_Prefer_PMINUB_for_stringop.
14974
14975 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
14976
14977         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
14978         buffer64.
14979         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
14980         of casting of buffer.
14981         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
14982         buffer32 and buffer64.
14983         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
14984         writes instead of casting of buffer.
14985         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
14986         buffer32.
14987         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
14988         casting of buffer.
14989
14990 2011-07-19  Andreas Schwab  <schwab@redhat.com>
14991
14992         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
14993
14994 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
14995
14996         * nscd/nscd.c (termination_handler): Don't do anything for a database
14997         if it has not yet been initialized.
14998
14999 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
15000
15001         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
15002
15003 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
15004
15005         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
15006
15007 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
15008
15009         * po/nl.po: Update from translation team.
15010         * po/sv.po: Likewise.
15011
15012 2011-07-16  Roland McGrath  <roland@hack.frob.com>
15013
15014         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
15015         now disallowed by GCC.
15016
15017         * configure.in (use-default-link): Default to yes if a test -shared
15018         link meets our qualifications.
15019         * configure: Regenerated.
15020
15021         * config.make.in (output-format): New variable.
15022         * configure.in: Check for ld --print-output-format support.
15023         * configure: Regenerated.
15024         * Makerules ($(common-objpfx)format.lds)
15025         [$(output-format) != unknown]: Just use $(output-format),
15026         instead of the linker-script munging.
15027
15028 2011-07-14  Roland McGrath  <roland@hack.frob.com>
15029
15030         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
15031         of $(common-objpfx)shlib.lds.
15032         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
15033
15034         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
15035         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
15036
15037         * configure.in (-z relro check): Adjust test code to add a large
15038         writable data section after it.
15039         * configure: Regenerated.
15040
15041 2011-07-11  Roland McGrath  <roland@hack.frob.com>
15042
15043         * configure.in (-z relro check): Fix test code to make the variable
15044         truly const.
15045         * configure: Regenerated.
15046
15047 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
15048
15049         * nscd/nscd.h (struct traced_file): Define.
15050         (struct database_dyn): Remove inotify_descr, reset_res, and filename
15051         elements.  Add traced_files.
15052         (inotify_fd): Declare.
15053         (register_traced_file): Declare.
15054         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
15055         (inotify_fd): Export.
15056         (resolv_conf_descr): Remove.
15057         (nscd_init): Move inotify descriptor creation to main.
15058         Don't register files for notification here.
15059         (register_traced_file): New function.
15060         (invalidate_cache): Don't use reset_res to determine whether to call
15061         res_init, go through the list of registered files.
15062         (main_loop_poll): The inotify descriptors are now stored in the
15063         structures for the traced files.
15064         (main_loop_epoll): Likewise
15065         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
15066         to __nss_disable_nscd.
15067         * nscd/cache.c (prune_cache): There is no single inotify descriptor
15068         for a database anymore.  Check the records for all the registered
15069         files instead.
15070         * nss/Makefile (libnss_files-routines): Add files-init.
15071         (libnss_db-routines): Add db-init.
15072         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
15073         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
15074         * nss/nss_db/db-init.c: New file.
15075         * nss/nss_files/files-init.c: New file.
15076         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
15077         __nss_lookup_function.
15078         (__nss_lookup_function): Call nss_load_library.
15079         (nss_load_all_libraries): New function.
15080         (__nss_disable_nscd): Take parameter with callback function for files
15081         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
15082         used for the cached services.
15083         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
15084         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
15085         options for features to all the files in nscd.
15086
15087         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
15088
15089 2011-07-10  Roland McGrath  <roland@hack.frob.com>
15090
15091         * csu/elf-init.c (__libc_csu_init): Comment typo.
15092
15093 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
15094
15095         * po/pl.po: Update from translation team.
15096         * po/ja.po: Likewise.
15097         * po/ru.po: Likewise.
15098         * po/ko.po: Likewise.
15099         * po/fr.po: Likewise.
15100
15101 2011-07-09  Roland McGrath  <roland@hack.frob.com>
15102
15103         * configure.in (.ctors/.dtors header and trailer check):
15104         Use an empirical test on a built program.
15105         * configure: Regenerated.
15106
15107         * configure.in (-z relro check): Use an empirical test on a built DSO.
15108         Detect, but do not require, on ia64.
15109         * configure: Regenerated.
15110
15111         * configure.in (READELF): Find it with AC_CHECK_TOOL.
15112         Update tests that use readelf to use $READELF instead.
15113         * configure: Regenerated.
15114
15115 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
15116
15117         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
15118         if the result is not used.
15119
15120 2011-07-05  Andreas Jaeger  <aj@suse.de>
15121
15122         [BZ#9696]
15123         * stdlib/tst-strtod.c: Add testcase.
15124
15125 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
15126
15127         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
15128         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
15129         The latter has a higher limit.  Take additional parameter to pass to
15130         the new function.
15131         (__pathconf): Pass file to __statfs_link_max.
15132         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
15133         __statfs_link_max.
15134         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
15135         __statfs_link_max.
15136
15137         [BZ #12868]
15138         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
15139         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
15140         Handle Lustre.
15141         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
15142         (__statfs_filesize_max): Likewise.
15143         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
15144
15145 2011-07-05  Andreas Jaeger  <aj@suse.de>
15146
15147         * resolv/res_comp.c (dn_skipname): Remove unused variable.
15148
15149 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
15150
15151         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
15152         `status' variable.
15153         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
15154         Likewise.
15155
15156 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
15157
15158         * Makefile (strop-tests): Add strncat.
15159         * string/test-strncat.c: New file.
15160
15161 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
15162
15163         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
15164
15165 2011-06-21  Andreas Jaeger  <aj@suse.de>
15166
15167         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
15168         Copy rule from iconvdata/Makefile.
15169
15170 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
15171
15172         [BZ #12922]
15173         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
15174         but no long options are defined, just return 'W'.
15175
15176 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
15177
15178         [BZ #9696]
15179         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
15180
15181 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
15182
15183         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
15184         netgroups to read.
15185         (innetgr): Likewise.
15186
15187 2011-07-05  Roland McGrath  <roland@hack.frob.com>
15188
15189         * config.make.in (install_root): Default to $(DESTDIR).
15190
15191 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
15192
15193         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
15194
15195 2011-07-02  Roland McGrath  <roland@hack.frob.com>
15196
15197         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
15198
15199         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
15200         containing directory rather than embedding absolute directory names.
15201
15202         * scripts/check-local-headers.sh: Rewritten using awk.
15203         Match by word, not by line.  Print error messages for matches.
15204         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
15205
15206         * Makerules [shlib-lds-flags empty]:
15207         ($(common-objpfx)libc_pic.opts): New target.
15208         ($(common-objpfx)libc_pic.os.clean): New target.
15209         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
15210
15211         * config.make.in (OBJCOPY): New variable.
15212         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
15213         * configure: Regenerated.
15214
15215         * config.make.in (use-default-link): New variable.
15216         * configure.in (use_default_link): Grok --with-default-link to set it.
15217         * configure: Regenerated.
15218         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
15219         (shlib-lds, shlib-lds-flags): Define to empty.
15220
15221         * Makerules (shlib-lds): New variable.
15222         (shlib-lds-flags): New variable.
15223         (build-shlib, build-moduile, build-module-asneeded): Use it.
15224         ($(common-objpfx)libc.so): Use $(shlib-lds).
15225         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
15226         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
15227
15228         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
15229         DT_FLAGS/DT_FLAGS_1 with zero flags.
15230
15231         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
15232         linker script munging.
15233
15234 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
15235
15236         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
15237         as 128-bit value.
15238         * crypt/sha512.c (sha512_process_block): Perform total addition using
15239         128-bit if possible.
15240         (__sha512_finish_ctx): Likewise.
15241         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
15242         as 64-bit value.
15243         * crypt/sha256.c (SWAP64): Define.
15244         (sha256_process_block): Perform total addition using 64-bit if
15245         possible.
15246         (__sha256_finish_ctx): Likewise.
15247
15248 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
15249
15250         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
15251         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15252         * nscd/hstcache.c (cache_addhst): Likewise.
15253         * nscd/grpcache.c (cache_addgr): Likewise.
15254         * nscd/aicache.c (addhstaiX): Likewise
15255         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
15256
15257 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
15258
15259         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
15260         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15261         * nscd/hstcache.c (cache_addhst): Likewise.
15262         * nscd/grpcache.c (cache_addgr): Likewise.
15263         * nscd/aicache.c (addhstaiX): Likewise
15264
15265 2011-07-01  Andreas Schwab  <schwab@redhat.com>
15266
15267         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
15268         domain only when needed.
15269
15270 2011-06-30  Andreas Schwab  <schwab@redhat.com>
15271
15272         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
15273         is always restored.
15274
15275 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
15276
15277         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
15278         are re-adding the entry.
15279         * nscd/servicescache.c (cache_addserv): Likewise.
15280
15281 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
15282
15283         * sysdeps/generic/dl-irel.h: fix protection against multiple
15284         inclusions.
15285         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
15286
15287 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
15288
15289         [BZ #12935]
15290         * malloc/memusage.sh: Fix quoting in message.
15291         * debug/xtrace.sh: Likewise.
15292
15293         * configure.in: Remove support for --experimental-malloc option, make
15294         it the default.
15295         * config.make.in: Likewise.
15296         * malloc/Makefile: Likewise.
15297
15298 2011-06-27  Andreas Schwab  <schwab@redhat.com>
15299
15300         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
15301         two-byte characters.
15302
15303 2011-06-27  Roland McGrath  <roland@hack.frob.com>
15304
15305         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
15306         AC_CACHE_CHECK invocation.
15307         * configure: Regenerated.
15308
15309         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
15310
15311 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
15312
15313         [BZ #12350]
15314         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
15315         bit from old_res_options.
15316
15317         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
15318
15319         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
15320         value type for setfct.
15321
15322 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
15323
15324         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
15325         __gettimeofday instead of gettimeofday.
15326
15327 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
15328
15329         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
15330
15331 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
15332
15333         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
15334
15335         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
15336         info.
15337
15338 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
15339
15340         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15341         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
15342         strcpy-sse2-unaligned strncpy-sse2-unaligned
15343         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
15344         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
15345         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
15346         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
15347         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
15348         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
15349         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
15350         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
15351         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
15352         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
15353         (STRCPY): Support SSE2 and SSSE3 versions.
15354
15355 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
15356
15357         [BZ #12874]
15358         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
15359         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
15360         kernels which artificially limit size of requests.
15361
15362 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
15363
15364         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15365         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
15366         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
15367         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
15368         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
15369         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
15370         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
15371         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
15372         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
15373         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
15374         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
15375         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
15376         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
15377         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
15378         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
15379         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15380         Enable unaligned load optimization for Intel Core i3, i5 and i7
15381         processors.
15382         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
15383         Define.
15384         (index_Fast_Unaligned_Load): Define.
15385         (HAS_FAST_UNALIGNED_LOAD): Define.
15386
15387 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
15388
15389         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
15390
15391 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
15392
15393         [BZ #12907]
15394         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
15395         until it is clear that the information is realy needed.
15396         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
15397
15398 2011-06-22  Andreas Schwab  <schwab@redhat.com>
15399
15400         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
15401
15402 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
15403
15404         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
15405         /sys/devices/system/cpu/online if it is usable.
15406
15407         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
15408         reading the information from the /proc filesystem to once a second.
15409
15410 2011-06-21  Andreas Jaeger  <aj@suse.de>
15411
15412         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
15413         NULL after inclusion of kernel headers.
15414
15415 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
15416
15417         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
15418         calls to internal_setent.
15419
15420         [BZ #12885]
15421         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
15422         addresses using gethostbyname4_r ignore IPv4 addresses.
15423
15424         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
15425         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
15426
15427         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
15428
15429 2011-06-20  David S. Miller  <davem@davemloft.net>
15430
15431         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
15432         inclusions.
15433         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
15434
15435         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
15436         (elf_irel): Use it.
15437         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
15438         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
15439         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
15440         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
15441         * sysdeps/x86_64/dl-irel.h: Likewise.
15442
15443         * elf/dl-runtime.c: Use elf_ifunc_invoke.
15444         * elf/dl-sym.c: Likewise.
15445
15446 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
15447
15448         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
15449         need to dereference resplen2.
15450
15451 2011-06-14  Andreas Schwab  <schwab@redhat.com>
15452
15453         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
15454
15455 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
15456
15457         * Makeconfig: Define vardbdir and inst_vardbdir.
15458         * nss/Makefile: Add rules to install db-Makefile.
15459
15460         * nss/nss_db/db-XXX.c: Cleanup.
15461
15462         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
15463         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
15464         GLIBC_PRIVATE.
15465         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
15466         * nss/makedb.c: Implement -g option to specify that value strings
15467         are generated and should not be added to table iterated over for
15468         get*ent calls.
15469         * nss/nss_db/db-initgroups.c: New file.
15470
15471         * nss/getent.c: Add support for initgroups lookups through getgrouplist
15472         interface.
15473
15474         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
15475         (internal_getgrouplist): Adjust to name change.
15476         Update use_initgroups_entry if this is not the first call.
15477         * nss/databases.def: Add initgroups entry.
15478
15479         * nss/makedb.c (compute_tables): Check result of multiple hash table
15480         sizes to minimize maximum chain length.
15481
15482 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
15483
15484         * Versions.def: Add entry for libnss_db.
15485         * shlib-versions: Likewise.
15486         * nss/Makefile: Add rules to build libnss_db.
15487         * nss/Versions: Add libnss_db information.  Organize libnss_files
15488         entries better.
15489         * nss/db-Makefile: Add gshadow support.  Change rules for the new
15490         makedb progra.  Some minor improvements to generate smaller files.
15491         * nss/nss_db/nss_db.h: Move NSS database header data structures to
15492         here from...
15493         * nss/makedb.c: ...here.
15494         Improve database format to be smaller and require less memory at
15495         runtime.
15496         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
15497         db anymore.
15498         * nss/nss_db/db-netgrp.c: Likewise.
15499         * nss/nss_db/db-open.c: Likewise.
15500         * nss/nss_files/flies-XXX.x: Adjust comments.
15501         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
15502         * nss/nss_files/files-grp.c: Likewise.
15503         * nss/nss_files/files-hosts.c: Likewise.
15504         * nss/nss_files/files-network.c: Likewise.
15505         * nss/nss_files/files-proto.c: Likewise.
15506         * nss/nss_files/files-pwd.c: Likewise.
15507         * nss/nss_files/files-rpc.c: Likewise.
15508         * nss/nss_files/files-service.c: Likewise.
15509         * nss/nss_files/files-sgrp.c: Likewise.
15510         * nss/nss_files/files-spwd.c: Likewise.
15511         * nss/nss_db/db-alias.c: Removed.
15512         * nss/nss_db/dummy-db.h: Removed.
15513
15514 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
15515
15516         * nss/makedb.c: Rewritten to not use database library.
15517         * nss/Makefile: Update to build new makedb program.
15518
15519 2011-06-14  Andreas Jaeger  <aj@suse.de>
15520
15521         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
15522         memset declaration.
15523
15524 2011-06-10  Andreas Schwab  <schwab@redhat.com>
15525
15526         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
15527         tmpbuf.
15528
15529 2011-06-10  Roland McGrath  <roland@hack.frob.com>
15530
15531         * Makerules (shlib.lds): Fail if the linker script comes out empty.
15532         * elf/Makefile ($(objpfx)ld.so): Likewise.
15533
15534         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
15535         Don't list ld.so twice in dependencies.
15536
15537         * posix/bug-regex31.c: Include <stdlib.h>.
15538
15539         * nscd/hstcache.c (cache_addhst): Remove unused variable.
15540
15541         * nis/nss_compat/compat-spwd.c
15542         (getspent_next_nss_netgr): Remove unused variable.
15543         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
15544
15545         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
15546         nonmembers" output to use the right array.
15547
15548         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
15549
15550         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
15551
15552         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
15553         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
15554         * catgets/gencat.c (read_input_file): Likewise.
15555         * locale/programs/locarchive.c (enlarge_archive): Likewise.
15556
15557         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
15558         variable definition inside #if's controlling its use.
15559
15560         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
15561
15562         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
15563
15564         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
15565
15566         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
15567         unreachable code.
15568
15569         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
15570
15571         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
15572         * configure: Regenerated.
15573
15574         * Makerules: Revert last change.
15575         * elf/Makefile: Likewise.
15576
15577 2011-06-09  Roland McGrath  <roland@hack.frob.com>
15578
15579         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
15580         * elf/Makefile ($(objpfx)librtld.os): Likewise.
15581         (reloc-link): Likewise.
15582
15583 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
15584
15585         * elf/Makefile: Add rules to build pldd.
15586         * elf/pldd.c: New file.
15587         * elf/pldd-xx.c: New file.
15588
15589 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
15590
15591         * version.h: Update for 2.15 development version.
15592
15593 2011-06-07  David S. Miller  <davem@davemloft.net>
15594
15595         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
15596         ifuncs.
15597         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
15598         elf_machine_lazy_rel): Likewise.
15599         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15600         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
15601         elf_machine_lazy_rel): Likewise.
15602         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
15603         dl_hwcap via passed in argument.
15604         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
15605         Likewise.
15606
15607 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15608
15609         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
15610
15611 2011-06-06  Roland McGrath  <roland@hack.frob.com>
15612
15613         [BZ #12849]
15614         * manual/fdl-1.1.texi: New file, verbatim from:
15615         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
15616         * manual/lgpl-2.1.texi: New file, verbatim from:
15617         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
15618         * manual/Makefile (licenses): New variable, list those new file names.
15619         (texis): Use it.
15620         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
15621
15622         * manual/fdl.texi: File removed.
15623         * manual/lesser.texi: File removed.
15624         * manual/libc.texinfo (Copying, Documentation License):
15625         Use new @include file names, put @appendix directive before @include.
15626
15627 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
15628
15629         [BZ #12841]
15630         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
15631         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
15632         (mq_open): Add __NTH.
15633
15634 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
15635
15636         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15637         Assume Intel Core i3/i5/i7 processor if AVX is available.
15638
15639 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
15640
15641         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
15642         typo.
15643
15644 2011-05-31  Andreas Schwab  <schwab@redhat.com>
15645
15646         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
15647         memory.  Use alloca_account.  Fix memory leak when retrying.
15648
15649 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
15650
15651         * version.h (RELEASE): Bump for 2.14 release.
15652         * include/features.h (__GLIBC_MINOR__): Bump to 14.
15653
15654         * config.make.in (RANLIB): Remove entry.
15655
15656 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
15657
15658         * po/Makefile (po-sed-cmd): Add ksh to extensions.
15659         (libc.pot): Work around missing support for .ksh extension in xgettext.
15660
15661         [BZ #12684]
15662         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
15663         if both request failed.
15664         (send_dg): In case of server errors clear resplen or *resplen2.
15665
15666         [BZ #12454]
15667         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
15668         when there are multiple maps.
15669         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
15670         (_dl_fini): Remove test here.
15671
15672         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
15673
15674 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
15675
15676         [BZ #12350]
15677         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
15678         bit from old_res_options.
15679         (gaih_inet): Likewise.
15680
15681         [BZ #11099]
15682         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
15683         as signed.
15684
15685         * resolv/res_init.c (res_setoptions): Make the code more compact.
15686
15687         [BZ #11558]
15688         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
15689         set RES_USEVC.
15690
15691         [BZ #11634]
15692         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
15693
15694         * malloc/malloc.h: Mark malloc hook variables as deprecated.
15695
15696         [BZ #11781]
15697         * malloc/malloc.h: Declare malloc hook variables as volatile.
15698
15699         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
15700         in last patch.
15701
15702         [BZ #11799]
15703         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
15704         raise in the comment.
15705         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
15706         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
15707         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
15708
15709 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
15710
15711         [BZ #12811]
15712         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
15713         grow the buffers more if it already has to be sufficient.
15714         (build_wcs_upper_buffer): Likewise.
15715         * posix/regexec.c (check_matching): Likewise.
15716         (clean_state_log_if_needed): Likewise.
15717         (extend_buffers): Don't enlarge buffers beyond size of the input
15718         buffer.
15719         Patches mostly by Emil Wojak <emil@wojak.eu>.
15720         * posix/bug-regex32.c: New file.
15721         * posix/Makefile (tests): Add bug-regex32.
15722
15723         * locale/findlocale.c (_nl_find_locale): Return right away if
15724         _nl_explode_name failed.
15725         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
15726
15727         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
15728
15729         * debug/xtrace.sh: Unify messages.
15730         * malloc/memusage.sh: Likewise.
15731
15732         [BZ #12813]
15733         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
15734         time symbol from vDSO.  Substitute with vsyscall if not available.
15735         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
15736         __vdso_time.
15737
15738         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
15739         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
15740         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
15741         Add sendmmsg and internal_sendmmsg.
15742         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
15743         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
15744         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
15745
15746         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
15747         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
15748         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
15749
15750 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
15751
15752         [BZ #12813]
15753         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
15754         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
15755         available.
15756         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
15757         __vdso_getcpu.
15758
15759         [BZ #12814]
15760         * iconvdata/Makefile (tests): Add bug-iconv9.
15761         * iconvdata/bug-iconv9.c: New file.
15762
15763 2011-05-27  Andreas Schwab  <schwab@redhat.com>
15764
15765         [BZ #12814]
15766         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
15767
15768 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
15769
15770         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
15771         (struct user_regs_struct): Change intcs field back to cs.
15772
15773 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
15774
15775         * po/ja.po: Update from translation team.
15776
15777 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
15778
15779         [BZ #12795]
15780         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
15781         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
15782
15783 2011-05-20  Andreas Schwab  <schwab@redhat.com>
15784
15785         * stdlib/longlong.h: Update from GCC.
15786
15787 2011-05-23  Andreas Schwab  <schwab@redhat.com>
15788
15789         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
15790         parameter name.
15791         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
15792         Add parameter name.
15793         (__sysconf): Pass it down.
15794
15795 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
15796
15797         [BZ #12671]
15798         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
15799         some situations.
15800         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15801         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
15802         add in in __libc_use_alloca calls.  Adjust callers.
15803         (glob): Use malloc in some situations.
15804
15805         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
15806         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
15807         pltexit.
15808
15809 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
15810
15811         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
15812         and CLOCK_BOOTTIME_ALARM.
15813
15814         [BZ #12782]
15815         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
15816         is returned.
15817
15818         * string/_strerror.c (__strerror_r): Print negative errors as signed
15819         numbers.
15820
15821         [BZ #12777]
15822         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
15823         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
15824         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
15825
15826         * configure.in: Fix typo in redirection and correct removal of test
15827         files in two cases.
15828
15829         [BZ #12788]
15830         * locale/setlocale.c (new_composite_name): Fix test to check for
15831         identical name of all categories.
15832
15833         [BZ #12792]
15834         * libio/filedoalloc.c (local_isatty): New function.
15835         (_IO_file_doallocate): Use local_isatty.
15836         * stdio-common/perror.c (perror): In case a new stream is used
15837         forward the stream error.
15838         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
15839         error flag.
15840
15841 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
15842
15843         [BZ #11869]
15844         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
15845         alloca.
15846         * include/alloca.h (extend_alloca_account): Define.
15847
15848         [BZ #11857]
15849         * posix/regex.h: Fix comments with documentation of user-accessible
15850         fields after compilation and describe correct free'ing of pattern
15851         after re_compile_pattern.
15852         Patch by Reuben Thomas <rrt@sc3d.org>.
15853
15854 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
15855
15856         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
15857         and -mno-altivec to prevent the compiler from using Altivec and/or
15858         VSX instructions when the corresponding registers are not available.
15859
15860 2011-05-19  Andreas Schwab  <schwab@redhat.com>
15861
15862         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
15863
15864 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
15865
15866         * libio/freopen.c (freopen): Use __dup2, not dup2.
15867         * libio/freopen64.c (freopen64): Likewise.
15868
15869 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
15870
15871         [BZ #12775]
15872         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
15873         * math/Makefile (tests): Add test-powl.
15874         (CFLAGS-test-powl.c): Define.
15875         * math/test-powl.c: New file.
15876
15877 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
15878
15879         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
15880
15881 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
15882
15883         [BZ #11837]
15884         * iconvdata/gb18030.c: Update to GB18020-2005.
15885
15886 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
15887
15888         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
15889         RE_SYNTAX_POSIX_AWK): Update to match recent development.
15890         Patch by Aharon Robbins <arnold@skeeve.com>.
15891
15892         [BZ #11892]
15893         * stdlib/putenv.c (putenv): Don't always create copy of the variable
15894         on the stack.
15895
15896         [BZ #11895]
15897         * misc/pselect.c (__pselect): Handle timeout value errors hidden
15898         through underflows.
15899
15900         [BZ #12766]
15901         * misc/error.c (error_at_line): Ensure file_name and old_file_name
15902         point to strings before performing equality test for error_one_per_line
15903         mode.
15904
15905         [BZ #11697]
15906         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
15907
15908         [BZ #11820]
15909         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
15910         (struct user_fpregs_struct): Avoid __uint*_t types.
15911
15912         [BZ #6420]
15913         * malloc/mtrace.c (tr_where): Add additional parameter to point to
15914         symbol info.  Use it instead of calling _dl_addr locally.
15915         (lock_and_info): New function.
15916         (tr_freehook): Call lock_and_info and pass symbol info as additional
15917         parameter to tr_where.
15918         (tr_mallochook): Likewise.
15919         (tr_reallochook): Likewise.
15920         (tr_memalignhook): Likewise.
15921
15922         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
15923         used and couldn't be at all thread-safe.
15924
15925 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
15926
15927         * libio/freopen.c (freopen): Don't close old file descriptor
15928         before the new one is opened.  Instead dup the new file descriptor
15929         to the old one after the new stream is created.
15930         * libio/freopen64.c (freopen64): Likewise.
15931         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
15932         * libio/fileops.c (_IO_new_file_close_it): Handle new
15933         _IO_FLAGS2_NOCLOSE flag.
15934         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
15935         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
15936         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
15937         _IO_FLAGS2_NOCLOSE flag.
15938         * include/unistd.h: Add hidden_proto for dup3.
15939         Define __have_dup3.
15940         * io/dup3.c: Define hidden symbol.
15941         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
15942
15943         [BZ #7101]
15944         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
15945         when an incomplete long option is used.
15946         * posix/tst-getopt_long1.c: New file.
15947         * posix/Makefile (tests): Add tst-getopt_long1.
15948
15949         [BZ #10138]
15950         * scripts/config.guess: Update from autoconf-2.68.
15951         * scripts/config.sub: Likewise.
15952
15953         [BZ #10157]
15954         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
15955         tests into ...
15956         (has_cpuclock): ...this.  New function.
15957         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
15958         macro here based on has_cpuclock code.
15959
15960         [BZ #10149]
15961         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15962         First byte (not low byte) is now always NUL.
15963         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
15964
15965         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15966         Use non-cancelable interfaces.
15967
15968         [BZ #9809]
15969         * locale/iso-639.def: Add entry for Sorani.
15970
15971         [BZ #11901]
15972         * include/stdlib.h: Move include protection to the right place.
15973         Define abort_msg_s.  Declare __abort_msg with it.
15974         * stdlib/abort.c (__abort_msg): Adjust type.
15975         * assert/assert.c (__assert_fail_base): New function.  Majority
15976         of code from __assert_fail.  Allocate memory for __abort_msg with
15977         mmap.
15978         (__assert_fail): Now call __assert_fail_base.
15979         * assert/assert-perr.c: Remove bulk of implementation.  Use
15980         __assert_fail_base.
15981         * include/assert.hL Declare __assert_fail_base.
15982         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
15983         mmap.
15984         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
15985
15986 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
15987
15988         [BZ #11952]
15989         [BZ #12453]
15990         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
15991         until all modules are registered in the DTV.
15992         * elf/Makefile: Add rules to build and run tst-tls19.
15993         * elf/tst-tls19.c: New file.
15994         * elf/tst-tls19mod1.c: New file.
15995         * elf/tst-tls19mod2.c: New file.
15996         * elf/tst-tls19mod3.c: New file.
15997         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
15998
15999         [BZ #12083]
16000         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
16001         correctly.
16002
16003         [BZ #12601]
16004         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
16005         two-byte sequence errors.
16006         * iconvdata/Makefile (tests): Add bug-iconv8.
16007         * iconvdata/bug-iconv8.c: New file.
16008
16009         [BZ #12626]
16010         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
16011         buf2 definition.
16012
16013         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
16014
16015         [BZ #12432]
16016         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
16017         (dummy_getcfa): New function.
16018         (init): Get _Unwind_GetCFA address, use dummy if not found.
16019         (backtrace_helper): In recursion check, also check whether CFA changes.
16020         (__backtrace): Completely initialize arg.
16021
16022         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
16023         storing incomplete byte sequence in state object.  Avoid testing for
16024         guaranteed too small input if we know there is enough data available.
16025
16026 2011-05-11  Andreas Schwab  <schwab@redhat.com>
16027
16028         * Makeconfig (+link-pie): Indent.
16029         * Rules (binaries-pie): Define if $(have-fpie) and
16030         $(build-shared).
16031         (binaries-shared): Also filter out $(binaries-pie).
16032         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
16033         * nscd/Makefile (others-pie): Add nscd.
16034         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
16035         ($(objpfx)nscd): Remove command override.
16036         * login/Makefile (others-pie): Add pt_chown.
16037         ($(objpfx)pt_chown): Remove command override.
16038         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
16039         remove command overrides.
16040
16041 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
16042
16043         * libio/tst_putwc.c: Fix error messages.
16044
16045         [BZ #12724]
16046         * libio/fileops.c (_IO_new_file_close_it): Always flush when
16047         currently writing and seek to current position when not.
16048         * libio/Makefile (tests): Add bug-fclose1.
16049         * libio/bug-fclose1.c: New file.
16050
16051 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
16052
16053         [BZ #12511]
16054         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
16055         don't set DF_1_NODELETE here.
16056         (do_lookup_x): When entering new entry test for copy relocation
16057         and if necessary set DF_1_NODELETE flag.
16058         * elf/tst-unique4.cc: New file.
16059         * elf/tst-unique4.h: New file.
16060         * elf/tst-unique4lib.cc: New file.
16061         * elf/Makefile: Add rules to build and run tst-unique4.
16062         Patch by Piotr Bury <pbury@goahead.com>.
16063
16064 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
16065
16066         [BZ #12052]
16067         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
16068
16069         [BZ #12625]
16070         * misc/mntent_r.c (addmntent): Flush the stream after the output
16071
16072         [BZ #12393]
16073         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
16074         (is_trusted_path_normalize): Skip initial colon.  Append slash
16075         to empty buffer.  Duplicate is_trusted_path code but allow
16076         constructed patch to be prefix.
16077         (is_dst): Allow $ORIGIN followed by /.
16078         (_dl_dst_substitute): Correct clearing of check_for_trusted.
16079         Correct testing of result of is_trusted_path_normalize
16080         (decompose_rpath): Fix warning.
16081
16082 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
16083
16084         [BZ #11257]
16085         * grp/initgroups.c (internal_getgrouplist): When we found the service
16086         list through the initgroups entry in nsswitch.conf do not always
16087         continue on a successful lookup.  Don't always use the
16088         __nss_group_database value if it is set.
16089         * nss/nsswitch.conf (initgroups): Change action for successful db
16090         lookup to continue for compatibility.
16091
16092 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
16093
16094         [BZ #11532]
16095         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
16096         and CP774 modules.
16097         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
16098         and CP774 modules.
16099         * iconvdata/tst-tables.sh: Likewise.
16100         * iconvdata/cp770.c: New file.
16101         * iconvdata/cp771.c: New file.
16102         * iconvdata/cp772.c: New file.
16103         * iconvdata/cp773.c: New file.
16104         * iconvdata/cp774.c: New file.
16105         * iconvdata/testdata/CP770: New file.
16106         * iconvdata/testdata/CP770..UTF8: New file.
16107         * iconvdata/testdata/CP771: New file.
16108         * iconvdata/testdata/CP771..UTF8: New file.
16109         * iconvdata/testdata/CP772: New file.
16110         * iconvdata/testdata/CP772..UTF8: New file.
16111         * iconvdata/testdata/CP773: New file.
16112         * iconvdata/testdata/CP773..UTF8: New file.
16113         * iconvdata/testdata/CP774: New file.
16114         * iconvdata/testdata/CP774..UTF8: New file.
16115
16116         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
16117         END CHARMAP line.
16118         * iconvdata/gen-8bit-gap.sh: Likewise.
16119         * iconvdata/gen-8bit.sh: Likewise.
16120
16121         * locale/iso-639.def: Add ary entry.
16122
16123         [BZ #11258]
16124         * locale/C-translit.h.in: Add U20A1 transliteration.
16125
16126         [BZ #12178]
16127         * locale/iso-639.def: Add wae entry.
16128         Patch by Kevin Bortis <bortis@translate-wae.ch>.
16129
16130         [BZ #12545]
16131         * locale/programs/localedef.c (construct_output_path): Use ssize_t
16132         for n.
16133
16134         [BZ #12711]
16135         * locale/C-translit.h.in: Add entry for U20B9.
16136         Patch by pravin.d.s@gmail.com.
16137
16138 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
16139
16140         [BZ #12713]
16141         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
16142         ENAMETOOLONG use generic getcwd.
16143         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
16144         in rtld.  Use *stat64.
16145         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
16146         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
16147         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
16148         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
16149         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
16150         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
16151         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
16152         __fstatat64 macros.
16153         * include/dirent.h: Add libc_hidden_proto for rewinddir.
16154         * dirent/rewinddir.c: Add libc_hidden_def.
16155         * sysdeps/mach/hurd/rewinddir.c: Likewise.
16156         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
16157
16158         * include/dirent.h (__alloc_dir): Add flags parameter.
16159         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
16160         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
16161         __alloc_dir.
16162         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
16163         from fdopendir if O_CLOEXEC is already set.
16164
16165 2011-03-15  Alan Modra  <amodra@gmail.com>
16166
16167         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
16168         l_tls_firstbyte_offset non-zero.  Save padding offset in
16169         l_tls_firstbyte_offset for later use.
16170         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
16171         freeing static tls block.
16172
16173 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
16174
16175         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
16176         where #ifdef was intended.  The intent is to prevent ARG_MAX from
16177         being defined by the kernel headers.
16178
16179 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
16180
16181         [BZ #12734]
16182         * resolv/resolv.h: Define RES_NOTLDQUERY.
16183         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
16184         no-tld-query and set RES_NOTLDQUERY.
16185         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
16186         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
16187         modern BIND to search name as TLD unless forbidden.
16188
16189 2011-05-07  Petr Baudis  <pasky@suse.cz>
16190             Ulrich Drepper  <drepper@gmail.com>
16191
16192         [BZ #12393]
16193         * elf/dl-load.c (fillin_rpath): Move trusted path check...
16194         (is_trusted_path): ...to here.
16195         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
16196         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
16197         using is_trusted_path_normalize() in setuid scripts.
16198
16199 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
16200
16201         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
16202         __BEGIN/__END_DECLS.
16203
16204 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
16205
16206         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
16207         NSS_STATUS_NOTFOUND if no record was found.
16208
16209 2011-05-05  Andreas Schwab  <schwab@redhat.com>
16210
16211         * sunrpc/Makefile (headers): Add rpc/netdb.h.
16212         (headers-not-in-tirpc): Remove rpc/netdb.h
16213         * resolv/netdb.h: Revert last change.
16214
16215 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
16216
16217         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
16218         circular dependency between libgcc.a and libc.a.
16219
16220 2011-05-05  Andreas Schwab  <schwab@redhat.com>
16221
16222         * resolv/netdb.h: Don't include <rpc/netdb.h>.
16223         * nis/Makefile: Don't install rpcsvc/*.
16224         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
16225         instead of <rpc/types.h>.
16226         (MAXHOSTNAMELEN): Define.
16227
16228 2011-05-03  Andreas Schwab  <schwab@redhat.com>
16229
16230         * elf/ldconfig.c (add_dir): Don't crash on empty path.
16231
16232 2011-04-28  Maciej Babinski  <mbabinski@google.com>
16233
16234         [BZ #12714]
16235         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
16236         gethostbyname4_r when IPv6 results are possible.
16237
16238 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
16239
16240         [BZ #12723]
16241         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
16242         _PC_PIPE_BUF handling.
16243
16244 2011-04-30  Bruno Haible  <bruno@clisp.org>
16245
16246         [BZ #12717]
16247         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
16248         * resolv/netdb.h (getnameinfo): Change type of flags parameter
16249         to 'int'.
16250         * inet/getnameinfo.c (getnameinfo): Likewise.
16251
16252 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
16253
16254         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
16255         to groups setting in database lookup.
16256         * nss/nsswitch.conf: Add initgroups entry.
16257
16258 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
16259
16260         [BZ #12685]
16261         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
16262         mode string.
16263         Patch by Eric Blake <eblake@redhat.com>.
16264
16265 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
16266
16267         * sunrpc/Makefile (need-export-routines): Add svc_run.
16268         (routines): Remove svc_run.
16269         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
16270         * sunrpc/clnt_perr.c (clnt_perrno): Export.
16271         * sunrpc/svc_run.c (svc_run): Likewise.
16272         * sunrpc/svc_udp.c (svcudp_create): Likewise.
16273
16274 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
16275
16276         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
16277         problem in reallocation in last patch.
16278
16279 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
16280
16281         * sunrpc/Makefile: Move inclusion of Rules.
16282
16283 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
16284
16285         * nss/nss_files/files-initgroups.c: New file.
16286         * nss/Makefile (libnss_files-routines): Add files-initgroups.
16287         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
16288         _nss_files_initgroups_dyn.
16289
16290 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
16291
16292         * elf/elf.h (R_ARM_IRELATIVE): Define.
16293
16294 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
16295
16296         * po/ru.po: Update from translation team.
16297
16298 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
16299
16300         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
16301         dependencies.
16302
16303 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
16304
16305         [BZ #12653]
16306         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
16307         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
16308         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
16309         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16310         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16311
16312 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
16313
16314         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
16315         differing bytes.
16316         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16317         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16318         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16319
16320 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
16321
16322         [BZ #12420]
16323         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
16324         storing it.
16325         * stdlib/bug-getcontext.c: New file.
16326         * stdlib/Makefile: Add rules to build and run bug-getcontext.
16327
16328 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16329
16330         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
16331         instructions into .machine "z9-109".
16332         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
16333         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
16334
16335 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16336
16337         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
16338         between environment variables and auxiliary vector.
16339
16340 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
16341
16342         * Makefile: Add rules to build linkobj/libc.so.
16343         * include/libc-symbols.h: Define libc_hidden_nolink.
16344         * include/rpc/auth.h: Mark functions which are to be hidden.
16345         * include/rpc/auth_des.h: Likewise.
16346         * include/rpc/auth_unix.h: Likewise.
16347         * include/rpc/clnt.h: Likewise.
16348         * include/rpc/des_crypt.h: Likewise.
16349         * include/rpc/key_prot.h: Likewise.
16350         * include/rpc/pmap_clnt.h: Likewise.
16351         * include/rpc/pmap_prot.h: Likewise.
16352         * include/rpc/pmap_rmt.h: Likewise.
16353         * include/rpc/rpc_msg.h: Likewise.
16354         * include/rpc/svc.h: Likewise.
16355         * include/rpc/svc_auth.h: Likewise.
16356         * include/rpc/xdr.h: Likewise.
16357         * nis/Makefile: Link all DSOs against linkobj/libc.so.
16358         * nss/Makefile: Likewise.
16359         * sunrpc/Makefile: Don't install headers.  Build library with normal
16360         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
16361         * sunrpc/auth_des.c: Hide exported symbols by default, export some
16362         for the compat linking library.  Remove use of INTDEF/INTUSE.
16363         * sunrpc/auth_none.c: Likewise.
16364         * sunrpc/auth_unix.c: Likewise.
16365         * sunrpc/authdes_prot.c: Likewise.
16366         * sunrpc/authuxprot.c: Likewise.
16367         * sunrpc/clnt_gen.c: Likewise.
16368         * sunrpc/clnt_perr.c: Likewise.
16369         * sunrpc/clnt_raw.c: Likewise.
16370         * sunrpc/clnt_simp.c: Likewise.
16371         * sunrpc/clnt_tcp.c: Likewise.
16372         * sunrpc/clnt_udp.c: Likewise.
16373         * sunrpc/clnt_unix.c: Likewise.
16374         * sunrpc/des_crypt.c: Likewise.
16375         * sunrpc/des_soft.c: Likewise.
16376         * sunrpc/get_myaddr.c: Likewise.
16377         * sunrpc/key_call.c: Likewise.
16378         * sunrpc/key_prot.c: Likewise.
16379         * sunrpc/netname.c: Likewise.
16380         * sunrpc/pm_getmaps.c: Likewise.
16381         * sunrpc/pm_getport.c: Likewise.
16382         * sunrpc/pmap_clnt.c: Likewise.
16383         * sunrpc/pmap_prot.c: Likewise.
16384         * sunrpc/pmap_prot2.c: Likewise.
16385         * sunrpc/pmap_rmt.c: Likewise.
16386         * sunrpc/publickey.c: Likewise.
16387         * sunrpc/rpc_cmsg.c: Likewise.
16388         * sunrpc/rpc_common.c: Likewise.
16389         * sunrpc/rpc_dtable.c: Likewise.
16390         * sunrpc/rpc_prot.c: Likewise.
16391         * sunrpc/rpc_thread.c: Likewise.
16392         * sunrpc/rtime.c: Likewise.
16393         * sunrpc/svc.c: Likewise.
16394         * sunrpc/svc_auth.c: Likewise.
16395         * sunrpc/svc_authux.c: Likewise.
16396         * sunrpc/svc_raw.c: Likewise.
16397         * sunrpc/svc_run.c: Likewise.
16398         * sunrpc/svc_simple.c: Likewise.
16399         * sunrpc/svc_tcp.c: Likewise.
16400         * sunrpc/svc_udp.c: Likewise.
16401         * sunrpc/svc_unix.c: Likewise.
16402         * sunrpc/svcauth_des.c: Likewise.
16403         * sunrpc/xcrypt.c: Likewise.
16404         * sunrpc/xdr.c: Likewise.
16405         * sunrpc/xdr_array.c: Likewise.
16406         * sunrpc/xdr_float.c: Likewise.
16407         * sunrpc/xdr_intXX_t.c: Likewise.
16408         * sunrpc/xdr_mem.c: Likewise.
16409         * sunrpc/xdr_rec.c: Likewise.
16410         * sunrpc/xdr_ref.c: Likewise.
16411         * sunrpc/xdr_sizeof.c: Likewise.
16412         * sunrpc/xdr_stdio.c: Likewise.
16413
16414 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
16415
16416         [BZ #12650]
16417         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
16418         * sysdeps/ia64/dl-tls.h: Likewise.
16419         * sysdeps/powerpc/dl-tls.h: Likewise.
16420         * sysdeps/s390/dl-tls.h: Likewise.
16421         * sysdeps/sh/dl-tls.h: Likewise.
16422         * sysdeps/sparc/dl-tls.h: Likewise.
16423         * sysdeps/x86_64/dl-tls.h: Likewise.
16424         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
16425
16426 2011-03-14  Andreas Schwab  <schwab@redhat.com>
16427
16428         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
16429         rpath element also skip the following colon.
16430         (expand_dynamic_string_token): Add is_path parameter and pass
16431         down to DL_DST_REQUIRED and _dl_dst_substitute.
16432         (decompose_rpath): Call expand_dynamic_string_token with
16433         non-zero is_path.  Ignore empty rpaths.
16434         (_dl_map_object_from_fd): Call expand_dynamic_string_token
16435         with zero is_path.
16436
16437 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
16438
16439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
16440         Make cancelable.
16441
16442 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
16443
16444         [BZ #12655]
16445         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
16446         Patch by Filipe David Manana <fdmanana@apache.org>.
16447
16448 2011-04-07  Andreas Schwab  <schwab@redhat.com>
16449
16450         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
16451         Maintain aligned stack.
16452         (CHECK_RSP): Remove unused macro.
16453
16454 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
16455
16456         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
16457         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
16458
16459 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
16460
16461         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
16462
16463         * include/features.h: Mention __USE_XOPEN2K8 in comment.
16464
16465 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
16466
16467         [BZ #12518]
16468         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
16469         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
16470         * sysdeps/x86_64/memmove.c: New file.
16471         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
16472         (memcpy): Renamed to ...
16473         (__new_memcpy): This.
16474         (memcpy): Provide GLIBC_2_14 memcpy.
16475         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
16476         (memcpy): Provide GLIBC_2_2_5 memcpy.
16477
16478 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
16479
16480         [BZ #12631]
16481         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
16482
16483 2011-03-30  Andreas Schwab  <schwab@redhat.com>
16484
16485         * misc/syncfs.c: New file.
16486         * misc/Makefile (routines): Add syncfs.
16487         * posix/unistd.h: Declare syncfs.
16488         * sysdeps/unix/syscalls.list: Add syncfs.
16489
16490 2011-04-01  Andreas Schwab  <schwab@redhat.com>
16491
16492         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
16493         open_by_handle_at.
16494         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
16495         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
16496         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16497         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16498         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16499         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
16500         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16501
16502 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
16503
16504         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
16505         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
16506         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
16507         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16508         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16509         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16510         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16511
16512         * io/Makefile: Compile fallocate.c, fallocate64.c, and
16513         sync_file_range.c with -fexceptions.
16514         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
16515         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
16516         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
16517         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
16518         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
16519         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
16520         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
16521         sync_file_range as cancellation point
16522         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
16523         now a wrapper around __call_sync_file_range with cancellation handling.
16524         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
16525         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
16526         function name to __call_sync_file_range.
16527         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
16528         Add call_sync_file_range.
16529
16530 2011-04-01  Andreas Schwab  <schwab@redhat.com>
16531
16532         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
16533         bits/timex.h.
16534
16535 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
16536
16537         * iconv/iconv.h: Fix typo in comment.
16538         * io/fcntl.h: Likewise.
16539         * libio/stdio.h: Likewise.
16540         * posix/spawn.h: Likewise.
16541         * posix/unistd.h: Likewise.
16542         * stdlib/stdlib.h: Likewise.
16543         * time/time.h: Likewise.
16544         * wcsmbs/wchar.h: Likewise.
16545
16546         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
16547         open_by_handle): Add.
16548         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
16549         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
16550         Augment a few comments.
16551         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
16552         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16553         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16554         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16555         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16556         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
16557         open_by_handle.
16558
16559         * io/fcntl.h (AT_EMPTY_PATH): Define.
16560
16561 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
16562
16563         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
16564         * sysdeps/unix/sysv/linux/bits/time.h: New file.
16565         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
16566         to...
16567         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
16568         * Versions.def: Add GLIBC_2.14.
16569         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
16570         Export.
16571
16572 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
16573
16574         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
16575         round counter.
16576         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
16577
16578 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
16579
16580         [BZ #12597]
16581         * string/test-strncmp.c (do_page_test): New function.
16582         (check2): Likewise.
16583         (test_main): Call check2.
16584         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
16585
16586 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
16587
16588         [BZ #12587]
16589         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
16590         Handle cache information in CPU leaf 4.
16591         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
16592
16593 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
16594
16595         [BZ #12583]
16596         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
16597         character representation.
16598         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
16599
16600 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
16601
16602         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
16603         END(__isnan) to END(__isnanf) to match function entry point/label
16604         EALIGN(__isnanf,...).
16605
16606 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
16607
16608         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
16609
16610 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
16611
16612         [BZ #12510]
16613         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
16614         copy from the symbol referenced in the relocation to initialize the
16615         used variable.
16616         Patch by Piotr Bury <pbury@goahead.com>.
16617         * elf/Makefile: Add rules to build and tst-unique3.
16618         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
16619         * elf/tst-unique3.cc: New file.
16620         * elf/tst-unique3.h: New file.
16621         * elf/tst-unique3lib.cc: New file.
16622         * elf/tst-unique3lib2.cc: New file.
16623
16624         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
16625
16626 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
16627
16628         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
16629         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
16630         to _start.
16631
16632 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
16633
16634         * elf/dl-load.c (_dl_map_object): If we are looking for the first
16635         to-be-loaded object along a path to loader is ld.so.
16636
16637 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
16638             Ulrich Drepper  <drepper@gmail.com>
16639
16640         * sysdeps/x86_64/memset.S: After aligning destination, code
16641         branches to different locations depending on the value of
16642         misalignment, when multiarch is enabled. Fix this.
16643
16644 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
16645
16646         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
16647         Set _x86_64_preferred_memory_instruction for AMD processsors.
16648         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16649         Set bit_Prefer_SSE_for_memop for AMD processors.
16650
16651 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
16652
16653         * libio/fmemopen.c (fmemopen): Optimize a bit.
16654
16655 2011-03-03  Andreas Schwab  <schwab@redhat.com>
16656
16657         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
16658
16659 2011-03-03  Roland McGrath  <roland@redhat.com>
16660
16661         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
16662
16663 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
16664
16665         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
16666         __bzero_ultra1 instead of __memset_ultra1.
16667
16668 2011-02-23  Andreas Schwab  <schwab@redhat.com>
16669             Ulrich Drepper  <drepper@gmail.com>
16670
16671         [BZ #12509]
16672         * include/link.h (struct link_map): Add l_orig_initfini.
16673         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
16674         returning unsuccessfully.
16675         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
16676         close of a file loaded at startup, restore the original l_initfini
16677         list.
16678         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
16679         list, store the pointer.
16680         * elf/Makefile ($(objpfx)noload-mem): New rule.
16681         (noload-ENV): Define.
16682         (tests): Add $(objpfx)noload-mem.
16683         * elf/noload.c: Include <memcheck.h>.
16684         (main): Call mtrace.  Close all opened handles.
16685
16686 2011-02-17  Andreas Schwab  <schwab@redhat.com>
16687
16688         [BZ #12454]
16689         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
16690         dependencies are missing.
16691
16692 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16693
16694         Fix __if_freereq crash: Unlike the generic version which uses free,
16695         Hurd needs munmap.
16696         * sysdeps/mach/hurd/ifreq.h: New file.
16697
16698 2011-01-27  Petr Baudis  <pasky@suse.cz>
16699             Ulrich Drepper  <drepper@gmail.com>
16700
16701         [BZ 12445]#
16702         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
16703         to extend_alloca().
16704         * stdio-common/bug23.c: New file.
16705         * stdio-common/Makefile (tests): Add bug23.
16706
16707 2010-09-28  Andreas Schwab  <schwab@redhat.com>
16708             Ulrich Drepper  <drepper@gmail.com>
16709
16710         [BZ #12489]
16711         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
16712         before performing relro protection.  At old place add assertion
16713         to make sure nothing changed.
16714
16715 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
16716             Glauber de Oliveira Costa  <glommer@gmail.com>
16717
16718         * elf/elf.h: Add new ARM TLS relocs.
16719
16720 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
16721
16722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
16723         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
16724         cast from r3.
16725         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
16726         'tests' variable.
16727         * sysdeps/wordsize-64/tst-writev.c: New file.
16728
16729 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
16730
16731         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
16732         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
16733         insns in _dl_start to prevent a TOC reference before relocs are
16734         resolved.
16735
16736 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
16737
16738         [BZ #12469]
16739         * Makeconfig: Remove RANLIB definition.
16740         * Makerules: Don't use RANLIB.
16741         * aclocal.m4: Remove ranlib test.
16742         * configure.in: No need to check for ranlib.
16743         * elf/rtld-Rules: Don't use RANLIB.
16744
16745 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16746
16747         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
16748         protection macro.
16749         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
16750         inclusion protection macro.
16751
16752         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
16753         SIGRTMIN and SIGRTMAX and print information in that case only when
16754         SIGRTMIN is defined.
16755
16756 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
16757
16758         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
16759         arginfo fn returning -1.
16760
16761         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
16762         and thousands string is zero terminated.
16763
16764 2011-02-03  Andreas Schwab  <schwab@redhat.com>
16765
16766         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
16767         sysdeps/unix/sysv/linux/bits/socket.h.
16768
16769 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16770
16771         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
16772         (__CPU_COUNT): Remove old macros.
16773         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
16774         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
16775         (__CPU_ALLOC, __CPU_FREE): Add macros.
16776         (__sched_cpualloc, __sched_cpufree): Add declarations.
16777
16778 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
16779
16780         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
16781         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
16782         * nscd/aicache.c (addhstaiX): Return timeout of added value.
16783         (readdhstai): Return value of addhstaiX call.
16784         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
16785         (addgrbyX): Return value returned by cache_addgr.
16786         (readdgrbyname): Return value returned by addgrbyX.
16787         (readdgrbygid): Likewise.
16788         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
16789         (addpwbyX): Return value returned by cache_addpw.
16790         (readdpwbyname): Return value returned by addhstbyX.
16791         (readdpwbyuid): Likewise.
16792         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
16793         (addservbyX): Return value returned by cache_addserv.
16794         (readdservbyname): Return value returned by addservbyX:
16795         (readdservbyport): Likewise.
16796         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
16797         (addhstbyX): Return value returned by cache_addhst.
16798         (readdhstbyname): Return value returned by addhstbyX.
16799         (readdhstbyaddr): Likewise.
16800         (readdhstbynamev6): Likewise.
16801         (readdhstbyaddrv6): Likewise.
16802         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
16803         (readdinitgroups): Return value returned by addinitgroupsX.
16804         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
16805         (prune_cache): Keep track of timeout value of re-added entries.
16806         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
16807         * nscd/nscd.h: Adjust prototypes of readd* functions.
16808
16809 2011-02-04  Roland McGrath  <roland@redhat.com>
16810
16811         * nis/nis_server.c (nis_servstate): Use the right name for 0.
16812         (nis_stats): Likewise.
16813         * nis/nis_modify.c (nis_modify): Likewise.
16814         * nis/nis_remove.c (nis_remove): Likewise.
16815         * nis/nis_add.c (nis_add): Likewise.
16816
16817         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
16818
16819         * posix/fnmatch_loop.c: Add some consts.
16820
16821         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
16822
16823 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
16824
16825         [BZ #12460]
16826         * config.make.in (config-cflags-novzeroupper): Define.
16827         * configure.in: Substitute libc_cv_cc_novzeroupper.
16828         * elf/Makefile (AVX-CFLAGS): Define.
16829         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
16830         (CFLAGS-tst-auditmod4a.c): Likewise.
16831         (CFLAGS-tst-auditmod4b.c): Likewise.
16832         (CFLAGS-tst-auditmod6b.c): Likewise.
16833         (CFLAGS-tst-auditmod6c.c): Likewise.
16834         (CFLAGS-tst-auditmod7b.c): Likewise.
16835         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
16836
16837 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
16838
16839         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
16840         function to the callback.
16841         Patch partly by Jiri Olsa <jolsa@redhat.com>.
16842
16843 2011-02-02  Andreas Schwab  <schwab@redhat.com>
16844
16845         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
16846         of errno.
16847
16848 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
16849
16850         [BZ #11724]
16851         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
16852         of constructors.
16853         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
16854         of destructors.
16855         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
16856
16857         [BZ #11724]
16858         * elf/Makefile: Add rules to build and run new test.
16859         * elf/tst-initorder.c: New file.
16860         * elf/tst-initorder.exp: New file.
16861         * elf/tst-initordera1.c: New file.
16862         * elf/tst-initordera2.c: New file.
16863         * elf/tst-initordera3.c: New file.
16864         * elf/tst-initordera4.c: New file.
16865         * elf/tst-initorderb1.c: New file.
16866         * elf/tst-initorderb2.c: New file.
16867         * elf/tst-order-a1.c: New file.
16868         * elf/tst-order-a2.c: New file.
16869         * elf/tst-order-a3.c: New file.
16870         * elf/tst-order-a4.c: New file.
16871         * elf/tst-order-b1.c: New file.
16872         * elf/tst-order-b2.c: New file.
16873         * elf/tst-order-main.c: New file.
16874         New test case by George Gensure <werkt0@gmail.com>.
16875
16876 2010-10-01  Andreas Schwab  <schwab@redhat.com>
16877
16878         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
16879         decoding ACE if AI_CANONIDN.
16880
16881 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
16882
16883         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
16884
16885 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
16886
16887         * version.h (RELEASE): Bump for 2.13 release.
16888         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
16889
16890         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
16891
16892         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
16893         MADV_NOHUGEPAGE.
16894         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
16895         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
16896         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
16897         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
16898         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
16899         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
16900
16901         * posix/getconf.c: Update copyright year.
16902         * catgets/gencat.c: Likewise.
16903         * csu/version.c: Likewise.
16904         * debug/catchsegv.sh: Likewise.
16905         * debug/xtrace.sh: Likewise.
16906         * elf/ldconfig.c: Likewise.
16907         * elf/ldd.bash.in: Likewise.
16908         * elf/sprof.c (print_version): Likewise.
16909         * iconv/iconv_prog.c: Likewise.
16910         * iconv/iconvconfig.c: Likewise.
16911         * locale/programs/locale.c: Likewise.
16912         * locale/programs/localedef.c: Likewise.
16913         * malloc/memusage.sh: Likewise.
16914         * malloc/mtrace.pl: Likewise.
16915         * nscd/nscd.c (print_version): Likewise.
16916         * nss/getent.c: Likewise.
16917
16918         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
16919         PF_CAIF, and PF_ALG.
16920         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
16921
16922 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
16923
16924         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
16925         (modules-names): Use them.
16926         (ifunc-test-modules, ifunc-pie-tests): Define.
16927         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
16928         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
16929         (test-extras): Likewise.
16930         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
16931         $(compile-command.c).
16932         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
16933         (all-built-dso): Define.
16934         (check-textrel.out, check-execstack.out): Depend on it.
16935
16936         * configure.in: Don't override --enable-multi-arch.
16937
16938 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
16939
16940         [BZ #6812]
16941         * nscd/hstcache.c (tryagain): Define.
16942         (cache_addhst): Return tryagain not notfound for temporary errors.
16943         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
16944         failed.
16945
16946 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
16947
16948         [BZ #10563]
16949         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
16950         to make the syscall.
16951         * sysdeps/unix/sysv/linux/setgroups.c: New file.
16952
16953         [BZ #12378]
16954         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
16955         and fall back to matching as normal character if the string ends before
16956         the matching ']' is found.  This is what POSIX requires.
16957         * posix/testfnm.c: Adjust test result.
16958         * posix/globtest.sh: Adjust test result.  Add new test.
16959         * posix/tst-fnmatch.input: Likewise.
16960         * posix/tst-fnmatch2.c: Add new test.
16961
16962 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
16963
16964         * elf/Makefile (check-execstack): Revert last change.  Depend on
16965         check-execstack.h.
16966         (check-execstack.h): New target.
16967         (generated): Add check-execstack.h.
16968         * elf/check-execstack.c: Include "check-execstack.h".
16969         (main): Revert last change.
16970         (handle_file): Return zero if GNU_STACK is absent and
16971         DEFAULT_STACK_PERMS doesn't include PF_X.
16972
16973 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
16974
16975         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
16976         in child fails because the descriptor is already closed.
16977         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
16978         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
16979         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
16980
16981         [BZ #12397]
16982         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
16983         syscall.
16984
16985         [BZ #10484]
16986         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
16987         temporary buffer used to handle multi lookups locally.
16988         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
16989
16990 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
16991
16992         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
16993         loader is ld.so.
16994
16995 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
16996
16997         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
16998         alignment for SSE2.
16999
17000 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
17001
17002         [BZ #12394]
17003         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
17004         characters.  When rounding increased number of integer digits recompute
17005         number of groups.
17006         * stdio-common/tst-grouping.c: New file.
17007         * stdio-common/Makefile: Add rules to build and run tst-grouping.
17008
17009 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
17010
17011         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
17012         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
17013
17014         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
17015         void.
17016         * bits/select.h: Likewise.
17017
17018 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
17019
17020         * po/ja.po: Update from translation team.
17021
17022 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
17023
17024         [BZ #11155]
17025         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
17026         implementation just like for lxstat, fxstatat, et al.
17027
17028 2010-12-27  Jim Meyering  <meyering@redhat.com>
17029
17030         [BZ #12348]
17031         * posix/regexec.c (build_trtable): Return failure indication upon
17032         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
17033
17034 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
17035
17036         [BZ #12201]
17037         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
17038         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
17039         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
17040         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
17041
17042         [BZ #12207]
17043         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
17044
17045         [BZ #12204]
17046         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
17047         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
17048
17049 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
17050
17051         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
17052         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
17053         script has SORT_BY_INIT_PRIORITY.
17054         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
17055         NO_CTORS_DTORS_SECTIONS is defined.
17056         * elf/soinit.c: Likewise.
17057         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
17058         NO_CTORS_DTORS_SECTIONS is defined.
17059         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
17060         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
17061         * sysdeps/sh/init-first.c: Likewise.
17062         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
17063
17064 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
17065
17066         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
17067         always use the slow path.
17068
17069 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
17070
17071         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
17072         similar rule which adds the sysdep directories to the header search in
17073         order to pick up the correct platform stackinfo.h.
17074         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
17075         perform test if it is, otherwise return successfully without testing.
17076         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
17077         DEFAULT_STACK_PERMS define in stackinfo.h.
17078         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
17079         defined in stackinfo.h.
17080         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
17081         DEFAULT_STACK_PERMS defined in stackinfo.h.
17082         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
17083         * sysdeps/ia64/stackinfo.h: Likewise.
17084         * sysdeps/s390/stackinfo.h: Likewise.
17085         * sysdeps/sh/stackinfo.h: Likewise.
17086         * sysdeps/sparc/stackinfo.h: Likewise.
17087         * sysdeps/x86_64/stackinfo.h: Likewise.
17088         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
17089         PF_X for powerpc64.  Retain PF_X for powerpc32.
17090
17091 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
17092
17093         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
17094         accurately.
17095         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
17096         GETDENTS_64BIT_ALIGNED.
17097
17098 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
17099
17100         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
17101
17102 2010-12-10  Andreas Schwab  <schwab@redhat.com>
17103
17104         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
17105         _GNU_SOURCE.
17106
17107         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
17108         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
17109         Remove __restrict.
17110         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
17111         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
17112
17113 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
17114
17115         [BZ #11655]
17116         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
17117         are initialized.
17118
17119 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
17120
17121         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
17122
17123 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
17124
17125         * po/it.po: Update from translation team.
17126
17127 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
17128
17129         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
17130         unused codes.
17131
17132 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
17133
17134         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
17135
17136 2010-11-24  Andreas Schwab  <schwab@redhat.com>
17137
17138         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
17139         specially.
17140         (gaih_getanswer_slice): Likewise.
17141
17142 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
17143
17144         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
17145
17146 2010-05-31  Petr Baudis  <pasky@suse.cz>
17147
17148         [BZ #11149]
17149         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
17150         silently even in the chroot mode.
17151
17152 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
17153
17154         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
17155         last patch a bit.  Pretty printing
17156
17157 2010-05-31  Petr Baudis <pasky@suse.cz>
17158
17159         [BZ #10085]
17160         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
17161         initialization of skip_initgroups_dyn.
17162
17163 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
17164
17165         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
17166         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
17167
17168 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
17169
17170         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
17171
17172 2010-11-11  Andreas Schwab  <schwab@redhat.com>
17173
17174         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
17175         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
17176         (tst-fnmatch-ENV): Set MALLOC_TRACE.
17177         ($(objpfx)tst-fnmatch-mem): New rule.
17178         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
17179         * posix/tst-fnmatch.c (main): Call mtrace.
17180
17181 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
17182
17183         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17184         Support Intel processor model 6 and model 0x2c.
17185
17186 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
17187
17188         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
17189           signed comparison.
17190
17191 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
17192
17193         [BZ #12205]
17194         * string/test-strncasecmp.c (check_result): New function.
17195         (do_one_test): Use it.
17196         (check1): New function.
17197         (test_main): Use it.
17198         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
17199         Support strcasecmp and strncasecmp.
17200
17201 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
17202
17203         [BZ #12194]
17204         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
17205         * sysdeps/x86_64/bits/byteswap.h: Likewise.
17206
17207 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
17208
17209         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
17210         IFUNC support.
17211         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
17212         memset-x86-64.
17213         * sysdeps/x86_64/multiarch/bzero.S: New file.
17214         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
17215         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
17216         * sysdeps/x86_64/multiarch/memset.S: New file.
17217         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
17218         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17219         Set bit_Prefer_SSE_for_memop for Intel processors.
17220         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
17221         Define.
17222         (index_Prefer_SSE_for_memop): Define.
17223         (HAS_PREFER_SSE_FOR_MEMOP): Define.
17224
17225 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
17226
17227         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
17228         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
17229
17230 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
17231
17232         [BZ #12191]
17233         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
17234         (__x86_64_raw_data_cache_size_half): Likewise.
17235         (__x86_64_raw_shared_cache_size): Likewise.
17236         (__x86_64_raw_shared_cache_size_half): Likewise.
17237
17238         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
17239         (__x86_64_raw_data_cache_size_half): Likewise.
17240         (__x86_64_raw_shared_cache_size): Likewise.
17241         (__x86_64_raw_shared_cache_size_half): Likewise.
17242         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
17243         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
17244         and __x86_64_raw_shared_cache_size_half.  Round
17245         __x86_64_data_cache_size_half, __x86_64_data_cache_size
17246         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
17247         to multiple of 256 bytes.
17248
17249 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
17250
17251         [BZ #12167]
17252         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
17253         of inacessible symlinks.  Verify result of symlink before returning it.
17254         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17255         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
17256
17257 2010-10-28  Erich Ritz  <erichritz@gmail.com>
17258
17259         * math/math.h (isinf): Fix typo in comment.
17260
17261 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
17262
17263         * po/da.po: Update from translation team.
17264
17265 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
17266
17267         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
17268         is added to the list.
17269
17270 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17271             Ulrich Drepper  <drepper@gmail.com>
17272
17273         * elf/dl-object.c (_dl_new_object): Don't append the new object to
17274         the global list here.  Move code to...
17275         (_dl_add_to_namespace_list): ...here.  New function.
17276         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
17277         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
17278         * elf/dl-load.c (lose): Don't remove the element from the list.
17279         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
17280         (_dl_map_object): Likewise.
17281
17282 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
17283
17284         [BZ #12159]
17285         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
17286         into all bytes of SSE register.
17287         Patch by Richard Li <richardpku@gmail.com>.
17288
17289 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
17290
17291         [BZ #12140]
17292         * malloc/malloc.c (_int_free): Fill correct number of bytes when
17293         perturbing.
17294
17295 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
17296
17297         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
17298         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
17299         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
17300         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
17301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
17302         submachine.
17303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
17304
17305 2010-10-22  Andreas Schwab  <schwab@redhat.com>
17306
17307         * include/dlfcn.h (__RTLD_SECURE): Define.
17308         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
17309         mode & __RTLD_SECURE instead.
17310         (open_path): Rename preloaded parameter to secure.
17311         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
17312         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
17313         * elf/dl-deps.c (openaux): Likewise.
17314         * elf/rtld.c (struct map_args): Remove is_preloaded.
17315         (map_doit): Don't use it.
17316         (dl_main): Likewise.
17317         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
17318         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
17319
17320 2010-09-09  Andreas Schwab  <schwab@redhat.com>
17321
17322         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
17323         (sysd-rules-targets): Remove duplicates.
17324         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
17325         rtld-%.$o dependency.
17326
17327 2010-10-18  Andreas Schwab  <schwab@redhat.com>
17328
17329         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
17330         _dl_map_object do it.
17331
17332 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
17333
17334         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
17335         fast fma builtins, define the macros in the C99 standard.
17336         (FP_FAST_FMAF): Likewise.
17337         (FP_FAST_FMAL): Likewise.
17338         * sysdeps/x86_64/bits/mathdef.h: Likewise.
17339
17340         * bits/mathdef.h: Update copyright year.
17341         * sysdeps/powerpc/bits/mathdef.h: Likewise.
17342
17343 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
17344
17345         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
17346         builtins, define the macros in the C99 standard.
17347         (FP_FAST_FMAF): Likewise.
17348         (FP_FAST_FMAL): Likewise.
17349         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
17350         multiply/add.
17351         (FP_FAST_FMAF): Likewise.
17352
17353 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
17354
17355         [BZ #3268]
17356         * math/libm-test.inc (fma_test): Some new testcases.
17357         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
17358         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
17359         y and infinite z.  Do multiplication by C already in long double.
17360         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
17361         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
17362         y and infinite z.  Do bitwise or of inexact bit into u.d.
17363         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
17364         * sysdeps/i386/fpu/s_fmaf.S: Removed.
17365         * sysdeps/i386/fpu/s_fma.S: Removed.
17366         * sysdeps/i386/fpu/s_fmal.S: Removed.
17367
17368 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
17369
17370         [BZ #3268]
17371         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
17372         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
17373         computation is not scheduled after fetestexcept.  Fix value
17374         of minimum denormal long double.
17375
17376 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
17377
17378         [BZ #3268]
17379         * math/libm-test.inc (fma_test): Add some more tests.
17380         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
17381         correctly.
17382
17383 2010-10-15  Andreas Schwab  <schwab@redhat.com>
17384
17385         * scripts/data/localplt-s390-linux-gnu.data: New file.
17386         * scripts/data/localplt-s390x-linux-gnu.data: New file.
17387
17388 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
17389
17390         [BZ #3268]
17391         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
17392         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
17393         instead of dbl-64.
17394         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
17395         inlines.
17396         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
17397         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
17398         if one of x and y is very large and the other is subnormal.
17399         * sysdeps/s390/fpu/s_fmaf.c: New file.
17400         * sysdeps/s390/fpu/s_fma.c: New file.
17401         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
17402         * sysdeps/powerpc/fpu/s_fma.S: New file.
17403         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
17404         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
17405         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
17406
17407 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
17408
17409         [BZ #3268]
17410         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
17411         fma tests.
17412         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
17413         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
17414         * sysdeps/i386/i686/multiarch/s_fma.c: Include
17415         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
17416         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
17417         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
17418         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
17419
17420 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
17421
17422         [BZ #12078]
17423         * posix/regcomp.c (parse_branch): One more memory leak plugged.
17424         * posix/bug-regex31.input: Add test case.
17425
17426 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
17427
17428         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
17429         * posix/bug-regex31.input: New file.
17430
17431         [BZ #12078]
17432         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
17433         (parse_sub_exp): Fix last change, use postorder.
17434
17435         * posix/bug-regex31.c: New file.
17436         * posix/Makefile: Add rules to build and run bug-regex31.
17437
17438         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
17439
17440         [BZ #12078]
17441         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
17442
17443         [BZ #12108]
17444         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
17445         to have entries in sys_siglist.
17446
17447         [BZ #12093]
17448         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
17449         be NULL.
17450
17451 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
17452
17453         [BZ #3268]
17454         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
17455         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
17456         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
17457         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
17458         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
17459         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
17460         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
17461         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
17462         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
17463         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
17464         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
17465         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
17466         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
17467         * math/ftestexcept.c (fetestexcept): Likewise.
17468         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
17469         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
17470         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
17471         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
17472         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
17473         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
17474         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
17475
17476 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
17477
17478         [BZ #12107]
17479         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
17480         newline.
17481
17482 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
17483
17484         * string/bug-strstr1.c: New file.
17485         * string/Makefile: Add rules to build and run bug-strstr1.
17486
17487 2010-10-05  Eric Blake  <eblake@redhat.com>
17488
17489         [BZ #12092]
17490         * string/str-two-way.h (two_way_long_needle): Always clear memory
17491         when skipping input due to the shift table.
17492
17493 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
17494
17495         [BZ #12005]
17496         * malloc/mcheck.c: Handle large requests.
17497
17498         [BZ #12077]
17499         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
17500         for strncmp and strncasecmp.
17501         * string/stratcliff.c: Add tests for strcmp and strncmp.
17502         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
17503
17504 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
17505
17506         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
17507         __set_fpscr.
17508
17509 2010-09-30  Andreas Jaeger  <aj@suse.de>
17510
17511         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
17512         (CGROUP_SUPER_MAGIC): Define.
17513         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
17514         Handle btrfs and cgroup file systems.
17515         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
17516         Likewise.
17517
17518 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
17519
17520         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
17521         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
17522
17523 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17524
17525         [BZ #12067]
17526         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
17527         trying to locate the ELF header.
17528
17529 2010-09-27  Andreas Schwab  <schwab@redhat.com>
17530
17531         [BZ #11611]
17532         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
17533         Mask out sign-bit copies when constructing f_fsid.
17534
17535 2010-09-24  Petr Baudis <pasky@suse.cz>
17536
17537         * debug/stack_chk_fail_local.c: Add missing licence exception.
17538         * debug/warning-nop.c: Likewise.
17539
17540 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
17541
17542         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
17543         implementing getdents64 using getdents syscall, set d_type if
17544         __ASSUME_GETDENTS32_D_TYPE.
17545
17546 2010-09-16  Andreas Schwab  <schwab@redhat.com>
17547
17548         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
17549         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
17550
17551 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
17552
17553         [BZ #12037]
17554         * posix/unistd.h: Undo change of feature selection for ftruncate from
17555         2010-01-11.
17556
17557 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
17558
17559         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
17560         detection.
17561
17562 2010-09-20  Andreas Schwab  <schwab@redhat.com>
17563
17564         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
17565         fanotify_mark.
17566         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
17567
17568 2010-09-14  Andreas Schwab  <schwab@redhat.com>
17569
17570         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
17571         variables after CHECK_SP call.
17572         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
17573
17574 2010-09-13  Andreas Schwab  <schwab@redhat.com>
17575             Ulrich Drepper  <drepper@redhat.com>
17576
17577         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
17578         re-relocationg ld.so.
17579         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
17580         _dl_init_paths call.
17581         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
17582         here anymore.
17583
17584 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
17585
17586         * resolv/res_init.c (__res_vinit): Count the default server we added.
17587
17588 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
17589             Ulrich Drepper  <drepper@redhat.com>
17590
17591         [BZ #11968]
17592         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
17593         (____longjmp_chk): Use %ebx for saving value across system call.
17594         Add unwind info.
17595
17596 2010-09-06  Andreas Schwab  <schwab@redhat.com>
17597
17598         * manual/Makefile: Don't mix pattern rules with normal rules.
17599
17600 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
17601
17602         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
17603         operation.
17604         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
17605         * libio/iofopncook.c (_IO_cookie_init): Likewise.
17606         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
17607         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
17608         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
17609         Likewise.
17610
17611 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
17612
17613         [BZ #11979]
17614         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
17615         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
17616
17617 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
17618
17619         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
17620         * sysdeps/x86_64/addmul_1.S: Likewise.
17621         * sysdeps/x86_64/lshift.S: Likewise.
17622         * sysdeps/x86_64/mul_1.S: Likewise.
17623         * sysdeps/x86_64/rshift.S: Likewise.
17624         * sysdeps/x86_64/sub_n.S: Likewise.
17625         * sysdeps/x86_64/submul_1.S: Likewise.
17626
17627 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17628
17629         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
17630         Define __sched_param instead of SCHED_* and sched_param when
17631         <bits/sched.h> is included with __need_schedparam defined.
17632         * bits/sched.h [__need_schedparam]
17633         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
17634         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
17635         (__defined_schedparam): Define to 1.
17636         (__sched_param): New structure, identical to sched_param.
17637         (__need_schedparam): Undefine.
17638
17639 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
17640
17641         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
17642         (epoll_create1): Declare.
17643
17644         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
17645
17646 2010-08-31  Andreas Schwab  <schwab@redhat.com>
17647
17648         [BZ #7066]
17649         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
17650         shifting retval into place.
17651
17652 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
17653
17654         * nis/rpcsvc/nis.h: Update copyright notice.
17655         * nis/rpcsvc/nis.x: Likewise.
17656         * nis/rpcsvc/nis_callback.h: Likewise.
17657         * nis/rpcsvc/nis_callback.x: Likewise.
17658         * nis/rpcsvc/nis_object.x: Likewise.
17659         * nis/rpcsvc/nis_tags.h: Likewise.
17660         * nis/rpcsvc/yp.h: Likewise.
17661         * nis/rpcsvc/yp.x: Likewise.
17662         * nis/rpcsvc/ypupd.h: Likewise.
17663         * nis/yp_xdr.c: Likewise.
17664         * nis/ypupdate_xdr.c: Likewise.
17665
17666         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
17667         mainly the body of pmap_getport.  Add parameters to specify timeouts.
17668         (pmap_getport): Use __libc_rpc_getport.
17669         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
17670         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
17671         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
17672
17673 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
17674
17675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
17676         fanotify_mark.
17677
17678 2010-08-27  Roland McGrath  <roland@redhat.com>
17679
17680         * sysdeps/i386/i686/multiarch/Makefile
17681         (CFLAGS-varshift.c): New variable.
17682
17683 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
17684
17685         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
17686         * sysdeps/i386/i686/multiarch/varshift.c: New file.
17687
17688         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
17689
17690         * sysdeps/x86_64/strlen.S: Minimal code improvement.
17691
17692 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
17693
17694         * sysdeps/x86_64/strlen.S: Unroll the loop.
17695         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
17696         strlen-sse2 strlen-sse2-bsf.
17697         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
17698         __strlen_no_bsf if bit_Slow_BSF is set.
17699         (__strlen_sse42): Removed.
17700         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
17701         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
17702
17703 2010-08-25  Roland McGrath  <roland@redhat.com>
17704
17705         * sysdeps/x86_64/multiarch/varshift.S: File removed.
17706         * sysdeps/x86_64/multiarch/varshift.c: New file.
17707         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
17708         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
17709         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
17710         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
17711
17712 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
17713
17714         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
17715         strlen-sse2 strlen-sse2-bsf.
17716         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
17717         __strlen_sse2_bsf if bit_Slow_BSF is unset.
17718         (__strlen_sse2): Removed.
17719         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
17720         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
17721         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17722         bit_Slow_BSF for Atom.
17723         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
17724         (index_Slow_BSF): Define.
17725         (HAS_SLOW_BSF): Define.
17726
17727 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
17728
17729         [BZ #10851]
17730         * resolv/res_init.c (__res_vinit): When no server address at all
17731         is given default to loopback.
17732
17733 2010-08-24  Roland McGrath  <roland@redhat.com>
17734
17735         * configure.in: Remove config-name.h generation.
17736         * configure: Regenerated.
17737         * config-name.in: File removed.
17738         * scripts/config-uname.sh: New file.
17739         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
17740         ($(objdir)config-name.h): New target.
17741
17742         * sunrpc/rpc_parse.h: Avoid nested comment.
17743
17744 2010-08-24  Richard Henderson  <rth@redhat.com>
17745             Ulrich Drepper  <drepper@redhat.com>
17746             H.J. Lu  <hongjiu.lu@intel.com>
17747
17748         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
17749         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
17750         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
17751         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
17752         _mm_alignr_epi8 with _mm_loadu_si128.
17753         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
17754         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
17755         (__m128i_shift_right): Removed.
17756         * sysdeps/i386/i686/multiarch/varshift.h: New file.
17757         * sysdeps/i386/i686/multiarch/varshift.S: New file.
17758         * sysdeps/x86_64/multiarch/varshift.h: New file.
17759         * sysdeps/x86_64/multiarch/varshift.S: New file.
17760
17761 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
17762
17763         * configure.in: Move assembler checks to before sysdep dir checking.
17764
17765 2010-08-20  Petr Baudis  <pasky@suse.cz>
17766
17767         * LICENSES: Sync the sunrpc license.
17768
17769 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
17770
17771         * sunrpc/auth_des.c: Update copyright notice once again.
17772         * sunrpc/auth_none.c: Likewise.
17773         * sunrpc/auth_unix.c: Likewise.
17774         * sunrpc/authdes_prot.c: Likewise.
17775         * sunrpc/authuxprot.c: Likewise.
17776         * sunrpc/bindrsvprt.c: Likewise.
17777         * sunrpc/clnt_gen.c: Likewise.
17778         * sunrpc/clnt_perr.c: Likewise.
17779         * sunrpc/clnt_raw.c: Likewise.
17780         * sunrpc/clnt_simp.c: Likewise.
17781         * sunrpc/clnt_tcp.c: Likewise.
17782         * sunrpc/clnt_udp.c: Likewise.
17783         * sunrpc/clnt_unix.c: Likewise.
17784         * sunrpc/des_crypt.c: Likewise.
17785         * sunrpc/des_soft.c: Likewise.
17786         * sunrpc/get_myaddr.c: Likewise.
17787         * sunrpc/getrpcport.c: Likewise.
17788         * sunrpc/key_call.c: Likewise.
17789         * sunrpc/key_prot.c: Likewise.
17790         * sunrpc/openchild.c: Likewise.
17791         * sunrpc/pm_getmaps.c: Likewise.
17792         * sunrpc/pm_getport.c: Likewise.
17793         * sunrpc/pmap_clnt.c: Likewise.
17794         * sunrpc/pmap_prot.c: Likewise.
17795         * sunrpc/pmap_prot2.c: Likewise.
17796         * sunrpc/pmap_rmt.c: Likewise.
17797         * sunrpc/rpc/auth.h: Likewise.
17798         * sunrpc/rpc/auth_unix.h: Likewise.
17799         * sunrpc/rpc/clnt.h: Likewise.
17800         * sunrpc/rpc/des_crypt.h: Likewise.
17801         * sunrpc/rpc/key_prot.h: Likewise.
17802         * sunrpc/rpc/netdb.h: Likewise.
17803         * sunrpc/rpc/pmap_clnt.h: Likewise.
17804         * sunrpc/rpc/pmap_prot.h: Likewise.
17805         * sunrpc/rpc/pmap_rmt.h: Likewise.
17806         * sunrpc/rpc/rpc.h: Likewise.
17807         * sunrpc/rpc/rpc_des.h: Likewise.
17808         * sunrpc/rpc/rpc_msg.h: Likewise.
17809         * sunrpc/rpc/svc.h: Likewise.
17810         * sunrpc/rpc/svc_auth.h: Likewise.
17811         * sunrpc/rpc/types.h: Likewise.
17812         * sunrpc/rpc/xdr.h: Likewise.
17813         * sunrpc/rpc_clntout.c: Likewise.
17814         * sunrpc/rpc_cmsg.c: Likewise.
17815         * sunrpc/rpc_common.c: Likewise.
17816         * sunrpc/rpc_cout.c: Likewise.
17817         * sunrpc/rpc_dtable.c: Likewise.
17818         * sunrpc/rpc_hout.c: Likewise.
17819         * sunrpc/rpc_main.c: Likewise.
17820         * sunrpc/rpc_parse.c: Likewise.
17821         * sunrpc/rpc_parse.h: Likewise.
17822         * sunrpc/rpc_prot.c: Likewise.
17823         * sunrpc/rpc_sample.c: Likewise.
17824         * sunrpc/rpc_scan.c: Likewise.
17825         * sunrpc/rpc_scan.h: Likewise.
17826         * sunrpc/rpc_svcout.c: Likewise.
17827         * sunrpc/rpc_tblout.c: Likewise.
17828         * sunrpc/rpc_util.c: Likewise.
17829         * sunrpc/rpc_util.h: Likewise.
17830         * sunrpc/rpcinfo.c: Likewise.
17831         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
17832         * sunrpc/rpcsvc/key_prot.x: Likewise.
17833         * sunrpc/rpcsvc/klm_prot.x: Likewise.
17834         * sunrpc/rpcsvc/mount.x: Likewise.
17835         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
17836         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
17837         * sunrpc/rpcsvc/rex.x: Likewise.
17838         * sunrpc/rpcsvc/rstat.x: Likewise.
17839         * sunrpc/rpcsvc/rusers.x: Likewise.
17840         * sunrpc/rpcsvc/sm_inter.x: Likewise.
17841         * sunrpc/rpcsvc/spray.x: Likewise.
17842         * sunrpc/rpcsvc/yppasswd.x: Likewise.
17843         * sunrpc/rtime.c: Likewise.
17844         * sunrpc/svc.c: Likewise.
17845         * sunrpc/svc_auth.c: Likewise.
17846         * sunrpc/svc_authux.c: Likewise.
17847         * sunrpc/svc_raw.c: Likewise.
17848         * sunrpc/svc_run.c: Likewise.
17849         * sunrpc/svc_simple.c: Likewise.
17850         * sunrpc/svc_tcp.c: Likewise.
17851         * sunrpc/svc_udp.c: Likewise.
17852         * sunrpc/svc_unix.c: Likewise.
17853         * sunrpc/svcauth_des.c: Likewise.
17854         * sunrpc/xcrypt.c: Likewise.
17855         * sunrpc/xdr.c: Likewise.
17856         * sunrpc/xdr_array.c: Likewise.
17857         * sunrpc/xdr_float.c: Likewise.
17858         * sunrpc/xdr_mem.c: Likewise.
17859         * sunrpc/xdr_rec.c: Likewise.
17860         * sunrpc/xdr_ref.c: Likewise.
17861         * sunrpc/xdr_sizeof.c: Likewise.
17862         * sunrpc/xdr_stdio.c: Likewise.
17863
17864         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
17865         handling.
17866
17867 2010-08-19  Andreas Schwab  <schwab@redhat.com>
17868
17869         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
17870
17871 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
17872
17873         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
17874         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
17875         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
17876         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
17877         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
17878         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
17879         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
17880         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
17881         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
17882         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
17883         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
17884         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
17885         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
17886         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
17887
17888 2010-07-26  Anton Blanchard  <anton@samba.org>
17889
17890         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
17891         * malloc/arena.c (heap_trim): Likewise.
17892
17893 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
17894
17895         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
17896         here.  Not...
17897         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
17898         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
17899
17900 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
17901
17902         * sysdeps/i386/elf/Makefile: New file.
17903
17904 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
17905
17906         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
17907         from fanotify_init.
17908         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
17909         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
17910
17911 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
17912
17913         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
17914         of strncasecmp_l.
17915         * sysdeps/multiarch/strcmp.S: Likewise.
17916
17917 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
17918
17919         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
17920         strncase_l-nonascii.
17921         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
17922         Add strncase_l-ssse3.
17923         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
17924         * sysdeps/x86_64/strcmp.S: Likewise.
17925         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
17926         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
17927         * sysdeps/x86_64/strncase.S: New file.
17928         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
17929         * sysdeps/x86_64/strncase_l.S: New file.
17930         * string/Makefile (strop-tests): Add strncasecmp.
17931         * string/test-strncasecmp.c: New file.
17932
17933         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
17934         warning.
17935
17936         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
17937         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
17938
17939 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
17940
17941         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
17942
17943 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
17944
17945         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
17946         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
17947         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
17948
17949 2010-05-01  Alan Modra  <amodra@gmail.com>
17950
17951         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
17952         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
17953         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
17954         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
17955         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
17956         tidying.  Don't tail-call __sigjmp_save for static lib.
17957         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
17958         save location.
17959         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
17960         (CALL_MCOUNT): Add eh info, and nop after bl.
17961         (TAIL_CALL_SYSCALL_ERROR): New macro.
17962         (PSEUDO_RET): Use it.
17963         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17964         Correct save location of integer regs and cr.
17965         (_dl_profile_resolve): Correct cr save location.  Delete nops
17966         after bl when SHARED.  Reduce cfi size a little by better
17967         placement of cfi directives.
17968         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
17969         make a stack frame.  Instead use parm save area as a temp.
17970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
17971         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
17972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17973         Don't make a stack frame for parent, use parm save area.
17974         Increase child stack frame to 112 bytes.  Don't save unused reg,
17975         and adjust reg usage.  Set up cfi on error recovery and
17976         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
17977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17978         (__makecontext): Add dummy nop after jump to exit.
17979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
17980         Use correct parm save area and cr save, reduce stack frame.
17981         Correct cfi for possible PSEUDO_RET frame setup.
17982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
17983         Branch to local label emitted by PSEUDO_RET rather than
17984         __syscall_error.
17985
17986 2010-08-12  Andreas Schwab  <schwab@redhat.com>
17987
17988         [BZ #11904]
17989         * locale/programs/locale.c (print_assignment): New function.
17990         (show_locale_vars): Use it.
17991
17992 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
17993
17994         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
17995         field.
17996         (struct statfs64): Likewise.
17997         (_STATFS_F_FLAGS): Define.
17998         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
17999         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
18000         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
18001         (ST_VALID): Define locally.
18002         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
18003         __statvfs_getflags, use the provided value.
18004         * sysdeps/unix/sysv/linux/kernel-features.h: Define
18005         __ASSUME_STATFS_F_FLAGS.
18006
18007         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
18008
18009         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
18010         Add sys/fanotify.h.
18011         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
18012         fanotify_mask for GLIBC_2.13.
18013         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
18014         fanotify_init and fanotify_mark.
18015         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
18016         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
18017
18018         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
18019         Add prlimit.
18020         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
18021         prlimit64 for GLIBC_2.13.
18022         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
18023         prlimit64.
18024         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
18025         syscall.
18026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
18027         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
18028         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
18029         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
18030         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
18031         add prlimit alias.
18032         * sysdeps/unix/sysv/linux/prlimit.c: New file.
18033
18034         [BZ #11903]
18035         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
18036         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
18037
18038         * nss/Makefile: Add rules to build and run tst-nss-test1.
18039         * shlib-versions: Add entry for libnss_test1.
18040         * nss/nss_test1.c: New file.
18041         * nss/tst-nss-test1.c: New file.
18042
18043         * nss/nsswitch.c (__nss_database_custom): Define new variable.
18044         (__nss_configure_lookup): Set appropriate entry in
18045         __nss_configure_lookup to true.
18046         * nss/nsswitch.h: Define enum with indeces of databases in
18047         databases and __nss_database_custom arrays.  Declare
18048         __nss_database_custom.
18049         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
18050         to avoid using nscd when custom rules are installed.
18051         * nss/getXXbyYY_r.c: Likewise.
18052         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18053
18054         * nss/nss_files/files-parse.c: Whitespace fixes.
18055
18056 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
18057
18058         [BZ #11883]
18059         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
18060         * posix/fnmatch_loop.c: Likewise.
18061
18062 2010-07-17  Andi Kleen  <ak@linux.intel.com>
18063
18064         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
18065         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
18066         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
18067         * Versions.def [GLIBC_2.13]: Add.
18068
18069 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
18070
18071         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
18072         Also fail if tpwd after pwuid call is NULL.
18073
18074 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18075
18076         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
18077         when converting to ms.
18078
18079 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18080
18081         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
18082         EOPNOTSUPP errors with ENOTTY.
18083         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
18084         EOPNOTSUPP errors with ENOTTY.
18085
18086 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
18087
18088         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
18089         Add strcasecmp_l-ssse3.
18090         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
18091         strcasecmp.
18092         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
18093         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
18094         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
18095
18096 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
18097
18098         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
18099
18100         * string/Makefile (strop-tests): Add strcasecmp.
18101         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
18102         strcasecmp_l-nonascii.
18103         (gen-as-const-headers): Add locale-defines.sym.
18104         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
18105         * sysdeps/x86_64/strcasecmp.S: New file.
18106         * sysdeps/x86_64/strcasecmp_l.S: New file.
18107         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
18108         * sysdeps/x86_64/locale-defines.sym: New file.
18109         * string/test-strcasecmp.c: New file.
18110
18111         * string/test-strcasestr.c: Test both ends of the range of characters.
18112         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
18113
18114 2010-07-29  Roland McGrath  <roland@redhat.com>
18115
18116         [BZ #11856]
18117         * manual/locale.texi (Yes-or-No Questions): Fix example code.
18118
18119 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
18120
18121         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
18122         for ld.so.
18123
18124 2010-07-27  Andreas Schwab  <schwab@redhat.com>
18125
18126         * manual/memory.texi (Malloc Tunable Parameters): Document
18127         M_PERTURB.
18128
18129 2010-07-26  Roland McGrath  <roland@redhat.com>
18130
18131         [BZ #11840]
18132         * configure.in (-fgnu89-inline check): Set and substitute
18133         gnu89_inline, not libc_cv_gnu89_inline.
18134         * configure: Regenerated.
18135         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
18136
18137 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
18138
18139         * string/test-strnlen.c: New file.
18140         * string/Makefile (strop-tests): Add strnlen.
18141         * string/tester.c (test_strnlen): Add a few more test cases.
18142         * string/tst-strlen.c: Better error reporting.
18143
18144         * sysdeps/x86_64/strnlen.S: New file.
18145
18146 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
18147
18148         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
18149         lower-latency instructions.
18150
18151 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
18152
18153         * string/test-strcasestr.c: New file.
18154         * string/test-strstr.c: New file.
18155         * string/Makefile (strop-tests): Add strstr and strcasestr.
18156         * string/str-two-way.h: Don't undefine MAX.
18157         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
18158
18159 2010-07-21  Andreas Schwab  <schwab@redhat.com>
18160
18161         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
18162         strcasestr-nonascii.
18163         (CFLAGS-strcasestr-nonascii.c): Define.
18164         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
18165         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
18166         Remove unused attribute.
18167
18168 2010-07-20  Roland McGrath  <roland@redhat.com>
18169
18170         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
18171         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
18172         ld.so.cache was broken.  With it, there is no way to disable dsocaps
18173         like LD_HWCAP_MASK can disable hwcaps.
18174
18175 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
18176
18177         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
18178
18179 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
18180
18181         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
18182         call in strcasestr.
18183         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
18184         __strcasestr_sse42_nonascii.
18185         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
18186         strcasestr-nonascii.c.
18187         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
18188
18189 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
18190
18191         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
18192         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
18193         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
18194         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
18195
18196 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
18197
18198         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
18199         fcntl.
18200
18201 2010-07-06  Andreas Schwab  <schwab@redhat.com>
18202
18203         [BZ #11577]
18204         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
18205         dl_signal_cerror.
18206
18207 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
18208
18209         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
18210         _PC_PIPE_BUF using F_GETPIPE_SZ.
18211
18212 2010-07-05  Roland McGrath  <roland@redhat.com>
18213
18214         * manual/arith.texi (Rounding Functions): Fix rint description
18215         implicit in round description.
18216
18217 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
18218
18219         * elf/Makefile: Fix linking for a few tests to make recent linker
18220         happy.
18221
18222 2010-06-30  Andreas Schwab  <schwab@redhat.com>
18223
18224         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
18225         $(common-objpfx)libc_nonshared.a.
18226
18227 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
18228
18229         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
18230         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
18231         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
18232         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
18233         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
18234         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
18235         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
18236         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
18237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
18238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
18239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
18240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
18241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
18242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
18243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
18244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
18245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
18246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
18247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
18248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
18249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
18250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
18251         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
18252         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
18253         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
18254         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
18255         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
18256         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
18257         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
18258         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
18259         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
18260         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
18261         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
18262         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
18263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
18264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
18265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
18266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
18267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
18268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
18269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
18270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
18271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
18272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
18273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
18274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
18275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
18276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
18277
18278 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
18279
18280         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
18281         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
18282         * string/memmove.c (memmove): Renamed to ...
18283         (MEMMOVE): ...this.  Default to memmove.
18284         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
18285         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
18286         (END_CHK): Define.
18287         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
18288         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
18289         mempcpy-ssse3-back memmove-ssse3-back.
18290         * sysdeps/x86_64/multiarch/bcopy.S: New file .
18291         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
18292         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
18293         * sysdeps/x86_64/multiarch/memcpy.S: New file.
18294         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
18295         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
18296         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
18297         * sysdeps/x86_64/multiarch/memmove.c: New file.
18298         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
18299         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
18300         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
18301         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
18302         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
18303         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
18304         Define.
18305         (index_Fast_Copy_Backward): Define.
18306         (HAS_ARCH_FEATURE): Define.
18307         (HAS_FAST_REP_STRING): Define.
18308         (HAS_FAST_COPY_BACKWARD): Define.
18309
18310 2010-06-21  Andreas Schwab  <schwab@redhat.com>
18311
18312         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
18313         Restore proper fallback handling.
18314
18315 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
18316
18317         [BZ #11701]
18318         * posix/group_member.c (__group_member): Correct checking loop.
18319
18320         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
18321         OOM in getpwuid_r correctly.  Return error number when the caller
18322         should return, otherwise -1.
18323         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
18324         call returning > 0 value.
18325         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
18326
18327 2010-06-07  Andreas Schwab  <schwab@redhat.com>
18328
18329         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
18330         libc_nonshared.a from targets in modules-names.
18331
18332 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
18333
18334         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
18335         requires it.
18336
18337 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
18338
18339         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
18340         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
18341         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
18342         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
18343
18344 2010-06-02  Andreas Schwab  <schwab@redhat.com>
18345
18346         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
18347
18348 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
18349
18350         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
18351         and F_GETPIPE_SZ.
18352         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
18353         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
18354         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18355         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18356         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
18357         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
18358
18359 2010-06-14  Roland McGrath  <roland@redhat.com>
18360
18361         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
18362
18363 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
18364
18365         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
18366         __REDIRECT followed by __THROW.
18367         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
18368         * posix/getopt.h (getopt): Likewise.
18369
18370 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
18371
18372         * hurd/lookup-at.c (__file_name_lookup_at): Accept
18373         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
18374         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
18375         in AT_FLAGS.
18376         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
18377         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
18378
18379 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
18380
18381         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
18382
18383 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
18384
18385         [BZ #11640]
18386         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18387         Properly check family and model.
18388
18389 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
18390
18391         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
18392
18393 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
18394
18395         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
18396
18397 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
18398
18399         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
18400         symbol reference.
18401
18402 2010-05-19  Andreas Schwab  <schwab@redhat.com>
18403
18404         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
18405         symbol reference.
18406
18407 2010-05-21  Andreas Schwab  <schwab@redhat.com>
18408
18409         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
18410         and internal_recvmmsg.
18411         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
18412         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
18413         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
18414         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
18415
18416         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
18417         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
18418         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
18419
18420 2010-05-20  Andreas Schwab  <schwab@redhat.com>
18421
18422         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
18423
18424 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
18425
18426         POWER7 optimizations.
18427         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
18428         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
18429
18430 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
18431
18432         * version.h: Update for 2.13 development version.
18433
18434 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
18435
18436         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
18437         exceptions.  Return 0.
18438
18439 2010-05-07  Roland McGrath  <roland@redhat.com>
18440
18441         * elf/ldconfig.c (main): Add a const.
18442
18443 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
18444
18445         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
18446         (args_options): Add no-idn option.
18447         (ahosts_keys_int): Add idn_flags to ai_flags.
18448         (parse_option): Handle 'i' option to clear idn_flags.
18449
18450         * malloc/malloc.c (_int_free): Possible race in the most recently
18451         added check.  Only act on the data if no current modification
18452         happened.
18453
18454 See ChangeLog.17 for earlier changes.