Fix memory leak in error path of do_ftell_wide (BZ #17370)
[platform/upstream/glibc.git] / ChangeLog
1 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2
3         [BZ #17370]
4         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
5
6 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7             Jakub Jelinek  <jakub@redhat.com>
8
9         [BZ #17266]
10         * libio/stdio.h: Check definition of __fortify_function
11         instead of __extern_always_inline to include bits/stdio2.h.
12         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
13         check if __extern_always_inline is defined.
14         [__USE_MISC || __USE_XOPEN]: Likewise.
15         [__USE_ISOC99] Likewise.
16         * misc/sys/cdefs.h (__fortify_function): Define only if
17         __extern_always_inline is defined.
18         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
19         __extern_always_inline and __extern_inline only for g++-4.3
20         and newer or a compatible gcc.
21
22 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
23
24         [BZ #17371]
25         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
26         last change to handle zero prefix length.
27
28 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29
30         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
31         _SC_REGEX_VERSION.
32
33         * posix/getconf.c (vars): Add _POSIX_IPV6 and
34         _POSIX_RAW_SOCKETS.
35
36 2014-09-13  Allan McRae  <allan@archlinux.org>
37
38         * po/ru.po: Update Russian translation from translation project.
39
40 2014-09-12  Roland McGrath  <roland@hack.frob.com>
41
42         * locale/programs/locale.c (show_locale_vars): Inline local function
43         into its sole call site.  Clean up some style nits.
44         (print_item): New function, broken out of ...
45         (show_info): ... local function here.  Clean up style nits.
46
47         * locale/programs/ld-ctype.c (set_one_default): New function, broken
48         out of ...
49         (set_class_defaults): ... local function set_default here.
50         Define set_default as a macro locally to pass constant parameters.
51         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
52         rather than a shared local.
53
54         * stdlib/rpmatch.c (try): New function, broken out of ...
55         (rpmatch): ... local function here.  Also, prototypify definition.
56
57 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
58
59         * scripts/soversions.awk: Do not handle configuration names.
60         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
61         vendor and os variables to soversions.awk.
62         * configure.ac: Do not modify gnu-* host_os.
63         * configure: Regenerated
64         * shlib-versions: Remove first column with configuration names.
65         * nptl/shlib-versions: Likewise.
66         * nptl_db/shlib-versions: Likewise.
67         * sysdeps/hppa/shlib-versions: Likewise.
68         * sysdeps/m68k/shlib-versions: Likewise.
69         * sysdeps/mach/hurd/shlib-versions: Likewise.
70         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
71         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
72         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
73         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
74         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
75         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
76         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
77         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
78         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
79         Likewise.
80         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
81         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
82         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
83         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
84         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
85         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
86         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
87         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
88
89         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
90         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
91         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
92         Regenerated.
93         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
94         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
95         Condition symbol version definitions on [HAVE_ELFV2_ABI].
96
97         * shlib-versions: Remove OS-specific entries.  Moved to files in
98         sysdeps.
99         * sysdeps/mach/hurd/shlib-versions: New file.
100         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
101
102         * nptl/shlib-versions: Remove architecture-specific entries.
103         Moved to files in sysdeps.
104         * shlib-versions: Likewise.
105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
106         file.
107         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
108         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
109         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
110         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
111
112         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
113         (UDP_NO_CHECK6_RX): Likewise.
114
115 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
116
117         * sysdeps/posix/sysconf.c (__sysconf): Spell
118         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
119
120 2014-08-12  Florian Weimer  <fweimer@redhat.com>
121
122         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
123         loading.
124         * iconv/Versions (__gconv_transliterate): Export for use from
125         gconv modules.
126         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
127         (struct __gconv_trans_data, __gconv_trans_fct,
128         __gconv_trans_context_fct, __gconv_trans_query_fct,
129         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
130         definitions.
131         (struct __gconv_step_data): Remove __trans member.
132         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
133         longer hidden.  Remove unused trans_data argument.
134         * iconv/gconv_int.h (struct trans_struct): Remove definition.
135         (__gconv_translit_find): Remove declaration.
136         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
137         prototype.
138         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
139         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
140         trans_data argument.  Add hidden definition.
141         (__gconv_translit_find): Remove.
142         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
143         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
144         * iconv/skeleton.c: Remove transliteration initialization.
145         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
146         __gconv_step_data initialization.
147         * libio/iofwide.c (__libio_translit_): Remove.
148         (_IO_fwide): Adjust struct __gconv_step_data initialization.
149         * wcsmbs/btowc.c (__btowc): Likewise.
150         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
151         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
152         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
153         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
154         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
155         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
156         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
157         * wcsmbs/wctob.c (wctob): Likewise.
158
159 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
160
161         [BZ #16194]
162         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
163         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
164         register usage.
165         * sysdeps/x86/Makefile: Adjust.
166
167 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
168             Roland McGrath  <roland@hack.frob.com>
169
170         * locale/weight.h: Add include guard.
171         (findidx): Make static rather than auto; take new parameters
172         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
173         * locale/weightwc.h: Likewise.
174         * posix/fnmatch_loop.c
175         (FCT): Change type of EXTRA from int32_t to wint_t.
176         Don't include either header inside the function.
177         Call FINDIDX rather than findidx, and pass new arguments.
178         #undef FINDIDX at the end of the file.
179         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
180         FINDIDX before including fnmatch_loop.c for the non-wide version.
181         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
182         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
183         for the wide version.
184         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
185         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
186         Pass new arguments to findidx.
187         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
188         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
189         Don't #include it inside the function.  Pass new arguments to findidx.
190         * posix/regex_internal.h
191         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
192         (re_string_elem_size_at): Don't #include it inside the function.
193         Pass new arguments to findidx.
194         * string/strcoll_l.c: #include WEIGHT_H at top level.
195         (get_next_seq): Don't #include it inside the function.
196         Pass new arguments to findidx.
197         (get_next_seq_nocache): Likewise.
198         * string/strxfrm_l.c: #include WEIGHT_H at top level.
199         (STRXFRM): Don't #include it inside the function.
200         Pass new arguments to findidx.
201
202 2014-09-11  Florian Weimer  <fweimer@redhat.com>
203
204         [BZ #17344]
205         * malloc/malloc.c (unlink): Turn asserts into a call to
206         malloc_printerr.
207
208 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
209
210         [BZ #17370]
211         * libio/wfileops (do_ftell_wide): Free OUT.
212
213 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
214
215         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
216
217 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
218
219         [BZ #17363]
220         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
221         group if the current group is empty.
222
223 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
224
225         * benchtests/bench-memset.c (test_main): Add more test from size
226         from 32 to 512 bytes.
227         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
228         Add POWER8 memset object.
229         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
230         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
231         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
232         implementation.
233         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
234         Likewise.
235         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
236         multiarch POWER8 memset optimization.
237         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
238         POWER8 memset optimization.
239
240         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
241         Remove bzero multiarch objects.
242         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
243         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
244         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
245         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
246         Remove define.
247         [__bzero]: Redefine to specific name.
248         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
249         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
250         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
251         define.
252         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
253         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
254
255 2014-09-10  Florian Weimer  <fweimer@redhat.com>
256
257         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
258         warnings into errors.
259
260         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
261         __cxa_thread_atexit_impl prototype.
262
263 2014-09-09  Steve Ellcey  <sellcey@mips.com>
264
265         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
266         Fix capitalization of error message.
267
268 2014-09-09  Steve Ellcey  <sellcey@mips.com>
269
270         * sysdeps/mips/preconfigure: Modify ABI tests.
271
272 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
273
274         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
275
276 2014-09-07  Roland McGrath  <roland@hack.frob.com>
277             Carlos O'Donell  <carlos@systemhalted.org>
278
279         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
280         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
281         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
282         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
283         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
284         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
285         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
286         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
287         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
288         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
289         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
290         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
291         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
292         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
293         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
294         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
295         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
296         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
297         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
298         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
299         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
300         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
301         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
302         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
303         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
304         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
305         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
306         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
307         Deconditionalize the code that was previously under [RESET_PID].
308         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
309         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
310         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
311         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
312         include sysdep.h.
313
314 2014-09-08  Allan McRae  <allan@archlinux.org>
315
316         * version.h (RELEASE): Set to "development".
317         (VERSION): Set to "2.20.90"
318
319 2014-09-07  Allan McRae  <allan@archlinux.org
320
321         * version.h (RELEASE): Set to "stable".
322         (VERSION): Set to "2.20"
323         * include/features.h (__GLIBC_MINOR__): Set to 20.
324
325         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
326         Liebler.
327
328         * po/ko.po: Update Korean translation from translation project.
329
330 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
331
332         [BZ #17354]
333         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
334         macro for handling signed relocations.
335
336 2014-09-03  Florian Weimer  <fweimer@redhat.com>
337
338         [BZ #17325]
339         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
340         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
341         assert.
342         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
343         * iconvdata/ibm935.c (BODY): Likewise.
344         * iconvdata/ibm937.c (BODY): Likewise.
345         * iconvdata/ibm939.c (BODY): Likewise.
346         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
347         assert.
348         * iconvdata/Makefile (iconv-test.out): Pass module list to test
349         script.
350         * iconvdata/run-iconv-test.sh: New test loop for checking for
351         decoder crashers.
352
353 2014-09-02  Khem Raj  <raj.khem@gmail.com>
354
355         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
356         libm_hidden_ver.
357
358 2014-09-01  Allan McRae  <allan@archlinux.org>
359
360         * po/eo.po: Update Esperanto translation from translation project.
361
362         * po/ca.po: Update Catalan translation from translation project.
363
364 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
365
366         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
367         __proc_dostop call.
368
369 2014-08-27  Mark Wielaard  <mjw@redhat.com>
370
371         [BZ #17319]
372         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
373         to call set_thread_area instead of hand written asm.
374         (__NR_set_thread_area): Removed define.
375         (TLS_FLAG_WRITABLE): Likewise.
376         (__ASSUME_SET_THREAD_AREA): Remove check.
377         (TLS_EBX_ARG): Remove define.
378         (TLS_LOAD_EBX): Likewise.
379
380 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
381
382         Simplify atomicity of socket creation in bind.
383
384         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
385         looking up the name after linking the file.
386
387 2014-08-27  Allan McRae  <allan@archlinux.org>
388
389         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
390
391 2014-08-26  Florian Weimer  <fweimer@redhat.com>
392
393         [BZ #17187]
394         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
395         trans_compare, open_translit, __gconv_translit_find):
396         Remove module loading code.
397
398 2014-08-26  Allan McRae  <allan@archlinux.org>
399
400         * po/vi.po: Update Vietnamese translation from translation project.
401
402         * po/uk.po: Update Ukrainian translation from translation project.
403
404         * po/fr.po: Update French translation from translation project.
405
406         * po/ru.po: Update Russian translation from translation project.
407
408         * po/pl.po: Update Polish translation from translation project.
409
410         * po/cs.po: Update Czech translation from translation project.
411
412         * po/de.po: Update German translation from translation project.
413
414         * po/bg.po: Update Bulgarian translation from translation project.
415
416         * po/sv.po: Update Sweedish translation from translation project.
417
418         * po/nl.po: Update Dutch translation from translation project.
419
420         * po/es.po: Update Spanish translation from translation project.
421
422 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
423
424         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
425
426         * catgets/Makefile (CPPFLAGS-gencat): Remove.
427         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
428         (CPPFLAGS-iconvconfig): Likewise.
429         * timezone/Makefile (CPPFLAGS-zic): Likewise.
430
431         * include/libc-symbols.h: Remove unnecessary check for
432         NOT_IN_libc.
433         * nptl/pthreadP.h: Likewise.
434         * sysdeps/aarch64/setjmp.S: Likewise.
435         * sysdeps/alpha/setjmp.S: Likewise.
436         * sysdeps/arm/sysdep.h: Likewise.
437         * sysdeps/i386/setjmp.S: Likewise.
438         * sysdeps/m68k/setjmp.c: Likewise.
439         * sysdeps/posix/getcwd.c: Likewise.
440         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
441         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
442         * sysdeps/s390/s390-32/setjmp.S: Likewise.
443         * sysdeps/s390/s390-64/setjmp.S: Likewise.
444         * sysdeps/sh/sh3/setjmp.S: Likewise.
445         * sysdeps/sh/sh4/setjmp.S: Likewise.
446         * sysdeps/unix/alpha/sysdep.h: Likewise.
447         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
448         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
449         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
450         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
453         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
454         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
455         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
456         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
457         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
458         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
459         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
460         * sysdeps/x86_64/setjmp.S: Likewise.
461
462 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
463
464         [BZ #17263]
465         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
466         <stdint.h>.
467         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
468         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
469
470 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
471
472         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
473
474         [BZ #17262]
475         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
476         and __x86_64__ when disabling x87 inline functions.
477
478 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
479
480         [BZ #17259]
481         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
482         asm statement with __cpuid_count.
483
484 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
485
486         * configure.ac: Change __ehdr_start code to dereference the struct.
487         Run readelf on the output to look for relocations.
488         * configure: Regenerated.
489
490 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
491
492         [BZ #17261]
493         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
494         value to 0.
495         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
496
497 2014-08-12  Roland McGrath  <roland@hack.frob.com>
498
499         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
500
501 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
502
503         [BZ #16892]
504         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
505         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
506
507 2014-08-12  Sean Anderson  <seanga2@gmail.com>
508
509         * malloc/malloc.c: Fix typo in comment.
510
511 2014-08-09  Allan McRae  <allan@archlinux.org>
512
513         * Regenerate libc.po.
514
515 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
516
517         * intl/tst-gettext2.sh: Check every lang file for creation.
518
519 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
520
521         * sysdeps/aarch64/fpu/math_private.h
522         (libc_feholdsetround_noex_aarch64_ctx): New function.
523
524 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
525
526         * sysdeps/arm/armv6/strcpy.S (strcpy):
527         Fix performance issue in misaligned cases.
528
529 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
530
531         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
532         Move definition from termios.h.
533         (struct termio): Likewise.
534         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
535         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
536         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
537         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
538         Likewise.
539         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
540         Move definition to ioctl-types.h
541         (struct termio): Likewise.
542         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
543         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
544         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
545         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
546         Likewise.
547
548 2014-08-05  Richard Henderson  <rth@redhat.com>
549
550         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
551         exceptions.
552         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
553         Add fraiseexcpt.
554         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
555         Use __feraiseexcept.
556         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
557         Protect libm symbols with IS_IN_libm.
558
559         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
560
561 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
562
563         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
564
565 2014-08-04  Will Newton  <will.newton@linaro.org>
566
567         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
568         file.
569
570 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
571
572         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
573         variants for each function.
574
575 2014-08-04  Roland McGrath  <roland@hack.frob.com>
576
577         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
578         appended ...
579         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
580         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
581         appended ...
582         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
583         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
584         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
585         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
586         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
587         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
588         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
589         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
590         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
591         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
592         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
593         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
594         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
595         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
596         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
597         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
598         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
599         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
600         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
601         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
602         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
603         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
604         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
605         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
606         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
607         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
608         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
609         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
610         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
611         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
612         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
613         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
614         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
615         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
616         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
617         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
618         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
619         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
620         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
621         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
622         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
623         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
624         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
625         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
626         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
627         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
628         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
629         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
630         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
631         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
632         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
633         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
634         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
635         Update #include.
636         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
637         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
638
639 2014-08-04  Roland McGrath  <roland@hack.frob.com>
640
641         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
642         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
643         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
644         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
645         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
646         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
647
648 2014-08-04  Roland McGrath  <roland@hack.frob.com>
649
650         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
651         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
652         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
653         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
654
655 2014-08-04  Roland McGrath  <roland@hack.frob.com>
656
657         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
658         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
659         (__libc_vfork): Define function under this name.
660         (__vfork): Define as an alias.
661         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
662         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
663
664 2014-08-04  Roland McGrath  <roland@hack.frob.com>
665
666         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
667         that was previously under [RESET_PID].
668         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
669
670 2014-08-04  Andreas Schwab  <schwab@suse.de>
671
672         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
673
674 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
675
676         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
677         (main): Likewise.
678
679 2014-08-01  Roland McGrath  <roland@hack.frob.com>
680
681         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
682
683 2014-08-01  Richard Henderon  <rth@redhat.com>
684
685         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
686         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
687         typo in exact zero test.
688         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
689         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
690         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
691
692 2014-08-01  Roland McGrath  <roland@hack.frob.com>
693
694         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
695         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
696         * sysdeps/arm/sysdep.h: ... here.
697         [!__ASSEMBLER__]: Include <stdint.h>.
698
699 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
700
701         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
702         (HAVE_WCTYPE_H): Likewise.
703         (HAVE_ISWCTYPE): Likewise.
704         (ENABLE_NLS): Likewise.
705         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
706         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
707
708         * posix/regex_internal.c: Check if DEBUG is defined and is
709         set.
710
711         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
712         (HAVE_MBSRTOWCS): Likewise.
713         * posix/fnmatch.c: Include string.h unconditionally.
714
715 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
716
717         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
718         reversal.
719
720 2014-07-31  Roland McGrath  <roland@hack.frob.com>
721
722         * sysdeps/generic/safe-fatal.h: New file.
723         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
724         * nptl/forward.c: Include it.
725         (__pthread_unwind): Use __safe_fatal as default action, rather
726         than a bogus use of INTERNAL_SYSCALL that could never work.
727
728         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
729         * configure.ac (libc_cv_builtin_trap): New test.
730         * configure: Regenerated.
731         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
732         (ABORT_INSTRUCTION): Define using __builtin_trap.
733
734         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
735         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
736         * sysdeps/nptl/nptl-signals.h: New file.
737         * nptl/pthreadP.h: Include <nptl-signals.h>.
738
739 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
740
741         * sysdeps/s390/s390-64/utf16-utf32-z9.c
742         (ONE_DIRECTION): Define.
743         * sysdeps/s390/s390-64/utf8-utf16-z9.c
744         (ONE_DIRECTION): Define.
745         * sysdeps/s390/s390-64/utf8-utf32-z9.c
746         (ONE_DIRECTION): Define.
747
748 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
749
750         * sysdeps/s390/Makefile: Delete file.
751         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
752         * sysdeps/s390/__longjmp.c: Delete file.
753         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
754         Remove fields __flags and __reserved.
755         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
756         and add versioning.
757         * sysdeps/s390/rtld-__longjmp.c: Delete file.
758         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
759         * sysdeps/s390/rtld-setjmp.S: Likewise.
760         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
761         * sysdeps/s390/s390-32/__longjmp.c: ... here.
762         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
763         * sysdeps/s390/s390-32/setjmp.S: ... here.
764         Add versioning.
765         (__sigsetjmp): Remove setting __flags field.
766         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
767         * sysdeps/s390/s390-64/__longjmp.c: ... here.
768         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
769         * sysdeps/s390/s390-64/setjmp.S: ... here.
770         Add versioning.
771         (__sigsetjmp): Remove setting __flags field.
772         * sysdeps/s390/setjmp.S: Delete file.
773         * sysdeps/s390/sigjmp.c: Likewise.
774         * sysdeps/s390/v1-longjmp.c: Likewise.
775         * sysdeps/s390/v1-setjmp.h: Likewise.
776         * sysdeps/s390/v1-sigjmp.c: Likewise.
777         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
778         Remove v1-longjmp_chk.
779         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
780         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
781         Include debug/longjmp_chk.c and add versioning.
782         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
783         Include nptl/pt-longjmp.c and add versioning.
784         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
785         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
786         Include __longjmp.c.
787         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
788         Move to ...
789         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
790         (__getcontext): Remove setting __flags field.
791         Add versioning.
792         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
793         Don't restore upper high grps.
794         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
795         Likewise.
796         (__swapcontext): Remove setting uc_flags field.
797         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
798         Delete file.
799         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
800         Include __longjmp.c.
801         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
802         Move to ...
803         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
804         (__getcontext): Remove setting __flags field.
805         Add versioning.
806         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
807         (__swapcontext): Remove setting uc_flags field.
808         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
809         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
810         Remove fields uc_high_gprs and __reserved.
811         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
812         New file with reverted content.
813         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
814         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
815         Regenerated.
816         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
817         Regenerated.
818
819 2014-07-31  Andreas Schwab  <schwab@suse.de>
820
821         * config.h.in (HAVE_IFUNC): Define to 0.
822         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
823         definedness.
824
825 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
826
827         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
828         memmove-avx-unaligned, memcpy-avx-unaligned and
829         mempcpy-avx-unaligned.
830         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
831         Add tests for AVX memcpy functions.
832         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
833         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
834         memcpy_chk.
835         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
836         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
837         memmove_chk.
838         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
839         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
840         mempcpy_chk.
841         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
842         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
843         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
844
845 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
846
847         [BZ #17213]
848         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
849         powerpc64le.
850
851 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
852
853         [BZ #16839]
854         * manual/llio.texi: Add section about open file description locks.
855         * manual/examples/ofdlocks.c: Example of open file description
856         lock usage.
857         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
858         F_OFD_SETLK, and F_OFD_SETLKW.
859
860 2014-07-23  Allan McRae  <allan@archlinux.org>
861
862         * po/es.po: Update Spanish translation from translation project.
863
864 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
865
866         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
867
868 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
869
870         [BZ #17078]
871         * sysdeps/arm/dl-machine.h (elf_machine_rela)
872         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
873         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
874
875 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
876
877         [BZ #17088]
878         * math/fesetenv.c (__fesetenv)
879         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
880         * math/feupdateenv.c (__feupdateenv)
881         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
882
883         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
884         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
885         (__ASSUME_SOCKETCALL): Do not define.
886
887         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
888         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
889         (__ASSUME_SOCKETCALL): Do not define.
890         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
891         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
892         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
893         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
894         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
895         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
896         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
897         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
898
899         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
900         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
901         (__ASSUME_SOCKETCALL): Do not define.
902         (__ASSUME_IPC64): Define unconditionally.
903         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
904         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
905         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
906         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
907         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
908         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
909         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
910         Likewise.
911
912         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
913         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
914         (__ASSUME_SOCKETCALL): Do not define.
915         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
916         (__ASSUME_FUTEX_LOCK_PI): Likewise.
917         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
918         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
919         (__ASSUME_REQUEUE_PI): Define unconditionally.
920         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
921         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
922         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
923         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
924         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
925         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
926
927         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
928         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
929         (__ASSUME_SOCKETCALL): Do not define.
930         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
931         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
932         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
933         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
934         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
935         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
936
937         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
938         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
939         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
940         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
941         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
942         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
943         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
944         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
945         (__ASSUME_GETCPU_SYSCALL): Likewise.
946
947         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
948         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
949         cases for individual architectures.
950         * sysdeps/gnu/configure: Regenerated.
951         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
952         LIBC_SLIBDIR_RTLDDIR.
953         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
954         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
955         LIBC_SLIBDIR_RTLDDIR.
956         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
958         LIBC_SLIBDIR_RTLDDIR.
959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
960         Regenerated.
961         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
962         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
963         file.
964         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
965         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
966         file.
967         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
968         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
969         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
970         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
971
972         * sysdeps/aarch64/shlib-versions: Move to ...
973         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
974         * sysdeps/alpha/shlib-versions: Move to ...
975         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
976         * sysdeps/arm/shlib-versions: Move to ...
977         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
978         * sysdeps/hppa/shlib-versions: Move all contents except for
979         libgcc_s entry to ...
980         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
981         entry from ...
982         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
983         * sysdeps/ia64/shlib-versions: Move to ...
984         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
985         entry from ...
986         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
987         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
988         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
989         * sysdeps/microblaze/shlib-versions: Move to ...
990         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
991         * sysdeps/mips/shlib-versions: Move to ...
992         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
993         entry from ...
994         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
995         * sysdeps/tile/shlib-versions: Move to ...
996         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
997         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
998         from ...
999         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1000         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1001         entry from ...
1002         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1003
1004 2014-07-17  Will Newton  <will.newton@linaro.org>
1005
1006         * sysdeps/arm/bits/atomic.h
1007         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1008         (__arch_compare_and_exchange_bool_16_int): Likewise.
1009         (__arch_compare_and_exchange_bool_64_int): Likewise.
1010
1011         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1012         into an #else block.
1013
1014 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1015
1016         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1017         just Linux configurations.  Test empirically that the compiler sets
1018         __ARM_EABI__, rather than using the tuple to decide.
1019         * sysdeps/arm/preconfigure: Regenerated.
1020         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1021         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1022         contents appended ...
1023         * sysdeps/arm/configure.ac: ... here.
1024         * sysdeps/arm/configure: Regenerated.
1025
1026 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1027
1028         * nptl/pthread_kill.c: New file.
1029         * nptl/pthread_sigmask.c: New file.
1030         * nptl/pthread_sigqueue.c: New file.
1031
1032         * sysdeps/nptl/lowlevellock.h: New file.
1033         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1034         * sysdeps/nptl/lowlevellock-futex.h: New file.
1035
1036         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1037         Remove dead declarations.
1038
1039 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1040
1041         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1042         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1043         config-cflags-avx2.
1044         * sysdeps/x86_64/configure.ac: Likewise.
1045         * sysdeps/i386/configure: Regenerated.
1046         * sysdeps/x86_64/configure: Likewise.
1047         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1048         memset-avx2 only if config-cflags-avx2 is yes.
1049         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1050         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1051         defined.
1052         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1053         only if HAVE_AVX2_SUPPORT is defined.
1054         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1055
1056 2014-07-14  Alan Modra  <amodra@gmail.com>
1057
1058         [BZ #17153]
1059         * elf/elf.h (DT_PPC64_NUM): Correct value.
1060         * NEWS: Add to fixed bug list.
1061
1062 2014-07-13  Jim Meyering  <meyering@fb.com>
1063
1064         [BZ 17150]
1065         regex: don't deref NULL upon heap allocation failure
1066         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1067         failure in one more place.
1068         To trigger the segfault, configure grep -with-included-regex,
1069         build it, and run these commands:
1070         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1071
1072 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1073
1074         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1075
1076 2014-07-11  Richard Henderson  <rth@redhat.com>
1077
1078         * sysdeps/aarch64/libm-test-ulps: Update.
1079
1080 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1081
1082         [BZ #17135]
1083         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1084         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1085         (__nptl_setxid): Initialize error member.  Call
1086         __nptl_setxid_error.
1087         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1088         * nptl/descr.h (struct xid_command): Add error member.
1089         * nptl/tst-setuid3.c: New file.
1090         * nptl/Makefile (tests): Add it.
1091
1092 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1093
1094         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1095         New define.
1096         (__lll_trylock): Use __lll_base_trylock.
1097         (__lll_cond_trylock): Likewise.
1098
1099 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1100
1101         * nptl/pthread_create.c (start_thread): Use atomic_or and
1102         lll_futex_wake directly rather than lll_robust_dead.
1103         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1104         (lll_robust_dead): Macro removed.
1105         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1106         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1107         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1108         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1109         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1110         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1111         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1112         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1113         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1114         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1115         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1116         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1117         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1118         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1119         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1120
1121         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1122         Use atomic_compare_and_exchange_val_acq directly rather than
1123         lll_robust_trylock.
1124         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1125         (__lll_robust_trylock, lll_robust_trylock): Removed.
1126         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1127         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1128         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1129         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1130         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1131         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1132         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1133         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1134         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1135         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1136         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1137         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1138         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1139         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1140
1141 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1142
1143         * manual/locale.texi (Locale Names): New section documenting
1144         locale name syntax.  Adjust menu and node chaining accordingly.
1145         (Choosing Locale): Reference Locale Names, Locale Categories.
1146         Mention setting LC_ALL=C.  Reflect that name syntax is now
1147         documented.
1148         (Locale Categories): New section title.  Reference Locale Names.
1149         LC_ALL is an environment variable, but not a category.
1150         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1151         description, now in Locale Name.  Reference that section.  Locale
1152         name syntax is now documented.
1153
1154 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1155
1156         [BZ #17137]
1157         * locale/findlocale.c (name_present, valid_locale_name): New
1158         functions.
1159         (_nl_find_locale): Use the loc_name variable to store name
1160         candidates.  Call name_present and valid_locale_name to check and
1161         validate locale names.  Return an error if the locale is invalid.
1162
1163 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1164
1165         * locale/setlocale.c (setlocale): Use strdup for allocating
1166         composite name copy.
1167
1168 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1169
1170         Sync up with gnulib.
1171         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1172         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1173         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1174         and _GL_ARG_NONNULL.
1175         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1176         [!_LIBC]: Include code for Windows and Cygwin.
1177         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1178         Include prototype for int strerror_r.
1179         [!_LIBC] (is_open): New function.
1180         (flush_stdout): New function.
1181         (print_errno_message): Use it.
1182         (error): Likewise.
1183         (error_at_line): Likewise.
1184         (error_tail) Add function attribute macros.  Use
1185         __builtin_expect.
1186
1187         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1188
1189         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1190
1191         * io/ftw.c: Include sys/param.h unconditionally.
1192
1193         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1194
1195         [BZ #17125]
1196         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1197         libc_freeres_ptr.
1198         (freecache): New function to free CACHE on exit.
1199
1200         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1201         initialization.
1202
1203 2014-07-09  David S. Miller  <davem@davemloft.net>
1204
1205         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1206
1207         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1208         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1209         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1210         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1211         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1212         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1213         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1214         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1215         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1216         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1217         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1218         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1219         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1220
1221 2014-07-09  Andreas Schwab  <schwab@suse.de>
1222
1223         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1224         output.
1225         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1226         (do_test): Likewise.
1227
1228         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1229
1230 2014-07-09  Will Newton  <will.newton@linaro.org>
1231
1232         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1233         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1234         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1235         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1236         * sysdeps/hppa/start.S (_start): Likewise.
1237
1238 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1239
1240         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1241
1242         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1243         defined.
1244
1245 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1246
1247         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1248         after checking that it is non-NULL.
1249
1250         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1251
1252 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1253
1254         * sysdeps/powerpc/memmove.c: Remove file.
1255         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1256         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1257         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1258         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1259         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1260         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1261         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1262         string memmove instead of removed powerpc one.
1263
1264         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1265         [weak_alias]: Fix compiler warning due trailing data.
1266         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1267         [weak_alias]: Likewise.
1268         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1269         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1270
1271         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1272         (__libc_ifunc_impl_list): Add memmove functions.
1273
1274 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1275
1276         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1277         Remove code.
1278         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1279         Likewise
1280         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1281         Likewise
1282         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1283         Likewise
1284         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1285         Likewise
1286         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1287         Likewise
1288         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1289         Likewise
1290         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1291         Likewise
1292         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1293         Likewise
1294         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1295         Likewise
1296         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1297         Likewise
1298         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1299         Likewise
1300         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1301         Likewise
1302         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1303         Likewise
1304         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1305         Likewise
1306         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1307         Likewise
1308         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1309         Likewise
1310
1311 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1312
1313         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1314         to avoid alignment traps in non-cacheable memory.
1315         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1316
1317         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1318         multiarch objects.
1319         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1320         file: multiarch power7 memmove.
1321         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1322         multiarch default memmove.
1323         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1324         multiarch memove for powerpc32/power4.
1325
1326         * string/bcopy.c: Use full path to include memmove.c.
1327         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1328         multiarch objects.
1329         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1330         bcopy for powerpc64.
1331         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1332         bcopy for powerpc64.
1333         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1334         and memmove implementations.
1335         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1336         optimized multiarch memmove for POWER7/powerpc64.
1337         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1338         default multiarch memmove for powerpc64.
1339         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1340         multiarch for powerpc64.
1341         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1342         for POWER7/powerpc64.
1343         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1344         memmove for POWER7/powerpc64.
1345
1346         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1347         glibc default one.
1348
1349         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1350         __ELF_NATIVE_CLASS equal to 64.
1351
1352 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1353
1354         * sysdeps/nptl/lowlevellock.h: File removed.
1355
1356         * NEWS: NPTL is no longer an add-on!
1357         * nptl/internaltypes.h: Moved ...
1358         * sysdeps/nptl/internaltypes.h: ... here.
1359         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1360         * sysdeps/nptl/fork.c: Likewise.
1361         * sysdeps/nptl/gai_misc.h: Likewise.
1362         * sysdeps/nptl/librt-cancellation.c: Likewise.
1363         * sysdeps/nptl/jmp-unwind.c: Likewise.
1364         * sysdeps/nptl/setxid.h: Likewise.
1365         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1366         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1367         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1368         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1369         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1370         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1371         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1372         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1373         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1374         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1375         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1376         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1377         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1378         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1379         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1380         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1381         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1382         * nptl/Makeconfig: Moved ...
1383         * sysdeps/nptl/Makeconfig: ... here.
1384         * nptl/configure: File removed.
1385         * nptl/ANNOUNCE: File removed.
1386         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1387         * sysdeps/unix/sysv/linux/configure: Regenerated.
1388
1389         * nptl/Makefile (routines): Add libc_pthread_init,
1390         libc_multiple_threads, register-atfork and unregister-atfork.
1391         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1392         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1393         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1394         pthread-pi-defines.sym, structsem.sym.
1395         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1396         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1397         [$(subdir) = nptl] (tests): Add tst-setgetname.
1398         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1399         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1400         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1401         [!LIBC_SIGACTION]: Remove aliases.
1402         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1403         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1404         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1405         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1406         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1407         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1408         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1409         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1410         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1411         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1412         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1413         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1414         __libc_allocate_rtsig_private.
1415         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1416         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1417         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1418         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1419         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1420         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1421         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1422         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1423         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1424         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1425         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1426         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1427         * nptl/internaltypes.h: ... here.
1428         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1429         * sysdeps/nptl/jmp-unwind.c: ... here.
1430         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1431         * nptl/libc-lowlevellock.c: ... here.
1432         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1433         * nptl/libc_multiple_threads.c: ... here.
1434         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1435         * nptl/libc_pthread_init.c: ... here.
1436         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1437         * nptl/lowlevelbarrier.sym: ... here.
1438         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1439         * nptl/lowlevelcond.sym: ... here.
1440         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1441         * nptl/lowlevellock.c: ... here.
1442         * nptl/lowlevellock.h: Moved ...
1443         * sysdeps/nptl/lowlevellock.h: ... here.
1444         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1445         * nptl/lowlevelrobustlock.c: ... here.
1446         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1447         * nptl/lowlevelrobustlock.sym: ... here.
1448         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1449         * nptl/lowlevelrwlock.sym: ... here.
1450         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1451         * nptl/pt-fork.c: ... here.
1452         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1453         * nptl/pthread-pi-defines.sym: ... here.
1454         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1455         * nptl/pthread_attr_getaffinity.c: ... here.
1456         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1457         * nptl/pthread_attr_setaffinity.c: ... here.
1458         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1459         * nptl/pthread_mutex_cond_lock.c: ... here.
1460         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1461         Update #include.
1462         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1463         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1464         * nptl/pthread_once.c: ... here, replacing old file.
1465         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1466         * nptl/pthread_yield.c: ... here.
1467         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1468         * nptl/register-atfork.c: ... here.
1469         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1470         * nptl/sem_post.c: ... here.
1471         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1472         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1473         * nptl/sem_timedwait.c: ... here.
1474         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1475         * nptl/sem_trywait.c: ... here.
1476         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1477         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1478         * nptl/sem_wait.c: ... here.
1479         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1480         * nptl/structsem.sym: ... here.
1481         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1482         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1483         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1484         * nptl/unregister-atfork.c: ... here.
1485         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1486         * nptl/unwindbuf.sym: ... here.
1487         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1488         * sysdeps/nptl/fork.c: ... here.
1489         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1490         * sysdeps/nptl/fork.h: ... here.
1491         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1492         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1493         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1494         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1495         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1496         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1497         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1498         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1499         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1500         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1501         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1502         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1503         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1504         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1505         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1506         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1507         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1508         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1509         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1510         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1511         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1512         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1513         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1514         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1515         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1516         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1517         * sysdeps/unix/sysv/linux/raise.c: ... here.
1518         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1519         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1520         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1521         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1522         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1523         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1524         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1525         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1526         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1527         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1528         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1529         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1530         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1531         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1532         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1533
1534 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1535
1536         * sysdeps/generic/memcopy.h: Add comment for
1537         MEMCPY_OK_FOR_FWD_MEMMOVE.
1538
1539 2014-07-04  Will Newton  <will.newton@linaro.org>
1540
1541         * string/memchr.c: Merge from gnulib.
1542         [_LIBC]: Remove conditionals.
1543         (__ptr_t): Remove define.
1544         (LONG_MAX_32_BITS): Likewise.
1545         (LONG_MAX): Likewise.
1546         (MEMCHR): Use ANSI prototype and optimize algorithm.
1547
1548         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1549
1550 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1551
1552         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1553         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1554
1555         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1556         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1557         in a bare environment with no <stdlib.h> installed.
1558         * sysdeps/nptl/configure: Regenerated.
1559
1560         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1561
1562         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1563         AC_EGREP_CPP for kernel header checks, so they only succeed if
1564         including <linux/version.h> actually works right.
1565         * sysdeps/unix/sysv/linux/configure: Regenerated.
1566
1567         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1568         value so it's not diagnosed as unused.
1569
1570         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1571         thing) with "ifeq ($(subdir),rt)".
1572
1573 2014-07-03  Richard Henderson  <rth@redhat.com>
1574
1575         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1576         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1577         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1578
1579         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1580         (math_force_eval): New.
1581
1582         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1583         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1584
1585         * sysdeps/alpha/fpu/s_round.c: Remove file.
1586         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1587
1588         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1589         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1590         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1591         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1592         (_dl_start, print_statistics): Likewise.
1593         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1594         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1595
1596         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1597         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1598         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1599         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1600         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1601         (HP_SMALL_TIMING_AVAIL): Define.
1602         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1603         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1604         (HP_SMALL_TIMING_AVAIL): Define.
1605         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1606         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1607
1608         * sysdeps/aarch64/hp-timing.h: New file.
1609
1610         * sysdeps/generic/hp-timing.h: Remove dead comment.
1611         * sysdeps/generic/hp-timing-common.h: New file.
1612         * sysdeps/alpha/hp-timing.h: Include it.
1613         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1614         * sysdeps/i386/i686/hp-timing.h: Likewise.
1615         * sysdeps/ia64/hp-timing.h: Likewise.
1616         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1617         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1618         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1619         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1620         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1621         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1622         (hp_timing_t): New.
1623
1624         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1625         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1626         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1627         * elf/rtld.c (_dl_start_final): Likewise.
1628         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1629         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1630         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1631         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1632         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1633         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1634         (HP_TIMING_DIFF_INIT): Remove.
1635         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1636         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1637         (HP_TIMING_DIFF_INIT): Remove.
1638         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1639         * sysdeps/i386/i686/hp-timing.c: Remove file.
1640         * sysdeps/x86_64/hp-timing.c: Remove file.
1641         * sysdeps/ia64/hp-timing.c: Remove file.
1642         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1643         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1644         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1645         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1646
1647         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1648         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1649         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1650         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1651         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1652         (HP_TIMING_ACCUM): Remove.
1653         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1654         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1655         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1656
1657         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1658         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1659         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1660         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1661         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1662         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1663         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1664         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1665
1666         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1667
1668 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1669
1670         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1671
1672 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1673
1674         Sync up with gettext.
1675         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1676         [_MSC_VER]: Include malloc.h
1677         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1678         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1679         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1680         TEMP_FAILURE_RETRY.  Cast return of alloca.
1681         [!_LIBC] Call gl_rwlock_init.
1682         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1683
1684 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1685
1686         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1687         before checking its value.
1688
1689 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1690
1691         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1692
1693         * debug/memcpy_chk.c: Don't include pagecopy.h.
1694         * debug/mempcpy_chk.c: Likewise.
1695         * string/memcpy.c: Likewise.
1696         * string/memmove.c: Likewise.
1697         * sysdeps/powerpc/memmove.c: Likewise.
1698         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1699         definition of PAGE_COPY_FWD_MAYBE here...
1700         * sysdeps/generic/pagecopy.h: ... from here.
1701         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1702
1703 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1704             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1705
1706         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1707         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1708         optimizations.
1709         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1710         (__libc_ifunc_impl_list): Likewise.
1711         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1712         multiarch strcat for PPC64.
1713         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1714         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1715
1716 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1717
1718         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1719
1720 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1721
1722         * intl/loadmsgcat.c: Remove declaration of
1723         get_sysdep_segment_value.
1724         (get_sysdep_segment_value): Use ISO C style.
1725         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1726         semicolon.  Fix typo and formatting in comment.
1727         (_nl_unload_domain): Use ISO C style.
1728
1729         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1730
1731 2014-07-02  Will Newton  <will.newton@linaro.org>
1732
1733         * malloc/obstack.c: Merge from gnulib master.
1734         [HAVE_CONFIG_H]: Remove conditional code.
1735         [!_LIBC]: Include config.h.
1736         [!ELIDE_CODE]: Don't include inttypes.h, include
1737         stdint.h unconditionally.
1738         (print_and_abort): Mark as _Noreturn.
1739         (_obstack_allocated_p): Mark as __attribute_pure__.
1740         (obstack_free): Rename to __obstack_free.
1741         [!__attribute__]: Remove conditional code.
1742         * malloc/obstack.h: Merge from gnulib master.
1743         [__cplusplus]: Move conditional down.
1744         [!__attribute_pure__]: Define __attribute_pure__ here
1745         if it is not already defined.
1746         (_obstack_memory_used): Mark as __attribute_pure__.
1747         [!__obstack_free]: Define as obstack_free.
1748         [__GNUC__]: Remove check for ancient NeXT gcc.
1749
1750 2014-07-02  Will Newton  <will.newton@linaro.org>
1751             Paul Eggert  <eggert@cs.ucla.edu>
1752
1753         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1754
1755 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1756
1757         * resolv/gethnamaddr.c: Add comment warning that the file is
1758         not maintained.
1759
1760 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1761
1762         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1763         entries.
1764
1765         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1766         entry for aio_cancel and aio_cancel64.
1767         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1768         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1769         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1770         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1771         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1772         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1773         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1774         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1775         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1776         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1777         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1778         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1779         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1780
1781 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1782
1783         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1784         * nptl/pthread_mutex_lock.c: Likewise.
1785         * nptl/pthread_mutex_timedlock.c: Likewise.
1786         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1787
1788 2014-07-01  Richard henderson  <rth@redhat.com>
1789
1790         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1791         (__isnan, __isnanl): Remove.
1792         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1793
1794         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1795
1796 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1797
1798         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1799
1800 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1801
1802         * resolv/nss_dns/dns-host.c (getanswer_r)
1803         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1804
1805 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1806
1807         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1808         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1809         undefine.
1810         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1811         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1812
1813 2014-07-01  Roland McGrath <roland@hack.frob.com>
1814
1815         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1816         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1817
1818         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1819         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1820
1821         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1822         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1823         ... here.
1824         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1825         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1826
1827         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1828         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1829         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1830         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1831
1832         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1833         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1834         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1835         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1836         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1837         Moved ...
1838         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1839         ... here.
1840         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1841         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1842         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1843         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1844         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1845         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1846         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1847         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1848         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1849         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1850         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1851         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1852         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1853         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1854         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1855         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1856         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1857         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1858         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1859         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1860         ... here.
1861         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1862         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1863         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1864         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1865         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1866         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1867         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1868         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1869
1870 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1871
1872         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1873         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1874         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1875         Add sysdep.
1876
1877 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1878
1879         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1880
1881 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1882
1883         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1884         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1885
1886         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1887
1888         * sysdeps/arm/libm-test-ulps: Regenerated.
1889
1890 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1891             Roland McGrath <roland@hack.frob.com>
1892
1893         * test-skeleton.c (signal_handler): Kill the whole process group
1894         before killing the child individually.
1895         (main): Report any failure on `setpgid'.
1896
1897 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1898
1899         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1900         from _TLS_H to _ARM_NPTL_TLS_H.
1901         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1902         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1903
1904 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1905
1906         [BZ #16539]
1907         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1908         (__expm1l): Return argument unchanged when small but not
1909         subnormal.
1910
1911         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1912         include macro name.
1913         (_FP_UNPACK_RAW_1_P): Likewise.
1914         (_FP_PACK_RAW_1): Likewise.
1915         (_FP_PACK_RAW_1_P): Likewise.
1916         (_FP_MUL_MEAT_1_wide): Likewise.
1917         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1918         (_FP_MUL_MEAT_1_hard): Likewise.
1919         (_FP_DIV_MEAT_1_imm): Likewise.
1920         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1921         (_FP_DIV_MEAT_1_udiv): Likewise.
1922         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1923         (_FP_UNPACK_RAW_2): Likewise.
1924         (_FP_UNPACK_RAW_2_P): Likewise.
1925         (_FP_PACK_RAW_2): Likewise.
1926         (_FP_PACK_RAW_2_P): Likewise.
1927         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1928         (_FP_MUL_MEAT_2_wide): Likewise.
1929         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1930         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1931         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1932         (_FP_MUL_MEAT_2_gmp): Likewise.
1933         (_FP_DIV_MEAT_2_udiv): Likewise.
1934         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1935         (_FP_FRAC_SRL_4): Likewise.
1936         (_FP_FRAC_SRST_4): Likewise.
1937         (_FP_FRAC_SRS_4): Likewise.
1938         (_FP_UNPACK_RAW_4): Likewise.
1939         (_FP_UNPACK_RAW_4_P): Likewise.
1940         (_FP_PACK_RAW_4): Likewise.
1941         (_FP_PACK_RAW_4_P): Likewise.
1942         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1943         (_FP_MUL_MEAT_4_wide): Likewise.
1944         (_FP_MUL_MEAT_4_gmp): Likewise.
1945         (umul_ppppmnnn): Likewise.
1946         (_FP_DIV_MEAT_4_udiv): Likewise.
1947         (__FP_FRAC_ADD_4): Likewise.
1948         (__FP_FRAC_SUB_3): Likewise.
1949         (__FP_FRAC_SUB_4): Likewise.
1950         (__FP_FRAC_DEC_3): Likewise.
1951         (__FP_FRAC_DEC_4): Likewise.
1952         (__FP_FRAC_ADDI_4): Likewise.
1953         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1954         (_FP_FRAC_SRL_8): Likewise.
1955         (_FP_FRAC_SRS_8): Likewise.
1956
1957         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1958         include macro name.
1959         (FP_UNPACK_RAW_EP): Likewise.
1960         (FP_PACK_RAW_E): Likewise.
1961         (FP_PACK_RAW_EP): Likewise.
1962         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1963         (_FP_ISSIGNAN): Likewise.
1964         (_FP_ADD_INTERNAL): Likewise.
1965         (_FP_FMA): Likewise.
1966         (_FP_CMP): Likewise.
1967         (_FP_SQRT): Likewise.
1968         (_FP_TO_INT): Likewise.
1969         (_FP_FROM_INT): Likewise.
1970         (FP_EXTEND): Likewise.
1971         (_FP_DIV_MEAT_N_loop): Likewise.
1972
1973 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1974
1975         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1976         throughout.
1977
1978 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1979
1980         [BZ #17097]
1981         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1982         result with correct sign in case of exponents that produce
1983         overflow except for X very close to 1.
1984
1985 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1986
1987         mktime: merge #if/#ifdef usage from glibc
1988         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1989         as that works with both Glibc's and Gnulib's style.
1990         See thread starting at Siddhesh Poyarekar's bug report at:
1991         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
1992
1993 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1994
1995         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
1996         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
1997         * sysdeps/tile/tilegx/memmove.c: Remove file.
1998
1999 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2000
2001         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2002         abi-name definition.
2003         * scripts/soversions.awk: Do not handle or generate ABI lines.
2004         * shlib-versions: Remove ABI entries.
2005         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2006         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2007
2008 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2009
2010         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2011         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2012         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2013         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2014         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2015         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2016         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2017         Moved ...
2018         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2019         ... here.
2020         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2021         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2022         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2023         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2024         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2025         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2026         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2027         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2028         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2029         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2030         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2031         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2032         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2033         Moved ...
2034         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2035         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2036         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2037         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2038         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2039         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2040         Moved ...
2041         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2042         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2043         Moved ...
2044         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2045         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2046         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2047         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2048         Moved ...
2049         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2050         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2051         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2052         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2053         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2054         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2055         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2056         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2057         Moved ...
2058         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2059         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2060         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2061         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2062         Moved ...
2063         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2064         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2065         Moved ...
2066         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2067         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2068         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2069         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2070         Moved ...
2071         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2072         ... here.
2073         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2074         Identical file removed.
2075         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2076         Moved ...
2077         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2078         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2079         Identical file removed.
2080         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2081         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2082         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2083         Moved ...
2084         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2085         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2086         Identical file removed.
2087         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2088         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2089         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2090         Identical file removed.
2091         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2092         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2093         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2094         Identical file removed.
2095         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2096         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2097         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2098         Identical file removed.
2099         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2100         Moved ...
2101         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2102         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2103         Identical file removed.
2104         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2105         Moved ...
2106         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2107         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2108         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2109         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2110         Identical file removed.
2111         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2112         Moved ...
2113         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2114         ... here.
2115         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2116         Identical file removed.
2117         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2118         Moved ...
2119         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2120         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2121         Identical file removed.
2122         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2123         Moved ...
2124         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2125         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2126         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2127         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2128         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2129         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2130         Moved ...
2131         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2132         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2133         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2134
2135         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2136         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2137         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2138         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2139         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2140
2141 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2142
2143         [BZ #17092]
2144         * nscd/nscd.c (monitor_child): Return exit status of child
2145         instead of return value from wait syscall.
2146
2147 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2148
2149         * configure.ac (libc_commonpagesize): Remove variable.
2150         (libc_relro_required): Likewise.
2151         (libc_cv_z_relro): Remove configure test.
2152         * configure: Regenerated.
2153         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2154         variable.
2155         (libc_relro_required): Likewise.
2156         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2157         (libc_relro_required): Likewise.
2158         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2159         (libc_relro_required): Likewise.
2160         * sysdeps/arm/preconfigure: Regenerated.
2161         * sysdeps/ia64/preconfigure: Remove file.
2162         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2163         variable.
2164         (libc_relro_required): Likewise.
2165
2166         [BZ #16561]
2167         [BZ #16562]
2168         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2169         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2170         recompute overflowing results in original rounding mode.
2171         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2172         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2173         recompute overflowing results in original rounding mode.
2174         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2175         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2176         recompute overflowing results in original rounding mode.
2177         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2178         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2179         recompute overflowing results in original rounding mode.
2180         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2181         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2182         recompute overflowing results in original rounding mode.
2183         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2184         (libc_feholdsetround_ctx): New macro.
2185         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2186         * sysdeps/i386/fpu/libm-test-ulps: Update.
2187         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2188
2189 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2190
2191         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2192         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2193         corresponding .cpsetup call.
2194
2195 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2196
2197         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2198         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2199         * sysdeps/arm/Makefile [$(subdir) = csu]
2200         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2201         (static-only-routines): Add aeabi_read_tp here.
2202         (shared-only-routines): Add libc-aeabi_read_tp here.
2203         (CFLAGS-libc-start.c): Add -fexceptions here.
2204         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2205         (sysdep_routines, static-only-routines, shared-only-routines):
2206         Don't add to these here.
2207         (CFLAGS-libc-start.c): Likewise.
2208
2209         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2210         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2211         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2212         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2213         * sysdeps/arm/Makefile [$(subdir) = rt]
2214         (librt-sysdep_routines, librt-shared-only-routines):
2215         Append rt-aeabi_unwind_cpp_pr1 here.
2216         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2217         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2218         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2219         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2220         Append nptl-aeabi_unwind_cpp_pr1 here.
2221         (tests): Filter out tst-cleanupx4 here.
2222         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2223         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2224         Don't do those here.
2225
2226 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2227
2228         * scripts/list-sources.sh: Do not handle ports specially.
2229
2230 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2231
2232         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2233         * sysdeps/arm/feupdateenv.c: Likewise.
2234
2235         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2236
2237 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2238
2239         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2240         trailing whitespace removed.
2241         * scripts/config.guess: Update to version 2014-03-23.
2242         * scripts/config.sub: Update to version 2014-05-01
2243         * scripts/install-sh: Update to version 2013-12-25.23.
2244         * scripts/move-if-change: Update from gnulib.
2245
2246 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2247
2248         * debug/memmove_chk.c: Remove pagecopy.h include.
2249
2250 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2251
2252         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2253         identical to gnulib mktime.
2254
2255 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2256
2257         * configure.ac: Do not test for machine being rs6000.  Do not test
2258         for powerpc*-*soft.
2259         * configure: Regenerated.
2260
2261         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2262         test.
2263         * configure: Regenerated.
2264         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2265         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2266         Remove configure test.
2267         * sysdeps/arm/configure: Regenerated.
2268         * sysdeps/nptl/configure.ac: Do not check
2269         libc_cv_asm_cfi_directives.
2270         * sysdeps/nptl/configure: Regenerated.
2271         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2272         * sysdeps/x86_64/nptl/configure: Remove generated file.
2273         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2274         unconditional.
2275         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2276
2277 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2278
2279         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2280         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2281         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2282         it is defined.
2283
2284         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2285         instead of whether it is defined.
2286         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2287         * sysdeps/hppa/dl-machine.h: Likewise.
2288         * sysdeps/ia64/dl-machine.h: Likewise.
2289         * sysdeps/m68k/dl-machine.h: Likewise.
2290         * sysdeps/microblaze/dl-machine.h: Likewise.
2291         * sysdeps/mips/dl-machine.: Likewise.
2292         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2293         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2294         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2295         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2296         * sysdeps/sh/dl-machine.h: Likewise.
2297         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2298         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2299         * sysdeps/tile/dl-machine.h: Likewise.
2300         * sysdeps/x86_64/dl-machine.h: Likewise.
2301
2302         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2303         code.
2304         (verify_persistent_db): Likewise.
2305
2306 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2307
2308         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2309         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2311         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2312         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2313         Moved ...
2314         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2315         ... here.
2316         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2317         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2318         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2319         Identical file removed.
2320         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2321         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2322         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2323         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2324         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2325         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2326         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2327         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2328         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2329         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2330         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2331         Moved ...
2332         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2333         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2334         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2336         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2338         Moved ...
2339         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2340         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2341         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2343         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2344         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2345         Identical file removed.
2346         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2347         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2348         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2349         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2350         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2351         Moved ...
2352         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2353         ... here.
2354         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2355         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2356         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2357         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2358         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2359         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2360         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2361         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2363         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2364         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2365         Moved ...
2366         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2368         Moved ...
2369         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2370         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2371         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2372         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2373         Moved ...
2374         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2376         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2377
2378         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2379         folded into ...
2380         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2381         * sysdeps/unix/sysv/linux/s390/Versions
2382         (libpthread: GLIBC_2.19): New version set.
2383         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2384         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2385         (librt: GLIBC_2.3.3): New version set.
2386         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2387         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2388         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2389         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2390         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2391         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2392         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2393         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2394         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2395         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2396         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2397         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2398         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2399         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2400         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2401         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2402         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2403         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2404         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2405         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2406         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2407         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2408         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2409         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2410         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2411         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2412         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2413         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2414         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2415         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2416         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2417         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2418         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2419         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2420         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2421         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2422         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2423         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2424         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2425         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2426         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2427         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2428         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2429         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2430         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2431
2432         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2433         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2434         (__libc_vfork): Define the function under this name.
2435         [!NOT_IN_libc] (__vfork): Make this an alias.
2436         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2437         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2438         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2439         (__libc_vfork): Define the function under this name.
2440         [!NOT_IN_libc] (__vfork): Make this an alias.
2441         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2442         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2443         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2444         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2445         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2446         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2447
2448         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2449         code that was previously under [RESET_PID].
2450         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2451         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2452         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2453
2454         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2455         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2456         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2457         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2458         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2459         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2460         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2461         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2462         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2463         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2464         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2465         Moved ...
2466         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2467         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2468         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2469         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2470         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2471         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2472         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2473         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2474         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2475         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2476         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2477         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2478         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2479         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2480         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2481         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2482         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2483         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2484         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2485         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2486         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2487         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2488         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2489         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2490         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2491         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2492         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2493         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2494         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2495
2496 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2497
2498         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2499         that was previously under [RESET_PID].
2500         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2501
2502 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2503
2504         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2505         not undefine and redefine.
2506         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2507         [O_CLOEXEC]: Make code unconditional.
2508         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2509         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2510         <kernel-features.h>.
2511         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2512         conditional variable definition.
2513         (shm_open) [O_CLOEXEC]: Make code unconditional.
2514         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2515         code.
2516
2517         * configure.ac (USE_REGPARMS): Don't define here.
2518         * configure: Regenerated.
2519         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2520         * sysdeps/i386/configure: Regenerated.
2521
2522         * nptl/createthread.c: Don't include kernel-features.h.
2523         * nptl/pthread_cancel.c: Likewise.
2524         * nptl/pthread_condattr_setclock.c: Likewise.
2525         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2526         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2527         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2528         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2529         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2530         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2531         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2532         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2533         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2534         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2535         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2536         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2537         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2538         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2539         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2540         * nscd/gai.c: Likewise.
2541         * nss/nss_db/db-open.c: Likewise.
2542         * sysdeps/generic/ldsodefs.h: Likewise.
2543         * sysdeps/sh/nptl/tls.h: Likewise.
2544         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2545         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2546         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2547         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2548         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2549         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2550         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2551         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2552         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2553         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2554         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2555         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2556         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2557         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2558         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2559         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2560         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2561         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2562         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2563         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2564         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2565         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2566         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2567         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2568         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2569         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2570         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2571         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2572         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2573         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2574         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2575         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2576         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2577         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2578         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2579         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2580         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2581         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2582         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2583         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2584         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2585         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2586         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2587         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2588         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2589         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2590         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2591         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2592         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2593         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2594         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2595         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2596         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2597         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2598         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2599         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2600         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2601         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2624         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2625         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2626         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2627         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2628         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2629         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2630         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2631         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2632         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2633         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2634         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2635         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2636         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2637         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2638         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2639         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2640         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2641         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2642         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2643         * sysdeps/unix/sysv/linux/system.c: Likewise.
2644         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2645         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2646         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2647         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2648         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2649         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2650         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2651
2652         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2653         * configure: Regenerated.
2654         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2655
2656         * configure.ac (base_machine): Do not set specially for particular
2657         machines here.
2658         * configure: Regenerated.
2659         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2660         settings from configure.ac.
2661         * sysdeps/i386/preconfigure: New file.
2662         * sysdeps/s390/preconfigure: Likewise.
2663         * sysdeps/sh/preconfigure: Likewise.
2664         * sysdeps/sparc/preconfigure: Likewise.
2665
2666 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2667
2668         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2669         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2670         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2671         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2672         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2673         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2674         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2675         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2676         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2677         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2678         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2679         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2680         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2681         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2682         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2683         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2684         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2685         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2686         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2687
2688         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2689         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2690         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2691         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2692         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2693         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2694         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2695         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2696         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2697         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2698         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2699         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2700         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2701         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2702         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2703         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2704         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2705         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2706         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2707         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2708         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2709         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2710         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2711         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2712         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2713         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2714         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2715         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2716         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2717         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2718         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2719         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2720         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2721         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2722         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2723         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2724         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2725         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2726
2727         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2728         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2729         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2730         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2731         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2732         Moved ...
2733         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2734         ... here.
2735         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2736         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2737         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2738         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2739         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2740         Moved ...
2741         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2742         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2743         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2744         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2745         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2747         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2748         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2749         Moved ...
2750         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2751         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2752         Moved ...
2753         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2754         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2755         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2756         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2757         Moved ...
2758         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2759         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2760         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2761         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2762         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2763         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2764         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2765         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2766         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2767         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2768         Moved ...
2769         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2770         ... here.
2771         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2772         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2773         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2774         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2775         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2776         Moved ...
2777         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2778         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2779         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2780         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2781         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2782         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2783         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2784         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2785         Moved ...
2786         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2787         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2788         Moved ...
2789         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2790         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2791         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2792         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2793         Moved ...
2794         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2795         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2796         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2797         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2798         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2799
2800 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2801
2802         * timezone/checktab.awk: Update from tzcode 2014e.
2803         * timezone/private.h: Likewise.
2804         * timezone/tzfile.h: Likewise.
2805         * timezone/zdump.c: Likewise.
2806         * timezone/zic.c: Likewise.
2807
2808         * sysdeps/unix/sysv/linux/kernel-features.h
2809         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2810         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2811         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2812         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2813         Remove conditional code.
2814
2815 2014-06-25  Will Newton  <will.newton@linaro.org>
2816
2817         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2818         (_dl_arm_cap_flags): Add HWCAP2 values.
2819         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2820         (_DL_HWCAP_COUNT): Increase to 37.
2821         (_DL_HWCAP_LAST): New define.
2822         (_DL_HWCAP2_LAST): New define.
2823         (_dl_procinfo): Add support for printing
2824         AT_HWCAP2 entries.
2825         (_dl_string_hwcap): Use _dl_hwcap_string.
2826
2827 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2828
2829         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2830
2831 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2832
2833         * README: Do not mention ports directory.
2834
2835         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2836         Remove macro.
2837         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2838         <kernel-features.h>.
2839         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2840         conditional variable definition.
2841         (__futimes): Update comment.
2842         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2843         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2844
2845         [BZ #16560]
2846         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2847         arguments close to 0.
2848         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2849         Likewise.
2850         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2851         Likewise.
2852         * math/auto-libm-test-in: Add more tests of exp10.
2853         * math/auto-libm-test-out: Regenerated.
2854         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2855
2856         * sysdeps/unix/sysv/linux/kernel-features.h
2857         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2858         * sysdeps/unix/sysv/linux/readv.c: Do not include
2859         <kernel-features.h>.
2860         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2861         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2862         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2863         unconditional.
2864         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2865         conditional code.
2866         * sysdeps/unix/sysv/linux/writev.c: Do not include
2867         <kernel-features.h>.
2868         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2869         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2870         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2871         unconditional.
2872         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2873         conditional code.
2874
2875 2014-06-25  Will Newton  <will.newton@linaro.org>
2876
2877         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2878         comment changes throughout the file.  Remove checks
2879         for HAVE_*_H definitions that are not required.
2880         (__gen_tempname): Call abort if an unknown kind value is
2881         passed.
2882
2883 2014-06-25  Andreas Schwab  <schwab@suse.de>
2884
2885         [BZ #17086]
2886         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2887         scalbln, scalblnf, scalblnl in libc.
2888
2889 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2890
2891         [BZ #17086]
2892         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2893         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2894         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2895
2896 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2897
2898         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2899         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2900         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2901         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2902         Update #include.
2903         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2904         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2905         Update #include.
2906         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2907         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2908         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2909         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2910         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2911         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2912         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2913         * sysdeps/x86/bits/semaphore.h: ... here.
2914         * sysdeps/x86/nptl/elide.h: Moved ...
2915         * sysdeps/x86/elide.h: ... here.
2916         * sysdeps/x86_64/nptl/Implies: File removed.
2917         * sysdeps/i386/nptl/Implies: File removed.
2918
2919 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2920
2921         [BZ #16539]
2922         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2923         return the argument for normal arguments with exponent below -64.
2924         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2925         Likewise.
2926         * math/auto-libm-test-in: Add another test of expm1.
2927         * math/auto-libm-test-out: Regenerated.
2928
2929         [BZ #16287]
2930         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2931         calling __erfcl for arguments at least 16.
2932         * math/auto-libm-test-in: Add more tests of erf.
2933         * math/auto-libm-test-out: Regenerated.
2934
2935         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2936         individual architectures.
2937         * sysdeps/unix/sysv/linux/configure: Regenerated.
2938         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2939         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2940         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2941         (ldd_rewrite_script): Define variable.
2942         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2944         file.
2945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2946         generated file.
2947         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2948         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2949         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2950         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2951         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2952         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2953         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2954         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2955
2956 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2957
2958         [BZ #17084]
2959         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2960         Rename member __data.d to __data.__elision_data.
2961
2962 2014-06-24  Wilco  <wdijkstr@arm.com>
2963
2964         * NEWS: Add 16918 to fixed bug list.
2965
2966 2014-06-24  Wilco  <wdijkstr@arm.com>
2967
2968         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2969
2970 2014-06-24  Wilco  <wdijkstr@arm.com>
2971
2972         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2973         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2974         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2975         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2976         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2977         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2978         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2979         Use _FPU_MASK_RM.
2980
2981 2014-06-24  Wilco  <wdijkstr@arm.com>
2982
2983         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2984
2985 2014-06-24  Wilco  <wdijkstr@arm.com>
2986
2987         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2988         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2989         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2990         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
2991
2992 2014-06-24  Wilco  <wdijkstr@arm.com>
2993
2994         [BZ #16918]
2995         * sysdeps/arm/feupdateenv.c (feupdateenv):
2996         Rewrite to reduce FPSCR accesses and fix return value.
2997
2998 2014-06-24  Wilco  <wdijkstr@arm.com>
2999
3000         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3001         Optimize to avoid unnecessary FPSCR writes.
3002         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3003         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3004         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3005         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3006
3007 2014-06-24  Wilco  <wdijkstr@arm.com>
3008
3009         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3010         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3011         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3012         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3013         Call libc_fetestexcept_vfp.
3014         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3015         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3016         __SOFTFP__ ifdef so that they can be built for softfp.
3017
3018 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3019
3020         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3021         argument type signed char.
3022
3023         * Makerules (check-abi): Dump diff of symlist if the test
3024         fails.
3025
3026 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3027
3028         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3029         using abort.
3030
3031         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3032         Remove unused variable ST.
3033
3034 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3035
3036         [BZ #16354]
3037         [BZ #17061]
3038         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3039         small arguments before calling __expm1.
3040         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3041         small arguments before calling __expm1f.
3042         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3043         small arguments before calling __expm1l.
3044         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3045         Likewise.
3046         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3047         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3048         spurious underflow for some cosh tests.
3049         * math/auto-libm-test-out: Regenerated.
3050         * sysdeps/i386/fpu/libm-test-ulps: Update.
3051
3052         [BZ #17050]
3053         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3054         (__ieee754_y1): Set errno if return value overflows.
3055         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3056         (__ieee754_y1f): Set errno if return value overflows.
3057         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3058         (__ieee754_y1l): Set errno if return value overflows.
3059         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3060         (__ieee754_y1l): Set errno if return value overflows.
3061         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3062         * math/auto-libm-test-out: Regenerated.
3063
3064         * math/gen-auto-libm-tests.c: Document use of
3065         ignore-zero-inf-sign.
3066         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3067         (input_flags): Add ignore-zero-inf-sign.
3068         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3069         * math/gen-libm-test.pl (generate_testfile): Handle
3070         ignore-zero-inf-sign.
3071         * math/auto-libm-test-in: Mark some cpow tests with
3072         ignore-zero-inf-sign and some with xfail-rounding.
3073         * math/auto-libm-test-out: Regenerated.
3074         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3075         * sysdeps/i386/fpu/libm-test-ulps: Update.
3076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3077
3078         [BZ #16315]
3079         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3080         overflowing or underflowing operations take place with sign of
3081         result.
3082         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3083         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3084         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3085         (__ieee754_pow): Recompute overflowing and underflowing results in
3086         original rounding mode.
3087         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3088         (__powl_helper): Allow negative argument X and scale negated value
3089         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3090         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3091         overflowing or underflowing operations take place with sign of
3092         result.
3093         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3094         Include <math.h>.
3095         * math/auto-libm-test-in: Add more tests of pow.
3096         * math/auto-libm-test-out: Regenerated.
3097         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3098         (pow_tonearest_test_data): Remove.
3099         (pow_test_tonearest): Likewise.
3100         (pow_towardzero_test_data): Likewise.
3101         (pow_test_towardzero): Likewise.
3102         (pow_downward_test_data): Likewise.
3103         (pow_test_downward): Likewise.
3104         (pow_upward_test_data): Likewise.
3105         (pow_test_upward): Likewise.
3106         (main): Don't call removed functions.
3107         * sysdeps/i386/fpu/libm-test-ulps: Update.
3108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3109
3110 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3111
3112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3113         Moved ...
3114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3116         Moved ...
3117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3119         Moved ...
3120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3122         Moved ...
3123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3125         File removed.
3126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3127         File removed.
3128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3129         File removed.
3130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3131         File removed.
3132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3133         File removed.
3134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3135         File removed.
3136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3137         File removed.
3138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3139         File removed.
3140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3141         File removed.
3142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3143         File removed.
3144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3145         File removed.
3146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3147         File removed.
3148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3149         Moved ...
3150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3152         Moved ...
3153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3154         ... here.
3155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3156         Moved ...
3157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3159         Moved ...
3160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3162         Moved ...
3163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3165         Moved ...
3166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3168         Moved ...
3169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3171         Moved ...
3172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3174         Moved ...
3175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3178         ... here.
3179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3180         Moved ...
3181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3183         Moved ...
3184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3185         ... here.
3186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3187         Moved ...
3188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3189         ... here.
3190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3191         Moved ...
3192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3193         ... here.
3194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3195         Moved ...
3196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3198         Moved ...
3199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3203         Moved ...
3204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3205         ... here.
3206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3207         Moved ...
3208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3209         ... here.
3210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3211         Moved ...
3212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3214         Moved ...
3215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3217         Moved ...
3218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3220         Moved ...
3221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3223         Moved ...
3224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3225         ... here.
3226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3227         Moved ...
3228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3230         Moved ...
3231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3233         Moved ...
3234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3236         Moved ...
3237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3241         Moved ...
3242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3244         Moved ...
3245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3247         Moved ...
3248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3249         ... here.
3250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3251         Moved ...
3252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3253         ... here.
3254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3255         Moved ...
3256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3257         ... here.
3258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3259         Moved ...
3260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3262         Moved ...
3263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3265         Moved ...
3266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3268         Moved ...
3269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3270         ... here.
3271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3272         Moved ...
3273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3274         ... here.
3275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3276         Moved ...
3277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3278         ... here.
3279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3280         Moved ...
3281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3283         Moved ...
3284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3285
3286 2014-06-23  Will Newton  <will.newton@linaro.org>
3287             Wilco  <wdijkstr@arm.com>
3288
3289         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3290         implementation.  Include get-rounding-mode.h.
3291         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3292         [!libc_feholdsetround_noex_ctx]: Define
3293         libc_feholdsetround_noex_ctx.
3294         [!libc_feholdsetround_noexf_ctx]: Define
3295         libc_feholdsetround_noexf_ctx.
3296         [!libc_feholdsetround_noexl_ctx]: Define
3297         libc_feholdsetround_noexl_ctx.
3298         (libc_feholdsetround_ctx): New function.
3299         (libc_feresetround_ctx): New function.
3300         (libc_feholdsetround_noex_ctx): New function.
3301         (libc_feresetround_noex_ctx): New function.
3302
3303 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3304
3305         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3306         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3307         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3308         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3309         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3310         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3311
3312         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3313         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3314         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3315         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3316         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3317         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3318         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3319         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3320         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3321         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3322         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3323         Moved ...
3324         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3325         ... here.
3326         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3327         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3328         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3329         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3330         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3331         Moved ...
3332         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3333         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3334         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3335         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3336         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3337         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3338         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3339         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3340         Moved ...
3341         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3342         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3343         Moved ...
3344         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3345         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3346         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3347         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3348         Moved ...
3349         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3350         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3351         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3352         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3353         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3354         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3355         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3356         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3357         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3358         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3359         Moved ...
3360         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3361         ... here.
3362         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3363         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3364         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3365         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3366         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3367         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3368         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3369         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3370         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3371         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3372         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3373         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3374         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3375         Moved ...
3376         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3377         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3378         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3379         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3380         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3381         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3382         Moved ...
3383         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3384         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3385         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3386         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3387         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3388
3389         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3390         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3391         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3392         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3393         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3394         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3395         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3396         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3397         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3398         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3399         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3400         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3401         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3402         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3403         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3404         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3405         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3406         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3407         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3408         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3409         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3410         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3411         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3412         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3413         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3414         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3415         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3416         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3417
3418 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3419
3420         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3421         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3422         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3423         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3424         (IPV6_PMTUDISC_INTERFACE): Likewise.
3425         (IPV6_PMTUDISC_OMIT): Likewise.
3426
3427 2014-06-23  Andreas Schwab  <schwab@suse.de>
3428
3429         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3430         Remove unused errout label.
3431
3432 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3433
3434         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3435         macro: hardware supports Vector Crypto instructions.
3436
3437 2014-06-23  Will Newton  <will.newton@linaro.org>
3438
3439         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3440         rather than __builtin_expect.
3441
3442         * elf/dl-lookup.c (undefined_msg): Remove variable.
3443         (_dl_lookup_symbol_x): Replace undefined_msg with string
3444         literal.
3445
3446         * elf/dl-lookup.c (do_lookup_unique): New function.
3447         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3448         to a separate function.
3449
3450 2014-06-23  Andreas Schwab  <schwab@suse.de>
3451
3452         [BZ #17079]
3453         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3454         before reading the next line.
3455
3456 2014-06-23  Will Newton  <will.newton@linaro.org>
3457
3458         * test-skeleton.c (signal_handler): Use printf and %m
3459         rather than perror.  Use printf rather than fprintf to
3460         stderr.  Use puts rather than fputs to stderr.
3461         (main): Likewise.
3462
3463 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3464
3465         * nscd/nscd.c (thread_info_t): Remove typedef.
3466         (thread_info): Remove variable.
3467
3468 2014-06-21  Allan McRae  <allan@archlinux.org>
3469
3470         * NEWS: Mention CVE-2014-4043.
3471
3472 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3473
3474         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3475         * nptl/smp.h: ... here.
3476
3477         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3478
3479         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3480         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3481         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3482         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3483
3484         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3485         * nptl/stack-aliasing.h: New file.
3486         * sysdeps/i386/i686/stack-aliasing.h: New file.
3487         * sysdeps/i386/i686/nptl/Makefile: File removed.
3488         * sysdeps/x86_64/stack-aliasing.h: New file.
3489         * sysdeps/x86_64/nptl/Makefile
3490         (CFLAGS-pthread_create.c): Variable removed.
3491
3492         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3493         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3494         old file.
3495         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3496         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3497         old file.
3498
3499 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3500
3501         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3502         (__ASSUME_SIGFRAME_V2): Remove macro.
3503         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3504         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3505         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3506         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3507         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3508         Declare as function.  Remove conditional macro definitions.
3509         (__default_rt_sa_restorer): Likewise.
3510         (__default_sa_restorer_v1): Remove declaration.
3511         (__default_sa_restorer_v2): Likewise.
3512         (__default_rt_sa_restorer_v1): Likewise.
3513         (__default_rt_sa_restorer_v2): Likewise.
3514         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3515         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3516         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3517
3518 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3519
3520         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3521         (libpthread-routines): Add sysdep.
3522         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3523         * sysdeps/unix/sysv/linux/sparc/Versions
3524         (libpthread: GLIBC_2.3.3): New version set.
3525         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3526         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3527         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3528         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3529         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3530         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3531         Moved ...
3532         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3533         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3534         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3535         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3536         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3537         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3538         * sysdeps/sparc/nptl/sem_init.c: ... here.
3539         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3540         * sysdeps/sparc/nptl/sem_post.c: ... here.
3541         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3542         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3543         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3544         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3545         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3546         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3547         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3548         (libpthread-routines): Add cpu_relax.
3549         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3550         File removed.
3551         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3552         (librt: GLIBC_2.3.3): New version set.
3553         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3554         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3555         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3556         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3557         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3558         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3559         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3560         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3561         Moved ...
3562         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3563         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3564         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3565         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3566         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3567         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3568         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3569         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3570         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3571         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3572         Moved ...
3573         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3574         Update #include.
3575         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3576         Moved ...
3577         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3578         Update #include.
3579         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3580         Moved ...
3581         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3582         Update #include.
3583         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3584         Moved ...
3585         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3586         Update #include.
3587         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3588         Moved ...
3589         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3590         Update #include.
3591         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3592         Moved ...
3593         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3594         Update #include.
3595         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3596         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3597         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3598         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3599         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3600         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3601         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3602         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3603         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3604         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3605         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3606         Moved ...
3607         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3608         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3609         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3610         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3611         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3612
3613 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3614
3615         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3616         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3617         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3618         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3619         * nscd/nscd.c: Likewise.
3620         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3621         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3622         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3623         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3624
3625         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3626         <kernel-features.h>.
3627         (init_mq_netlink): Remove conditional have_sock_cloexec
3628         definitions.  Remove code conditional on have_sock_cloexec < 0.
3629         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3630         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3631         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3632         <kernel-features.h>.
3633         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3634         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3635
3636 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3637
3638         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3639         Add tests for memset_chk and memset.
3640
3641         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3642         with AVX2_Usable.
3643
3644 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3645
3646         [BZ #16046]
3647         * elf/tst-dl-iter-static.c: New file.
3648         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3649
3650         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3651         error.
3652
3653 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3654
3655         * sysdeps/unix/sysv/linux/kernel-features.h
3656         (__ASSUME_F_GETOWN_EX): Remove macro.
3657         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3658         <kernel-features.h>.
3659         (miss_F_GETOWN_EX): Remove variable or macro.
3660         (do_fcntl): Do not check miss_F_GETOWN_EX.
3661         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3662
3663         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3664         Remove macro.
3665         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3666         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3667         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3668
3669         * sysdeps/unix/sysv/linux/kernel-features.h
3670         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3671         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3672         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3673         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3674
3675 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3676
3677         [BZ #17075]
3678         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3679         Fix calculation of the symbol's value.
3680         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3681         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3682         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3683         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3684         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3685         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3686         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3687         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3688         (modules-names): Add `tst-armtlsdescmod',
3689         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3690         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3691         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3692         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3693         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3694         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3695         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3696         ($(objpfx)tst-armtlsdescloc): New dependency.
3697         ($(objpfx)tst-armtlsdescextnow): Likewise.
3698         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3699         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3700         TLS scheme support.
3701         * sysdeps/arm/configure: Regenerate.
3702
3703 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3704
3705         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3706         (__atfct_seterrno_2): Likewise.
3707         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3708         <kernel-features.h>.
3709         (__ASSUME_ATFCTS): Do not undefine and redefine.
3710         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3711         (__have_atfcts): Remove conditional definition.
3712         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3713         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3714         unreachable if [__ASSUME_ATFCTS].
3715         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3716         not undefine and redefine.
3717         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3718         <kernel-features.h>.
3719         (faccessat) [__NR_faccessat]: Make code unconditional.
3720         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3721         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3722         <kernel-features.h>.
3723         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3724         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3725         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3726         <kernel-features.h>.
3727         (fchownat) [__NR_fchownat]: Make code unconditional.
3728         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3729         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3730         <kernel-features.h>.
3731         (futimesat) [__NR_futimesat]: Make code unconditional.
3732         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3733         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3734         <kernel-features.h>.
3735         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3736         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3737         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3738         <kernel-features.h>.
3739         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3740         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3741         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3742         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3743         <kernel-features.h>.
3744         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3745         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3746         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3747         <kernel-features.h>.
3748         (linkat) [__NR_linkat]: Make code unconditional.
3749         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3750         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3751         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3752         <kernel-features.h>.
3753         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3754         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3755         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3756         <kernel-features.h>.
3757         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3758         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3759         * sysdeps/unix/sysv/linux/openat.c: Do not include
3760         <kernel-features.h>.
3761         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3762         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3763         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3764         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3765         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3766         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3767         <kernel-features.h>.
3768         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3769         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3770         result of INLINE_SYSCALL directly, not via int variable.
3771         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3772         <kernel-features.h>.
3773         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3774         (renameat) [__NR_renameat]: Make code unconditional.
3775         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3776         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3777         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3778         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3779         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3780         (__ASSUME_ATFCTS): Do not undefine and redefine.
3781         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3782         <kernel-features.h>.
3783         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3784         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3785         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3786         <kernel-features.h>.
3787         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3788         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3789         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3790         (__ASSUME_ATFCTS): Do not undefine and redefine.
3791         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3792         <kernel-features.h>.
3793         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3794         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3795         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3796         <kernel-features.h>.
3797         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3798         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3799
3800 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3801
3802         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3803
3804 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3805
3806         [BZ #17069]
3807         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3808         constructed tree before returning error.
3809         * posix/bug-regexp36.c: Expand test case.
3810
3811 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3812
3813         [BZ #6803]
3814         * math/libm-test.inc (scalbln_test_date):
3815         Add errno expectations.
3816         * math/w_scalblnf.c: New File.
3817         Add wrapper which checks for setting errno to ERANGE.
3818         Add weak_alias for corresponding scalbln function.
3819         * math/w_scalbln.c: Likewise.
3820         * math/w_scalblnl.c: Likewise.
3821         * math/Makefile (libm-calls): Add w_scalbln.
3822         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3823         Remove weak_alias for corresponding scalbln function.
3824         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3825         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3826         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3827         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3828         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3829         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3830         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3831         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3832         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3833         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3834         Remove long_double_symbol for scalblnl function in libm, libc.
3835         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3836         Add wrapper which checks for setting errno to ERANGE.
3837         Add long_double_symbol for scalblnl function in libm, libc.
3838         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3839         Remove long_double_symbol for scalblnl in libm.
3840         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3841         Add wrapper which checks for setting errno to ERANGE.
3842         Add long_double_symbol for scalblnl function in libm.
3843         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3844         Do not use wrapper because of own implementation.
3845
3846 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3847
3848         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3849         3 bytes for __pad1 for x32.
3850         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3851
3852 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3853             H.J. Lu  <hongjiu.lu@intel.com>
3854
3855         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3856         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3857         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3858         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3859         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3860
3861 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3862
3863         [BZ #17069]
3864         * posix/regcomp.c (parse_expression): Deallocate partially
3865         constructed tree before returning error.
3866         * posix/Makefile.c (tests): Add bug-regex36.
3867         (generated): Add bug-regex36.mtrace.
3868         (tests-special): Add $(objpfx)bug-regex36-mem.out
3869         (bug-regex36-ENV): New variable.
3870         ($(objpfx)bug-regex36-mem.out): New rule.
3871         * posix/bug-regex36.c: New file.
3872
3873 2014-06-19  Will Newton  <will.newton@linaro.org>
3874
3875         * malloc/malloc.c (systrim): If extra is zero then return
3876         early.
3877
3878 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3879
3880         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3881
3882 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3883
3884         * sysdeps/aarch64/strchr.S: New file.
3885
3886 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3887
3888         [BZ #17022]
3889         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3890         from arguments -2 or below.
3891         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3892         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3893
3894 2014-06-18  Andreas Schwab  <schwab@suse.de>
3895
3896         [BZ #17062]
3897         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3898         of a bracket expr not to run off the end of the string.
3899         * posix/Makefile (tests): Add tst-fnmatch3.
3900         * posix/tst-fnmatch3.c: New file.
3901
3902 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3903
3904         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3905         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3906         [$(cross-compiling) = no]: Likewise.
3907         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3908         [$(cross-compiling) = no]: Likewise.
3909
3910 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3911
3912         [BZ #17031]
3913         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3914         double, adjusted for any remainder from the high double.
3915         * math/libm-test.inc (nearbyint): Add tests.
3916         (rint): Likewise.
3917
3918 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3919
3920         * nptl/sysdeps/powerpc/Makefile: Moved ...
3921         * sysdeps/powerpc/nptl/Makefile: ... here.
3922         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3923         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3924         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3925         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3926         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3927         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3928         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3929         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3930         * nptl/sysdeps/powerpc/tls.h: Moved ...
3931         * sysdeps/powerpc/nptl/tls.h: ... here.
3932
3933 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3934
3935         [BZ #16681]
3936         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3937         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3938         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3939         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3940         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3941         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3942         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3943         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3944         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3945
3946 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3947
3948         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3949
3950 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3951
3952         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3953         defined operator.
3954
3955         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3956         $TIMEOUTFACTOR.
3957
3958 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3959
3960         [BZ #17058]
3961         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3962         non-executed part of the test.
3963
3964 2014-06-16  Andreas Schwab  <schwab@suse.de>
3965
3966         * string/bits/string2.h (strdup, strndup): Update feature guard.
3967
3968 2014-06-14  David S. Miller  <davem@davemloft.net>
3969
3970         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3971
3972 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3973
3974         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3975         that was previously under [RESET_PID].
3976         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3977
3978         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3979         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3980         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3981         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3982         (__libc_vfork): New strong alias.
3983         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3984
3985 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3986
3987         * sysdeps/generic/elide.h: New file.
3988
3989 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3990
3991         * Makefile (installed-headers): Adjust path of pthread.h header.
3992
3993 2014-06-13  Roland McGrath  <roland@hack.frob.com>
3994
3995         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
3996         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
3997         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
3998         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
3999
4000         * nptl/sysdeps/s390/Makefile: Moved ...
4001         * sysdeps/s390/nptl/Makefile: ... here.
4002         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4003         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4004         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4005         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4006         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4007         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4008         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4009         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4010         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4011         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4012         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4013         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4014         * nptl/sysdeps/s390/tls.h: Moved ...
4015         * sysdeps/s390/nptl/tls.h: ... here.
4016
4017         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4018         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4019
4020 2014-06-13  David S. Miller  <davem@davemloft.net>
4021
4022         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4023         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4024         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4025         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4026         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4027         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4028         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4029         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4030         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4031         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4032         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4033         Remove RESET_PID cpp guards.
4034         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4035         Remove RESET_PID cpp guards.
4036         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4037
4038 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4039
4040         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4041         __sp to uintptr_t.
4042
4043 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4044
4045         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4046         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4047         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4048         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4049         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4050         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4051         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4052         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4053         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4054         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4055         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4056         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4057         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4058         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4059         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4060         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4061         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4062         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4063         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4064         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4065
4066         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4067         (pthread_rwlock_rdlock): Add elision.
4068         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4069         (pthread_rwlock_wrlock): Add elision.
4070         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4071         (pthread_rwlock_trywrlock): Add elision.
4072         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4073         (pthread_rwlock_tryrdlock): Add elision.
4074         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4075         (pthread_rwlock_tryrdlock): Add elision unlock.
4076         * nptl/sysdeps/pthread/pthread.h:
4077         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4078         (PTHREAD_RWLOCK_INITIALIZER,
4079         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4080         Handle new elision field.
4081         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4082         * sysdeps/arm/nptl/bits/pthreadtypes.h
4083         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4084         * sysdeps/sh/nptl/bits/pthreadtypes.h
4085         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4086         * sysdeps/tile/nptl/bits/pthreadtypes.h
4087         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4088         * sysdeps/a/nptl/bits/pthreadtypes.h
4089         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4090         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4091         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4092         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4093         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4094         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4095         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4096         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4097         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4098         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4099         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4100         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4101         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4102         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4103         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4104         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4105         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4106         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4107         (elision_init): Set try_xbegin to zero when no RTM.
4108         * sysdeps/x86/nptl/bits/pthreadtypes.h
4109         (pthread_rwlock_t): Change __pad1 to __rwelision.
4110         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4111
4112 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4113
4114         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4115         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4116         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4117         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4118
4119 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4120
4121         [BZ #16996]
4122         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4123         that the cached result has been set before returning it.
4124
4125 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4126
4127         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4128         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4129         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4130         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4131         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4132         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4133
4134         * nptl/sysdeps/sparc/Makefile: Moved ...
4135         * sysdeps/sparc/nptl/Makefile: ... here.
4136         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4137         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4138         * nptl/sysdeps/sparc/tls.h: Moved ...
4139         * sysdeps/sparc/nptl/tls.h: ... here.
4140         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4141         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4142         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4143         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4144         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4145         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4146         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4147         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4148         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4149         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4150         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4151         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4152         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4153         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4154         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4155         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4156         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4157         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4158         Update #include.
4159         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4160         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4161         Update #include.
4162         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4163         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4164         Update #include.
4165         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4166         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4167         Update #include.
4168
4169         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4170
4171         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4172         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4173
4174         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4175         (struct list_links): Type removed.
4176         (struct thread_node, struct timer_node): Replace struct list_links
4177         with struct list_head.
4178         (list_unlink_ip): Likewise.
4179         * sysdeps/pthread/timer_routines.c
4180         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4181         (list_append, list_insbefore): Likewise.
4182         (list_init): Function removed.
4183         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4184         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4185         * sysdeps/pthread/Makefile: ... here, new file.
4186
4187         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4188         * sysdeps/nptl/Implies: ... here.
4189         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4190         * nptl/sysdeps/pthread/list.h: Moved ...
4191         * include/list.h: ... here.
4192         * nptl/sysdeps/pthread/createthread.c: Moved ...
4193         * nptl/createthread.c: ... here.
4194         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4195         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4196         * nptl/pt-longjmp.c: ... here.
4197         * nptl/sysdeps/pthread/Makefile: Moved ...
4198         * sysdeps/nptl/Makefile: ... here.
4199         * nptl/sysdeps/pthread/Subdirs: Moved ...
4200         * sysdeps/nptl/Subdirs: ... here.
4201         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4202         * sysdeps/nptl/aio_misc.h: ... here.
4203         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4204         * sysdeps/nptl/bits/libc-lock.h: ... here.
4205         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4206         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4207         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4208         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4209         * nptl/sysdeps/pthread/configure: Moved ...
4210         * sysdeps/nptl/configure: ... here.
4211         * nptl/sysdeps/pthread/configure.ac: Moved ...
4212         * sysdeps/nptl/configure.ac: ... here.
4213         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4214         * sysdeps/nptl/gai_misc.h: ... here.
4215         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4216         * sysdeps/nptl/librt-cancellation.c: ... here.
4217         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4218         * sysdeps/nptl/malloc-machine.h: ... here.
4219         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4220         * sysdeps/nptl/pthread-functions.h: ... here.
4221         * nptl/sysdeps/pthread/pthread.h: Moved ...
4222         * sysdeps/nptl/pthread.h: ... here.
4223         * nptl/sysdeps/pthread/setxid.h: Moved ...
4224         * sysdeps/nptl/setxid.h: ... here.
4225         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4226         * sysdeps/nptl/sigfillset.c: ... here.
4227         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4228         * sysdeps/nptl/tcb-offsets.h: ... here.
4229         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4230         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4231         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4232         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4233         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4234         * sysdeps/pthread/allocalim.h: ... here.
4235         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4236         * sysdeps/pthread/bits/sigthread.h: ... here.
4237         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4238         * sysdeps/pthread/flockfile.c: ... here.
4239         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4240         * sysdeps/pthread/ftrylockfile.c: ... here.
4241         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4242         * sysdeps/pthread/funlockfile.c: ... here.
4243         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4244         * sysdeps/pthread/posix-timer.h: ... here.
4245         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4246         * sysdeps/pthread/timer_create.c: ... here.
4247         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4248         * sysdeps/pthread/timer_delete.c: ... here.
4249         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4250         * sysdeps/pthread/timer_getoverr.c: ... here.
4251         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4252         * sysdeps/pthread/timer_gettime.c: ... here.
4253         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4254         * sysdeps/pthread/timer_routines.c: ... here.
4255         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4256         * sysdeps/pthread/timer_settime.c: ... here.
4257         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4258         * sysdeps/pthread/tst-timer.c: ... here.
4259         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4260         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4261
4262         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4263         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4264
4265         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4266         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4267         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4268         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4269         Update #include target.
4270         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4271         * sysdeps/i386/i686/nptl/Makefile: ... here.
4272         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4273         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4274         Update #include target.
4275         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4276         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4277         * nptl/sysdeps/i386/Makefile: Moved ...
4278         * sysdeps/i386/nptl/Makefile: ... here.
4279         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4280         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4281         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4282         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4283         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4284         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4285         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4286         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4287         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4288         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4289         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4290         * nptl/sysdeps/i386/tls.h: Moved ...
4291         * sysdeps/i386/nptl/tls.h: ... here.
4292
4293         * sysdeps/sh/Makefile [$(subdir) = csu]
4294         (gen-as-const-headers): Add tcb-offsets.sym.
4295         * nptl/sysdeps/sh/Makefile: File removed.
4296         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4297         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4298         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4299         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4300         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4301         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4302         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4303         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4304         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4305         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4306         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4307         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4308         * nptl/sysdeps/sh/tls.h: Moved ...
4309         * sysdeps/sh/nptl/tls.h: ... here.
4310         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4311         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4312         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4313         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4314         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4315         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4316         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4317         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4318         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4319         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4320         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4321         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4322         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4323         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4324         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4325         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4326         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4327         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4328         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4329         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4330         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4331         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4332         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4333         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4334         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4335         Moved ...
4336         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4337         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4338         Moved ...
4339         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4340         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4341         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4342         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4343         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4344         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4345         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4346         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4347         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4348         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4349         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4350         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4351         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4352         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4353         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4354         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4355         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4356         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4357         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4358
4359 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4360
4361         * posix/spawn_faction_addopen.c: Include string.h.
4362
4363 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4364
4365         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4366         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4367         * nptl/sysdeps/x86_64/Makefile: Moved ...
4368         * sysdeps/x86_64/nptl/Makefile: ... here.
4369         * nptl/sysdeps/x86_64/configure: Moved ...
4370         * sysdeps/x86_64/nptl/configure: ... here.
4371         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4372         * sysdeps/x86_64/nptl/configure.ac: ... here.
4373         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4374         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4375         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4376         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4377         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4378         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4379         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4380         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4381         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4382         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4383         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4384         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4385         * nptl/sysdeps/x86_64/tls.h: Moved ...
4386         * sysdeps/x86_64/nptl/tls.h: ... here.
4387         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4388         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4389         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4390         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4391
4392         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4393
4394 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4395
4396         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4397
4398 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4399
4400         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4401         type.
4402         [POSIX] (off_t): Likewise.
4403         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4404         [POSIX] (S_ISBLK): Require macro.
4405         [POSIX] (S_ISCHR): Likewise.
4406         [POSIX] (S_ISDIR): Likewise.
4407         [POSIX] (S_ISFIFO): Likewise.
4408         [POSIX] (S_ISREG): Likewise.
4409         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4410         optional-macro.
4411         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4412         type.
4413         [POSIX] (time_t): Likewise.
4414         [POSIX] (timer_t): Likewise.
4415
4416 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4417
4418         [BZ #17048]
4419         * posix/spawn_int.h (struct __spawn_action): Make the path string
4420         non-const to support deallocation.
4421         * posix/spawn_faction_addopen.c
4422         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4423         * posix/spawn_faction_destroy.c
4424         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4425         path in all spawn_do_open actions.
4426         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4427         posix_spawn_file_actions_addopen.
4428
4429 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4430
4431         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4432         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4433         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4434         conditional code always true.
4435         (__libc_vfork): New alias.
4436
4437 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4438
4439         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4440         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4441
4442         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4443
4444         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4445         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4446
4447         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4448         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4449
4450         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4451         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4452
4453 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4454
4455         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4456         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4457         multiarch strcmp for PPC64.
4458         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4459         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4460         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4461         multiarch optimizations.
4462         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4463         (__libc_ifunc_impl_list): Likewise.
4464
4465 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4466
4467         * benchtests/scripts/validate_benchout.py: New script.
4468         * benchtests/Makefile (bench-func): Call it.
4469         * benchtests/scripts/benchout.schema.json: New file.
4470
4471 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4472
4473         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4474         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4475         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4476         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4477         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4478         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4479         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4480         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4481         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4482         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4483         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4484         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4485         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4486         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4487         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4488         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4489         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4490         Moved ...
4491         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4492         ... here.
4493         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4494         Moved ...
4495         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4496         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4497         Moved ...
4498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4499         ... here.
4500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4501         Moved ...
4502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4503         ... here.
4504         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4505         Moved ...
4506         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4507         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4508         Moved ...
4509         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4510         ... here.
4511         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4512         Moved ...
4513         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4514         ... here.
4515         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4516         Moved ...
4517         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4519         Moved ...
4520         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4521         ... here.
4522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4523         Moved ...
4524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4525         ... here.
4526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4527         Moved ...
4528         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4529         ... here.
4530         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4531         Moved ...
4532         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4534         Moved ...
4535         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4536         ... here.
4537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4538         Moved ...
4539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4540         ... here.
4541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4542         Moved ...
4543         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4544         ... here.
4545         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4546         Moved ...
4547         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4549         Moved ...
4550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4551         ... here.
4552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4553         Moved ...
4554         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4555         ... here.
4556         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4557         Moved ...
4558         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4560         Moved ...
4561         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4562         ... here.
4563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4564         Moved ...
4565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4566         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4567         Moved ...
4568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4569         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4570         Moved ...
4571         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4572         ... here.
4573         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4574         Moved ...
4575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4576         ... here.
4577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4578         Moved ...
4579         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4580         ... here.
4581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4582         Moved ...
4583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4585         Moved ...
4586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4587         ... here.
4588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4589         Moved ...
4590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4591         ... here.
4592         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4593         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4594         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4595         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4596         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4597         Moved ...
4598         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4599         ... here.
4600         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4601         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4602         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4603         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4604         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4605         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4606         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4607         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4608         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4609         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4610         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4611         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4612         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4613         Moved ...
4614         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4615         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4616         Moved ...
4617         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4618         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4619         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4620         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4621         Moved ...
4622         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4623         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4624         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4625         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4626         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4627         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4628         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4629
4630 2014-06-10  Wilco  <wdijkstr@arm.com>
4631
4632         * math/test-fenv-return.c: New file.
4633         * math/Makefile: Add new test test-fenv-return.
4634
4635 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4636
4637         [BZ #17042]
4638         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4639         when x - 1 is zero.
4640         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4641         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4642         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4643         0.0L for an argument of 1.0L.
4644         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4645         Likewise.
4646         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4647         value when x - 1 is zero.
4648         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4649         * sysdeps/i386/fpu/libm-test-ulps: Update.
4650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4651
4652 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4653
4654         [BZ #15119]
4655         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4656
4657 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4658
4659         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4660         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4661
4662 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4663
4664         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4665         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4666
4667         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4668         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4669
4670         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4671         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4672
4673         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4674         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4675
4676         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4677         if not already defined.
4678         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4679         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4680         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4681         (TLS_INIT_TP): Use it.
4682         (TLS_DEFINE_INIT_TP): New macro.
4683         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4684
4685 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4686
4687         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4688         constant.
4689         [POSIX] (IXANY): Likewise.
4690         [POSIX] (OLCUC): Likewise.
4691         [POSIX || POSIX2008] (CBAUD): Do not allow.
4692         [POSIX || POSIX2008] (DEFECHO): Likewise.
4693         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4694         [POSIX || POSIX2008] (ECHOKE): Likewise.
4695         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4696         [POSIX || POSIX2008] (EXTA): Likewise.
4697         [POSIX || POSIX2008] (EXTB): Likewise.
4698         [POSIX || POSIX2008] (FLUSHO): Likewise.
4699         [POSIX || POSIX2008] (LOBLK): Likewise.
4700         [POSIX || POSIX2008] (PENDIN): Likewise.
4701         [POSIX || POSIX2008] (SWTCH): Likewise.
4702         [POSIX || POSIX2008] (VDISCARD): Likewise.
4703         [POSIX || POSIX2008] (VDSUSP): Likewise.
4704         [POSIX || POSIX2008] (VLNEXT): Likewise.
4705         [POSIX || POSIX2008] (VREPRINT): Likewise.
4706         [POSIX || POSIX2008] (VSTATUS): Likewise.
4707         [POSIX || POSIX2008] (VWERASE): Likewise.
4708         (B*): Change to B[0123456789]*.
4709         * conform/data/time.h-data [POSIX || UNIX98]
4710         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4711         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4712         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4713         [POSIX] (tm_*): Do not allow.
4714
4715 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4716
4717         * Makefile (install): Don't set LANGUAGE.
4718         * Makefile.in (install): Likewise.
4719         * assert/Makefile (test-assert-ENV): Remove variable.
4720         (test-assert-perr-ENV): Likewise.
4721         * elf/Makefile (neededtest4-ENV): Likewise.
4722         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4723         [$(cross-compiling) = no]: Don't set LANGUAGE.
4724         * io/ftwtest-sh (LANG): Remove variable.
4725         * libio/Makefile (tst-widetext-ENV): Likewise.
4726         * manual/install.texi (Running make install): Don't refer to
4727         environment settings for make install.
4728         * INSTALL: Regenerated.
4729         * nptl/tst-tls6.sh: Don't set LANG.
4730         * posix/globtest.sh (LANG): Remove variable.
4731         * string/Makefile (tester-ENV): Likewise.
4732         (inl-tester-ENV): Likewise.
4733         (noinl-tester-ENV): Likewise.
4734         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4735         [$(cross-compiling) = no]: Don't set LANGUAGE.
4736         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4737         without explicit environment settings.
4738
4739 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4740
4741         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4742         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4743         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4744         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4745
4746 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4747
4748         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4749         other files in the crypt directory.
4750         * crypt/crypt.c: Remove duplicate includes.
4751         * crypt/crypt-entry.c: Likewise.
4752         * crypt/crypt_util.c: Likewise.
4753
4754 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4755
4756         * Makeconfig (run-program-env): New variable.
4757         (run-program-prefix-before-env): Likewise.
4758         (run-program-prefix-after-env): Likewise.
4759         (run-program-prefix): Define in terms of new variables.
4760         (built-program-cmd-before-env): New variable.
4761         (built-program-cmd-after-env): Likewise.
4762         (built-program-cmd): Define in terms of new variables.
4763         (test-program-prefix-before-env): New variable.
4764         (test-program-prefix-after-env): Likewise.
4765         (test-program-prefix): Define in terms of new variables.
4766         (test-program-cmd-before-env): New variable.
4767         (test-program-cmd-after-env): Likewise.
4768         (test-program-cmd): Define in terms of new variables.
4769         * Rules (make-test-out): Use $(run-program-env).
4770         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4771         (help): Do not mention environment variables.  Mention
4772         --timeoutfactor option.
4773         (timeoutfactor): New variable.
4774         (blacklist_exports): Remove function.
4775         (exports): Remove variable.
4776         (command): Do not include ${exports}.
4777         * manual/install.texi (Configuring and compiling): Do not mention
4778         test wrappers preserving environment variables.  Mention that last
4779         assignment to a variable must take precedence.
4780         * INSTALL: Regenerated.
4781         * benchtests/Makefile (run-bench): Use $(run-program-env).
4782         * catgets/Makefile ($(objpfx)test1.cat): Use
4783         $(built-program-cmd-before-env), $(run-program-env) and
4784         $(built-program-cmd-after-env).
4785         ($(objpfx)test2.cat): Do not specify environment variables
4786         explicitly.
4787         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4788         $(run-program-env) and $(built-program-cmd-after-env).
4789         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4790         $(run-program-env) and $(test-program-cmd-after-env).
4791         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4792         explicitly.
4793         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4794         run_program_env and test_program_cmd_after_env arguments.
4795         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4796         * elf/tst-pathopt.sh: Use run_program_env argument.
4797         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4798         $(test-wrapper-env) and $(run-program-env).
4799         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4800         run_program_env arguments.
4801         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4802         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4803         $(test-program-prefix-before-env), $(run-program-env) and
4804         $(test-program-prefix-after-env).
4805         ($(objpfx)tst-gettext2.out): Likewise.
4806         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4807         run_program_env and test_program_prefix_after_env arguments.
4808         * intl/tst-gettext2.sh: Likewise.
4809         * intl/tst-gettext4.sh: Do not set environment variables
4810         explicitly.
4811         * intl/tst-gettext6.sh: Likewise.
4812         * intl/tst-translit.sh: Likewise.
4813         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4814         $(test-program-prefix-before-env), $(run-program-env) and
4815         $(test-program-prefix-after-env).
4816         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4817         run_program_env and test_program_prefix_after_env arguments.
4818         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4819         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4820         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4821         explicitly with each use of ${test_wrapper_env}.
4822         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4823         $(test-program-prefix-before-env), $(run-program-env) and
4824         $(test-program-prefix-after-env).
4825         * posix/tst-getconf.sh: Do not set environment variables
4826         explicitly.
4827         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4828         run_program_env and test_program_prefix_after_env arguments.
4829         * stdio-common/tst-printf.sh: Do not set environment variables
4830         explicitly.
4831         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4832         $(test-program-prefix-before-env), $(run-program-env) and
4833         $(test-program-prefix-after-env).
4834         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4835         run_program_env and test_program_prefix_after_env arguments.
4836         Split $test calls into $test_pre and $test.
4837         * timezone/Makefile (build-testdata): Use
4838         $(built-program-cmd-before-env), $(run-program-env) and
4839         $(built-program-cmd-after-env).
4840
4841 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4842
4843         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4844         strlen for non SHARED builds.
4845
4846 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4847
4848         * nptl/allocatestack.c (check_list): Inlined function...
4849         (__reclaim_stacks): ... here.
4850
4851 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4852
4853         [BZ #15698]
4854         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4855         memory overrun.
4856
4857 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4858
4859         * Rules (make-test-out): Include
4860         LOCPATH=$(common-objpfx)localedata in default environment.
4861         * debug/Makefile (tst-chk1-ENV): Remove variable.
4862         (tst-chk2-ENV): Likewise.
4863         (tst-chk3-ENV): Likewise.
4864         (tst-chk4-ENV): Likewise.
4865         (tst-chk5-ENV): Likewise.
4866         (tst-chk6-ENV): Likewise.
4867         (tst-lfschk1-ENV): Likewise.
4868         (tst-lfschk2-ENV): Likewise.
4869         (tst-lfschk3-ENV): Likewise.
4870         (tst-lfschk4-ENV): Likewise.
4871         (tst-lfschk5-ENV): Likewise.
4872         (tst-lfschk6-ENV): Likewise.
4873         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4874         (tst-iconv7-ENV): Likewise.
4875         * intl/Makefile (LOCPATH-ENV): Likewise.
4876         (tst-codeset-ENV): Likewise.
4877         (tst-gettext3-ENV): Likewise.
4878         (tst-gettext5-ENV): Likewise.
4879         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4880         (tst-fopenloc-ENV): Likewise.
4881         (tst-fgetws-ENV): Remove variable.
4882         (tst-ungetwc1-ENV): Likewise.
4883         (tst-ungetwc2-ENV): Likewise.
4884         (bug-ungetwc2-ENV): Likewise.
4885         (tst-swscanf-ENV): Likewise.
4886         (bug-ftell-ENV): Likewise.
4887         (tst-fgetwc-ENV): Likewise.
4888         (tst-fseek-ENV): Likewise.
4889         (tst-ftell-partial-wide-ENV): Likewise.
4890         (tst-ftell-active-handler-ENV): Likewise.
4891         (tst-ftell-append-ENV): Likewise.
4892         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4893         (tst-regexloc-ENV): Likewise.
4894         (bug-regex1-ENV): Likewise.
4895         (tst-regex-ENV): Likewise.
4896         (tst-regex2-ENV): Likewise.
4897         (bug-regex5-ENV): Likewise.
4898         (bug-regex6-ENV): Likewise.
4899         (bug-regex17-ENV): Likewise.
4900         (bug-regex18-ENV): Likewise.
4901         (bug-regex19-ENV): Likewise.
4902         (bug-regex20-ENV): Likewise.
4903         (bug-regex22-ENV): Likewise.
4904         (bug-regex23-ENV): Likewise.
4905         (bug-regex25-ENV): Likewise.
4906         (bug-regex26-ENV): Likewise.
4907         (bug-regex30-ENV): Likewise.
4908         (bug-regex32-ENV): Likewise.
4909         (bug-regex33-ENV): Likewise.
4910         (bug-regex34-ENV): Likewise.
4911         (bug-regex35-ENV): Likewise.
4912         (tst-rxspencer-ENV): Likewise.
4913         (tst-rxspencer-no-utf8-ENV): Likewise.
4914         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4915         (tst-sscanf-ENV): Likewise.
4916         (tst-swprintf-ENV): Likewise.
4917         (tst-swscanf-ENV): Likewise.
4918         (test-vfprintf-ENV): Likewise.
4919         (scanf13-ENV): Likewise.
4920         (bug14-ENV): Likewise.
4921         (tst-grouping-ENV): Likewise.
4922         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4923         (tst-strtod3-ENV): Likewise.
4924         (tst-strtod4-ENV): Likewise.
4925         (tst-strtod5-ENV): Likewise.
4926         (testmb2-ENV): Likewise./
4927         * string/Makefile (tst-strxfrm-ENV): Likewise.
4928         (tst-strxfrm2-ENV): Likewise.
4929         (bug-strcoll1-ENV): Likewise.
4930         (test-strcasecmp-ENV): Likewise.
4931         (test-strncasecmp-ENV): Likewise.
4932         * time/Makefile (tst-strptime-ENV): Likewise.
4933         (tst-ftime_l-ENV): Likewise.
4934         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4935         (tst-mbrtowc-ENV): Likewise.
4936         (tst-wcrtomb-ENV): Likewise.
4937         (tst-mbrtowc2-ENV): Likewise.
4938         (tst-c16c32-1-ENV): Likewise.
4939         (tst-mbsnrtowcs-ENV): Likewise.
4940
4941 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4942
4943         * manual/resource.texi (How to get information about the memory
4944         subsystem?): Fix typo.
4945         Reported by Peon de la Parra Ivan <peon@keba.com>
4946
4947 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4948
4949         [BZ #16882]
4950         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4951         (pthread_spin_lock): Branch out of spin loop to proper location.
4952         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4953         (pthread_spin_lock): Likewise.
4954
4955         * nptl/tst-spin4.c: New test.
4956         * nptl/Makefile (tests): Add tst-spin4.
4957
4958 2014-06-03  Andreas Schwab  <schwab@suse.de>
4959
4960         [BZ #15946]
4961         * resolv/res_send.c (send_dg): Reload file descriptor after
4962         calling reopen.
4963
4964 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4965
4966         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4967
4968 2014-06-03  Richard Henderson  <rth@redhat.com>
4969
4970         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4971         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4972         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4973         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4974         in the SAVE_PID block.
4975         (__libc_vfork): New alias.
4976         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4977
4978         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4979         child in registers, not on the stack.  Remove RESET_PID conditionals.
4980         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4981
4982 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4983
4984         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4985
4986 2014-06-03  Wilco  <wdijkstr@arm.com>
4987
4988         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4989         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4990         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4991         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
4992         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
4993         Likewise.
4994
4995 2014-06-03  Wilco  <wdijkstr@arm.com>
4996
4997         * sysdeps/aarch64/fpu/math_private.h
4998         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
4999         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5000         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5001         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5002         Fix declarations.
5003
5004 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5005
5006         * crypt/crypt-private.h: Include ufc-crypt.h.
5007         (__b64_from_24bit): Declare extern.
5008         * crypt/crypt_util.c(__b64_from_24bit): New function.
5009         (b64t): New static const variable.
5010         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5011         (b64t): Remove variable.
5012         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5013         * crypt/sha256-crypt.c: Include crypt-private.h.
5014         (b64t): Remove variable.
5015         (__sha256_crypt_r): Remove b64_from_24bit and replace
5016         with __b64_from_24bit.
5017         * crypt/sha512-crypt.c: Likewise.
5018
5019 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5020
5021         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5022         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5023         Label the code __libc_vfork rather than __vfork.
5024         [!NOT_IN_libc] (vfork): Define as weak alias.
5025         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5026         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5027         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5028
5029 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5030
5031         * malloc/malloc.c (malloc_info): Fix format specifier for
5032         n_mmaps.
5033
5034 2014-06-02  Wilco  <wdijkstr@arm.com>
5035
5036         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5037         FPCR write.
5038
5039 2014-06-02  Wilco  <wdijkstr@arm.com>
5040
5041         [BZ #17009]
5042         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5043         Rewrite to reduce FPCR/FPSR accesses.
5044
5045 2014-06-01  David S. Miller  <davem@davemloft.net>
5046
5047         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5048
5049 2014-05-31  David S. Miller  <davem@davemloft.net>
5050
5051         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5052         to occur in round to nearest mode when |x| >= 2.0
5053
5054 2014-05-30  Richard Henderson  <rth@twiddle.net>
5055
5056         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5057         (PSEUDO_RET_NOERRNO): Remove.
5058         (ret): Don't redefine.
5059         (ret_NOERRNO): Define in terms of ret.
5060         (ret_ERRVAL): Likewise.
5061
5062         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5063         use of PSEUDO_RET; perform the error check directly.
5064
5065 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5066
5067         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5068         with __int128_t.
5069
5070 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5071
5072         * malloc/malloc (malloc_info): Fix formatting.
5073
5074 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5075             Roland McGrath  <roland@hack.frob.com>
5076
5077         * malloc/malloc (malloc_info): Also print mmapped statistics.
5078
5079 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5080
5081         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5082         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5083
5084 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5085
5086         * malloc/malloc.c (malloc_info): Inline mi_arena.
5087
5088 2014-05-29  Richard Henderson  <rth@twiddle.net>
5089
5090         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5091         Remove comma before expanding ASM_ARGS_##nr.
5092         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5093         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5094         of ASM_ARGS_##nr.
5095         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5096         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5097         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5098         (ASM_ARGS_1): Add leading comma.
5099
5100         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5101         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5102         to __errno_location.
5103         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5104         Remove the expected plt for __errno_location.
5105
5106         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5107         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5108         call to __read_tp.
5109
5110         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5111         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5112         it and break it down.
5113         (DOCARGS_0, DOCARGS_1): Do nothing.
5114         (DOCARGS_2): Update to store into the new stack frame.
5115         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5116         (UNDOCARGS_1): Update to restore from the new stack frame.
5117         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5118         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5119
5120         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5121         (SINGLE_THREAD_P): New parameter for result regno.
5122         (PSEUDO): Update to match; use cbz instead of beq.
5123
5124         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5125         Use ENTRY to define the _nocancel entry point.  Share the syscall
5126         and syscall error check paths with the cancel path.
5127         (PSEUDO_END): New.
5128
5129         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5130         whitespace; tabs before and after asm mnemonics.
5131
5132 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5133
5134         [BZ #15132]
5135         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5136         Call fstat64 or stat64 internally, depending on arguments passed.
5137         Replace stat buffer argument with file descriptor argument.
5138         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5139         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5140         Pass fd to __internal_statvfs instead of calling fstat64.
5141         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5142         Pass fd to __internal_statvfs64 instead of calling fstat64.
5143         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5144         Pass -1 to __internal_statvfs instead of calling stat64.
5145         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5146         Pass -1 to __internal_statvfs64 instead of calling stat64.
5147
5148 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5149
5150         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5151         that was previously under [RESET_PID].
5152         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5153
5154         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5155         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5156
5157 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5158
5159         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5160
5161         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5162         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5163
5164 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5165
5166         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5167
5168 2014-05-27  Andreas Schwab  <schwab@suse.de>
5169
5170         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5171         TLS_INIT_TP macro.
5172         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5173         * elf/rtld.c (init_tls, dl_main): Likewise.
5174         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5175         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5176         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5177         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5178         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5179         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5180         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5181         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5182         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5183         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5184         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5185         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5186         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5187         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5188         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5189         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5190         * sysdeps/generic/tls.h: Update description.
5191
5192 2014-05-27  Will Newton  <will.newton@linaro.org>
5193
5194         [BZ #16990]
5195         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5196         and restore r2 rather than just restoring.
5197
5198 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5199
5200         [BZ #16724]
5201         * libio/tst-ftell-append.c: New test case.
5202         * libio/Makefile (tests): Add test case.
5203         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5204         append mode.
5205         * libio/wfileops.c (do_ftell_wide): Likewise.
5206
5207 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5208
5209         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5210
5211         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5212         ...
5213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5215         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5216         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5217         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5218         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5219         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5220         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5221         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5222         Moved ...
5223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5224         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5225         Moved ...
5226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5227         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5228         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5229         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5230         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5231         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5232         ...
5233         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5234         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5235         Moved ...
5236         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5237         here.
5238         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5239         ...
5240         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5241         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5242         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5243
5244         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5245         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5246         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5247         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5248
5249         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5250         merge into ...
5251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5252         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5253         ...
5254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5255         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5256         ...
5257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5258         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5259         Moved ...
5260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5261         here.
5262         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5263         Moved ...
5264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5265         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5266         Moved ...
5267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5268
5269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5270         conditional [RESET_PID].
5271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5272         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5273         removed.
5274         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5275         removed.
5276
5277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5278         <tcb-offsets.h>.
5279         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5280         (__libc_vfork): New strong alias.
5281         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5282         removed.
5283         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5284         Removed.
5285
5286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5287         <tcb-offsets.h>.
5288         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5289         (__libc_vfork): New strong alias.
5290         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5291         removed.
5292         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5293         removed.
5294
5295 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5296
5297         * malloc/malloc.c (mi_arena): New function.
5298         (malloc_info): Remove nested function mi_arena. Call non-nosted
5299         function mi_arena.
5300
5301 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5302
5303         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5304         by insrwi.
5305         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5306         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5307         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5308         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5309         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5310         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5311         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5312
5313 2014-05-26  Andreas Schwab  <schwab@suse.de>
5314
5315         [BZ #16984]
5316         * locale/programs/repertoire.c (repertoire_read): Add slash
5317         between I18NPATH element and file name.
5318         * locale/programs/locfile.c (locfile_read): Likewise.
5319
5320 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5321
5322         * nptl/pthread_mutexattr_settype.c
5323         (__pthread_mutexattr_settype):
5324         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5325
5326 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5327
5328         * nptl/tst-mutex5 (do_test):
5329         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5330
5331 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5332
5333         * benchtests/README: Document 'init' directive.
5334         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5335         BENCH_INIT.
5336         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5337         (parse_file): Recognize 'init' directive.
5338
5339 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5340
5341         [BZ #16796]
5342         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5343         alignment of struct pthread.
5344
5345 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5346
5347         [BZ #16878]
5348         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5349         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5350         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5351         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5352
5353 2014-05-25  Richard Henderson  <rth@twiddle.net>
5354
5355         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5356         (SINGLE_THREAD_P_PIC): Remove.
5357         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5358         (SINGLE_THREAD_P_PIC): Remove.
5359
5360         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5361         branch to syscall error ...
5362         (PSEUDO): ... here.
5363         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5364         from __local_syscall_error to .Lsyscall_error.
5365         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5366         (SYSCALL_ERROR): Update label name.
5367
5368         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5369         Do not use DOARGS/UNDOARGS.
5370         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5371         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5372         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5373         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5374         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5375
5376         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5377         block comment.
5378
5379         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5380         define if !NOT_IN_libc.
5381         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5382         define with non-default symbol versions.
5383
5384 2014-05-23  Richard Henderson  <rth@twiddle.net>
5385
5386         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5387         (vfork, __vfork): Define via compat_symbol.
5388
5389         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5390         [!HAVE_IFUNC] (vfork_compat): Remove.
5391         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5392
5393 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5394
5395         [BZ #16978]
5396         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5397         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5398         variable.
5399
5400 2014-05-23  Richard Henderson  <rth@twiddle.net>
5401
5402         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5403         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5404         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5405         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5406
5407         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5408         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5409         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5410         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5411         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5412         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5413         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5414         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5415         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5416         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5417         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5418         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5419         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5420         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5421         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5422         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5423         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5424         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5425         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5426         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5427         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5428         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5429         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5430         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5431         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5432         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5433         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5434         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5435         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5436         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5437         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5438         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5439         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5440         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5441         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5442         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5443         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5444         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5445         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5446         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5447         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5448         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5449         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5450         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5451         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5452         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5453         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5454         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5455         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5456         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5457         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5458         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5459         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5460         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5461         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5462         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5463
5464         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5465         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5466         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5467         before exiting on error.
5468         (__libc_vfork): New strong alias.
5469         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5470         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5471
5472         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5473         that was previously under [RESET_PID].
5474         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5475
5476         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5477
5478 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5479
5480         [BZ #16977]
5481         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5482         value when x - 1 is zero.
5483         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5484         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5485         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5486         0.0L for an argument of 1.0L.
5487         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5488         Likewise.
5489         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5490         value when x - 1 is zero.
5491         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5492         * sysdeps/i386/fpu/libm-test-ulps: Update.
5493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5494
5495 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5496
5497         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5498         alphasort and versionsort.
5499
5500 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5501
5502         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5503         macro.
5504         [copysignf]: Likewise.
5505
5506 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5507
5508         * crypt/md5-crypt.c: Fix formatting.
5509
5510 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5511
5512         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5513         (b64_from_24bit): New function.
5514
5515 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5516
5517         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5518         libc_hidden_builtin_def to ifunc.
5519         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5520         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5521
5522 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5523
5524         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5525         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5526
5527 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5528
5529         * nscd/Depend (linuxthreads): Remove.
5530         (nptl): Add.
5531         * resolv/Depend (linuxthreads): Remove.
5532         * rt/Depend (linuxthreads): Remove.
5533
5534         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5535         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5536         $(common-objpfx)elf/.
5537         (link-libc-before-gnulib): Likewise.
5538         (elfobjdir): Remove variable.
5539         * Makefile (install): Use $(elf-objpfx) instead of
5540         $(common-objpfx)elf/.
5541         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5542         $(elfobjdir)/.
5543         (link-libc-deps): Likewise.
5544         ($(common-objpfx)libc.so): Likewise.
5545         ($(common-objpfx)linkobj/libc.so): Likewise.
5546         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5547         instead of $(common-objpfx)elf/.
5548         (symbolic-link-list): Likewise.
5549         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5550         [$(cross-compiling) = no]: Likewise.
5551         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5552         $(elfobjdir)/.
5553         (static-gnulib-arch): Likewise.
5554         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5555         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5556         $(common-objpfx)elf/.
5557
5558 2014-05-21  Richard Henderson  <rth@redhat.com>
5559
5560         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5561         (SINGLE_THREAD_P): Use the correct width load.  Fold
5562         into the ldr offset.
5563
5564         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5565         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5566
5567 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5568
5569         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5570         (libgcc_s_resume): Use __attribute_used__.
5571         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5572         Likewise.
5573
5574 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5575
5576         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5577         optimization when used with float constants.
5578
5579         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5580
5581 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5582
5583         [BZ #16915]
5584         * locale/nl_langinfo_l.c: Make direct reference to every
5585         _nl_current_CATEGORY symbol.
5586         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5587         (tests-static): Add tst-langinfo-static.
5588         (tests-special): Add tst-langinfo-static.out.
5589         ($(objpfx)tst-langinfo.out): Redirect output.
5590         ($(objpfx)tst-langinfo-static.out): New.
5591         * localedata/tst-langinfo.sh: Send output to stdout.
5592         * localedata/tst-langinfo-static.c: New file.
5593
5594         [BZ #16965]
5595         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5596         when the shift amount is modulo the limb size.
5597
5598 2014-05-20  Richard Henderson  <rth@redhat.com>
5599
5600         [BZ #16967]
5601         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5602         Change type of sa_flags from unsigned int to int.
5603
5604         [BZ #16966]
5605         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5606
5607         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5608
5609 2014-05-20  Will Newton  <will.newton@linaro.org>
5610
5611         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5612         Test the return value of the system call in the nocancel case.
5613
5614 2014-05-20  Will Newton  <will.newton@linaro.org>
5615             Yvan Roux  <yvan.roux@linaro.org>
5616
5617         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5618         #include of asm/ptrace.h.
5619         (PTRACE_GET_THREAD_AREA): Remove #undef.
5620         (PTRACE_GETHBPREGS): Likewise.
5621         (PTRACE_SETHBPREGS): Likewise.
5622         (struct user_regs_struct): New structure.
5623         (struct user_fpsimd_struct): New structure.
5624         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5625         #include of asm/ptrace.h and second #include of sys/user.h.
5626         (PTRACE_GET_THREAD_AREA): Remove #undef.
5627         (PTRACE_GETHBPREGS): Likewise.
5628         (PTRACE_SETHBPREGS): Likewise.
5629         (ELF_NGREG): Use new struct user_regs_struct.
5630         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5631
5632 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5633
5634         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5635         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5636
5637 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5638
5639         [BZ #16958]
5640         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5641         membar to avoid block loads/stores to overlap previous stores.
5642
5643 2014-05-17  Richard Henderson  <rth@redhat.com>
5644
5645         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5646         Create the __##syscall_name##_nocancel entry point.
5647         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5648         Remove; let the sysdep-cancel.h code create it.
5649
5650 2014-05-17  David S. Miller  <davem@davemloft.net>
5651
5652         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5653         Protect with __USE_GNU.
5654         (TIOCSET_TEMPT): Likewise.
5655         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5656         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5657         these are already provided in bits/ioctl-types.h
5658
5659 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5660
5661         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5662         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5663
5664         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5665         Use wait4 regardless of [__NR_waitpid].
5666
5667 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5668
5669         PR libgcc/60166
5670         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5671         (_FP_NANSIGN_Q): Set the quiet bit.
5672
5673 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5674
5675         * benchtests/Makefile
5676         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5677         not $(common-objpfx)math/libm.so.
5678         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5679         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5680         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5681         $(common-objpfx)dlfcn/libdl.so.
5682         ($(objpfx)tst-audit8): Depend on $(libm), not
5683         $(common-objpfx)math/libm.so.
5684         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5685         not $(common-objpfx)dlfcn/libdl.so.
5686         * math/Makefile
5687         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5688         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5689         [$(build-shared) = yes].
5690         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5691         $(common-objpfx)nptl/libpthread.so.
5692         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5693         $(common-objpfx)math/libm.so$(libm.so-version) or
5694         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5695         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5696         $(common-objpfx)dlfcn/libdl.so.
5697         * setjmp/Makefile (link-libm): Remove variable.
5698         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5699         * stdio-common/Makefile (link-libm): Remove variable.
5700         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5701         * stdlib/Makefile (link-libm): Remove variable.
5702         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5703         ($(objpfx)tst-strtod-round): Likewise.
5704         ($(objpfx)tst-tininess): Likewise.
5705         ($(objpfx)tst-strtod-underflow): Likewise.
5706         ($(objpfx)tst-strtod6): Likewise.
5707         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5708         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5709         $(common-objpfx)dlfcn/libdl.so.
5710
5711 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5712
5713         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5714         BSD terminal modes definitions.
5715
5716 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5717
5718         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5719         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5720
5721         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5722         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5723         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5724         Don't do #include_next.
5725         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5726         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5727         Don't do #include_next.
5728         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5729         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5730         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5731         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5732
5733 2014-05-16  Allan McRae  <allan@archlinux.org>
5734
5735         * po/sv.po: Update Swedish translation from translation project.
5736
5737         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5738         in sed expression.
5739
5740 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5741
5742         [BZ #16917]
5743         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5744         errno if the TIOCGPTN ioctl fails with an error different than
5745         EINVAL.
5746         * login/tst-ptsname.c: New file.
5747         * login/Makefile (tests): Add tst-ptsname.
5748
5749         [BZ #16943]
5750         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5751         and prlimit64.
5752
5753 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5754
5755         [BZ #16849]
5756         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5757         herrno to return EAI_AGAIN.
5758
5759 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5760
5761         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5762         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5763         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5764         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5765         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5766         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5767         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5768         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5769         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5770         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5771         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5772         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5773         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5774         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5775         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5776         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5777         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5778         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5779         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5780         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5781         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5782         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5783         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5784         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5785         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5786         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5787         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5788         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5789         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5790         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5791         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5792         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5793         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5794         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5795         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5796         Moved ...
5797         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5798         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5799         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5800         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5801         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5802         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5803         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5804         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5805         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5806         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5807         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5808         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5809         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5810         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5811         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5812         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5813         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5814         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5815         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5816         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5817         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5818         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5819         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5820         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5821         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5822         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5823         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5824         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5825         Moved ...
5826         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5827         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5828         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5829         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5830         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5831         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5832         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5833         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5834         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5835         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5836         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5838         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5839         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5840         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5841         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5842         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5843         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5844         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5845         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5846         Moved ...
5847         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5849         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5850
5851         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5852         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5853         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5854         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5855         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5856         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5857         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5858         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5859         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5860         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5861         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5862         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5863         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5864         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5865         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5866         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5867         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5868         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5869         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5870         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5871         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5872         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5873         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5874         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5875         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5876         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5877         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5878         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5879         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5880         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5881         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5882
5883         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5884         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5885
5886         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5887         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5888         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5889         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5890         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5891         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5892         Moved ...
5893         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5894         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5895         Moved ...
5896         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5897         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5898         Moved ...
5899         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5900         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5901         Moved ...
5902         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5903         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5904         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5905         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5906         Moved ...
5907         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5908         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5909         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5910         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5911         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5912         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5913         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5914         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5915         Moved ...
5916         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5917         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5918         Moved ...
5919         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5920         ... here.
5921         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5922         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5923         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5924         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5925         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5926         Moved ...
5927         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5928         ... here.
5929         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5930         Moved ...
5931         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5932         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5933         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5934         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5935         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5936         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5937         Moved ...
5938         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5939         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5940         Moved ...
5941         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5942         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5943         Moved ...
5944         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5945         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5946         Moved ...
5947         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5948         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5949         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5950         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5951         Moved ...
5952         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5953         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5954         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5955         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5956         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5957         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5958         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5959         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5960         Moved ...
5961         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5962         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5963         Moved ...
5964         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5965         ... here.
5966         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5967         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5968         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5969         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5970         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5971         Moved ...
5972         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5973         ... here.
5974         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5975         Moved ...
5976         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5977         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5978         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5979         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5980         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5981         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5982         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5983         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5984         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5985         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5986         Moved ...
5987         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5988         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5989         Moved ...
5990         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
5991         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5992         Moved ...
5993         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
5994         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
5995         Moved ...
5996         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
5997         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
5998         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
5999         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6000         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6001         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6002         Moved ...
6003         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6004         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6005         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6006         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6007         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6008         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6009         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6010         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6011         Moved ...
6012         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6013         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6014         Moved ...
6015         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6016         ... here.
6017         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6018         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6019         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6020         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6021         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6022         Moved ...
6023         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6024         ... here.
6025         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6026         Moved ...
6027         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6028         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6029         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6030         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6031         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6032         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6033         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6034         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6035         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6036         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6037         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6038
6039         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6040         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6041
6042         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6043         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6044
6045         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6046         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6047         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6048         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6049         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6050         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6051         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6052         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6053         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6054         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6055         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6056         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6057         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6058         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6059         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6060         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6061         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6062         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6063         Moved ...
6064         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6065         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6066         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6067         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6068         Moved ...
6069         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6070         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6071         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6072         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6073         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6074         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6075         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6076         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6077         Moved ...
6078         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6079         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6080         Moved ...
6081         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6082         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6083         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6084         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6085         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6086         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6087         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6088         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6089         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6090         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6091         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6092         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6093         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6094         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6095         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6096         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6097         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6098
6099         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6100         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6101         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6102         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6103         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6104
6105         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6106         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6107         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6108         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6109         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6110         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6111         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6112         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6113         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6114         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6115
6116         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6117         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6118
6119         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6120         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6121         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6122         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6123         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6124         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6125         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6126         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6127         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6128         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6129         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6130         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6131         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6132         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6133         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6134         Update #include.
6135         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6136         Likewise.
6137         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6138         Likewise.
6139         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6140         Likewise.
6141         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6142         Likewise.
6143         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6144         Likewise.
6145         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6146         Likewise.
6147         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6148         Likewise.
6149         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6150         Likewise.
6151         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6152         Likewise.
6153         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6154         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6155         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6156         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6157         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6158         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6159         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6160         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6161         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6162         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6163         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6164         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6165         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6166         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6167         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6168
6169         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6170         that was previously under [RESET_PID].
6171         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6172         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6173         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6174
6175         * sysdeps/i386/nptl/Implies: New file.
6176         * sysdeps/x86_64/nptl/Implies: New file.
6177         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6178         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6179         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6180         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6181
6182         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6183         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6184         (__libc_vfork): New strong alias.
6185         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6186         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6187
6188         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6189         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6190         (__libc_vfork): New strong alias.
6191         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6192         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6193
6194         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6195         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6196         (__libc_vfork): New strong alias.
6197         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6198         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6199         * nptl/pt-vfork.c: New file.
6200         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6201         (libpthread: GLIBC_2.20): New version set (empty).
6202
6203 2014-05-14  Will Newton  <will.newton@linaro.org>
6204
6205         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6206         rather than #if.
6207
6208 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6209
6210         [BZ #16564]
6211         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6212         arguments with exponent 65 or above.
6213         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6214         arguments 0x1p113L or above.
6215         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6216         to arguments 0x1p107L or above.
6217         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6218         positive arguments with exponent 65 or above.
6219         * math/auto-libm-test-in: Add more tests of log1p.
6220         * math/auto-libm-test-out: Regenerated.
6221
6222         [BZ #16928]
6223         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6224         non-finite arguments is +0.
6225         * math/s_cacosf.c (__cacosf): Likewise.
6226         * math/s_cacosl.c (__cacosl): Likewise.
6227         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6228         * sysdeps/i386/fpu/libm-test-ulps: Update.
6229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6230
6231         [BZ #16927]
6232         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6233         value.
6234         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6235         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6236         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6237         for explicit high bit of mantissa when testing for argument equal
6238         to 1.
6239         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6240         * sysdeps/i386/fpu/libm-test-ulps: Update.
6241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6242
6243         [BZ #16516]
6244         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6245         (__erf): Scale by 16 instead of 8 in potentially underflowing
6246         case.  Ensure exception if result actually underflows.
6247         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6248         (__erff): Scale by 16 instead of 8 in potentially underflowing
6249         case.  Ensure exception if result actually underflows.
6250         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6251         (efx8): Remove variable.
6252         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6253         case.  Ensure exception if result actually underflows.
6254         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6255         (efx8): Remove variable.
6256         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6257         case.  Ensure exception if result actually underflows.
6258         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6259         (efx8): Remove variable.
6260         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6261         case.  Ensure exception if result actually underflows.
6262         * math/auto-libm-test-in: Add more tests of erf.
6263         * math/auto-libm-test-out: Regenerated.
6264
6265 2014-05-14  Andreas Schwab  <schwab@suse.de>
6266
6267         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6268         Remove code conditionalized on USE___THREAD.
6269
6270         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6271         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6272         not definedness.
6273
6274 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6275
6276         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6277         Define unconditionally.
6278         (__ASSUME_O_CLOEXEC): Likewise.
6279         (__ASSUME_SOCK_CLOEXEC): Likewise.
6280         (__ASSUME_IN_NONBLOCK): Likewise.
6281         (__ASSUME_PIPE2): Likewise.
6282         (__ASSUME_EVENTFD2): Likewise.
6283         (__ASSUME_SIGNALFD4): Likewise.
6284         (__ASSUME_DUP3): Likewise.
6285         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6286         (__ASSUME_DUP3): Do not define.
6287         (__ASSUME_EVENTFD2): Likewise.
6288         (__ASSUME_IN_NONBLOCK): Likewise.
6289         (__ASSUME_O_CLOEXEC): Likewise.
6290         (__ASSUME_PIPE2): Likewise.
6291         (__ASSUME_SIGNALFD4): Likewise.
6292         (__ASSUME_SOCK_CLOEXEC): Likewise.
6293         (__ASSUME_UTIMES): Undefine.
6294         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6295         (__ASSUME_UTIMES): Do not define.
6296         (__ASSUME_O_CLOEXEC): Likewise.
6297         (__ASSUME_SOCK_CLOEXEC): Likewise.
6298         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6299         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6300         0x020621].
6301         (__ASSUME_PIPE2): Likewise.
6302         (__ASSUME_EVENTFD2): Likewise.
6303         (__ASSUME_SIGNALFD4): Likewise.
6304         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6305         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6306         Do not define.
6307         (__ASSUME_EVENTFD2): Likewise.
6308         (__ASSUME_SIGNALFD4): Likewise.
6309         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6310         (__ASSUME_32BITUIDS): Likewise.
6311         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6312         (__ASSUME_IPC64): Likewise.
6313         (__ASSUME_ST_INO_64_BIT): Likewise.
6314         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6315         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6316         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6317         (__ASSUME_UTIMES): Do not define.
6318         (__ASSUME_PSELECT): Likewise.
6319         (__ASSUME_PPOLL): Likewise.
6320         (__ASSUME_O_CLOEXEC): Likewise.
6321         (__ASSUME_SOCK_CLOEXEC): Likewise.
6322         (__ASSUME_IN_NONBLOCK): Likewise.
6323         (__ASSUME_PIPE2): Likewise.
6324         (__ASSUME_EVENTFD2): Likewise.
6325         (__ASSUME_SIGNALFD4): Likewise.
6326         (__ASSUME_DUP3): Likewise.
6327         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6328         (__ASSUME_UTIMES): Likewise.
6329         (__ASSUME_O_CLOEXEC): Likewise.
6330         (__ASSUME_SOCK_CLOEXEC): Likewise.
6331         (__ASSUME_IN_NONBLOCK): Likewise.
6332         (__ASSUME_PIPE2): Likewise.
6333         (__ASSUME_EVENTFD2): Likewise.
6334         (__ASSUME_SIGNALFD4): Likewise.
6335         (__ASSUME_DUP3): Likewise.
6336         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6337         (__ASSUME_UTIMES): Likewise.
6338         (__ASSUME_O_CLOEXEC): Likewise.
6339         (__ASSUME_SOCK_CLOEXEC): Likewise.
6340         (__ASSUME_IN_NONBLOCK): Likewise.
6341         (__ASSUME_PIPE2): Likewise.
6342         (__ASSUME_EVENTFD2): Likewise.
6343         (__ASSUME_SIGNALFD4): Likewise.
6344         (__ASSUME_DUP3): Likewise.
6345         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6346         Likewise.
6347         (__ASSUME_UTIMES): Likewise.
6348         (__ASSUME_EVENTFD2): Likewise.
6349         (__ASSUME_SIGNALFD4): Likewise.
6350         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6351         (__ASSUME_O_CLOEXEC): Likewise.
6352         (__ASSUME_SOCK_CLOEXEC): Likewise.
6353         (__ASSUME_IN_NONBLOCK): Likewise.
6354         (__ASSUME_PIPE2): Likewise.
6355         (__ASSUME_EVENTFD2): Likewise.
6356         (__ASSUME_SIGNALFD4): Likewise.
6357         (__ASSUME_DUP3): Likewise.
6358         (__ASSUME_UTIMES): Undefine.
6359
6360         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6361         feclearexcept.  Remove symbol versioning code.
6362         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6363         symbol versioning code.
6364         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6365         symbol versioning code.
6366         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6367         feupdateenv.  Remove symbol versioning code.
6368         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6369         fegetexceptflag.  Remove symbol versioning code.
6370         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6371         fesetexceptflag.  Remove symbol versioning code.
6372         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6373         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6374         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6375         (__posix_fadvise64_l32): Remove prototype.
6376         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6377         code.
6378
6379 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6380
6381         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6382         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6383         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6384         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6385
6386 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6387
6388         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6389         current working directory
6390
6391 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6392
6393         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6394         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6395         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6396         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6397         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6398         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6399         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6400         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6401         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6402         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6403         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6404         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6405         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6406         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6407         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6408         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6409         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6410         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6411         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6412         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6414         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6415         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6416         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6417         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6418         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6420         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6421         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6422         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6423         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6424         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6425         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6426         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6427         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6428         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6429         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6430         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6431         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6432         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6433         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6434         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6435
6436         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6437         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6438
6439         * sysdeps/unix/sysv/linux/arm/Makefile
6440         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6441         Add rt-aeabi_unwind_cpp_pr1.
6442         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6443         Add nptl-aeabi_unwind_cpp_pr1.
6444         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6445         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6446         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6447         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6448         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6449         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6450
6451         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6452         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6453         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6454         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6455
6456         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6457         Deconditionalize the code that was previously under [RESET_PID].
6458         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6459
6460         * sysdeps/generic/exit-thread.h: New file.
6461         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6462         * include/unistd.h (__exit_thread): Remove declaration.
6463         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6464         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6465         * csu/libc-start.c: Include <exit-thread.h>.
6466         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6467         * nptl/pthread_create.c: Include <exit-thread.h>.
6468         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6469         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6470         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6471         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6472         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6473         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6474         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6475         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6476         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6477         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6478         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6479         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6480         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6481         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6482         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6483         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6484         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6485
6486 2014-05-13  Andreas Schwab  <schwab@suse.de>
6487
6488         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6489
6490 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6491
6492         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6493         (__ASSUME_UTIMES): Do not condition on kernel version.
6494         (__ASSUME_PSELECT): Define unconditionally.
6495         (__ASSUME_PPOLL): Likewise.
6496         (__ASSUME_ATFCTS): Likewise.
6497         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6498         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6499         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6500         (__ASSUME_UTIMENSAT): Define unconditionally.
6501         (__ASSUME_PRIVATE_FUTEX): Likewise.
6502         (__ASSUME_FALLOCATE): Likewise.
6503         (__ASSUME_O_CLOEXEC): Likewise.
6504         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6505         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6506         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6507         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6508         (__ASSUME_IN_NONBLOCK): Likewise.
6509         (__ASSUME_PIPE2): Likewise.
6510         (__ASSUME_EVENTFD2): Likewise.
6511         (__ASSUME_SIGNALFD4): Likewise.
6512         (__ASSUME_DUP3): Likewise.
6513         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6514         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6515         (__ASSUME_AT_RANDOM): Likewise.
6516         (__ASSUME_PREADV): Likewise.
6517         (__ASSUME_PWRITEV): Likewise.
6518         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6519         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6520         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6521         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6522         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6523         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6524         (__ASSUME_O_CLOEXEC): Define unconditionally.
6525         (__ASSUME_PSELECT): Do not undefine conditionally.
6526         (__ASSUME_PPOLL): Likewise.
6527         (__ASSUME_ATFCTS): Likewise.
6528         (__ASSUME_SET_ROBUST_LIST): Likewise.
6529         (__ASSUME_UTIMENSAT): Likewise.
6530         (__ASSUME_FDATASYNC): Define unconditionally.
6531         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6532         (__ASSUME_SIGFRAME_V2): Likewise.
6533         )__ASSUME_EVENTFD2): Likewise.
6534         (__ASSUME_SIGNALFD4): Likewise.
6535         (__ASSUME_PSELECT): Do not undefine conditionally.
6536         (__ASSUME_PPOLL): Likewise.
6537         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6538         (__ASSUME_PSELECT): Define unconditionally.
6539         (__ASSUME_PPOLL): Likewise.
6540         (__ASSUME_O_CLOEXEC): Likewise.
6541         (__ASSUME_SOCK_CLOEXEC): Likewise.
6542         (__ASSUME_IN_NONBLOCK): Likewise.
6543         (__ASSUME_PIPE2): Likewise.
6544         (__ASSUME_EVENTFD2): Likewise.
6545         (__ASSUME_SIGNALFD4): Likewise.
6546         (__ASSUME_DUP3): Likewise.
6547         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6548         (__ASSUME_O_CLOEXEC): Likewise.
6549         (__ASSUME_SOCK_CLOEXEC): Likewise.
6550         (__ASSUME_IN_NONBLOCK): Likewise.
6551         (__ASSUME_PIPE2): Likewise.
6552         (__ASSUME_EVENTFD2): Likewise.
6553         (__ASSUME_SIGNALFD4): Likewise.
6554         (__ASSUME_DUP3): Likewise.
6555         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6556         (__ASSUME_EVENTFD2): Likewise.
6557         (__ASSUME_SIGNALFD4): Likewise.
6558         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6559
6560 2014-05-12  Andreas Schwab  <schwab@suse.de>
6561
6562         [BZ #16932]
6563         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6564         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6565         than maximum RPC packet size.
6566         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6567         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6568         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6569         (_nss_nis_getservbyport_r): Likewise.
6570
6571 2014-05-12  Will Newton  <will.newton@linaro.org>
6572
6573         * malloc/Makefile (tests): Add tst-mallopt.
6574         * malloc/tst-mallopt.c: New file.
6575
6576 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6577
6578         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6579         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6580
6581 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6582
6583         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6584         (tst-tlsmod6.so): Likewise.
6585
6586 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6587
6588         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6589
6590 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6591
6592         [BZ #16064]
6593         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6594         and <dl-procinfo.h>.
6595         (__fegetenv): Save SSE state in envp->__eip if supported.
6596         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6597         envp->__eip if supported.
6598         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6599         and <dl-procinfo.h>.
6600         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6601         __data_offset and __data_selector in environment to 0.  Set SSE
6602         state if supported.
6603         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6604         test-fenv-sse.
6605         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6606         -mfpmath=sse.
6607         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6608
6609 2014-05-09  Will Newton  <will.newton@linaro.org>
6610
6611         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6612         and libc_relro_required for ARM.
6613         * sysdeps/arm/preconfigure: Regenerate.
6614
6615 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6616             Stefan Liebler  <stli@linux.vnet.ibm.com>
6617
6618         * config.make.in (enable-lock-elision): New Makefile variable.
6619         * configure.ac: Likewise.
6620         * configure: Regenerate.
6621         * sysdeps/s390/configure.ac:
6622         Add check for gcc transactions support.
6623         * sysdeps/s390/configure: Regenerate.
6624         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6625         Build elision files if enabled.
6626         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6627         Add lock elision support for s390.
6628         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6629         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6630         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6631         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6632         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6633         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6634         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6635         Likewise.
6636         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6637         Likewise.
6638         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6639         Likewise.
6640         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6641         Likewise.
6642         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6643         (__lll_timedlock_elision, __lll_lock_elision)
6644         (__lll_unlock_elision, __lll_trylock_elision)
6645         (lll_timedlock_elision, lll_lock_elision)
6646         (lll_unlock_elision, lll_trylock_elision): Add.
6647         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6648         (pthread_mutex_t): Add lock elision support for s390.
6649
6650 2014-05-14  Wilco  <wdijkstr@arm.com>
6651
6652         * sysdeps/arm/fclrexcpt.c: Cleanup.
6653         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6654         * sysdeps/arm/feenablxcpt.c: Cleanup.
6655         * sysdeps/arm/fegetenv.c: Cleanup.
6656         * sysdeps/arm/fegetexcept.c: Cleanup.
6657         * sysdeps/arm/fegetround.c: Cleanup.
6658         * sysdeps/arm/feholdexcpt.c: Cleanup.
6659         * sysdeps/arm/fesetenv.c: Cleanup.
6660         * sysdeps/arm/fesetround.c: Cleanup.
6661         * sysdeps/arm/feupdateenv.c: Cleanup.
6662         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6663         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6664         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6665         * sysdeps/arm/ftestexcept.c: Cleanup.
6666         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6667         * sysdeps/arm/setfpucw.c: Cleanup.
6668
6669 2014-05-09  Will Newton  <will.newton@linaro.org>
6670
6671         * sysdeps/arm/armv7/strcmp.S: New file.
6672         * NEWS: Mention addition of ARMv7 optimized strcmp.
6673
6674 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6675
6676         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6677         look for %.ac rather than %.in.
6678
6679         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6680         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6681         * sysdeps/mach/hurd/configure: Regenerated.
6682         * sysdeps/unix/sysv/linux/configure: Regenerated.
6683
6684         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6685
6686 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6687
6688         [BZ# 16922]
6689         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6690         (LONG_SUB): Ditto.
6691         (PTR_SUB): Ditto.
6692
6693 2014-05-07  Andreas Schwab  <schwab@suse.de>
6694
6695         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6696         when skipping over non-matching result from nscd.
6697
6698 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6699
6700         [BZ #16876]
6701         * nptl/sockperf.c (client): Check socket return value.
6702
6703         [BZ #16877]
6704         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6705         nscd security class.
6706
6707 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6708
6709         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6710         * sysdeps/arm/unwind.h: ... here.
6711
6712 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6713
6714         [BZ# 16916]
6715         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6716         Define.
6717
6718 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6719
6720         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6721         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6722         multiarch strncpy for PPC64.
6723         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6724         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6725         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6726         multiarch optimizations.
6727         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6728         (__libc_ifunc_impl_list): Likewise.
6729         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6730         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6731         multiarch stpncpy for PPC64.
6732         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6733         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6734
6735 2014-05-06  Andreas Schwab  <schwab@suse.de>
6736
6737         [BZ #16912]
6738         * gmon/mcount.c (_MCOUNT_DECL): Use
6739         atomic_compare_and_exchange_bool_acq instead of
6740         catomic_compare_and_exchange_bool_acq.
6741
6742 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6743
6744         * elf/Makefile (others, install-bin): Remove pldd.
6745         (pldd-modules): Variable removed.
6746         ($(objpfx)pldd): Target removed.
6747         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6748         (others, install-bin): Append pldd here.
6749         ($(objpfx)pldd): New target.
6750
6751         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6752         to 0, so the first #if test emitted later doesn't see it undefined.
6753         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6754         * sysdeps/gnu/errlist.c: Regenerated.
6755
6756 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6757
6758         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6759         [libc_hidden_builtin_def]: Define to empty value.
6760         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6761         [libc_hidden_builtin_def]: Likewise.
6762         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6763         [libc_hidden_builtin_def]: Likewise.
6764         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6765         [libc_hidden_builtin_def]: Likewise.
6766         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6767         __redirect_memcpy and define ifunc as default hidden symbol.
6768         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6769         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6770
6771 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6772
6773         * locale/iso-4217.def: Reintroduce XDR currency.
6774
6775 2014-05-04  Allan McRae  <allan@archlinux.org>
6776
6777         * po/eo.po: Update Esperanto translation from translation project.
6778
6779 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6780
6781         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6782         and FEATURE_INDEX_MAX to 1.
6783         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6784
6785 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6786
6787         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6788         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6789         * iconvdata/big5.c (ONE_DIRECTION): Define.
6790         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6791         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6792         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6793         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6794         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6795         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6796         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6797         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6798         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6799         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6800         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6801         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6802         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6803         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6804         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6805         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6806         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6807         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6808         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6809         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6810         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6811         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6812         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6813         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6814         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6815         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6816         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6817         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6818         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6819         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6820         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6821         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6822         * iconvdata/johab.c (ONE_DIRECTION): Define.
6823         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6824         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6825         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6826         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6827         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6828         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6829         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6830         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6831         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6832         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6833
6834 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6835
6836         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6837         (_IO_JUMPS_OFFSET): Define to 0.
6838
6839         * nptl/sysdeps/pthread/bits/libc-lock.h
6840         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6841         (__libc_lock_define_initialized_recursive): Always define using
6842         initializer.  Modern compilers treat uninitialized (implicit zero) and
6843         explicit zero initializers the same (i.e. put the datum in bss).
6844
6845 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6846
6847         * nscd/nscd-client.h: Include <string.h>.
6848
6849 2014-05-01  David S. Miller  <davem@davemloft.net>
6850
6851         [BZ #16885]
6852         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6853         multiple zero bytes exist at the end of a string.
6854         Reported by Aurelien Jarno <aurelien@aurel32.net>
6855
6856         * string/test-strcmp.c (check): Add explicit test for situations where
6857         there are multiple zero bytes after the first.
6858
6859 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6860
6861         [BZ #16890]
6862         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6863         when compiling wprintf.
6864         * stdio-common/tstdiomisc.c (t3): New function.
6865         (main): Call it.
6866
6867 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6868
6869         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6870         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6871         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6872         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6873
6874 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6875
6876         * stdlib/longlong.h: Updated from GCC.
6877
6878 2014-05-01  Will Newton  <will.newton@linaro.org>
6879             Bernard Ogden  <bernie.ogden@linaro.org>
6880
6881         * NEWS: Update fixed bug list.
6882
6883         [BZ #15119]
6884         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6885
6886 2014-04-30  David S. Miller  <davem@davemloft.net>
6887
6888         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6889         (libc_feholdexcept_setround_sparc_ctx): New function.
6890         (libc_fesetenv_sparc_ctx): Likewise.
6891         (libc_feupdateenv_sparc_ctx): Likewise.
6892         (libc_feholdsetround_sparc_ctx): Likewise.
6893         (libc_feholdexcept_setround_ctx): Define.
6894         (libc_feholdexcept_setroundf_ctx): Likewise.
6895         (libc_feholdexcept_setroundl_ctx): Likewise.
6896         (libc_fesetenv_ctx): Likewise.
6897         (libc_fesetenvf_ctx): Likewise.
6898         (libc_fesetenvl_ctx): Likewise.
6899         (libc_feupdateenv_ctx): Likewise.
6900         (libc_feupdateenvf_ctx): Likewise.
6901         (libc_feupdateenvl_ctx): Likewise.
6902         (libc_feresetround_ctx): Likewise.
6903         (libc_feresetroundf_ctx): Likewise.
6904         (libc_feresetroundl_ctx): Likewise.
6905         (libc_feholdsetround_ctx): Likewise.
6906         (libc_feholdsetroundf_ctx): Likewise.
6907         (libc_feholdsetroundl_ctx): Likewise.
6908
6909         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6910         with __USE_GNU instead of XOPEN cpp guards.
6911
6912         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6913         0.
6914
6915         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6916         with XOPEN cpp guards.
6917
6918 2014-04-30  Julian Brown  <julian@codesourcery.com>
6919
6920         [BZ #16888]
6921         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6922         handling.
6923
6924 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6925
6926         [BZ #9894]
6927         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6928         Change to 2.6.32.
6929         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6930         * sysdeps/unix/sysv/linux/configure: Regenerated.
6931         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6932         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6933         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6934         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6935         * README: Update reference to required Linux kernel version.
6936         * manual/install.texi (Linux): Update reference to required Linux
6937         kernel headers version.
6938         * INSTALL: Regenerated.
6939
6940         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6941         header inclusion.
6942         [POSIX] (limits.h): Likewise.
6943         [POSIX] (math.h): Likewise.
6944         [POSIX] (sys/wait.h): Likewise.
6945         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6946         function.
6947         [POSIX] (stddef.h): Do not allow header inclusion.
6948
6949 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6950
6951         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6952
6953 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6954
6955         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6956         Return immediately after lll_futex_wake.
6957
6958 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6959
6960         [BZ #16791]
6961         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6962         structure.
6963         (datahead_init_pos): Call datahead_init_common early.
6964         (datahead_init_neg): Likewise.
6965
6966         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6967         datahead_init_neg): New functions.
6968         * nscd/aicache.c (addhstaiX): Use them.
6969         * nscd/grpcache.c (cache_addgr): Likewise.
6970         * nscd/hstcache.c (cache_addhst): Likewise.
6971         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6972         * nscd/netgroupcache.c (do_notfound): Likewise.
6973         (addgetnetgrentX): Likewise.
6974         (addinnetgrX): Likewise.
6975         * nscd/pwdcache.c (cache_addpw): Likewise.
6976         * nscd/servicescache.c (cache_addserv): Likewise.
6977
6978 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6979             Atsushi Onoe  <atsushi@onoe.org>
6980
6981         [BZ #14308]
6982         [BZ #12994]
6983         [BZ #13651]
6984         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6985         one response is valid.
6986         * resolv/res_send.c (send_dg): Check for validity of other
6987         response if the current response is a referral.
6988
6989 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6990
6991         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
6992
6993 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
6994
6995         [BZ #16823]
6996         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
6997         Always divide by positive zero when computing -Inf result.
6998         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6999         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7000
7001 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7002
7003         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7004         FPSCR if value do not change.
7005         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7006         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7007         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7008         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7009         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7010         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7011         function.
7012
7013 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7014
7015         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7016         * sysdeps/unix/sysv/linux/hppa: Move directory from
7017         ports/systeps/unix/sysv/linux/hppa.
7018         * README: Update listing for hppa-*-linux-gnu.
7019
7020 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7021
7022         [BZ #16754]
7023         * manual/stdio.texi (Hook functions): Fix types of stream hook
7024         functions.
7025         [BZ #16854]
7026         * socket/sys/socket.h: Fix typo in comment.
7027
7028 2014-04-28  Wilco  <wdijkstr@arm.com>
7029
7030         * sysdeps/arm/fenv_private.h: New file.
7031         * sysdeps/arm/math_private.h: New file.
7032         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7033
7034 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7035
7036         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7037         with __int128_t.
7038         (La_x86_64_retval): Likewise.
7039
7040 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7041
7042         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7043         fpsr if value didn't change.
7044         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7045         to fpcr if value didn't change.
7046         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7047         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7048         fpsr or fpcr if value didn't change.
7049         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7050         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7051         fpcr if value didn't change.
7052         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7053         to fpsr if value didn't change.
7054
7055 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7056
7057         * nptl/tst-sem3.c: Use test-skeleton.c
7058         (main): Rename to do_test.  Use return instead of
7059         exit.
7060         * nptl/tst-sem4.c: Use test-skeleton.c
7061         (main): Rename to do_test.
7062
7063 2014-04-22  David S. Miller  <davem@davemloft.net>
7064
7065         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7066         (struct sigaction): New struct member __glibc_reserved0, change
7067         type of sa_flags to int.
7068
7069 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7070
7071         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7072         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7073
7074 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7075
7076         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7077         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7078
7079 2014-04-22  Will Newton  <will.newton@linaro.org>
7080             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7081
7082         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7083         (__longjmp): Add longjmp and longjmp_target SystemTap
7084         probes.
7085         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7086         (__sigsetjmp): Add setjmp SystemTap probe.
7087
7088 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7089
7090         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7091         match manual order.
7092
7093 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7094
7095         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7096
7097         * sysdeps/powerpc/fpu/fenv_private.h
7098         (libc_feholdexcept_setroundl_ctx): Define to
7099         libc_feholdexcept_setround_ppc_ctx.
7100         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7101         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7102         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7103         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7104
7105 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7106
7107         * sysdeps/aarch64/math-tests.h: New file.
7108
7109 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7110
7111         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7112         New.
7113         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7114         Check and set bit_AVX2_Usable.
7115         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7116         macro.
7117         (bit_AVX2): Likewise.
7118         (index_AVX2_Usable): Likewise.
7119         (CPUID_AVX2): Likewise.
7120         (HAS_AVX2): Likewise.
7121
7122 2014-04-17  Will Newton  <will.newton@linaro.org>
7123
7124         * manual/setjmp.texi (System V contexts): Add note that
7125         calling setcontext on a context created by a call to a
7126         signal handler is undefined.  Update text to note that
7127         setcontext from a signal handler is possible but not
7128         recommended.
7129
7130         [BZ #16629]
7131         * stdlib/tst-setcontext.c: Include signal.h.
7132         (main): Check that the signal stack before and
7133         after swapcontext is the same.
7134
7135         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7136         Re-implement to restore registers in user code and avoid
7137         rt_sigreturn system call.
7138
7139 2014-04-17  Wilco  <wdijkstr@arm.com>
7140
7141         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7142         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7143         * math/test-fenv.c: Skip exception trap tests on targets which only
7144         support non-stop mode.
7145
7146 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7147             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7148
7149         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7150         (libc_feholdsetround_aarch64_ctx)
7151         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7152         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7153         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7154         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7155         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7156         (libc_feresetround_noexl_ctx): Define.
7157
7158 2014-04-16  Richard Henderson  <rth@redhat.com>
7159
7160         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7161
7162         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7163         unwind tables.
7164
7165         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7166         const from the non-libc, non-ldso copy.
7167
7168         * sysdeps/alpha/libm-test-ulps: Regenerate.
7169
7170 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7171             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7172
7173         * sysdeps/aarch64/fpu/math_private.h: New file.
7174
7175 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7176
7177         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7178
7179 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7180
7181         [BZ #16275]
7182         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7183         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7184         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7185         Intel MPX bound registers before _dl_profile_fixup.
7186         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7187         registers after _dl_profile_fixup.  Save and restore bound
7188         registers bnd0/bnd1 when calling _dl_call_pltexit.
7189         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7190         (LR_BND_OFFSET): Likewise.
7191         (LRV_BND0_OFFSET): Likewise.
7192         (LRV_BND1_OFFSET): Likewise.
7193
7194 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7195
7196         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7197         to...
7198         * sysdeps/mach/hurd/i386/tls.h: ... here.
7199         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7200         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7201         fields.
7202
7203 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7204
7205         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7206
7207 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7208
7209         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7210
7211 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7212
7213         [BZ #14770]
7214         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7215         * sysdeps/s390/configure: Regenerate.
7216
7217         [BZ #16824]
7218         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7219         Set round-to-nearest internally to reduce error accumulation.
7220
7221 2014-04-16  Alan Modra  <amodra@gmail.com>
7222
7223         [BZ #16740]
7224         [BZ #16619]
7225         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7226         * math/libm-test.inc (frexp_test_data): Add tests.
7227         * NEWS: Update fixed bug list.
7228
7229 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7230
7231         * benchtests/Makefile: Depend on libraries in build directory.
7232         (bench-math): Separate out math tests.
7233         (bench-pthread): Separate out pthread tests.
7234         (bench): Include math and pthread tests.
7235
7236 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7237
7238         [BZ #16831]
7239         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7240         _dl_debug_initialize.
7241
7242         * configure.ac: Remove SELinux header check.
7243         * configure: Regenerate.
7244         * nscd/selinux.c (perms): Array of const char* to permission names.
7245         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7246         default policy. Call string_to_security_class and string_to_av_perm to
7247         translate strings. Enforce default policy and call avs_has_perm with
7248         results of translated strings.
7249
7250 2014-04-13  David S. Miller  <davem@davemloft.net>
7251
7252         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7253
7254 2014-04-12  Allan McRae  <allan@archlinux.org>
7255
7256         [BZ #16838]
7257         * manual/string.texi (Collation Functions): Fix qsort argument
7258         order in example.
7259         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7260
7261 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7262
7263         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7264         Make the test a no-op if there are no exceptions defined.
7265
7266 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7267
7268         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7269         enable-hardcoded-path-in-tests
7270
7271 2014-04-11  Will Newton  <will.newton@linaro.org>
7272
7273         * benchtests/Makefile (extra-objs): Add json-lib.o.
7274         (bench-func): Tidy up JSON output.
7275         * benchtests/bench-skeleton.c: Include json-lib.h.
7276         (main): Use JSON library functions to do output of
7277         benchmark results.
7278         * benchtests/bench-timing-type.c (main): Output the
7279         timing type simply, leaving formatting to the user.
7280         * benchtests/json-lib.c: New file.
7281         * benchtests/json-lib.h: Likewise.
7282
7283 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7284
7285         [BZ #15215]
7286         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7287         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7288         memory barriers.  Add comments.
7289         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7290         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7291         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7292         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7293         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7294         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7295
7296 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7297
7298         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7299         * sysdeps/s390/s390-64/configure.ac: ... this ...
7300         * sysdeps/s390/configure.ac: ... to here.
7301         * sysdeps/s390/s390-32/configure: Delete file.
7302         * sysdeps/s390/s390-64/configure: Delete file.
7303         * sysdeps/s390/configure: Regenerate.
7304
7305 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7306
7307         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7308
7309 2014-04-11  Will Newton  <will.newton@linaro.org>
7310
7311         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7312         to zero if it is not defined elsewhere.  (mtrim): Test
7313         the value of MALLOC_DEBUG with #if rather than #ifdef.
7314
7315 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7316
7317         * benchtests/pthread_once-inputs: New file.
7318         * benchtests/pthread_once-source.c: New file.
7319         * benchtests/README: Update documentation.
7320
7321 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7322             H.J. Lu  <hongjiu.lu@intel.com>
7323
7324         [BZ #16275]
7325         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7326         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7327         * sysdeps/x86_64/configure: Regenerated.
7328         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7329         macro.
7330         (REGISTER_SAVE_RAX): Likewise.
7331         (REGISTER_SAVE_RCX): Likewise.
7332         (REGISTER_SAVE_RDX): Likewise.
7333         (REGISTER_SAVE_RSI): Likewise.
7334         (REGISTER_SAVE_RDI): Likewise.
7335         (REGISTER_SAVE_R8): Likewise.
7336         (REGISTER_SAVE_R9): Likewise.
7337         (REGISTER_SAVE_BND0): Likewise.
7338         (REGISTER_SAVE_BND1): Likewise.
7339         (REGISTER_SAVE_BND2): Likewise.
7340         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7341         bound registers when calling _dl_fixup.
7342
7343 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7344
7345         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7346         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7347         of its definition.
7348         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7349         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7350         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7351         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7352         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7353         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7354         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7355
7356 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7357
7358         [BZ #15514]
7359         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7360         pathconf(_PC_NAME_MAX).
7361
7362 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7363
7364         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7365         Remove macro usage.
7366         (__PTHREAD_SPINS): Move definition to ...
7367         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7368         (__PTHREAD_SPINS): ... here.
7369         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7370         (__PTHREAD_SPIN): Likewise.
7371         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7372         (__PTHREAD_SPIN): Likewise.
7373         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7374         (__PTHREAD_SPIN): Likewise.
7375         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7376         (__PTHREAD_SPIN): Likewise.
7377         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7378         (__PTHREAD_SPIN): Likewise.
7379         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7380         (__PTHREAD_SPIN): Likewise.
7381         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7382         (__PTHREAD_SPIN): Likewise.
7383         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7384         (__PTHREAD_SPIN): Likewise.
7385         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7386         (__PTHREAD_SPIN): Likewise.
7387         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7388         (__PTHREAD_SPIN): Likewise.
7389         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7390         (__PTHREAD_SPIN): Likewise.
7391         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7392         (__PTHREAD_SPIN): Likewise.
7393
7394         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7395         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7396         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7397         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7398         imply folder.
7399         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7400         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7401         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7402         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7403         correct imply path.
7404         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7405         strlen symbol for non multi-arch builds.
7406         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7407         missing hidden_def and weak_alias.
7408
7409 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7410
7411         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7412
7413 2014-04-07  Will Newton  <will.newton@linaro.org>
7414
7415         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7416         and contents.  [!_LIBC] Remove #ifndef and contents.
7417         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7418         * string/memccpy.c (__memccpy): Use ANSI prototype.
7419         * string/memfrob.c (memfrob): Likewise.
7420         * string/strcoll.c (STRCOLL): Likewise.
7421         * string/strlen.c (strlen): Likewise.
7422         * string/strtok.c (STRTOK): Likewise.
7423         * string/strcat.c: Remove unused #include of memcopy.h.
7424         (strcat): Use ANSI prototype.
7425         * string/strchr.c: Remove unused #include of memcopy.h.
7426         (strchr): Use ANSI prototype.
7427         * string/strcmp.c: Remove unused #include of memcopy.h.
7428         (strcmp): Use ANSI prototype.
7429         * string/strcpy.c: Remove unused #include of memcopy.h.
7430         (strcpy): Use ANSI prototype.
7431
7432 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7433
7434         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7435         * config.make.in (config-extra-cppflags): Set it from
7436         libc_extra_cppflags.
7437         * configure.ac (libc_extra_cflags): Make it accumulate over
7438         configure fragments.
7439         (libc_extra_cppflags): New flag.
7440         * configure. Regenerate.
7441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7442         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7443         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7445
7446         [BZ #16815]
7447         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7448         result for FE_DOWNWARD rounding mode.
7449         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7450         Likewise.
7451         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7452
7453 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7454
7455         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7456         in function argument name.
7457
7458 2014-04-03  David Svoboda  <svoboda@cert.org>
7459
7460         [BZ #5666]
7461         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7462         explicitly.
7463
7464 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7465
7466         * elf/dl-unmap-segments.h: New file.
7467         * sysdeps/generic/ldsodefs.h
7468         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7469         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7470         * elf/dl-fptr.c: Likewise.
7471         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7472         * sysdeps/aarch64/tlsdesc.c: Likewise.
7473         * sysdeps/arm/tlsdesc.c: Likewise.
7474         * sysdeps/i386/tlsdesc.c: Likewise.
7475         * sysdeps/tile/dl-runtime.c: Likewise.
7476         * sysdeps/x86_64/tlsdesc.c: Likewise.
7477         * elf/dl-load.h: New file.
7478         * elf/dl-load.c: Include it.
7479         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7480         Macros moved to dl-load.h.
7481         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7482         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7483         Use _dl_unmap_segments in place of __munmap.
7484         Break out segment-mapping loop into ...
7485         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7486
7487 2014-04-03  Will Newton  <will.newton@linaro.org>
7488
7489         * elf/dl-lookup.c (do_lookup_x): Remove comment
7490         referring to nested function and move variable
7491         declarations down to before first use.
7492
7493 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7494
7495         [BZ #16799]
7496         [BZ #16800]
7497         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7498         with 0 numerator.
7499         * math/s_catanf.c (__catanf): Likewise.
7500         * math/s_catanh.c (__catanh): Likewise.
7501         * math/s_catanhf.c (__catanhf): Likewise.
7502         * math/s_catanhl.c (__catanhl): Likewise.
7503         * math/s_catanl.c (__catanl): Likewise.
7504         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7505         by positive zero when computing -Inf result.
7506         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7507         (catanh_test): Likewise.
7508         * sysdeps/i386/fpu/libm-test-ulps: Update.
7509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7510
7511         [BZ #16789]
7512         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7513         instead of using underflowing value in computing result.
7514         * math/s_clog10.c (__clog10): Likewise.
7515         * math/s_clog10f.c (__clog10f): Likewise.
7516         * math/s_clog10l.c (__clog10l): Likewise.
7517         * math/s_clogf.c (__clogf): Likewise.
7518         * math/s_clogl.c (__clogl): Likewise.
7519         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7520         (clog10_test): Likewise.
7521         * sysdeps/i386/fpu/libm-test-ulps: Update.
7522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7523
7524 2014-04-02  Alan Modra  <amodra@gmail.com>
7525
7526         [BZ #16739]
7527         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7528         output when value is near a power of two.  Use int64_t for lx and
7529         remove casts.  Use decimal rather than hex exponent constants.
7530         Don't use long double multiplication when double will suffice.
7531         * math/libm-test.inc (nextafter_test_data): Add tests.
7532         * NEWS: Add 16739 and 16786 to bug list.
7533
7534         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7535
7536         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7537
7538 2014-04-01  Will Newton  <will.newton@linaro.org>
7539
7540         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7541         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7542
7543 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7544
7545         [BZ #13347]
7546         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7547         * nptl/tst-setuid2.c: New file.
7548         * nptl/Makefile (xtests): Add tst-setuid2.
7549
7550 2014-04-01  Alan Modra  <amodra@gmail.com>
7551
7552         [BZ #16786]
7553         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7554
7555 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7556
7557         [BZ #6803]
7558         [BZ #6804]
7559         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7560         set errno as appropriate.
7561         * math/w_scalbf.c (__scalbf): Likewise.
7562         * math/w_scalbl.c (__scalbl): Likewise.
7563         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7564         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7565         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7566         Add more NaN tests.
7567
7568         [BZ #16349]
7569         * math/w_atan2.c: Include <errno.h>.
7570         (__atan2): Set errno for result underflowing to zero.
7571         * math/w_atan2f.c: Include <errno.h>.
7572         (__atan2f): Set errno for result underflowing to zero.
7573         * math/w_atan2l.c: Include <errno.h>.
7574         (__atan2l): Set errno for result underflowing to zero.
7575         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7576         tests.
7577         * math/auto-libm-test-out: Regenerated.
7578
7579 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7580
7581         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7582         Encode instruction correctly in little endian.
7583         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7584         Likewise.
7585         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7586         Likewise.
7587         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7588         Likewise.
7589         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7590         Likewise.
7591
7592 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7593
7594         [BZ #9894]
7595         * sysdeps/unix/sysv/linux/kernel-features.h
7596         [__sparc__ && !__arch64__ && !__sparc_v9__]
7597         (__ASSUME_SET_ROBUST_LIST): Do not define.
7598         [__sparc__ && !__arch64__ && !__sparc_v9__]
7599         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7600         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7601         Likewise.
7602         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7603         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7604         (__ASSUME_REQUEUE_PI): Likewise.
7605         (__ASSUME_SET_ROBUST_LIST): Likewise.
7606         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7607         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7608         Undefine.
7609         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7610         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7611         Likewise.
7612         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7613         Likewise.
7614         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7615         Likewise.
7616         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7617         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7618         Undefine.
7619         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7620         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7621         Likewise.
7622
7623         [BZ #16648]
7624         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7625         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7626         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7627
7628 2014-03-31  Will Newton  <will.newton@linaro.org>
7629
7630         * benchtests/Makefile (bench): Add ffs and ffsll to list
7631         of tests.
7632         * benchtests/ffs-inputs: New file.
7633         * benchtests/ffsll-inputs: Likewise.
7634
7635 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7636
7637         [BZ #16770]
7638         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7639         too large before casting to int.
7640         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7641         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7642         * math/libm-test.inc (scalb_test_data): Add more tests.
7643
7644 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7645
7646         * benchtests/Makefile (DETAILED_OPT): New make option.
7647         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7648         set.
7649         * benchtests/bench-skeleton.c: Include stdbool.h.
7650         (main): Store and print timings per input.
7651         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7652         member to each argument value.
7653         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7654         (_print_arg_data): Initialize per-input timing to 0.
7655
7656         * benchtests/Makefile (timing-type): New binary.
7657         (bench-clean): Also remove bench-timing-type.
7658         (bench): New target for timing-type.
7659         (bench-func): Print output in JSON format.
7660         * benchtests/bench-skeleton.c (main): Print output in JSON
7661         format.
7662         * benchtests/bench-timing-type.c: New file.
7663         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7664         (TIMING_PRINT_STATS): Remove.
7665         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7666         name separately.
7667
7668         * benchtests/bench-modf.c: Remove.
7669         * benchtests/modf-inputs: New inputs file.
7670
7671 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7672
7673         [BZ #16362]
7674         * math/s_clog10.c (M_PI_LOG10E): New macro.
7675         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7676         imaginary parts are 0.
7677         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7678         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7679         imaginary parts are 0.
7680         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7681         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7682         imaginary parts are 0.
7683         * math/libm-test.inc (clog10_test_data): Update expected results
7684         for when real and imaginary parts are 0.
7685
7686 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7687
7688         * elf/dl-load.c: Finish conversion of __builtin_expect into
7689         __glibc_{un}likely.
7690
7691 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7692
7693         [BZ #16348]
7694         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7695         1+x for argument with exponent below -67.
7696         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7697         Likewise.
7698         * math/auto-libm-test-in: Add more tests of exp.
7699         * math/auto-libm-test-out: Regenerated.
7700
7701 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7702
7703         [BZ #16759]
7704         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7705         (nscd_getnetgrent): Use it.
7706
7707         [BZ #16760]
7708         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7709         of stpcpy.
7710
7711 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7712
7713         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7714         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7715         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7716         (lll_robust_unlock): Remove out of line section. Use cfi
7717         intrinsics.
7718         (LLL_STUB_UNWIND_INFO*): Remove.
7719         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7720         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7721         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7722         (lll_robust_unlock): Remove out of line section. Use cfi
7723         intrinsics.
7724         (LLL_STUB_UNWIND_INFO*): Remove.
7725
7726 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7727
7728         [BZ #16758]
7729         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7730         blank values.
7731
7732 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7733
7734         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7735
7736 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7737
7738         [BZ #16198]
7739         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7740         fnstenv.
7741         * math/test-fenv-preserve.c: New file.
7742         * math/Makefile (tests): Add test-fenv-preserve.
7743
7744 2014-03-26  Will Newton <will.newton@linaro.org>
7745
7746         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7747
7748 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7749
7750         * scripts/versionlist.awk: Partition the version sets and emit all
7751         GLIBC_* (sorted) before all others (sorted).
7752
7753 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7754
7755         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7756         GLIBC_2.2.5 version.
7757
7758 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7759
7760         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7761         calls.
7762
7763         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7764         previous change.
7765
7766         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7767
7768 2014-03-25  Andreas Schwab  <schwab@suse.de>
7769
7770         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7771         label to be used after in6ailist is initialized.
7772
7773 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7774
7775         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7776         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7777
7778 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7779
7780         [BZ #16357]
7781         [BZ #16599]
7782         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7783         min_plus_half.
7784         (fp_formats): Update initializers.
7785         (init_fp_formats): Initialize new field.
7786         (output_for_one_input_case): Allow underflow for results up to
7787         min_plus_half.
7788         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7789         * math/auto-libm-test-in: Don't mark some underflows from asin and
7790         atanh as spurious.
7791         * math/auto-libm-test-out: Regenerated.
7792         * sysdeps/i386/fpu/libm-test-ulps: Update.
7793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7794
7795 2014-03-25  Andreas Schwab  <schwab@suse.de>
7796
7797         * libio/Makefile (tst-ftell-partial-wide-ENV)
7798         (tst-ftell-active-handler-ENV): Define.
7799
7800 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7801
7802         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7803
7804 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7805
7806         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7807
7808 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7809
7810         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7811         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7812         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7813
7814 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7815
7816         [BZ #16634]
7817         * elf/dl-load.c (open_verify): Add mode parameter.
7818         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7819         (open_path): Change from boolean 'secure' to complete flag 'mode'
7820         (_dl_map_object): Adjust.
7821         * elf/Makefile (tests): Add tst-dlopen-aout.
7822         * elf/tst-dlopen-aout.c: New test.
7823
7824 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7825
7826         [BZ #16714]
7827         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7828         (struct stat): Rename member pad0 to __glibc_reserved0.
7829
7830         [BZ #16712]
7831         * sysdeps/s390/s390-32/bits/wordsize.h
7832         (__WORDSIZE32_SIZE_ULONG): New define.
7833         * sysdeps/s390/s390-64/bits/wordsize.h
7834         (__WORDSIZE32_SIZE_ULONG): Likewise.
7835         * sysdeps/generic/stdint.h (SIZE_MAX):
7836         Define as UL if __WORDSIZE32_SIZE_ULONG.
7837
7838         [BZ #16713]
7839         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7840         (__glibc_reserved0): New variable.
7841         (sa_flags): Change type to int.
7842
7843         * posix/Makefile (before-compile): Use += before-compile instead
7844         of a :=.
7845
7846         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7847         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7848
7849 2014-03-20  Andreas Schwab  <schwab@suse.de>
7850
7851         [BZ #16743]
7852         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7853         non-matching result from nscd.
7854
7855 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7856
7857         * scripts/bench.py: Moved to ...
7858         * benchtests/scripts/bench.py: ... here.
7859         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7860
7861 2014-03-24  Andreas Schwab  <schwab@suse.de>
7862
7863         [BZ #16002]
7864         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7865         alloca_account and account alloca use for struct in6ailist.
7866
7867 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7868
7869         [BZ #16284]
7870         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7871         rounding mode to recompute results that overflow to infinity or
7872         underflow to zero.
7873         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7874         bug 16284.
7875         * math/auto-libm-test-out: Regenerated.
7876         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7877         (ccosh_test): Likewise.
7878         (csin_test_data): Use plus_oflow.
7879         (csin_test): Use ALL_RM_TEST.
7880         (csinh_test_data): Use plus_oflow.
7881         (csinh_test): Use ALL_RM_TEST.
7882         * sysdeps/i386/fpu/libm-test-ulps: Update.
7883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7884
7885 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7886
7887         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7888         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7889         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7890
7891         [BZ #16731]
7892         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7893         when x - 1 is zero.
7894         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7895         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7896         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7897         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7898         argument is 1.
7899         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7900         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7901         zero.
7902         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7903         * sysdeps/i386/fpu/libm-test-ulps: Update.
7904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7905
7906 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7907
7908         * scripts/bench.pl: Remove file.
7909         * scripts/bench.py: New benchmark script.
7910         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7911         * benchtests/README: Mention python dependency.
7912         * scripts/pylintrc: New file.
7913         * scripts/pylint: New file.
7914
7915         * bits/mathdef.h: Use #ifdef instead of #if.
7916         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7917         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7918         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7919         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7920         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7921         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7922
7923 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7924             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7925
7926         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7927         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7928         and strpbrk-ppc64 objects.
7929         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7930         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7931         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7932         multiarch strpbrk for POWER7.
7933         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7934         multiarch strpbrk for PPC64.
7935         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7936         ifunc selector.
7937         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7938         strpbrk for POWER7.
7939
7940 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7941
7942         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7943         (atan_test): Likewise.
7944         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7945         (atanh_test): Use ALL_RM_TEST.
7946         (atan2_test_data): Likewise.
7947         (cabs_test): Likewise.
7948         (cacosh_test): Likewise.
7949         (carg_test): Likewise.
7950         (casin_test): Likewise.
7951         (casinh_test): Likewise.
7952         (cbrt_test): Likewise.
7953         (csqrt_test): Likewise.
7954         (erf_test): Likewise.
7955         (erfc_test): Likewise.
7956         (pow10_test): Likewise.
7957         (exp2_test): Likewise.
7958         (hypot_test): Likewise.
7959         (j0_test): Likewise.
7960         (j1_test): Likewise.
7961         (lgamma_test): Likewise.
7962         (gamma_test): Likewise.
7963         (sincos_test): Likewise.
7964         (tanh_test): Likewise.
7965         (y0_test): Likewise.
7966         (y1_test): Likewise.
7967         * sysdeps/i386/fpu/libm-test-ulps: Update.
7968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7969
7970 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7971
7972         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7973         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7974         and strcspn-ppc64 objects.
7975         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7976         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7977         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7978         multiarch strcspn for POWER7.
7979         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7980         multiarch strcspn for PPC64.
7981         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7982         ifunc selector.
7983         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7984         strcspn for POWER7.
7985
7986 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7987
7988         * math/gen-libm-test.pl (generate_testfile): Expect only function
7989         name as argument to AUTO_TESTS_* and pass results for all rounding
7990         modes to parse_args.
7991         (parse_auto_input): Separate inputs of automatic tests from
7992         outputs before storing in %auto_tests.
7993         * math/libm-test.inc (acos_test_data): Update call to
7994         AUTO_TESTS_f_f.
7995         (acos_test): Use ALL_RM_TEST.
7996         (acos_tonearest_test_data): Remove.
7997         (acos_test_tonearest): Likewise.
7998         (acos_towardzero_test_data): Likewise.
7999         (acos_test_towardzero): Likewise.
8000         (acos_downward_test_data): Likewise.
8001         (acos_test_downward): Likewise.
8002         (acos_upward_test_data): Likewise.
8003         (acos_test_upward): Likewise.
8004         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8005         (asin_test_data): Likewise.
8006         (asin_test): Use ALL_RM_TEST.
8007         (asin_tonearest_test_data): Remove.
8008         (asin_test_tonearest): Likewise.
8009         (asin_towardzero_test_data): Likewise.
8010         (asin_test_towardzero): Likewise.
8011         (asin_downward_test_data): Likewise.
8012         (asin_test_downward): Likewise.
8013         (asin_upward_test_data): Likewise.
8014         (asin_test_upward): Likewise.
8015         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8016         (atan_test_data): Likewise.
8017         (atanh_test_data): Likewise.
8018         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8019         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8020         (carg_test_data): Likewise.
8021         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8022         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8023         (ccosh_test_data): Likewise.
8024         (cexp_test_data): Likewise.
8025         (clog_test_data): Likewise.
8026         (clog10_test_data): Likewise.
8027         (cos_test_data): Update call to AUTO_TESTS_f_f.
8028         (cos_test): Use ALL_RM_TEST.
8029         (cos_tonearest_test_data): Remove.
8030         (cos_test_tonearest): Likewise.
8031         (cos_towardzero_test_data): Likewise.
8032         (cos_test_towardzero): Likewise.
8033         (cos_downward_test_data): Likewise.
8034         (cos_test_downward): Likewise.
8035         (cos_upward_test_data): Likewise.
8036         (cos_test_upward): Likewise.
8037         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8038         (cosh_test): Use ALL_RM_TEST.
8039         (cosh_tonearest_test_data): Remove.
8040         (cosh_test_tonearest): Likewise.
8041         (cosh_towardzero_test_data): Likewise.
8042         (cosh_test_towardzero): Likewise.
8043         (cosh_downward_test_data): Likewise.
8044         (cosh_test_downward): Likewise.
8045         (cosh_upward_test_data): Likewise.
8046         (cosh_test_upward): Likewise.
8047         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8048         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8049         (ctan_test_data): Likewise.
8050         (ctan_test): Use ALL_RM_TEST.
8051         (ctan_tonearest_test_data): Remove.
8052         (ctan_test_tonearest): Likewise.
8053         (ctan_towardzero_test_data): Likewise.
8054         (ctan_test_towardzero): Likewise.
8055         (ctan_downward_test_data): Likewise.
8056         (ctan_test_downward): Likewise.
8057         (ctan_upward_test_data): Likewise.
8058         (ctan_test_upward): Likewise.
8059         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8060         (ctanh_test): Use ALL_RM_TEST.
8061         (ctanh_tonearest_test_data): Remove.
8062         (ctanh_test_tonearest): Likewise.
8063         (ctanh_towardzero_test_data): Likewise.
8064         (ctanh_test_towardzero): Likewise.
8065         (ctanh_downward_test_data): Likewise.
8066         (ctanh_test_downward): Likewise.
8067         (ctanh_upward_test_data): Likewise.
8068         (ctanh_test_upward): Likewise.
8069         (erf_test_data): Update call to AUTO_TESTS_f_f.
8070         (erfc_test_data): Likewise.
8071         (exp_test_data): Likewise.
8072         (exp_test): Use ALL_RM_TEST.
8073         (exp_tonearest_test_data): Remove.
8074         (exp_test_tonearest): Likewise.
8075         (exp_towardzero_test_data): Likewise.
8076         (exp_test_towardzero): Likewise.
8077         (exp_downward_test_data): Likewise.
8078         (exp_test_downward): Likewise.
8079         (exp_upward_test_data): Likewise.
8080         (exp_test_upward): Likewise.
8081         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8082         (exp10_test): Use ALL_RM_TEST.
8083         (exp10_tonearest_test_data): Remove.
8084         (exp10_test_tonearest): Likewise.
8085         (exp10_towardzero_test_data): Likewise.
8086         (exp10_test_towardzero): Likewise.
8087         (exp10_downward_test_data): Likewise.
8088         (exp10_test_downward): Likewise.
8089         (exp10_upward_test_data): Likewise.
8090         (exp10_test_upward): Likewise.
8091         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8092         (expm1_test_data): Likewise.
8093         (expm1_test): Use ALL_RM_TEST.
8094         (expm1_tonearest_test_data): Remove.
8095         (expm1_test_tonearest): Likewise.
8096         (expm1_towardzero_test_data): Likewise.
8097         (expm1_test_towardzero): Likewise.
8098         (expm1_downward_test_data): Likewise.
8099         (expm1_test_downward): Likewise.
8100         (expm1_upward_test_data): Likewise.
8101         (expm1_test_upward): Likewise.
8102         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8103         (fma_test): Use ALL_RM_TEST.
8104         (fma_towardzero_test_data): Remove.
8105         (fma_test_towardzero): Likewise.
8106         (fma_downward_test_data): Likewise.
8107         (fma_test_downward): Likewise.
8108         (fma_upward_test_data): Likewise.
8109         (fma_test_upward): Likewise.
8110         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8111         (j0_test_data): Update call to AUTO_TESTS_f_f.
8112         (j1_test_data): Likewise.
8113         (jn_test_data): Update call to AUTO_TESTS_if_f.
8114         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8115         (log_test_data): Update call to AUTO_TESTS_f_f.
8116         (log10_test_data): Likewise.
8117         (log1p_test_data): Likewise.
8118         (log2_test_data): Likewise.
8119         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8120         (pow_tonearest_test_data): Likewise.
8121         (sin_test_data): Update call to AUTO_TESTS_f_f.
8122         (sin_test): Use ALL_RM_TEST.
8123         (sin_tonearest_test_data): Remove.
8124         (sin_test_tonearest): Likewise.
8125         (sin_towardzero_test_data): Likewise.
8126         (sin_test_towardzero): Likewise.
8127         (sin_downward_test_data): Likewise.
8128         (sin_test_downward): Likewise.
8129         (sin_upward_test_data): Likewise.
8130         (sin_test_upward): Likewise.
8131         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8132         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8133         (sinh_test): Use ALL_RM_TEST.
8134         (sinh_tonearest_test_data): Remove.
8135         (sinh_test_tonearest): Likewise.
8136         (sinh_towardzero_test_data): Likewise.
8137         (sinh_test_towardzero): Likewise.
8138         (sinh_downward_test_data): Likewise.
8139         (sinh_test_downward): Likewise.
8140         (sinh_upward_test_data): Likewise.
8141         (sinh_test_upward): Likewise.
8142         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8143         (sqrt_test): Use ALL_RM_TEST.
8144         (sqrt_tonearest_test_data): Remove.
8145         (sqrt_test_tonearest): Likewise.
8146         (sqrt_towardzero_test_data): Likewise.
8147         (sqrt_test_towardzero): Likewise.
8148         (sqrt_downward_test_data): Likewise.
8149         (sqrt_test_downward): Likewise.
8150         (sqrt_upward_test_data): Likewise.
8151         (sqrt_test_upward): Likewise.
8152         (tan_test_data): Update call to AUTO_TESTS_f_f.
8153         (tan_test): Use ALL_RM_TEST.
8154         (tan_tonearest_test_data): Remove.
8155         (tan_test_tonearest): Likewise.
8156         (tan_towardzero_test_data): Likewise.
8157         (tan_test_towardzero): Likewise.
8158         (tan_downward_test_data): Likewise.
8159         (tan_test_downward): Likewise.
8160         (tan_upward_test_data): Likewise.
8161         (tan_test_upward): Likewise.
8162         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8163         (tgamma_test_data): Likewise.
8164         (y0_test_data): Likewise.
8165         (y1_test_data): Likewise.
8166         (yn_test_data): Update call to AUTO_TESTS_if_f.
8167         (main): Do not call removed functions.
8168
8169 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8170
8171         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8172         (ldexp_test_data): Remove.
8173         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8174         scalbn_test_data.
8175         (scalb_test): Use ALL_RM_TEST.
8176
8177 2014-03-19  Andreas Schwab  <schwab@suse.de>
8178
8179         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8180
8181 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8182
8183         [BZ #16649]
8184         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8185         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8186         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8187         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8188         (__ASSUME_PREADV): Undefine.
8189         (__ASSUME_PWRITEV): Likewise.
8190
8191 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8192
8193         * bits/mman-linux.h: Add comment about non-Linux use.
8194         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8195         bits/mman-linux.h resting place.
8196
8197         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8198         * bits/mman-linux.h: ... here.
8199
8200 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8201
8202         * conform/conformtest.pl: Add standard definition when calling C
8203         preprocessor on data files.
8204         (checknamespace): Remove unused variable.
8205
8206 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8207
8208         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8209         minus_oflow, plus_uflow and minus_uflow in expected results.
8210         * math/libm-test.inc (scalbn_test_data): Add more tests of
8211         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8212         minus_uflow.
8213         (scalbn_test): Use ALL_RM_TEST.
8214         (scalbln_test_data): Add more tests of negative arguments.  Use
8215         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8216         (scalbln_test): Use ALL_RM_TEST.
8217
8218 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8219
8220         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8221
8222 2014-03-18  Will Newton  <will.newton@linaro.org>
8223
8224         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8225         inaccurate comment.
8226
8227 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8228
8229         * Makerules [!subdir] (check-abi): Exit with error status if a
8230         test failed.
8231
8232 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8233
8234         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8235         for rint.  Include results for all rounding modes.
8236         (nearbyint_test): Use ALL_RM_TEST.
8237         (rint_test_data): Include all tests used for nearbyint.
8238
8239 2014-03-17  Will Newton  <will.newton@linaro.org>
8240
8241         * nptl/sysdeps/pthread/pthread.h: Revert previous
8242         change.
8243
8244         * sysdeps/generic/ldsodefs.h: Revert previous
8245         change.
8246
8247         * libio/genops.c: Revert previous change.
8248         * libio/libioP.h: Likewise.
8249         * stdio-common/vfprintf.c: Likewise.
8250
8251         * sysdeps/generic/math_private.h: Revert previous
8252         change.
8253
8254         * sysdeps/generic/math_private.h: Check whether
8255         HAVE_RM_CTX is defined with #ifdef rather
8256         than #if.
8257
8258         * argp/argp-fmtstream.h: Check whether
8259         __STRICT_ANSI__ is defined with #ifdef rather
8260         than #if.
8261         * argp/argp.h: Likewise.
8262
8263         * libio/genops.c: Check whether
8264         _IO_JUMPS_OFFSET is defined with #ifdef rather
8265         than #if.
8266         * libio/libioP.h: Likewise.
8267         * stdio-common/vfprintf.c: Likewise.
8268
8269         * sysdeps/generic/ldsodefs.h: Check whether
8270         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8271         than #if.
8272
8273         * nptl/sysdeps/pthread/pthread.h: Check
8274         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8275         its value.
8276
8277 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8278
8279         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8280         setting O_APPEND.
8281         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8282         test case.
8283
8284         [BZ #16680]
8285         * libio/fileops.c (_IO_file_open): Seek to end of file but
8286         don't cache the offset.
8287         (get_file_offset): Remove function.
8288         (do_ftell): Use cached offset when available.
8289         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8290         don't cache the offset.
8291         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8292         case.
8293         (do_one_test): Call it.
8294         (do_ftell_test): Fix up expected old offset for a+ mode.
8295         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8296         available.
8297
8298         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8299         up test status with function return status.
8300         (do_write_test): Likewise.
8301         (do_append_test): Likewise.
8302
8303         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8304         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8305         Remove.
8306
8307 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8308
8309         * math/gen-libm-test.pl (parse_args): Handle results specified for
8310         each rounding mode separately.
8311         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8312         tests and results from lrint_tonearest_test_data,
8313         lrint_towardzero_test_data, lrint_downward_test_data and
8314         lrint_upward_test_data.
8315         (lrint_test): Use ALL_RM_TEST.
8316         (lrint_tonearest_test_data): Remove.
8317         (lrint_test_tonearest): Likewise.
8318         (lrint_towardzero_test_data): Likewise.
8319         (lrint_test_towardzero): Likewise.
8320         (lrint_downward_test_data): Likewise.
8321         (lrint_test_downward): Likewise.
8322         (lrint_upward_test_data): Likewise.
8323         (lrint_test_upward): Likewise.
8324         (llrint_test_data): Merge in per-rounding-mode tests and results
8325         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8326         llrint_downward_test_data and llrint_upward_test_data.
8327         (llrint_test): Use ALL_RM_TEST.
8328         (llrint_tonearest_test_data): Remove.
8329         (llrint_test_tonearest): Likewise.
8330         (llrint_towardzero_test_data): Likewise.
8331         (llrint_test_towardzero): Likewise.
8332         (llrint_downward_test_data): Likewise.
8333         (llrint_test_downward): Likewise.
8334         (llrint_upward_test_data): Likewise.
8335         (llrint_test_upward): Likewise.
8336         (rint_test_data): Merge in per-rounding-mode tests and results
8337         from rint_tonearest_test_data, rint_towardzero_test_data,
8338         rint_downward_test_data and rint_upward_test_data.  Add
8339         per-rounding-mode results for tests not in those arrays.
8340         (rint_test): Use ALL_RM_TEST.
8341         (rint_tonearest_test_data): Remove.
8342         (rint_test_tonearest): Likewise.
8343         (rint_towardzero_test_data): Likewise.
8344         (rint_test_towardzero): Likewise.
8345         (rint_downward_test_data): Likewise.
8346         (rint_test_downward): Likewise.
8347         (rint_upward_test_data): Likewise.
8348         (rint_test_upward): Likewise.
8349         (main): Don't call removed functions.
8350
8351 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8352
8353         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8354         "Compiled on ..." crapola.  It is anti-useful.
8355
8356 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8357
8358         * scripts/evaluate-test.sh: Handle fourth argument to determine
8359         whether test run should stop on failure.
8360         * Makeconfig (stop-on-test-failure): New variable.
8361         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8362         $(stop-on-test-failure).
8363         * Makefile (tests): Give a summary of results from testing and
8364         exit with failure status if they include an ERROR or FAIL.
8365         (xtests): Likewise.
8366         * manual/install.texi (Configuring and compiling): Mention
8367         stop-on-test-failure=y.
8368         * INSTALL: Regenerated.
8369
8370 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8371
8372         * scripts/versionlist.awk: New file.
8373         * Makerules [$(build-shared) = yes]
8374         (postclean-generated): Add Versions.def, not Versions.def.v and
8375         Versions.def.v.i.
8376         ($(common-objpfx)Versions.def.v.i): Target removed.
8377         ($(common-objpfx)Versions.def): New target.
8378         ($(common-objpfx)Versions.all): Depend on that rather that
8379         $(common-objpfx)Versions.def.v.
8380         * Versions.def: File removed.
8381
8382         * Makeconfig (+gccwarn): Add -Wundef.
8383         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8384         a dl-sysdep.h breaking its contract.
8385         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8386         * include/stackinfo.h: New file.
8387         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8388         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8389         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8390         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8391         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8392         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8393         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8394         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8395         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8396         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8397         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8398         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8399         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8400         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8401         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8402
8403 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8404
8405         [BZ #16707]
8406         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8407         implementation.
8408         * math/libm-test.inc (round_test_data): Add more tests.
8409
8410         [BZ #16706]
8411         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8412         implementation.
8413         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8414
8415         [BZ #16701]
8416         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8417         implementation.
8418         * math/libm-test.inc (ceil_test_data): Add more tests.
8419
8420         * math/libm-test.inc (trunc_test_data): Add more tests related to
8421         BZ#16414.
8422
8423 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8424
8425         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8426         with #if rather than #ifdef.
8427         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8428
8429 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8430
8431         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8432         first.  Disable AVX-512 GCC support if assembler doesn't support
8433         it.
8434         * sysdeps/x86_64/configure: Regenerated.
8435
8436 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8437
8438         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8439         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8440         (__old_pthread_attr_setstack): Likewise.
8441         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8442         [!_STACK_GROWS_DOWN]: Likewise.
8443
8444 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8445
8446         * config.make.in (have-bash2): Delete.
8447         * configure.ac (libc_cv_have_bash2): Delete.
8448         * configure: Regenerate.
8449         * elf/Makefile (common-ldd-rewrite): Rename to ...
8450         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8451         (sh-ldd-rewrite): Delete.
8452         (bash-ldd-rewrite): Delete.
8453         (have-bash2): Delete checks.
8454         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8455         ldd-rewrite.
8456
8457         * config.make.in (have-ksh): Delete.
8458         (KSH): Delete.
8459         * configure.ac (libc_cv_have_ksh): Delete.
8460         * configure: Regenerate.
8461
8462         * elf/Makefile: Delete $(have-ksh) check.
8463         ($(objpfx)sotruss): Change KSH to BASH.
8464         * elf/sotruss.ksh: Rename to ...
8465         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8466         function style to match POSIX.  Drop ksh vim mode setting.
8467
8468         * manual/time.texi (Specifying the Time Zone with TZ): Change
8469         Tuesday to Thursday.
8470
8471         * debug/tst-longjmp_chk2.c: Update header comment.
8472         (stackoverflow_handler): Add comment.  Call assert on pass value.
8473
8474 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8475
8476         [BZ #16194]
8477         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8478         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8479         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8480         (La_x86_64_vector): Add zmm.
8481         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8482         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8483         ($(objpfx)tst-audit10): New target.
8484         ($(objpfx)tst-audit10.out): Likewise.
8485         (tst-audit10-ENV): New.
8486         (AVX512-CFLAGS): Likewise.
8487         (CFLAGS-tst-audit10.c): Likewise.
8488         (CFLAGS-tst-auditmod10a.c): Likewise.
8489         (CFLAGS-tst-auditmod10b.c): Likewise.
8490         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8491         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8492         * sysdeps/x86_64/configure: Regenerated.
8493         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8494         AVX-512 zmm register support.
8495         (_dl_x86_64_save_sse): Likewise.
8496         (_dl_x86_64_restore_sse): Likewise.
8497         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8498         size vector registers.
8499         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8500         (ZMM_SIZE): Likewise.
8501         * sysdeps/x86_64/tst-audit10.c: New file.
8502         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8503         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8504
8505 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8506
8507         * configure.ac (HAVE_EHDR_START): New check.
8508         * configure: Regenerated.
8509         * config.h.in (HAVE_EHDR_START): New #undef.
8510         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8511         assuming the lowest-addressed segment maps the start of the file.
8512
8513 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8514
8515         * INSTALL: Regenerated.
8516
8517 2014-03-13  Will Newton  <will.newton@linaro.org>
8518
8519         * manual/setjmp.texi (System V contexts): Improve
8520         clarity and grammar of documentation.
8521
8522 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8523
8524         [BZ #16381]
8525         * elf/Makefile (tests): Add tst-pie2.
8526         (tests-pie): Add tst-pie2.
8527         * elf/tst-pie2.c: New file.
8528         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8529         for ET_EXEC.
8530         * elf/rtld.c (map_doit): Load executable as lt_executable.
8531         (dl_main): Likewise.
8532
8533 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8534
8535         [BZ #16642]
8536         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8537         (__ASSUME_PSELECT): Undefine.
8538
8539 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8540
8541         [BZ #16689]
8542         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8543         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8544         static build.
8545         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8546         selector for static builds.
8547
8548 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8549
8550         [BZ #16695]
8551         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8552         key in the buffer.
8553
8554 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8555
8556         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8557         IFUNC selector for static builds.
8558
8559 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8560
8561         * sysdeps/mips/math_private.h [__mips_hard_float]
8562         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8563         libc_feresetround_mips_ctx.
8564         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8565         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8566         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8567
8568         [BZ #16677]
8569         * math/s_nextafter.c (__nextafter): Do not return value from
8570         overflowing computation.
8571         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8572         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8573         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8574         Likewise.
8575         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8576         Likewise.
8577         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8578         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8579
8580 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8581
8582         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8583         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8584         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8585         the new mov targetting sp.
8586
8587 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8588
8589         [BZ #16683]
8590         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8591         Define it for static builds as well.
8592         (NO_BZERO_IMPL): Likewise.
8593
8594 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8595
8596         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8597         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8598         multiarch strspn for PPC64.
8599         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8600         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8601         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8602         (__libc_ifunc_impl_list): Likewise.
8603         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8604         multiarch optimizations
8605         * string/strspn.c (strspn): Using macro to redefine symbol name.
8606
8607 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8608             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8609
8610         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8611         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8612         multiarch strncat for PPC64.
8613         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8614         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8615         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8616         (__libc_ifunc_impl_list): Likewise.
8617         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8618         multiarch optimizations
8619
8620 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8621
8622         [BZ #16639]
8623         * nscd/nscd.service: Make service type forking.
8624
8625 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8626
8627         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8628         sign in non default rounding modes.
8629         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8630
8631 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8632
8633         * math/libm-test.inc (ALL_RM_TEST): New macro.
8634         (ceil_test): Use ALL_RM_TEST.
8635         (cimag_test): Likewise.
8636         (conj_test): Likewise.
8637         (copysign_test): Likewise.
8638         (cproj_test): Likewise.
8639         (creal_test): Likewise.
8640         (fabs_test): Likewise.
8641         (floor_test): Likewise.
8642         (fmax_test): Likewise.
8643         (fmin_test): Likewise.
8644         (fmod_test): Likewise.
8645         (fpclassify_test): Likewise.
8646         (frexp_test): Likewise.
8647         (ilogb_test): Likewise.
8648         (isfinite_test): Likewise.
8649         (finite_test): Likewise.
8650         (isgreater_test): Likewise.
8651         (isgreaterequal_test): Likewise.
8652         (isinf_test): Likewise.
8653         (isless_test): Likewise.
8654         (islessequal_test): Likewise.
8655         (islessgreater_test): Likewise.
8656         (isnan_test): Likewise.
8657         (isnormal_test): Likewise.
8658         (issignaling_test): Likewise.
8659         (isunordered_test): Likewise.
8660         (logb_test): Likewise.
8661         (logb_downward_test_data): Remove.
8662         (logb_test_downward): Likewise.
8663         (lround_test): Use ALL_RM_TEST.
8664         (llround_test): Likewise.
8665         (modf_test): Likewise.
8666         (nexttoward_test): Likewise.
8667         (remainder_test): Likewise.
8668         (drem_test): Likewise.
8669         (remainder_tonearest_test_data): Likewise.
8670         (remainder_test_tonearest): Likewise.
8671         (drem_test_tonearest): Likewise.
8672         (remainder_towardzero_test_data): Likewise.
8673         (remainder_test_towardzero): Likewise.
8674         (drem_test_towardzero): Likewise.
8675         (remainder_downward_test_data): Likewise.
8676         (remainder_test_downward): Likewise.
8677         (drem_test_downward): Likewise.
8678         (remainder_upward_test_data): Likewise.
8679         (remainder_test_upward): Likewise.
8680         (drem_test_upward): Likewise.
8681         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8682         (round_test): Use ALL_RM_TEST.
8683         (signbit_test): Likewise.
8684         (trunc_test): Likewise.
8685         (significand_test): Likewise.
8686         (main): Don't call removed functions.
8687
8688 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8689
8690         [BZ #16674]
8691         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8692         || __USE_XOPEN2K8].
8693         (ILL_ILLOPN): Likewise.
8694         (ILL_ILLADR): Likewise.
8695         (ILL_ILLTRP): Likewise.
8696         (ILL_PRVOPC): Likewise.
8697         (ILL_PRVREG): Likewise.
8698         (ILL_COPROC): Likewise.
8699         (ILL_BADSTK): Likewise.
8700         (FPE_INTDIV): Likewise.
8701         (FPE_INTOVF): Likewise.
8702         (FPE_FLTDIV): Likewise.
8703         (FPE_FLTOVF): Likewise.
8704         (FPE_FLTUND): Likewise.
8705         (FPE_FLTRES): Likewise.
8706         (FPE_FLTINV): Likewise.
8707         (FPE_FLTSUB): Likewise.
8708         (SEGV_MAPERR): Likewise.
8709         (SEGV_ACCERR): Likewise.
8710         (BUS_ADRALN): Likewise.
8711         (BUS_ADRERR): Likewise.
8712         (BUS_OBJERR): Likewise.
8713         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8714         (TRAP_TRACE): Likewise.
8715         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8716         __USE_XOPEN2K8].
8717         (CLD_KILLED): Likewise.
8718         (CLD_DUMPED): Likewise.
8719         (CLD_TRAPPED): Likewise.
8720         (CLD_STOPPED): Likewise.
8721         (CLD_CONTINUED): Likewise.
8722         (POLL_IN): Likewise.
8723         (POLL_OUT): Likewise.
8724         (POLL_MSG): Likewise.
8725         (POLL_ERR): Likewise.
8726         (POLL_PRI): Likewise.
8727         (POLL_HUP): Likewise.
8728         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8729         Likewise.
8730         (ILL_ILLOPN): Likewise.
8731         (ILL_ILLADR): Likewise.
8732         (ILL_ILLTRP): Likewise.
8733         (ILL_PRVOPC): Likewise.
8734         (ILL_PRVREG): Likewise.
8735         (ILL_COPROC): Likewise.
8736         (ILL_BADSTK): Likewise.
8737         (FPE_INTDIV): Likewise.
8738         (FPE_INTOVF): Likewise.
8739         (FPE_FLTDIV): Likewise.
8740         (FPE_FLTOVF): Likewise.
8741         (FPE_FLTUND): Likewise.
8742         (FPE_FLTRES): Likewise.
8743         (FPE_FLTINV): Likewise.
8744         (FPE_FLTSUB): Likewise.
8745         (SEGV_MAPERR): Likewise.
8746         (SEGV_ACCERR): Likewise.
8747         (BUS_ADRALN): Likewise.
8748         (BUS_ADRERR): Likewise.
8749         (BUS_OBJERR): Likewise.
8750         (BUS_MCEERR_AR): Likewise.
8751         (BUS_MCEERR_AO): Likewise.
8752         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8753         (TRAP_TRACE): Likewise.
8754         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8755         __USE_XOPEN2K8].
8756         (CLD_KILLED): Likewise.
8757         (CLD_DUMPED): Likewise.
8758         (CLD_TRAPPED): Likewise.
8759         (CLD_STOPPED): Likewise.
8760         (CLD_CONTINUED): Likewise.
8761         (POLL_IN): Likewise.
8762         (POLL_OUT): Likewise.
8763         (POLL_MSG): Likewise.
8764         (POLL_ERR): Likewise.
8765         (POLL_PRI): Likewise.
8766         (POLL_HUP): Likewise.
8767         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8768         (ILL_ILLOPN): Likewise.
8769         (ILL_ILLADR): Likewise.
8770         (ILL_ILLTRP): Likewise.
8771         (ILL_PRVOPC): Likewise.
8772         (ILL_PRVREG): Likewise.
8773         (ILL_COPROC): Likewise.
8774         (ILL_BADSTK): Likewise.
8775         (FPE_INTDIV): Likewise.
8776         (FPE_INTOVF): Likewise.
8777         (FPE_FLTDIV): Likewise.
8778         (FPE_FLTOVF): Likewise.
8779         (FPE_FLTUND): Likewise.
8780         (FPE_FLTRES): Likewise.
8781         (FPE_FLTINV): Likewise.
8782         (FPE_FLTSUB): Likewise.
8783         (SEGV_MAPERR): Likewise.
8784         (SEGV_ACCERR): Likewise.
8785         (BUS_ADRALN): Likewise.
8786         (BUS_ADRERR): Likewise.
8787         (BUS_OBJERR): Likewise.
8788         (BUS_MCEERR_AR): Likewise.
8789         (BUS_MCEERR_AO): Likewise.
8790         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8791         (TRAP_TRACE): Likewise.
8792         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8793         __USE_XOPEN2K8].
8794         (CLD_KILLED): Likewise.
8795         (CLD_DUMPED): Likewise.
8796         (CLD_TRAPPED): Likewise.
8797         (CLD_STOPPED): Likewise.
8798         (CLD_CONTINUED): Likewise.
8799         (POLL_IN): Likewise.
8800         (POLL_OUT): Likewise.
8801         (POLL_MSG): Likewise.
8802         (POLL_ERR): Likewise.
8803         (POLL_PRI): Likewise.
8804         (POLL_HUP): Likewise.
8805         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8806         Likewise.
8807         (ILL_ILLOPN): Likewise.
8808         (ILL_ILLADR): Likewise.
8809         (ILL_ILLTRP): Likewise.
8810         (ILL_PRVOPC): Likewise.
8811         (ILL_PRVREG): Likewise.
8812         (ILL_COPROC): Likewise.
8813         (ILL_BADSTK): Likewise.
8814         (ILL_BADIADDR): Likewise.
8815         (ILL_BREAK): Likewise.
8816         (FPE_INTDIV): Likewise.
8817         (FPE_INTOVF): Likewise.
8818         (FPE_FLTDIV): Likewise.
8819         (FPE_FLTOVF): Likewise.
8820         (FPE_FLTUND): Likewise.
8821         (FPE_FLTRES): Likewise.
8822         (FPE_FLTINV): Likewise.
8823         (FPE_FLTSUB): Likewise.
8824         (FPE_DECOVF): Likewise.
8825         (FPE_DECDIV): Likewise.
8826         (FPE_DECERR): Likewise.
8827         (FPE_INVASC): Likewise.
8828         (FPE_INVDEC): Likewise.
8829         (SEGV_MAPERR): Likewise.
8830         (SEGV_ACCERR): Likewise.
8831         (SEGV_PSTKOVF): Likewise.
8832         (BUS_ADRALN): Likewise.
8833         (BUS_ADRERR): Likewise.
8834         (BUS_OBJERR): Likewise.
8835         (BUS_MCEERR_AR): Likewise.
8836         (BUS_MCEERR_AO): Likewise.
8837         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8838         (TRAP_TRACE): Likewise.
8839         (TRAP_BRANCH): Likewise.
8840         (TRAP_HWBKPT): Likewise.
8841         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8842         __USE_XOPEN2K8].
8843         (CLD_KILLED): Likewise.
8844         (CLD_DUMPED): Likewise.
8845         (CLD_TRAPPED): Likewise.
8846         (CLD_STOPPED): Likewise.
8847         (CLD_CONTINUED): Likewise.
8848         (POLL_IN): Likewise.
8849         (POLL_OUT): Likewise.
8850         (POLL_MSG): Likewise.
8851         (POLL_ERR): Likewise.
8852         (POLL_PRI): Likewise.
8853         (POLL_HUP): Likewise.
8854         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8855         (ILL_ILLOPN): Likewise.
8856         (ILL_ILLADR): Likewise.
8857         (ILL_ILLTRP): Likewise.
8858         (ILL_PRVOPC): Likewise.
8859         (ILL_PRVREG): Likewise.
8860         (ILL_COPROC): Likewise.
8861         (ILL_BADSTK): Likewise.
8862         (FPE_INTDIV): Likewise.
8863         (FPE_INTOVF): Likewise.
8864         (FPE_FLTDIV): Likewise.
8865         (FPE_FLTOVF): Likewise.
8866         (FPE_FLTUND): Likewise.
8867         (FPE_FLTRES): Likewise.
8868         (FPE_FLTINV): Likewise.
8869         (FPE_FLTSUB): Likewise.
8870         (SEGV_MAPERR): Likewise.
8871         (SEGV_ACCERR): Likewise.
8872         (BUS_ADRALN): Likewise.
8873         (BUS_ADRERR): Likewise.
8874         (BUS_OBJERR): Likewise.
8875         (BUS_MCEERR_AR): Likewise.
8876         (BUS_MCEERR_AO): Likewise.
8877         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8878         (TRAP_TRACE): Likewise.
8879         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8880         __USE_XOPEN2K8].
8881         (CLD_KILLED): Likewise.
8882         (CLD_DUMPED): Likewise.
8883         (CLD_TRAPPED): Likewise.
8884         (CLD_STOPPED): Likewise.
8885         (CLD_CONTINUED): Likewise.
8886         (POLL_IN): Likewise.
8887         (POLL_OUT): Likewise.
8888         (POLL_MSG): Likewise.
8889         (POLL_ERR): Likewise.
8890         (POLL_PRI): Likewise.
8891         (POLL_HUP): Likewise.
8892         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8893         (ILL_ILLOPN): Likewise.
8894         (ILL_ILLADR): Likewise.
8895         (ILL_ILLTRP): Likewise.
8896         (ILL_PRVOPC): Likewise.
8897         (ILL_PRVREG): Likewise.
8898         (ILL_COPROC): Likewise.
8899         (ILL_BADSTK): Likewise.
8900         (FPE_INTDIV): Likewise.
8901         (FPE_INTOVF): Likewise.
8902         (FPE_FLTDIV): Likewise.
8903         (FPE_FLTOVF): Likewise.
8904         (FPE_FLTUND): Likewise.
8905         (FPE_FLTRES): Likewise.
8906         (FPE_FLTINV): Likewise.
8907         (FPE_FLTSUB): Likewise.
8908         (SEGV_MAPERR): Likewise.
8909         (SEGV_ACCERR): Likewise.
8910         (BUS_ADRALN): Likewise.
8911         (BUS_ADRERR): Likewise.
8912         (BUS_OBJERR): Likewise.
8913         (BUS_MCEERR_AR): Likewise.
8914         (BUS_MCEERR_AO): Likewise.
8915         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8916         (TRAP_TRACE): Likewise.
8917         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8918         __USE_XOPEN2K8].
8919         (CLD_KILLED): Likewise.
8920         (CLD_DUMPED): Likewise.
8921         (CLD_TRAPPED): Likewise.
8922         (CLD_STOPPED): Likewise.
8923         (CLD_CONTINUED): Likewise.
8924         (POLL_IN): Likewise.
8925         (POLL_OUT): Likewise.
8926         (POLL_MSG): Likewise.
8927         (POLL_ERR): Likewise.
8928         (POLL_PRI): Likewise.
8929         (POLL_HUP): Likewise.
8930         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8931         (ILL_ILLOPN): Likewise.
8932         (ILL_ILLADR): Likewise.
8933         (ILL_ILLTRP): Likewise.
8934         (ILL_PRVOPC): Likewise.
8935         (ILL_PRVREG): Likewise.
8936         (ILL_COPROC): Likewise.
8937         (ILL_BADSTK): Likewise.
8938         (FPE_INTDIV): Likewise.
8939         (FPE_INTOVF): Likewise.
8940         (FPE_FLTDIV): Likewise.
8941         (FPE_FLTOVF): Likewise.
8942         (FPE_FLTUND): Likewise.
8943         (FPE_FLTRES): Likewise.
8944         (FPE_FLTINV): Likewise.
8945         (FPE_FLTSUB): Likewise.
8946         (SEGV_MAPERR): Likewise.
8947         (SEGV_ACCERR): Likewise.
8948         (BUS_ADRALN): Likewise.
8949         (BUS_ADRERR): Likewise.
8950         (BUS_OBJERR): Likewise.
8951         (BUS_MCEERR_AR): Likewise.
8952         (BUS_MCEERR_AO): Likewise.
8953         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8954         (TRAP_TRACE): Likewise.
8955         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8956         __USE_XOPEN2K8].
8957         (CLD_KILLED): Likewise.
8958         (CLD_DUMPED): Likewise.
8959         (CLD_TRAPPED): Likewise.
8960         (CLD_STOPPED): Likewise.
8961         (CLD_CONTINUED): Likewise.
8962         (POLL_IN): Likewise.
8963         (POLL_OUT): Likewise.
8964         (POLL_MSG): Likewise.
8965         (POLL_ERR): Likewise.
8966         (POLL_PRI): Likewise.
8967         (POLL_HUP): Likewise.
8968         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8969         (ILL_ILLOPN): Likewise.
8970         (ILL_ILLADR): Likewise.
8971         (ILL_ILLTRP): Likewise.
8972         (ILL_PRVOPC): Likewise.
8973         (ILL_PRVREG): Likewise.
8974         (ILL_COPROC): Likewise.
8975         (ILL_BADSTK): Likewise.
8976         (ILL_DBLFLT): Likewise.
8977         (ILL_HARDWALL): Likewise.
8978         (FPE_INTDIV): Likewise.
8979         (FPE_INTOVF): Likewise.
8980         (FPE_FLTDIV): Likewise.
8981         (FPE_FLTOVF): Likewise.
8982         (FPE_FLTUND): Likewise.
8983         (FPE_FLTRES): Likewise.
8984         (FPE_FLTINV): Likewise.
8985         (FPE_FLTSUB): Likewise.
8986         (SEGV_MAPERR): Likewise.
8987         (SEGV_ACCERR): Likewise.
8988         (BUS_ADRALN): Likewise.
8989         (BUS_ADRERR): Likewise.
8990         (BUS_OBJERR): Likewise.
8991         (BUS_MCEERR_AR): Likewise.
8992         (BUS_MCEERR_AO): Likewise.
8993         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8994         (TRAP_TRACE): Likewise.
8995         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8996         __USE_XOPEN2K8].
8997         (CLD_KILLED): Likewise.
8998         (CLD_DUMPED): Likewise.
8999         (CLD_TRAPPED): Likewise.
9000         (CLD_STOPPED): Likewise.
9001         (CLD_CONTINUED): Likewise.
9002         (POLL_IN): Likewise.
9003         (POLL_OUT): Likewise.
9004         (POLL_MSG): Likewise.
9005         (POLL_ERR): Likewise.
9006         (POLL_PRI): Likewise.
9007         (POLL_HUP): Likewise.
9008         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9009         (ILL_ILLOPN): Likewise.
9010         (ILL_ILLADR): Likewise.
9011         (ILL_ILLTRP): Likewise.
9012         (ILL_PRVOPC): Likewise.
9013         (ILL_PRVREG): Likewise.
9014         (ILL_COPROC): Likewise.
9015         (ILL_BADSTK): Likewise.
9016         (FPE_INTDIV): Likewise.
9017         (FPE_INTOVF): Likewise.
9018         (FPE_FLTDIV): Likewise.
9019         (FPE_FLTOVF): Likewise.
9020         (FPE_FLTUND): Likewise.
9021         (FPE_FLTRES): Likewise.
9022         (FPE_FLTINV): Likewise.
9023         (FPE_FLTSUB): Likewise.
9024         (SEGV_MAPERR): Likewise.
9025         (SEGV_ACCERR): Likewise.
9026         (BUS_ADRALN): Likewise.
9027         (BUS_ADRERR): Likewise.
9028         (BUS_OBJERR): Likewise.
9029         (BUS_MCEERR_AR): Likewise.
9030         (BUS_MCEERR_AO): Likewise.
9031         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9032         (TRAP_TRACE): Likewise.
9033         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9034         __USE_XOPEN2K8].
9035         (CLD_KILLED): Likewise.
9036         (CLD_DUMPED): Likewise.
9037         (CLD_TRAPPED): Likewise.
9038         (CLD_STOPPED): Likewise.
9039         (CLD_CONTINUED): Likewise.
9040         (POLL_IN): Likewise.
9041         (POLL_OUT): Likewise.
9042         (POLL_MSG): Likewise.
9043         (POLL_ERR): Likewise.
9044         (POLL_PRI): Likewise.
9045         (POLL_HUP): Likewise.
9046         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9047         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9048
9049         [BZ #16670]
9050         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9051         before #include of <time.h>.
9052         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9053         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9054         (test-xfail-UNIX98/sched.h/conform): Likewise.
9055
9056 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9057
9058         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9059         error absence of trapping exception support.
9060         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9061
9062 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9063
9064         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9065         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9066         * timezone/Makefile (testdata): Move definition above include of
9067         Rules.
9068         (test-zones): New variable.
9069         (tests-special): Add zone files.
9070         (build-testdata): Use $(evaluate-test).
9071
9072         * elf/Makefile (tests-special): Rename tests to end with .out.
9073         ($(objpfx)noload-mem): Likewise.
9074         ($(objpfx)tst-leaks1-mem): Likewise.
9075         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9076         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9077         $(objpfx)test-iconvconfig.out.
9078         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9079         set -e inside subshell and redirect output to file.
9080         * iconvdata/Makefile (generated): Rename tests to end with .out.
9081         Correct type.
9082         (tests-special): Rename tests to end with .out.
9083         ($(objpfx)mtrace-tst-loading): Likewise.
9084         * intl/Makefile (generated): Likewise.
9085         (tests-special): Likewise.
9086         ($(objpfx)mtrace-tst-gettext): Likewise.
9087         * misc/Makefile (generated): Likewise.
9088         (tests-special): Likewise.
9089         ($(objpfx)tst-error1-mem): Likewise.
9090         * nptl/Makefile (tests-special): Likewise.
9091         ($(objpfx)tst-stack3-mem): Likewise.
9092         (generated): Likewise.
9093         * posix/Makefile (generated): Likewise.
9094         (tests-special): Likewise.
9095         (xtests-special): Likewise.
9096         ($(objpfx)tst-fnmatch-mem): Likewise.
9097         ($(objpfx)bug-regex2-mem): Likewise.
9098         ($(objpfx)bug-regex14-mem): Likewise.
9099         ($(objpfx)bug-regex21-mem): Likewise.
9100         ($(objpfx)bug-regex31-mem): Likewise.
9101         ($(objpfx)tst-vfork3-mem): Likewise.
9102         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9103         ($(objpfx)tst-pcre-mem): Likewise.
9104         ($(objpfx)tst-boost-mem): Likewise.
9105         ($(objpfx)bug-ga2-mem): Likewise.
9106         ($(objpfx)bug-glob2-mem): Likewise.
9107         * resolv/Makefile (generate): Likewise.
9108         (tests-special): Likewise.
9109         (xtests-special): Likewise.
9110         (generated): Likewise.
9111         ($(objpfx)mtrace-tst-leaks): Likewise.
9112         ($(objpfx)mtrace-tst-leaks2): Likewise.
9113
9114         * scripts/merge-test-results.sh: New file.
9115         * Makefile (tests-special-notdir): New variable.
9116         (tests): Run merge-test-results.sh.
9117         (xtests): Likewise.
9118         * Rules (tests-special-notdir): New variable.
9119         (xtests-special-notdir): Likewise.
9120         (tests): Run merge-test-results.sh
9121         (xtests): Likewise.
9122
9123         * Makeconfig (test-xfail-name): New variable.
9124         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9125         compute variable name for expected failures.
9126         * conform/Makefile (conformtest-headers-data): New variable.
9127         (conformtest-standards): Likewise.
9128         (conformtest-headers-ISO): Likewise.
9129         (conformtest-headers-ISO99): Likewise.
9130         (conformtest-headers-ISO11): Likewise.
9131         (conformtest-headers-POSIX): Likewise.
9132         (conformtest-headers-XPG3): Likewise.
9133         (conformtest-headers-XPG4): Likewise.
9134         (conformtest-headers-UNIX98): Likewise.
9135         (conformtest-headers-XOPEN2K): Likewise.
9136         (conformtest-headers-POSIX2008): Likewise.
9137         (conformtest-headers-XOPEN2K8): Likewise.
9138         (conformtest-header-list-base): Likewise.
9139         (conformtest-header-list-tests): Likewise.
9140         (conformtest-header-base): Likewise.
9141         (conformtest-header-tests): Likewise.
9142         (tests-special): Add $(conformtest-header-list-tests).  If
9143         [$(fast-check) && !$(cross-compiling)], add
9144         $(conformtest-header-tests) instead of
9145         $(objpfx)run-conformtest.out.
9146         (generated): Add $(conformtest-header-list-base).  If
9147         [$(fast-check) && !$(cross-compiling)], add
9148         $(conformtest-header-base).  Remove previous setting.
9149         ($(conformtest-header-list-tests)): New target.
9150         (test-xfail-run-conformtest): Remove variable.
9151         ($(objpfx)run-conformtest.out): Remove target.
9152         (test-xfail-ISO11/complex.h/conform): New variable.
9153         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9154         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9155         (test-xfail-XPG3/varargs.h/conform): Likewise.
9156         (test-xfail-XPG4/varargs.h/conform): Likewise.
9157         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9158         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9159         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9160         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9161         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9162         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9163         (test-xfail-XPG3/ftw.h/conform): Likewise.
9164         (test-xfail-XPG3/grp.h/conform): Likewise.
9165         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9166         (test-xfail-XPG3/limits.h/conform): Likewise.
9167         (test-xfail-XPG3/pwd.h/conform): Likewise.
9168         (test-xfail-XPG3/search.h/conform): Likewise.
9169         (test-xfail-XPG3/signal.h/conform): Likewise.
9170         (test-xfail-XPG3/stdio.h/conform): Likewise.
9171         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9172         (test-xfail-XPG3/string.h/conform): Likewise.
9173         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9174         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9175         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9176         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9177         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9178         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9179         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9180         (test-xfail-XPG3/termios.h/conform): Likewise.
9181         (test-xfail-XPG3/time.h/conform): Likewise.
9182         (test-xfail-XPG3/unistd.h/conform): Likewise.
9183         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9184         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9185         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9186         (test-xfail-XPG4/netdb.h/conform): Likewise.
9187         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9188         (test-xfail-XPG4/signal.h/conform): Likewise.
9189         (test-xfail-XPG4/stdio.h/conform): Likewise.
9190         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9191         (test-xfail-XPG4/stropts.h/conform): Likewise.
9192         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9193         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9194         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9195         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9196         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9197         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9198         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9199         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9200         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9201         (test-xfail-XPG4/termios.h/conform): Likewise.
9202         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9203         (test-xfail-XPG4/unistd.h/conform): Likewise.
9204         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9205         (test-xfail-POSIX/sched.h/conform): Likewise.
9206         (test-xfail-POSIX/signal.h/conform): Likewise.
9207         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9208         (test-xfail-POSIX/tar.h/conform): Likewise.
9209         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9210         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9211         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9212         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9213         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9214         (test-xfail-UNIX98/sched.h/conform): Likewise.
9215         (test-xfail-UNIX98/signal.h/conform): Likewise.
9216         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9217         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9218         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9219         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9220         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9221         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9222         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9223         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9224         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9225         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9226         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9227         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9228         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9229         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9230         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9231         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9232         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9233         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9234         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9235         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9236         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9237         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9238         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9239         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9240         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9241         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9242         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9243         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9244         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9245         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9246         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9247         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9248         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9249         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9250         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9251         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9252         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9253         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9254         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9255         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9256         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9257         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9258         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9259         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9260         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9261         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9262         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9263         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9264         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9265         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9266         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9267         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9268         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9269         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9270         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9271         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9272         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9273         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9274         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9275         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9276         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9277         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9278         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9279         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9280         (conformtest-cc-flags): Likewise.
9281         ($(conformtest-header-tests): New target.
9282         * conform/check-header-lists.sh: New file.
9283         * conform/run-conformtest.sh: Remove.
9284
9285         * conform/conformtest.pl: Allow ' and \ in values given for
9286         constants.
9287         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9288         inclusion.
9289         [POSIX] (sys/types.h): Likewise.
9290         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9291         inclusion.
9292         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9293         inclusion.
9294         * conform/data/signal.h-data (SIGIO): Remove expectation.
9295         [XPG3] (SIGBUS): Do not expect.
9296         [POSIX || XPG3] (SIGPOLL): Likewise.
9297         [POSIX || XPG3] (SIGPROF): Likewise.
9298         [POSIX || XPG3] (SIGSYS): Likewise.
9299         [XPG3] (SIGTRAP): Likewise.
9300         [POSIX || XPG3] (SIGURG): Likewise.
9301         [POSIX || XPG3] (SIGVTALRM): Likewise.
9302         [POSIX || XPG3] (SIGXCPU): Likewise.
9303         [POSIX || XPG3] (SIGXFSZ): Likewise.
9304         [POSIX] (SA_SIGINFO): Expect.
9305         [XPG3] (siginfo_t): Do not expect type or contents.
9306         [POSIX] (si_pid): Do not expect element.
9307         [POSIX] (si_uid): Likewise.
9308         [POSIX] (si_addr): Likewise.
9309         [POSIX] (si_status): Likewise.
9310         [POSIX] (si_band): Likewise.
9311         [XPG4] (si_value): Likewise.
9312         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9313         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9314         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9315         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9316         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9317         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9318         [POSIX || XPG3] (ILL_COPROC): Likewise.
9319         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9320         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9321         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9322         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9323         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9324         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9325         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9326         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9327         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9328         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9329         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9330         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9331         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9332         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9333         [POSIX || XPG3] (CLD_EXITED): Likewise.
9334         [POSIX || XPG3] (CLD_KILLED): Likewise.
9335         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9336         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9337         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9338         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9339         [POSIX || XPG3] (POLL_IN): Likewise.
9340         [POSIX || XPG3] (POLL_OUT): Likewise.
9341         [POSIX || XPG3] (POLL_MSG): Likewise.
9342         [POSIX || XPG3] (POLL_ERR): Likewise.
9343         [POSIX || XPG3] (POLL_PRI): Likewise.
9344         [POSIX || XPG3] (POLL_HUP): Likewise.
9345         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9346         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9347         (SIG*): Do not allow.
9348         [XPG3] (si_*): Likewise.
9349         [XPG3] (SI_*): Likewise.
9350         [XPG3 || XPG4] (sigev_*): Likewise.
9351         [XPG3 || XPG4] (SIGEV_*): Likewise.
9352         [XPG3 || XPG4] (sival_*): Likewise.
9353         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9354         [POSIX || XPG3] (BUS_*): Likewise.
9355         [POSIX || XPG3] (CLD_*): Likewise.
9356         [POSIX || XPG3] (FPE_*): Likewise.
9357         [POSIX || XPG3] (ILL_*): Likewise.
9358         [POSIX || XPG3] (POLL_*): Likewise.
9359         [POSIX || XPG3] (SEGV_*): Likewise.
9360         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9361         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9362         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9363         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9364         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9365         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9366         Specify type and value.
9367         (TVERSLEN): Likewise.
9368         (REGTYPE): Likewise.
9369         (AREGTYPE): Likewise.
9370         (LNKTYPE): Likewise.
9371         (SYMTYPE): Likewise.
9372         (CHRTYPE): Likewise.
9373         (BLKTYPE): Likewise.
9374         (DIRTYPE): Likewise.
9375         (FIFOTYPE): Likewise.
9376         (CONTTYPE): Likewise.
9377         (TSUID): Likewise.
9378         (TSGID): Likewise.
9379         (TSVTX): Likewise.
9380         (TUREAD): Likewise.
9381         (TUWRITE): Likewise.
9382         (TUEXEC): Likewise.
9383         (TGREAD): Likewise.
9384         (TGWRITE): Likewise.
9385         (TGEXEC): Likewise.
9386         (TOREAD): Likewise.
9387         (TOWRITE): Likewise.
9388         (TOEXEC): Likewise.
9389         [POSIX] (TSVTX): Expect constant.
9390
9391 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9392
9393         * Makefile (tests): Change dependencies to ....
9394         (tests-special): ... additions to this variable.
9395         (tests): Depend on $(tests-special).
9396         * Makerules (check-abi-list): New variable.
9397         (check-abi): Depend on $(check-abi-list).
9398         [$(subdir) = elf] (tests-special): Add
9399         $(objpfx)check-abi-libc.out.
9400         [$(build-shared) = yes && subdir] (tests-special): Add
9401         $(check-abi-list).
9402         [$(build-shared) = yes && subdir] (tests): Do not depend on
9403         check-abi.
9404         * Rules (tests): Depend on $(tests-special).
9405         (xtests): Depend on $(xtests-special).
9406         * catgets/Makefile (tests): Change dependencies to ....
9407         (tests-special): ... additions to this variable.
9408         * conform/Makefile (tests): Change dependencies to ....
9409         (tests-special): ... additions to this variable.
9410         * elf/Makefile (tests): Change dependencies to ....
9411         (tests-special): ... additions to this variable.
9412         * grp/Makefile (tests): Change dependencies to ....
9413         (tests-special): ... additions to this variable.
9414         * iconv/Makefile (xtests): Change dependencies to ....
9415         (xtests-special): ... additions to this variable.
9416         * iconvdata/Makefile (tests): Change dependencies to ....
9417         (tests-special): ... additions to this variable.
9418         * intl/Makefile (tests): Change dependencies to ....
9419         (tests-special): ... additions to this variable.  Also add
9420         $(objpfx)tst-gettext.out.
9421         * io/Makefile (tests): Change dependencies to ....
9422         (tests-special): ... additions to this variable.
9423         * libio/Makefile (tests): Change dependencies to ....
9424         (tests-special): ... additions to this variable.
9425         * malloc/Makefile (tests): Change dependencies to ....
9426         (tests-special): ... additions to this variable.
9427         * misc/Makefile (tests): Change dependencies to ....
9428         (tests-special): ... additions to this variable.
9429         * nptl/Makefile (tests): Change dependencies to ....
9430         (tests-special): ... additions to this variable.
9431         * nptl_db/Makefile (tests): Change dependencies to ....
9432         (tests-special): ... additions to this variable.
9433         * posix/Makefile (tests): Change dependencies to ....
9434         (tests-special): ... additions to this variable.
9435         (xtests): Change dependencies to ....
9436         (xtests-special): ... additions to this variable.
9437         * resolv/Makefile (tests): Change dependencies to ....
9438         (tests-special): ... additions to this variable.
9439         (xtests): Change dependencies to ....
9440         (xtests-special): ... additions to this variable.
9441         * stdio-common/Makefile (tests): Change dependencies to ....
9442         (tests-special): ... additions to this variable.
9443         (do-tst-unbputc): Remove target.
9444         (do-tst-printf): Likewise.
9445         * stdlib/Makefile (tests): Change dependencies to ....
9446         (tests-special): ... additions to this variable.
9447         * string/Makefile (tests): Change dependencies to ....
9448         (tests-special): ... additions to this variable.
9449         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9450         (tests-special): ... additions to this variable.
9451
9452         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9453         whole file.
9454         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9455         whole file.
9456         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9457         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9458
9459         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9460         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9461         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9462         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9463         * conform/data/libgen.h-data [XPG3]: Likewise.
9464         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9465         * conform/data/ndbm.h-data [XPG3]: Likewise.
9466         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9467         * conform/data/netdb.h-data [XPG3]: Likewise.
9468         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9469         * conform/data/poll.h-data [XPG3]: Likewise.
9470         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9471         * conform/data/strings.h-data [XPG3]: Likewise.
9472         * conform/data/stropts.h-data [XPG3]: Likewise.
9473         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9474         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9475         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9476         Likewise.
9477         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9478         * conform/data/sys/time.h-data [XPG3]: Likewise.
9479         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9480         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9481         * conform/data/sys/un.h-data [XPG3]: Likewise.
9482         * conform/data/syslog.h-data [XPG3]: Likewise.
9483         * conform/data/ucontext.h-data [XPG3]: Likewise.
9484         * conform/data/utmpx.h-data [XPG3]: Likewise.
9485         * conform/data/varargs.h-data [UNIX98]: Enable file.
9486
9487         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9488
9489         * math/libm-test.inc (struct test_f_f_data): Move expected results
9490         into structure for each rounding mode.
9491         (struct test_ff_f_data): Likewise.
9492         (struct test_ff_f_data_nexttoward): Likewise.
9493         (struct test_fi_f_data): Likewise.
9494         (struct test_fl_f_data): Likewise.
9495         (struct test_if_f_data): Likewise.
9496         (struct test_fff_f_data): Likewise.
9497         (struct test_c_f_data): Likewise.
9498         (struct test_f_f1_data): Likewise.
9499         (struct test_fF_f1_data): Likewise.
9500         (struct test_ffI_f1_data): Likewise.
9501         (struct test_c_c_data): Likewise.
9502         (struct test_cc_c_data): Likewise.
9503         (struct test_f_i_data): Likewise.
9504         (struct test_ff_i_data): Likewise.
9505         (struct test_f_l_data): Likewise.
9506         (struct test_f_L_data): Likewise.
9507         (struct test_fFF_11_data): Likewise.
9508         (RM_): New macro.
9509         (RM_FE_DOWNWARD): Likewise.
9510         (RM_FE_TONEAREST): Likewise.
9511         (RM_FE_TOWARDZERO): Likewise.
9512         (RM_FE_UPWARD): Likewise.
9513         (RUN_TEST_LOOP_f_f): Update references to expected results.
9514         (RUN_TEST_LOOP_2_f): Likewise.
9515         (RUN_TEST_LOOP_fff_f): Likewise.
9516         (RUN_TEST_LOOP_c_f): Likewise.
9517         (RUN_TEST_LOOP_f_f1): Likewise.
9518         (RUN_TEST_LOOP_fF_f1): Likewise.
9519         (RUN_TEST_LOOP_fI_f1): Likewise.
9520         (RUN_TEST_LOOP_ffI_f1): Likewise.
9521         (RUN_TEST_LOOP_c_c): Likewise.
9522         (RUN_TEST_LOOP_cc_c): Likewise.
9523         (RUN_TEST_LOOP_f_i): Likewise.
9524         (RUN_TEST_LOOP_f_i_tg): Likewise.
9525         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9526         (RUN_TEST_LOOP_f_b): Likewise.
9527         (RUN_TEST_LOOP_f_b_tg): Likewise.
9528         (RUN_TEST_LOOP_f_l): Likewise.
9529         (RUN_TEST_LOOP_f_L): Likewise.
9530         (RUN_TEST_LOOP_fFF_11): Likewise.
9531         * math/gen-libm-test.pl (parse_args): Output four copies of
9532         expected results for each test.
9533
9534         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9535         (__ASSUME_UTIMES): Remove.
9536         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9537         (__ASSUME_UTIMES): Likewise.
9538
9539         * math/gen-auto-libm-tests.c: Update comment on output format.
9540         (output_for_one_input_case): Generate before-rounding and
9541         after-rounding information as conditions on output flags not
9542         floating-point format.
9543         * math/auto-libm-test-out: Regenerated.
9544         * math/gen-libm-test.pl (cond_value): New function.
9545         (or_cond_value): Use cond_value.
9546         (generate_testfile): Handle conditional exceptions.
9547
9548 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9549
9550         * math/libm-test.inc (max_valid_error): New variable.
9551         (init_max_error): Take new argument specifying whether function
9552         results are exactly determined.  Set max_valid_error and bound
9553         other variables for errors based on this argument.
9554         (set_max_error): Do not record results above max_valid_error.
9555         (check_float_internal): Only accept errors of up to 0.5ulps if
9556         also at most max_valid_error.
9557         (START): Take new argument EXACT and pass it to init_max_error.
9558         (acos_test): Update call to START.
9559         (acos_test_tonearest): Likewise.
9560         (acos_test_towardzero): Likewise.
9561         (acos_test_downward): Likewise.
9562         (acos_test_upward): Likewise.
9563         (acosh_test): Likewise.
9564         (asin_test): Likewise.
9565         (asin_test_tonearest): Likewise.
9566         (asin_test_towardzero): Likewise.
9567         (asin_test_downward): Likewise.
9568         (asin_test_upward): Likewise.
9569         (asinh_test): Likewise.
9570         (atan_test): Likewise.
9571         (atanh_test): Likewise.
9572         (atan2_test): Likewise.
9573         (cabs_test): Likewise.
9574         (cacos_test): Likewise.
9575         (cacosh_test): Likewise.
9576         (carg_test): Likewise.
9577         (casin_test): Likewise.
9578         (casinh_test): Likewise.
9579         (catan_test): Likewise.
9580         (catanh_test): Likewise.
9581         (cbrt_test): Likewise.
9582         (ccos_test): Likewise.
9583         (ccosh_test): Likewise.
9584         (ceil_test): Likewise.
9585         (cexp_test): Likewise.
9586         (cimag_test): Likewise.
9587         (clog_test): Likewise.
9588         (clog10_test): Likewise.
9589         (conj_test): Likewise.
9590         (copysign_test): Likewise.
9591         (cos_test): Likewise.
9592         (cos_test_tonearest): Likewise.
9593         (cos_test_towardzero): Likewise.
9594         (cos_test_downward): Likewise.
9595         (cos_test_upward): Likewise.
9596         (cosh_test): Likewise.
9597         (cosh_test_tonearest): Likewise.
9598         (cosh_test_towardzero): Likewise.
9599         (cosh_test_downward): Likewise.
9600         (cosh_test_upward): Likewise.
9601         (cpow_test): Likewise.
9602         (cproj_test): Likewise.
9603         (creal_test): Likewise.
9604         (csin_test): Likewise.
9605         (csinh_test): Likewise.
9606         (csqrt_test): Likewise.
9607         (ctan_test): Likewise.
9608         (ctan_test_tonearest): Likewise.
9609         (ctan_test_towardzero): Likewise.
9610         (ctan_test_downward): Likewise.
9611         (ctan_test_upward): Likewise.
9612         (ctanh_test): Likewise.
9613         (ctanh_test_tonearest): Likewise.
9614         (ctanh_test_towardzero): Likewise.
9615         (ctanh_test_downward): Likewise.
9616         (ctanh_test_upward): Likewise.
9617         (erf_test): Likewise.
9618         (erfc_test): Likewise.
9619         (exp_test): Likewise.
9620         (exp_test_tonearest): Likewise.
9621         (exp_test_towardzero): Likewise.
9622         (exp_test_downward): Likewise.
9623         (exp_test_upward): Likewise.
9624         (exp10_test): Likewise.
9625         (exp10_test_tonearest): Likewise.
9626         (exp10_test_towardzero): Likewise.
9627         (exp10_test_downward): Likewise.
9628         (exp10_test_upward): Likewise.
9629         (pow10_test): Likewise.
9630         (exp2_test): Likewise.
9631         (expm1_test): Likewise.
9632         (expm1_test_tonearest): Likewise.
9633         (expm1_test_towardzero): Likewise.
9634         (expm1_test_downward): Likewise.
9635         (expm1_test_upward): Likewise.
9636         (fabs_test): Likewise.
9637         (fdim_test): Likewise.
9638         (floor_test): Likewise.
9639         (fma_test): Likewise.
9640         (fma_test_towardzero): Likewise.
9641         (fma_test_downward): Likewise.
9642         (fma_test_upward): Likewise.
9643         (fmax_test): Likewise.
9644         (fmin_test): Likewise.
9645         (fmod_test): Likewise.
9646         (fpclassify_test): Likewise.
9647         (frexp_test): Likewise.
9648         (hypot_test): Likewise.
9649         (ilogb_test): Likewise.
9650         (isfinite_test): Likewise.
9651         (finite_test): Likewise.
9652         (isgreater_test): Likewise.
9653         (isgreaterequal_test): Likewise.
9654         (isinf_test): Likewise.
9655         (isless_test): Likewise.
9656         (islessequal_test): Likewise.
9657         (islessgreater_test): Likewise.
9658         (isnan_test): Likewise.
9659         (isnormal_test): Likewise.
9660         (issignaling_test): Likewise.
9661         (isunordered_test): Likewise.
9662         (j0_test): Likewise.
9663         (j1_test): Likewise.
9664         (jn_test): Likewise.
9665         (ldexp_test): Likewise.
9666         (lgamma_test): Likewise.
9667         (gamma_test): Likewise.
9668         (lrint_test): Likewise.
9669         (lrint_test_tonearest): Likewise.
9670         (lrint_test_towardzero): Likewise.
9671         (lrint_test_downward): Likewise.
9672         (lrint_test_upward): Likewise.
9673         (llrint_test): Likewise.
9674         (llrint_test_tonearest): Likewise.
9675         (llrint_test_towardzero): Likewise.
9676         (llrint_test_downward): Likewise.
9677         (llrint_test_upward): Likewise.
9678         (log_test): Likewise.
9679         (log10_test): Likewise.
9680         (log1p_test): Likewise.
9681         (log2_test): Likewise.
9682         (logb_test): Likewise.
9683         (logb_test_downward): Likewise.
9684         (lround_test): Likewise.
9685         (llround_test): Likewise.
9686         (modf_test): Likewise.
9687         (nearbyint_test): Likewise.
9688         (nextafter_test): Likewise.
9689         (nexttoward_test): Likewise.
9690         (pow_test): Likewise.
9691         (pow_test_tonearest): Likewise.
9692         (pow_test_towardzero): Likewise.
9693         (pow_test_downward): Likewise.
9694         (pow_test_upward): Likewise.
9695         (remainder_test): Likewise.
9696         (drem_test): Likewise.
9697         (remainder_test_tonearest): Likewise.
9698         (drem_test_tonearest): Likewise.
9699         (remainder_test_towardzero): Likewise.
9700         (drem_test_towardzero): Likewise.
9701         (remainder_test_downward): Likewise.
9702         (drem_test_downward): Likewise.
9703         (remainder_test_upward): Likewise.
9704         (drem_test_upward): Likewise.
9705         (remquo_test): Likewise.
9706         (rint_test): Likewise.
9707         (rint_test_tonearest): Likewise.
9708         (rint_test_towardzero): Likewise.
9709         (rint_test_downward): Likewise.
9710         (rint_test_upward): Likewise.
9711         (round_test): Likewise.
9712         (scalb_test): Likewise.
9713         (scalbn_test): Likewise.
9714         (scalbln_test): Likewise.
9715         (signbit_test): Likewise.
9716         (sin_test): Likewise.
9717         (sin_test_tonearest): Likewise.
9718         (sin_test_towardzero): Likewise.
9719         (sin_test_downward): Likewise.
9720         (sin_test_upward): Likewise.
9721         (sincos_test): Likewise.
9722         (sinh_test): Likewise.
9723         (sinh_test_tonearest): Likewise.
9724         (sinh_test_towardzero): Likewise.
9725         (sinh_test_downward): Likewise.
9726         (sinh_test_upward): Likewise.
9727         (sqrt_test): Likewise.
9728         (sqrt_test_tonearest): Likewise.
9729         (sqrt_test_towardzero): Likewise.
9730         (sqrt_test_downward): Likewise.
9731         (sqrt_test_upward): Likewise.
9732         (tan_test): Likewise.
9733         (tan_test_tonearest): Likewise.
9734         (tan_test_towardzero): Likewise.
9735         (tan_test_downward): Likewise.
9736         (tan_test_upward): Likewise.
9737         (tanh_test): Likewise.
9738         (tgamma_test): Likewise.
9739         (trunc_test): Likewise.
9740         (y0_test): Likewise.
9741         (y1_test): Likewise.
9742         (yn_test): Likewise.
9743         (significand_test): Likewise.
9744
9745         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9746         individual tests in comment.
9747         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9748         (prev_max_error): New variable.
9749         (prev_real_max_error): Likewise.
9750         (prev_imag_max_error): Likewise.
9751         (compare_ulp_data): Don't refer to test names in comment.
9752         (find_test_ulps): Remove function.
9753         (find_function_ulps): Likewise.
9754         (find_complex_function_ulps): Likewise.
9755         (init_max_error): Take function name as argument.  Look up ulps
9756         for that function.
9757         (print_ulps): Remove function.
9758         (print_max_error): Use prev_max_error instead of calling
9759         find_function_ulps.
9760         (print_complex_max_error): Use prev_real_max_error and
9761         prev_imag_max_error instead of calling find_complex_function_ulps.
9762         (check_float_internal): Take max_ulp parameter instead of calling
9763         find_test_ulps.  Don't call print_ulps.
9764         (check_float): Update call to check_float_internal.
9765         (check_complex): Update calls to check_float_internal.
9766         (START): Pass argument to init_max_error.
9767         * math/gen-libm-test.pl (%results): Don't include "kind"
9768         information.
9769         (parse_ulps): Don't handle ulps of individual tests.
9770         (print_ulps_file): Likewise.
9771         (output_ulps): Likewise.
9772         * math/README.libm-test: Update.
9773         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9774         individual tests.
9775         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9776         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9777         * sysdeps/arm/libm-test-ulps: Likewise.
9778         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9779         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9780         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9781         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9782         * sysdeps/microblaze/libm-test-ulps: Likewise.
9783         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9784         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9785         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9786         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9787         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9788         * sysdeps/sh/libm-test-ulps: Likewise.
9789         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9790         * sysdeps/tile/libm-test-ulps: Likewise.
9791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9792
9793 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9794
9795         * math/libm-test.inc (print_complex_max_error): Check separately
9796         whether real and imaginary errors are within allowed range and
9797         pass 0 to print_complex_function_ulps instead of value within
9798         allowed range.
9799
9800 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9801
9802         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9803         formatting.
9804         (get_handles_fopen): Likewise.
9805         (do_write_test): Likewise.
9806
9807         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9808
9809         * libio/fileops.c (do_ftell): Use cached offset when
9810         available.
9811         * libio/iofwide.c (do_ftell_wide): Likewise.
9812         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9813         _IO_file_attach.
9814         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9815
9816         [BZ #16532]
9817         * libio/libioP.h (get_file_offset): New function.
9818         * libio/fileops.c (get_file_offset): Likewise.
9819         (do_ftell): Likewise.
9820         (_IO_new_file_seekoff): Split out ftell logic.
9821         * libio/wfileops.c (do_ftell_wide): Likewise.
9822         (_IO_wfile_seekoff): Split out ftell logic.
9823         * libio/tst-ftell-active-handler.c: New test case.
9824         * libio/Makefile (tests): Add it.
9825
9826 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9827
9828         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9829         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9830
9831 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9832
9833         [BZ #16639]
9834         * nscd/connections.c (nscd_init): Call do_exit.
9835         (start_threads): Call do_exit and notify_parent.
9836         (begin_drop_privileges): Call do_exit.
9837         (finish_drop_privileges): Likewise.
9838         * nscd/selinux.c (preserve_capabilities): Likewise.
9839         (install_real_capabilities): Likewise.
9840         (nscd_selinux_enabled): Likewise.
9841         (avc_create_thread): Likewise.
9842         (avc_alloc_lock): Likewise.
9843         (nscd_avc_init): Likewise.
9844         * nscd/nscd.c (parent_fd): New static variable.
9845         (main): Create a pipe between parent and child processes.
9846         Skip closing parent_fd.
9847         (monitor_child): New function.
9848         (do_exit): Likewise.
9849         (notify_parent): Likewise.
9850         * nscd/nscd.h (notify_parent): Likewise.
9851         (do_exit): Likewise.
9852
9853 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9854
9855         * malloc/malloc.c (__libc_calloc): Revert last change.
9856
9857 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9858
9859         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9860
9861 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9862
9863         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9864         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9865         implementation.
9866         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9867         (__libc_ifunc_impl_list): Likewise.
9868         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9869         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9870         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9871         * string/strrchr.c: Define STRRCHR.
9872
9873 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9874
9875         * benchtest/bench-strtok.c (simple_strtok): Delete.
9876         (strtok_string): Use as benchmark.
9877         * string/strtok (STRTOK): New macro.
9878
9879 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9880
9881         * manual/threads.texi: Add header and standard comments to all
9882         functions.
9883
9884         * elf/dl-lookup.c (check_match): New function.
9885         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9886         (do_lookup_x): Remove nested function check_match. Use non-nested
9887         function check_match.
9888
9889 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9890
9891         * csu/Makefile (generated, before-compile): Use += rather than =.
9892         * catgets/Makefile (generated, generated-dirs): Likewise.
9893         * debug/Makefile (generated): Likewise.
9894         * dlfcn/Makefile (generated): Likewise.
9895         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9896         * iconvdata/Makefile (before-compile, generated): Likewise.
9897         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9898         * libio/Makefile (generated): Likewise.
9899         * malloc/Makefile (generated): Likewise.
9900         * manual/Makefile (generated, generated-dirs): Likewise.
9901         * misc/Makefile (generated): Likewise.
9902         * posix/Makefile (generated): Likewise.
9903         * resolv/Makefile (generated): Likewise.
9904         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9905         * timezone/Makefile (generated, generated-dirs): Likewise.
9906
9907         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9908
9909 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9910
9911         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9912         power8 implementation.
9913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9914         file: POWER8 llround ifunc implementation.
9915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9916         (__lllround): Add POWER8 implementation.
9917         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9918         POWER8 llround implementation.
9919
9920         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9921         power8 implementation.
9922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9923         file: POWER8 llrint ifunc implementation.
9924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9925         Add POWER8 implementation.
9926         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9927         POWER8 llrint implementation.
9928
9929         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9930         power8 implementation.
9931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9932         file: POWER8 finite ifunc implementation.
9933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9934         Add POWER8 implementation.
9935         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9936         Likewise.
9937         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9938         POWER8 finite implementation.
9939         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9940
9941         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9942         power8 implementation.
9943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9944         file: POWER8 isinf ifunc implementation.
9945         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9946         POWER8 implementation.
9947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9948         Likewise.
9949         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9950         isinf implementation.
9951         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9952
9953         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9954         (INIT_ARCH): Add hwcap2 initialization.
9955         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9956         power8 implementation.
9957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9958         file: POWER8 isnan ifunc implementation.
9959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9960         POWER8 implementation.
9961         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9962         Likewise.
9963         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9964         isnan implementation.
9965         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9966
9967 2014-02-27  Joey Ye  <joey.ye@arm.com>
9968
9969         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9970         (_FP_NANFRAC_Q): Set to zero.
9971
9972 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9973
9974         [BZ #16623]
9975         * math/auto-libm-test-in: New test inputs.
9976         * math/auto-libm-test-out: Regenerate.
9977         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9978         and DA.
9979         (__cos): Likewise.
9980         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9981
9982 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9983
9984         * scripts/evaluate-test.sh: Take new argument indicating whether
9985         failure is expected.
9986         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9987         indicating whether failure is expected.
9988         * conform/Makefile (test-xfail-run-conformtest): New variable.
9989         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9990         level.
9991         * posix/Makefile (test-xfail-annexc): New variable.
9992         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
9993
9994 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
9995
9996         * argp/Makefile: Include Makeconfig immediately after defining
9997         subdir.
9998         * assert/Makefile: Likewise.
9999         * benchtests/Makefile: Likewise.
10000         * catgets/Makefile: Likewise.
10001         * conform/Makefile: Likewise.
10002         * crypt/Makefile: Likewise.
10003         * csu/Makefile: Likewise.
10004         (all): Remove target.
10005         * ctype/Makefile: Include Makeconfig immediately after defining
10006         subdir.
10007         * debug/Makefile: Likewise.
10008         * dirent/Makefile: Likewise.
10009         * dlfcn/Makefile: Likewise.
10010         * gmon/Makefile: Likewise.
10011         * gnulib/Makefile: Likewise.
10012         * grp/Makefile: Likewise.
10013         * gshadow/Makefile: Likewise.
10014         * hesiod/Makefile: Likewise.
10015         * hurd/Makefile: Likewise.
10016         (all): Remove target.
10017         * iconvdata/Makefile: Include Makeconfig immediately after
10018         defining subdir.
10019         * inet/Makefile: Likewise.
10020         * intl/Makefile: Likewise.
10021         * io/Makefile: Likewise.
10022         * libio/Makefile: Likewise.
10023         (all): Remove target.
10024         * locale/Makefile: Include Makeconfig immediately after defining
10025         subdir.
10026         * login/Makefile: Likewise.
10027         * mach/Makefile: Likewise.
10028         (all): Remove target.
10029         * malloc/Makefile: Include Makeconfig immediately after defining
10030         subdir.
10031         (all): Remove target.
10032         * manual/Makefile: Include Makeconfig immediately after defining
10033         subdir.
10034         * math/Makefile: Likewise.
10035         * misc/Makefile: Likewise.
10036         * nis/Makefile: Likewise.
10037         * nss/Makefile: Likewise.
10038         * po/Makefile: Likewise.
10039         (all): Remove target.
10040         * posix/Makefile: Include Makeconfig immediately after defining
10041         subdir.
10042         * pwd/Makefile: Likewise.
10043         * resolv/Makefile: Likewise.
10044         * resource/Makefile: Likewise.
10045         * rt/Makefile: Likewise.
10046         * setjmp/Makefile: Likewise.
10047         * shadow/Makefile: Likewise.
10048         * signal/Makefile: Likewise.
10049         * socket/Makefile: Likewise.
10050         * soft-fp/Makefile: Likewise.
10051         * stdio-common/Makefile: Likewise.
10052         * stdlib/Makefile: Likewise.
10053         * streams/Makefile: Likewise.
10054         * string/Makefile: Likewise.
10055         * sunrpc/Makefile: Likewise.
10056         (all): Remove target.
10057         * sysvipc/Makefile: Include Makeconfig immediately after defining
10058         subdir.
10059         * termios/Makefile: Likewise.
10060         * time/Makefile: Likewise.
10061         * timezone/Makefile: Likewise.
10062         (all): Remove target.
10063         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10064         subdir.
10065         * wctype/Makefile: Likewise.
10066
10067 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10068
10069         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10070         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10071         (libc_feholdexcept_setround_mips): Ditto.
10072         (libc_feholdsetround): New.
10073         (libc_feholdsetroundf): New.
10074         (libc_feholdsetroundl): New.
10075         (libc_feupdateenv_test_mips): New.
10076         (libc_feupdateenv_test): New.
10077         (libc_feupdateenv_testf): New.
10078         (libc_feupdateenv_testl): New.
10079         (libc_feresetround): New.
10080         (libc_feresetroundf): New.
10081         (libc_feresetroundl): New.
10082         (libc_fetestexcept_mips): New.
10083         (libc_fetestexcept): New.
10084         (libc_fetestexceptf): New.
10085         (libc_fetestexceptl): New.
10086         (HAVE_RM_CTX): New.
10087         (libc_feholdexcept_setround_mips_ctx): New.
10088         (libc_feholdexcept_setround_ctx): New.
10089         (libc_feholdexcept_setroundf_ctx): New.
10090         (libc_feholdexcept_setroundl_ctx): New.
10091         (libc_fesetenv_mips_ctx): New.
10092         (libc_fesetenv_ctx): New.
10093         (libc_fesetenv_ctxf): New.
10094         (libc_fesetenv_ctxl): New.
10095         (libc_feupdateenv_mips_ctx): New.
10096         (libc_feupdateenv_ctx): New.
10097         (libc_feupdateenvf_ctx): New.
10098         (libc_feupdateenvl_ctx): New.
10099         (libc_feholdsetround_mips_ctx): New.
10100         (libc_feholdsetround_ctx): New.
10101         (libc_feholdsetroundf_ctx): New.
10102         (libc_feholdsetroundl_ctx): New.
10103         (libc_feresetround_mips_ctx): New.
10104         (libc_feresetround_ctx): New.
10105         (libc_feresetroundf_ctx): New.
10106         (libc_feresetroundl_ctx): New.
10107
10108 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10109
10110         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10111
10112         * manual/ipc.texi: New file.
10113         * manual/Makefile (chapters): Add ipc.
10114         * manual/job.texi: Add "Inter-Process Communication" to next.
10115         * manual/process.texi: Add "Inter-Process Communication" to prev.
10116
10117 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10118
10119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10120
10121 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10122
10123         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10124
10125         * manual/arith.texi: Fix spaces after sentences.
10126         * manual/charset.texi: Likewise.
10127         * manual/errno.texi: Likewise.
10128         * manual/install.texi: Likewise.
10129         * manual/llio.texi: Likewise.
10130         * manual/locale.texi: Likewise.
10131         * manual/maint.texi: Likewise.
10132         * manual/math.texi: Likewise.
10133         * manual/memory.texi: Likewise.
10134         * manual/message.texi: Likewise.
10135         * manual/probes.texi: Likewise.
10136         * manual/resource.texi: Likewise.
10137         * manual/signal.texi: Likewise.
10138         * manual/socket.texi: Likewise.
10139         * manual/stdio.texi: Likewise.
10140         * manual/string.texi: Likewise.
10141         * manual/time.texi: Likewise.
10142         * manual/users.texi: Likewise.
10143
10144 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10145
10146         [BZ #16632]
10147         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10148         _DEFAULT_SOURCE is defined.
10149
10150 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10151             Carlos O'Donell  <carlos@redhat.com>
10152
10153         [BZ #16613]
10154         * elf/dl-tls.c (_dl_count_modids): New function.
10155         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10156         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10157         audit library and increment generation counter.
10158         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10159         * elf/tst-audit9.c: New file.
10160         * elf/tst-auditmod9a.c: New file.
10161         * elf/tst-auditmod9b.c: New file.
10162         * elf/Makefile: Add rules to build and run tst-audit9.
10163
10164 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10165
10166         [BZ #15347]
10167         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10168
10169 2014-02-25  Will Newton  <will.newton@linaro.org>
10170
10171         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10172         (__longjmp): Restore sp and lr before restoring callee
10173         saved registers.  Add longjmp and longjmp_target
10174         SystemTap probe point.
10175         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10176         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10177         Define to zero to match jmpbuf layout.
10178         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10179         (__sigsetjmp): Save sp and lr before saving callee
10180         saved registers.  Add setjmp SystemTap probe point.
10181
10182 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10183
10184         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10185
10186 2014-02-24  Andreas Schwab  <schwab@suse.de>
10187
10188         [BZ #15804]
10189         * elf/pldd.c (wait_for_ptrace_stop): New function.
10190         (main): Call it after attaching.
10191
10192 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10193
10194         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10195         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10196         Versions files is now verboten.
10197         * hurd/Versions (libc: GLIBC_2.0):
10198         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10199         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10200         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10201         * mach/Versions: Likewise.
10202
10203         * csu/Versions: Remove unused %include.
10204         * resolv/Versions: Likewise.
10205
10206 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10207
10208         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10209         ($(objpfx)check-local-headers.out): Likewise.
10210         ($(objpfx)begin-end-check.out): Likewise.
10211         * Makerules (check-abi-%.out): Likewise.
10212         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10213         ($(objpfx)test2.cat): Likewise.
10214         ($(objpfx)de/libc.cat): Likewise.
10215         ($(objpfx)test-gencat.out): Likewise.
10216         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10217         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10218         ($(objpfx)noload-mem): Likewise.
10219         ($(objpfx)tst-pathopt.out): Likewise.
10220         ($(objpfx)tst-rtld-load-self.out): Likewise.
10221         ($(objpfx)tst-array1-cmp.out): Likewise.
10222         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10223         ($(objpfx)tst-array2-cmp.out): Likewise.
10224         ($(objpfx)tst-array3-cmp.out): Likewise.
10225         ($(objpfx)tst-array4-cmp.out): Likewise.
10226         ($(objpfx)tst-array5-cmp.out): Likewise.
10227         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10228         ($(objpfx)check-textrel.out): Likewise.
10229         ($(objpfx)check-execstack.out): Likewise.
10230         ($(objpfx)check-localplt.out): Likewise.
10231         ($(objpfx)order2-cmp.out): Likewise.
10232         ($(objpfx)tst-leaks1-mem): Likewise.
10233         ($(objpfx)tst-leaks1-static-mem): Likewise.
10234         ($(objpfx)tst-initorder-cmp.out): Likewise.
10235         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10236         ($(objpfx)tst-unused-dep.out): Likewise.
10237         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10238         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10239         * iconv/Makefile (test-iconvconfig): Likewise.
10240         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10241         ($(objpfx)iconv-test.out): Likewise.
10242         ($(objpfx)tst-tables.out): Likewise.
10243         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10244         ($(objpfx)tst-gettext.out): Likewise.
10245         ($(objpfx)tst-translit.out): Likewise.
10246         ($(objpfx)tst-gettext2.out): Likewise.
10247         ($(objpfx)tst-gettext4.out): Likewise.
10248         ($(objpfx)tst-gettext6.out): Likewise.
10249         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10250         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10251         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10252         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10253         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10254         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10255         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10256         ($(objpfx)wordexp-tst.out): Likewise.
10257         ($(objpfx)annexc.out): Likewise.
10258         ($(objpfx)tst-fnmatch-mem): Likewise.
10259         ($(objpfx)bug-regex2-mem): Likewise.
10260         ($(objpfx)bug-regex14-mem): Likewise.
10261         ($(objpfx)bug-regex21-mem): Likewise.
10262         ($(objpfx)bug-regex31-mem): Likewise.
10263         ($(objpfx)tst-vfork3-mem): Likewise.
10264         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10265         ($(objpfx)tst-pcre-mem): Likewise.
10266         ($(objpfx)tst-boost-mem): Likewise.
10267         ($(objpfx)tst-getconf.out): Likewise.
10268         ($(objpfx)bug-ga2-mem): Likewise.
10269         ($(objpfx)bug-glob2-mem): Likewise.
10270         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10271         ($(objpfx)mtrace-tst-leaks2): Likewise.
10272         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10273         ($(objpfx)tst-printf.out): Likewise.
10274         ($(objpfx)tst-setvbuf1.out): Likewise.
10275         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10276         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10277         ($(objpfx)tst-fmtmsg.out): Likewise.
10278         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10279         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10280
10281         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10282         * bits/sigaction.h [__USE_MISC]: Likewise.
10283         * bits/waitstatus.h: Update #endif comments.
10284         * ctype/ctype.h: Likewise.
10285         * dirent/dirent.h: Likewise.
10286         [__USE_MISC]: Remove redundant conditionals.
10287         * grp/grp.h: Update #endif comments.
10288         [__USE_GNU]: Remove redundant conditionals.
10289         [__USE_MISC]: Likewise.
10290         * inet/netinet/in.h [__USE_GNU]: Likewise.
10291         * io/sys/stat.h [__USE_MISC]: Likewise.
10292         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10293         * libio/bits/stdio.h: Update #endif comments.
10294         [__USE_MISC]: Remove redundant conditionals.
10295         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10296         * libio/stdio.h: Update #endif comments.
10297         [__USE_MISC]: Remove redundant conditionals.
10298         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10299         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10300         * math/math.h: Update #else and #endif comments.
10301         [__USE_MISC]: Remove redundant conditionals.
10302         * misc/sys/uio.h: Update #endif comments.
10303         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10304         * posix/glob.h [__USE_MISC]: Likewise.
10305         * posix/sys/types.h: Update #endif comments.
10306         [__USE_MISC]: Remove redundant conditionals.
10307         * posix/sys/wait.h: Update #endif comments.
10308         [__USE_MISC]: Remove redundant conditionals.
10309         * posix/unistd.h: Update #endif comments.
10310         [__USE_MISC]: Remove redundant conditionals.
10311         * pwd/pwd.h [__USE_GNU]: Likewise.
10312         [__USE_MISC]: Likewise.
10313         * resolv/netdb.h [__USE_GNU]: Likewise.
10314         * signal/signal.h: Update #endif comments.
10315         [__USE_MISC]: Remove redundant conditionals.
10316         * stdlib/stdlib.h: Update #else and #endif comments.
10317         [__USE_MISC]: Remove redundant conditionals.
10318         [__USE_GNU]: Likewise.
10319         * string/bits/string2.h [__USE_MISC]: Likewise.
10320         * string/string.h: Update #endif comments.
10321         [__USE_MISC]: Remove redundant conditionals.
10322         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10323         Likewise.
10324         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10325         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10326         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10327         Likewise.
10328         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10329         Likewise.
10330         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10331         comments.
10332         [__USE_MISC]: Remove redundant conditionals.
10333         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10334         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10335         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10336         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10337         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10338         Likewise.
10339         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10340         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10341         Likewise.
10342         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10343         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10344         Likewise.
10345         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10346         Likewise.
10347         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10348         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10349         Likewise.
10350         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10351         Likewise.
10352         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10353         * sysdeps/x86/bits/string.h: Update #endif comments.
10354         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10355         conditionals.
10356         * time/sys/time.h: Update #endif comments.
10357         * time/time.h: Likewise.
10358         [__USE_MISC]: Remove redundant conditionals.
10359
10360 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10361
10362         [BZ #16600]
10363         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10364
10365 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10366
10367         * Versions.def (librt): Add GLIBC_2.17.
10368
10369 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10370
10371         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10372         synonym for _SYS_AUXV_H to allow direct inclusion.
10373         * sysdeps/sparc/bits/hwcap.h: Likewise.
10374         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10375         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10376         * sysdeps/sparc/sysdep.h: Likewise.
10377
10378 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10379
10380         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10381
10382 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10383
10384         * benchtests/bench-strrchr.c: Print length instead of position.
10385
10386 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10387
10388         [BZ #16611]
10389         * sysdeps/unix/sysv/linux/kernel-features.h
10390         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10391         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10392         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10393         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10394         Likewise.
10395         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10396         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10397         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10398         (__ASSUME_SENDMMSG): Define instead of using previous
10399         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10400         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10401         (__ASSUME_SENDMMSG_SYSCALL): Define.
10402         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10403         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10404         Likewise.
10405         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10406         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10407         Likewise.
10408         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10409         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10410         Likewise.
10411         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10412         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10413         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10414         [__ASSUME_SENDMMSG]: Change conditionals to
10415         [__ASSUME_SENDMMSG_SOCKETCALL].
10416         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10417         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10418         Define.
10419         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10420         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10421         Likewise.
10422         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10423         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10424         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10425         [!__ASSUME_SENDMMSG]: Change conditional to
10426         [!__ASSUME_SENDMMSG_SOCKETCALL].
10427         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10428         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10429         Define.
10430
10431         [BZ #16610]
10432         * sysdeps/unix/sysv/linux/kernel-features.h
10433         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10434         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10435         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10436         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10437         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10438         [__i386__ || __sparc__]
10439         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10440         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10441         (__ASSUME_RECVMMSG): Define instead of using previous
10442         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10443         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10444         (__ASSUME_RECVMMSG_SYSCALL): Define.
10445         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10446         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10447         Likewise.
10448         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10449         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10450         Likewise.
10451         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10452         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10453         Likewise.
10454         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10455         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10456         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10457         [__ASSUME_RECVMMSG]: Change condition to
10458         [__ASSUME_RECVMMSG_SOCKETCALL].
10459         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10460         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10461         Define.
10462         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10463         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10464         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10465         Likewise.
10466         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10467         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10468         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10469         [!__ASSUME_RECVMMSG]: Change condition to
10470         [!__ASSUME_RECVMMSG_SOCKETCALL].
10471         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10472         (__ASSUME_RECVMMSG_SYSCALL): Define.
10473
10474         [BZ #16609]
10475         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10476         __powerpc__ || __s390__ || __sh__ || __sparc__]
10477         (__ASSUME_SOCKETCALL): Define.
10478         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10479         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10480         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10481         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10482         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10483         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10484         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10485         (__ASSUME_ACCEPT4): Define instead of using previous
10486         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10487         __powerpc__ || __sparc__ || __s390__)] condition.
10488         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10489         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10490         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10491         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10492         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10493         [!__ASSUME_ACCEPT4]: Change condition to
10494         [!__ASSUME_ACCEPT4_SOCKETCALL].
10495         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10496         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10497         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10498         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10499         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10500         __ASSUME_ACCEPT4_SYSCALL.
10501         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10502         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10503         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10504         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10505         __ASSUME_ACCEPT4_SYSCALL.
10506         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10507         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10508         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10509         [__ASSUME_ACCEPT4]: Change condition to
10510         [__ASSUME_ACCEPT4_SOCKETCALL].
10511         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10512         (__ASSUME_SOCKETCALL): Define.
10513         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10514         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10515         (__ASSUME_SOCKETCALL): Define.
10516         (__ASSUME_ACCEPT4): Remove.
10517         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10518         Define.
10519         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10520         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10521         Likewise.
10522         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10523         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10524
10525         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10526         macro.
10527         (HWCAP_ARM_LPAE): Likewise.
10528         (HWCAP_ARM_EVTSTRM): Likewise.
10529         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10530         Add vpfd32, lpae and evtstrm.
10531         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10532         Increase to 22.
10533
10534 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10535
10536         * math/auto-libm-test-in: Add tests of clog10.
10537         * math/auto-libm-test-out: Regenerated.
10538         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10539         * sysdeps/i386/fpu/libm-test-ulps: Update.
10540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10541
10542 2014-02-18  Andreas Schwab  <schwab@suse.de>
10543
10544         [BZ #16574]
10545         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10546         Store non-zero if the second buffer was newly allocated.
10547         (send_dg): Likewise.
10548         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10549         to send_vc and send_dg.
10550         (res_nsend): Pass NULL for ansp2_malloced.
10551         * resolv/res_query.c (__libc_res_nquery): Add parameter
10552         answerp2_malloced and pass it down to __libc_res_nsend.
10553         (res_nquery): Pass additional NULL to __libc_res_nquery.
10554         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10555         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10556         second answer buffer if answerp2_malloced was set.
10557         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10558         (__libc_res_nquerydomain): Add parameter
10559         answerp2_malloced and pass it down to __libc_res_nquery.
10560         (res_nquerydomain): Pass additional NULL to
10561         __libc_res_nquerydomain.
10562         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10563         additional NULL to __libc_res_nsend and __libc_res_nquery.
10564         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10565         additional NULL to __libc_res_nsearch.
10566         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10567         parameter of __libc_res_nsearch to check for separately allocated
10568         second buffer.
10569         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10570         __libc_res_nquery.
10571         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10572         additional NULL to __libc_res_nquery.
10573         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10574         __libc_res_nsearch.
10575         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10576         * include/resolv.h: Update prototypes of __libc_res_nquery,
10577         __libc_res_nsearch, __libc_res_nsend.
10578
10579 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10580
10581         * math/auto-libm-test-in: Add tests of fma.
10582         * math/auto-libm-test-out: Regenerated.
10583         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10584         (fma_towardzero_test_data): Likewise.
10585         (fma_downward_test_data): Likewise.
10586         (fma_upward_test_data): Likewise.
10587         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10588         mpc_mode.
10589         (rounding_modes): Add values for new field.
10590         (func_calc_method): Add value mpfr_fff_f.
10591         (func_calc_desc): Add mpfr_fff_f union field.
10592         (test_function): Add field exact_args.
10593         (FUNC): Add macro argument EXACT_ARGS.
10594         (FUNC_mpfr_f_f): Update call to FUNC.
10595         (FUNC_mpfr_f_f): Likewise.
10596         (FUNC_mpfr_ff_f): Likewise.
10597         (FUNC_mpfr_if_f): Likewise.
10598         (FUNC_mpc_c_f): Likewise.
10599         (FUNC_mpc_c_c): Likewise.
10600         (test_functions): Add fma.  Update calls to FUNC.
10601         (handle_input_arg): Add argument exact_args.
10602         (add_test): Update call to handle_input_arg.
10603         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10604         (output_for_one_input_case): Update call to calc_generic_results.
10605         Recalculate exact zero results in each rounding mode.
10606
10607         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10608         non-negative before setting low bit.
10609         * math/auto-libm-test-in: Mark one asin test possibly having
10610         spurious underflow.
10611         * math/auto-libm-test-out: Regenerated.
10612         * sysdeps/i386/fpu/libm-test-ulps: Update.
10613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10614
10615 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10616
10617         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10618         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10619         ports/sysdeps/unix/sysv/linux/microblaze.
10620         * README: Add missing listing for microblaze*-*-linux-gnu.
10621
10622 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10623
10624         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10625         duplicate code
10626
10627 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10628
10629         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10630         * sysdeps/unix/sysv/linux/ia64: Move directory from
10631         ports/sysdeps/unix/sysv/linux/ia64.
10632         * README: Update listing for ia64-*-linux-gnu.
10633
10634 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10635             Joseph Myers  <joseph@codesourcery.com>
10636
10637         * Makeconfig (test-name): New variable.
10638         (evaluate-test): Likewise.
10639         * Makerules (do-test-clean): Remove .test-result files.
10640         (common-mostlyclean): Likewise.
10641         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10642         * scripts/evaluate-test.sh: New file.
10643
10644 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10645
10646         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10647         separate $(objpfx)tst-fopenloc-cmp.out and
10648         $(objpfx)tst-fopenloc-mem.out targets.
10649         (tests): Update dependencies.
10650         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10651         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10652         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10653         (tst-rxspencer-no-utf8-ARGS): New variable.
10654         (tst-rxspencer-no-utf8-ENV): Likewise.
10655         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10656         instead of $(objpfx)tst-rxspencer-mem.
10657         ($(objpfx)tst-rxspencer-mem): Change target to
10658         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10659         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10660         * posix/tst-rxspencer-no-utf8.c: New file.
10661
10662         * elf/Makefile ($(objpfx)order.out): Remove rule.
10663         [$(run-built-tests) = yes] (tests): Depend on
10664         $(objpfx)order-cmp.out.
10665         ($(objpfx)order-cmp.out): New rule.
10666         [$(run-built-tests) = yes] (tests): Depend on
10667         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10668         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10669         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10670         $(objpfx)tst-array5-static-cmp.out.
10671         ($(objpfx)tst-array1.out): Remove rule.
10672         ($(objpfx)tst-array1-cmp.out): New rule.
10673         ($(objpfx)tst-array1-static.out): Remove rule.
10674         ($(objpfx)tst-array1-static-cmp.out): New rule.
10675         ($(objpfx)tst-array2.out): Remove rule.
10676         ($(objpfx)tst-array2-cmp.out): New rule.
10677         ($(objpfx)tst-array3.out): Remove rule.
10678         ($(objpfx)tst-array3-cmp.out): New rule.
10679         ($(objpfx)tst-array4.out): Remove rule.
10680         ($(objpfx)tst-array4-cmp.out): New rule.
10681         ($(objpfx)tst-array5.out): Remove rule.
10682         ($(objpfx)tst-array5-cmp.out): New rule.
10683         ($(objpfx)tst-array5-static.out): Remove rule.
10684         ($(objpfx)tst-array5-static-cmp.out): New rule.
10685         [$(run-built-tests) = yes] (tests): Depend on
10686         $(objpfx)order2-cmp.out.
10687         ($(objpfx)order2.out): Remove rule.
10688         ($(objpfx)order2-cmp.out): New rule.
10689         ($(objpfx)tst-initorder.out): Remove rule.
10690         [$(run-built-tests) = yes] (tests): Depend on
10691         $(objpfx)tst-initorder-cmp.out.
10692         ($(objpfx)tst-initorder-cmp.out): New rule.
10693         ($(objpfx)tst-initorder2.out): Remove rule.
10694         [$(run-built-tests) = yes] (tests): Depend on
10695         $(objpfx)tst-initorder2-cmp.out.
10696         ($(objpfx)tst-initorder2-cmp.out): New rule.
10697         [$(run-built-tests) = yes] (tests): Depend on
10698         $(objpfx)tst-unused-dep-cmp.out.
10699         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10700         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10701         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10702         on $(objpfx)tst-setvbuf1-cmp.out.
10703         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10704         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10705         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10706         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10707         ($(objpfx)tst-svc.out): Remove rule.
10708         ($(objpfx)tst-svc-cmp.out): New rule.
10709
10710 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10711
10712         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10713         * ctype/ctype.h [__USE_MISC]: Likewise.
10714         * dirent/dirent.h [__USE_MISC]: Likewise.
10715         * grp/grp.h [__USE_MISC]: Likewise.
10716         * io/fcntl.h [__USE_MISC]: Likewise.
10717         * io/sys/stat.h [__USE_MISC]: Likewise.
10718         * libio/stdio.h [__USE_MISC]: Likewise.
10719         * posix/unistd.h [__USE_MISC]: Likewise.
10720         * pwd/pwd.h [__USE_MISC]: Likewise.
10721         * stdlib.h [__USE_MISC]: Likewise.
10722         * string/bits/string2.h [__USE_MISC]: Likewise.
10723         * string/string.h [__USE_MISC]: Likewise.
10724         * time/time.h [__USE_MISC]: Likewise.
10725
10726 2014-02-13  Andreas Schwab  <schwab@suse.de>
10727
10728         [BZ #16574]
10729         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10730         second answer buffer if it was separately allocated.
10731
10732 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10733
10734         * sysdeps/mips/math-tests.h: Include <features.h>.
10735         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10736         (ROUNDING_TESTS_long_double): Do not define.
10737         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10738         (EXCEPTION_TESTS_long_double): Likewise.
10739         * sysdeps/mips/mips64/libm-test-ulps: Update.
10740
10741         * include/features.h (__USE_BSD): Remove macro definitions.
10742         (__USE_SVID): Likewise.
10743         (_BSD_SOURCE): Likewise.
10744         (_SVID_SOURCE): Likewise.
10745         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10746         from definition of _DEFAULT_SOURCE.
10747         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10748         [_DEFAULT_SOURCE].
10749         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10750         * bits/mman.h [__USE_BSD]: Likewise.
10751         * bits/termios.h [__USE_BSD]: Likewise.
10752         * bits/waitstatus.h [__USE_BSD]: Likewise.
10753         * ctype/ctype.h [__USE_SVID]: Likewise.
10754         * dirent/dirent.h [__USE_BSD]: Likewise.
10755         * grp/grp.h [__USE_SVID]: Likewise.
10756         [__USE_BSD]: Likewise.
10757         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10758         * io/fcntl.h [__USE_BSD]: Likewise.
10759         * io/ftw.h [__USE_BSD]: Likewise.
10760         * io/sys/stat.h [__USE_BSD]: Likewise.
10761         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10762         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10763         * libio/stdio.h [__USE_SVID]: Likewise.
10764         [__USE_BSD]: Likewise.
10765         * math/math.h [__USE_SVID]: Likewise.
10766         [__USE_BSD]: Likewise.
10767         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10768         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10769         * misc/search.h [__USE_SVID]: Likewise.
10770         * misc/sys/mman.h [__USE_BSD]: Likewise.
10771         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10772         * misc/sys/uio.h [__USE_BSD]: Likewise.
10773         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10774         * posix/glob.h [__USE_BSD]: Likewise.
10775         * posix/regex.h [__USE_BSD]: Likewise.
10776         * posix/sys/types.h [__USE_BSD]: Likewise.
10777         [__USE_SVID]: Likewise.
10778         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10779         * posix/sys/wait.h [__USE_BSD]: Likewise.
10780         [__USE_SVID]: Likewise.
10781         * posix/unistd.h [__USE_BSD]: Likewise.
10782         [__USE_SVID]: Likewise.
10783         * pwd/pwd.h [__USE_SVID]: Likewise.
10784         * resolv/netdb.h [__USE_BSD]: Likewise.
10785         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10786         * signal/signal.h [__USE_BSD]: Likewise.
10787         [__USE_SVID]: Likewise.
10788         * socket/sys/socket.h [__USE_BSD]: Likewise.
10789         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10790         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10791         [__USE_SVID]: Likewise.
10792         * string/bits/string2.h [__USE_BSD]: Likewise.
10793         [__USE_SVID]: Likewise.
10794         * string/bits/string3.h [__USE_BSD]: Likewise.
10795         * string/endian.h [__USE_BSD]: Likewise.
10796         * string/string.h [__USE_SVID]: Likewise.
10797         [__USE_BSD]: Likewise.
10798         * string/strings.h [__USE_BSD]: Likewise.
10799         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10800         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10801         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10802         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10803         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10804         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10805         Likewise.
10806         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10807         Likewise.
10808         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10809         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10810         Likewise.
10811         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10812         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10813         Likewise.
10814         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10815         Likewise.
10816         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10817         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10818         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10819         Likewise.
10820         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10821         Likewise.
10822         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10823         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10824         * termios/termios.h [__USE_BSD]: Likewise.
10825         * time/sys/time.h [__USE_BSD]: Likewise.
10826         * time/time.h [__USE_BSD]: Likewise.
10827         [__USE_SVID]: Likewise.
10828
10829         * Makefile (subdir_targets): Remove subdir_lint.out.
10830
10831         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10832         (do-tst-printf): Likewise.
10833         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10834         $(objpfx)tst-printf.out.
10835
10836         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10837
10838         * Makerules (check-abi-%): Change target to
10839         $(objpfx)check-abi-%.out.
10840         (check-abi target): Update dependencies.
10841         (check-abi-pattern variable): Redirect output of diff to $@.
10842         (check-abi variable): Likewise.
10843         * elf/Makefile (check-abi): Update dependencies.
10844
10845         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10846         unused.
10847         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10848         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10849         subnormal range.
10850         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10851         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10852         value has largest subnormal exponent.
10853         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10854         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10855         * sysdeps/aarch64/soft-fp/sfp-machine.h
10856         (_FP_TININESS_AFTER_ROUNDING): New macro.
10857         * sysdeps/alpha/soft-fp/sfp-machine.h
10858         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10859         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10860         Likewise.
10861         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10862         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10863         * sysdeps/mips/soft-fp/sfp-machine.h
10864         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10865         * sysdeps/powerpc/soft-fp/sfp-machine.h
10866         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10867         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10868         Likewise.
10869         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10870         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10871         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10872         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10873         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10874         Likewise.
10875
10876 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10877
10878         [BZ #16545]
10879         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10880         model 1.
10881
10882 2014-02-12  Richard Henderson  <rth@redhat.com>
10883
10884         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10885         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10886         * sysdeps/unix/sysv/linux/alpha: Move directory from
10887         ports/sysdeps/unix/sysv/linux/alpha.
10888         * README: Update listing for alpha-*-linux-gnu.
10889
10890 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10891
10892         * include/features.h: Update comment documenting feature test
10893         macros.
10894         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10895         _DEFAULT_SOURCE.
10896         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10897         (_SVID_SOURCE): Likewise.
10898         (_DEFAULT_SOURCE): Update description of default features.
10899         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10900         with _GNU_SOURCE.
10901         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10902         (S_ISVTX): Likewise.
10903         * manual/math.texi (Mathematical Constants): Likewise.
10904         * manual/signal.texi (Interrupted Primitives): Likewise.
10905         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10906         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10907         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10908         Don't refer to _SVID_SOURCE in warning text.
10909
10910         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10911
10912         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10913         already defined.
10914         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10915         * sysdeps/mips/dl-lookup.c: Remove.
10916         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10917
10918 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10919
10920         [BZ #16447]
10921         * math/auto-libm-test-in: Add testcase for expl.
10922         * math/auto-libm-test-out: Regenerate.
10923         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10924         calculation of unsafe.
10925         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10926
10927 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10928
10929         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10930         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10931         ports/sysdeps/unix/sysv/linux/aarch64.
10932         * README: Update listing for aarch64*-*-linux-gnu.
10933
10934 2014-02-11  Will Newton  <will.newton@linaro.org>
10935
10936         * manual/probes.texi (Mathematical Function Probes): Use
10937         "triggered" instead of "hit".
10938
10939         * manual/probes.texi (Internal Probes): Add documentation
10940         of setjmp, longjmp and longjmp_target probes.
10941
10942         * include/stap-probe.h: Add comment about probe argument
10943         format.
10944
10945         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10946         definition.  (tr_where, tr_freehook, tr_mallochook,
10947         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10948
10949 2014-02-11  David S. Miller  <davem@davemloft.net>
10950
10951         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10952         processing int_tests.
10953
10954 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10955
10956         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10957         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10958         * sysdeps/unix/sysv/linux/mips: Move directory from
10959         ports/sysdeps/unix/sysv/linux/mips.
10960         * README: Update listing for mips-*-linux-gnu and
10961         mips64-*-linux-gnu.
10962
10963 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10964
10965         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10966         * sysdeps/unix/sysv/linux/m68k: Move directory from
10967         ports/sysdeps/unix/sysv/linux/m68k.
10968         * README: Update listing for m68k-*-linux-gnu.
10969
10970 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10971
10972         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10973         * sysdeps/unix/sysv/linux/generic: Move directory from
10974         ports/sysdeps/unix/sysv/linux/generic.
10975         * sysdeps/unix/sysv/linux/tile: Move directory from
10976         ports/sysdeps/unix/sysv/linux/tile.
10977         * README: Update listing for tile*-*-linux-gnu.
10978
10979 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10980
10981         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10982         __builtin_expect.
10983         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10984         * catgets/open_catalog.c (__open_catalog): Likewise.
10985         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10986         * debug/confstr_chk.c: Likewise.
10987         * debug/fread_chk.c (__fread_chk): Likewise.
10988         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10989         * debug/getgroups_chk.c: Likewise.
10990         * debug/mbsnrtowcs_chk.c: Likewise.
10991         * debug/mbsrtowcs_chk.c: Likewise.
10992         * debug/mbstowcs_chk.c: Likewise.
10993         * debug/memcpy_chk.c: Likewise.
10994         * debug/memmove_chk.c: Likewise.
10995         * debug/mempcpy_chk.c: Likewise.
10996         * debug/memset_chk.c: Likewise.
10997         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
10998         * debug/strcat_chk.c (__strcat_chk): Likewise.
10999         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11000         * debug/strncat_chk.c (__strncat_chk): Likewise.
11001         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11002         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11003         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11004         * debug/wcpncpy_chk.c: Likewise.
11005         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11006         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11007         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11008         * debug/wcsncpy_chk.c: Likewise.
11009         * debug/wcsnrtombs_chk.c: Likewise.
11010         * debug/wcsrtombs_chk.c: Likewise.
11011         * debug/wcstombs_chk.c: Likewise.
11012         * debug/wmemcpy_chk.c: Likewise.
11013         * debug/wmemmove_chk.c: Likewise.
11014         * debug/wmempcpy_chk.c: Likewise.
11015         * debug/wmemset_chk.c: Likewise.
11016         * dirent/scandirat.c (SCANDIRAT): Likewise.
11017         * dlfcn/dladdr1.c (dladdr1): Likewise.
11018         * dlfcn/dladdr.c (dladdr): Likewise.
11019         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11020         * dlfcn/dlerror.c (__dlerror): Likewise.
11021         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11022         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11023         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11024         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11025         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11026         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11027         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11028         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11029         Likewise.
11030         * elf/dl-conflict.c: Likewise.
11031         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11032         * elf/dl-dst.h: Likewise.
11033         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11034         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11035         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11036         * elf/dl-init.c (call_init, _dl_init): Likewise.
11037         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11038         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11039         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11040         Likewise.
11041         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11042         Likewise.
11043         * elf/dl-minimal.c (__libc_memalign): Likewise.
11044         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11045         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11046         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11047         * elf/dl-sym.c (do_sym): Likewise.
11048         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11049         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11050         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11051         * elf/dl-writev.h (_dl_writev): Likewise.
11052         * elf/ldconfig.c (search_dir): Likewise.
11053         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11054         (dl_main): Likewise.
11055         * elf/setup-vdso.h (setup_vdso): Likewise.
11056         * grp/compat-initgroups.c (compat_call): Likewise.
11057         * grp/fgetgrent.c (fgetgrent): Likewise.
11058         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11059         * grp/putgrent.c (putgrent): Likewise.
11060         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11061         Likewise.
11062         * hurd/hurdinit.c: Likewise.
11063         * iconvdata/8bit-gap.c (struct): Likewise.
11064         * iconvdata/ansi_x3.110.c : Likewise.
11065         * iconvdata/big5.c : Likewise.
11066         * iconvdata/big5hkscs.c : Likewise.
11067         * iconvdata/cp1255.c: Likewise.
11068         * iconvdata/cp1258.c : Likewise.
11069         * iconvdata/cp932.c : Likewise.
11070         * iconvdata/euc-cn.c: Likewise.
11071         * iconvdata/euc-jisx0213.c : Likewise.
11072         * iconvdata/euc-jp.c: Likewise.
11073         * iconvdata/euc-jp-ms.c : Likewise.
11074         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11075         * iconvdata/gb18030.c : Likewise.
11076         * iconvdata/gbbig5.c (const): Likewise.
11077         * iconvdata/gbgbk.c: Likewise.
11078         * iconvdata/gbk.c : Likewise.
11079         * iconvdata/ibm1364.c : Likewise.
11080         * iconvdata/ibm930.c : Likewise.
11081         * iconvdata/ibm932.c: Likewise.
11082         * iconvdata/ibm933.c : Likewise.
11083         * iconvdata/ibm935.c : Likewise.
11084         * iconvdata/ibm937.c : Likewise.
11085         * iconvdata/ibm939.c : Likewise.
11086         * iconvdata/ibm943.c: Likewise.
11087         * iconvdata/iso_11548-1.c: Likewise.
11088         * iconvdata/iso-2022-cn.c : Likewise.
11089         * iconvdata/iso-2022-cn-ext.c : Likewise.
11090         * iconvdata/iso-2022-jp-3.c: Likewise.
11091         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11092         * iconvdata/iso-2022-kr.c : Likewise.
11093         * iconvdata/iso646.c (gconv_end): Likewise.
11094         * iconvdata/iso_6937-2.c : Likewise.
11095         * iconvdata/iso_6937.c : Likewise.
11096         * iconvdata/iso8859-1.c: Likewise.
11097         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11098         * iconvdata/shift_jisx0213.c : Likewise.
11099         * iconvdata/sjis.c : Likewise.
11100         * iconvdata/t.61.c : Likewise.
11101         * iconvdata/tcvn5712-1.c : Likewise.
11102         * iconvdata/tscii.c: Likewise.
11103         * iconvdata/uhc.c : Likewise.
11104         * iconvdata/unicode.c (gconv_end): Likewise.
11105         * iconvdata/utf-16.c (gconv_end): Likewise.
11106         * iconvdata/utf-32.c (gconv_end): Likewise.
11107         * iconvdata/utf-7.c (base64): Likewise.
11108         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11109         * iconv/gconv_close.c (__gconv_close): Likewise.
11110         * iconv/gconv_open.c (__gconv_open): Likewise.
11111         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11112         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11113         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11114         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11115         (ucs4le_internal_loop_single): Likewise.
11116         * iconv/iconv.c (iconv): Likewise.
11117         * iconv/iconv_close.c: Likewise.
11118         * iconv/loop.c (SINGLE): Likewise.
11119         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11120         * include/atomic.h: Likewise.
11121         * inet/inet6_option.c (option_alloc): Likewise.
11122         * intl/bindtextdom.c (set_binding_values): Likewise.
11123         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11124         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11125         * intl/localealias.c (read_alias_file): Likewise.
11126         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11127         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11128         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11129         * libio/fmemopen.c (fmemopen): Likewise.
11130         * libio/iofgets.c (_IO_fgets): Likewise.
11131         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11132         * libio/iofgetws.c (fgetws): Likewise.
11133         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11134         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11135         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11136         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11137         * locale/findlocale.c (_nl_find_locale): Likewise.
11138         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11139         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11140         Likewise.
11141         * locale/setlocale.c (setlocale): Likewise.
11142         * login/programs/pt_chown.c (main): Likewise.
11143         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11144         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11145         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11146         (mmap, mmap64, mremap, munmap): Likewise.
11147         * math/e_exp2l.c: Likewise.
11148         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11149         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11150         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11151         * math/s_catan.c (__catan): Likewise.
11152         * math/s_catanf.c (__catanf): Likewise.
11153         * math/s_catanh.c (__catanh): Likewise.
11154         * math/s_catanhf.c (__catanhf): Likewise.
11155         * math/s_catanhl.c (__catanhl): Likewise.
11156         * math/s_catanl.c (__catanl): Likewise.
11157         * math/s_ccosh.c (__ccosh): Likewise.
11158         * math/s_ccoshf.c (__ccoshf): Likewise.
11159         * math/s_ccoshl.c (__ccoshl): Likewise.
11160         * math/s_cexp.c (__cexp): Likewise.
11161         * math/s_cexpf.c (__cexpf): Likewise.
11162         * math/s_cexpl.c (__cexpl): Likewise.
11163         * math/s_clog10.c (__clog10): Likewise.
11164         * math/s_clog10f.c (__clog10f): Likewise.
11165         * math/s_clog10l.c (__clog10l): Likewise.
11166         * math/s_clog.c (__clog): Likewise.
11167         * math/s_clogf.c (__clogf): Likewise.
11168         * math/s_clogl.c (__clogl): Likewise.
11169         * math/s_csin.c (__csin): Likewise.
11170         * math/s_csinf.c (__csinf): Likewise.
11171         * math/s_csinh.c (__csinh): Likewise.
11172         * math/s_csinhf.c (__csinhf): Likewise.
11173         * math/s_csinhl.c (__csinhl): Likewise.
11174         * math/s_csinl.c (__csinl): Likewise.
11175         * math/s_csqrt.c (__csqrt): Likewise.
11176         * math/s_csqrtf.c (__csqrtf): Likewise.
11177         * math/s_csqrtl.c (__csqrtl): Likewise.
11178         * math/s_ctan.c (__ctan): Likewise.
11179         * math/s_ctanf.c (__ctanf): Likewise.
11180         * math/s_ctanh.c (__ctanh): Likewise.
11181         * math/s_ctanhf.c (__ctanhf): Likewise.
11182         * math/s_ctanhl.c (__ctanhl): Likewise.
11183         * math/s_ctanl.c (__ctanl): Likewise.
11184         * math/w_pow.c: Likewise.
11185         * math/w_powf.c: Likewise.
11186         * math/w_powl.c: Likewise.
11187         * math/w_scalb.c (sysv_scalb): Likewise.
11188         * math/w_scalbf.c (sysv_scalbf): Likewise.
11189         * math/w_scalbl.c (sysv_scalbl): Likewise.
11190         * misc/error.c (error_tail): Likewise.
11191         * misc/pselect.c (__pselect): Likewise.
11192         * nis/nis_callback.c (__nis_create_callback): Likewise.
11193         * nis/nis_call.c (__nisfind_server): Likewise.
11194         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11195         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11196         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11197         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11198         * nis/nis_lookup.c (nis_lookup): Likewise.
11199         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11200         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11201         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11202         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11203         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11204         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11205         * nis/nss_compat/compat-initgroups.c (add_group)
11206         (internal_getgrent_r): Likewise.
11207         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11208         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11209         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11210         (internal_getspnam_r): Likewise.
11211         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11212         (_nss_nis_getaliasbyname_r): Likewise.
11213         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11214         (_nss_nis_getntohost_r): Likewise.
11215         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11216         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11217         (_nss_nis_getgrgid_r): Likewise.
11218         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11219         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11220         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11221         (_nss_nis_gethostbyname4_r): Likewise.
11222         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11223         (initgroups_netid): Likewise.
11224         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11225         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11226         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11227         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11228         (_nss_nis_getprotobynumber_r): Likewise.
11229         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11230         (_nss_nis_getsecretkey): Likewise.
11231         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11232         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11233         (_nss_nis_getpwuid_r): Likewise.
11234         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11235         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11236         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11237         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11238         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11239         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11240         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11241         Likewise.
11242         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11243         (_nss_nisplus_getntohost_r): Likewise.
11244         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11245         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11246         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11247         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11248         Likewise.
11249         * nis/nss_nisplus/nisplus-initgroups.c
11250         (_nss_nisplus_initgroups_dyn): Likewise.
11251         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11252         (_nss_nisplus_getnetbyaddr_r): Likewise.
11253         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11254         (_nss_nisplus_getprotobynumber_r): Likewise.
11255         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11256         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11257         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11258         Likewise.
11259         * nis/nss_nisplus/nisplus-service.c
11260         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11261         (_nss_nisplus_getservbyport_r): Likewise.
11262         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11263         (_nss_nisplus_getspnam_r): Likewise.
11264         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11265         Likewise.
11266         * nscd/aicache.c (addhstaiX): Likewise.
11267         * nscd/cache.c (cache_search, prune_cache): Likewise.
11268         * nscd/connections.c (register_traced_file, send_ro_fd)
11269         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11270         (main_loop_epoll): Likewise.
11271         * nscd/grpcache.c (addgrbyX): Likewise.
11272         * nscd/hstcache.c (addhstbyX): Likewise.
11273         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11274         * nscd/mem.c (gc, mempool_alloc): Likewise.
11275         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11276         (addinnetgrX): Likewise.
11277         * nscd/nscd-client.h (__nscd_acquire_maplock)
11278         (__nscd_drop_map_ref): Likewise.
11279         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11280         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11281         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11282         Likewise.
11283         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11284         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11285         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11286         (__nscd_get_map_ref): Likewise.
11287         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11288         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11289         Likewise.
11290         * nscd/pwdcache.c (addpwbyX): Likewise.
11291         * nscd/selinux.c (preserve_capabilities): Likewise.
11292         * nscd/servicescache.c (addservbyX): Likewise.
11293         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11294         * posix/fnmatch.c (fnmatch): Likewise.
11295         * posix/getopt.c (_getopt_internal_r): Likewise.
11296         * posix/glob.c (glob, glob_in_dir): Likewise.
11297         * posix/wordexp.c (exec_comm_child): Likewise.
11298         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11299         (getanswer_r, gaih_getanswer_slice): Likewise.
11300         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11301         * resolv/res_init.c: Likewise.
11302         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11303         * resolv/res_query.c (__libc_res_nquery): Likewise.
11304         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11305         Likewise.
11306         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11307         * stdio-common/perror.c (perror): Likewise.
11308         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11309         * stdio-common/tmpnam.c (tmpnam): Likewise.
11310         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11311         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11312         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11313         Likewise.
11314         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11315         * stdlib/putenv.c (putenv): Likewise.
11316         * stdlib/setenv.c (__add_to_environ): Likewise.
11317         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11318         * stdlib/strtol_l.c (INTERNAL): Likewise.
11319         * string/memmem.c (memmem): Likewise.
11320         * string/strerror.c (strerror): Likewise.
11321         * string/strnlen.c (__strnlen): Likewise.
11322         * string/test-memmem.c (simple_memmem): Likewise.
11323         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11324         * sunrpc/pm_getport.c (__get_socket): Likewise.
11325         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11326         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11327         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11328         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11329         Likewise.
11330         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11331         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11332         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11333         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11334         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11335         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11336         Likewise.
11337         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11338         Likewise.
11339         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11340         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11341         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11342         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11343         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11344         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11345         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11346         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11347         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11348         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11349         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11350         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11351         Likewise.
11352         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11353         Likewise.
11354         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11355         Likewise.
11356         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11357         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11358         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11359         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11360         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11361         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11362         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11363         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11364         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11365         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11366         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11367         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11368         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11369         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11370         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11371         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11372         Likewise.
11373         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11374         Likewise.
11375         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11376         Likewise.
11377         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11378         Likewise.
11379         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11380         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11381         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11382         Likewise.
11383         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11384         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11385         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11386         * sysdeps/posix/sleep.c: Likewise.
11387         * sysdeps/posix/tempname.c: Likewise.
11388         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11389         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11390         Likewise.
11391         * sysdeps/powerpc/powerpc32/dl-machine.h
11392         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11393         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11394         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11395         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11396         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11397         Likewise.
11398         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11399         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11400         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11401         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11402         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11403         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11404         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11405         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11406         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11407         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11408         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11409         (elf_machine_lazy_rel): Likewise.
11410         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11411         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11412         (elf_machine_lazy_rel): Likewise.
11413         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11414         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11415         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11416         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11417         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11418         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11419         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11420         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11421         Likewise.
11422         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11423         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11424         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11425         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11426         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11427         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11428         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11429         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11430         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11431         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11432         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11433         Likewise.
11434         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11435         (__posix_fallocate64_l64): Likewise.
11436         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11437         (posix_fallocate): Likewise.
11438         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11439         Likewise.
11440         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11441         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11442         (getifaddrs_internal): Likewise.
11443         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11444         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11445         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11446         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11447         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11448         (__posix_fallocate64_l64): Likewise.
11449         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11450         Likewise.
11451         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11452         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11453         (__get_clockfreq): Likewise.
11454         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11455         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11456         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11457         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11458         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11459         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11460         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11461         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11462         Likewise.
11463         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11464         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11465         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11466         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11467         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11468         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11469         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11470         Likewise.
11471         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11472         (posix_fallocate): Likewise.
11473         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11474         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11475         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11476         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11477         (elf_machine_rela, elf_machine_rela_relative)
11478         (elf_machine_lazy_rel): Likewise.
11479         * time/asctime.c (asctime_internal): Likewise.
11480         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11481         * time/tzset.c (__tzset_parse_tz): Likewise.
11482         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11483         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11484         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11485         * wcsmbs/wcsmbsload.h: Likewise.
11486
11487         [BZ #15894]
11488         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11489
11490         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11491         (arena_get2): Remove THREAD_STATS conditionals.
11492         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11493         (__malloc_stats, int): Likewise.
11494
11495 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11496
11497         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11498         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11499
11500         * manual/setjmp.texi: Fix typos/grammar errors.
11501
11502         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11503         Only return early when n is <= 0.  Delete unused return statement.
11504
11505         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11506         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11507         * debug/tst-longjmp_chk3.c: New file.
11508
11509         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11510         (test_main): Replace code with set_fortify_handler call.
11511         * debug/test-strcpy_chk.c: Likewise.
11512         * debug/tst-chk1.c: Likewise.
11513         * debug/tst-longjmp_chk.c: Likewise.
11514         * test-skeleton.c: Include fcntl.h & paths.h
11515         (set_fortify_handler): Define.
11516
11517         * debug/tst-longjmp_chk.c: Add header comment and include
11518         ../test-skeleton.c.
11519         (do_test): Mark static.
11520         (TEST_FUNCTION): Define.
11521
11522         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11523         (IP_PMTUDISC_INTERFACE): Likewise.
11524         (IP_MULTICAST_IF): Likewise.
11525         (IP_MULTICAST_TTL): Likewise.
11526         (IP_MULTICAST_LOOP): Likewise.
11527         (IP_ADD_MEMBERSHIP): Likewise.
11528         (IP_DROP_MEMBERSHIP): Likewise.
11529         (IP_UNBLOCK_SOURCE): Likewise.
11530         (IP_BLOCK_SOURCE): Likewise.
11531         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11532         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11533         (IP_MSFILTER): Likewise.
11534         (MCAST_JOIN_GROUP): Likewise.
11535         (MCAST_BLOCK_SOURCE): Likewise.
11536         (MCAST_UNBLOCK_SOURCE): Likewise.
11537         (MCAST_LEAVE_GROUP): Likewise.
11538         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11539         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11540         (MCAST_MSFILTER): Likewise.
11541         (IP_MULTICAST_ALL): Likewise.
11542         (IP_UNICAST_IF): Likewise.
11543
11544         * timezone/Makefile: Delete $(have-ksh) check.
11545         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11546         * timezone/tzselect.ksh: Add +x mode bits.
11547
11548         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11549         (ANON_INODE_FS_MAGIC): Likewise.
11550         (BDEVFS_MAGIC): Likewise.
11551         (BINFMTFS_MAGIC): Likewise.
11552         (BTRFS_TEST_MAGIC): Likewise.
11553         (CRAMFS_MAGIC_WEND): Likewise.
11554         (DEBUGFS_MAGIC): Likewise.
11555         (ECRYPTFS_SUPER_MAGIC): Likewise.
11556         (EXT3_SUPER_MAGIC): Likewise.
11557         (EXT4_SUPER_MAGIC): Likewise.
11558         (FUTEXFS_SUPER_MAGIC): Likewise.
11559         (HOSTFS_SUPER_MAGIC): Likewise.
11560         (HUGETLBFS_MAGIC): Likewise.
11561         (MINIX3_SUPER_MAGIC): Likewise.
11562         (MTD_INODE_FS_MAGIC): Likewise.
11563         (NILFS_SUPER_MAGIC): Likewise.
11564         (OPENPROM_SUPER_MAGIC): Likewise.
11565         (PIPEFS_MAGIC): Likewise.
11566         (PSTOREFS_MAGIC): Likewise.
11567         (QNX6_SUPER_MAGIC): Likewise.
11568         (RAMFS_MAGIC): Likewise.
11569         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11570         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11571         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11572         (SECURITYFS_MAGIC): Likewise.
11573         (SELINUX_MAGIC): Likewise.
11574         (SMACK_MAGIC): Likewise.
11575         (SOCKFS_MAGIC): Likewise.
11576         (SQUASHFS_MAGIC): Likewise.
11577         (STACK_END_MAGIC): Likewise.
11578         (TMPFS_MAGIC): Likewise.
11579         (USBDEVICE_SUPER_MAGIC): Likewise.
11580         (V9FS_MAGIC): Likewise.
11581         (XENFS_SUPER_MAGIC): Likewise.
11582         (CRAMFS_MAGIC): Fix typo in comment.
11583         (EXT2_SUPER_MAGIC): Update comment.
11584         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11585
11586 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11587
11588         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11589         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11590         * sysdeps/unix/sysv/linux/arm: Move directory from
11591         ports/sysdeps/unix/sysv/linux/arm.
11592         * README: Update listing for arm-*-linux-gnueabi.
11593
11594         * README: Remove mention of am33.
11595
11596 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11597
11598         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11599         than the comma operator, to avoid "rhs of comma has no effect"
11600         compiler warnings.
11601         (__sigfillset, __sigandset, __sigorset): Likewise.
11602         * include/signal.h (__sigemptyset): Likewise.
11603         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11604
11605 2014-02-07  Allan McRae  <allan@archlinux.org>
11606
11607         * version.h (RELEASE): Set to "development".
11608         (VERSION): Set to "2.19.90"
11609         * NEWS: Add 2.20 section.
11610
11611 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11612
11613         [BZ #16529]
11614         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11615
11616 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11617
11618         * manual/contrib.texi: Update entry for Carlos O'Donell,
11619         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11620
11621 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11622
11623         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11624
11625         * sysdeps/unix/sysv/linux/kernel-features.h
11626         [__LINUX_KERNEL_VERSION >= 0x020621]
11627         (__ASSUME_PROC_PID_TASK_COMM): Define.
11628
11629 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11630
11631         [BZ #16398]
11632         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11633         conversion when destination buffer does not have enough space.
11634         * libio/tst-ftell-partial-wide.c: New test case.
11635         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11636
11637         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11638         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11639         Leonard and Allan McRae.
11640
11641 2014-02-04  David S. Miller  <davem@davemloft.net>
11642
11643         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11644         32-bit.
11645
11646 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11647
11648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11649         New file
11650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11651         New file
11652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11653         New file.
11654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11655         New file.
11656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11657         New file.
11658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11659         New file.
11660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11661         New file.
11662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11663         New file.
11664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11665         New file.
11666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11667         New file.
11668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11669         New file.
11670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11671         New file.
11672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11673         New file.
11674
11675 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11676
11677         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11678         * shlib-versions: Likewise.
11679
11680 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11681             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11682
11683         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11684         (abilist-pattern): New variable, set to %-le.abilist.
11685
11686         * Makerules (abilist-pattern): New variable.
11687         (vpath): Use $(abilist-pattern) in place of %.abilist.
11688         (check-abi-% pattern rule): Likewise.
11689         (check-abi, update-abi): Likewise.
11690
11691 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11692
11693         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11694
11695 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11696
11697         * manual/startup.texi: Add next, previous, and top entries for
11698         the `Program Arguments' and `Environment Variables' nodes.
11699
11700 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11701
11702         * manual/macros.texi: Add comments before MTASC-safety macros.
11703
11704         * manual/users.texi: Document MTASC-safety properties.
11705
11706         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11707         (pthread_getspecific, pthread_setspecific): Format with
11708         @deftypefun, and add @safety note.
11709         * manual/signal.texi: Move comments that analyze the above
11710         functions to their home place.
11711
11712 2014-02-03  Allan McRae  <allan@archlinux.org>
11713
11714         * po/sl.po: Update Slovenian translation from translation project.
11715
11716 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11717
11718         * manual/time.texi (timegm): Add missing blank after @c.
11719         Reported by Joseph Myers <joseph@codesourcery.com>.
11720
11721 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11722
11723         * manual/check-safety.sh: New.
11724         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11725
11726         * manual/terminal.texi: Document MTASC-safety properties.
11727
11728         * manual/filesys.texi: Document MTASC-safety properties.
11729
11730         * manual/errno.texi: Document MTASC-safety properties.
11731
11732         * manual/intro.texi: Document safety identifiers and
11733         conditionals.
11734
11735         * manual/string.texi (wcstok): Fix prototype.
11736         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11737
11738         * manual/time.texi: Document MTASC-safety properties.
11739
11740         * manual/string.texi: Document MTASC-safety properties.
11741
11742         * manual/threads.texi: Document MTASC-safety properties.
11743
11744         * manual/stdio.texi: Document MTASC-safety properties.
11745
11746         * manual/syslog.texi: Document MTASC-safety properties.
11747
11748         * manual/sysinfo.texi: Document MTASC-safety properties.
11749
11750         * manual/startup.texi: Document MTASC-safety properties.
11751
11752         * manual/socket.texi: Document MTASC-safety properties.
11753
11754         * manual/signal.texi: Document MTASC-safety properties.
11755
11756 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11757
11758         * manual/setjmp.texi: Document MTASC-safety properties.
11759
11760         * manual/search.texi: Document MTASC-safety properties.
11761
11762         * manual/resource.texi: Document MTASC-safety properties.
11763
11764         * manual/process.texi: Document MTASC-safety properties.
11765
11766         * manual/platform.texi: Document MTASC-safety properties.
11767
11768         * manual/pipe.texi: Document MTASC-safety properties.
11769
11770         * manual/pattern.texi: Document MTASC-safety properties.
11771
11772         * manual/message.texi: Document MTASC-safety properties.
11773
11774         [BZ #12751]
11775         * manual/memory.texi: Document MTASC-safety properties.
11776
11777         * manual/math.texi: Document MTASC-safety properties.
11778
11779         * manual/locale.texi: Document MTASC-safety properties.
11780
11781         * manual/llio.texi: Document MTASC-safety properties.
11782
11783         * manual/libdl.texi: New.
11784
11785         * manual/lang.texi: Document MTASC-safety properties.
11786
11787         * manual/job.texi: Document MTASC-safety properties.
11788
11789         * manual/getopt.texi: Document MTASC-safety properties.
11790
11791         * manual/ctype.texi: Document MTASC-safety properties.
11792
11793 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11794
11795         [BZ #16046]
11796         * csu/libc-tls.c (static_map): Remove variable.
11797         (__libc_setup_tls): Use main executable's link map for TLS data.
11798         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11799         casing for LM_ID_BASE and GL(dl_nns).
11800         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11801         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11802         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11803         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11804         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11805         member.
11806         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11807         l_phnum members.
11808
11809 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11810
11811         * manual/debug.texi: Document MTASC-safety properties.
11812
11813 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11814
11815         [BZ #16510]
11816         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11817         of __x86_64__ when disabling x87 inline functions.
11818
11819 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11820
11821         * manual/charset.texi: Document MTASC-safety properties.
11822
11823         * manual/crypt.texi: Document MTASC-safety properties.
11824
11825         * manual/conf.texi: Document MTASC-safety properties.
11826
11827         * manual/arith.texi: Document MTASC-safety properties.
11828
11829         * manual/argp.texi: Document MTASC-safety properties.
11830
11831         * manual/macros.texi: Introduce macros to document multi
11832         thread, asynchronous signal and asynchronous cancellation
11833         safety properties.
11834         * manual/intro.texi: Introduce the properties themselves.
11835
11836 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11837
11838         * sysdeps/sh/sh4/Makefile: New file.
11839
11840 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11841
11842         * math/gen-libm-test.pl ($srcdir): New variable.
11843         ($auto_input): Use it.
11844
11845 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11846
11847         [BZ #16506]
11848         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11849         access beyond array bounds when parsing netgroups file.
11850
11851         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11852         the old buffer before realloc.
11853
11854 2014-01-27  Allan McRae  <allan@archlinux.org>
11855
11856         * po/fr.po: Update French translation from translation project.
11857
11858 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11859
11860         * sysdeps/sh/libm-test-ulps: Regenerate.
11861
11862 2014-01-24  David S. Miller  <davem@davemloft.net>
11863
11864         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11865
11866 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11867
11868         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11869         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11870
11871 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11872
11873         [BZ #16474]
11874         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11875         string pointers after reallocation.
11876
11877 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11878
11879         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11880         __SH4A__ instead of __SH_FPU_ANY__.
11881
11882 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11883
11884         * sysdeps/sh/fpu_control.h: New file.
11885         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11886         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11887         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11888         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11889         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11890         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11891         * sysdeps/sh/sys/ucontext.h: Remove.
11892         * sysdeps/sh/sys: Remove directory.
11893
11894 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11895
11896         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11897         s390/sys/ucontext.h.
11898         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11899         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11900
11901 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11902
11903         [BZ #15605]
11904         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11905
11906 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11907
11908         [BZ#16431]
11909         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11910         Adjust the vDSO correctly for internal calls.
11911         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11912
11913 2014-01-20  Allan McRae  <allan@archlinux.org>
11914
11915         * po/ca.po: Update Catalan translation from translation project.
11916
11917 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11918
11919         * sysdeps/s390/sotruss-lib.c: New file.
11920
11921 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11922
11923         [BZ#16430]
11924         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11925         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11926         local calls issues by not having a PLT stub required for IFUNC calls.
11927         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11928
11929 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11930
11931         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11932         * math/test-fpucw-static.c: Likewise.
11933
11934 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11935
11936         [BZ #16453]
11937         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11938
11939 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11940
11941         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11942         implementation for powerpc.
11943
11944 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11945
11946         [BZ #14782]
11947         * sysdeps/posix/system.c (__libc_system): Do not enable
11948         asynchronous cancellation.
11949
11950 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11951
11952         [BZ #16427]
11953         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11954         handling only for numbers special also in the IEEE case.
11955
11956 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11957
11958         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11959
11960 2014-01-11  Allan McRae  <allan@archlinux.org>
11961
11962         * po/bg.po: Update Bulgarian translation from translation project.
11963
11964         * po/de.po: Update German translation from translation project.
11965
11966 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11967
11968         * sysdeps/generic/gcc-compat.h: New file.
11969
11970 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11971
11972         * benchtests/asin-inputs: Correct slow inputs.
11973         * benchtests/acos-inputs: Likewise.
11974
11975 2014-01-10  Allan McRae  <allan@archlinux.org>
11976
11977         * po:sv.po: Update Swedish translation from translation project.
11978
11979         * po/vi.po: Update Vietnamese translation from translation project.
11980
11981         * po/eo.po: Update Esperanto translation from translation project.
11982
11983         * po/cs.po: Update Czech translation from translation project.
11984
11985         * po/nl.po: Update Dutch translation from translation project.
11986
11987         * po/pl.po: Update Polish translation from translation project.
11988
11989         * po/ru.po: Update Russian translation from translation project.
11990
11991         * po/uk.po: Update Ukrainian translation from translation project.
11992
11993 2014-01-08  Brooks Moses  <bmoses@google.com>
11994
11995         * elf/dl-load.c: Fix comment typo.
11996
11997 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
11998
11999         * po/header.pot: Rename to...
12000         * po/pot.header: ... this.
12001         * po/Makefile: Use pot.header.
12002
12003 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12004             Maxim Kuvyrkov  <maxim@kugelworks.com>
12005
12006         [BZ #16394]
12007         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12008         SRC and DEST against LEN.
12009
12010 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12011
12012         [BZ #16414]
12013         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12014         implementation.
12015         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12016
12017 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12018
12019         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12020
12021 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12022
12023         [BZ #16408]
12024         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12025         for large positive arguments.
12026
12027 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12028
12029         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12030
12031         * math/auto-libm-test-in: Mark various tests with
12032         xfail-rounding:ldbl-128ibm.
12033         * math/auto-libm-test-out: Regenerated.
12034
12035         [BZ #16407]
12036         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12037         Increase overflow threshold.
12038
12039 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12040
12041         [BZ #14286]
12042         * stdio-common/vfprintf.c: Check for integer overflow.
12043
12044 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12045
12046         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12047         the first argument and return value of __tls_get_addr_internal.
12048
12049 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12050
12051         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12052         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12053
12054 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12055
12056         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12057         * sysdeps/s390/rtld-global-offsets.sym: New file.
12058         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12059         GLIBC_2.19 symbol.
12060         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12061         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12062         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12063         ... this.
12064         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12065         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12066         ... this.
12067         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12068         Regenerate.
12069         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12070         Regenerate.
12071         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12072         halfs of GPRs for high_gprs contexts.
12073         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12074         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12075         field.
12076         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12077         uc_flags field.
12078         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12079         64 bit versions:
12080         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12081         for high GPRs (uc_high_gprs) and for future extensions
12082         (__reserved).
12083         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12084         for future extensions (__reserved).
12085         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12086         64 bit versions:
12087         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12088         SC_HIGHGPRS offset definition.
12089         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12090         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12091
12092         * Versions.def: Add GLIBC_2.19 for libpthread.
12093         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12094         siglongjmp for libpthread with GLIBC_2.19 symver.
12095         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12096         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12097         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12098         * sysdeps/s390/__longjmp.c: New file.
12099         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12100         * sysdeps/s390/longjmp.c: New file.
12101         * sysdeps/s390/setjmp.S: New file.
12102         * sysdeps/s390/sigjmp.S: New file.
12103         * sysdeps/s390/v1-longjmp.c: New file.
12104         * sysdeps/s390/v1-setjmp.h: New file.
12105         * sysdeps/s390/v1-sigjmp.c: New file.
12106         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12107         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12108         GLIBC_2.19 version.
12109         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12110         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12111         versioned symbols for ____longjmp_chk.
12112         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12113         Likewise.
12114         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12115         Regenerate.
12116         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12117         Regenerate.
12118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12119         Regenerate.
12120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12121         Regenerate.
12122         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12123         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12124         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12125         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12126         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12127         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12128         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12129         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12130         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12131         * sysdeps/s390/rtld-__longjmp.c: New file.
12132         * sysdeps/s390/rtld-setjmp.S: New file.
12133
12134 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12135
12136         [BZ #16400]
12137         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12138         Return -__logl (x) for small positive arguments without evaluating
12139         a polynomial.
12140
12141 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12142
12143         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12144         Rename to ...
12145         (__ptrace_peeksiginfo_args): ... this.
12146         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12147         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12148         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12149
12150 2014-01-06  Allan McRae  <allan@archlinux.org>
12151
12152         * inet/netinet/in.h: Fix typo in comment.
12153
12154 2014-01-05  Andreas Jaeger  <aj@suse.de>
12155
12156         * sysdeps/i386/fpu/libm-test-ulps: Update.
12157
12158 2014-01-05  Allan McRae  <allan@archlinux.org>
12159
12160         * po/libc.pot: Regenerated.
12161
12162         * malloc/memusagestat.c: Fix gettext call formatting.
12163
12164 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12165
12166         * nscd/nscd.c: Improve usage() output.
12167
12168 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12169
12170         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12171         * sysdeps/unix/sysv/linux/configure: Regenerated.
12172         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12173         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12174
12175 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12176
12177         [BZ #16390]
12178         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12179         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12180
12181 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12182
12183         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12184         extra tokens at end of #undef directive.
12185         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12186         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12187         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12188
12189 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12190
12191         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12192
12193         * math/auto-libm-test-in: Mark various tests with
12194         xfail-rounding:ldbl-128ibm.
12195         * math/auto-libm-test-out: Regenerated.
12196
12197 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12198
12199         [BZ #16386]
12200         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12201         numbers with subnormal high part when calculating exponent.
12202
12203         [BZ #16385]
12204         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12205         fabs.
12206
12207         [BZ #16384]
12208         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12209         M_LN2l.
12210         (__ieee754_acoshl): Use __log1pl not __log1p.
12211
12212 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12213
12214         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12215         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12216         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12217         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12218         (reused_arena, arena_get2): Convert to GNU style.
12219         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12220         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12221         (memalign_check, __malloc_set_state): Likewise.
12222         * malloc/mallocbug.c (main): Likewise.
12223         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12224         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12225         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12226         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12227         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12228         (__posix_memalign, malloc_info): Likewise.
12229         * malloc/malloc.h: Likewise.
12230         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12231         (mallochook, memalignhook, reallochook, mabort): Likewise.
12232         * malloc/mcheck.h: Likewise.
12233         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12234         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12235         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12236         * malloc/morecore.c (__default_morecore): Likewise.
12237         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12238         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12239         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12240         (print_and_abort): Likewise.
12241         * malloc/obstack.h: Likewise.
12242         * malloc/set-freeres.c (__libc_freeres): Likewise.
12243         * malloc/tst-mallocstate.c (main): Likewise.
12244         * malloc/tst-mtrace.c (main): Likewise.
12245         * malloc/tst-realloc.c (do_test): Likewise.
12246
12247 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12248
12249         [BZ #16366]
12250         * nscd/netgroupcache.c (do_notfound): New function.
12251         (addgetnetgrentX): Use it.
12252
12253         [BZ # 16365]
12254         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12255         NSS_STATUS_NOTFOUND.
12256
12257 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12258
12259         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12260         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12261
12262 2014-01-01  Allan McRae  <allan@archlinux.org>
12263
12264         * scripts/update-copyrights: Update configure input file suffix.
12265
12266         * NEWS: Update copyright year.
12267         * catgets/gencat.c: Likewise.
12268         * csu/version.c: Likewise.
12269         * debug/catchsegv.sh: Likewise.
12270         * debug/pcprofiledump.c: Likewise.
12271         * debug/xtrace.sh: Likewise.
12272         * elf/ldconfig.c: Likewise.
12273         * elf/ldd.bash.in: Likewise.
12274         * elf/pldd.c: Likewise.
12275         * elf/sotruss.ksh: Likewise.
12276         * elf/sprof.c: Likewise.
12277         * iconv/iconv_prog.c: Likewise.
12278         * iconv/iconvconfig.c: Likewise.
12279         * locale/programs/locale.c: Likewise.
12280         * locale/programs/localedef.c: Likewise.
12281         * login/programs/pt_chown.c: Likewise.
12282         * malloc/memusage.sh: Likewise.
12283         * malloc/memusagestat.c: Likewise.
12284         * malloc/mtrace.pl: Likewise.
12285         * manual/libc.texinfo: Likewise.
12286         * nscd/nscd.c: Likewise.
12287         * nss/getent.c: Likewise.
12288         * nss/makedb.c: Likewise.
12289         * posix/getconf.c: Likewise.
12290         * scripts/test-installation.pl: Likewise.
12291
12292         * All files with FSF copyright notices: Update copyright dates
12293         using scripts/update-copyrights.
12294         * intl/plural.c: Regenerated.
12295         * locale/programs/charmap-kw.h: Likewise.
12296         * locale/programs/locfile-kw.h: Likewise.
12297
12298 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12299
12300         * sysdeps/unix/sysv/linux/configure: Regenerated.
12301         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12302         the linux/fanotify.h header.
12303         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12304         HAVE_LINUX_FANOTIFY_H is defined.
12305
12306 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12307
12308         * benchtests/cos-inputs: New inputs.
12309         * benchtests/sin-inputs: Likewise.
12310
12311         * benchtests/atan-inputs: New inputs. Fix name of multiple
12312         precision fallback inputs.
12313
12314         * benchtests/atanh-inputs: New inputs.
12315         * benchtests/tanh-inputs: Likewise.
12316
12317         * benchtests/acosh-inputs: New inputs.
12318         * benchtests/asinh-inputs: Likewise.
12319
12320         * benchtests/cosh-inputs: New inputs.
12321         * benchtests/sinh-inputs: Likewise.
12322
12323         * benchtests/acos-inputs: Add more inputs.
12324         * benchtests/asin-inputs: Likewise.
12325
12326 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12327
12328         [BZ #16375]
12329         * manual/arith.texi: Fix spelling.
12330         * manual/charset.texi: Likewise.
12331         * manual/errno.texi: Likewise.
12332         * manual/filesys.texi: Likewise.
12333         * manual/lang.texi: Likewise.
12334         * manual/llio.texi: Likewise.
12335         * manual/locale.texi: Likewise.
12336         * manual/message.texi: Likewise.
12337         * manual/resource.texi: Likewise.
12338         * manual/search.texi: Likewise.
12339         * manual/setjmp.texi: Likewise.
12340         * manual/stdio.texi: Likewise.
12341         * manual/string.texi: Likewise.
12342         * manual/sysinfo.texi: Likewise.
12343         * manual/time.texi: Likewise.
12344
12345 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12346
12347         * po/sl.po: New file.
12348
12349 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12350
12351         * .gitignore: Add core/.gdbinit/.gdb_history.
12352
12353 2013-12-27  Allan McRae  <allan@archlinux.org>
12354
12355         [BZ #16369]
12356         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12357         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12358
12359 2013-12-24  Brooks Moses  <bmoses@google.com>
12360
12361         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12362         all compilers that claim C++98 compliance, not just GCC.
12363         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12364         Likewise.
12365
12366 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12367
12368         * NEWS: Restore accidentally deleted bug-fix entries.
12369
12370 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12371             Ondřej Bílka  <neleai@seznam.cz>
12372
12373         [BZ #15073]
12374         * malloc/malloc.c (_int_free): Perform sanity check only if we
12375         have_lock.
12376
12377 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12378
12379         [BZ #12986]
12380         * manual/stdio.texi (String Input Conversions): Clarify that character
12381         classes are not supported.
12382
12383 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12384
12385         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12386
12387 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12388
12389         [BZ #16337]
12390         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12391         Calculate results for small negative arguments directly rather
12392         than using reflection formula with special underflow handling.
12393
12394         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12395         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12396         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12397         (fchflags): Likewise.
12398         (revoke): Likewise.
12399         (setlogin): Likewise.
12400         (sigaltstack): Likewise.
12401         (wait4): Likewise.
12402         (sigblock): Remove.
12403         (sigsetmask): Likewise.
12404         (wait3): Likewise.
12405         (waitpid): Likewise.
12406         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12407         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12408         file.
12409         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12410         * sysdeps/unix/bsd/Makefile: ... here.
12411         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12412         * sysdeps/unix/bsd/Versions: ... here.
12413         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12414         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12415         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12416         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12417         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12418         * sysdeps/unix/bsd/sigblock.c: ... here.
12419         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12420         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12421         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12422         * sysdeps/unix/bsd/sigvec.c: ... here.
12423         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12424         * sysdeps/unix/bsd/tcdrain.c: ... here.
12425         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12426         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12427         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12428         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12429         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12430         * sysdeps/unix/bsd/wait.c: ... here.
12431         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12432         * sysdeps/unix/bsd/wait3.c: ... here.
12433         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12434         * sysdeps/unix/bsd/waitpid.c: ... here.
12435
12436 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12437
12438         [BZ #16356]
12439         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12440         round-to-nearest for [!USE_AS_EXPM1L].
12441         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12442         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12443         more tests of exp and exp10.  Expect some exp10 tests to miss
12444         exceptions or fail in directed rounding modes.
12445         * math/auto-libm-test-out: Regenerated.
12446         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12447         (exp10_test_tonearest): New function.
12448         (exp10_towardzero_test_data): New array.
12449         (exp10_test_towardzero): New function.
12450         (exp10_downward_test_data): New array.
12451         (exp10_test_downward): New function.
12452         (exp10_upward_test_data): New array.
12453         (exp10_test_upward): New function.
12454         (main): Call the new functions.
12455         * sysdeps/i386/fpu/libm-test-ulps: Update.
12456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12457
12458 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12459
12460         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12461         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12462         * math/auto-libm-test-out: Regenerated.
12463         * math/libm-test.inc (acosh_test_data): Add more tests.
12464         (atanh_test_data): Likewise.
12465         (ceil_test_data): Likewise.
12466         (copysign_test_data): Likewise.
12467         * sysdeps/i386/fpu/libm-test-ulps: Update.
12468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12469
12470         * timezone/checktab.awk: Update from tzcode 2013i.
12471         * timezone/private.h: Likewise.
12472         * timezone/scheck.c: Likewise.
12473         * timezone/tzfile.h: Likewise.
12474         * timezone/tzselect.ksh: Likewise.
12475         * timezone/zdump.c: Likewise.
12476         * timezone/zic.c: Likewise.
12477
12478         * math/auto-libm-test-in: Add tests of cpow.
12479         * math/auto-libm-test-out: Regenerated.
12480         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12481         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12482         mpc_cc_c.
12483         (func_calc_desc): Add mpc_cc_c union field.
12484         (test_functions): Add cpow.
12485         (special_fill_2pi): New function.
12486         (special_real_inputs): Add 2pi.
12487         (calc_generic_results): Handle mpc_cc_c.
12488         * sysdeps/i386/fpu/libm-test-ulps: Update.
12489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12490
12491         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12492         csqrt, ctan and ctanh.
12493         * math/auto-libm-test-out: Regenerated.
12494         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12495         (TEST_COND_x86): Likewise.
12496         (ccos_test_data): Use AUTO_TESTS_c_c.
12497         (ccosh_test_data): Likewise.
12498         (cexp_test_data): Likewise.
12499         (clog_test_data): Likewise.
12500         (csqrt_test_data): Likewise.
12501         (ctan_test_data): Likewise.
12502         (ctan_tonearest_test_data): Likewise.
12503         (ctan_towardzero_test_data): Likewise.
12504         (ctan_downward_test_data): Likewise.
12505         (ctan_upward_test_data): Likewise.
12506         (ctanh_test_data): Likewise.
12507         (ctanh_tonearest_test_data): Likewise.
12508         (ctanh_towardzero_test_data): Likewise.
12509         (ctanh_downward_test_data): Likewise.
12510         (ctanh_upward_test_data): Likewise.
12511         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12512         mpc_c_c.
12513         (func_calc_desc): Add mpc_c_c union field.
12514         (FUNC_mpc_c_c): New macro.
12515         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12516         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12517         ctanh.
12518         (special_fill_min_subnorm_p120): New function.
12519         (special_real_inputs): Add min_subnorm_p120.
12520         (calc_generic_results): Handle mpc_c_c.
12521         * sysdeps/i386/fpu/libm-test-ulps: Update.
12522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12523
12524 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12525
12526         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12527         (do_sin_slow): New functions.
12528         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12529         (cslow2, csloww1, csloww2): Use the new functions.
12530
12531         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12532         Use M to change sign of result instead of X.  Assume X is
12533         positive.
12534         (csloww1): Likewise.
12535         (__sin): Adjust.
12536         (__cos): Adjust.
12537
12538         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12539         arguments A and DA.
12540         (__sin): Adjust.
12541         (__cos): Likewise.
12542
12543         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12544         (__cos): Likewise.
12545         (sloww1): Don't adjust sign of DX.
12546         (csloww1): Likewise.
12547         (sloww2): Use X directly and don't adjust sign of DX.
12548         (csloww2): Likewise.
12549
12550 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12551
12552         * math/auto-libm-test-in: Add tests of cabs and carg.
12553         * math/auto-libm-test-out: Regenerated.
12554         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12555         (carg_test_data): Likewise.
12556         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12557         mpc_c_f.
12558         (func_calc_desc): Add mpc_c_f union field.
12559         (test_functions): Add cabs and carg.
12560         (calc_generic_results): Handle mpc_c_f.
12561
12562         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12563         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12564         as a macro and a compat symbol.
12565         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12566         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12567         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12568         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12569         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12570         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12571         not use .hidden.
12572         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12573         Likewise.
12574         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12575         Likewise.
12576         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12577         Likewise.
12578         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12579         Likewise.
12580         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12581         Likewise.
12582         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12583         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12584         from GLIBC_2.3.2.
12585
12586 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12587
12588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12589
12590 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12591
12592         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12593         trailing whitespace removed.
12594         * scripts/config.guess: Update to version 2013-11-29.
12595         * scripts/config.sub: Update to version 2013-10-01.
12596
12597         * math/auto-libm-test-in: Add tests of sincos.
12598         * math/auto-libm-test-out: Regenerated.
12599         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12600         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12601         mpfr_f_11.
12602         (func_calc_desc): Add mpfr_f_11 union field.
12603         (test_functions): Add sincos.
12604         (calc_generic_results): Handle mpfr_f_11.
12605         * sysdeps/i386/fpu/libm-test-ulps: Update.
12606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12607
12608 2013-12-19  Andreas Schwab  <schwab@suse.de>
12609
12610         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12611         CALL_MCOUNT.
12612         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12613         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12614         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12615
12616 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12617
12618         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12619         * sysdeps/i386/fpu/libm-test-ulps: Update.
12620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12621
12622         [BZ #16293]
12623         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12624         round-to-nearest mode when using frndint.
12625         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12626         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12627         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12628         Likewise.
12629         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12630         sinh test to fail.
12631         * math/auto-libm-test-out: Regenerated.
12632         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12633         (TEST_COND_x86): Likewise.
12634         (expm1_tonearest_test_data): New array.
12635         (expm1_test_tonearest): New function.
12636         (expm1_towardzero_test_data): New array.
12637         (expm1_test_towardzero): New function.
12638         (expm1_downward_test_data): New array.
12639         (expm1_test_downward): New function.
12640         (expm1_upward_test_data): New array.
12641         (expm1_test_upward): New function.
12642         (main): Run the new test functions.
12643         * sysdeps/i386/fpu/libm-test-ulps: Update.
12644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12645
12646         * include/features.h: Update comment documenting feature test
12647         macros.  Mention _DEFAULT_SOURCE in comment.
12648         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12649         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12650         _BSD_SOURCE and _SVID_SOURCE.
12651         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12652         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12653         !_SVID_SOURCE]: Likewise.
12654         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12655         (__USE_POSIX_IMPLICITLY): Define.
12656         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12657         (_POSIX_SOURCE): Undefine and redefine.
12658         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12659         (_POSIX_C_SOURCE): Likewise.
12660         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12661         (Feature Test Macros): Update documentation of default features.
12662
12663 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12664
12665         * benchtests/Makefile: Add bench-strtok.
12666         * benchtests/bench-strtok.c: New file: strtok benchtest.
12667
12668 2013-12-19  Allan McRae  <allan@archlinux.org>
12669
12670         * manual/install.texi: Suppress menu for plain text output.
12671         * INSTALL: Regenerated.
12672
12673 2013-12-18  Brooks Moses  <bmoses@google.com>
12674
12675         [BZ #15846]
12676         * misc/getauxval.c: Include errno.h.
12677         (__getauxval): Set errno to ENOENT if the requested type is not
12678         found.
12679         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12680         don't declare with __attribute_const__.
12681         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12682         * manual/startup.texi: Document that getauxval sets errno.
12683
12684 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12685
12686         * math/auto-libm-test-in: Add tests of jn and yn.
12687         * math/auto-libm-test-out: Regenerated.
12688         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12689         (yn_test_data): Likewise.
12690         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12691         mpfr_if_f.
12692         (func_calc_desc): Add mpfr_if_f union field.
12693         (FUNC_mpfr_if_f): New macro.
12694         (test_functions): Add jn and yn.
12695         (calc_generic_results): Assert type of second input for
12696         mpfr_ff_f.  Handle mpfr_if_f.
12697         (output_for_one_input_case): Disable all checking for arguments
12698         fitting floating-point types in case of an integer argument.
12699         * sysdeps/i386/fpu/libm-test-ulps: Update.
12700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12701
12702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12703         Don't expect fegetround reference in libm.so.
12704
12705 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12706
12707         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12708         $(config-cflags-nofma).
12709
12710 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12711
12712         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12713         * math/auto-libm-test-out: Regenerated.
12714
12715         [BZ #16338]
12716         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12717         to determine exponent and adjust argument to have exponent of -1.
12718         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12719         log2.
12720         * math/auto-libm-test-out: Regenerated.
12721         * sysdeps/i386/fpu/libm-test-ulps: Update.
12722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12723
12724 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12725
12726         * manual/probes.texi: Remove cases when per-thread arenas are
12727         disabled.
12728
12729 2013-12-18  Andreas Schwab  <schwab@suse.de>
12730
12731         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12732         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12733         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12734         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12735         * sysdeps/i386/i686/multiarch/Makefile: Update.
12736         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12737
12738 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12739
12740         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12741         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12742
12743 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12744
12745         [BZ #15968]
12746         Support TZ transition times < 00:00:00.
12747         This is needed for version-3 tz-format files; it supports time
12748         stamps past 2037 for America/Godthab (the only entry in the tz
12749         database for which this change is relevant).
12750         * manual/time.texi (TZ Variable): Document transition times
12751         from -167:59:59 through -00:00:01.
12752         * time/tzset.c (tz_rule): Time of day is now signed.
12753         (__tzset_parse_tz): Parse negative time of day.
12754
12755         Document TZ transition times >= 25:00:00.
12756         * manual/time.texi (TZ Variable): Document transition times from
12757         25:00:00 through 167:59:59.  These are already supported, and this
12758         support will help with version-3 tz-format files.
12759
12760         * manual/time.texi (TZ Variable): Modernize North America example
12761         to reflect current (i.e., 2007-and-later) daylight saving rules.
12762
12763         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12764
12765 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12766
12767         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12768         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12769         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12770         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12771         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12772         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12773         * sysdeps/unix/bsd/clock.c: Likewise.
12774         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12775         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12776         * sysdeps/unix/bsd/init-posix.c: Likewise.
12777         * sysdeps/unix/bsd/poll.c: Likewise.
12778         * sysdeps/unix/bsd/ptsname.c: Likewise.
12779         * sysdeps/unix/bsd/seekdir.c: Likewise.
12780         * sysdeps/unix/bsd/setegid.c: Likewise.
12781         * sysdeps/unix/bsd/seteuid.c: Likewise.
12782         * sysdeps/unix/bsd/setgid.c: Likewise.
12783         * sysdeps/unix/bsd/setrgid.c: Likewise.
12784         * sysdeps/unix/bsd/setruid.c: Likewise.
12785         * sysdeps/unix/bsd/setsid.c: Likewise.
12786         * sysdeps/unix/bsd/setuid.c: Likewise.
12787         * sysdeps/unix/bsd/sigaction.c: Likewise.
12788         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12789         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12790         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12791         * sysdeps/unix/bsd/telldir.c: Likewise.
12792         * sysdeps/unix/bsd/times.c: Likewise.
12793         * sysdeps/unix/bsd/usleep.c: Likewise.
12794
12795         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12796         ($(objpfx)libbsd-compat.a): Remove rule.
12797
12798         * include/features.h (__FAVOR_BSD): Do not define.
12799         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12800         features conflicting with POSIX.
12801         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12802         (_BSD_SOURCE): Remove description of not being a subset of other
12803         feature test macros.
12804         * manual/job.texi (getpgrp): Do not document BSD version.
12805         (getpgid): Do not document by reference to BSD getpgrp.
12806         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12807         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12808         * signal/signal.h [__FAVOR_BSD]: Likewise.
12809         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12810         instead of making contents conditional on [__FAVOR_BSD].
12811         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12812
12813 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12814
12815         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12816
12817 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12818
12819         [BZ #16314]
12820         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12821         values below 2**-450, not 2**-500.
12822         * math/auto-libm-test-in: Don't allow spurious underflow from
12823         hypot.
12824         * math/auto-libm-test-out: Regenerated.
12825
12826         [BZ #16316]
12827         [BZ #16330]
12828         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12829         values of ha and hb and sort them after adjusting subnormal
12830         arguments.
12831         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12832         Likewise.
12833         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12834         values of ea and eb and sort them after adjusting subnormal
12835         arguments.
12836         * math/auto-libm-test-in: Do not expect some hypot tests of
12837         subnormals to fail.  Add more hypot tests.
12838         * math/auto-libm-test-out: Regenerated.
12839
12840 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12841
12842         [BZ #13304]
12843         * sysdeps/sh/s_fma.c: New file.
12844         * sysdeps/sh/s_fmaf.c: New file.
12845         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12846         version.
12847         * sysdeps/sh/Implies: Add sh/soft-fp.
12848
12849 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12850
12851         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12852         level of indirection to members `objname', `errstring', `malloced'.
12853         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12854         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12855         it as the __longjmp argument (just pass 1 instead).
12856         (_dl_catch_error): Initialize C with argument pointers and address of
12857         volatile local ERRCODE rather than copying values out of C at return.
12858
12859 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12860
12861         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12862         * math/auto-libm-test-out: Regenerated.
12863         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12864         (hypot_test_data): Likewise.
12865         (pow_test_data): Likewise.
12866         (pow_tonearest_test_data): Likewise.
12867         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12868         mpfr_ff_f.
12869         (func_calc_desc): Add mpfr_ff_f union field.
12870         (FUNC_mpfr_ff_f): New macro.
12871         (test_functions): Add atan2, hypot and pow.
12872         (special_fill_min): New function.
12873         (special_fill_minus_min): Likewise.
12874         (special_fill_min_subnorm): Likewise.
12875         (special_fill_minus_min_subnorm): Likewise.
12876         (special_real_inputs): Add min, -min, min_subnorm and
12877         -min_subnorm.
12878         (calc_generic_results): Handle mpfr_ff_f.
12879         * sysdeps/i386/fpu/libm-test-ulps: Update.
12880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12881
12882 2013-12-16  Will Newton  <will.newton@linaro.org>
12883
12884         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12885         (Aligned Memory Blocks): Add documentation for aligned_alloc
12886         and suggest it as an alternative to posix_memalign.
12887         (Hooks for Malloc): Document __memalign_hook is also called
12888         for aligned_alloc.  (Summary of Malloc): Add summary for
12889         aligned alloc.  Document __memalign_hook is also called
12890         for aligned_alloc.
12891
12892 2013-12-16  Will Newton  <will.newton@linaro.org>
12893
12894         * manual/memory.texi (Malloc Examples): Clarify default
12895         alignment documentation.  Suggest posix_memalign rather
12896         than memalign or valloc.
12897         (Aligned Memory Blocks): Remove suggestion to use memalign
12898         or valloc.  Remove obsolete comment about BSD.
12899         Document memalign errno values and mark the function obsolete.
12900         Document posix_memalign returned error codes.  Mark valloc
12901         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12902         called for posix_memalign and valloc.
12903         (Summary of Malloc): Add posix_memalign to function summary.
12904         __memalign_hook is also called for posix_memalign and valloc.
12905
12906 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12907
12908         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12909         TAYLOR_SIN.
12910         (__sin): Adjust.
12911         (__cos): Likewise.
12912         (sloww): Use mynumber union.  Expand ternary operator into
12913         if-else statements.
12914         (cslow): use mynumber union.
12915
12916 2013-12-16  Allan McRae  <allan@archlinux.org>
12917
12918         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12919         * configure: Regenerated.
12920
12921         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12922
12923         [BZ #14120]
12924         * configure.ac: Added --enable-maintainer-mode. Check for
12925         autoconf when enabled.
12926         * configure: Regenerated.
12927
12928         * nscd/nscd.service: New file.
12929         * nscd/nscd.tmpfiles: New file.
12930
12931 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12932
12933         [BZ #12100]
12934         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12935         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12936         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12937         (strstr): Add __strstr_sse2_unaligned ifunc.
12938         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12939         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12940         (strcasestr): Remove __strcasestr_sse42 ifunc.
12941         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12942         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12943         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12944
12945 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12946
12947         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12948         * sysdeps/sh/bits/fenv.h: ... here.
12949         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12950
12951 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12952
12953         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12954
12955         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12956         hypotf multiarch implementations.
12957         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12958         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12959         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12960         multiarch hypot for PPC64.
12961         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12962         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12963         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12964         multiarch hypotf for PPC64.
12965
12966         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12967         modff multiarch implementations.
12968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12971         multiarch modf for PPC64.
12972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12975         multiarch modff for PPC64.
12976
12977         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12978         and logl multiarch implementations.
12979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12982         multiarch logb for PPC64.
12983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12986         multiarch logb for PPC64.
12987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12990         multiarch logb for PPC64.
12991
12992         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
12993         isinff multiarch implementation.
12994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
12995         file.
12996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
12997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
12998         multiarch isinf for PPC64.
12999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13000         file.
13001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13002         multiarch isinff for PPC64.
13003
13004         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13005         finitef multiarch implementation.
13006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13007         file.
13008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13010         multiarch finite for PPC64.
13011         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13012         file.
13013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13014         multiarch finitef for PPC64.
13015
13016         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13017         lrint multiarch implementation.
13018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13019         file.
13020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13022         multiarch llrint for PPC64.
13023         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13024         multiarch lrint for PPC64.
13025
13026         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13027         copysignf multiarch implementation.
13028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13029         file.
13030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13031         file.
13032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13033         multiarch copysign for PPC64.
13034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13035         multiarch copysignf for PPC64.
13036
13037         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13038         multiarch implementation.
13039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13040         file.
13041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13042         file.
13043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13044         file.
13045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13046         file.
13047         multiarch llround for PPC64.
13048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13049         multiarch trunc for PPC64.
13050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13051         multiarch truncf for PPC64.
13052
13053         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13054         multiarch implementation.
13055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13056         file.
13057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13058         file.
13059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13060         file.
13061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13062         file.
13063         multiarch llround for PPC64.
13064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13065         multiarch round for PPC64.
13066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13067         multiarch roundf for PPC64.
13068
13069         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13070         multiarch implementation.
13071         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13072         file.
13073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13074         file.
13075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13076         file.
13077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13078         file.
13079         multiarch llround for PPC64.
13080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13081         multiarch floor for PPC64.
13082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13083         multiarch floorf for PPC64.
13084
13085         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13086         multiarch implementation.
13087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13088         file.
13089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13090         file.
13091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13092         file.
13093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13094         file.
13095         multiarch llround for PPC64.
13096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13097         multiarch ceil for PPC64.
13098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13099         multiarch ceilf for PPC64.
13100
13101         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13102         multiarch implementation.
13103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13104         file.
13105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13106         file.
13107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13108         file.
13109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13110         multiarch llround for PPC64.
13111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13112         multiarch lround for PPC64.
13113
13114         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13115         multiarch implementation.
13116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13119         file.
13120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13123         multiarch isnan for PPC64.
13124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13125         multiarch isnanf for PPC64.
13126
13127         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13128         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13129         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13130         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13131         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13133
13134         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13135         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13136         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13137         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13138
13139         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13140         multiarch implementations.
13141         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13142         (__libc_ifunc_impl_list): Likewise.
13143         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13144         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13145         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13146         multiarch stpcpy for PPC64.
13147
13148         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13149         multiarch implementations.
13150         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13151         (__libc_ifunc_impl_list): Likewise.
13152         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13153         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13154         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13155         multiarch strcpy for PPC64.
13156
13157         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13158         redefine function name.
13159         (_wordcopy_fwd_dest_aligned): Likewise.
13160         (_wordcopy_bwd_aligned): Likewise.
13161         (_wordcopy_bwd_dest_aligned): Likewise.
13162         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13163         multiarch implementations.
13164         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13165         (__libc_ifunc_impl_list): Likewise.
13166         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13167         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13168         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13169         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13170         multiarch wcscpy for PPC64.
13171
13172         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13173         multiarch implementations.
13174         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13175         (__libc_ifunc_impl_list): Likewise.
13176         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13177         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13178         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13179         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13180         multiarch wcscpy for PPC64.
13181
13182         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13183         multiarch implementations.
13184         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13185         (__libc_ifunc_impl_list): Likewise.
13186         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13187         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13188         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13189         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13190         multiarch wcsrchr for PPC64.
13191
13192         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13193         multiarch implementations.
13194         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13195         (__libc_ifunc_impl_list): Likewise.
13196         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13197         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13198         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13199         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13200         multiarch wcschr for PPC64.
13201
13202         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13203         multiarch implementations.
13204         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13205         (__libc_ifunc_impl_list): Likewise.
13206         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13207         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13208         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13209         multiarch strchrnul for PPC64.
13210
13211         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13212         implementations.
13213         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13214         (__libc_ifunc_impl_list): Likewise.
13215         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13216         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13217         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13218         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13219         strchr for PPC64.
13220
13221         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13222         implementations.
13223         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13224         (__libc_ifunc_impl_list): Likewise.
13225         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13226         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13227         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13228         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13229         strncmp for PPC64.
13230
13231         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13232         multiarch implementations.
13233         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13234         (__libc_ifunc_impl_list): Likewise.
13235         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13236         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13237         strncasecmp for PPC64.
13238         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13239         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13240         multiarch strncasecmp_l for PPC64.
13241
13242         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13243         multiarch implementations.
13244         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13245         (__libc_ifunc_impl_list): Likewise.
13246         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13247         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13248         multiarch strcasecmp for PPC64.
13249         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13250         file.
13251         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13252         multiarch strcasecmp_l for PPC64.
13253
13254         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13255         implementations.
13256         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13257         (__libc_ifunc_impl_list): Likewise.
13258         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13259         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13260         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13261         strnlen for PPC64.
13262
13263         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13264         implementations.
13265         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13266         (__libc_ifunc_impl_list): Likewise.
13267         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13268         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13269         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13270         strlen for PPC64.
13271
13272         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13273         implementations.
13274         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13275         (__libc_ifunc_impl_list): Likewise.
13276         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13277         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13278         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13279         rawmemrchr for PPC64.
13280
13281         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13282         implementation.
13283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13284         (__libc_ifunc_impl_list): Likewise.
13285         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13286         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13287         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13288         memrchr for PPC64.
13289
13290         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13291         implementation.
13292         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13293         (__libc_ifunc_impl_list): Likewise.
13294         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13295         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13296         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13297         memchr for PPC64.
13298
13299         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13300         implementation.
13301         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13302         (__libc_ifunc_impl_list): Likewise.
13303         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13304         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13305         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13306         mempcpy for PPC64.
13307
13308         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13309         avoid cretion of __bzero symbol.
13310         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13311         Likewise.
13312         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13313         Likewise.
13314         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13315         Likewise.
13316         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13317         multiarch implementations.
13318         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13319         (__libc_ifunc_impl_list): Likewise.
13320         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13321         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13322         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13323         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13324         bzero for PPC32.
13325         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13326         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13327         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13328         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13329         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13330         memset for PPC64.
13331         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13332
13333         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13334         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13335         implementations.
13336         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13337         (__libc_ifunc_impl_list): Likewise.
13338         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13339         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13340         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13341         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13342         memcmp for PPC64.
13343
13344         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13345         multiarch for POWER/PPC64.
13346         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13347         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13348         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13349         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13350         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13351         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13352         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13353         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13354         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13355         memcpy for PPC64.
13356
13357         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13358         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13359         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13360         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13361         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13362         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13363         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13364         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13365         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13366         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13367         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13368         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13369         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13370         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13371         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13379
13380 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13381
13382         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13383
13384 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13385
13386         * benchtests/Makefile (bench): Add exp2 and log2.
13387         (LDLIBS-bench-exp2): Add -lm.
13388         (LDLIBS-bench-log2): Likewise.
13389         * benchtests/exp2-inputs: New inputs file.
13390         * benchtests/log2-inputs: New inputs file.
13391         * benchtests/log-inputs: Add new inputs.
13392         * benchtests/tan-inputs: Likewise.
13393
13394 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13395
13396         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13397         definition...
13398         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13399         (csloww2): ... from here.
13400
13401         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13402         instead of structures.
13403         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13404         (POLYNOMIAL): Likewise.
13405         (TAYLOR_SLOW): Likewise.
13406         (__sin): Likewise.
13407         (__cos): Likewise.
13408         (slow1): Likewise.
13409         (slow2): Likewise.
13410         (sloww): Likewise.
13411         (sloww1); Likewise.
13412         (sloww2): Likewise.
13413         (bsloww1): Likewise.
13414         (bsloww2): Likewise.
13415         (cslow2): Likewise.
13416         (csloww): Likewise.
13417         (csloww1): Likewise.
13418         (csloww2): Likewise.
13419
13420 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13421
13422         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13423         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13424         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13425         * malloc/hooks.c (realloc_check): Likewise.
13426
13427         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13428         * malloc/arena.c: Remove PER_THREAD conditional.
13429         [!PER_THREAD]: Remove code.
13430         (ptmalloc_unlock_all2): Likewise.
13431         (ptmalloc_init): Likewise.
13432         (_int_new_arena): Likewise.
13433         (arena_get2): Likewise.
13434         * malloc/hooks.c (__malloc_get_state): Likewise.
13435         (__malloc_set_state): Likewise.
13436         * malloc/malloc.c: Likewise.
13437         (struct malloc_state): Likewise.
13438         (struct malloc_par): Likewise.
13439         (__libc_realloc): Likewise.
13440         (__libc_mallopt): Likewise.
13441
13442 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13443
13444         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13445
13446 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13447
13448         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13449         macro to a function.  Check for zero perturb_byte.
13450         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13451
13452         * malloc/malloc.c: (force_reg): Remove.
13453         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13454         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13455         force_reg by atomic_forced_read.
13456         * malloc/arena.c (ptmalloc_init): Likewise.
13457         * malloc/hooks.c (top_check): Likewise.
13458
13459 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13460
13461         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13462
13463 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13464
13465         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13466
13467 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13468
13469         * math/auto-libm-test-in: Add tests of lgamma.
13470         * math/auto-libm-test-out: Regenerated.
13471         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13472         (M_LOG_2_SQRT_PIl): Likewise.
13473         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13474         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13475         mpfr_f_f1.
13476         (func_calc_desc): Add mpfr_f_f1 union field.
13477         (ARGS1): New macro.
13478         (ARGS2): Likewise.
13479         (ARGS3): Likewise.
13480         (ARGS4): Likewise.
13481         (RET1): Likewise.
13482         (RET2): Likewise.
13483         (CALC): Likewise.
13484         (FUNC): Likewise.
13485         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13486         (test_functions): Add lgamma.
13487         (calc_generic_results): Handle mpfr_f_f1.
13488         * sysdeps/i386/fpu/libm-test-ulps: Update.
13489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13490
13491 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13492
13493         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13494         __mpn_add_n for PowerPC64/POWER7.
13495         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13496         __mpn_sub_n for PowerPC64/POWER7.
13497
13498         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13499         __mpn_addmul_1 for PowerPC64.
13500         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13501         __mpn_submul_1 for PowerPC64.
13502         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13503         for PowerPC64.
13504         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13505         for PowerPC64.
13506
13507 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13508
13509         [BZ #15089]
13510         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13511
13512 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13513
13514         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13515
13516         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13517         add multiarch folders.
13518         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13519         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13520         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13521         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13522         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13523         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13524         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13525         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13526         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13527         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13528         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13535
13536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13537         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13539         New file.
13540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13541         New file.
13542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13543         multiarch __ieee754_hypot for PowerPC32.
13544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13545         New file.
13546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13547         New file.
13548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13549         multiarch __ieee754_hypotf for PowerPC32.
13550
13551         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13552         long_double_symbol only if __logbl is defined.
13553         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13554         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13555         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13556         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13557         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13558         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13559         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13560         path for implementation.
13561         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13562         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13564         logb, and logbl multiarch implementations for PowerPC32.
13565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13566         file.
13567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13568         file.
13569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13570         multiarch logb for PowerPC32.
13571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13572         file.
13573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13574         file.
13575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13576         multiarch logbf for PowerPC32.
13577         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13579         file.
13580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13581         multiarch logbl implementation for PowerPC32.
13582
13583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13584         and modff multiarch implementations.
13585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13586         New file.
13587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13588         New file.
13589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13590         multiarch modf for PowerPC32.
13591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13592         New file.
13593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13594         New file.
13595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13596         multiarch modff for PowerPC32.
13597
13598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13599         and lrintf multiarch implementations.
13600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13601         New file.
13602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13603         New file.
13604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13605         multiarch lrint for PowerPC32.
13606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13607         file: multiarch lrintf for PowerPC32.
13608
13609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13610         and lroundf multiarch implementations.
13611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13612         New file.
13613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13614         New file.
13615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13616         New file.
13617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13618         multiarch lround for PowerPC32.
13619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13620         file: multiarch lroundf for PowerPC32.
13621
13622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13623         copysign and copysignf multiarch implementations.
13624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13625         New file.
13626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13627         New file.
13628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13629         file: multiarch copysign for PowerPC32.
13630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13631         file: multiarch copysignf for PowerPC32.
13632
13633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13634         and truncf multiarch implementations.
13635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13636         New file.
13637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13638         file.
13639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13640         multiarch trunc for PowerPC32.
13641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13642         New file.
13643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13644         New file.
13645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13646         multiarch truncf for PowerPC32.
13647
13648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13649         and roundf multiarch implementations.
13650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13651         New file.
13652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13653         file.
13654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13655         multiarch round for PowerPC32.
13656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13657         New file.
13658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13659         New file.
13660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13661         multiarch roundf for PowerPC32.
13662
13663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13664         and floorf multiarch implementations.
13665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13666         New file.
13667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13668         file.
13669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13670         multiarch floor for PowerPC32.
13671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13672         New file.
13673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13674         New file.
13675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13676         multiarch floorf for PowerPC32.
13677
13678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13679         and ceilf multiarch implementations.
13680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13681         New file.
13682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13683         file.
13684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13685         multiarch ceil for PowerPC32.
13686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13687         New file.
13688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13689         file.
13690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13691         multiarch ceilf for PowerPC32.
13692
13693         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13694         is defined.
13695         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13696         FINITEF is defined.
13697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13698         and finitef multiarch implementations.
13699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13700         New file.
13701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13702         file.
13703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13704         multiarch finite for PowerPC32.
13705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13706         New file.
13707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13708         file: multiarch finitef for PowerPC32.
13709
13710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13711         and isinff multiarch implementations.
13712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13713         file.
13714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13715         file.
13716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13717         multiarch isinf for PowerPC32.
13718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13719         New file.
13720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13721         multiarch isinff for PowerPC32.
13722
13723         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13724         alias when __isnan is defined.
13725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13726         and isnanf multiarch implementations.
13727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13728         file.
13729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13730         file.
13731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13732         file.
13733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13734         file.
13735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13736         multiarch isnan for PowerPC32.
13737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13738         New file.
13739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13740         New file.
13741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13742         multiarch isnanf for PowerPC32.
13743
13744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13745         and sqrtf multiarch implementations.
13746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13747         file.
13748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13749         file.
13750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13751         multiarch sqrt for PowerPC32.
13752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13753         file.
13754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13755         file.
13756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13757         multiarch sqrtf for PowerPC32.
13758
13759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13760         and llroundf multiarch implementations.
13761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13762         New file.
13763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13764         New file.
13765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13766         New file.
13767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13768         file: multiarch llround for PowerPC32.
13769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13770         file: multiarch llroundf for PowerPC32.
13771
13772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13773         multiarch PowerPC32 fpu implementations.
13774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13775         New file.
13776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13777         New file.
13778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13779         multiarch llrint for PowerPC32.
13780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13781         New file.
13782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13783         New file.
13784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13785         file.
13786
13787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13788
13789         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13790         file.
13791         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13792         file.
13793         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13794         file.
13795         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13796         multiarch wordcopy for PPC32.
13797         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13798         wordcopy objects.
13799         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13800         (__libc_ifunc_impl_list): Likewise.
13801         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13802         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13803         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13804         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13805         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13806         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13807
13808         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13809         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13810         file.
13811         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13812         file.
13813         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13814         file.
13815         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13816         multiarch wcscpy for PPC32.
13817         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13818         multiarch objects.
13819         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13820         (__libc_ifunc_impl_list): Likewise.
13821         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13822         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13823         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13824         sysdeps/powerpc/power6/wcscpy.c.
13825
13826         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13827         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13828         file.
13829         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13830         file.
13831         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13832         file.
13833         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13834         multiarch wcsrchr for PPC32.
13835         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13836         multiarch objects.
13837         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13838         (__libc_ifunc_impl_list): Likewise.
13839         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13840         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13841         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13842         sysdeps/powerpc/power6/wcsrchr.c.
13843
13844         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13845         file.
13846         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13847         file.
13848         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13849         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13850         multiarch wcschr for PPc32.
13851         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13852         multiarch objects.
13853         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13854         (__libc_ifunc_impl_list): Likewise.
13855         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13856         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13857         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13858         sysdeps/powerpc/power6/wcschr.c.
13859
13860         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13861         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13862         file.
13863         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13864         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13865         file: multiarch strchr for PPC32.
13866         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13867         multiarch objects.
13868         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13869         (__libc_ifunc_impl_list): Likewise.
13870
13871         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13872         name.
13873         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13874         file.
13875         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13876         file.
13877         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13878         multiarch strchrnul for PPC32.
13879         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13880         multiarch objects.
13881         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13882         (__libc_ifunc_impl_list): Likewise.
13883
13884         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13885         file.
13886         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13887         multiarch strncasecmp for PPC32.
13888         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13889         file.
13890         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13891         multiarch strncasecmp_l for PPC32.
13892         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13893         strncasecmp multiarch objects.
13894         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13895         (__libc_ifunc_impl_list): Likewise.
13896
13897         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13898         file.
13899         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13900         multiarch strncasecmp for PPC32.
13901         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13902         New file.
13903         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13904         multiarch strcasecmp_l for PPC32.
13905         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13906         multiarch objects.
13907         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13908         (__libc_ifunc_impl_list): Likewise.
13909
13910         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13911         file.
13912         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13913         file.
13914         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13915         multiarch strncmp for PPC32.
13916         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13917         multiarch objects.
13918         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13919         (__libc_ifunc_impl_list): Likewise.
13920
13921         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13922         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13923         file.
13924         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13925         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13926         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13927         multiarch objects.
13928         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13929         (__libc_ifunc_impl_list): Likewise.
13930
13931         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13932         file.
13933         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13934         file.
13935         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13936         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13937         multiarch objects.
13938         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13939         (__libc_ifunc_impl_list): Likewise.
13940
13941         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13942         file.
13943         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13944         file.
13945         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13946         multiarch rawmemchr for PPC32.
13947         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13948         multiarch objects.
13949         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13950         (__libc_ifunc_impl_list): Likewise.
13951
13952         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13953         file.
13954         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13955         file.
13956         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13957         file: memrchr multiarch for PPC32.
13958         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13959         multiarch objects.
13960         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13961         (__libc_ifunc_impl_list): Likewise.
13962
13963         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13964         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13965         file.
13966         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13967         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13968         multiarch memchr for PPC32.
13969         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13970         multiarch objects.
13971         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13972         (__libc_ifunc_impl_list): Likewise.
13973
13974         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13975         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13976         file.
13977         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13978         file.
13979         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13980         file: multiarch mempcpy for PPC32.
13981         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13982         multiarch objects.
13983         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13984         (__libc_ifunc_impl_list): Likewise.
13985
13986         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13987         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13988         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13989         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13990         multiarch bzero for PPC32.
13991         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
13992         file.
13993         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
13994         file.
13995         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
13996         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
13997         file: multiarch memset for PPC32.
13998         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
13999         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14000         memset multiarch objects.
14001         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14002         (__libc_ifunc_impl_list): Likewise.
14003
14004         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14005         file.
14006         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14007         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14008         memcmp for PPC32.
14009         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14010         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14011         multiarch objects.
14012         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14013         (__libc_ifunc_impl_list): Likewise.
14014
14015         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14016         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14017         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14018         file.
14019         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14020         file.
14021         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14022         file.
14023         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14024         multiarch memcpy for PPC32.
14025         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14026         multiarch objects.
14027         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14028         (__libc_ifunc_impl_list): Likewise.
14029
14030         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14031         support multiarch for POWER/PPC32.
14032         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14033         Likewise.
14034         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14036         Implies file to make multiarch folder appers before the fpu and
14037         default folder for power4 configuration.
14038
14039 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14040
14041         * scripts/bench.pl: Append volatile keyword to type.
14042
14043 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14044
14045         * sysdeps/sh/sotruss-lib.c: New file.
14046         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14047
14048 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14049
14050         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14051
14052 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14053
14054         [BZ #6810]
14055         * math/w_tgamma.c: Include <errno.h>.
14056         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14057         * math/w_tgammaf.c: Include <errno.h>.
14058         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14059         * math/w_tgammal.c: Include <errno.h>.
14060         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14061         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14062         underflow.  Add more tgamma tests.
14063         * math/auto-libm-test-out: Regenerated.
14064         * sysdeps/i386/fpu/libm-test-ulps: Update.
14065         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14066
14067         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14068         sin, sinh, tan, tanh, tgamma, y0 and y1.
14069         * math/auto-libm-test-out: Regenerated.
14070         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14071         (TEST_COND_x86): Likewise.
14072         (M_E2l): Remove macro.
14073         (M_E3l): Likewise.
14074         (M_2_SQRT_PIl): Likewise.
14075         (M_SQRT_PIl): Likewise.
14076         (M_1_DIV_El): Likewise.
14077         (log_test_data): Use AUTO_TESTS_f_f.
14078         (log10_test_data): Likewise.
14079         (log1p_test_data): Likewise.
14080         (log2_test_data): Likewise.
14081         (sin_test_data): Likewise.
14082         (sin_tonearest_test_data): Likewise.
14083         (sin_towardzero_test_data): Likewise.
14084         (sin_downward_test_data): Likewise.
14085         (sin_upward_test_data): Likewise.
14086         (sinh_test_data): Likewise.
14087         (sinh_tonearest_test_data): Likewise.
14088         (sinh_towardzero_test_data): Likewise.
14089         (sinh_downward_test_data): Likewise.
14090         (sinh_upward_test_data): Likewise.
14091         (tan_test_data): Likewise.
14092         (tan_tonearest_test_data): Likewise.
14093         (tan_towardzero_test_data): Likewise.
14094         (tan_downward_test_data): Likewise.
14095         (tan_upward_test_data): Likewise.
14096         (tanh_test_data): Likewise.
14097         (tgamma_test_data): Likewise.
14098         (y0_test_data): Likewise.
14099         (y1_test_data): Likewise.
14100         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14101         (special_real_inputs): Add pi/4.
14102         * sysdeps/i386/fpu/libm-test-ulps: Update.
14103         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14104
14105 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14106
14107         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14108         "longjmp_target" static probes.
14109         (__longjmp): Rename to __longjmp_symbol.
14110         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14111         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14112         on which longjmp to generate.
14113         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14114         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14115         probe.
14116         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14117         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14118         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14119         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14120         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14121         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14123         __longjmp_symbol based on which __longjmp to generate.
14124         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14125         probe.
14126         (setjmp): Rename to setjmp_symbol.
14127         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14128         (_setjmp): Rename to _setjmp_symbol.
14129         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14130         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14131         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14132         which setjmp to generate.
14133         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14134         "longjmp_target" static probes.
14135
14136 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14137
14138         * benchtests/README: Add note about output arguments.
14139         * benchtests/bench-sincos.c: Remove file.
14140         * benchtests/sincos-inputs: New file.
14141         * scripts/bench.pl: Identify output arguments and define
14142         static variables for them.
14143
14144         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14145
14146         [BZ #15941]
14147         * Makefile (INSTALL): Add install-plain.texi as the primary
14148         dependency.
14149         * manual/install-plain.texi: New file.
14150         * manual/install.texi: Include node directive only for
14151         non-plaintext output.
14152
14153 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14154
14155         * stdlib/longlong.h: Update from GCC.
14156
14157         [BZ #6807]
14158         [BZ #15901]
14159         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14160         * math/w_j0f.c (y0f): Likewise.
14161         * math/w_j0l.c (__y0l): Likewise.
14162         * math/w_j1.c (y1): Likewise.
14163         * math/w_j1f.c (y1f): Likewise.
14164         * math/w_j1l.c (__y1l): Likewise
14165         * math/w_jn.c (yn): Likewise.
14166         * math/w_jnf.c (ynf): Likewise.
14167         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14168         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14169         value for Bessel function domain errors outside _SVID_ mode.
14170         Adjust sign of return value for yn (negative integer, 0).
14171         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14172         by zero in return for negative x and set sign appropriately for
14173         negative n.
14174         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14175         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14176         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14177         expectations in error cases.
14178         (y1_test_data): Likewise.
14179         (yn_test_data): Likewise.
14180         * sysdeps/i386/fpu/libm-test-ulps: Update.
14181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14182
14183 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14184
14185         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14186         "64" to "64-v1".  Add "64-v2".
14187         (abi-64-options): Rename to ...
14188         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14189         (abi-64-condition): Rename to ...
14190         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14191         (abi-64-ld-soname): Rename to ...
14192         (abi-64-v1-ld-soname): ... this.
14193         (abi-64-v2-options): Define.
14194         (abi-64-v2-condition): Likewise.
14195         (abi-64-v2-ld-soname): Likewise.
14196         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14197         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14201
14202 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14203             Alan Modra  <amodra@gmail.com>
14204
14205         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14206         New versions for use with the ELFv2 ABI.
14207         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14208         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14209         declaration.
14210         (struct La_ppc64v2_retval): Likewise.
14211         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14212         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14213         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14214         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14215         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14216         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14217         Do not save or restore CR.
14218         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14219         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14220         return values for ELFv2 ABI.  Fix location of FPR return registers.
14221         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14222         updated values for _CALL_ELF == 2.
14223         (La_regs, La_retval, int_retval): Likewise.
14224
14225 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14226
14227         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14228         (FRAME_MIN_SIZE_PARM): Likewise.
14229         (FRAME_BACKCHAIN): Likewise.
14230         (FRAME_CR_SAVE): Likewise.
14231         (FRAME_LR_SAVE): Likewise.
14232         (FRAME_TOC_SAVE): Likewise.
14233         (FRAME_PARM_SAVE): Likewise.
14234         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14235         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14236         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14237         (call_mcount_parm_offset): New macro.
14238         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14239         (PROF): Use symbolic stack frame offsets.
14240         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14241         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14242         Redefine in terms of FRAME_MIN_SIZE.
14243         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14244         (_dl_profile_resolve): Likewise.  Update comment.
14245         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14246         symbols stack frame offsets.
14247         (__sigsetjmp): Likewise.
14248         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14249         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14250         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14251         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14252
14253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14254         (FRAME_BACKCHAIN): Remove.
14255         (FRAME_CR_SAVE): Likewise.
14256         (FRAME_LR_SAVE): Likewise.
14257         (FRAME_COMPILER_DW): Likewise.
14258         (FRAME_LINKER_DW): Likewise.
14259         (FRAME_TOC_SAVE): Likewise.
14260         (FRAME_PARM_SAVE): Likewise.
14261         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14262         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14263         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14265         (CHECK_SP): Use symbolic stack frame offsets.
14266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14267         zone" instead of caller's parameter save area for temp storage.
14268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14269         Likewise.  Also, use symbolic stack frame offsets.
14270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14271         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14272         our own stack frame instead of the caller's.
14273         (__socket): Use symbolic stack frame offsets.
14274
14275 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14276             Alan Modra  <amodra@gmail.com>
14277
14278         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14279         Define.
14280         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14281         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14282         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14283         New function.
14284         (elf_machine_fixup_plt): Call it.
14285         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14286         reloc arguments.
14287         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14288         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14289         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14290         r2 before calling target.
14291
14292 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14293             Alan Modra  <amodra@gmail.com>
14294
14295         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14296         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14297         versions of macros to support ELFv2 ABI.
14298         (LOCALENTRY): New macro.
14299         (ENTRY, EALIGN): Use it.
14300         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14301         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14302         fall through into ENTRY entry point.
14303         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14304         Only define if _CALL_ELF != 2.
14305
14306         (elf_machine_matches_host): Verify ABI version matches.
14307         (RTLD_START): Use LOCALENTRY.
14308         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14309         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14310         (PLT_ENTRY_WORDS): New macro.
14311         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14312         (elf_machine_runtime_setup): Support ELFv2 ABI.
14313         (elf_machine_fixup_plt): Likewise.
14314         (elf_machine_plt_conflict): Likewise.
14315         (resolve_ifunc): Likewise.
14316         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14317         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14318         Likewise.
14319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14320         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14322         (makecontext): Support ELFv2 ABI.
14323         * elf/elf.h (EF_PPC64_ABI): Define.
14324
14325 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14326
14327         * sysdeps/powerpc/powerpc64/sysdep.h
14328         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14329         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14330         (ENTRY) [ASSEMBLER]: ... but instead here ...
14331         (EALIGN) [ASSEMBLER]: ... and here.
14332         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14333         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14334         (ENTRY_2) [!ASSEMBLER]: Use it.
14335         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14336         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14337         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14338         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14339         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14341         Use PPC64_LOAD_FUNCPTR.
14342
14343         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14344
14345 2013-12-04  Alan Modra  <amodra@gmail.com>
14346
14347         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14348         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14349         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14350         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14351
14352         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14353         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14354         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14355         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14356         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14357         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14358
14359 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14360
14361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14362         (__makecontext): Fix incorrect CFI when backtracing out of
14363         context created via makecontext.
14364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14365         (__setcontext): Fix incorrect CFI during switch to new context.
14366         (__novec_setcontext): Likewise.
14367
14368 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14369
14370         [BZ #4772]
14371         * time/strptime_l.c (__strptime_internal): Allow modifiers
14372         in strptime.
14373         * time/tst-strptime.c (day_tests): Add testcase.
14374
14375 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14376
14377         * scripts/bench.pl: Skip over blank lines.
14378
14379 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14380
14381         [BZ #926]
14382         * manual/time.texi (Calendar Time): Clarify what timezone functions
14383         use.
14384
14385 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14386
14387         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14388
14389 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14390
14391         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14392         implementation.
14393         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14394         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14395         * debug/memset_chk.c (__memset_chk): Likewise.
14396         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14397         * debug/strncpy_chk.c: Likewise.
14398
14399 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14400
14401         [BZ #15268]
14402         [BZ #15425]
14403         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14404         (__ieee754_exp): For possibly underflowing results, check size of
14405         result and force underflow exception if required.
14406         * math/auto-libm-test-in: Add more tests of exp.
14407         * math/auto-libm-test-out: Regenerated.
14408         * sysdeps/i386/fpu/libm-test-ulps: Update.
14409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14410
14411         [BZ #16283]
14412         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14413         * math/w_exp2f.c (__exp2f): Likewise.
14414         * math/w_exp2l.c (__exp2l): Likewise.
14415         * math/auto-libm-test-in: Do not allow missing errno on exp2
14416         underflow.
14417         * math/auto-libm-test-out: Regenerated.
14418
14419 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14420
14421         [BZ #16274]
14422         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14423         handle filename validation.
14424         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14425         (do_open): Delete.
14426
14427 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14428
14429         [BZ #6786]
14430         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14431         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14432         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14433         <float.h>.
14434         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14435         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14436         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14437         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14438         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14439         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14440         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14441         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14442         Add more erfc tests.
14443         * math/auto-libm-test-out: Regenerated.
14444         * sysdeps/i386/fpu/libm-test-ulps: Update.
14445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14446
14447         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14448         exp2, expm1, j0 and j1.
14449         * math/auto-libm-test-out: Regenerated.
14450         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14451         (erfc_test_data): Likewise.
14452         (exp_test_data): Likewise.
14453         (exp_tonearest_test_data): Likewise.
14454         (exp_towardzero_test_data): Likewise.
14455         (exp_downward_test_data): Likewise.
14456         (exp_upward_test_data): Likewise.
14457         (exp10_test_data): Likewise.
14458         (exp2_test_data): Likewise.
14459         (expm1_test_data): Likewise.
14460         (j0_test_data): Likewise.
14461         (j1_test_data): Likewise.
14462         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14463         (input_flag_type): Add flag_xfail_rounding.
14464         (input_flags): Add xfail-rounding.
14465         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14466         (output_for_one_input_case): Handle flag_xfail_rounding.
14467         * sysdeps/i386/fpu/libm-test-ulps: Update.
14468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14469
14470 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14471
14472         [BZ #16289]
14473         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14474         division by 0.
14475
14476 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14477
14478         [BZ #16195]
14479         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14480         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14481         (STAP_PROBE0): New macro.
14482         (STAP_PROBE1): Likewise.
14483         (STAP_PROBE2): Likewise.
14484         (STAP_PROBE3): Likewise.
14485         (STAP_PROBE4): Likewise.
14486
14487 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14488
14489         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14490
14491 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14492
14493         * benchtests/Makefile (bench): Add sqrt.
14494         (LDLIBS-bench-sqrt): New.
14495         * benchtests/sqrt-input: New.
14496
14497 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14498
14499         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14500         (GAIH_EAI): Likewise.
14501         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14502         (gaih_inet): Likewise.
14503         (getaddrinfo): Don't use GAIH_EAI.
14504
14505         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14506         (struct gaih): Remove definition.
14507
14508 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14509
14510         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14511         Use HERRNOP directly.
14512
14513 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14514
14515         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14516
14517 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14518
14519         * math/gen-auto-libm-tests.c (test_functions): Add more
14520         single-argument functions.
14521         (special_fill_pi_2): New function.
14522         (special_fill_minus_pi_2): Likewise.
14523         (special_fill_pi_6): Likewise.
14524         (special_fill_minus_pi_6): Likewise.
14525         (special_fill_pi_3): Likewise.
14526         (special_fill_2pi_3): Likewise.
14527         (special_fill_e): Likewise.
14528         (special_fill_1_e): Likewise.
14529         (special_fill_e_minus_1): Likewise.
14530         (special_real_inputs): Add more special inputs.
14531         (output_for_one_input_case): Do not require ERANGE on underflow to
14532         zero if round-to-nearest result does not underflow to zero, unless
14533         exact results required.
14534         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14535         atan, atanh, cbrt, cos and cosh.
14536         * math/auto-libm-test-out: Regenerated.
14537         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14538         (acos_tonearest_test_data): Likewise.
14539         (acos_towardzero_test_data): Likewise.
14540         (acos_downward_test_data): Likewise.
14541         (acos_upward_test_data): Likewise.
14542         (acosh_test_data): Likewise.
14543         (asin_test_data): Likewise.
14544         (asin_tonearest_test_data): Likewise.
14545         (asin_towardzero_test_data): Likewise.
14546         (asin_upward_test_data): Likewise.
14547         (asinh_test_data): Likewise.
14548         (atan_test_data): Likewise.
14549         (atanh_test_data): Likewise.
14550         (cbrt_test_data): Likewise.
14551         (cos_test_data): Likewise.
14552         (cos_tonearest_test_data): Likewise.
14553         (cos_towardzero_test_data): Likewise.
14554         (cos_downward_test_data): Likewise.
14555         (cos_upward_test_data): Likewise.
14556         (cosh_test_data): Likewise.
14557         (cosh_tonearest_test_data): Likewise.
14558         (cosh_towardzero_test_data): Likewise.
14559         (cosh_downward_test_data): Likewise.
14560         (cosh_upward_test_data): Likewise.
14561         * sysdeps/i386/fpu/libm-test-ulps: Update.
14562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14563
14564 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14565
14566         [BZ #6787]
14567         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14568         * math/w_exp10f.c (__exp10f): Likewise.
14569         * math/w_exp10l.c (__exp10l): Likewise.
14570         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14571         errno settings in existing tests.
14572
14573         [BZ #14032]
14574         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14575         precision control set to double precision.
14576         * sysdeps/i386/fpu/w_sqrt.c: New file.
14577         * math/auto-libm-test-in: Add more tests.
14578         * math/auto-libm-test-out: Update.
14579
14580         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14581         (sqrt_test_tonearest): New function.
14582         (sqrt_towardzero_test_data): New variable.
14583         (sqrt_test_towardzero): New function.
14584         (sqrt_downward_test_data): New variable.
14585         (sqrt_test_downward): New function.
14586         (sqrt_upward_test_data): New variable.
14587         (sqrt_test_upward): New function.
14588         (main): Call the new functions.
14589
14590         * math/gen-auto-libm-tests.c: New file.
14591         * math/auto-libm-test-in: Likewise.
14592         * math/auto-libm-test-out: New generated file.
14593         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14594         variables.
14595         (%beautify): Add generated representations of zero.
14596         (top level): Set $auto_input and call parse_auto_input.
14597         (beautify): Remove trailing "f" from hex float constants.
14598         (parse_args): Handle XFAIL_TEST.
14599         (convert_condition): New function.
14600         (or_value): Likewise.
14601         (or_cond_value): Likewise.
14602         (generate_testfile): Handle AUTO_TESTS_* lines.
14603         (parse_auto_input): New function.
14604         * math/libm-test.inc (XFAIL_TEST): New macro.
14605         (ERRNO_UNCHANGED): Update value.
14606         (ERRNO_EDOM): Likewise.
14607         (ERRNO_ERANGE): Likewise.
14608         (IGNORE_RESULT): Likewise.
14609         (TEST_COND_flt_32): New macro.
14610         (TEST_COND_dbl_64): Likewise.
14611         (TEST_COND_ldbl_96_intel): Likewise.
14612         (TEST_COND_ldbl_96_m68k): Likewise.
14613         (TEST_COND_ldbl_128): Likewise.
14614         (TEST_COND_ldbl_128ibm): Likewise.
14615         (TEST_COND_long32): Likewise.
14616         (TEST_COND_long64): Likewise.
14617         (TEST_COND_before_rounding): Likewise.
14618         (TEST_COND_after_rounding): Likewise.
14619         (enable_test): Handle XFAIL_TEST flag.
14620         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14621         with finite results.
14622         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14623         auto-libm-test-out.
14624
14625 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14626             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14627
14628         [BZ #16214]
14629         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14630         __tls_get_addr_internal instead of __tls_get_offset in order to
14631         avoid GOT pointer dependency.  Make rtld export
14632         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14633         __tls_get_addr since we are a __tls_get_offset platform.
14634         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14635         GOT pointer being set up before.
14636         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14637
14638 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14639
14640         * manual/math.texi (Errors in Math Functions): Document accuracy
14641         goals.
14642
14643         [BZ #15004]
14644         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14645         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14646         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14647         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14648         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14649         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14650         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14651         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14652         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14653         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14654         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14655         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14656         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14657         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14658         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14659         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14660
14661         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14662         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14663         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14664         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14665         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14666         Likewise.
14667         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14668         Likewise.
14669         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14670         Likewise.
14671         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14672         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14673         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14674         atomic-feupdateenv and flt-rounds.
14675         * sysdeps/powerpc/nofpu/Versions (libc): Add
14676         __atomic_feholdexcept, __atomic_feclearexcept,
14677         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14678         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14679         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14680         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14681         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14682         here.
14683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14684         Update.
14685
14686         * manual/arith.texi (FP Exceptions): Document that exceptions may
14687         not be raised when matherr is used.
14688         (Math Error Reporting): Document overflow in directed rounding
14689         modes.  Document that errno may not be set when finite values are
14690         returned on overflow.  Document intent to set errno on underflow
14691         only for underflow to zero.
14692
14693         [BZ #16271]
14694         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14695         round-to-nearest then adjust result for other rounding modes.
14696         * include/fenv.h (fegetround): Use libm_hidden_proto.
14697         * math/fegetround.c (fegetround): Use libm_hidden_def.
14698         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14699         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14700         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14701         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14702         Likewise.
14703         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14704         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14705         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14706         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14707
14708 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14709
14710         [BZ #16077]
14711         * nss/Versions (libnss_files): Add
14712         _nss_files_gethostbyname3_r.
14713         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14714         New function.
14715         (HOST_DB_LOOKUP): Remove macro.
14716         (_nss_files_gethostbyname_r): Implement function without the
14717         HOST_DB_LOOKUP macro.
14718         (_nss_files_gethostbyname2_r): Likewise.
14719
14720 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14721
14722         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14723
14724 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14725
14726         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14727         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14728         warning.
14729
14730 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14731
14732         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14733         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14734         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14735         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14736         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14737         __fe_nomask_env_priv and attribute_hidden.
14738         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14739         (libc_feupdateenv_test_ppc): Likewise.
14740         (libc_feresetround_ppc): Likewise.
14741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14742         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14743         compat_symbol macro.
14744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14745         (__fe_nomask_env): Likewise.
14746         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14747
14748 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14749
14750         * string/Makefile: Remove ifunc tests.
14751         * string/test-string.h: Define TEST_IFUNC.
14752         * string/test-bcopy-ifunc.c: Remove.
14753         * string/test-bzero-ifunc.c: Likewise.
14754         * string/test-memccpy-ifunc.c: Likewise.
14755         * string/test-memchr-ifunc.c: Likewise.
14756         * string/test-memcmp-ifunc.c: Likewise.
14757         * string/test-memcpy-ifunc.c: Likewise.
14758         * string/test-memmem-ifunc.c: Likewise.
14759         * string/test-memmove-ifunc.c: Likewise.
14760         * string/test-mempcpy-ifunc.c: Likewise.
14761         * string/test-memrchr-ifunc.c: Likewise.
14762         * string/test-memset-ifunc.c: Likewise.
14763         * string/test-rawmemchr-ifunc.c: Likewise.
14764         * string/test-stpcpy-ifunc.c: Likewise.
14765         * string/test-stpncpy-ifunc.c: Likewise.
14766         * string/test-strcasecmp-ifunc.c: Likewise.
14767         * string/test-strcasestr-ifunc.c: Likewise.
14768         * string/test-strcat-ifunc.c: Likewise.
14769         * string/test-strchr-ifunc.c: Likewise.
14770         * string/test-strchrnul-ifunc.c: Likewise.
14771         * string/test-strcmp-ifunc.c: Likewise.
14772         * string/test-strcpy-ifunc.c: Likewise.
14773         * string/test-strcspn-ifunc.c: Likewise.
14774         * string/test-strlen-ifunc.c: Likewise.
14775         * string/test-strncasecmp-ifunc.c: Likewise.
14776         * string/test-strncat-ifunc.c: Likewise.
14777         * string/test-strncmp-ifunc.c: Likewise.
14778         * string/test-strncpy-ifunc.c: Likewise.
14779         * string/test-strnlen-ifunc.c: Likewise.
14780         * string/test-strpbrk-ifunc.c: Likewise.
14781         * string/test-strrchr-ifunc.c: Likewise.
14782         * string/test-strspn-ifunc.c: Likewise.
14783         * string/test-strstr-ifunc.c: Likewise.
14784
14785 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14786
14787         * benchtests/Makefile: Remove ifunc tests.
14788         * benchtests/bench-string.h: Define TEST_IFUNC.
14789         * benchtests/bench-bcopy-ifunc.c: Remove.
14790         * benchtests/bench-bzero-ifunc.c: Likewise.
14791         * benchtests/bench-memccpy-ifunc.c: Likewise.
14792         * benchtests/bench-memchr-ifunc.c: Likewise.
14793         * benchtests/bench-memcmp-ifunc.c: Likewise.
14794         * benchtests/bench-memcpy-ifunc.c: Likewise.
14795         * benchtests/bench-memmem-ifunc.c: Likewise.
14796         * benchtests/bench-memmove-ifunc.c: Likewise.
14797         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14798         * benchtests/bench-memrchr-ifunc.c: Likewise.
14799         * benchtests/bench-memset-ifunc.c: Likewise.
14800         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14801         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14802         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14803         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14804         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14805         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14806         * benchtests/bench-strcat-ifunc.c: Likewise.
14807         * benchtests/bench-strchr-ifunc.c: Likewise.
14808         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14809         * benchtests/bench-strcmp-ifunc.c: Likewise.
14810         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14811         * benchtests/bench-strcpy-ifunc.c: Likewise.
14812         * benchtests/bench-strcspn-ifunc.c: Likewise.
14813         * benchtests/bench-strlen-ifunc.c: Likewise.
14814         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14815         * benchtests/bench-strncat-ifunc.c: Likewise.
14816         * benchtests/bench-strncmp-ifunc.c: Likewise.
14817         * benchtests/bench-strncpy-ifunc.c: Likewise.
14818         * benchtests/bench-strnlen-ifunc.c: Likewise.
14819         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14820         * benchtests/bench-strrchr-ifunc.c: Likewise.
14821         * benchtests/bench-strsep-ifunc.c: Likewise.
14822         * benchtests/bench-strspn-ifunc.c: Likewise.
14823         * benchtests/bench-strstr-ifunc.c: Likewise.
14824
14825 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14826
14827         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14828
14829 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14830
14831         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14832         * rt/aio.h: Likewise.
14833         * sysdeps/gnu/bits/utmp.h: Likewise.
14834         * sysdeps/gnu/bits/utmpx.h: Likewise.
14835         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14836         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14837         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14838         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14839         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14840         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14841         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14842         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14843         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14844         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14845         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14846         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14847         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14849         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14850         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14851         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14852         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14853         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14854         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14855         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14856         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14857         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14858         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14859         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14860         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14861         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14862         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14863         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14864         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14865         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14866         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14867         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14868         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14869         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14870         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14871         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14872         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14873         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14874         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14875         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14876         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14877
14878 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14879
14880         [BZ #16245]
14881         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14882         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14883
14884 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14885
14886         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14887         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14888         Likewise.
14889
14890 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14891
14892         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14893         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14894         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14895         (__fesetround): Remove define.
14896         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14897         rounding and exceptions handling.
14898         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14899         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14900         (__fe_nomask_env): Likewise.
14901         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14902         __fegetround instead of fegetround.
14903         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14904         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14905
14906 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14907
14908         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14909         it's there.
14910
14911         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14912
14913 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14914
14915         [BZ #11157]
14916         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14917         (encrypt_r): Likewise.
14918         * malloc/obstack.h (obstack_free): Likewise.
14919         * posix/unistd.h (encrypt): Likewise.
14920
14921 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14922
14923         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14924         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14925         DL_CALL_DT_FINI() that call the functions directly.
14926         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14927         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14928         * elf/dl-fini.c: Likewise.
14929
14930 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14931
14932         * malloc/hooks.c (memalign_check): Add alignment rounding.
14933         * malloc/malloc.c (_mid_memalign): New function.
14934         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14935         Implement by calling _mid_memalign.
14936         * manual/probes.texi (Memory Allocation Probes): Remove
14937         memory_valloc_retry and memory_pvalloc_retry.
14938
14939 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14940
14941         * locale/programs/locarchive.c (open_archive): Add const
14942         qualifier to ARCHIVEFNAME and copy default fname to
14943         DEFAULT_FNAME.
14944
14945         [BZ #15601]
14946         * libio/tst-widetext.input: Rename Oriya to Odia.
14947         * locale/iso-639.def: Likewise.
14948
14949         * manual/probes.texi (Mathematical Function Probes): Add
14950         documentation for sin, cos, asin and acos probes.
14951         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14952         (__sin32): Add slowasin probe.
14953         (__cos32): Add slowacos probe.
14954         (__mpsin): Add slowsin probe.
14955         (__mpcos): Add slowcos probe.
14956
14957 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14958
14959         [BZ #15483]
14960         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14961         thread-local __sim_exceptions_thread and global
14962         __sim_exceptions_global.
14963         (__sim_disabled_exceptions): Change to thread-local
14964         __sim_disabled_exceptions_thread and global
14965         __sim_disabled_exceptions_global.
14966         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14967         and global __sim_round_mode_global.
14968         (__simulate_exceptions): Use thread-local floating-point state and
14969         set global state from it as needed.
14970         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14971         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14972         __sim_round_mode_thread.
14973         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14974         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14975         and global __sim_exceptions_global.
14976         (__sim_disabled_exceptions): Change to thread-local
14977         __sim_disabled_exceptions_thread and global
14978         __sim_disabled_exceptions_global.
14979         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14980         and global __sim_round_mode_global.
14981         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14982         (SIM_SET_GLOBAL): Likewise.
14983         * sysdeps/powerpc/soft-fp/sfp-machine.h
14984         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14985         __sim_round_mode_thread.
14986         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14987         __sim_disabled_exceptions_thread.
14988         (__sim_exceptions): Change to __sim_exceptions_thread.
14989         (__sim_disabled_exceptions): Change to
14990         __sim_disabled_exceptions_thread.
14991         (__sim_round_mode): Change to __sim_round_mode_thread.
14992         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
14993         thread-local floating-point state and set global state from it as
14994         needed.
14995         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
14996         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
14997         (__sim_disabled_exceptions): Remove extern declaration.
14998         (feenableexcept): Use thread-local floating-point state and set
14999         global state from it as needed.
15000         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15001         extern declaration.
15002         (__sim_disabled_exceptions): Likewise.
15003         (__sim_round_mode): Likewise.
15004         (__fegetenv): Use thread-local floating-point state.
15005         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15006         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15007         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15008         floating-point state and set global state from it as needed.
15009         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15010         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15011         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15012         Likewise.
15013         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15014         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15015         Likewise.
15016         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15017         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15018         Use __sim_round_mode_thread.
15019         * math/test-fenv-tls.c: New file.
15020         * math/Makefile (tests): Add test-fenv-tls.
15021         ($(objpfx)test-fenv-tls): Depend on
15022         $(common-objpfx)nptl/libpthread.so.
15023
15024 2013-11-19  Andreas Schwab  <schwab@suse.de>
15025
15026         * locale/programs/locale.c (show_info): Decode wordarray elements.
15027         * locale/categories.def (LC_MONETARY): Add element for
15028         _NL_MONETARY_CRNCYSTR.
15029         * locale/C-monetary.c (conversion_rate): New variable.
15030         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15031         element.
15032
15033 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15034
15035         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15036         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15037
15038 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15039
15040         * elf/Makefile (tst-auxv): New test.
15041         * elf/tst-auxv.c: New
15042         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15043
15044 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15045
15046         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15047         (hidden_proto): Caller changed.
15048         (hidden_tls_proto): New macro.
15049         (libc_hidden_tls_proto): Likewise.
15050         (rtld_hidden_tls_proto): Likewise.
15051         (libm_hidden_tls_proto): Likewise.
15052         (libresolv_hidden_tls_proto): Likewise.
15053         (librt_hidden_tls_proto): Likewise.
15054         (libdl_hidden_tls_proto): Likewise.
15055         (libnss_files_hidden_tls_proto): Likewise.
15056         (libnsl_hidden_tls_proto): Likewise.
15057         (libnss_nisplus_hidden_tls_proto): Likewise.
15058         (libutil_hidden_tls_proto): Likewise.
15059
15060 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15061
15062         [BZ #10253]
15063         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15064         (decompose_rpath): Defer expansion to fillin_rpath.
15065         (_dl_init_paths): Pass linkmap to fillin_rpath.
15066
15067 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15068
15069         * benchtests/Makefile: Add strsep.
15070         * benchtests/bench-strsep.c: New file: strsep benchtest.
15071         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15072
15073 2013-11-18  Andreas Schwab  <schwab@suse.de>
15074
15075         * locale/programs/locale.c (show_info) [case byte]: Check for
15076         '\377' instead of '\177'.
15077         * locale/C-monetary.c (not_available): Always use "\377".
15078         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15079         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15080         detect unavailable sign_posn locale elements.
15081         * locale/localeconv.c (__localeconv): For grouping and
15082         mon_grouping handle "\177" and "\377" like no grouping.
15083         (INT_ELEM): New macro.  Use it to set all numeric members.
15084         * locale/programs/ld-monetary.c (monetary_read)
15085         <tok_mon_grouping>: Normalize single -1 to the empty string.
15086         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15087         Likewise.
15088
15089 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15090
15091         [BZ #16055]
15092         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15093         when we match (nil).
15094         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15095
15096 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15097
15098         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15099         (NO_TEST_INLINE): Update value.
15100         (ERRNO_UNCHANGED): Likewise.
15101         (ERRNO_EDOM): Likewise.
15102         (ERRNO_ERANGE): Likewise.
15103         (IGNORE_RESULT): Likewise.
15104         (check_float_internal): Check signs of NaN results if
15105         TEST_NAN_SIGN used.
15106         (check_complex): Pass TEST_NAN_SIGN flag through to second
15107         check_float_internal call.
15108         (copysign_test_data): Add tests with quiet NaNs as second
15109         argument.  Use TEST_NAN_SIGN.
15110         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15111         TEST_NAN_SIGN.
15112         (signbit_test_data): Add tests of quiet NaN argument.
15113         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15114
15115         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15116         $ignore_result.
15117         (parse_args): Handle function results specified as IGNORE.
15118         * math/libm-test.inc (IGNORE_RESULT): New macro.
15119         (check_float_internal): Do not check numerical result if flag
15120         IGNORE_RESULT set.
15121         (check_complex): Pass through IGNORE_RESULT to second
15122         check_float_internal call.
15123         (check_int): Do not check numerical result if flag IGNORE_RESULT
15124         set.
15125         (check_long): Likewise.
15126         (check_bool): Likewise.
15127         (check_longlong): Likewise.
15128         (lrint_test_data): Add tests of infinite and NaN arguments.
15129         (lrint_tonearest_test_data): Likewise.
15130         (lrint_towardzero_test_data): Likewise.
15131         (lrint_downward_test_data): Likewise.
15132         (lrint_upward_test_data): Likewise.
15133         (llrint_test_data): Likewise.
15134         (llrint_tonearest_test_data): Likewise.
15135         (llrint_towardzero_test_data): Likewise.
15136         (llrint_downward_test_data): Likewise.
15137         (llrint_upward_test_data): Likewise.
15138         (lround_test_data): Likewise.
15139         (llround_test_data): Likewise.
15140
15141         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15142         (ERRNO_UNCHANGED): Update value.
15143         (ERRNO_EDOM): Likewise.
15144         (ERRNO_ERANGE): Likewise.
15145         (NO_TEST_INLINE_FLOAT): New macro.
15146         (NO_TEST_INLINE_DOUBLE): Likewise.
15147         (enable_test): New function.
15148         (RUN_TEST_f_f): Check enable_test before running test.
15149         (RUN_TEST_2_f): Likewise.
15150         (RUN_TEST_fff_f): Likewise.
15151         (RUN_TEST_c_f): Likewise.
15152         (RUN_TEST_f_f1): Likewise.
15153         (RUN_TEST_fF_f1): Likewise.
15154         (RUN_TEST_fI_f1): Likewise.
15155         (RUN_TEST_ffI_f1): Likewise.
15156         (RUN_TEST_c_c): Likewise.
15157         (RUN_TEST_cc_c): Likewise.
15158         (RUN_TEST_f_i): Likewise.
15159         (RUN_TEST_f_i_tg): Likewise.
15160         (RUN_TEST_ff_i_tg): Likewise.
15161         (RUN_TEST_f_b): Likewise.
15162         (RUN_TEST_f_b_tg): Likewise.
15163         (RUN_TEST_f_l): Likewise.
15164         (RUN_TEST_f_L): Likewise.
15165         (RUN_TEST_fFF_11): Likewise.
15166         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15167         conditionals.
15168         (cosh_test_data): Likewise.
15169         (exp_test_data): Likewise.
15170         (expm1_test_data): Likewise.
15171         (hypot_test_data): Likewise.
15172         (pow_test_data): Likewise.
15173         (sinh_test_data): Likewise.
15174         (tanh_test_data): Likewise.
15175         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15176         flags argument.
15177
15178         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15179         tests with quiet NaN input and output.
15180         (acosh_test_data): Likewise.
15181         (asin_test_data): Likewise.
15182         (asinh_test_data): Likewise.
15183         (atan_test_data): Likewise.
15184         (atanh_test_data): Likewise.
15185         (atan2_test_data): Likewise.
15186         (cbrt_test_data): Likewise.
15187         (cos_test_data): Likewise.
15188         (cosh_test_data): Likewise.
15189         (erf_test_data): Likewise.
15190         (erfc_test_data): Likewise.
15191         (exp_test_data): Likewise.
15192         (exp10_test_data): Likewise.
15193         (exp2_test_data): Likewise.
15194         (expm1_test_data): Likewise.
15195         (hypot_test_data): Likewise.
15196         (j0_test_data): Likewise.
15197         (j1_test_data): Likewise.
15198         (jn_test_data): Likewise.
15199         (lgamma_test_data): Likewise.
15200         (log_test_data): Likewise.
15201         (log10_test_data): Likewise.
15202         (log1p_test_data): Likewise.
15203         (log2_test_data): Likewise.
15204         (pow_test_data): Likewise.
15205         (scalb_test_data): Likewise.
15206         (sin_test_data): Likewise.
15207         (sincos_test_data): Likewise.
15208         (sinh_test_data): Likewise.
15209         (tan_test_data): Likewise.
15210         (tanh_test_data): Likewise.
15211         (tgamma_test_data): Likewise.
15212         (y0_test_data): Likewise.
15213         (y1_test_data): Likewise.
15214         (yn_test_data): Likewise.
15215
15216         [BZ #16167]
15217         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15218         argument being NaN and avoid computations with second argument in
15219         that case.
15220         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15221         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15222         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15223
15224 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15225
15226         * locale/iso-639.def: Add Chitwani Tharu (the).
15227
15228 2013-11-14  Andreas Schwab  <schwab@suse.de>
15229
15230         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15231         word instead of empty string.
15232
15233 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15234
15235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15236         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15238         (__fe_nomask_env): Likewise.
15239
15240 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15241
15242         * benchtests/bench-timing.h: Include time.h.
15243
15244 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15245
15246         [BZ #15997]
15247         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15248         to 3.4.0 for x32.
15249         * sysdeps/unix/sysv/linux/configure: Regenerated.
15250
15251 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15252
15253         [BZ #16151]
15254         * stdlib/strtod_l.c (round_and_return): Do not consider
15255         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15256         exponent one less than half the least subnormal exponent.
15257         * stdlib/test-strtod-round-data: Add more tests.
15258         * stdlib/tst-strtod-round.c (tests): Regenerated.
15259
15260 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15261
15262         [BZ #14143]
15263         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15264         (__fe_mask_env): Likewise.
15265         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15266         libm_hidden_proto and add function prototype.
15267         (__fe_mask_env): Add function prototype.
15268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15269         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15271         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15273         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15274
15275 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15276
15277         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15278         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15279
15280 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15281
15282         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15283         of htab_find_slot().
15284
15285 2013-11-11  David S. Miller  <davem@davemloft.net>
15286
15287         [BZ #16150]
15288         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15289         symbol in the non-vis3 case in static builds.
15290         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15291         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15292         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15293         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15294
15295 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15296
15297         [BZ #387]
15298         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15299         it is empty.
15300
15301 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15302
15303         * benchtests/Makefile: Add bench-strtod.
15304         * benchtests/bench-strtod.c: New file: strtod benchtest
15305
15306 2013-11-11  Andreas Schwab  <schwab@suse.de>
15307
15308         [BZ #16153]
15309         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15310         terminating NUL in key length.
15311
15312 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15313
15314         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15315         Add artificial ODP entry for vDSO symbol for PPC64.
15316         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15317         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15318
15319 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15320
15321         [BZ #15374]
15322         * nss/getent.c (services_keys): Recognize services starting with digit.
15323
15324 2013-11-06  David S. Miller  <davem@davemloft.net>
15325
15326         [BZ #15985]
15327         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15328         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15329
15330 2013-11-06  Will Newton  <will.newton@linaro.org>
15331
15332         * manual/memory.texi (Malloc Examples): Remove register
15333         keyword from examples.
15334
15335 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15336
15337         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15338
15339 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15340
15341         [BZ #6981]
15342         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15343         depending on [__GCC_IEC_559 > 0].
15344         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15345         depending on [__GCC_IEC_559_COMPLEX > 0].
15346
15347 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15348
15349         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15350         to iso-639.def.
15351
15352 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15353
15354         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15355
15356 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15357
15358         [BZ #16112]
15359         * malloc/malloc (malloc_info): Do not handle first bin as
15360         special case.
15361
15362 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15363
15364         * locale/iso-639.def: Add Central Nahuatl (nhn).
15365
15366 2013-11-01  Bruno Haible  <bruno@clisp.org>
15367
15368         [BZ #7003]
15369         * manual/math.texi (BSD Random): Specify range upper bound as
15370         in POSIX.
15371
15372 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15373
15374         * locale/iso-639.def: Add Meadow Mari (mhr).
15375
15376 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15377
15378         [BZ #14752], [BZ #15763]
15379         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15380         Validate name.
15381         * rt/tst_shm.c: Add test for escaping directory.
15382
15383 2013-10-31  Andreas Schwab  <schwab@suse.de>
15384
15385         [BZ #15917]
15386         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15387         followed by 'x' as part of digit sequence.
15388         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15389
15390 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15391
15392         [BZ #16037]
15393         * configure.ac: allow GNU Make 4.0 and greater.
15394         * configure: Regenerated.
15395
15396 2013-10-30  Will Newton  <will.newton@linaro.org>
15397
15398         [BZ #16038]
15399         * malloc/hooks.c (memalign_check): Limit alignment to the
15400         maximum representable power of two.
15401         * malloc/malloc.c (__libc_memalign): Likewise.
15402         * malloc/tst-memalign.c (do_test): Add test for very
15403         large alignment values.
15404         * malloc/tst-posix_memalign.c (do_test): Likewise.
15405
15406 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15407
15408         [BZ #11087]
15409         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15410         (munmap_chunk): Likewise.
15411         (mremap_chunk): Likewise.
15412
15413 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15414
15415         [BZ #15799]
15416         * stdlib/div.c (div): Remove obsolete code.
15417         * stdlib/ldiv.c (ldiv): Likewise.
15418         * stdlib/lldiv.c (lldiv): Likewise.
15419
15420 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15421
15422         [BZ #16071]
15423         * nss/nss_files/files-XXX.c (get_contents_ret): New
15424         enumerator.
15425         (get_contents): New function.
15426         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15427
15428 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15429
15430         * configure.in: Moved to ...
15431         * configure.ac: ... here. Change reference to configure.in
15432         to configure.ac.
15433         * sysdeps/arm/preconfigure.ac: ... here.
15434         configure.in to configure.ac.
15435         * sysdeps/gnu/configure.in: Moved to ...
15436         * sysdeps/gnu/configure.ac: ... here.
15437         * sysdeps/i386/configure.in: Moved to ...
15438         * sysdeps/i386/configure.ac: ... here.
15439         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15440         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15441         * sysdeps/mach/configure.in: Moved to ...
15442         * sysdeps/mach/configure.ac: ... here.
15443         * sysdeps/mach/hurd/configure.in: Moved to ...
15444         * sysdeps/mach/hurd/configure.ac: ... here.
15445         * sysdeps/powerpc/configure.in: Moved to ...
15446         * sysdeps/powerpc/configure.ac: ... here.
15447         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15448         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15449         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15450         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15451         * sysdeps/s390/s390-32/configure.in: Moved to ...
15452         * sysdeps/s390/s390-32/configure.ac: ... here.
15453         * sysdeps/s390/s390-64/configure.in: Moved to ...
15454         * sysdeps/s390/s390-64/configure.ac: ... here.
15455         * sysdeps/sh/configure.in: Moved to ...
15456         * sysdeps/sh/configure.ac: ... here.
15457         * sysdeps/sparc/configure.in: Moved to ...
15458         * sysdeps/sparc/configure.ac: ... here.
15459         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15460         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15461         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15462         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15463         * sysdeps/x86_64/configure.in: Moved to ...
15464         * sysdeps/x86_64/configure.ac: ... here.
15465         * sysdeps/x86_64/preconfigure.in: Moved to ...
15466         * sysdeps/x86_64/preconfigure.ac: ... here.
15467         * aclocal.m4: Change reference to configure.in to configure.ac.
15468         * config.h.in: Likewise.
15469         * manual/install.texi: Likewise.
15470         * manual/maint.texi: Likewise.
15471         * Makefile: Likewise.
15472         * malloc/Makefile: Likewise.
15473         * nscd/Makefile: Likewise.
15474         * Makeconfig: Change reference to configure.in and
15475         preconfigure.in to configure.ac and preconfigure.ac
15476         respectively.
15477         * INSTALL: Regenerated.
15478         * configure: Likewise.
15479         * sysdeps/gnu/configure: Likewise.
15480         * sysdeps/i386/configure: Likewise.
15481         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15482         * sysdeps/mach/configure: Likewise.
15483         * sysdeps/mach/hurd/configure: Likewise.
15484         * sysdeps/powerpc/configure: Likewise.
15485         * sysdeps/powerpc/powerpc32/configure: Likewise.
15486         * sysdeps/powerpc/powerpc64/configure: Likewise.
15487         * sysdeps/s390/s390-32/configure: Likewise.
15488         * sysdeps/s390/s390-64/configure: Likewise.
15489         * sysdeps/sh/configure: Likewise.
15490         * sysdeps/sparc/configure: Likewise.
15491         * sysdeps/unix/sysv/linux/configure: Likewise.
15492         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15493         * sysdeps/x86_64/configure: Likewise.
15494         * sysdeps/x86_64/preconfigure: Likewise.
15495
15496 2013-10-29  Andreas Schwab  <schwab@suse.de>
15497
15498         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15499
15500 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15501
15502         * benchtests/pow-inputs: Add new inputs.
15503
15504         * benchtests/exp-inputs: Add new inputs.
15505
15506         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15507         conditional check for return value.
15508         (__cos32): Likewise.
15509
15510 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15511
15512         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15513         to provide a boost for large inputs with word alignment.
15514         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15515         implementation based on optimized PPC64 strcpy.
15516         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15517         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15518         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15519         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15520
15521 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15522
15523         [BZ #2801]
15524         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15525
15526 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15527
15528         [BZ #14876]
15529         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15530         * time/tst-strptime.c (day_tests): Add testcase.
15531
15532 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15533
15534         [BZ #14029]
15535         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15536
15537 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15538
15539         [BZ #16074]
15540         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15541         MAP_FAILED on error.
15542
15543 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15544
15545         [BZ #16072]
15546         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15547         heap for large requests.
15548
15549 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15550
15551         [BZ #9954]
15552         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15553         result if the result has no associated interface.
15554         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15555         interface for all 127.X.Y.Z addresses.
15556
15557 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15558
15559         * locale/iso-639.def: Add Ligurian (lij)
15560
15561 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15562
15563         [BZ #15825]
15564         * sunrpc/rpc_main.c: Document rpcgen -5.
15565
15566 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15567
15568         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15569
15570 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15571
15572         [BZ #10278]
15573         * posix/glob.c: Match only directories when trailing slash is present.
15574         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15575         (main): Add testcase.
15576
15577 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15578
15579         [BZ #15670]
15580         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15581
15582 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15583
15584         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15585         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15586         AUTH_DES and cindex for FIPS 140-2.
15587         (DES Encryption): Add cindex FIPS 46-3.
15588
15589         * locale/locarchive.h (struct locarhandle): Add fname.
15590         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15591         if an optional argument was specified to --list-archive,
15592         otherwise NULL.
15593         * locale/programs/locarchive.c (show_archive_content): Take new
15594         argument fname and pass it via ah.fname to open_archive.
15595         * locale/programs/localedef.h: Update decl.
15596         (open_archive): If AH->fname is non-null, open that file
15597         rather than the default file name, and don't ignore ENOENT.
15598         (create_archive): Set AH.fname to NULL.
15599         (delete_locales_from_archive): Likewise.
15600         (add_locales_to_archive): Likewise.
15601         * locale/programs/locfile.c (write_all_categories): Likewise.
15602
15603 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15604             Aldy Hernandez  <aldyh@redhat.com>
15605
15606         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15607         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15608         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15609         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15610         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15611         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15612         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15613         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15614         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15615         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15616         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15617         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15618         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15619         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15620         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15621         Likewise.
15622         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15623         Likewise.
15624         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15625         Likewise.
15626         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15627         Likewise.
15628         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15629         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15630         Likewise.
15631         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15632         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15633         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15634         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15635         Likewise.
15636         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15637         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15638         * sysdeps/powerpc/preconfigure: Likewise.
15639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15640         Likewise.
15641         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15642         Replace contents of file by #include of <fenv_libc.h>.
15643         * sysdeps/powerpc/soft-fp/sfp-machine.h
15644         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15645         and <sys/prctl.h>.
15646         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15647         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15648         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15649         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15650         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15651         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15652         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15653         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15654         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15655         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15656         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15657         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15659         Allow copysignl PLT reference to be missing.
15660
15661 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15662             Joseph Myers  <joseph@codesourcery.com
15663
15664         [BZ #15948]
15665         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15666         single character.
15667         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15668
15669 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15670
15671         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15672         * elf/tst-tls1.c: Likewise.
15673         * elf/tst-tls10.h: Likewise.
15674         * elf/tst-tls14.c: Likewise.
15675         * elf/tst-tls2.c: Likewise.
15676         * elf/tst-tls3.c: Likewise.
15677         * elf/tst-tls4.c: Likewise.
15678         * elf/tst-tls5.c: Likewise.
15679         * elf/tst-tls6.c: Likewise.
15680         * elf/tst-tls7.c: Likewise.
15681         * elf/tst-tls8.c: Likewise.
15682         * elf/tst-tls9.c: Likewise.
15683         * elf/tst-tlsmod1.c: Likewise.
15684         * elf/tst-tlsmod13.c: Likewise.
15685         * elf/tst-tlsmod13a.c: Likewise.
15686         * elf/tst-tlsmod14a.c: Likewise.
15687         * elf/tst-tlsmod16a.c: Likewise.
15688         * elf/tst-tlsmod16b.c: Likewise.
15689         * elf/tst-tlsmod2.c: Likewise.
15690         * elf/tst-tlsmod3.c: Likewise.
15691         * elf/tst-tlsmod4.c: Likewise.
15692         * elf/tst-tlsmod5.c: Likewise.
15693         * elf/tst-tlsmod6.c: Likewise.
15694
15695 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15696
15697         [BZ #12486]
15698         * malloc/malloc.c: remove checks for statistics.
15699
15700 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15701
15702         [BZ #15277]
15703         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15704         * inet/tst-network.c: Add testcase.
15705
15706 2013-10-17  Andreas Schwab  <schwab@suse.de>
15707
15708         [BZ #15218]
15709         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15710         to determine canonical name.
15711
15712 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15713
15714         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15715         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15716         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15717         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15718         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15719         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15720         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15721         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15722         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15723         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15724         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15725         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15726         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15727         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15728         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15729         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15730         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15731         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15732         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15733         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15734         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15735         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15736         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15737         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15738         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15739         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15740         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15741         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15742         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15743         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15744         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15745         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15746         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15747         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15748         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15749         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15750         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15751         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15752         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15753         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15754         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15755         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15756         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15757         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15758         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15759         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15760         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15761         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15762         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15763         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15764         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15765         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15766         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15767         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15768         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15769         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15770         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15771         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15772
15773 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15774
15775         [BZ #16041]
15776         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15777         make result into a quiet NaN.
15778
15779 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15780
15781         * soft-fp/adddf3.c: Fix horizontal whitespace.
15782         * soft-fp/addsf3.c: Likewise.
15783         * soft-fp/addtf3.c: Likewise.
15784         * soft-fp/divdf3.c: Likewise.
15785         * soft-fp/divsf3.c: Likewise.
15786         * soft-fp/divtf3.c: Likewise.
15787         * soft-fp/double.h: Likewise.
15788         * soft-fp/eqdf2.c: Likewise.
15789         * soft-fp/eqsf2.c: Likewise.
15790         * soft-fp/eqtf2.c: Likewise.
15791         * soft-fp/extenddftf2.c: Likewise.
15792         * soft-fp/extended.h: Likewise.
15793         * soft-fp/extendsfdf2.c: Likewise.
15794         * soft-fp/extendsftf2.c: Likewise.
15795         * soft-fp/extendxftf2.c: Likewise.
15796         * soft-fp/fixdfdi.c: Likewise.
15797         * soft-fp/fixdfsi.c: Likewise.
15798         * soft-fp/fixdfti.c: Likewise.
15799         * soft-fp/fixsfdi.c: Likewise.
15800         * soft-fp/fixsfsi.c: Likewise.
15801         * soft-fp/fixsfti.c: Likewise.
15802         * soft-fp/fixtfdi.c: Likewise.
15803         * soft-fp/fixtfsi.c: Likewise.
15804         * soft-fp/fixtfti.c: Likewise.
15805         * soft-fp/fixunsdfdi.c: Likewise.
15806         * soft-fp/fixunsdfsi.c: Likewise.
15807         * soft-fp/fixunsdfti.c: Likewise.
15808         * soft-fp/fixunssfdi.c: Likewise.
15809         * soft-fp/fixunssfsi.c: Likewise.
15810         * soft-fp/fixunssfti.c: Likewise.
15811         * soft-fp/fixunstfdi.c: Likewise.
15812         * soft-fp/fixunstfsi.c: Likewise.
15813         * soft-fp/fixunstfti.c: Likewise.
15814         * soft-fp/floatdidf.c: Likewise.
15815         * soft-fp/floatdisf.c: Likewise.
15816         * soft-fp/floatditf.c: Likewise.
15817         * soft-fp/floatsidf.c: Likewise.
15818         * soft-fp/floatsisf.c: Likewise.
15819         * soft-fp/floatsitf.c: Likewise.
15820         * soft-fp/floattidf.c: Likewise.
15821         * soft-fp/floattisf.c: Likewise.
15822         * soft-fp/floattitf.c: Likewise.
15823         * soft-fp/floatundidf.c: Likewise.
15824         * soft-fp/floatundisf.c: Likewise.
15825         * soft-fp/floatunditf.c: Likewise.
15826         * soft-fp/floatunsidf.c: Likewise.
15827         * soft-fp/floatunsisf.c: Likewise.
15828         * soft-fp/floatunsitf.c: Likewise.
15829         * soft-fp/floatuntidf.c: Likewise.
15830         * soft-fp/floatuntisf.c: Likewise.
15831         * soft-fp/floatuntitf.c: Likewise.
15832         * soft-fp/fmadf4.c: Likewise.
15833         * soft-fp/fmasf4.c: Likewise.
15834         * soft-fp/fmatf4.c: Likewise.
15835         * soft-fp/gedf2.c: Likewise.
15836         * soft-fp/gesf2.c: Likewise.
15837         * soft-fp/getf2.c: Likewise.
15838         * soft-fp/ledf2.c: Likewise.
15839         * soft-fp/lesf2.c: Likewise.
15840         * soft-fp/letf2.c: Likewise.
15841         * soft-fp/muldf3.c: Likewise.
15842         * soft-fp/mulsf3.c: Likewise.
15843         * soft-fp/multf3.c: Likewise.
15844         * soft-fp/negdf2.c: Likewise.
15845         * soft-fp/negsf2.c: Likewise.
15846         * soft-fp/negtf2.c: Likewise.
15847         * soft-fp/op-1.h: Likewise.
15848         * soft-fp/op-2.h: Likewise.
15849         * soft-fp/op-4.h: Likewise.
15850         * soft-fp/op-8.h: Likewise.
15851         * soft-fp/op-common.h: Likewise.
15852         * soft-fp/quad.h: Likewise.
15853         * soft-fp/single.h: Likewise.
15854         * soft-fp/soft-fp.h: Likewise.
15855         * soft-fp/sqrtdf2.c: Likewise.
15856         * soft-fp/sqrtsf2.c: Likewise.
15857         * soft-fp/sqrttf2.c: Likewise.
15858         * soft-fp/subdf3.c: Likewise.
15859         * soft-fp/subsf3.c: Likewise.
15860         * soft-fp/subtf3.c: Likewise.
15861         * soft-fp/truncdfsf2.c: Likewise.
15862         * soft-fp/trunctfdf2.c: Likewise.
15863         * soft-fp/trunctfsf2.c: Likewise.
15864         * soft-fp/trunctfxf2.c: Likewise.
15865         * soft-fp/unorddf2.c: Likewise.
15866         * soft-fp/unordsf2.c: Likewise.
15867         * soft-fp/unordtf2.c: Likewise.
15868
15869 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15870
15871         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15872         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15873
15874 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15875
15876         * elf/dl-libc.c: Clear initfini list after freeing.
15877
15878 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15879
15880         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15881         * soft-fp/addsf3.c: Likewise.
15882         * soft-fp/addtf3.c: Likewise.
15883         * soft-fp/divdf3.c: Likewise.
15884         * soft-fp/divsf3.c: Likewise.
15885         * soft-fp/divtf3.c: Likewise.
15886         * soft-fp/double.h: Likewise.
15887         * soft-fp/eqdf2.c: Likewise.
15888         * soft-fp/eqsf2.c: Likewise.
15889         * soft-fp/eqtf2.c: Likewise.
15890         * soft-fp/extenddftf2.c: Likewise.
15891         * soft-fp/extended.h: Likewise.
15892         * soft-fp/extendsfdf2.c: Likewise.
15893         * soft-fp/extendsftf2.c: Likewise.
15894         * soft-fp/extendxftf2.c: Likewise.
15895         * soft-fp/fixdfdi.c: Likewise.
15896         * soft-fp/fixdfsi.c: Likewise.
15897         * soft-fp/fixdfti.c: Likewise.
15898         * soft-fp/fixsfdi.c: Likewise.
15899         * soft-fp/fixsfsi.c: Likewise.
15900         * soft-fp/fixsfti.c: Likewise.
15901         * soft-fp/fixtfdi.c: Likewise.
15902         * soft-fp/fixtfsi.c: Likewise.
15903         * soft-fp/fixtfti.c: Likewise.
15904         * soft-fp/fixunsdfdi.c: Likewise.
15905         * soft-fp/fixunsdfsi.c: Likewise.
15906         * soft-fp/fixunsdfti.c: Likewise.
15907         * soft-fp/fixunssfdi.c: Likewise.
15908         * soft-fp/fixunssfsi.c: Likewise.
15909         * soft-fp/fixunssfti.c: Likewise.
15910         * soft-fp/fixunstfdi.c: Likewise.
15911         * soft-fp/fixunstfsi.c: Likewise.
15912         * soft-fp/fixunstfti.c: Likewise.
15913         * soft-fp/floatdidf.c: Likewise.
15914         * soft-fp/floatdisf.c: Likewise.
15915         * soft-fp/floatditf.c: Likewise.
15916         * soft-fp/floatsidf.c: Likewise.
15917         * soft-fp/floatsisf.c: Likewise.
15918         * soft-fp/floatsitf.c: Likewise.
15919         * soft-fp/floattidf.c: Likewise.
15920         * soft-fp/floattisf.c: Likewise.
15921         * soft-fp/floattitf.c: Likewise.
15922         * soft-fp/floatundidf.c: Likewise.
15923         * soft-fp/floatundisf.c: Likewise.
15924         * soft-fp/floatunsidf.c: Likewise.
15925         * soft-fp/floatunsisf.c: Likewise.
15926         * soft-fp/floatuntidf.c: Likewise.
15927         * soft-fp/floatuntisf.c: Likewise.
15928         * soft-fp/floatuntitf.c: Likewise.
15929         * soft-fp/fmadf4.c: Likewise.
15930         * soft-fp/fmasf4.c: Likewise.
15931         * soft-fp/fmatf4.c: Likewise.
15932         * soft-fp/gedf2.c: Likewise.
15933         * soft-fp/gesf2.c: Likewise.
15934         * soft-fp/getf2.c: Likewise.
15935         * soft-fp/ledf2.c: Likewise.
15936         * soft-fp/lesf2.c: Likewise.
15937         * soft-fp/letf2.c: Likewise.
15938         * soft-fp/muldf3.c: Likewise.
15939         * soft-fp/mulsf3.c: Likewise.
15940         * soft-fp/multf3.c: Likewise.
15941         * soft-fp/negdf2.c: Likewise.
15942         * soft-fp/negsf2.c: Likewise.
15943         * soft-fp/negtf2.c: Likewise.
15944         * soft-fp/op-1.h: Likewise.
15945         * soft-fp/op-2.h: Likewise.
15946         * soft-fp/op-4.h: Likewise.
15947         * soft-fp/op-8.h: Likewise.
15948         * soft-fp/op-common.h: Likewise.
15949         * soft-fp/quad.h: Likewise.
15950         * soft-fp/single.h: Likewise.
15951         * soft-fp/soft-fp.h: Likewise.
15952         * soft-fp/sqrtdf2.c: Likewise.
15953         * soft-fp/sqrtsf2.c: Likewise.
15954         * soft-fp/sqrttf2.c: Likewise.
15955         * soft-fp/subdf3.c: Likewise.
15956         * soft-fp/subsf3.c: Likewise.
15957         * soft-fp/subtf3.c: Likewise.
15958         * soft-fp/truncdfsf2.c: Likewise.
15959         * soft-fp/trunctfdf2.c: Likewise.
15960         * soft-fp/trunctfsf2.c: Likewise.
15961         * soft-fp/trunctfxf2.c: Likewise.
15962         * soft-fp/unorddf2.c: Likewise.
15963         * soft-fp/unordsf2.c: Likewise.
15964         * soft-fp/unordtf2.c: Likewise.
15965
15966 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15967
15968         [BZ #15672]
15969         * misc/error.c (error_tail): Fix possible buffer overflow.
15970
15971 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15972
15973         [BZ #13028]
15974         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15975         address.
15976
15977 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15978
15979         [BZ #832]
15980         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15981         testing pipefail option.
15982
15983 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15984
15985         * soft-fp/double.h: Indent preprocessor directives inside #if.
15986         * soft-fp/extended.h: Likewise.
15987         * soft-fp/op-2.h: Likewise.
15988         * soft-fp/op-4.h: Likewise.
15989         * soft-fp/op-common.h: Likewise.
15990         * soft-fp/quad.h: Likewise.
15991         * soft-fp/single.h: Likewise.
15992         * soft-fp/soft-fp.h: Likewise.
15993
15994 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
15995
15996         * iconv/iconv_prog.c: Fix typos.
15997         * stdio-common/psiginfo-data.h: Likewise.
15998
15999 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16000
16001         [BZ #15764]
16002         * locale/setlocale.c: Fix typo.
16003
16004 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16005
16006         [BZ #16036]
16007         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16008         signaling NaN arguments.
16009         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16010         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16011
16012         [BZ #14910]
16013         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16014         unordered operands.
16015         * soft-fp/gesf2.c (__gesf2): Likewise.
16016         * soft-fp/getf2.c (__getf2): Likewise.
16017         * soft-fp/ledf2.c (__ledf2): Likewise.
16018         * soft-fp/lesf2.c (__lesf2): Likewise.
16019         * soft-fp/letf2.c (__letf2): Likewise.
16020
16021         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16022         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16023         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16024         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16025         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16026         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16027         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16028         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16029         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16030         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16031         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16032         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16033         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16034         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16035         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16036         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16037         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16038         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16039         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16040         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16041         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16042         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16043         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16044         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16045         * soft-fp/floattidf.c (__floattidf): Likewise.
16046         * soft-fp/floattisf.c (__floattisf): Likewise.
16047         * soft-fp/floattitf.c (__floattitf): Likewise.
16048         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16049         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16050         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16051         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16052         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16053         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16054         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16055         * soft-fp/gesf2.c (__gesf2): Likewise.
16056         * soft-fp/getf2.c (__getf2): Likewise.
16057         * soft-fp/ledf2.c (__ledf2): Likewise.
16058         * soft-fp/lesf2.c (__lesf2): Likewise.
16059         * soft-fp/letf2.c (__letf2): Likewise.
16060
16061         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16062         Undefine and redefine.
16063         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16064         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16065         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16066         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16067         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16068         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16069         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16070         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16071         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16072         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16073         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16074         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16075         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16076         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16077         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16078
16079         [BZ #16032]
16080         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16081         without decrementing exponent if mantissa >= that for the
16082         denominator, not >.
16083         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16084         denominator, not >.  Decrement exponent in < case instead of
16085         incrementing in >= case.
16086         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16087         without decrementing exponent if mantissa >= that for the
16088         denominator, not >.
16089
16090         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16091         computing saturated result for unsigned overflow.
16092
16093 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16094             Jeff Law  <law@redhat.com>
16095
16096         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16097         (atan2Mp): Add systemtap probe marker.
16098         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16099         (__ieee754_log): Add systemtap probe marker.
16100         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16101         (atanMp): Add systemtap probe marker.
16102         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16103         (tanMp): Add systemtap probe marker.
16104         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16105         (__slowexp): Add systemtap probe marker.
16106         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16107         (__slowpow): Add systemtap probe marker.
16108         * manual/probes.texi: Document probes.
16109
16110 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16111
16112         [BZ #15362]
16113         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16114         written.
16115         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16116         written.
16117         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16118         written to buffer but not flushed.
16119         * libio/iofwrite_u.c:  Likewise.
16120         * libio/iopadn.c:  Return bytes returned even if EOF was
16121         encountered.
16122         * libio/iowpadn.c:  Likewise.
16123         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16124         if _IO_padn does not write the whole buffer.
16125         [!COMPILE_WPRINTF] (PAD): Likewise.
16126
16127 2013-10-10  David S. Miller  <davem@davemloft.net>
16128
16129         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16130         directory block.
16131
16132 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16133
16134         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16135         instead of FSF address.
16136         * soft-fp/fixdfti.c: Likewise.
16137         * soft-fp/fixsfti.c: Likewise.
16138         * soft-fp/fixtfti.c: Likewise.
16139         * soft-fp/fixunsdfti.c: Likewise.
16140         * soft-fp/fixunssfti.c: Likewise.
16141         * soft-fp/fixunstfti.c: Likewise.
16142         * soft-fp/floattidf.c: Likewise.
16143         * soft-fp/floattisf.c: Likewise.
16144         * soft-fp/floattitf.c: Likewise.
16145         * soft-fp/floatuntidf.c: Likewise.
16146         * soft-fp/floatuntisf.c: Likewise.
16147         * soft-fp/floatuntitf.c: Likewise.
16148         * soft-fp/trunctfxf2.c: Likewise.
16149
16150         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16151         * soft-fp/fixdfti.c: Likewise.
16152         * soft-fp/fixsfti.c: Likewise.
16153         * soft-fp/fixtfti.c: Likewise.
16154         * soft-fp/fixunsdfti.c: Likewise.
16155         * soft-fp/fixunssfti.c: Likewise.
16156         * soft-fp/fixunstfti.c: Likewise.
16157         * soft-fp/floattidf.c: Likewise.
16158         * soft-fp/floattisf.c: Likewise.
16159         * soft-fp/floattitf.c: Likewise.
16160         * soft-fp/floatuntidf.c: Likewise.
16161         * soft-fp/floatuntisf.c: Likewise.
16162         * soft-fp/floatuntitf.c: Likewise.
16163         * soft-fp/trunctfxf2.c: Likewise.
16164
16165 2013-10-10  David S. Miller  <davem@davemloft.net>
16166
16167         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16168
16169 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16170
16171         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16172         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16173         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16174         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16175         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16176         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16177         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16178
16179         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16180         for NaNs before doing comparisons on argument.
16181         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16182         Likewise.
16183
16184 2013-10-10  Will Newton  <will.newton@linaro.org>
16185
16186         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16187         passed to _int_memalign does not overflow.
16188
16189 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16190
16191         * scripts/bench.pl: Add include-sources directive.
16192         * benchtests/README: Update documentation.
16193
16194 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16195
16196         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16197         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16198         instead of FP_INIT_ROUNDMODE.
16199         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16200         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16201
16202         [BZ #16034]
16203         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16204         copy class of input value.
16205         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16206         not handle exceptions.
16207         * soft-fp/negsf2.c (__negsf2): Likewise.
16208         * soft-fp/negtf2.c (__negtf2): Likewise.
16209         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16210
16211 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16212
16213         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16214         semicolon.  From Linux kernel.
16215
16216 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16217
16218         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16219
16220 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16221
16222         [BZ #156]
16223         * manual/socket.texi: Added statement about buffer
16224         for gethostbyname2_r.
16225
16226 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16227
16228         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16229         Use .p2align directive instead, throughout.
16230         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16231         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16232         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16233         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16234         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16235         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16236         * sysdeps/x86_64/strchr.S: Likewise.
16237         * sysdeps/x86_64/strrchr.S: Likewise.
16238
16239 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16240
16241         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16242
16243         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16244
16245         * sysdeps/generic/math_private.h (__mpsin1): Remove
16246         declaration.
16247         (__mpcos1): Likewise.
16248         (__mpsin): New argument __range_reduce.
16249         (__mpcos): Likewise.
16250         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16251         (slow): Use __mpsin and __mpcos.
16252         (slow1): Likewise.
16253         (slow2): Likewise.
16254         (sloww): Likewise.
16255         (sloww1): Likewise.
16256         (sloww2): Likewise.
16257         (bsloww): Likewise.
16258         (bsloww1): Likewise.
16259         (bsloww2): Likewise.
16260         (cslow2): Likewise.
16261         (csloww): Likewise.
16262         (csloww1): Likewise.
16263         (csloww2): Likewise.
16264         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16265         range_reduce.  Merge in __mpsin1.
16266         (__mpcos): Likewise.
16267         (__mpsin1): Remove.
16268         (__mpcos1): Likewise.
16269
16270 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16271
16272         * locale/loadlocale.c (_nl_intern_locale_data): Use
16273         LOCFILE_ALIGNED_P.
16274         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16275         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16276         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16277         obstack data is appropriately aligned.
16278         (obstack_int32_grow_fast): Likewise.
16279         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16280         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16281         (add_locale_uint32_array): Likewise.
16282
16283 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16284
16285         * benchtests/Makefile: Remove ARGLIST and RET variables.
16286         ($(objpfx)bench-%.c): Pass only function name to the script.
16287         * benchtests/README: Update documentation.
16288         * benchtests/acos-inputs: Add new directives.
16289         * benchtests/acosh-inputs: Likewise.
16290         * benchtests/asin-inputs: Likewise.
16291         * benchtests/asinh-inputs: Likewise.
16292         * benchtests/atan-inputs: Likewise.
16293         * benchtests/atanh-inputs: Likewise.
16294         * benchtests/cos-inputs: Likewise.
16295         * benchtests/cosh-inputs: Likewise.
16296         * benchtests/exp-inputs: Likewise.
16297         * benchtests/log-inputs: Likewise.
16298         * benchtests/pow-inputs: Likewise.
16299         * benchtests/rint-inputs: Likewise.
16300         * benchtests/sin-inputs: Likewise.
16301         * benchtests/sinh-inputs: Likewise.
16302         * benchtests/tan-inputs: Likewise.
16303         * benchtests/tanh-inputs: Likewise.
16304         * scripts/bench.pl: Add support for new directives.
16305
16306 2013-10-07  Alan Modra  <amodra@gmail.com>
16307
16308         * README: Fix careless merge.
16309
16310 2013-10-05  Alan Modra  <amodra@gmail.com>
16311
16312         * NEWS: Mention powerpc64le support and bugs fixed.
16313         * README: Both big-endian and little-endian powerpc64 supported.
16314
16315 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16316
16317         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16318         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16319         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16320         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16321
16322 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16323
16324         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16325         match prototype.
16326
16327 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16328
16329         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16330         Move -mhard-float appending from
16331         ports/sysdeps/powerpc/powerpc32/Makefile.
16332         [$(with-fp) = yes] (ASFLAGS): Likewise.
16333         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16334         * sysdeps/powerpc/nofpu: Move directory from
16335         ports/sysdeps/powerpc/nofpu.
16336         * sysdeps/powerpc/soft-fp: Move directory from
16337         ports/sysdeps/powerpc/soft-fp.
16338         * sysdeps/powerpc/powerpc32/405: Move directory from
16339         ports/sysdeps/powerpc/powerpc32/405.
16340         * sysdeps/powerpc/powerpc32/440: Move directory from
16341         ports/sysdeps/powerpc/powerpc32/440.
16342         * sysdeps/powerpc/powerpc32/464: Move directory from
16343         ports/sysdeps/powerpc/powerpc32/464.
16344         * sysdeps/powerpc/powerpc32/476: Move directory from
16345         ports/sysdeps/powerpc/powerpc32/476.
16346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16347         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16349         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16351         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16353         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16355         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16356         * README: Update for powerpc-*-linux-gnu software floating point
16357         support in libc.
16358
16359         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16360         case to powerpc/powerpc32*.
16361         * sysdeps/unix/sysv/linux/configure: Regenerated.
16362
16363         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16364         (_FPU_MASK_OM): Define as 0x04.
16365         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16366         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16367         0x00c10080.
16368         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16369         0x0000003c.
16370         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16371
16372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16373         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16374         getcontext_e500.
16375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16376         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16377         setcontext_e500.
16378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16379         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16380         and setcontext_e500.
16381
16382 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16383
16384         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16385
16386 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16387
16388         * manual/threads.texi (Default Thread Attributes): Fix typo.
16389
16390 2013-10-04  Will Newton  <will.newton@linaro.org>
16391
16392         * malloc/Makefile: Add tst-memalign.
16393         * malloc/tst-memalign.c: New file.
16394
16395         * malloc/tst-posix_memalign.c: Add comments.
16396         (do_test): Add comments and call free on all potentially
16397         allocated pointers. Add space after cast.
16398
16399         * malloc/tst-pvalloc.c: Add comments.
16400         (do_test): Add comments and call free on all potentially
16401         allocated pointers. Remove duplicate check for NULL pointer.
16402         Add space after cast.
16403
16404         * malloc/tst-valloc.c: Add comments.
16405         (do_test): Add comments and call free on all potentially
16406         allocated pointers. Remove duplicate check for NULL pointer.
16407         Add space after cast.
16408
16409 2013-10-04  Alan Modra  <amodra@gmail.com>
16410
16411         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16412         Use stdint types in rather than __attribute__((mode())).
16413         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16414
16415 2013-10-04  Alan Modra  <amodra@gmail.com>
16416
16417         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16418         Correct handling of unaligned relocs for little-endian.
16419         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16420
16421 2013-10-04  Alan Modra  <amodra@gmail.com>
16422
16423         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16424         * configure: Regenerate.
16425         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16426         * shlib-versions: Likewise.
16427
16428 2013-10-04  Alan Modra  <amodra@gmail.com>
16429
16430         * string/tester.c (test_memrchr): Increment reported test cycle.
16431
16432 2013-10-04  Alan Modra  <amodra@gmail.com>
16433
16434         * string/test-memcpy.c (do_one_test): When reporting errors, print
16435         string address and don't overrun end of string.
16436
16437 2013-10-04  Alan Modra  <amodra@gmail.com>
16438
16439         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16440         insrdi.  Make better use of reg selection to speed exit slightly.
16441         Schedule entry path a little better.  Remove useless "are we done"
16442         checks on entry to main loop.  Handle wrapping around zero address.
16443         Correct main loop count.  Handle single left-over word from main
16444         loop inline rather than by using loop_small.  Remove extra word
16445         case in loop_small caused by wrong loop count.  Add little-endian
16446         support.
16447         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16448         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16449         cache hint.
16450         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16451         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16452         support.  Avoid rlwimi.
16453         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16454
16455 2013-10-04  Alan Modra  <amodra@gmail.com>
16456
16457         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16458         insrdi.  Formatting.
16459         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16460         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16461         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16462         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16463         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16464         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16465
16466 2013-10-04  Alan Modra  <amodra@gmail.com>
16467
16468         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16469         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16470         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16471         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16472         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16473         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16474         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16475         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16476         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16477         use of regs.  Use power7 mtocrf.  Tidy function tails.
16478
16479 2013-10-04  Alan Modra  <amodra@gmail.com>
16480
16481         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16482         Formatting.  Consistently use rXXX register defines or rN defines.
16483         Use early exit labels that avoid restoring unused non-volatile regs.
16484         Make cr field use more consistent with rWORDn compares.  Rename
16485         regs used as shift registers for unaligned loop, using rN defines
16486         for short lifetime/multiple use regs.
16487         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16488         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16489         addi 1,1,64 to pop stack frame.  Simplify return value code.
16490         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16491
16492 2013-10-04  Alan Modra  <amodra@gmail.com>
16493
16494         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16495         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16496         rather than rlwimi.
16497         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16498         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16499         little-endian support.  Correct typos.
16500         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16501         rather than rlwimi.
16502         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16503         in loop and entry code to keep "and." results.
16504         (strchr): Add little-endian support.  Comment.  Move cntlzd
16505         earlier in tail.
16506         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16507
16508 2013-10-04  Alan Modra  <amodra@gmail.com>
16509
16510         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16511         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16512         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16513         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16514
16515 2013-10-04  Alan Modra  <amodra@gmail.com>
16516
16517         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16518         (rTMP): Define as r11.
16519         (strcmp): Add little-endian support.  Optimise tail.
16520         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16521         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16522         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16523         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16524         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16525         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16526         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16527
16528 2013-10-04  Alan Modra  <amodra@gmail.com>
16529
16530         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16531         little-endian support.  Remove unnecessary "are we done" tests.
16532         Handle "s" wrapping around zero and extremely large "size".
16533         Correct main loop count.  Handle single left-over word from main
16534         loop inline rather than by using small_loop.  Correct comments.
16535         Delete "zero" tail, use "end_max" instead.
16536         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16537
16538 2013-10-04  Alan Modra  <amodra@gmail.com>
16539
16540         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16541         support.  Don't branch over align.
16542         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16543         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16544         support.  Rearrange tmp reg use to suit.  Comment.
16545         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16546
16547 2013-10-04  Alan Modra  <amodra@gmail.com>
16548
16549         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16550
16551 2013-10-04  Alan Modra  <amodra@gmail.com>
16552
16553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16554         conditional form of branch and link when obtaining pc.
16555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16556
16557 2013-10-04  Alan Modra  <amodra@gmail.com>
16558
16559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16560         HIWORD/LOWORD.
16561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16563
16564 2013-10-04  Alan Modra  <amodra@gmail.com>
16565
16566         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16567         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16568         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16569         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16570         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16571         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16572         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16573         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16574         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16575         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16576
16577 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16578             Alistair Popple <alistair@ozlabs.au.ibm.com>
16579             Alan Modra <amodra@gmail.com>
16580
16581         [BZ #15723]
16582         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16583         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16584         _dl_hwcap access for little-endian.
16585         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16586         destroy vmx regs when saving unaligned.
16587         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16588         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16589         destroy vmx regs when saving unaligned.
16590
16591 2013-10-04  Alan Modra  <amodra@gmail.com>
16592
16593         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16594         Don't use a union to pack hi/low value.
16595
16596 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16597
16598         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16599         for little-endian.
16600         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16601         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16602         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16603         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16604         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16605
16606 2013-10-04  Alan Modra  <amodra@gmail.com>
16607
16608         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16609         constants to usual value for .cst8 section, and remove redundant
16610         high address load.
16611         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16612         constant for 0x1p52.  Load little-endian words of double from
16613         correct stack offsets.
16614
16615 2013-10-04  Alan Modra  <amodra@gmail.com>
16616
16617         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16618         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16619         words of double from correct stack offsets.
16620         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16621         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16622         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16623         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16624         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16625         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16626         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16627         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16628         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16629         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16630         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16631         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16632         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16633         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16634         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16635         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16636         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16637
16638 2013-10-04  Alan Modra  <amodra@gmail.com>
16639
16640         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16641         64-bit int/double union.
16642         (_FPU_SETCW): Likewise.
16643         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16644         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16645
16646 2013-10-04  Alan Modra  <amodra@gmail.com>
16647
16648         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16649         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16650
16651 2013-10-04  Alan Modra  <amodra@gmail.com>
16652
16653         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16654         use vector int constants.
16655         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16656
16657 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16658
16659         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16660         array with long long.
16661         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16662         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16663         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16664         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16665         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16666         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16667         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16668         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16669         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16670         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16671         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16672         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16673         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16674
16675 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16676
16677         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16678         (__signbit): Likewise.  Correct for little-endian.
16679         (__signbitl): Call __signbit.
16680         (lrint): Correct for little-endian.
16681         (lrintf): Call lrint.
16682
16683 2013-10-04  Alan Modra  <amodra@gmail.com>
16684
16685         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16686         union 32-bit int array member with 64-bit int array.
16687         (t515, tm256): Double rather than long double.
16688         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16689
16690 2013-10-04  Alan Modra  <amodra@gmail.com>
16691
16692         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16693         Delete.
16694         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16695         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16696         version of math_ldbl.h.
16697
16698 2013-10-04  Alan Modra  <amodra@gmail.com>
16699
16700         [BZ #15734], [BZ #15735]
16701         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16702         all uses of ieee875 long double macros and unions.  Simplify test
16703         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16704         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16705         normalize after ldbl_extract_mantissa, and don't add hidden bit
16706         already handled.  Don't treat low word of ieee854 mantissa like
16707         low word of IBM long double and mask off bit when testing for
16708         zero.
16709         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16710         all uses of ieee875 long double macros and unions.  Simplify tests
16711         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16712         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16713         two1022, instead use their values.  Recognise that tests for large
16714         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16715         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16716         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16717         test for 0.0L and nan.  Correct negation.
16718         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16719         ieee875 long double macros and unions.  Correct output for large
16720         magnitude x.  Correct absolute value calculation.
16721         (__erfcl): Likewise.
16722         * math/libm-test.inc: Add tests for errors discovered in IBM long
16723         double versions of fmodl, remainderl, erfl and erfcl.
16724
16725 2013-10-04  Alan Modra  <amodra@gmail.com>
16726
16727         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16728         all uses of ieee854 long double macros and unions.  Simplify tests
16729         for long doubles that are fully specified by the high double.
16730         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16731         Likewise.
16732         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16733         Remove dead code too.
16734         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16735         (__ieee754_ynl): Likewise.
16736         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16737         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16738         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16739         Remove dead code too.
16740         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16741         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16742         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16743         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16744         Simplify.
16745         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16746         Simplify.
16747         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16748         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16749         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16750         Comment on variable precision.
16751         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16752         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16753         Likewise.
16754         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16755         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16756         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16757         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16758         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16759
16760 2013-10-04  Alan Modra  <amodra@gmail.com>
16761
16762         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16763         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16764         all uses of ieee854 long double macros and unions.
16765         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16766         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16767         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16768         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16769         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16770         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16771         Likewise.
16772         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16773         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16774         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16775         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16776         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16777         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16778         Simplify sign and nan test too.
16779         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16780         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16781         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16782         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16783         Likewise.
16784         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16785         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16786         Likewise.
16787         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16788         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16789         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16790         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16791         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16792         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16793
16794 2013-10-04  Alan Modra  <amodra@gmail.com>
16795
16796         * stdio-common/printf_size.c (__printf_size): Don't use
16797         union ieee854_long_double in fpnum union.
16798         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16799         signbit macro to retrieve sign from long double.
16800         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16801         retrieve sign from long double.
16802         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16803         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16804         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16805         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16806         * math/test-misc.c (main): Don't use union ieee854_long_double.
16807
16808 2013-10-04  Alan Modra  <amodra@gmail.com>
16809
16810         [BZ #15680]
16811         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16812         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16813         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16814         calculation.  Remove unnecessary test for denormal exponent.
16815         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16816         Correct handling of denormals.  Avoid undefined shift behaviour.
16817         Correct normalisation of low mantissa when low double is denormal.
16818         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16819         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16820         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16821         Correct normalisation of low mantissa.  Test for overflow of high
16822         mantissa and normalise.
16823         (ldbl_nearbyint): Use more readable constant for two52.
16824         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16825         (__mpn_construct_long_double): Fix test for overflow of high
16826         mantissa and correct normalisation.  Avoid undefined shift.
16827
16828 2013-10-04  Alan Modra  <amodra@gmail.com>
16829
16830         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16831         (union ibm_extended_long_double): Define as an array of ieee754_double.
16832         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16833         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16834         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16835         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16836         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16837         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16838         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16839         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16840         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16841         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16842         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16843
16844 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16845
16846         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16847         page size instead of calling getpagesize.
16848
16849         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16850         (LOCFILE_ALIGN_MASK): Likewise.
16851         (LOCFILE_ALIGN_UP): Likewise.
16852         (LOCFILE_ALIGNED_P): Likewise.
16853         * locale/programs/ld-collate.c (collate_output): Use the new
16854         macros instead of __alignof__ (int32_t).
16855         * locale/weight.h (findidx): Likewise.
16856
16857 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16858
16859         [BZ #431]
16860         * manual/string.texi: Fix strncat and wcsncat.
16861
16862 2013-10-03  Brooks Moses  <bmoses@google.com>
16863
16864         [BZ #15915]
16865         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16866         * Makerules: ...here, and adjust associated comments.
16867
16868 2013-10-02  Will Newton  <will.newton@linaro.org>
16869
16870         * malloc/Makefile: Add tst-pvalloc.
16871         * malloc/tst-pvalloc.c: New file.
16872
16873 2013-10-02  Will Newton  <will.newton@linaro.org>
16874
16875         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16876         improve test coverage.
16877
16878 2013-10-02  Will Newton  <will.newton@linaro.org>
16879
16880         * malloc/Makefile: Add tst-posix_memalign.
16881         * malloc/tst-posix_memalign.c: New file.
16882
16883 2013-10-01  Eric Blake  <eblake@redhat.com>
16884
16885         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16886         Use __THROWNL rather than __THROW on static functions.
16887
16888 2013-09-30  Petr Machata  <pmachata@redhat.com>
16889
16890         * elf/elf.h (R_AARCH64_ABS16): New macro.
16891         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16892         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16893         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16894         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16895         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16896         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16897         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16898         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16899         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16900         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16901         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16902         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16903         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16904         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16905         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16906         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16907         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16908         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16909         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16910         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16911         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16912         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16913         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16914         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16915         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16916         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16917         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16918         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16919         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16920         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16921         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16922         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16923         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16924         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16925         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16926         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16927         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16928         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16929         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16930         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16931         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16932         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16933         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16934         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16935         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16936         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16937         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16938         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16939         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16940         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16941         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16942         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16943         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16944         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16945         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16946         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16947         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16948         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16949         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16950         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16951         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16952         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16953         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16954         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16955         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16956         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16957         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16958         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16959         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16960         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16961         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16962         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16963         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16964         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16965         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16966         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16967         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16968         (R_AARCH64_TLSDESC_LDR): Likewise.
16969         (R_AARCH64_TLSDESC_ADD): Likewise.
16970         (R_AARCH64_TLSDESC_CALL): Likewise.
16971
16972 2013-09-30  Andreas Schwab  <schwab@suse.de>
16973
16974         [BZ #15048]
16975         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16976         the nss database lookup.
16977         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16978         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16979
16980 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16981
16982         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16983
16984 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16985
16986         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16987         ${Bash-specific parameter/pattern/string} parameter expansion.
16988         * sysdeps/unix/make-syscalls.sh: Likewise.
16989
16990 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16991
16992         * sysdeps/sh/stackguard-macros.h: New file.
16993
16994 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
16995
16996         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16997         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
16998         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
16999         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17000         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17001         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17002
17003 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17004
17005         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17006         Fix thread ID register.
17007
17008 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17009
17010         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17011         [POSIX || UNIX98]: Require rather than permitting all symbols from
17012         <time.h>.
17013         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17014         element of struct sched_param.
17015         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17016         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17017         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17018         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17019         constant.
17020
17021 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17022
17023         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17024         argument calculation.
17025
17026 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17027
17028         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17029         Expect macro.
17030         [POSIX] (pthread_attr_t): Do not require type.
17031         [POSIX] (pthread_cond_t): Likewise.
17032         [POSIX] (pthread_condattr_t): Likewise.
17033         [POSIX] (pthread_key_t): Likewise.
17034         [POSIX] (pthread_mutex_t): Likewise.
17035         [POSIX] (pthread_mutexattr_t): Likewise.
17036         [POSIX] (pthread_once_t): Likewise.
17037         [POSIX] (pthread_t): Likewise.
17038         [POSIX-based standards] (pthread_atfork): Expect function.
17039
17040 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17041             Richard Sandiford  <richard@codesourcery.com>
17042
17043         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17044         (swap_endianness_p): New extern variable.
17045         (set_big_endian): New inline function.
17046         (maybe_swap_uint32): Likewise.
17047         (maybe_swap_uint32_array): Likewise.
17048         (maybe_swap_uint32_obstack): Likewise.
17049         * locale/programs/locfile.c: Include <stdbool.h>.
17050         (swap_endianness_p): New variable.
17051         (add_locale_uint32): Call maybe_swap_uint32.
17052         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17053         (write_locale_data): Call maybe_swap_uint32_array.
17054         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17055         maybe_swap_uint32.
17056         (obstack_int32_grow_fast): Likewise.
17057         (output_weightwc): Call maybe_swap_uint32_obstack.
17058         (collate_output): Likewise.
17059         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17060         (OPT_LITTLE_ENDIAN): Likewise.
17061         (options): Add --little-endian and --big-endian options.
17062         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17063         * locale/programs/locarchive.c: Include "locfile.h".
17064         (GET): New macro.
17065         (SET): Likewise.
17066         (INC): Likewise.
17067         (create_archive): Use the new macros to access fields of
17068         structures directly mapped from or written to locale archives.
17069         (oldlocrecentcmp): Likewise.
17070         (enlarge_archive): Likewise.
17071         (insert_name): Likewise.
17072         (add_alias): Likewise.
17073         (add_locale): Likewise.
17074         (delete_locales_from_archive): Likewise.
17075         (show_archive_content): Likewise.
17076         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17077         locale data.
17078
17079 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17080
17081         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17082         http://www.gnu.org/doc/freemanuals.texi.
17083         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17084
17085 2013-09-24  Will Newton  <will.newton@linaro.org>
17086
17087         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17088         macro.
17089
17090 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17091
17092         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17093         unsigned char.
17094
17095 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17096
17097         * manual/threads.texi (POSIX Threads): Fix a typo.
17098
17099 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17100
17101         [BZ #14547]
17102         * string/tst-strcoll-overflow.c: New test case.
17103         * string/Makefile (xtests): Add tst-strcoll-overflow.
17104         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17105         cache if string sizes may cause integer overflow.
17106
17107         [BZ #14547]
17108         * string/strcoll_l.c (coll_seq): New members rule, idx,
17109         save_idx and back_us.
17110         (get_next_seq_nocache): New function.
17111         (do_compare_nocache): New function.
17112         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17113         when malloc fails.
17114
17115 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17116
17117         [BZ #15754]
17118         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17119         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17120         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17121
17122         [BZ #15754]
17123         * elf/Makefile (tests): Add tst-ptrguard1.
17124         (tests-static): Add tst-ptrguard1-static.
17125         (tst-ptrguard1-ARGS): Define.
17126         (tst-ptrguard1-static-ARGS): Define.
17127         * elf/tst-ptrguard1.c: New file.
17128         * elf/tst-ptrguard1-static.c: New file.
17129         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17130         * sysdeps/i386/stackguard-macros.h: Likewise.
17131         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17132         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17133         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17134         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17135         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17136         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17137
17138 2013-09-23  Hector Marco  <hecmargi@upv.es>
17139             Ismael Ripoll  <iripoll@disca.upv.es>
17140             Carlos O'Donell  <carlos@redhat.com>
17141
17142         [BZ #15754]
17143         * sysdeps/generic/stackguard-macros.h: Define
17144         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17145         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17146         Define __pointer_chk_guard_local.
17147         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17148         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17149
17150 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17151
17152         [BZ #15859]
17153         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17154
17155 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17156
17157         * include/string.h (__ffs): Declare as hidden.
17158         * string/ffs.c (__ffs): Define as hidden.
17159         * sysdeps/i386/ffs.c (__ffs): Likewise.
17160         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17161         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17162         * sysdeps/s390/ffs.c (__ffs): Likewise.
17163         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17164
17165 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17166
17167         * NEWS: Mention malloc probes.
17168
17169         * malloc/arena.c (new_heap): New memory_heap_new probe.
17170         (grow_heap): New memory_heap_more probe.
17171         (shrink_heap): New memory_heap_less probe.
17172         (heap_trim): New memory_heap_free probe.
17173         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17174         (systrim): New memory_sbrk_less probe.
17175         * manual/probes.texi: Document them.
17176
17177         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17178         * manual/probes.texi: Document it.
17179
17180         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17181         (__libc_realloc): Add memory_realloc_retry probe.
17182         (__libc_memalign): Add memory_memalign_retry probe.
17183         (__libc_valloc): Add memory_valloc_retry probe.
17184         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17185         (__libc_calloc): Add memory_calloc_retry probe.
17186         * manual/probes.texi: Document them.
17187
17188         * malloc/arena.c (get_free_list): Add probe
17189         memory_arena_reuse_free_list.
17190         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17191         and memory_arena_reuse.
17192         (arena_get2) [!PER_THREAD]: Likewise.
17193         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17194         memory_arena_reuse_realloc.
17195         * manual/probes.texi: Document them.
17196
17197         * malloc/malloc.c (__libc_free): Add
17198         memory_mallopt_free_dyn_thresholds probe.
17199         (__libc_mallopt): Add multiple memory_mallopt probes.
17200         * manual/probes.texi: Document them.
17201
17202         * malloc/malloc.c: Include stap-probe.h.
17203         (__libc_mallopt): Add memory_mallopt probe.
17204         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17205         * manual/probes.texi: New.
17206         * manual/Makefile (chapters): Add probes.
17207         * manual/threads.texi: Set next node.
17208
17209 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17210
17211         [BZ #15963, #13985]
17212         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17213         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17214         Add `Chinese' to `nan' entry name.
17215
17216 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17217
17218         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17219         (POLYNOMIAL): Likewise.
17220         (TAYLOR_SINCOS): Likewise.
17221         (TAYLOR_SLOW): Likewise.
17222         (__sin): Use TAYLOR_SINCOS.
17223         (__cos): Likewise.
17224         (slow): Use TAYLOR_SLOW.
17225         (sloww): Likewise.
17226         (bsloww): Likewise.
17227         (csloww): Likewise.
17228
17229 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17230
17231         * stdlib/strtod_l.c: Fix buffer overrun.
17232
17233 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17234
17235         * benchtests/Makefile (bench): Add sincos.
17236         * benchtests/bench-sincos.c: New file.
17237
17238         * math/libm-test.inc (cos_test_data): New test inputs.
17239         (sin_test_data): Likewise.
17240
17241         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17242         macro.
17243         (__sin): Use it.
17244         (__cos): Likewise.
17245         (slow1): Likewise.
17246         (slow2): Likewise.
17247         (sloww1): Likewise.
17248         (sloww2): Likewise.
17249         (bsloww1): Likewise.
17250         (bsloww2): Likewise.
17251         (cslow2): Likewise.
17252         (csloww1): Likewise.
17253         (csloww2): Likewise.
17254
17255         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17256         function.
17257         (__sin): Use it.
17258         (__cos): Likewise.
17259
17260         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17261         gotos.
17262         (__cos): Likewise.
17263
17264 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17265
17266         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17267         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17268         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17269         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17270         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17271         * elf/cache.c (print_entry): Handle the new cache flags.
17272
17273 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17274             Aldy Hernandez  <aldyh@redhat.com>
17275
17276         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17277         Change condition to [_SOFT_FLOAT].
17278         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17279         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17280         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17281         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17282         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17283         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17284         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17285         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17286         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17287         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17288         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17289         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17290         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17291         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17292         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17293         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17294         declaration.
17295
17296 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17297
17298         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17299         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17300         (__longjmp): Use LOAD_GP to load saved GPRs.
17301         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17302         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17303         (__sigsetjmp): Use SAVE_GP to save GPRs.
17304
17305         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17306         Do not append -msoft-float.
17307         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17308
17309 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17310
17311         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17312
17313 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17314
17315         [BZ #15966]
17316         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17317         (_FPU_GETCW): Use initial "__" on variable and field names but not
17318         on macro parameter name.
17319         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17320         parentheses around reference to macro parameter.
17321
17322 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17323
17324         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17325         prototype.
17326         (ctype_startup): Use uint32_t in cast and sizeof for
17327         ctype->charnames.
17328
17329 2013-09-11  Jia Liu  <proljc@gmail.com>
17330
17331         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17332         __daddr_t_defined.
17333         [__FreeBSD__]: Likewise.
17334
17335 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17336
17337         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17338         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17339         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17340         (strchr): Remove __strchr_sse42 ifunc selection.
17341         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17342         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17343
17344 2013-09-11  Will Newton  <will.newton@linaro.org>
17345
17346         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17347         parameter to RES. Remove hardcoded 1000 value.
17348         * benchtests/bench-skeleton.c (main): Pass RES parameter
17349         to TIMING_INIT and multiply result by 1000.
17350
17351 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17352
17353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17354
17355 2013-09-11  Andreas Schwab  <schwab@suse.de>
17356
17357         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17358         if not defined.
17359         (O_TMPFILE) [__USE_GNU]: Define.
17360         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17361         Define.
17362
17363 2013-09-11  Will Newton  <will.newton@linaro.org>
17364
17365         [BZ #15857]
17366         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17367         does not overflow.
17368
17369 2013-09-11  Will Newton  <will.newton@linaro.org>
17370
17371         [BZ #15856]
17372         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17373         does not overflow.
17374
17375 2013-09-11  Will Newton  <will.newton@linaro.org>
17376
17377         [BZ #15855]
17378         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17379         does not overflow.
17380
17381 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17382
17383         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17384         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17385         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17386         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17387         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17388
17389 2013-09-10  Allan McRae  <allan@archlinux.org>
17390
17391         [BZ #15748]
17392         * manual/arith.texi (Parsing of Floats): Clarify
17393         cross-reference.
17394
17395         [BZ #15849]
17396         * manual/install.texi (Running make install): Mention
17397         --enable-pt-chown.
17398         * INSTALL: Regenerated.
17399
17400 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17401
17402         * csu/init-first.c (_init): Remove the !SHARED condition around
17403         FPU control word initialization.
17404         * elf/dl-support.c (_dl_fpu_control): New variable.
17405         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17406         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17407         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17408         * math/test-fpucw-static.c: New file.
17409         * math/test-fpucw-ieee.c: New file.
17410         * math/test-fpucw-ieee-static.c: New file.
17411         * math/Makefile (tests): Add `test-fpucw-ieee' and
17412         `$(tests-static)'.
17413         (tests-static): New variable.
17414         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17415         dependency to...
17416         [($(build-shared),yes)]
17417         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17418         ... this.
17419         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17420         New dependency.
17421
17422 2013-09-09  Allan McRae  <allan@archlinux.org>
17423
17424         [BZ #15939]
17425         * manual/string.texi (Collation Functions): Fix typo in
17426         strcoll example.
17427         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17428
17429         [BZ #15893]
17430         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17431
17432         [BZ #15892]
17433         * libio/memstream.c (open_memstream): Fix memory leak.
17434         * libio/wmemstream.c (open_wmemstream): Likewise.
17435
17436         [BZ #15895]
17437         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17438
17439 2013-09-09  Will Newton  <will.newton@linaro.org>
17440
17441         * malloc/Makefile: Add tst-realloc to tests.
17442         * malloc/tst-realloc.c: New file.
17443
17444 2013-09-09  Allan McRae  <allan@archlinux.org>
17445
17446         [BZ #15844]
17447         * COPYING: Update from GNU website to fix FSF address.
17448         * COPYING.LIB: Likewise.
17449
17450 2013-09-06  David S. Miller  <davem@davemloft.net>
17451
17452         * po/zh_TW.po: Update Chinese (traditional) translation from
17453         translation project.
17454
17455 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17456             Joseph Myers  <joseph@codesourcery.com>
17457
17458         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17459         "localeinfo.h".
17460         (obstack_chunk_alloc): New macro.
17461         (obstack_chunk_free): Likewise.
17462         (record_offset): New function.
17463         (init_locale_data): Likewise.
17464         (align_locale_data): Likewise.
17465         (add_locale_empty): Likewise.
17466         (add_locale_raw_data): Likewise.
17467         (add_locale_raw_obstack): Likewise.
17468         (add_locale_string): Likewise.
17469         (add_locale_wstring): Likewise.
17470         (add_locale_uint32): Likewise.
17471         (add_locale_uint32_array): Likewise.
17472         (add_locale_char): Likewise.
17473         (start_locale_structure): Likewise.
17474         (end_locale_structure): Likewise.
17475         (start_locale_prelude): Likewise.
17476         (end_locale_prelude): Likewise.
17477         (write_locale_data): Take locale_file structure rather than an
17478         iovec.
17479         * locale/programs/locfile.h: Include "obstack.h".
17480         (struct locale_file): Change to store locale file contents instead
17481         of header.
17482         (init_locale_data): New prototype.
17483         (align_locale_data): Likewise.
17484         (add_locale_empty): Likewise.
17485         (add_locale_raw_data): Likewise.
17486         (add_locale_raw_obstack): Likewise.
17487         (add_locale_string): Likewise.
17488         (add_locale_wstring): Likewise.
17489         (add_locale_uint32): Likewise.
17490         (add_locale_uint32_array): Likewise.
17491         (add_locale_char): Likewise.
17492         (start_locale_structure): Likewise.
17493         (end_locale_structure): Likewise.
17494         (start_locale_prelude): Likewise.
17495         (end_locale_prelude): Likewise.
17496         (write_locale_data): Update prototype.
17497         * locale/programs/3level.h (struct TABLE): Remove result field.
17498         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17499         Use new locale_file interface.
17500         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17501         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17502         * locale/programs/ld-address.c (address_output): Use new
17503         locale_file interface.
17504         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17505         NO_ADD_LOCALE.
17506         (collate_finish): Don't call collseq_table_finalize.
17507         (collate_output): Use new locale_file interface.
17508         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17509         in file.
17510         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17511         (TABLE): Move defines earlier in file.
17512         (ELEMENT): Likewise.
17513         (DEFAULT): Likewise.
17514         (wctrans_table_add): Move macro and inline function earlier in
17515         file.
17516         (struct wctype_table): Move type earlier in file.
17517         (add_locale_wctype_table): New static prototype.
17518         (struct locale_ctype_t): Use logical types instead of struct iovec
17519         pointers for members.
17520         (ctype_output): Use new locale_file interface.
17521         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17522         new locale_file interface.
17523         (allocate_arrays): Update for use of new locale_file interface.
17524         * locale/programs/ld-identification.c (identification_output): Use
17525         new locale_file interface.
17526         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17527         * locale/programs/ld-messages.c (messages_output): Likewise.
17528         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17529         * locale/programs/ld-name.c (name_output): Likewise.
17530         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17531         * locale/programs/ld-paper.c (paper_output): Likewise.
17532         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17533         * locale/programs/ld-time.c (time_output): Likewise.
17534
17535 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17536
17537         * benchtests/Makefile: Add memrchr benchmark.
17538         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17539         benchmark as memrchr.
17540         * benchtests/bench-memrchr-ifunc.c: New file.
17541         * benchtests/bench-memrchr.c: New file.
17542
17543 2013-09-06   Will Newton  <will.newton@linaro.org>
17544
17545         * benchtests/Makefile (string-bench): Add memcpy.
17546
17547 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17548             Cong Wang  <amwang@redhat.com>
17549
17550         [BZ #15850]
17551         * sysdeps/unix/sysv/linux/bits/in.h
17552         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17553         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17554         before __USE_KERNEL_IPV6_DEFS uses.
17555         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17556         IPPROTO_BEETPH.
17557         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17558         sockaddr_in6, or ipv6_mreq.
17559
17560 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17561
17562         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17563         memory access for final bytes in some large inputs.
17564         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17565
17566 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17567
17568         * string/test-memrchr.c: New file.
17569         * string/test-memrchr-ifunc.c: New file.
17570         * string/Makefile: Add new memrchr testcase.
17571
17572 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17573
17574         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17575         fanotify_init returns EPERM.
17576
17577 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17578
17579         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17580         errors.
17581         (top level): Treat second token from macro or constant entries for
17582         allowed headers as allowed.
17583         * include/complex.h: Condition internal declarations on
17584         [!_ISOMAC].
17585         * include/fenv.h: Condition include of <stdbool.h> and internal
17586         declarations on [!_ISOMAC].
17587
17588 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17589
17590         [BZ #15923]
17591         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17592
17593 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17594
17595         * configure.in (--enable-versioning): Remove configure option.
17596         (libc_cv_asm_symver_directive): Remove configure test.
17597         (libc_cv_ld_version_script_option): Likewise.
17598         (VERSIONING): Remove variable and AC_SUBST.
17599         (DO_VERSIONING): Remove AC_DEFINE.
17600         * configure: Regenerated.
17601         * config.h.in (DO_VERSIONING): Remove macro.
17602         * Makerules [$(versioning) = yes]: Change conditionals to
17603         [$(build-shared) = yes].
17604         * config.make.in (versioning): Remove variable.
17605         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17606         [$(build-shared) = yes].
17607         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17608         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17609         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17610         [$(build-shared) = yes].
17611         * extra-lib.mk [$(versioning) = yes]: Likewise.
17612         * hurd/Makefile [$(versioning) = yes]: Likewise.
17613         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17614         [SHARED].
17615         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17616         [SHARED].
17617         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17618         [SHARED && !NO_HIDDEN].
17619         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17620         [SHARED].
17621         [SHARED && DO_VERSIONING]: Likewise..
17622         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17623         [$(build-shared) = yes].
17624         * manual/install.texi (--disable-versioning): Remove
17625         documentation.
17626         * INSTALL: Regenerated.
17627         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17628         to [SHARED].
17629         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17630         [$(build-shared) = yes].
17631         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17632         * sysdeps/i386/i686/multiarch/strstr-c.c
17633         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17634         [SHARED && !NO_HIDDEN].
17635         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17636         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17637         * sysdeps/powerpc/powerpc32/dl-machine.c
17638         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17639         * sysdeps/powerpc/powerpc32/sysdep.h
17640         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17641         to [SHARED && PIC && !NO_HIDDEN].
17642         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17643         conditional to [SHARED].
17644
17645 2013-09-04   Will Newton  <will.newton@linaro.org>
17646
17647         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17648         * benchtests/bench-string.h: Include bench-timing.h instead
17649         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17650         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17651         call to HP_TIMING_DIFF_INIT.
17652         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17653         instead of hp-timing.h macros.
17654         * benchtests/bench-memchr.c: Likewise.
17655         * benchtests/bench-memcmp.c: Likewise.
17656         * benchtests/bench-memcpy.c: Likewise.
17657         * benchtests/bench-memmem.c: Likewise.
17658         * benchtests/bench-memmove.c: Likewise.
17659         * benchtests/bench-memset.c: Likewise.
17660         * benchtests/bench-rawmemchr.c: Likewise.
17661         * benchtests/bench-strcasecmp.c: Likewise.
17662         * benchtests/bench-strcasestr.c: Likewise.
17663         * benchtests/bench-strcat.c: Likewise.
17664         * benchtests/bench-strchr.c: Likewise.
17665         * benchtests/bench-strcmp.c: Likewise.
17666         * benchtests/bench-strcpy.c: Likewise.
17667         * benchtests/bench-strcpy_chk.c: Likewise.
17668         * benchtests/bench-strlen.c: Likewise.
17669         * benchtests/bench-strncasecmp.c: Likewise.
17670         * benchtests/bench-strncat.c: Likewise.
17671         * benchtests/bench-strncmp.c: Likewise.
17672         * benchtests/bench-strncpy.c: Likewise.
17673         * benchtests/bench-strnlen.c: Likewise.
17674         * benchtests/bench-strpbrk.c: Likewise.
17675         * benchtests/bench-strrchr.c: Likewise.
17676         * benchtests/bench-strspn.c: Likewise.
17677         * benchtests/bench-strstr.c: Likewise.
17678
17679 2013-09-04  Will Newton  <will.newton@linaro.org>
17680
17681         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17682
17683 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17684
17685         [BZ #15427]
17686         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17687         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17688         * math/libm-test.inc (lgamma_test_data): Add more tests.
17689         * sysdeps/i386/fpu/libm-test-ulps: Update.
17690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17691
17692 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17693
17694         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17695         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17696         Add ifunc.
17697         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17698         Add strcmp-sse2-unaligned
17699         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17700
17701 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17702
17703         * Versions.def (libc): Add GLIBC_2.19.
17704
17705 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17706
17707         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17708         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17709
17710 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17711
17712         [BZ #14155]
17713         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17714         intermediate calculations in recurrence.
17715         (__ieee754_ynf): Likewise.
17716         * math/libm-test.inc (jn_test_data): Do not allow spurious
17717         underflow exception.  Add more tests.
17718         (yn_test_data): Add more tests.
17719         * sysdeps/i386/fpu/libm-test-ulps: Update.
17720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17721
17722 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17723
17724         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17725
17726 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17727
17728         * csu/init-first.c: Fix then/than typos.
17729         * locale/programs/ld-collate.c: Likewise.
17730         * locale/programs/linereader.h: Likewise.
17731         * manual/charset.texi: Likewise.
17732         * manual/filesys.texi: Likewise.
17733         * manual/stdio.texi: Likewise.
17734         * manual/string.texi: Likewise.
17735         * stdlib/fmtmsg.c: Likewise.
17736         * sysdeps/i386/stpncpy.S: Likewise.
17737         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17738         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17739         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17740         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17741
17742 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17743
17744         * elf/dl-open.c: Fix typos.
17745         * iconvdata/gbbig5.c: Likewise.
17746         * iconvdata/iso-2022-jp.c: Likewise.
17747         * iconv/gconv_int.h: Likewise.
17748         * iconv/loop.c: Likewise.
17749         * nis/rpcsvc/nis.h: Likewise.
17750         * resolv/ns_name.c: Likewise.
17751         * stdio-common/vfscanf.c: Likewise.
17752         * streams/stropts.h: Likewise.
17753         * sunrpc/rpc_thread.c: Likewise.
17754         * sysdeps/i386/strpbrk.S: Likewise.
17755         * sysdeps/ieee754/k_standard.c: Likewise.
17756         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17757         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17758         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17759         * sysdeps/mach/hurd/profil.c: Likewise.
17760         * sysdeps/s390/dl-procinfo.h: Likewise.
17761         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17762         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17763         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17764         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17765         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17766
17767 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17768
17769         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17770         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17771
17772 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17773
17774         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17775         aix specific files.
17776         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17777         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17778         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17779         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17780         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17781         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17782         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17783         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17784
17785 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17786             Roland McGrath  <roland@hack.frob.com>
17787
17788         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17789         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17790
17791 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17792
17793         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17794         __executable_start symbol instead of _start.
17795
17796 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17797
17798         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17799         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17800         Move macros to...
17801         * sysdeps/gnu/ldsodefs.h: ... this new file.
17802
17803         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17804         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17805         instead of ELFOSABI_LINUX.
17806
17807         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17808         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17809         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17810         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17811         Likewise.
17812         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17813         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17814         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17815         Likewise.
17816         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17817         (ibm_extended_long_double): Add ieee_nan member.
17818         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17819         (do_test): New function.
17820
17821         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17822         TEST_TRUNC.
17823         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17824         functions, renamed from truncdfsf_test, trunctfsf_test,
17825         trunctfdf_test.
17826         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17827         functions.
17828         (do_test): Run all these.
17829
17830 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17831
17832         * argp/argp-help.c: Fix typos.
17833         * argp/argp-parse.c: Likewise.
17834         * debug/backtracesyms.c: Likewise.
17835         * elf/elf.h: Likewise.
17836         * malloc/malloc.c: Likewise.
17837         * nis/nis_print.c: Likewise.
17838         * resolv/res_comp.c: Likewise.
17839         * stdlib/stdlib.h: Likewise.
17840         * sunrpc/clnt_tcp.c: Likewise.
17841         * sunrpc/clnt_udp.c: Likewise.
17842         * sunrpc/clnt_unix.c: Likewise.
17843         * sysdeps/unix/bsd/ptsname.c: Likewise.
17844         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17845         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17847         Likewise.
17848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17849         Likewise.
17850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17851         Likewise.
17852         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17853
17854 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17855
17856         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17857         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17858
17859 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17860
17861         [BZ #15897]
17862         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17863         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17864         ($(objpfx)bug-dl-leaf): New rule.
17865         ($(objpfx)bug-dl-leaf.so): Likewise.
17866         ($(objpfx)bug-dl-leaf.out): Likewise.
17867         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17868         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17869         * dlfcn/bug-dl-leaf.c: New test.
17870         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17871         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17872         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17873         (dlclose): Likewise.
17874         (dlmopen): Likewise.
17875
17876 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17877
17878         * include/netdb.h [!_ISOMAC]:
17879         Don't include <tls.h>.
17880         (h_errno, __libc_h_errno): Move declaration and macros out of
17881         [_LIBC_REENTRANT].
17882
17883         * include/resolv.h [_RESOLV_H_]:
17884         Don't include <tls.h>.
17885         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17886         * resolv/res_libc.c: Don't include <tls.h>.
17887         (_res): Use __attribute__ ((nocommon)) in place of
17888         __attribute__ ((section (".bss"))).
17889
17890         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17891         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17892
17893         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17894
17895         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17896         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17897
17898         * resolv/res_mkquery.c: Include <sys/time.h>.
17899
17900         * inet/ifreq.c: Moved to ...
17901         * sysdeps/unix/ifreq.c: ... here.
17902         * inet/ifreq.c: New file, true stub version.
17903
17904         * socket/sa_len.c: New file.
17905         * socket/Makefile (aux): Add it.
17906         * sysdeps/unix/sysv/linux/Makefile
17907         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17908         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17909         and #include <socket/sa_len.c>.
17910         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17911         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17912
17913         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17914         * bits/socket.h: ... here.
17915
17916         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17917         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17918         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17919
17920 2013-08-27  Andreas Schwab  <schwab@suse.de>
17921
17922         [BZ #15736]
17923         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17924         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17925         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17926         * string/test-strcasecmp.c (test_main): Run tests in several
17927         locales.
17928         * string/test-strncasecmp.c (test_main): Likewise.
17929
17930         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17931         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17932         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17933         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17934         (__strncasecmp_ssse3) [PIC]: Likewise.
17935
17936 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17937
17938         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17939
17940         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17941         instead of explicitly declaring xdecrypt.
17942         * nis/nss_nis/nis-publickey.c: Likewise.
17943
17944 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17945
17946         [BZ #15890]
17947         * nscd/aicache.c: Include res_hconf.h.
17948         (addhstaiX): Initialize res_hconf.
17949
17950 2013-08-26  Andreas Schwab  <schwab@suse.de>
17951
17952         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17953         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17954
17955 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17956
17957         * nscd/aicache.c (addhstaiX): Fix indentation.
17958
17959 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17960
17961         * configure.ac: Quote $build_pt_chown test.
17962         * configure: Regenerated.
17963
17964 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17965
17966         [BZ #15532]
17967         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17968         * math/s_cexpf.c (__cexpf): Likewise.
17969         * math/s_cexpl.c (__cexpl): Likewise.
17970         * math/libm-test.inc (cexp_test_data): Correct expected return
17971         value for NaN + i0.  Add another test.
17972
17973 2013-08-22  David S. Miller  <davem@davemloft.net>
17974
17975         * po/ca.po: Update Catalan translation from translation project.
17976         * po/uk.po: Add Ukrainian translations from translation project.
17977
17978 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17979
17980         [BZ #15797]
17981         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17982         is infinite, not alongside NaN test.
17983         * math/s_fdimf.c (__fdimf): Likewise.
17984         * math/s_fdiml.c (__fdiml): Likewise.
17985         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17986         errno is unchanged.
17987
17988 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17989
17990         * argp/argp-help.c: Fix typos.
17991         * crypt/speeds.c: Likewise.
17992         * csu/check_fds.c: Likewise.
17993         * elf/dl-load.c: Likewise.
17994         * elf/dl-open.c: Likewise.
17995         * elf/reldep3.c: Likewise.
17996         * elf/reldep.c: Likewise.
17997         * elf/sprof.c: Likewise.
17998         * iconv/iconv_charmap.c: Likewise.
17999         * iconv/skeleton.c: Likewise.
18000         * iconv/strtab.c: Likewise.
18001         * io/lockf64.c: Likewise.
18002         * libio/libioP.h: Likewise.
18003         * resolv/gai_notify.c: Likewise.
18004         * resolv/ns_name.c: Likewise.
18005         * resolv/ns_samedomain.c: Likewise.
18006         * resolv/res_send.c: Likewise.
18007         * stdlib/random.c: Likewise.
18008         * sunrpc/rpc/xdr.h: Likewise.
18009         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18010         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18011         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18012         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18013         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18014         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18015         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18016         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18017         * sysdeps/mach/hurd/check_fds.c: Likewise.
18018         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18019         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18020         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18021         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18022         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18023         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18024         * sysdeps/pthread/aio_notify.c: Likewise.
18025         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18026         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18027         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18028         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18029         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18030
18031 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18032
18033         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18034         version if bit_Slow_SSE4_2 is set.
18035         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18036         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18037
18038 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18039
18040         [BZ #15867]
18041         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18042         trampoline stack frame information.
18043         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18044         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18045         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18046         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18047         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18048         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18049         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18050         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18051         sa_flags value.
18052         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18053         interrupting a syscall and set with option SA_SIGINFO.
18054
18055 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18056
18057         [BZ #15531]
18058         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18059         argument is infinite.
18060         * math/s_cprojf.c (__cprojf): Likewise.
18061         * math/s_cprojl.c (__cprojl): Likewise.
18062         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18063         * math/libm-test.inc (cproj_test_data): Add more tests.
18064
18065         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18066
18067         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18068         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18069         size.  Use __ffs to determine corresponding shift.
18070
18071 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18072             Roland McGrath  <roland@hack.frob.com>
18073
18074         * Makefile (INSTALL): Remove trailing blank lines from output of
18075         makeinfo.
18076
18077 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18078
18079         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18080         Align 32 bit compat elf_greg to 8 bytes.
18081
18082 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18083
18084         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18085
18086 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18087
18088         * string/strcoll_l.c (coll_seq): New structure.
18089         (get_next_seq_cached): New function.
18090         (get_next_seq): New function.
18091         (do_compare): New function.
18092         (STRCOLL): Use GNU style definition.  Simplify implementation
18093         by using get_next_seq, get_next_seq_cached and do_compare.
18094
18095 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18096
18097         [BZ #14699]
18098         CVE-2013-4237
18099         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18100         member.
18101         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18102         member.
18103         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18104         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18105         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18106         conditional.
18107         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18108         GETDENTS_64BIT_ALIGNED.
18109         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18110         * manual/filesys.texi (Reading/Closing Directory): Document
18111         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18112         strongly.
18113         * manual/conf.texi (Limits for Files): Add portability note to
18114         NAME_MAX, PATH_MAX.
18115         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18116
18117 2013-08-13  Andreas Schwab  <schwab@suse.de>
18118
18119         [BZ #15749]
18120         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18121         of fabs.
18122         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18123         LDBL_MAX_EXP >= 16384]: Add tests for it.
18124
18125 2013-08-12  David S. Miller  <davem@davemloft.net>
18126
18127         * version.h (RELEASE): Set to "development".
18128         (VERSION): Set to "2.18.90".
18129         * NEWS: Add 2.19 section.
18130
18131 2013-08-03  David S. Miller  <davem@davemloft.net>
18132
18133         * po/ko.po: Update Korean translation from translation project.
18134
18135 2013-08-01  David S. Miller  <davem@davemloft.net>
18136
18137         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18138         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18139         Bilka.
18140
18141 2013-07-30  David S. Miller  <davem@davemloft.net>
18142
18143         * po/fr.po: Update French translation from translation project.
18144
18145 2013-07-28  David S. Miller  <davem@davemloft.net>
18146
18147         * po/cs.po: Update Czech translation from translation project.
18148
18149         * po/sv.po: Update Swedish translation from translation project.
18150
18151 2013-07-27  David S. Miller  <davem@davemloft.net>
18152
18153         * po/eo.po: Update Esperanto translation from translation project.
18154
18155         * po/vi.po: Update Vietnamese translation from translation project.
18156
18157         * po/de.po: Update German translation from translation project.
18158
18159 2013-07-26  David S. Miller  <davem@davemloft.net>
18160
18161         * po/bg.po: Update Bulgarian translation from translation project.
18162
18163         * po/nl.po: Update Dutch translation from translation project.
18164         * po/pl.po: Update Polish translation from translation project.
18165         * po/ru.po: Update Russian translation from translation project.
18166
18167 2013-07-24  David S. Miller  <davem@davemloft.net>
18168
18169         * po/libc.pot: Update.
18170
18171 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18172
18173         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18174         variable page size.
18175         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18176         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18177         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18178
18179 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18180
18181         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18182
18183 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18184             Andreas Schwab  <schwab@suse.de>
18185             Roland McGrath  <roland@hack.frob.com>
18186             Joseph Myers  <joseph@codesourcery.com>
18187             Carlos O'Donell  <carlos@redhat.com>
18188
18189         [BZ #15755]
18190         * config.h.in: Define HAVE_PT_CHOWN.
18191         * config.make.in (build-pt-chown): New variable.
18192         * configure.in (--enable-pt_chown): New configure option.
18193         * configure: Regenerate.
18194         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18195         build-pt-chown is enabled.
18196         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18197         pt_chown to fix pty ownership.
18198         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18199         CLOSE_ALL_FDS.
18200         * manual/install.texi (Configuring and compiling): Mention
18201         --enable-pt_chown. Add @findex for grantpt.
18202         * INSTALL: Regenerate.
18203
18204 2013-07-20  David S. Miller  <davem@davemloft.net>
18205
18206         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18207         difference between 32-bit and 64-bit.
18208
18209 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18210
18211         [BZ #15711]
18212         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18213         Avoid system header dependency with -ffreestanding.
18214         ($(objpfx)bits/syscall%d): Likewise.
18215
18216 2013-07-13  David S. Miller  <davem@davemloft.net>
18217
18218         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18219         underflows from atanl/atan2l due to bug 15319.
18220         (casinh_test_data): Likewise.
18221
18222 2013-07-07  David S. Miller  <davem@davemloft.net>
18223
18224         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18225
18226 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18227
18228         * sysdeps/i386/fpu/libm-test-ulps: Update.
18229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18230
18231 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18232
18233         * configure.in (--enable-lock-elision): Fix message text.
18234         * INSTALL: Regenerate.
18235         * configure: Regenerate.
18236
18237 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18238
18239         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18240
18241 2013-07-03  Andreas Jaeger  <aj@suse.de>
18242
18243         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18244         define.
18245         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18246         (ptrace_peeksiginfo_args): Add.
18247         (__ptrace_peeksiginfo_flags): Add.
18248         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18249         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18250         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18251
18252 2013-07-03  Allan McRae  <allan@archlinux.org>
18253
18254         * sysdeps/i386/fpu/libm-test-ulps: Update.
18255
18256 2013-07-02  David S. Miller  <davem@davemloft.net>
18257
18258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18259
18260 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18261
18262         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18263
18264 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18265
18266         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18268
18269 2013-07-02  Andi Kleen <ak@linux.intel.com>
18270
18271         * config.h.in (ENABLE_LOCK_ELISION): Add.
18272         * configure.in (--enable-lock-elision): Add option.
18273         * manual/install.texi: Document --enable lock elision.
18274         * configure: Regenerate
18275         * INSTALL: Regenerate.
18276
18277 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18278
18279         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18280         SSE4.2 strcasecmp for libc.a.
18281         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18282
18283 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18284
18285         [BZ #13304]
18286         * soft-fp/op-common.h (_FP_FMA): New macro.
18287         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18288         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18289         (_FP_MUL_MEAT_1_imm): ... here.
18290         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18291         (_FP_MUL_MEAT_1_wide): ... here.
18292         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18293         (_FP_MUL_MEAT_1_hard): ... here.
18294         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18295         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18296         (_FP_MUL_MEAT_2_wide): ... here.
18297         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18298         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18299         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18300         (_FP_MUL_MEAT_2_gmp): ... here.
18301         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18302         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18303         (_FP_MUL_MEAT_4_wide): ... here.
18304         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18305         (_FP_MUL_MEAT_4_gmp): ... here.
18306         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18307         (_FP_WFRACBITS_DW_S): Likewise.
18308         (_FP_WFRACXBITS_DW_S): Likewise.
18309         (_FP_HIGHBIT_DW_S): Likewise.
18310         (FP_FMA_S): Likewise.
18311         (_FP_FRAC_HIGH_DW_S): Likewise.
18312         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18313         (_FP_WFRACBITS_DW_D): Likewise.
18314         (_FP_WFRACXBITS_DW_D): Likewise.
18315         (_FP_HIGHBIT_DW_D): Likewise.
18316         (FP_FMA_D): Likewise.
18317         (_FP_FRAC_HIGH_DW_D): Likewise.
18318         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18319         (_FP_WFRACBITS_DW_E): Likewise.
18320         (_FP_WFRACXBITS_DW_E): Likewise.
18321         (_FP_HIGHBIT_DW_E): Likewise.
18322         (FP_FMA_E): Likewise.
18323         (_FP_FRAC_HIGH_DW_E): Likewise.
18324         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18325         (_FP_WFRACBITS_DW_Q): Likewise.
18326         (_FP_WFRACXBITS_DW_Q): Likewise.
18327         (_FP_HIGHBIT_DW_Q): Likewise.
18328         (FP_FMA_Q): Likewise.
18329         (_FP_FRAC_HIGH_DW_Q): Likewise.
18330         * soft-fp/fmasf4.c: New file.
18331         * soft-fp/fmadf4.c: Likewise.
18332         * soft-fp/fmatf4.c: Likewise.
18333
18334 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18335
18336         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18337         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18338         Silvermont.
18339         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18340         macro.
18341         (index_Slow_SSE4_2): Likewise.
18342         (index_Prefer_PMINUB_for_stringop): Likewise.
18343         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18344         bit_Slow_SSE4_2 is set.
18345         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18346         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18347
18348 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18349
18350         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18351         rtld_global._dl_hwcap2.
18352         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18353         POWER8.
18354         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18355         POWER8 feature descriptions defined in _dl_hwcap2.
18356         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18357         string handling for POWER8 feature bits.
18358         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18359         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18360         _dl_powerpc_cap_flags.
18361         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18362         * sysdeps/powerpc/rtld-global-offsets.sym
18363         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18364         _dl_hwcap2 in the rtld_global_ro structure.
18365
18366 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18367
18368         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18369         hardware capabilities in support of AT_HWCAP2.
18370         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18371         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18372         GLRO(dl_hwcap2).
18373         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18374         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18375         explicitly the unknown a_type display mechanism is used.
18376         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18377         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18378         struct member.
18379         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18380         to macro prototype for AT_HWCAP2 support.
18381         * sysdeps/i386/dl-procinfo.h: Likewise.
18382         * sysdeps/s390/dl-procinfo.h: Likewise.
18383         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18384         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18385         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18386         return -1 for unknown a_type display fallback.
18387         * sysdeps/sparc/dl-procinfo.h: Likewise.
18388         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18389         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18390
18391 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18392
18393         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18394         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18395
18396 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18397
18398         [BZ #12492]
18399         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18400         mprotect making __stack_prot writable.
18401
18402 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18403             Joseph Myers  <joseph@codesourcery.com>
18404
18405         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18406         as being properly aligned.
18407
18408 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18409
18410         * dlfcn/modstatic5.c: New file.
18411         * dlfcn/tststatic5.c: New file.
18412         * dlfcn/Makefile (tests): Add tststatic5.
18413         (tests-static): Likewise.
18414         (modules-names): Add modstatic5.
18415         (tststatic5-ENV): New variable.
18416         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18417
18418         [BZ #15022]
18419         * elf/dl-support.c (_dl_main_map): New variable.
18420         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18421         (_dl_nns, _dl_load_adds): Set to 1.
18422         (_dl_initial_searchlist): Refer to _dl_main_map.
18423         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18424         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18425         call to _dl_get_origin.
18426         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18427         around call_map.
18428         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18429         * dlfcn/modstatic3.c: New file.
18430         * dlfcn/tststatic3.c: New file.
18431         * dlfcn/tststatic4.c: New file.
18432         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18433         (tests-static): Likewise.
18434         (modules-names): Add modstatic3.
18435         (tststatic3-ENV, tststatic4-ENV): New variables.
18436         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18437         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18438
18439 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18440
18441         * configure.in (CC): Require GCC version 4.4 or later.
18442         * configure: Regenerated.
18443         * manual/install.texi (Tools for Compilation): Update GCC version
18444         requirement.
18445         * INSTALL: Regenerated.
18446
18447 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18448
18449         [BZ #15674]
18450         * string/test-memcmp.c (check2): New.
18451         (main): Call check2.
18452
18453         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18454
18455 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18456
18457         [BZ #15022]
18458         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18459         over to...
18460         (dl_open_worker) [!SHARED]: ... here.
18461
18462 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18463
18464         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18465
18466 2013-06-25  Richard Henderson  <rth@redhat.com>
18467
18468         * locale/programs/locarchive.c: Include <libc-internal.h>
18469
18470 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18471
18472         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18473         trailing whitespace removed.
18474
18475 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18476
18477         [BZ #10283]
18478         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18479         * locale/programs/locarchive.c: Include libc-mmap.h.
18480         (prepare_address_space): Take two new outputs (the mmap base and len).
18481         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18482         values.
18483         (create_archive): Declare new mmap base and len values for
18484         prepare_address_space, and store the result in ah.
18485         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18486         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18487         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18488         Declare new mmap base and len values for
18489         prepare_address_space, and store the result in new_ah.
18490         (open_archive): Declare new mmap base and len values for
18491         prepare_address_space, and store the result in ah.
18492         (close_archive): If ah->mmap_base is not NULL, use that and
18493         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18494         * sysdeps/generic/libc-mmap.h: New file.
18495
18496 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18497
18498         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18499         (ALIGN_UP): Likewise.
18500         (PTR_ALIGN_DOWN): Likewise.
18501         (PTR_ALIGN_UP): Likewise.
18502
18503 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18504
18505         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18506         entry mapped to PPC_PLATFORM_POWER8.
18507         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18508         POWER8.
18509         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18510         (_dl_string_platform): Add case for exporting platform position for
18511         POWER8.
18512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18513         search path to sysdeps/powerpc/powerpc32/power8 directory.
18514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18515         search path to sysdeps/powerpc/powerpc64/power8 directory.
18516         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18517         power7 directories.
18518         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18519         power7 directories.
18520
18521 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18522
18523         * INSTALL: Regenerate.
18524
18525         * nscd/connections.c (nscd_init): Fix comment.
18526
18527 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18528
18529         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18530
18531         [BZ #15667]
18532         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18533         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18534
18535 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18536
18537         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18538         DL_DST_REQ_STATIC.
18539         (DL_DST_REQ_STATIC): Remove macro.
18540
18541 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18542
18543         [BZ #7006]
18544         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18545         with a shift of 0 bits.
18546
18547 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18548
18549         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18550         $(tststatic-ENV).
18551
18552 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18553
18554         [BZ #15655]
18555         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18556
18557 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18558
18559         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18560         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18561         accepts -fno-tree-loop-distribute-patterns.
18562         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18563         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18564         recursive call.
18565         * string/memset.c (memset): Likewise.
18566         * string/test-memmove.c (simple_memmove): Disable loop transformation
18567         to library calls.
18568         * string/test-memset.c (simple_memset): Likewise.
18569         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18570         * benchtests/bench-memset.c (simple_memset): Likewise.
18571         * configure: Regenerated.
18572
18573 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18574
18575         * math/test-misc.c (main): Ignore fesetround failure when failures
18576         of subsequent rounding tests would be ignored.
18577
18578         [BZ #15654]
18579         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18580         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18581         * math/fegetenv.c (__fegetenv): Return 0.
18582         * math/fegetexcept.c (fegetexcept): Return 0.
18583         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18584         FE_TONEAREST.
18585         * math/feholdexcpt.c (feholdexcept): Return 0.
18586         * math/fesetenv.c (__fesetenv): Return 0.
18587         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18588         argument FE_TONEAREST.
18589         * math/feupdateenv.c (__feupdateenv): Return 0.
18590         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18591
18592 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18593
18594         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18595         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18596         ($(objpfx)rtld-%.os rules): Use them.
18597
18598 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18599
18600         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18601         fields.
18602
18603 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18604
18605         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18606         length of target pattern, then descending length of dependency pattern.
18607         * configure.in (AWK): Require gawk 3.1.2 or newer.
18608         * manual/install.texi (Tools for Compilation): Say that we do.
18609         * configure: Regenerated.
18610
18611         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18612         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18613         * scripts/sysd-rules.awk: ... this new script.
18614         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18615         than a glob-style pattern.
18616
18617 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18618
18619         * math/test-misc.c (main): Do not treat incorrectly rounded
18620         conversions as failure unless ROUNDING_TESTS passes.
18621
18622 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18623
18624         [BZ #15631]
18625         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18626         restore exception state around main square root computation, then
18627         check for inexactness explicitly.
18628
18629         * math/libm-test.inc (fma_test_data): Add another test.
18630
18631 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18632
18633         * manual/threads.texi (Non-POSIX Extensions): New document
18634         node.  Document pthread_getattr_default_np and
18635         pthread_setattr_default_np.
18636
18637         * Versions.def (libpthread): Add GLIBC_2.18.
18638         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18640         Likewise.
18641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18642         Likewise.
18643         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18644         Likewise.
18645         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18646         Likewise.
18647         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18648         Likewise.
18649         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18650         Likewise.
18651         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18652         Likewise.
18653         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18654         Likewise.
18655         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18656         Likewise.
18657
18658 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18659
18660         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18661         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18662
18663 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18664             H.J. Lu  <hjl.tools@gmail.com>
18665
18666         [BZ #15627]
18667         * sysdeps/x86_64/rtld-memset.c: Remove file.
18668         * sysdeps/x86_64/rtld-memset.S: New file.
18669
18670 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18671
18672         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18673         (test_in_one_mode): Take arguments for whether the rounding mode
18674         is supported for each floating-point type.
18675         (do_test): Pass new arguments to test_in_one_mode using
18676         ROUNDING_TESTS.
18677
18678 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18679
18680         * posix/tst-waitid.c (do_test): Distinguish different instances of
18681         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18682         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18683         before entering the kernel for waitpid.
18684
18685 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18686
18687         * NEWS: Fix note on clock function precision.  Text by Roland
18688         McGrath.
18689
18690 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18691
18692         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18693         it into place only when and if the sanity check passes.
18694
18695 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18696
18697         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18698         output for whether conversion result is exact.  Take argument
18699         indicating whether type is IBM long double.
18700         (round_for_all): Change need_exact field to ibm_ld.
18701         * stdlib/tst-strtod-round.c (struct exactness): New type.
18702         (struct test): Change bool ld_ok field to struct exactness exact.
18703         (TEST): Update all definitions for change to field.
18704         (tests): Regenerate array contents.
18705         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18706         field value.  Check for IBM long double here.
18707         (do_test): Update calls to test_in_one_mode.
18708
18709 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18710
18711         [BZ #12515]
18712         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18713         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18714
18715 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18716
18717         [BZ #15605]
18718         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18719         generated by the compiler on loop optimizations.
18720         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18721         general definitions.
18722
18723 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18724
18725         * math/bug-nextafter.c: Include <math-tests.h>.
18726         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18727         the relevant type.
18728         * math/bug-nexttoward.c: Include <math-tests.h>.
18729         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18730         the relevant type.
18731         * math/test-misc.c: Include <math-tests.h>.
18732         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18733         the relevant type.
18734
18735 2013-06-12  Andreas Jaeger  <aj@suse.de>
18736
18737         * po/ia.po: Update Interlingua translation from translation
18738         project.
18739
18740 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18741
18742         * include/fenv.h: Include stdbool.h.
18743         (struct rm_ctx): New structure.
18744         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18745         Define macro.
18746         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18747         (SET_RESTORE_ROUNDF): Likewise.
18748         (SET_RESTORE_ROUNDL): Likewise.
18749         (SET_RESTORE_ROUND_NOEX): Likewise.
18750         (SET_RESTORE_ROUND_NOEXF): Likewise.
18751         (SET_RESTORE_ROUND_NOEXL): Likewise.
18752         (SET_RESTORE_ROUND_53BIT): Likewise.
18753         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18754         (libc_feresetround_noexf_ctx): Likewise.
18755         (libc_feresetround_noexl_ctx): Likewise.
18756         (libc_feholdsetround_53bit_ctx): Likewise.
18757         (libc_feresetround_53bit_ctx): Likewise.
18758         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18759         (libc_feholdexcept_setround_sse_ctx): New function.
18760         (libc_fesetenv_sse_ctx): Likewise.
18761         (libc_feupdateenv_sse_ctx): Likewise.
18762         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18763         (libc_feholdexcept_setround_387_ctx): Likewise.
18764         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18765         (libc_feholdsetround_387_prec_ctx): Likewise.
18766         (libc_feholdsetround_387_ctx): Likewise.
18767         (libc_feholdsetround_387_53bit_ctx): Likewise.
18768         (libc_feholdsetround_sse_ctx): Likewise.
18769         (libc_feresetround_sse_ctx): Likewise.
18770         (libc_feresetround_387_ctx): Likewise.
18771         (libc_feupdateenv_387_ctx): Likewise.
18772         (libc_feholdexcept_setroundf_ctx): Define macro.
18773         (libc_fesetenvf_ctx): Likewise.
18774         (libc_feupdateenvf_ctx): Likewise.
18775         (libc_feholdsetroundf_ctx): Likewise.
18776         (libc_feresetroundf_ctx): Likewise.
18777         (libc_feholdexcept_setround_ctx): Likewise.
18778         (libc_fesetenv_ctx): Likewise.
18779         (libc_feupdateenv_ctx): Likewise.
18780         (libc_feholdsetround_ctx): Likewise.
18781         (libc_feresetround_ctx): Likewise.
18782         (libc_feholdexcept_setroundl_ctx): Likewise.
18783         (libc_feupdateenvl_ctx): Likewise.
18784         (libc_feholdsetroundl_ctx): Likewise.
18785         (libc_feresetroundl_ctx): Likewise.
18786         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18787         (libc_feresetround_53bit_ctx): Likewise.
18788
18789 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18790
18791         * locale/iso-639.def: Convert to UTF-8.
18792
18793 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18794
18795         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18796         (EXCEPTION_TESTS_double): Likewise.
18797         (EXCEPTION_TESTS_long_double): Likewise.
18798         (EXCEPTION_TESTS): Likewise.
18799         * math/libm-test.inc (test_exceptions): Only test exceptions if
18800         EXCEPTION_TESTS (FLOAT).
18801
18802 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18803
18804         * benchtests/Makefile (string-bench): Add strcpy_chk and
18805         stpcpy_chk.
18806         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18807         * benchtests/bench-stpcpy_chk.c: New file.
18808         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18809         * benchtests/bench-strcpy_chk.c: New file.
18810         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18811         code.
18812         (do_test): Likewise.
18813
18814 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18815
18816         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18817         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18818         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18819         with tabs where appropriate.
18820         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18821         dl-procinfo.h.
18822         [PPC_PLATFORM_PPC440]: Likewise.
18823         [PPC_PLATFORM_PPC464]: Likewise.
18824         [PPC_PLATFORM_PPC476]: Likewise.
18825         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18826         ppc464, and ppc476 platform strings merging from ports/
18827         dl-procinfo.h.
18828
18829 2013-06-11  Andreas Schwab  <schwab@suse.de>
18830
18831         [BZ #14991]
18832         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18833         (from_ucs4_idx): Regenerate.
18834         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18835         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18836         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18837         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18838         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18839         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18840         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18841         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18842         from FROM_LOOP and TO_LOOP specific macros.
18843         (BODY): Handle combining characters.
18844         * iconvdata/BIG5HKSCS.irreversible: Update.
18845         * iconvdata/BIG5HKSCS.precomposed: New file.
18846         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18847         characters.
18848         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18849
18850 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18851
18852         * include/sys/time.h: Fix indentation and add copyright header.
18853
18854         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18855         (do_test): Likewise.
18856         * string/test-memchr.c (do_one_test): Likewise.
18857         (do_test): Likewise.
18858         * string/test-memcmp.c (do_one_test): Likewise.
18859         (do_test): Likewise.
18860         * string/test-memcpy.c (do_one_test): Likewise.
18861         (do_test): Likewise.
18862         * string/test-memmem.c (do_one_test): Likewise.
18863         (do_test): Likewise.
18864         (do_random_tests): Likewise.
18865         * string/test-memmove.c (do_one_test): Likewise.
18866         (do_test): Likewise.
18867         * string/test-memset.c (do_one_test): Likewise.
18868         (do_test): Likewise.
18869         * string/test-rawmemchr.c (do_one_test): Likewise.
18870         (do_test): Likewise.
18871         * string/test-strcasecmp.c (do_one_test): Likewise.
18872         (do_test): Likewise.
18873         * string/test-strcasestr.c (do_one_test): Likewise.
18874         (do_test): Likewise.
18875         * string/test-strcat.c (do_one_test): Likewise.
18876         (do_test): Likewise.
18877         * string/test-strchr.c (do_one_test): Likewise.
18878         (do_test): Likewise.
18879         * string/test-strcmp.c (do_one_test): Likewise.
18880         (do_test): Likewise.
18881         * string/test-strcpy.c (do_one_test): Likewise.
18882         (do_test): Likewise.
18883         * string/test-string.h: Likewise.
18884         (test_init): Likewise.
18885         * string/test-strlen.c (do_one_test): Likewise.
18886         (do_test): Likewise.
18887         * string/test-strncasecmp.c (do_one_test): Likewise.
18888         (do_test): Likewise.
18889         * string/test-strncat.c (do_one_test): Likewise.
18890         (do_test): Likewise.
18891         * string/test-strncmp.c (do_one_test): Likewise.
18892         (do_test_limit): Likewise.
18893         (do_test): Likewise.
18894         * string/test-strncpy.c (do_one_test): Likewise.
18895         (do_test): Likewise.
18896         * string/test-strnlen.c (do_one_test): Likewise.
18897         (do_test): Likewise.
18898         * string/test-strpbrk.c (do_one_test): Likewise.
18899         (do_test): Likewise.
18900         * string/test-strrchr.c (do_one_test): Likewise.
18901         (do_test): Likewise.
18902         * string/test-strspn.c (do_one_test): Likewise.
18903         (do_test): Likewise.
18904         * string/test-strstr.c (do_one_test): Likewise.
18905         (do_test): Likewise.
18906
18907         * benchtests/Makefile (string-bench): Add string benchmarks.
18908         * benchtests/bench-bcopy-ifunc.c: New file.
18909         * benchtests/bench-bcopy.c: New file.
18910         * benchtests/bench-bzero-ifunc.c: New file.
18911         * benchtests/bench-bzero.c: New file.
18912         * benchtests/bench-memccpy-ifunc.c: New file.
18913         * benchtests/bench-memccpy.c: New file.
18914         * benchtests/bench-memchr-ifunc.c: New file.
18915         * benchtests/bench-memchr.c: New file.
18916         * benchtests/bench-memcmp-ifunc.c: New file.
18917         * benchtests/bench-memcmp.c: New file.
18918         * benchtests/bench-memmem-ifunc.c: New file.
18919         * benchtests/bench-memmem.c: New file.
18920         * benchtests/bench-memmove-ifunc.c: New file.
18921         * benchtests/bench-memmove.c: New file.
18922         * benchtests/bench-mempcpy-ifunc.c: New file.
18923         * benchtests/bench-mempcpy.c: New file.
18924         * benchtests/bench-memset-ifunc.c: New file.
18925         * benchtests/bench-memset.c: New file.
18926         * benchtests/bench-rawmemchr-ifunc.c: New file.
18927         * benchtests/bench-rawmemchr.c: New file.
18928         * benchtests/bench-stpcpy-ifunc.c: New file.
18929         * benchtests/bench-stpcpy.c: New file.
18930         * benchtests/bench-stpncpy-ifunc.c: New file.
18931         * benchtests/bench-stpncpy.c: New file.
18932         * benchtests/bench-strcasecmp-ifunc.c: New file.
18933         * benchtests/bench-strcasecmp.c: New file.
18934         * benchtests/bench-strcasestr-ifunc.c: New file.
18935         * benchtests/bench-strcasestr.c: New file.
18936         * benchtests/bench-strcat-ifunc.c: New file.
18937         * benchtests/bench-strcat.c: New file.
18938         * benchtests/bench-strchr-ifunc.c: New file.
18939         * benchtests/bench-strchr.c: New file.
18940         * benchtests/bench-strchrnul-ifunc.c: New file.
18941         * benchtests/bench-strchrnul.c: New file.
18942         * benchtests/bench-strcmp-ifunc.c: New file.
18943         * benchtests/bench-strcmp.c: New file.
18944         * benchtests/bench-strcpy-ifunc.c: New file.
18945         * benchtests/bench-strcpy.c: New file.
18946         * benchtests/bench-strcspn-ifunc.c: New file.
18947         * benchtests/bench-strcspn.c: New file.
18948         * benchtests/bench-strlen-ifunc.c: New file.
18949         * benchtests/bench-strlen.c: New file.
18950         * benchtests/bench-strncasecmp-ifunc.c: New file.
18951         * benchtests/bench-strncasecmp.c: New file.
18952         * benchtests/bench-strncat-ifunc.c: New file.
18953         * benchtests/bench-strncat.c: New file.
18954         * benchtests/bench-strncmp-ifunc.c: New file.
18955         * benchtests/bench-strncmp.c: New file.
18956         * benchtests/bench-strncpy-ifunc.c: New file.
18957         * benchtests/bench-strncpy.c: New file.
18958         * benchtests/bench-strnlen-ifunc.c: New file.
18959         * benchtests/bench-strnlen.c: New file.
18960         * benchtests/bench-strpbrk-ifunc.c: New file.
18961         * benchtests/bench-strpbrk.c: New file.
18962         * benchtests/bench-strrchr-ifunc.c: New file.
18963         * benchtests/bench-strrchr.c: New file.
18964         * benchtests/bench-strspn-ifunc.c: New file.
18965         * benchtests/bench-strspn.c: New file.
18966         * benchtests/bench-strstr-ifunc.c: New file.
18967         * benchtests/bench-strstr.c: New file.
18968
18969         * benchtests/Makefile: Disable parallel execution of targets.
18970         (string-bench): Add memcpy.
18971         (benchset): New variable to store a list of benchmark sets.
18972         (bench-func): Renamed from bench.
18973         (bench-set): New target.
18974         (bench): Depend on bench-func and bench-set.
18975         * benchtests/README: Add section on benchmark sets.
18976         * benchtests/bench-memcpy-ifunc.c: New file.
18977         * benchtests/bench-memcpy.c: New file.
18978         * benchtests/bench-string.h: New file.
18979
18980 2013-06-11  Andreas Schwab  <schwab@suse.de>
18981
18982         [BZ #15577]
18983         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18984         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18985         values in the triple.
18986         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18987         terminator in the group key.
18988
18989 2013-06-11  Andreas Jaeger  <aj@suse.de>
18990
18991         * po/zh_TW.po: Update Chinese (traditional) translation from
18992         translation project.
18993
18994 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18995
18996         * include/time.h (__clock_gettime): Add libc_hidden_proto.
18997         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
18998         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
18999         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19000         (clock_getcpuclockid): Likewise.
19001         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19002         Add weak_alias and libc_hidden_def.
19003         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19004         * rt/clock_gettime.c (clock_gettime): Rename to
19005         __clock_gettime.  Add weak_alias and libc_hidden_def.
19006         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19007         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19008         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19009         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19010         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19011         Likewise.
19012         * rt/clock_settime.c (clock_settime): Rename to
19013         __clock_settime.  Add weak_alias and libc_hidden_def.
19014         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19015
19016 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19017
19018         * mach/err_boot.sub: Remove trailing whitespace.
19019         * mach/err_ipc.sub: Likewise.
19020         * mach/err_mach.sub: Likewise.
19021
19022         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19023         (ROUNDING_TESTS_double): Likewise.
19024         (ROUNDING_TESTS_long_double): Likewise.
19025         (ROUNDING_TESTS): Likewise.
19026         * math/libm-test.inc: Include <math-tests.h>.
19027         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19028         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19029         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19030         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19031
19032 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19033
19034         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19035         of assigning.
19036
19037 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19038
19039         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19040         otherwise empty TRANS lines.
19041         * sysdeps/gnu/errlist.c: Regenerated.
19042
19043         * catgets/gencat.c (error_print): Use (void) in function
19044         definition.
19045         * crypt/crypt_util.c (__init_des): Likewise.
19046         * crypt/speeds.c (Stop): Likewise.
19047         (main): Likewise.
19048         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19049         * inet/ruserpass.c (token): Likewise.
19050         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19051         * intl/localealias.c (extend_alias_table): Likewise.
19052         * intl/plural-exp.c (init_germanic_plural): Likewise.
19053         * libio/fcloseall.c (__fcloseall): Likewise.
19054         * libio/genops.c (_IO_flush_all): Likewise.
19055         (_IO_flush_all_linebuffered): Likewise.
19056         (_IO_cleanup): Likewise.
19057         (_IO_iter_begin): Likewise.
19058         (_IO_iter_end): Likewise.
19059         (_IO_list_lock): Likewise.
19060         (_IO_list_unlock): Likewise.
19061         (_IO_list_resetlock): Likewise.
19062         * libio/getchar.c (getchar): Likewise.
19063         * libio/getchar_u.c (getchar_unlocked): Likewise.
19064         * libio/getwchar.c (getwchar): Likewise.
19065         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19066         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19067         * login/getpt.c (__getpt): Likewise.
19068         * login/tst-utmp.c (main): Likewise.
19069         * malloc/hooks.c (__malloc_check_init): Likewise.
19070         * malloc/malloc.c (__malloc_stats): Likewise.
19071         * malloc/mtrace.c (tr_break): Likewise.
19072         (mtrace): Likewise.
19073         (muntrace): Likewise.
19074         * misc/fstab.c (endfsent): Likewise.
19075         * misc/getclktck.c (__getclktck): Likewise.
19076         * misc/getdtsz.c (__getdtablesize): Likewise.
19077         * misc/gethostid.c (gethostid): Likewise.
19078         * misc/getpagesize.c (__getpagesize): Likewise.
19079         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19080         (__get_nprocs): Likewise.
19081         (__get_phys_pages): Likewise.
19082         (__get_avphys_pages): Likewise.
19083         * misc/getttyent.c (getttyent): Likewise.
19084         (setttyent): Likewise.
19085         (endttyent): Likewise.
19086         * misc/getusershell.c (getusershell): Likewise.
19087         (endusershell): Likewise.
19088         (setusershell): Likewise.
19089         (initshells): Likewise.
19090         * misc/hsearch.c (__hdestroy): Likewise.
19091         * misc/sync.c (sync): Likewise.
19092         * misc/syslog.c (closelog_internal): Likewise.
19093         (closelog): Likewise.
19094         * misc/ttyslot.c (ttyslot): Likewise.
19095         * misc/vhangup.c (vhangup): Likewise.
19096         * posix/fork.c (__fork): Likewise.
19097         * posix/getegid.c (__getegid): Likewise.
19098         * posix/geteuid.c (__geteuid): Likewise.
19099         * posix/getgid.c (__getgid): Likewise.
19100         * posix/getpid.c (__getpid): Likewise.
19101         * posix/getppid.c (__getppid): Likewise.
19102         * posix/getuid.c (__getuid): Likewise.
19103         * posix/pause.c (pause): Likewise.
19104         * posix/setpgrp.c (setpgrp): Likewise.
19105         * posix/setsid.c (__setsid): Likewise.
19106         * posix/test-vfork.c (noop): Likewise.
19107         * resolv/gethnamaddr.c (_endhtent): Likewise.
19108         (_gethtent): Likewise.
19109         (ht_endhostent): Likewise.
19110         (gethostent): Likewise.
19111         (dns_service): Likewise.
19112         * stdlib/drand48.c (drand48): Likewise.
19113         * stdlib/lrand48.c (lrand48): Likewise.
19114         * stdlib/mrand48.c (mrand48): Likewise.
19115         * stdlib/rand.c (rand): Likewise.
19116         * stdlib/random.c (__random): Likewise.
19117         * stdlib/setenv.c (clearenv): Likewise.
19118         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19119         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19120         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19121         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19122         (__get_nprocs): Likewise.
19123         (__get_phys_pages): Likewise.
19124         (__get_avphys_pages): Likewise.
19125         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19126         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19127         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19128         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19129         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19130         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19131         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19132         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19133         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19134         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19135         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19136         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19137         * sysdeps/posix/clock.c (clock): Likewise.
19138         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19139         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19140         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19141         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19142         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19143         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19144         (__get_nprocs_conf): Likewise.
19145         (__get_phys_pages): Likewise.
19146         (__get_avphys_pages): Likewise.
19147         * time/clock.c (clock): Likewise.
19148         * time/tzset.c (__tzname_max): Likewise.
19149
19150 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19151
19152         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19153         (__bswap_32): Do not use "register".
19154         * crypt/crypt.c (_ufc_doit_r): Likewise.
19155         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19156         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19157         * gmon/gmon.c (__monstartup): Likewise.
19158         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19159         * hurd/hurdmalloc.c (more_memory): Likewise.
19160         (malloc): Likewise.
19161         (free): Likewise.
19162         (realloc): Likewise.
19163         (malloc_fork_prepare): Likewise.
19164         (malloc_fork_parent): Likewise.
19165         (malloc_fork_child): Likewise.
19166         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19167         (_svcauth_des): Likewise.
19168         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19169         * inet/inet_net.c (inet_network): Likewise.
19170         * inet/inet_netof.c (inet_netof): Likewise.
19171         * inet/rcmd.c (__validuser2_sa): Likewise.
19172         * io/fts.c (fts_open): Likewise.
19173         (fts_load): Likewise.
19174         (fts_close): Likewise.
19175         (fts_read): Likewise.
19176         (fts_children): Likewise.
19177         (fts_build): Likewise.
19178         (fts_stat): Likewise.
19179         (fts_sort): Likewise.
19180         (fts_alloc): Likewise.
19181         (fts_lfree): Likewise.
19182         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19183         (_IO_file_xsgetn): Likewise.
19184         (_IO_file_xsgetn_mmap): Likewise.
19185         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19186         (_IO_cookie_write): Likewise.
19187         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19188         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19189         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19190         * malloc/obstack.c (_obstack_begin): Likewise.
19191         (_obstack_begin_1): Likewise.
19192         (_obstack_newchunk): Likewise.
19193         (_obstack_allocated_p): Likewise.
19194         (obstack_free): Likewise.
19195         (_obstack_memory_used): Likewise.
19196         * misc/getttyent.c (getttynam): Likewise.
19197         (getttyent): Likewise.
19198         (skip): Likewise.
19199         (value): Likewise.
19200         * misc/getusershell.c (initshells): Likewise.
19201         * misc/syslog.c (__vsyslog_chk): Likewise.
19202         * misc/ttyslot.c (ttyslot): Likewise.
19203         * nis/nis_hash.c (__nis_hash): Likewise.
19204         * posix/fnmatch_loop.c (FCT): Likewise.
19205         * posix/getconf.c (print_all): Likewise.
19206         (main): Likewise.
19207         * posix/getopt.c (exchange): Likewise.
19208         * posix/glob.c (globfree): Likewise.
19209         (prefix_array): Likewise.
19210         (__glob_pattern_type): Likewise.
19211         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19212         (NS_GET32): Likewise.
19213         (NS_PUT16): Likewise.
19214         (NS_PUT32): Likewise.
19215         * resolv/gethnamaddr.c (getanswer): Likewise.
19216         (gethostbyname2): Likewise.
19217         (gethostbyaddr): Likewise.
19218         (_gethtent): Likewise.
19219         (_gethtbyname2): Likewise.
19220         (_gethtbyaddr): Likewise.
19221         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19222         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19223         * resolv/res_init.c (__res_vinit): Likewise.
19224         (net_mask): Likewise.
19225         * resolv/res_mkquery.c (outchar): Likewise.
19226         (PRINT): Likewise.
19227         * stdio-common/printf_fp.c (outchar): Likewise.
19228         (PRINT): Likewise.
19229         * stdio-common/printf_fphex.c (outchar): Likewise.
19230         (PRINT): Likewise.
19231         * stdio-common/printf_size.c (outchar): Likewise.
19232         (PRINT): Likewise.
19233         * stdio-common/test_rdwr.c (main): Likewise.
19234         * stdio-common/tfformat.c (matches): Likewise.
19235         * stdio-common/vfprintf.c (outchar): Likewise.
19236         (printf_unknown): Likewise.
19237         (buffered_vfprintf): Likewise.
19238         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19239         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19240         (ReadFile): Likewise.
19241         * stdlib/qsort.c (SWAP): Likewise.
19242         (_quicksort): Likewise.
19243         * stdlib/setenv.c (__add_to_environ): Likewise.
19244         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19245         * stdlib/strtol_l.c (__strtol_l): Likewise.
19246         * stdlib/tst-strtod.c (main): Likewise.
19247         * stdlib/tst-strtol.c (main): Likewise.
19248         * stdlib/tst-strtoll.c (main): Likewise.
19249         * string/bits/string2.h (__strcmp_cc): Likewise.
19250         (__strcmp_cg): Likewise.
19251         (__strcspn_c1): Likewise.
19252         (__strcspn_c2): Likewise.
19253         (__strcspn_c3): Likewise.
19254         (__strspn_c1): Likewise.
19255         (__strspn_c2): Likewise.
19256         (__strspn_c3): Likewise.
19257         (__strsep_1c): Likewise.
19258         (__strsep_2c): Likewise.
19259         (__strsep_3c): Likewise.
19260         * string/memccpy.c (__memccpy): Likewise.
19261         * string/stpcpy.c (__stpcpy): Likewise.
19262         * string/strcmp.c (strcmp): Likewise.
19263         * string/strrchr.c (strrchr): Likewise.
19264         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19265         Likewise.
19266         * sysdeps/mach/hurd/getcwd.c
19267         (_hurd_canonicalize_directory_name_internal): Likewise.
19268         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19269         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19270         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19271         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19272         Likewise, in both definitions.
19273         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19274         definitions.
19275         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19276         64] (__bswap_64): Likewise.
19277         * time/test_time.c (main): Likewise.
19278         * time/tzfile.c (__tzfile_read): Likewise.
19279         (__tzfile_compute): Likewise.
19280         * time/tzset.c (__tzset_parse_tz): Likewise.
19281         (tzset_internal): Likewise.
19282         (compute_change): Likewise.
19283         * wcsmbs/wcscat.c (__wcscat): Likewise.
19284         * wcsmbs/wcschr.c (wcschr): Likewise.
19285         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19286         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19287         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19288         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19289         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19290         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19291         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19292         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19293         * wcsmbs/wmemset.c (wmemset): Likewise.
19294
19295 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19296
19297         * scripts/config.guess: Update to version 2013-05-16.
19298         * scripts/config.sub: Update to version 2013-04-24.
19299         * scripts/install-sh: Update to version 2011-11-20.07.
19300         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19301         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19302
19303 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19304
19305         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19306         * elf/sln.c: Likewise.
19307         * hurd/hurd/ioctl.h: Likewise.
19308         * hurd/hurdmalloc.c: Likewise.
19309         * hurd/xattr.c: Likewise.
19310         * include/shlib-compat.h: Likewise.
19311         * inet/ruserpass.c: Likewise.
19312         * libio/iofgets_u.c: Likewise.
19313         * libio/iofgetws_u.c: Likewise.
19314         * locale/programs/ld-identification.c: Likewise.
19315         * locale/programs/ld-time.c: Likewise.
19316         * mach/msg-destroy.c: Likewise.
19317         * nss/nss_files/files-netgrp.c: Likewise.
19318         * resolv/res_data.c: Likewise.
19319         * soft-fp/op-1.h: Likewise.
19320         * soft-fp/op-2.h: Likewise.
19321         * soft-fp/op-4.h: Likewise.
19322         * soft-fp/op-common.h: Likewise.
19323         * stdio-common/printf_fphex.c: Likewise.
19324         * stdlib/strtod_l.c: Likewise.
19325         * sunrpc/rpc/clnt.h: Likewise.
19326         * sysdeps/generic/framestate.c: Likewise.
19327         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19328         * sysdeps/i386/bsd-setjmp.S: Likewise.
19329         * sysdeps/i386/__longjmp.S: Likewise.
19330         * sysdeps/i386/setjmp.S: Likewise.
19331         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19332         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19333         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19334         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19335         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19336         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19337         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19338         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19339         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19340         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19341         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19342         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19343         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19344         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19345         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19346         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19347         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19348         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19349         * sysdeps/ieee754/support.c: Likewise.
19350         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19351         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19352         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19353         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19354         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19355         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19356         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19357         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19358         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19359         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19360         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19361         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19362         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19363         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19364         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19365         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19366         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19368
19369 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19370
19371         * posix/transbug.c: Remove executable mode.
19372
19373 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19374
19375         * crypt/speeds.c: Remove trailing whitespace.
19376         * dlfcn/default.c: Likewise.
19377         * elf/ifuncdep2.c: Likewise.
19378         * elf/ifuncmain1.c: Likewise.
19379         * elf/ifuncmain1vis.c: Likewise.
19380         * elf/testobj.h: Likewise.
19381         * elf/tst-stackguard1.c: Likewise.
19382         * gmon/sys/gmon.h: Likewise.
19383         * hurd/hurdmsg.c: Likewise.
19384         * hurd/new-fd.c: Likewise.
19385         * hurd/ports-get.c: Likewise.
19386         * iconvdata/ibm1008_420.c: Likewise.
19387         * inet/tst-getni1.c: Likewise.
19388         * inet/tst-getni2.c: Likewise.
19389         * libio/ioungetc.c: Likewise.
19390         * libio/wfiledoalloc.c: Likewise.
19391         * manual/libm-err-tab.pl: Likewise.
19392         * math/w_dremf.c: Likewise.
19393         * misc/ftruncate.c: Likewise.
19394         * posix/bug-glob2.c: Likewise.
19395         * posix/tst-pcre.c: Likewise.
19396         * posix/wait4.c: Likewise.
19397         * resolv/README: Likewise.
19398         * resolv/res_debug.h: Likewise.
19399         * resolv/tst-inet_ntop.c: Likewise.
19400         * setjmp/bug269-setjmp.c: Likewise.
19401         * soft-fp/extended.h: Likewise.
19402         * soft-fp/op-1.h: Likewise.
19403         * soft-fp/op-2.h: Likewise.
19404         * soft-fp/op-4.h: Likewise.
19405         * soft-fp/op-8.h: Likewise.
19406         * soft-fp/testit.c: Likewise.
19407         * stdio-common/bug16.c: Likewise.
19408         * stdlib/random.c: Likewise.
19409         * sunrpc/rpcsvc/rquota.x: Likewise.
19410         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19411         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19412         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19413         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19414         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19415         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19416         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19417         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19418         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19419         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19420         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19421         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19422         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19423         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19424         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19425         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19426         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19427         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19428         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19429         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19430         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19431         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19432         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19433         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19434         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19435         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19436         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19437         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19438         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19439         * sysdeps/ieee754/s_lib_version.c: Likewise.
19440         * sysdeps/mach/hurd/check_fds.c: Likewise.
19441         * sysdeps/mach/hurd/getsockname.c: Likewise.
19442         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19443         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19444         * sysdeps/powerpc/bits/link.h: Likewise.
19445         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19446         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19447         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19448         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19449         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19450         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19451         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19452         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19453         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19454         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19455         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19456         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19457         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19458         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19459         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19460         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19461         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19462         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19463         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19464         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19465         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19466         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19467         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19468         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19469         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19470         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19471         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19472         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19473         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19474         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19475         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19476         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19477         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19478         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19479         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19480         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19481         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19482         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19483         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19484         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19485         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19486         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19487         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19488         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19489         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19490         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19491         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19492         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19493         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19494         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19495         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19496         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19497         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19498         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19499         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19500         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19501         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19502         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19503         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19504         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19505         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19506         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19507         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19508         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19509         * sysdeps/powerpc/sysdep.h: Likewise.
19510         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19511         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19512         * sysdeps/sh/dl-trampoline.S: Likewise.
19513         * sysdeps/sh/memset.S: Likewise.
19514         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19515         * sysdeps/sh/strlen.S: Likewise.
19516         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19517         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19518         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19519         * sysdeps/sparc/sparc32/rem.S: Likewise.
19520         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19521         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19522         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19523         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19524         * sysdeps/sparc/sparc32/urem.S: Likewise.
19525         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19526         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19527         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19528         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19529         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19530         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19531         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19532         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19533         * sysdeps/unix/bsd/times.c: Likewise.
19534         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19535         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19539         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19540         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19541         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19542         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19543         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19544         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19545         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19546         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19547         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19548         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19549         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19550         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19551         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19552         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19553         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19554         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19555         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19556         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19557         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19558         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19559         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19560         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19561         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19562         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19563         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19564         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19565         * sysdeps/x86_64/strcspn.S: Likewise.
19566
19567 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19568
19569         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19570         generated file.  Regenerate properly from gen-translit.pl.
19571         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19572         locale/C-translit.h.
19573
19574 2013-06-05  Andreas Schwab  <schwab@suse.de>
19575
19576         [BZ #15100]
19577         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19578         week as 6 instead of -1.
19579         * time/tst-strptime.c (day_tests): Add test case.
19580
19581 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19582
19583         * sysdeps/generic/math_private.h
19584         (libc_feholdexcept_setround_53bit): Replace with
19585         libc_feholdsetround_53bit.
19586         (libc_feupdateenv_53bit): Replace with
19587         libc_feresetround_53bit.
19588         (SET_RESTORE_ROUND_53BIT): Adjust.
19589
19590 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19591
19592         * string/test-strchrnul.c: Add copyright header.
19593
19594         * posix/tst-getaddrinfo4.c: Increase test timeout.
19595
19596 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19597
19598         [BZ #15536]
19599         * math/libm-test.inc (MAX_EXP): Remove
19600         (MIN_EXP): Define.
19601         (ulp): Use MIN_EXP - MANT_DIG.
19602         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19603
19604 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19605
19606         * po/be.po: Revert last change.
19607         * po/zh_CN.po: Likewise.
19608         * po/header.pot: Likewise.
19609
19610 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19611
19612         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19613         link-libc-deps to empty as target-specific variable.
19614         * Makerules (link-libc-args): New variable.
19615         (libc-for-link): Likewise.
19616         (link-libc-deps): Likewise.
19617         (lib%.so): Depend on $(link-libc-deps).  Link with
19618         $(link-libc-args).
19619         (build-module): Link with $(link-libc-args).
19620         (build-module-asneeded): Likewise.
19621         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19622         list of objects.
19623         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19624         target-specific variable.
19625         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19626         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19627         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19628         libc.
19629         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19630         libc and ld.so.
19631         ($(objpfx)libpcprofile.so): Likewise.
19632         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19633         libc_nonshared.a.
19634         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19635         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19636         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19637         $(link-libc-deps).
19638         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19639         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19640         * login/Makefile ($(objpfx)libutil.so): Likewise.
19641         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19642         * math/Makefile ($(objpfx)libm.so): Likewise.
19643         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19644         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19645         variable instead of depending directly on libc.
19646         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19647         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19648         $(link-libc-deps).
19649         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19650         libc.
19651         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19652         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19653         ($(objpfx)libanl.so): Likewise.
19654         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19655         ld.so.
19656         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19657         $(link-libc-deps).
19658         * sysdeps/i386/fpu/Makefile: Remove file.
19659         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19660         ($(objpfx)libm.so): Remove dependency on ld.so.
19661
19662 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19663
19664         [BZ # 15553]
19665         * nis/yp_xdr.c (XDRMAXNAME): Define.
19666         (XDRMAXRECORD): Define.
19667         (xdr_domainname): Use XDRMAXNAME.
19668         (xdr_mapname): Likewise.
19669         (xdr_peername): Likewise.
19670         (xdr_keydat): Use XDRMAXRECORD.
19671         (xdr_valdat): Likewise.
19672
19673 2013-05-30  Jeff Law  <law@redhat.com>
19674
19675         [BZ #14256]
19676         * manual/errno.texi (ESTALE): Update to account for more than
19677         just NFS file systems.
19678         * sysdeps/gnu/errlist.c: Regenerated.
19679
19680 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19681
19682         [BZ #15465]
19683         * elf/Makefile (tests): Add tst-null-argv.
19684         (modules-names):  Add tst-null-argv-lib.
19685         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19686         (tst-null-argv-ENV): Set environment for tst-null-argv.
19687         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19688         (RTLD_PROGNAME): New macro.
19689         * elf/tst-null-argv.c: New test case.
19690         * elf/tst-null-argv-lib.c: Library for test case.
19691         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19692         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19693         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19694         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19695         * elf/dl-init.c (call_init): Likewise.
19696         (_dl_init): Likewise.
19697         * elf/dl-load.c (print_search_path): Likewise.
19698         (_dl_map_object): Likewise.
19699         * elf/dl-lookup.c (do_lookup_x): Likewise.
19700         (add_dependency): Likewise.
19701         (_dl_lookup_symbol_x): Likewise.
19702         (_dl_debug_bindings): Likewise.
19703         * elf/dl-open.c (_dl_show_scope): Likewise.
19704         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19705         * elf/dl-version.c (match_symbol): Likewise.
19706         (_dl_check_map_versions): Likewise.
19707         * elf/rtld.c (dl_main): Likewise.
19708         (print_unresolved): Use RTLD_PROGNAME.
19709         (print_missing_version): Likewise.
19710         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19711         (elf_machine_rela): Likewise.
19712         * sysdeps/powerpc/powerpc32/dl-machine.c
19713         (__process_machine_rela): Likewise.
19714         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19715         Likewise.
19716         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19717         Likewise.
19718         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19719         Likewise.
19720         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19721         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19722         Likewise.
19723         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19724         Likewise.
19725         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19726
19727 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19728
19729         * po/be.po: Add descriptive title.
19730         * po/zh_CN.po: Likewise.
19731         * po/header.pot: Likewise.
19732
19733 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19734
19735         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19736         error message.
19737         (enlarge_archive): Likewise.
19738
19739 2013-05-28  Ben North  <ben@redfrontdoor.org>
19740
19741         * manual/arith.texi (frexp): It is the magnitude of the return
19742         value which lies in [0.5, 1), not the return value itself.
19743
19744 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19745
19746         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19747
19748 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19749
19750         * stdio-common/bug26.c (main): Correct fscanf template.
19751
19752         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19753         declare _dl_skip_args.
19754
19755         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19756         Don't declare.
19757
19758         * manual/platform.texi: Add missing @end deftypefun.
19759
19760 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19761
19762         [BZ #15529]
19763         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19764         bit of mantissa of 2^16382.
19765         * math/libm-test.inc (hypot_test_data): Add more tests.
19766
19767         * math/libm-test.inc: Add drem and pow10 to list of tested
19768         functions.
19769         (pow10_test): New function.
19770         (drem_test): Likewise.
19771         (drem_test_tonearest): Likewise.
19772         (drem_test_towardzero): Likewise.
19773         (drem_test_downward): Likewise.
19774         (drem_test_upward): Likewise.
19775         (main): Call the new functions.
19776
19777         * math/libm-test.inc (finite_test_data): Remove.
19778         (finite_test): Run tests from isfinite_test_data.
19779         (gamma_test_data): Remove.
19780         (gamma_test): Run tests from lgamma_test_data.
19781         * sysdeps/i386/fpu/libm-test-ulps: Update.
19782         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19783
19784 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19785
19786         * manual/platform.texi: Add PowerPC PPR function set documentation.
19787         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19788         implementation.
19789
19790 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19791
19792         * math/libm-test.inc (MAX_EXP): Define.
19793         (ULPDIFF): Define.
19794         (ulp): New function.
19795         (check_float_internal): Use ULPDIFF.
19796         (cpow_test): Disable failing test.
19797         (check_ulp): Test ulp() implemetnation.
19798         (main): Call check_ulp before starting tests.
19799
19800 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19801
19802         * math/gen-libm-test.pl (generate_testfile): Do not handle
19803         START_DATA and END_DATA.
19804         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19805         END_DATA.
19806         (acos_tonearest_test_data): Likewise.
19807         (acos_towardzero_test_data): Likewise.
19808         (acos_downward_test_data): Likewise.
19809         (acos_upward_test_data): Likewise.
19810         (acosh_test_data): Likewise.
19811         (asin_test_data): Likewise.
19812         (asin_tonearest_test_data): Likewise.
19813         (asin_towardzero_test_data): Likewise.
19814         (asin_downward_test_data): Likewise.
19815         (asin_upward_test_data): Likewise.
19816         (asinh_test_data): Likewise.
19817         (atan_test_data): Likewise.
19818         (atanh_test_data): Likewise.
19819         (atan2_test_data): Likewise.
19820         (cabs_test_data): Likewise.
19821         (cacos_test_data): Likewise.
19822         (cacosh_test_data): Likewise.
19823         (carg_test_data): Likewise.
19824         (casin_test_data): Likewise.
19825         (casinh_test_data): Likewise.
19826         (catan_test_data): Likewise.
19827         (catanh_test_data): Likewise.
19828         (cbrt_test_data): Likewise.
19829         (ccos_test_data): Likewise.
19830         (ccosh_test_data): Likewise.
19831         (ceil_test_data): Likewise.
19832         (cexp_test_data): Likewise.
19833         (cimag_test_data): Likewise.
19834         (clog_test_data): Likewise.
19835         (clog10_test_data): Likewise.
19836         (conj_test_data): Likewise.
19837         (copysign_test_data): Likewise.
19838         (cos_test_data): Likewise.
19839         (cos_tonearest_test_data): Likewise.
19840         (cos_towardzero_test_data): Likewise.
19841         (cos_downward_test_data): Likewise.
19842         (cos_upward_test_data): Likewise.
19843         (cosh_test_data): Likewise.
19844         (cosh_tonearest_test_data): Likewise.
19845         (cosh_towardzero_test_data): Likewise.
19846         (cosh_downward_test_data): Likewise.
19847         (cosh_upward_test_data): Likewise.
19848         (cpow_test_data): Likewise.
19849         (cproj_test_data): Likewise.
19850         (creal_test_data): Likewise.
19851         (csin_test_data): Likewise.
19852         (csinh_test_data): Likewise.
19853         (csqrt_test_data): Likewise.
19854         (ctan_test_data): Likewise.
19855         (ctan_tonearest_test_data): Likewise.
19856         (ctan_towardzero_test_data): Likewise.
19857         (ctan_downward_test_data): Likewise.
19858         (ctan_upward_test_data): Likewise.
19859         (ctanh_test_data): Likewise.
19860         (ctanh_tonearest_test_data): Likewise.
19861         (ctanh_towardzero_test_data): Likewise.
19862         (ctanh_downward_test_data): Likewise.
19863         (ctanh_upward_test_data): Likewise.
19864         (erf_test_data): Likewise.
19865         (erfc_test_data): Likewise.
19866         (exp_test_data): Likewise.
19867         (exp_tonearest_test_data): Likewise.
19868         (exp_towardzero_test_data): Likewise.
19869         (exp_downward_test_data): Likewise.
19870         (exp_upward_test_data): Likewise.
19871         (exp10_test_data): Likewise.
19872         (exp2_test_data): Likewise.
19873         (expm1_test_data): Likewise.
19874         (fabs_test_data): Likewise.
19875         (fdim_test_data): Likewise.
19876         (finite_test_data): Likewise.
19877         (floor_test_data): Likewise.
19878         (fma_test_data): Likewise.
19879         (fma_towardzero_test_data): Likewise.
19880         (fma_downward_test_data): Likewise.
19881         (fma_upward_test_data): Likewise.
19882         (fmax_test_data): Likewise.
19883         (fmin_test_data): Likewise.
19884         (fmod_test_data): Likewise.
19885         (fpclassify_test_data): Likewise.
19886         (frexp_test_data): Likewise.
19887         (gamma_test_data): Likewise.
19888         (hypot_test_data): Likewise.
19889         (ilogb_test_data): Likewise.
19890         (isfinite_test_data): Likewise.
19891         (isgreater_test_data): Likewise.
19892         (isgreaterequal_test_data): Likewise.
19893         (isinf_test_data): Likewise.
19894         (isless_test_data): Likewise.
19895         (islessequal_test_data): Likewise.
19896         (islessgreater_test_data): Likewise.
19897         (isnan_test_data): Likewise.
19898         (isnormal_test_data): Likewise.
19899         (issignaling_test_data): Likewise.
19900         (isunordered_test_data): Likewise.
19901         (j0_test_data): Likewise.
19902         (j1_test_data): Likewise.
19903         (jn_test_data): Likewise.
19904         (ldexp_test_data): Likewise.
19905         (lgamma_test_data): Likewise.
19906         (lrint_test_data): Likewise.
19907         (lrint_tonearest_test_data): Likewise.
19908         (lrint_towardzero_test_data): Likewise.
19909         (lrint_downward_test_data): Likewise.
19910         (lrint_upward_test_data): Likewise.
19911         (llrint_test_data): Likewise.
19912         (llrint_tonearest_test_data): Likewise.
19913         (llrint_towardzero_test_data): Likewise.
19914         (llrint_downward_test_data): Likewise.
19915         (llrint_upward_test_data): Likewise.
19916         (log_test_data): Likewise.
19917         (log10_test_data): Likewise.
19918         (log1p_test_data): Likewise.
19919         (log2_test_data): Likewise.
19920         (logb_test_data): Likewise.
19921         (logb_downward_test_data): Likewise.
19922         (lround_test_data): Likewise.
19923         (llround_test_data): Likewise.
19924         (modf_test_data): Likewise.
19925         (nearbyint_test_data): Likewise.
19926         (nextafter_test_data): Likewise.
19927         (nexttoward_test_data): Likewise.
19928         (pow_test_data): Likewise.
19929         (pow_tonearest_test_data): Likewise.
19930         (pow_towardzero_test_data): Likewise.
19931         (pow_downward_test_data): Likewise.
19932         (pow_upward_test_data): Likewise.
19933         (remainder_test_data): Likewise.
19934         (remainder_tonearest_test_data): Likewise.
19935         (remainder_towardzero_test_data): Likewise.
19936         (remainder_downward_test_data): Likewise.
19937         (remainder_upward_test_data): Likewise.
19938         (remquo_test_data): Likewise.
19939         (rint_test_data): Likewise.
19940         (rint_tonearest_test_data): Likewise.
19941         (rint_towardzero_test_data): Likewise.
19942         (rint_downward_test_data): Likewise.
19943         (rint_upward_test_data): Likewise.
19944         (round_test_data): Likewise.
19945         (scalb_test_data): Likewise.
19946         (scalbn_test_data): Likewise.
19947         (scalbln_test_data): Likewise.
19948         (signbit_test_data): Likewise.
19949         (sin_test_data): Likewise.
19950         (sin_tonearest_test_data): Likewise.
19951         (sin_towardzero_test_data): Likewise.
19952         (sin_downward_test_data): Likewise.
19953         (sin_upward_test_data): Likewise.
19954         (sincos_test_data): Likewise.
19955         (sinh_test_data): Likewise.
19956         (sinh_tonearest_test_data): Likewise.
19957         (sinh_towardzero_test_data): Likewise.
19958         (sinh_downward_test_data): Likewise.
19959         (sinh_upward_test_data): Likewise.
19960         (sqrt_test_data): Likewise.
19961         (tan_test_data): Likewise.
19962         (tan_tonearest_test_data): Likewise.
19963         (tan_towardzero_test_data): Likewise.
19964         (tan_downward_test_data): Likewise.
19965         (tan_upward_test_data): Likewise.
19966         (tanh_test_data): Likewise.
19967         (tgamma_test_data): Likewise.
19968         (trunc_test_data): Likewise.
19969         (y0_test_data): Likewise.
19970         (y1_test_data): Likewise.
19971         (yn_test_data): Likewise.
19972         (significand_test_data): Likewise.
19973
19974         * math/gen-libm-test.pl (@functions): Remove variable.
19975         (generate_testfile): Don't handle START and END lines.
19976         * math/libm-test.inc (START): New macro.
19977         (END): Likewise.
19978         (END_COMPLEX): Likewise.
19979         (acos_test): Use END macro without arguments.
19980         (acos_test_tonearest): Likewise.
19981         (acos_test_towardzero): Likewise.
19982         (acos_test_downward): Likewise.
19983         (acos_test_upward): Likewise.
19984         (acosh_test): Likewise.
19985         (asin_test): Likewise.
19986         (asin_test_tonearest): Likewise.
19987         (asin_test_towardzero): Likewise.
19988         (asin_test_downward): Likewise.
19989         (asin_test_upward): Likewise.
19990         (asinh_test): Likewise.
19991         (atan_test): Likewise.
19992         (atanh_test): Likewise.
19993         (atan2_test): Likewise.
19994         (cabs_test): Likewise.
19995         (cacos_test): Use END_COMPLEX macro without arguments.
19996         (cacosh_test): Likewise.
19997         (carg_test): Use END macro without arguments.
19998         (casin_test): Use END_COMPLEX macro without arguments.
19999         (casinh_test): Likewise.
20000         (catan_test): Likewise.
20001         (catanh_test): Likewise.
20002         (cbrt_test): Use END macro without arguments.
20003         (ccos_test): Use END_COMPLEX macro without arguments.
20004         (ccosh_test): Likewise.
20005         (ceil_test): Use END macro without arguments.
20006         (cexp_test): Use END_COMPLEX macro without arguments.
20007         (cimag_test): Use END macro without arguments.
20008         (clog_test): Use END_COMPLEX macro without arguments.
20009         (clog10_test): Likewise.
20010         (conj_test): Likewise.
20011         (copysign_test): Use END macro without arguments.
20012         (cos_test): Likewise.
20013         (cos_test_tonearest): Likewise.
20014         (cos_test_towardzero): Likewise.
20015         (cos_test_downward): Likewise.
20016         (cos_test_upward): Likewise.
20017         (cosh_test): Likewise.
20018         (cosh_test_tonearest): Likewise.
20019         (cosh_test_towardzero): Likewise.
20020         (cosh_test_downward): Likewise.
20021         (cosh_test_upward): Likewise.
20022         (cpow_test): Use END_COMPLEX macro without arguments.
20023         (cproj_test): Likewise.
20024         (creal_test): Use END macro without arguments.
20025         (csin_test): Use END_COMPLEX macro without arguments.
20026         (csinh_test): Likewise.
20027         (csqrt_test): Likewise.
20028         (ctan_test): Likewise.
20029         (ctan_test_tonearest): Likewise.
20030         (ctan_test_towardzero): Likewise.
20031         (ctan_test_downward): Likewise.
20032         (ctan_test_upward): Likewise.
20033         (ctanh_test): Likewise.
20034         (ctanh_test_tonearest): Likewise.
20035         (ctanh_test_towardzero): Likewise.
20036         (ctanh_test_downward): Likewise.
20037         (ctanh_test_upward): Likewise.
20038         (erf_test): Use END macro without arguments.
20039         (erfc_test): Likewise.
20040         (exp_test): Likewise.
20041         (exp_test_tonearest): Likewise.
20042         (exp_test_towardzero): Likewise.
20043         (exp_test_downward): Likewise.
20044         (exp_test_upward): Likewise.
20045         (exp10_test): Likewise.
20046         (exp2_test): Likewise.
20047         (expm1_test): Likewise.
20048         (fabs_test): Likewise.
20049         (fdim_test): Likewise.
20050         (finite_test): Likewise.
20051         (floor_test): Likewise.
20052         (fma_test): Likewise.
20053         (fma_test_towardzero): Likewise.
20054         (fma_test_downward): Likewise.
20055         (fma_test_upward): Likewise.
20056         (fmax_test): Likewise.
20057         (fmin_test): Likewise.
20058         (fmod_test): Likewise.
20059         (fpclassify_test): Likewise.
20060         (frexp_test): Likewise.
20061         (gamma_test): Likewise.
20062         (hypot_test): Likewise.
20063         (ilogb_test): Likewise.
20064         (isfinite_test): Likewise.
20065         (isgreater_test): Likewise.
20066         (isgreaterequal_test): Likewise.
20067         (isinf_test): Likewise.
20068         (isless_test): Likewise.
20069         (islessequal_test): Likewise.
20070         (islessgreater_test): Likewise.
20071         (isnan_test): Likewise.
20072         (isnormal_test): Likewise.
20073         (issignaling_test): Likewise.
20074         (isunordered_test): Likewise.
20075         (j0_test): Likewise.
20076         (j1_test): Likewise.
20077         (jn_test): Likewise.
20078         (ldexp_test): Likewise.
20079         (lgamma_test): Likewise.
20080         (lrint_test): Likewise.
20081         (lrint_test_tonearest): Likewise.
20082         (lrint_test_towardzero): Likewise.
20083         (lrint_test_downward): Likewise.
20084         (lrint_test_upward): Likewise.
20085         (llrint_test): Likewise.
20086         (llrint_test_tonearest): Likewise.
20087         (llrint_test_towardzero): Likewise.
20088         (llrint_test_downward): Likewise.
20089         (llrint_test_upward): Likewise.
20090         (log_test): Likewise.
20091         (log10_test): Likewise.
20092         (log1p_test): Likewise.
20093         (log2_test): Likewise.
20094         (logb_test): Likewise.
20095         (logb_test_downward): Likewise.
20096         (lround_test): Likewise.
20097         (llround_test): Likewise.
20098         (modf_test): Likewise.
20099         (nearbyint_test): Likewise.
20100         (nextafter_test): Likewise.
20101         (nexttoward_test): Likewise.
20102         (pow_test): Likewise.
20103         (pow_test_tonearest): Likewise.
20104         (pow_test_towardzero): Likewise.
20105         (pow_test_downward): Likewise.
20106         (pow_test_upward): Likewise.
20107         (remainder_test): Likewise.
20108         (remainder_test_tonearest): Likewise.
20109         (remainder_test_towardzero): Likewise.
20110         (remainder_test_downward): Likewise.
20111         (remainder_test_upward): Likewise.
20112         (remquo_test): Likewise.
20113         (rint_test): Likewise.
20114         (rint_test_tonearest): Likewise.
20115         (rint_test_towardzero): Likewise.
20116         (rint_test_downward): Likewise.
20117         (rint_test_upward): Likewise.
20118         (round_test): Likewise.
20119         (scalb_test): Likewise.
20120         (scalbn_test): Likewise.
20121         (scalbln_test): Likewise.
20122         (signbit_test): Likewise.
20123         (sin_test): Likewise.
20124         (sin_test_tonearest): Likewise.
20125         (sin_test_towardzero): Likewise.
20126         (sin_test_downward): Likewise.
20127         (sin_test_upward): Likewise.
20128         (sincos_test): Likewise.
20129         (sinh_test): Likewise.
20130         (sinh_test_tonearest): Likewise.
20131         (sinh_test_towardzero): Likewise.
20132         (sinh_test_downward): Likewise.
20133         (sinh_test_upward): Likewise.
20134         (sqrt_test): Likewise.
20135         (tan_test): Likewise.
20136         (tan_test_tonearest): Likewise.
20137         (tan_test_towardzero): Likewise.
20138         (tan_test_downward): Likewise.
20139         (tan_test_upward): Likewise.
20140         (tanh_test): Likewise.
20141         (tgamma_test): Likewise.
20142         (trunc_test): Likewise.
20143         (y0_test): Likewise.
20144         (y1_test): Likewise.
20145         (yn_test): Likewise.
20146         (significand_test): Likewise.
20147
20148 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20149
20150         [BZ #15381]
20151         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20152
20153 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20154
20155         [BZ #14894]
20156         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20157         __ppc_mdoio and __ppc_mdoom.
20158         * manual/platform.texi: Document new functions __ppc_yield,
20159         __ppc_mdoio and __ppc_mdoom.
20160
20161 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20162
20163         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20164         (main): Mention "tls" pseudo-hwcap is legacy.
20165         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20166
20167 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20168
20169         * math/gen-libm-test.pl (parse_args): Output only string of
20170         arguments as text for test name, not full call or descriptions of
20171         tests for extra outputs.
20172         (generate_testfile): Do not pass function name to parse_args.
20173         Generate this_func variable from START.
20174         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20175         field to arg_str.
20176         (struct test_ff_f_data): Likewise.
20177         (test_ff_f_data_nexttoward): Likewise.
20178         (struct test_fi_f_data): Likewise.
20179         (struct test_fl_f_data): Likewise.
20180         (struct test_if_f_data): Likewise.
20181         (struct test_fff_f_data): Likewise.
20182         (struct test_c_f_data): Likewise.
20183         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20184         (struct test_fF_f1_data): Likewise.
20185         (struct test_ffI_f1_data): Likewise.
20186         (struct test_c_c_data): Rename test_name field to arg_str.
20187         (struct test_cc_c_data): Likewise.
20188         (struct test_f_i_data): Likewise.
20189         (struct test_ff_i_data): Likewise.
20190         (struct test_f_l_data): Likewise.
20191         (struct test_f_L_data): Likewise.
20192         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20193         and extra2_name.
20194         (COMMON_TEST_SETUP): New macro.
20195         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20196         (COMMON_TEST_CLEANUP): Likewise.
20197         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20198         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20199         macros.
20200         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20201         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20202         macros.
20203         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20204         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20205         cleanup macros.
20206         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20207         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20208         macros.
20209         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20210         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20211         macros.
20212         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20213         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20214         cleanup macros.
20215         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20216         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20217         cleanup macros.
20218         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20219         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20220         cleanup macros.
20221         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20222         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20223         macros.
20224         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20225         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20226         macros.
20227         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20228         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20229         macros.
20230         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20231         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20232         cleanup macros.
20233         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20234         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20235         cleanup macros.
20236         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20237         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20238         macros.
20239         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20240         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20241         cleanup macros.
20242         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20243         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20244         macros.
20245         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20246         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20247         macros.
20248         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20249         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20250         cleanup macros.
20251         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20252
20253 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20254
20255         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20256         to _sifields.sigfault.
20257         (si_addr_lsb): Define new macro.
20258         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20259         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20260         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20261
20262 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20263
20264         [BZ #15441]
20265         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20266         returns -1.
20267         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20268         null return -1.
20269         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20270         loading the domain.
20271
20272 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20273
20274         * math/gen-libm-test.pl (parse_args): Do not include expected
20275         result in test name.
20276         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20277         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20278         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20279         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20280         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20282
20283 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20284
20285         * benchtests/Makefile: Sort function entries.
20286
20287         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20288         tanh, asinh, acosh, atanh.
20289         * benchtests/acos-inputs: New file.
20290         * benchtests/acosh-inputs: New file.
20291         * benchtests/asin-inputs: New file.
20292         * benchtests/asinh-inputs: New file.
20293         * benchtests/atanh-inputs: New file.
20294         * benchtests/cosh-inputs: New file.
20295         * benchtests/log-inputs: New file.
20296         * benchtests/sinh-inputs: New file.
20297         * benchtests/tanh-inputs: New file.
20298
20299 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20300
20301         [BZ #15339]
20302         * posix/tst-getaddrinfo4.c: New test.
20303         * posix/Makefile (tests): Add it.
20304
20305 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20306
20307         [BZ #15339]
20308         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20309         when no services were used.
20310         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20311         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20312
20313 2013-05-21  Andreas Schwab  <schwab@suse.de>
20314
20315         [BZ #15014]
20316         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20317         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20318         successful.
20319         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20320         redundant variable declarations and reallocation of buffer when
20321         parsing as IPv6 address.  Always set NSS status when called from
20322         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20323         buffer too small.  Correct computation of needed size.
20324         * nss/Makefile (tests): Add test-digits-dots.
20325         * nss/test-digits-dots.c: New test.
20326
20327 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20328
20329         * benchtests/Makefile: Remove instructions for adding
20330         benchmark tests.
20331         * benchtests/README: New file to explain how to execute and
20332         enhance the benchmark tests.
20333
20334 2013-05-21  Andreas Schwab  <schwab@suse.de>
20335
20336         [BZ #15493]
20337         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20338         * setjmp/tst-sigsetjmp.c: New test.
20339
20340 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20341
20342         * sysdeps/x86_64/memset.S (memset): New implementation.
20343         (__bzero): Likewise.
20344         (__memset_tail): New function.
20345
20346 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20347
20348         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20349         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20350         __memcpy_sse2_unaligned ifunc selection.
20351         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20352         Add memcpy-sse2-unaligned.S.
20353         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20354         Add: __memcpy_sse2_unaligned.
20355
20356 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20357
20358         [BZ #15490]
20359         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20360         math_force_eval before restoring floating-point envrionment.
20361         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20362         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20363         Likewise.
20364         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20365         <math_private.h>.
20366         (__nearbyintl): Use math_force_eval before restoring
20367         floating-point environment.
20368         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20369
20370         * math/gen-libm-test.pl (special_functions): Remove.
20371         (parse_args): Don't handle TEST_extra.  Handle functions with no
20372         return value.
20373         * math/libm-test.inc (struct test_sincos_data): Replace with
20374         struct test_fFF_11_data.
20375         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20376         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20377         (sincos_test_data): Change element type to struct
20378         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20379         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20380         RUN_TEST_LOOP_sincos.
20381         * math/README.libm-test: Don't mention special handling of
20382         individual functions.
20383         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20384         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20385         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20386         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20387         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20389
20390         * math/gen-libm-test.pl (get_variable): Remove function.
20391         (parse_args): Don't show pointer parameters to call in test
20392         names.  Use "extra output N" in test names for extra outputs
20393         rather than naming variables.
20394
20395 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20396
20397         [BZ #15488]
20398         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20399         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20400         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20401         double tests.
20402         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20403         disable.
20404         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20405         check_long_double.
20406
20407         * math/gen-libm-test.pl (@tests): Remove variable.
20408         ($count): Likewise.
20409         (new_test): Remove function.
20410         (show_exceptions): New function.
20411         (special_functions): Use show_exceptions instead of new_test.
20412         (parse_args): Likewise.
20413         (generate_testfile): Pass only function name in generated call to
20414         print_max_error or print_complex_max_error.
20415         (get_ulps): Do not handle complex tests specially.
20416         (output_test): Rename to ...
20417         (get_all_ulps_for_test): ... this.  Return a string rather than
20418         printing to a file.  Require ulps to be present.
20419         (output_ulps): Generate arrays rather than #defines.
20420         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20421         (struct ulp_data): New type.
20422         (BUILD_COMPLEX_ULP): Remove macro.
20423         (compare_ulp_data): New function.
20424         (find_ulps): Likewise.
20425         (find_test_ulps): Likewise.
20426         (find_function_ulps): Likewise.
20427         (find_complex_function_ulps): Likewise.
20428         (print_max_error): Determine allowed ulps using
20429         find_function_ulps.
20430         (print_complex_max_error): Determine allowed ulps using
20431         find_complex_function_ulps.
20432         (check_float_internal): Determine max ulps using find_test_ulps.
20433         (check_float): Do not take max_ulp parameter.  Update call to
20434         check_float_internal.
20435         (check_complex): Likewise.
20436         (check_int): Do not take max_ulp parameter.
20437         (check_long): Likewise.
20438         (check_bool): Likewise.
20439         (check_longlong): Likewise.
20440         (struct test_f_f_data): Remove max_ulp field.
20441         (struct test_ff_f_data): Likewise.
20442         (struct test_ff_f_data_nexttoward): Likewise.
20443         (struct test_fi_f_data): Likewise.
20444         (struct test_fl_f_data): Likewise.
20445         (struct test_if_f_data): Likewise.
20446         (struct test_fff_f_data): Likewise.
20447         (struct test_c_f_data): Likewise.
20448         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20449         (struct test_fF_f1_data): Likewise.
20450         (struct test_ffI_f1_data): Likewise.
20451         (struct test_c_c_data): Remove max_ulp field.
20452         (struct test_cc_c_data): Likewise.
20453         (struct test_f_i_data): Likewise.
20454         (struct test_ff_i_data): Likewise.
20455         (struct test_f_l_data): Likewise.
20456         (struct test_f_L_data): Likewise.
20457         (struct test_sincos_data): Likewise.
20458         (RUN_TEST_f_f): Do not handle ulps.
20459         (RUN_TEST_LOOP_f_f): Likewise.
20460         (RUN_TEST_2_f): Likewise.
20461         (RUN_TEST_LOOP_2_f): Likewise.
20462         (RUN_TEST_fff_f): Likewise.
20463         (RUN_TEST_LOOP_fff_f): Likewise.
20464         (RUN_TEST_c_f): Likewise.
20465         (RUN_TEST_LOOP_c_f): Likewise.
20466         (RUN_TEST_f_f1): Likewise.
20467         (RUN_TEST_LOOP_f_f1): Likewise.
20468         (RUN_TEST_fF_f1): Likewise.
20469         (RUN_TEST_LOOP_fF_f1): Likewise.
20470         (RUN_TEST_fI_f1): Likewise.
20471         (RUN_TEST_LOOP_fI_f1): Likewise.
20472         (RUN_TEST_ffI_f1): Likewise.
20473         (RUN_TEST_LOOP_ffI_f1): Likewise.
20474         (RUN_TEST_c_c): Likewise.
20475         (RUN_TEST_LOOP_c_c): Likewise.
20476         (RUN_TEST_cc_c): Likewise.
20477         (RUN_TEST_LOOP_cc_c): Likewise.
20478         (RUN_TEST_f_i): Likewise.
20479         (RUN_TEST_LOOP_f_i): Likewise.
20480         (RUN_TEST_f_i_tg): Likewise.
20481         (RUN_TEST_LOOP_f_i_tg): Likewise.
20482         (RUN_TEST_ff_i_tg): Likewise.
20483         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20484         (RUN_TEST_f_b): Likewise.
20485         (RUN_TEST_LOOP_f_b): Likewise.
20486         (RUN_TEST_f_b_tg): Likewise.
20487         (RUN_TEST_LOOP_f_b_tg): Likewise.
20488         (RUN_TEST_f_l): Likewise.
20489         (RUN_TEST_LOOP_f_l): Likewise.
20490         (RUN_TEST_f_L): Likewise.
20491         (RUN_TEST_LOOP_f_L): Likewise.
20492         (RUN_TEST_sincos): Likewise.
20493         (RUN_TEST_LOOP_sincos): Likewise.
20494
20495 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20496
20497         [BZ #15480]
20498         [BZ #15485]
20499         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20500         main case of finite arguments, set rounding mode to FE_TONEAREST
20501         and discard exceptions.
20502         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20503         exceptions.
20504         (remainder_tonearest_test_data): New variable.
20505         (remainder_test_tonearest): New function.
20506         (remainder_towardzero_test_data): New variable.
20507         (remainder_test_towardzero): New function.
20508         (remainder_downward_test_data): New variable.
20509         (remainder_test_downward): New function.
20510         (remainder_upward_test_data): New variable.
20511         (remainder_test_upward): New function.
20512         (main): Call the new test functions.
20513
20514         * math/libm-test.inc (struct test_f_f1_data): Remove field
20515         extra_init.
20516         (struct test_fF_f1_data): Likewise.
20517         (struct test_ffI_f1_data): Likewise.
20518         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20519         based on value of EXTRA_EXPECTED.
20520         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20521         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20522         EXTRA_VAR based on value of EXTRA_EXPECTED.
20523         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20524         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20525         EXTRA_VAR based on value of EXTRA_EXPECTED.
20526         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20527         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20528         EXTRA_VAR based on value of EXTRA_EXPECTED.
20529         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20530         * math/gen-libm-test.pl (parse_args): Don't output initializers
20531         for extra output values.
20532
20533         * math/libm-test.inc (check_int): Expect result to be exactly
20534         equal to expected value and do not handle ulps.
20535         (check_long): Likewise.
20536         (check_longlong): Likewise.
20537
20538         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20539         exceptions.
20540         (cimag_test_data): Likewise.
20541         (conj_test_data): Likewise.
20542         (copysign_test_data): Likewise.
20543         (cproj_test_data): Likewise.
20544         (creal_test_data): Likewise.
20545         (fabs_test_data): Likewise.
20546         (fdim_test_data): Likewise.
20547         (finite_test_data): Likewise.
20548         (floor_test_data): Likewise.
20549         (fmax_test_data): Likewise.
20550         (fmin_test_data): Likewise.
20551         (fmod_test_data): Likewise.
20552         (fpclassify_test_data): Likewise.
20553         (frexp_test_data): Likewise.
20554         (ilogb_test_data): Likewise.
20555         (isfinite_test_data): Likewise.
20556         (isgreater_test_data): Likewise.
20557         (isgreaterequal_test_data): Likewise.
20558         (isinf_test_data): Likewise.
20559         (isless_test_data): Likewise.
20560         (islessequal_test_data): Likewise.
20561         (islessgreater_test_data): Likewise.
20562         (isnan_test_data): Likewise.
20563         (isnormal_test_data): Likewise.
20564         (issignaling_test_data): Likewise.
20565         (isunordered_test_data): Likewise.
20566         (ldexp_test_data): Likewise.
20567         (lrint_test_data): Likewise.
20568         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20569         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20570         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20571         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20572         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20573         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20574         test input.
20575         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20576         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20577         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20578         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20579         that test input.
20580         (lrint_downward_test_data): Test for "inexact" exceptions.
20581         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20582         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20583         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20584         test input.
20585         (lrint_upward_test_data): Test for "inexact" exceptions.
20586         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20587         test input.
20588         (llrint_test_data): Test for "inexact" exceptions.
20589         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20590         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20591         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20592         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20593         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20594         (llrint_downward_test_data): Test for "inexact" exceptions.
20595         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20596         (llrint_upward_test_data): Test for "inexact" exceptions.
20597         (logb_test_data): Likewise.
20598         (logb_downward_test_data): Likewise.
20599         (nextafter_test_data): Likewise.
20600         (nexttoward_test_data): Likewise.
20601         (remainder_test_data): Likewise.
20602         (remquo_test_data): Likewise.
20603         (scalbn_test_data): Likewise.
20604         (scalbln_test_data): Likewise.
20605         (signbit_test_data): Likewise.
20606         (sqrt_test_data): Likewise.
20607         (significand_test_data): Likewise.
20608
20609 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20610
20611         [BZ #15424]
20612         * benchtests/bench-modf.c (struct args): Mark arg0 as
20613         volatile.
20614         * scripts/bench.pl: Mark members of struct args as volatile.
20615
20616 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20617
20618         [BZ # 15497]
20619         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20620         negative infinity on POWER6 or lower.
20621         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20622
20623 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20624
20625         [BZ #15442]
20626         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20627         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20628         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20629         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20630         (_FP_SETQNAN): New macro.
20631         (_FP_SETQNAN_SEMIRAW): Likewise.
20632         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20633         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20634         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20635         (FP_EXTEND): Use _FP_FRAC_SNANP.
20636         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20637         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20638         into account.
20639         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20640         New macro.
20641         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20642         Likewise.
20643
20644 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20645
20646         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20647         with DIVIDE_BY_ZERO_EXCEPTION.
20648         (gamma_test_data): Likewise.
20649         (lgamma_test_data): Likewise.
20650         (log_test_data): Likewise.
20651         (log10_test_data): Likewise.
20652         (log2_test_data): Likewise.
20653         (tgamma_test_data): Likewise.
20654
20655         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20656         (acos_test_tonearest): Likewise.
20657         (acos_test_towardzero): Likewise.
20658         (acos_test_downward): Likewise.
20659         (acos_test_upward): Likewise.
20660         (acosh_test): Likewise.
20661         (asin_test): Likewise.
20662         (asin_test_tonearest): Likewise.
20663         (asin_test_towardzero): Likewise.
20664         (asin_test_downward): Likewise.
20665         (asin_test_upward): Likewise.
20666         (asinh_test): Likewise.
20667         (atan_test): Likewise.
20668         (atanh_test): Likewise.
20669         (atan2_test): Likewise.
20670         (cabs_test): Likewise.
20671         (cacos_test): Likewise.
20672         (cacosh_test): Likewise.
20673         (casin_test): Likewise.
20674         (casinh_test): Likewise.
20675         (catan_test): Likewise.
20676         (catanh_test): Likewise.
20677         (cbrt_test): Likewise.
20678         (ccos_test): Likewise.
20679         (ccosh_test): Likewise.
20680         (cexp_test): Likewise.
20681         (clog_test): Likewise.
20682         (clog10_test): Likewise.
20683         (cos_test): Likewise.
20684         (cos_test_tonearest): Likewise.
20685         (cos_test_towardzero): Likewise.
20686         (cos_test_downward): Likewise.
20687         (cos_test_upward): Likewise.
20688         (cosh_test): Likewise.
20689         (cosh_test_tonearest): Likewise.
20690         (cosh_test_towardzero): Likewise.
20691         (cosh_test_downward): Likewise.
20692         (cosh_test_upward): Likewise.
20693         (cpow_test): Likewise.
20694         (csin_test): Likewise.
20695         (csinh_test): Likewise.
20696         (csqrt_test): Likewise.
20697         (ctan_test): Likewise.
20698         (ctan_test_tonearest): Likewise.
20699         (ctan_test_towardzero): Likewise.
20700         (ctan_test_downward): Likewise.
20701         (ctan_test_upward): Likewise.
20702         (ctanh_test): Likewise.
20703         (ctanh_test_tonearest): Likewise.
20704         (ctanh_test_towardzero): Likewise.
20705         (ctanh_test_downward): Likewise.
20706         (ctanh_test_upward): Likewise.
20707         (erf_test): Likewise.
20708         (erfc_test): Likewise.
20709         (exp_test): Likewise.
20710         (exp_test_tonearest): Likewise.
20711         (exp_test_towardzero): Likewise.
20712         (exp_test_downward): Likewise.
20713         (exp_test_upward): Likewise.
20714         (exp10_test): Likewise.
20715         (exp2_test): Likewise.
20716         (expm1_test): Likewise.
20717         (fmod_test): Likewise.
20718         (gamma_test): Likewise.
20719         (hypot_test): Likewise.
20720         (j0_test): Likewise.
20721         (j1_test): Likewise.
20722         (jn_test): Likewise.
20723         (lgamma_test): Likewise.
20724         (log_test): Likewise.
20725         (log10_test): Likewise.
20726         (log1p_test): Likewise.
20727         (log2_test): Likewise.
20728         (logb_test_downward): Likewise.
20729         (pow_test): Likewise.
20730         (pow_test_tonearest): Likewise.
20731         (pow_test_towardzero): Likewise.
20732         (pow_test_downward): Likewise.
20733         (pow_test_upward): Likewise.
20734         (remainder_test): Likewise.
20735         (remquo_test): Likewise.
20736         (sin_test): Likewise.
20737         (sin_test_tonearest): Likewise.
20738         (sin_test_towardzero): Likewise.
20739         (sin_test_downward): Likewise.
20740         (sin_test_upward): Likewise.
20741         (sincos_test): Likewise.
20742         (sinh_test): Likewise.
20743         (sinh_test_tonearest): Likewise.
20744         (sinh_test_towardzero): Likewise.
20745         (sinh_test_downward): Likewise.
20746         (sinh_test_upward): Likewise.
20747         (sqrt_test): Likewise.
20748         (tan_test): Likewise.
20749         (tan_test_tonearest): Likewise.
20750         (tan_test_towardzero): Likewise.
20751         (tan_test_downward): Likewise.
20752         (tan_test_upward): Likewise.
20753         (tanh_test): Likewise.
20754         (tgamma_test): Likewise.
20755         (y0_test): Likewise.
20756         (y1_test): Likewise.
20757         (yn_test): Likewise.
20758
20759         * math/gen-libm-test.pl (adjust_arg): Remove function.
20760         (special_function): Remove argument $in_func.  Only handle
20761         generating output for tables of tests, not inside functions.
20762         (parse_args): Likewise.
20763         (generate_testfile): Remove variable $in_func.  Update call to
20764         parse_args.
20765         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20766         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20767         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20768         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20769         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20770         (MAX_VALUE_INIT): Rename macro to max_value.
20771         (MIN_VALUE_INIT): Rename macro to min_value.
20772         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20773         (plus_zero): Remove variable.
20774         (minus_zero): Likewise.
20775         (plus_infty): Likewise.
20776         (minus_infty): Likewise.
20777         (qnan_value): Likewise.
20778         (max_value): Likewise.
20779         (min_value): Likewise.
20780         (min_subnorm_value): Likewise.
20781
20782 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20783
20784         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20785         uint64_t or uint32_t usage.
20786         * crypt/sha256-block.c: Likewise.
20787         * crypt/sha256-crypt.c: Likewise.
20788         * crypt/sha256.c: Likewise.
20789         * crypt/sha512-block.c: Likewise.
20790         * crypt/sha512-crypt.c: Likewise.
20791         * crypt/sha512.c: Likewise.
20792         * debug/backtrace-tst.c: Likewise.
20793         * debug/pcprofiledump.c: Likewise.
20794         * elf/cache.c: Likewise.
20795         * elf/dl-cache.c: Likewise.
20796         * elf/dl-misc.c: Likewise.
20797         * elf/dl-profile.c: Likewise.
20798         * elf/dl-support.c: Likewise.
20799         * elf/ldconfig.c: Likewise.
20800         * elf/sprof.c: Likewise.
20801         * iconv/dummy-repertoire.c: Likewise.
20802         * iconv/iconv_charmap.c: Likewise.
20803         * iconv/skeleton.c: Likewise.
20804         * iconvdata/8bit-generic.c: Likewise.
20805         * iconvdata/cp737.h: Likewise.
20806         * iconvdata/cp775.h: Likewise.
20807         * iconvdata/ibm1008.h: Likewise.
20808         * iconvdata/ibm1025.h: Likewise.
20809         * iconvdata/ibm1046.h: Likewise.
20810         * iconvdata/ibm1097.h: Likewise.
20811         * iconvdata/ibm1112.h: Likewise.
20812         * iconvdata/ibm1122.h: Likewise.
20813         * iconvdata/ibm1123.h: Likewise.
20814         * iconvdata/ibm1124.h: Likewise.
20815         * iconvdata/ibm1129.h: Likewise.
20816         * iconvdata/ibm1130.h: Likewise.
20817         * iconvdata/ibm1132.h: Likewise.
20818         * iconvdata/ibm1133.h: Likewise.
20819         * iconvdata/ibm1137.h: Likewise.
20820         * iconvdata/ibm1140.h: Likewise.
20821         * iconvdata/ibm1141.h: Likewise.
20822         * iconvdata/ibm1142.h: Likewise.
20823         * iconvdata/ibm1143.h: Likewise.
20824         * iconvdata/ibm1144.h: Likewise.
20825         * iconvdata/ibm1145.h: Likewise.
20826         * iconvdata/ibm1146.h: Likewise.
20827         * iconvdata/ibm1147.h: Likewise.
20828         * iconvdata/ibm1148.h: Likewise.
20829         * iconvdata/ibm1149.h: Likewise.
20830         * iconvdata/ibm1153.h: Likewise.
20831         * iconvdata/ibm1154.h: Likewise.
20832         * iconvdata/ibm1155.h: Likewise.
20833         * iconvdata/ibm1156.h: Likewise.
20834         * iconvdata/ibm1157.h: Likewise.
20835         * iconvdata/ibm1158.h: Likewise.
20836         * iconvdata/ibm1160.h: Likewise.
20837         * iconvdata/ibm1161.h: Likewise.
20838         * iconvdata/ibm1162.h: Likewise.
20839         * iconvdata/ibm1163.h: Likewise.
20840         * iconvdata/ibm1164.h: Likewise.
20841         * iconvdata/ibm1166.h: Likewise.
20842         * iconvdata/ibm1167.h: Likewise.
20843         * iconvdata/ibm12712.h: Likewise.
20844         * iconvdata/ibm1390.h: Likewise.
20845         * iconvdata/ibm1399.h: Likewise.
20846         * iconvdata/ibm16804.h: Likewise.
20847         * iconvdata/ibm4517.h: Likewise.
20848         * iconvdata/ibm4899.h: Likewise.
20849         * iconvdata/ibm4909.h: Likewise.
20850         * iconvdata/ibm4971.h: Likewise.
20851         * iconvdata/ibm5347.h: Likewise.
20852         * iconvdata/ibm803.h: Likewise.
20853         * iconvdata/ibm856.h: Likewise.
20854         * iconvdata/ibm901.h: Likewise.
20855         * iconvdata/ibm902.h: Likewise.
20856         * iconvdata/ibm9030.h: Likewise.
20857         * iconvdata/ibm9066.h: Likewise.
20858         * iconvdata/ibm921.h: Likewise.
20859         * iconvdata/ibm922.h: Likewise.
20860         * iconvdata/ibm9448.h: Likewise.
20861         * iconvdata/isiri-3342.h: Likewise.
20862         * iconvdata/jis0201.h: Likewise.
20863         * include/link.h: Likewise.
20864         * include/netdb.h: Likewise.
20865         * inet/check_native.c: Likewise.
20866         * inet/check_pf.c: Likewise.
20867         * inet/getipv4sourcefilter.c: Likewise.
20868         * inet/getnameinfo.c: Likewise.
20869         * inet/getsourcefilter.c: Likewise.
20870         * inet/htonl.c: Likewise.
20871         * inet/setipv4sourcefilter.c: Likewise.
20872         * inet/setsourcefilter.c: Likewise.
20873         * inet/test-inet6_opt.c: Likewise.
20874         * inet/tst-network.c: Likewise.
20875         * locale/C-collate.c: Likewise.
20876         * locale/C-ctype.c: Likewise.
20877         * locale/C-time.c: Likewise.
20878         * locale/C-translit.h: Likewise.
20879         * locale/loadarchive.c: Likewise.
20880         * locale/programs/3level.h: Likewise.
20881         * locale/programs/charmap.c: Likewise.
20882         * locale/programs/charmap.h: Likewise.
20883         * locale/programs/ld-address.c: Likewise.
20884         * locale/programs/ld-collate.c: Likewise.
20885         * locale/programs/ld-ctype.c: Likewise.
20886         * locale/programs/ld-identification.c: Likewise.
20887         * locale/programs/ld-measurement.c: Likewise.
20888         * locale/programs/ld-messages.c: Likewise.
20889         * locale/programs/ld-monetary.c: Likewise.
20890         * locale/programs/ld-name.c: Likewise.
20891         * locale/programs/ld-numeric.c: Likewise.
20892         * locale/programs/ld-paper.c: Likewise.
20893         * locale/programs/ld-telephone.c: Likewise.
20894         * locale/programs/ld-time.c: Likewise.
20895         * locale/programs/linereader.c: Likewise.
20896         * locale/programs/locale.c: Likewise.
20897         * locale/programs/locarchive.c: Likewise.
20898         * locale/programs/locfile.h: Likewise.
20899         * locale/programs/repertoire.c: Likewise.
20900         * locale/programs/simple-hash.c: Likewise.
20901         * locale/programs/simple-hash.h: Likewise.
20902         * malloc/memusage.c: Likewise.
20903         * malloc/memusagestat.c: Likewise.
20904         * nis/nis_defaults.c: Likewise.
20905         * nis/nis_hash.c: Likewise.
20906         * nis/nis_print.c: Likewise.
20907         * nis/nis_xdr.c: Likewise.
20908         * nscd/connections.c: Likewise.
20909         * nscd/hstcache.c: Likewise.
20910         * nscd/nscd_gethst_r.c: Likewise.
20911         * nscd/nscd_getserv_r.c: Likewise.
20912         * nscd/nscd_helper.c: Likewise.
20913         * nscd/servicescache.c: Likewise.
20914         * nss/makedb.c: Likewise.
20915         * nss/nss_db/db-XXX.c: Likewise.
20916         * nss/nss_db/db-initgroups.c: Likewise.
20917         * nss/nss_db/db-netgrp.c: Likewise.
20918         * nss/nss_files/files-network.c: Likewise.
20919         * nss/nss_files/files-parse.c: Likewise.
20920         * posix/bug-regex5.c: Likewise.
20921         * posix/fnmatch_loop.c: Likewise.
20922         * posix/regcomp.c: Likewise.
20923         * posix/regexec.c: Likewise.
20924         * posix/tst-rfc3484-2.c: Likewise.
20925         * posix/tst-rfc3484-3.c: Likewise.
20926         * posix/tst-rfc3484.c: Likewise.
20927         * resolv/nss_dns/dns-canon.c: Likewise.
20928         * resolv/nss_dns/dns-network.c: Likewise.
20929         * resolv/res_init.c: Likewise.
20930         * resolv/res_mkquery.c: Likewise.
20931         * resolv/tst-aton.c: Likewise.
20932         * stdlib/cxa_atexit.c: Likewise.
20933         * stdlib/cxa_finalize.c: Likewise.
20934         * stdlib/gen-fpioconst.c: Likewise.
20935         * stdlib/strtol_l.c: Likewise.
20936         * string/tst-endian.c: Likewise.
20937         * sunrpc/auth_des.c: Likewise.
20938         * sunrpc/clnt_udp.c: Likewise.
20939         * sunrpc/rtime.c: Likewise.
20940         * sunrpc/svcauth_des.c: Likewise.
20941         * sunrpc/xdr.c: Likewise.
20942         * sunrpc/xdr_intXX_t.c: Likewise.
20943         * sunrpc/xdr_rec.c: Likewise.
20944         * sysdeps/generic/ldconfig.h: Likewise.
20945         * sysdeps/generic/ldsodefs.h: Likewise.
20946         * sysdeps/generic/memusage.h: Likewise.
20947         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20948         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20949         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20950         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20951         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20952         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20953         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20954         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20955         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20956         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20957         * sysdeps/posix/getaddrinfo.c: Likewise.
20958         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20959         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20960         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20961         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20962         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20963         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20964         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20965         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20966         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20967         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20968         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20969         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20970         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20971         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20972         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20973         * sysdeps/x86_64/dl-tls.h: Likewise.
20974         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20975         * time/alt_digit.c: Likewise.
20976         * time/era.c: Likewise.
20977         * wcsmbs/tst-c16c32-1.c: Likewise.
20978
20979 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20980
20981         * math/libm-test.inc (struct test_sincos_data): New type.
20982         (RUN_TEST_LOOP_sincos): New macro.
20983         (sincos_test_data): New variable.
20984         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20985
20986 2013-05-16  Richard Henderson  <rth@redhat.com>
20987
20988         * math/atest-exp2.c (LIMB64): New macro.
20989         (CONSTSZ): New macro.
20990         (mp_exp1, mp_exp_m1, mp_log2): New variables.
20991         (hexdig): Move ...
20992         (print_mpn_fp): ... to function scope.
20993         (read_mpn_hex): Remove.
20994         (get_log2): Remove.
20995         (exp2_mpn): Use mp_log2.
20996         (main): Use mp_exp1.
20997
20998 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20999
21000         * math/libm-test.inc: Remove comment about not testing "inexact"
21001         exceptions.
21002         (INEXACT_EXCEPTION): New macro.
21003         (NO_INEXACT_EXCEPTION): Likewise.
21004         (INVALID_EXCEPTION_OK): Update value.
21005         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21006         (OVERFLOW_EXCEPTION_OK): Likewise.
21007         (UNDERFLOW_EXCEPTION_OK): Likewise.
21008         (IGNORE_ZERO_INF_SIGN): Likewise.
21009         (ERRNO_UNCHANGED): Likewise.
21010         (ERRNO_EDOM): Likewise.
21011         (ERRNO_ERANGE): Likewise.
21012         (test_exceptions): Handle testing "inexact" exceptions.
21013         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21014         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21015         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21016         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21017         INEXACT_EXCEPTION.
21018         (rint_towardzero_test_data): Likewise.
21019         (rint_downward_test_data): Likewise.
21020         (rint_upward_test_data): Likewise.
21021
21022         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21023         with OVERFLOW_EXCEPTION.
21024         (exp10_test_data): Likewise.
21025         (exp2_test_data): Likewise.
21026         (expm1_test_data): Likewise.
21027         (lgamma_test_data): Likewise.
21028         (pow_test_data): Likewise.
21029         (tgamma_test_data): Likewise.
21030         (yn_test_data): Remove duplicate test of overflow.
21031
21032         * math/libm-test.inc (struct test_cc_c_data): New type.
21033         (RUN_TEST_LOOP_cc_c): New macro.
21034         (cpow_test_data): New variable.
21035         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21036
21037         * math/libm-test.inc (struct test_f_L_data): New type.
21038         (RUN_TEST_LOOP_f_L): New macro.
21039         (llrint_test_data): New variable.
21040         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21041         (llrint_tonearest_test_data): New variable.
21042         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21043         (llrint_towardzero_test_data): New variable.
21044         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21045         (llrint_downward_test_data): New variable.
21046         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21047         (llrint_upward_test_data): New variable.
21048         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21049         (llround_test_data): New variable.
21050         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21051
21052 2013-05-13  Peter Collingbourne  <pcc@google.com>
21053
21054         * math/atest-exp2.c (get_log2): Remove const attribute.
21055
21056 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21057
21058         * math/libm-test.inc (struct test_f_l_data): New type.
21059         (RUN_TEST_LOOP_f_l): New macro.
21060         (lrint_test_data): New variable.
21061         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21062         (lrint_tonearest_test_data): New variable.
21063         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21064         (lrint_towardzero_test_data): New variable.
21065         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21066         (lrint_downward_test_data): New variable.
21067         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21068         (lrint_upward_test_data): New variable.
21069         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21070         (lround_test_data): New variable.
21071         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21072
21073 2013-05-15  Peter Collingbourne  <pcc@google.com>
21074
21075         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21076         (EXTRACT_WORDS64) Use where appropriate.
21077         (INSERT_WORDS64) Likewise.
21078
21079         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21080         constraints with x constraints.
21081         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21082
21083         * malloc/obstack.c (_obstack_compat): Add initializer.
21084
21085 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21086
21087         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21088         si_trapno and add si_addr_lsb to _sifields.sigfault.
21089         (si_trapno): Remove macro.
21090         (si_addr_lsb): Define new macro.
21091         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21092
21093 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21094
21095         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21096         instead of TEST_f_l.
21097         (llrint_test_tonearest): Likewise.
21098         (llrint_test_towardzero): Likewise.
21099         (llrint_test_downward): Likewise.
21100         (llrint_test_upward): Likewise.
21101         (llround_test): Likewise.
21102
21103         * math/libm-test.inc (struct test_f_i_data): Add comment.
21104         (RUN_TEST_LOOP_f_b): New macro.
21105         (RUN_TEST_LOOP_f_b_tg): Likewise.
21106         (finite_test_data): New variable.
21107         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21108         (isfinite_test_data): New variable.
21109         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21110         (isinf_test_data): New variable.
21111         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21112         (isnan_test_data): New variable.
21113         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21114         (isnormal_test_data): New variable.
21115         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21116         (issignaling_test_data): New variable.
21117         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21118         (signbit_test_data): New variable.
21119         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21120
21121         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21122         with INVALID_EXCEPTION.
21123         (acosh_test_data): Likewise.
21124         (asin_test_data): Likewise.
21125         (atanh_test_data): Likewise.
21126         (fmod_test_data): Likewise.
21127         (log_test_data): Likewise.
21128         (log10_test_data): Likewise.
21129         (log2_test_data): Likewise.
21130         (pow_test_data): Likewise.
21131         (sqrt_test_data): Likewise.
21132         (y0_test_data): Likewise.
21133         (y1_test_data): Likewise.
21134         (yn_test_data): Likewise.
21135
21136         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21137         function contents.
21138
21139         * math/libm-test.inc (struct test_ff_i_data): New type.
21140         (RUN_TEST_LOOP_ff_i_tg): New macro.
21141         (isgreater_test_data): New variable.
21142         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21143         (isgreaterequal_test_data): New variable.
21144         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21145         (isless_test_data): New variable.
21146         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21147         (islessequal_test_data): New variable.
21148         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21149         (islessgreater_test_data): New variable.
21150         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21151         (isunordered_test_data): New variable.
21152         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21153
21154 2013-05-14  David S. Miller  <davem@davemloft.net>
21155
21156         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21157
21158 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21159
21160         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21161
21162         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21163         extra_test to int.
21164         (struct test_f_i_data): Change type of max_ulp to int.
21165
21166         * math/libm-test.inc (test_ffI_f1_data): New type.
21167         (RUN_TEST_LOOP_ffI_f1): New macro.
21168         (remquo_test_data): New variable.
21169         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21170
21171         * setjmp/tst-setjmp-fp.c: New file.
21172         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21173         (link-libm): New variable.
21174         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21175
21176         * math/libm-test.inc (struct test_f_i_data): New type.
21177         (RUN_TEST_LOOP_f_i): New macro.
21178         (RUN_TEST_LOOP_f_i_tg): Likewise.
21179         (fpclassify_test_data): New variable.
21180         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21181         (ilogb_test_data): New variable.
21182         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21183
21184         * math/libm-test.inc (scalbln_test): Correct function name in END
21185         call.
21186
21187         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21188         (RUN_TEST_LOOP_fI_f1): New macro.
21189         (frexp_test_data): New variable.
21190         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21191
21192         * math/libm-test.inc (struct test_fF_f1_data): New type.
21193         (RUN_TEST_LOOP_fF_f1): New macro.
21194         (modf_test_data): New variable.
21195         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21196
21197         * math/libm-test.inc (struct test_f_f1_data): New type.
21198         (RUN_TEST_LOOP_f_f1): New macro.
21199         (gamma_test_data): New variable.
21200         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21201         (lgamma_test_data): New variable.
21202         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21203
21204 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21205
21206         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21207         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21208         (main): Comment "tls" pseudo-hwcap.
21209
21210 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21211
21212         * math/libm-test.inc (struct test_fl_f_data): New type.
21213         (RUN_TEST_LOOP_fl_f): New variable.
21214         (scalbln_test_data): New variable.
21215         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21216
21217         * math/libm-test.inc (struct test_fi_f_data): New type.
21218         (RUN_TEST_LOOP_fi_f): New macro.
21219         (ldexp_test_data): New variable.
21220         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21221         (scalbn_test_data): New variable.
21222         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21223
21224         * math/libm-test.inc (struct test_c_f_data): New type.
21225         (RUN_TEST_LOOP_c_f): New macro.
21226         (cabs_test_data): New variable.
21227         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21228         (carg_test_data): New variable.
21229         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21230         (cimag_test_data): New variable.
21231         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21232         (creal_test_data): New variable.
21233         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21234
21235         * math/libm-test.inc (struct test_if_f_data): New type.
21236         (RUN_TEST_LOOP_if_f): New macro.
21237         (jn_test_data): New variable.
21238         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21239         (yn_test_data): New variable.
21240         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21241
21242         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21243
21244 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21245
21246         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21247         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21248
21249 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21250
21251         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21252         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21253         (bench-deps): Add bench-timing.h.
21254         * benchtests-bench-skeleton.c: Include bench-timing.h.
21255         (main): Use TIMING_* macros instead of clock_gettime.
21256         * benchtests/bench-timing.h: New file.
21257
21258         [BZ #14582]
21259         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21260         Renamed from _LIB_VERSION.
21261         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21262
21263 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21264
21265         * math/libm-test.inc (struct test_fff_f_data): New type.
21266         (RUN_TEST_LOOP_fff_f): New macro.
21267         (fma_test_data): New variable.
21268         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21269         (fma_towardzero_test_data): New variable.
21270         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21271         (fma_downward_test_data): New variable.
21272         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21273         (fma_upward_test_data): New variable.
21274         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21275
21276         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21277         (struct test_c_c_data): New type.
21278         (RUN_TEST_LOOP_c_c): New macro.
21279         (cacos_test_data): New variable.
21280         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21281         (cacosh_test_data): New variable.
21282         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21283         (casin_test_data): New variable.
21284         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21285         (casinh_test_data): New variable.
21286         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21287         (catan_test_data): New variable.
21288         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21289         (catanh_test_data): New variable.
21290         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21291         (ccos_test_data): New variable.
21292         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21293         (ccosh_test_data): New variable.
21294         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21295         (cexp_test_data): New variable.
21296         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21297         (clog_test_data): New variable.
21298         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21299         (clog10_test_data): New variable.
21300         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21301         (conj_test_data): New variable.
21302         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21303         (cproj_test_data): New variable.
21304         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21305         (csin_test_data): New variable.
21306         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21307         (csinh_test_data): New variable.
21308         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21309         (csqrt_test_data): New variable.
21310         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21311         (ctan_test_data): New variable.
21312         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21313         (ctan_tonearest_test_data): New variable.
21314         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21315         (ctan_towardzero_test_data): New variable.
21316         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21317         (ctan_downward_test_data): New variable.
21318         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21319         (ctan_upward_test_data): New variable.
21320         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21321         (ctanh_test_data): New variable.
21322         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21323         (ctanh_tonearest_test_data): New variable.
21324         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21325         (ctanh_towardzero_test_data): New variable.
21326         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21327         (ctanh_downward_test_data): New variable.
21328         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21329         (ctanh_upward_test_data): New variable.
21330         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21331         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21332         of BUILD_COMPLEX.
21333
21334         * math/libm-test.inc (struct test_ff_f_data): New type.
21335         (struct test_ff_f_data_nexttoward): Likewise.
21336         (RUN_TEST_LOOP_2_f): New macro.
21337         (RUN_TEST_LOOP_ff_f): Likewise.
21338         (atan2_test_data): New variable.
21339         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21340         (copysign_test_data): New variable.
21341         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21342         (fdim_test_data): New variable.
21343         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21344         (fmax_test_data): New variable.
21345         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21346         (fmin_test_data): New variable.
21347         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21348         (fmod_test_data): New variable.
21349         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21350         (hypot_test_data): New variable.
21351         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21352         (nextafter_test_data): New variable.
21353         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21354         (nexttoward_test_data): New variable.
21355         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21356         (pow_test_data): New variable.
21357         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21358         (pow_tonearest_test_data): New variable.
21359         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21360         (pow_towardzero_test_data): New variable.
21361         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21362         (pow_downward_test_data): New variable.
21363         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21364         (pow_upward_test_data): New variable.
21365         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21366         (remainder_test_data): New variable.
21367         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21368         (scalb_test_data): New variable.
21369         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21370         * sysdeps/i386/fpu/libm-test-ulps: Update.
21371
21372 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21373
21374         * math/libm-test.inc (fma_test): Use max_value instead of local
21375         variable fltmax.
21376         (nextafter_test): Likewise.
21377
21378         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21379         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21380         (acos_downward_test_data): New variable.
21381         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21382         (acos_upward_test_data): New variable.
21383         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21384         (acosh_test_data): New variable.
21385         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21386         (asin_test_data): New variable.
21387         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21388         (asin_tonearest_test_data): New variable.
21389         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21390         (asin_towardzero_test_data): New variable.
21391         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21392         (asin_downward_test_data): New variable.
21393         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21394         (asin_upward_test_data): New variable.
21395         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21396         (asinh_test_data): New variable.
21397         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21398         (atan_test_data): New variable.
21399         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21400         (atanh_test_data): New variable.
21401         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21402         (cbrt_test_data): New variable.
21403         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21404         (ceil_test_data): New variable.
21405         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21406         (cos_test_data): New variable.
21407         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21408         (cos_tonearest_test_data): New variable.
21409         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21410         (cos_towardzero_test_data): New variable.
21411         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21412         (cos_downward_test_data): New variable.
21413         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21414         (cos_upward_test_data): New variable.
21415         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21416         (cosh_test_data): New variable.
21417         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21418         (cosh_tonearest_test_data): New variable.
21419         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21420         (cosh_towardzero_test_data): New variable.
21421         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21422         (cosh_downward_test_data): New variable.
21423         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21424         (cosh_upward_test_data): New variable.
21425         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21426         (erf_test_data): New variable.
21427         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21428         (erfc_test_data): New variable.
21429         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21430         (exp_test_data): New variable.
21431         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21432         (exp_tonearest_test_data): New variable.
21433         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21434         (exp_towardzero_test_data): New variable.
21435         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21436         (exp_downward_test_data): New variable.
21437         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21438         (exp_upward_test_data): New variable.
21439         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21440         (exp10_test_data): New variable.
21441         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21442         (exp2_test_data): New variable.
21443         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21444         (expm1_test_data): New variable.
21445         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21446         (fabs_test_data): New variable.
21447         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21448         (floor_test_data): New variable.
21449         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21450         (j0_test_data): New variable.
21451         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21452         (j1_test_data): New variable.
21453         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21454         (log_test_data): New variable.
21455         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21456         (log10_test_data): New variable.
21457         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21458         (log1p_test_data): New variable.
21459         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21460         (log2_test_data): New variable.
21461         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21462         (logb_test_data): New variable.
21463         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21464         (logb_downward_test_data): New variable.
21465         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21466         (nearbyint_test_data): New variable.
21467         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21468         (rint_test_data): New variable.
21469         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21470         (rint_tonearest_test_data): New variable.
21471         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21472         (rint_towardzero_test_data): New variable.
21473         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21474         (rint_downward_test_data): New variable.
21475         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21476         (rint_upward_test_data): New variable.
21477         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21478         (round_test_data): New variable.
21479         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21480         (sin_test_data): New variable.
21481         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21482         (sin_tonearest_test_data): New variable.
21483         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21484         (sin_towardzero_test_data): New variable.
21485         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21486         (sin_downward_test_data): New variable.
21487         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21488         (sin_upward_test_data): New variable.
21489         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21490         (sinh_test_data): New variable.
21491         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21492         (sinh_tonearest_test_data): New variable.
21493         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21494         (sinh_towardzero_test_data): New variable.
21495         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21496         (sinh_downward_test_data): New variable.
21497         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21498         (sinh_upward_test_data): New variable.
21499         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21500         (sqrt_test_data): New variable.
21501         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21502         (tan_test_data): New variable.
21503         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21504         (tan_tonearest_test_data): New variable.
21505         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21506         (tan_towardzero_test_data): New variable.
21507         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21508         (tan_downward_test_data): New variable.
21509         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21510         (tan_upward_test_data): New variable.
21511         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21512         (tanh_test_data): New variable.
21513         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21514         (tgamma_test_data): New variable.
21515         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21516         (trunc_test_data): New variable.
21517         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21518         (y0_test_data): New variable.
21519         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21520         (y1_test_data): New variable.
21521         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21522         (significand_test_data): New variable.
21523         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21524
21525 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21526
21527         [BZ #12387]
21528         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21529
21530 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21531
21532         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21533
21534 2013-05-10  Andreas Jaeger  <aj@suse.de>
21535
21536         [BZ #15448]
21537         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21538         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21539
21540 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21541
21542         * math/gen-libm-test.pl (adjust_arg): New function.
21543         (special_functions): Handle generating output in both functions
21544         and arrays.
21545         (parse_args): Likewise.
21546         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21547         $in_func argument to parse_args.
21548         * math/libm-test.inc (struct test_f_f_data): New type.
21549         (IF_ROUND_INIT_): New macro.
21550         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21551         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21552         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21553         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21554         (ROUND_RESTORE_): Likewise.
21555         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21556         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21557         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21558         (ROUND_RESTORE_FE_UPWARD): Likewise.
21559         (RUN_TEST_LOOP_f_f): New macro.
21560         (acos_test_data): New variable.
21561         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21562         (acos_tonearest_test_data): New variable.
21563         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21564
21565 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21566
21567         * benchtests/bench-skeleton.c (startup): Fix coding style.
21568
21569 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21570
21571         [BZ #6809]
21572         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21573         negative infinity argument.
21574         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21575         negative infinity argument.
21576         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21577         negative infinity argument.
21578         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21579         domain errors.
21580
21581 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21582
21583         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21584         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21585         * iconv/iconv_prog.c (main): Likewise.
21586         * locale/programs/charmap-dir.c (charmap_readdir)
21587         (fopen_uncompressed): Likewise.
21588         * locale/programs/locfile.c (siblings_uncached)
21589         (write_locale_data): Use lstat64 instead of lstat.
21590         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21591         stat.
21592
21593 2013-05-10  Andreas Jaeger  <aj@suse.de>
21594
21595         [BZ #15395]
21596         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21597         localization.
21598         Include <locale.h>.
21599
21600 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21601
21602         * elf/dl-close.c (_dl_close_worker): Add comments.
21603
21604 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21605
21606         [BZ #15359]
21607         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21608         high part of pi/2.
21609         (__ieee754_rem_pio2l): Update comments.
21610
21611         [BZ #15429]
21612         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21613         high part of pi/2.
21614         (__ieee754_rem_pio2l): Update comments.
21615
21616         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21617         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21618
21619         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21620         M_PI_4l.
21621
21622         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21623         (M_PI_34_LOG10El): Likewise.
21624         (M_PI2_LOG10El): Likewise.
21625         (M_PI4_LOG10El): Likewise.
21626         (M_PI_LOG10El): Likewise.
21627
21628 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21629
21630         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21631
21632 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21633
21634         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21635         (MINUS_ZERO_INIT): Likewise.
21636         (PLUS_INFTY_INIT): Likewise.
21637         (MINUS_INFTY_INIT): Likewise.
21638         (QNAN_VALUE_INIT): Likewise.
21639         (MAX_VALUE_INIT): Likewise.
21640         (MIN_VALUE_INIT): Likewise.
21641         (MIN_SUBNORM_VALUE_INIT): Likewise.
21642         (plus_zero): Initialize with PLUS_ZERO_INIT.
21643         (minus_zero): Initialize with MINUS_ZERO_INIT.
21644         (plus_infty): Initialize with PLUS_INFTY_INIT.
21645         (minus_infty): Initialize with MINUS_INFTY_INIT.
21646         (qnan_value): Initialize with QNAN_VALUE_INIT.
21647         (max_value): Initialize with MAX_VALUE_INIT.
21648         (min_value): Initialize with MIN_VALUE_INIT.
21649         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21650
21651         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21652         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21653         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21654         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21655
21656         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21657         (RUN_TEST_2_f): Likewise.
21658         (RUN_TEST_ff_f): Likewise.
21659         (RUN_TEST_fi_f): Likewise.
21660         (RUN_TEST_fl_f): Likewise.
21661         (RUN_TEST_fff_f): Likewise.
21662         (RUN_TEST_c_f): Likewise.
21663         (RUN_TEST_f_f1): Likewise.
21664         (RUN_TEST_fF_f1): Likewise.
21665         (RUN_TEST_fI_f1): Likewise.
21666         (RUN_TEST_ffI_f1): Likewise.
21667         (RUN_TEST_c_c): Likewise.
21668         (RUN_TEST_cc_c): Likewise.
21669         (RUN_TEST_f_i): Likewise.
21670         (RUN_TEST_f_i_tg): Likewise.
21671         (RUN_TEST_ff_i_tg): Likewise.
21672         (RUN_TEST_f_b): Likewise.
21673         (RUN_TEST_f_b_tg): Likewise.
21674         (RUN_TEST_f_l): Likewise.
21675         (RUN_TEST_f_L): Likewise.
21676         (RUN_TEST_sincos): Likewise.
21677         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21678         whether to show exceptions.  Do not include ");\n" in return
21679         value.
21680         (special_functions): Output call to RUN_TEST_sincos instead of
21681         check_float calls.  Update calls to new_test.
21682         (parse_args): Output call to single RUN_TEST_* macro instead of
21683         check_* calls and other assignments.  Update calls to new_test.
21684
21685         [BZ #2546]
21686         [BZ #2560]
21687         [BZ #5159]
21688         [BZ #15426]
21689         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21690         input to result for tgamma overflow.
21691         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21692         (gamma_coeff): New variable.
21693         (NCOEFF): New macro.
21694         (gamma_positive): New function.
21695         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21696         underflow here.  Use gamma_positive instead of exp (lgamma) for
21697         other arguments.
21698         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21699         (gamma_coeff): New variable.
21700         (NCOEFF): New macro.
21701         (gammaf_positive): New function.
21702         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21703         underflow here.  Use gamma_positive instead of exp (lgamma) for
21704         other arguments.
21705         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21706         (gamma_coeff): New variable.
21707         (NCOEFF): New macro.
21708         (gammal_positive): New function.
21709         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21710         underflow here.  Use gamma_positive instead of exp (lgamma) for
21711         other arguments.
21712         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21713         (gamma_coeff): New variable.
21714         (NCOEFF): New macro.
21715         (gammal_positive): New function.
21716         (__ieee754_gammal_r): Handle positive infinity, overflow and
21717         underflow here.  Handle NaN the same as positive infinity.  Remove
21718         check x < 0xffffffff for negative integers.  Use gamma_positive
21719         instead of exp (lgamma) for other arguments.
21720         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21721         (gamma_coeff): New variable.
21722         (NCOEFF): New macro.
21723         (gammal_positive): New function.
21724         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21725         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21726         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21727         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21728         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21729         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21730         * sysdeps/generic/math_private.h (__gamma_productf): New
21731         prototype.
21732         (__gamma_product): Likewise.
21733         (__gamma_productl): Likewise.
21734         * math/Makefile (libm-calls): Add gamma_product.
21735         * math/libm-test.inc (tgamma_test): Add more tests.
21736         * sysdeps/i386/fpu/libm-test-ulps: Update.
21737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21738
21739 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21740
21741         * benchtests/bench-skeleton.c (main): Preheat CPU.
21742
21743 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21744
21745         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21746
21747 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21748
21749         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21750         and _dl_skip_args_internal.
21751
21752 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21753
21754         * manual/message.texi (Message Translation): Talk about users.
21755         Message to key mapping impacts design.
21756
21757 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21758
21759         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21760
21761         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21762
21763         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21764         * sysdeps/wordsize-64/glob64.c: ... here.
21765
21766         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21767         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21768         New macros.
21769
21770         * debug/getlogin_r_chk.c: Moved to ...
21771         * login/getlogin_r_chk.c: ... here.
21772         * debug/Makefile (routines): Move getlogin_r_chk to ...
21773         * login/Makefile (routines): ... here.
21774         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21775         * login/Versions (libc: GLIBC_2.4): ... here.
21776
21777         * io/poll.c (__poll): Renamed from poll.
21778         Add libc_hidden_def.
21779         (poll): Define as weak alias.
21780
21781         * debug/ptsname_r_chk.c: Moved to ...
21782         * login/ptsname_r_chk.c: ... here.
21783         * debug/Makefile (routines): Move ptsname_r_chk to ...
21784         * login/Makefile (routines): ... here.
21785         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21786         * login/Versions (libc: GLIBC_2.4): ... here.
21787
21788         * posix/getlogin.c: Moved to ...
21789         * login/getlogin.c: ... here.
21790         * posix/getlogin_r.c: Moved to ...
21791         * login/getlogin_r.c: ... here.
21792         * posix/getlogin_r.c: Moved to ...
21793         * login/getlogin_r.c: ... here.
21794         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21795         * login/Makefile (routines): ... here.
21796         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21797         * login/Versions (libc: GLIBC_2.0): ... here.
21798
21799         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21800         (setrlimit): Define as weak alias.
21801
21802         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21803         Call __ names for open, ftruncate, and close.
21804         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21805         (truncate): Define as weak alias.
21806
21807 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21808
21809         * math/gen-libm-test.pl (parse_args): Initialize x before each
21810         test of frexp, modf and remquo.
21811
21812         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21813         test signgam value.
21814
21815 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21816
21817         [BZ #15418]
21818         [BZ #15419]
21819         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21820         internal tests.
21821         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21822
21823 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21824
21825         * elf/dl-writev.h: New file.
21826         * elf/dl-misc.c: Include it.
21827         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21828         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21829
21830 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21831
21832         * math/libm-test.inc (noXFails): Remove variable.
21833         (noXPasses): Likewise.
21834         (BUILD_COMPLEX_INT): Remove macro.
21835         (print_screen): Remove xfail argument.
21836         (print_screen_max_error): Likewise.
21837         (update_stats): Likewise.
21838         (print_max_error): Likewise.  Update calls to other affected
21839         functions.
21840         (print_complex_max_error): Likewise.
21841         (test_single_exception): Update calls to print_screen.
21842         (test_single_errno): Likewise.
21843         (check_float_internal): Remove xfail argument.  Update calls to
21844         other affected functions.
21845         (check_float): Likewise.
21846         (check_complex): Likewise.
21847         (check_int): Likewise.
21848         (check_long): Likewise.
21849         (check_bool): Likewise.
21850         (check_longlong): Likewise.
21851         (main): Don't print noXFails and noXPasses.
21852         * math/gen-libm-test.pl (top level): Don't mention expected
21853         failure handling in comment.
21854         (new_test): Don't handle expected failures.
21855         (parse_args): Don't mention expected failure handling in comment.
21856         (generate_testfile): Don't handle expected failures.
21857         (parse_ulps): Likewise.
21858         (print_ulps_file): Likewise.
21859         (get_failure): Remove function.
21860         (output_test): Don't handle expected failures.
21861         * make/README.libm-test: Don't mention expected failure handling.
21862
21863         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21864         (minus_zero): Likewise.
21865         (plus_infty): Likewise.
21866         (minus_infty): Likewise.
21867         (qnan_value): Likewise.
21868         (max_value): Likewise.
21869         (min_value): Likewise.
21870         (min_subnorm_value): Likewise.
21871         (initialize): Do not initialize those variables dynamically.
21872
21873 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21874
21875         * io/open.c (__open_2): Moved to ...
21876         * io/open_2.c: ... this new file.
21877         * io/open64.c (__open64_2): Moved to ...
21878         * io/open64_2.c: ... this new file.
21879         * io/openat.c (__openat_2): Moved to ...
21880         * io/openat_2.c: ... this new file.
21881         * io/openat64.c (__openat64_2): Moved to ...
21882         * io/openat64_2.c: ... this new file.
21883         * io/Makefile (routines): Add them.
21884         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21885         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21886         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21887         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21888         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21889         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21890         (__openat64): Add hidden_ver.
21891         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21892         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21893
21894         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21895         Separately conditionalize setting of GLRO(dl_sysinfo) so
21896         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21897         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21898
21899 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21900
21901         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21902         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21903         definition.
21904         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21905         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21906         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21907         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21908         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21909
21910 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21911
21912         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21913         test signgam value.
21914
21915         * math/libm-test.inc (hypot_test): Do not use
21916         IGNORE_ZERO_INF_SIGN.
21917
21918 2013-05-03  Andreas Jaeger  <aj@suse.de>
21919
21920         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21921         Linux 3.9.
21922         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21923         (PF_MAX): Adjust for VSOCK change.
21924
21925 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21926
21927         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21928
21929 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21930
21931         [BZ #15264]
21932         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21933         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21934         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21935
21936 2013-05-02  David S. Miller  <davem@davemloft.net>
21937
21938         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21939
21940 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21941
21942         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21943
21944 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21945
21946         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21947
21948 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21949
21950         [BZ #14952]
21951         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21952         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21953         Use __attribute__ ((__gnu_inline__)).
21954         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21955         Don't use __attribute__ ((__gnu_inline__)).
21956
21957 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21958
21959         [BZ #15423]
21960         * math/s_catan.c (__catan): Handle small real or imaginary part of
21961         input specially to avoid spurious underflow.
21962         * math/s_catanf.c (__catanf): Likewise.
21963         * math/s_catanh.c (__catanh): Likewise.
21964         * math/s_catanhf.c (__catanhf): Likewise.
21965         * math/s_catanhl.c (__catanhl): Likewise.
21966         * math/s_catanl.c (__catanl): Likewise.
21967         * math/libm-test.inc (catan_test): Add more tests.
21968         (catanh_test): Likewise.
21969         * sysdeps/i386/fpu/libm-test-ulps: Update.
21970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21971
21972 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21973
21974         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21975
21976 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21977
21978         [BZ #15416]
21979         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21980         accurately for denominator in atan2.
21981         * math/s_catanf.c (__catanf): Likewise.
21982         * math/s_catanh.c (__catanh): Likewise.
21983         * math/s_catanhf.c (__catanhf): Likewise.
21984         * math/s_catanhl.c (__catanhl): Likewise.
21985         * math/s_catanl.c (__catanl): Likewise.
21986         * math/libm-test.inc (catan_test): Add more tests.
21987         (catanh_test): Likewise.
21988         * sysdeps/i386/fpu/libm-test-ulps: Update.
21989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21990
21991 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21992
21993         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
21994
21995         * benchtests/Makefile (bench): Remove slow benchmarks.
21996         * benchtests/atan-inputs: Add slow benchmark inputs.
21997         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
21998         (BENCH_FUNC): Accept variant offset.
21999         (VARIANT): Define.
22000         * benchtests/bench-skeleton.c (main): Run benchmark for each
22001         variant.
22002         * benchtests/cos-inputs: Add slow benchmark inputs.
22003         * benchtests/exp-inputs: Likewise.
22004         * benchtests/pow-inputs: Likewise.
22005         * benchtests/sin-inputs: Likewise.
22006         * benchtests/slowatan-inputs: Remove.
22007         * benchtests/slowatan.c: Remove.
22008         * benchtests/slowcos-inputs: Remove.
22009         * benchtests/slowcos.c: Remove.
22010         * benchtests/slowexp-inputs: Remove.
22011         * benchtests/slowexp.c: Remove.
22012         * benchtests/slowpow-inputs: Remove.
22013         * benchtests/slowpow.c: Remove.
22014         * benchtests/slowsin-inputs: Remove.
22015         * benchtests/slowsin.c: Remove.
22016         * benchtests/slowtan-inputs: Remove.
22017         * benchtests/slowtan.c: Remove.
22018         * benchtests/tan-inputs: Add slow benchmark inputs.
22019         * scripts/bench.pl: Parse comments and directives.
22020
22021         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22022         in CPPFLAGS.
22023         ($(objpfx)bench-%.c): Remove *-ITER.
22024         * benchtests/bench-modf.c: Remove definition of ITER.
22025         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22026         (main): Loop for DURATION seconds instead of fixed number of
22027         iterations.
22028         * scripts/bench.pl: Don't expect iterations in parameters.
22029
22030 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22031
22032         * io/fchdir.c (__fchdir): Renamed from fchdir.
22033         (fchdir): Define as weak alias.
22034
22035 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22036
22037         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22038         (ERRNO_EDOM): Likewise.
22039         (ERRNO_ERANGE): Likewise.
22040         (noErrnoTests): New variable.
22041         (init_max_error): Set errno to 0.
22042         (test_single_errno): New function.
22043         (test_errno): Likewise.
22044         (check_float_internal): Call test_errno.  Set errno to 0.
22045         (check_complex): Refer to errno tests in comment.
22046         (check_int): Call test_errno.  Set errno to 0.
22047         (check_long): Likewise.
22048         (check_bool): Likewise.
22049         (check_longlong): Likewise.
22050         (cos_test): Use ERRNO_* flags for errno tests instead of
22051         check_int.
22052         (expm1_test): Likewise.
22053         (fmod_test): Likewise.
22054         (ilogb_test): Likewise.
22055         (lgamma_test): Likewise.
22056         (pow_test): Likewise.
22057         (remainder_test): Likewise.
22058         (sin_test): Likewise.
22059         (tan_test): Likewise.
22060         (yn_test): Likewise.
22061         (initialize): Set errno to 0.
22062         (main): Print number of errno tests.
22063         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22064
22065 2013-04-29  Andreas Jaeger  <aj@suse.de>
22066
22067         [BZ #15084]
22068         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22069         and RES_USEVC.
22070
22071         [BZ #15085]
22072         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22073         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22074         unimplemented.
22075
22076         [BZ #15380]
22077         * stdlib/random.c (__initstate): Return NULL if
22078         __initstate fails.
22079
22080         [BZ #15086]
22081         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22082         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22083         RES_SNGLKUPREOP.
22084
22085 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22086
22087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22088
22089 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22090
22091         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22092         of individual tests.
22093         (casin_test): Likewise.
22094         (casinh_test): Likewise.
22095
22096 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22097
22098         [BZ #15409]
22099         * math/s_catan.c (__catan): Handle arguments with large real or
22100         imaginary part separately without squaring.
22101         * math/s_catanf.c (__catanf): Likewise.
22102         * math/s_catanh.c (__catanh): Likewise.
22103         * math/s_catanhf.c (__catanhf): Likewise.
22104         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22105         and redefine.
22106         (__catanhl): Handle arguments with large real or imaginary part
22107         separately without squaring.
22108         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22109         and redefine.
22110         (__catanl): Handle arguments with large real or imaginary part
22111         separately without squaring.
22112         * math/libm-test.inc (catan_test): Add more tests.
22113         (catanh_test): Likewise.
22114         * sysdeps/i386/fpu/libm-test-ulps: Update.
22115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22116
22117 2013-04-27  Andreas Jaeger  <aj@suse.de>
22118
22119         [BZ #15007]
22120         * stdlib/stdlib.h: Update guards for qecvt.
22121         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22122         <stdlib.h>.
22123
22124 2013-04-27  Allan McRae  <allan@archlinux.org>
22125
22126         * sysdeps/i386/fpu/libm-test-ulps: Update.
22127
22128 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22129
22130         [BZ #15406]
22131         * math/s_catan.c: Include <float.h>.
22132         (__catan): Ensure underflow exception occurs for underflowed
22133         result.
22134         * math/s_catanf.c: Include <float.h>.
22135         (__catanf): Ensure underflow exception occurs for underflowed
22136         result.
22137         * math/s_catanh.c: Include <float.h>.
22138         (__catanh): Ensure underflow exception occurs for underflowed
22139         result.
22140         * math/s_catanhf.c: Include <float.h>.
22141         (__catanhf): Ensure underflow exception occurs for underflowed
22142         result.
22143         * math/s_catanhl.c: Include <float.h>.
22144         (__catanhl): Ensure underflow exception occurs for underflowed
22145         result.
22146         * math/s_catanl.c: Include <float.h>.
22147         (__catanl): Ensure underflow exception occurs for underflowed
22148         result.
22149         * math/libm-test.inc (catan_test): Add more tests.
22150         (catanh_test): Likewise.
22151
22152         [BZ #15405]
22153         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22154         underflowed result.
22155         * math/s_ccoshf.c (__ccoshf): Likewise.
22156         * math/s_ccoshl.c (__ccoshl): Likewise.
22157         * math/s_csin.c (__csin): Likewise.
22158         * math/s_csinf.c (__csinf): Likewise.
22159         * math/s_csinh.c (__csinh): Likewise.
22160         * math/s_csinhf.c (__csinhf): Likewise.
22161         * math/s_csinhl.c (__csinhl): Likewise.
22162         * math/s_csinl.c (__csinl): Likewise.
22163         * math/libm-test.inc (ccos_test): Add more tests.
22164         (ccosh_test): Likewise.
22165         (csin_test): Likewise.
22166         (csinh_test): Likewise.
22167
22168 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22169
22170         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22171         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22172         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22173         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22174         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22175         powerpc/power5+/fpu folders.
22176         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22177
22178
22179 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22180
22181         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22182
22183 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22184
22185         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22186         additions to variable.
22187         [$(config-machine) = x86_64] (modules-names): Likewise.
22188         ($(objpfx)tst-audit3): Remove dependency.
22189         ($(objpfx)tst-audit3.out): Likewise.
22190         ($(objpfx)tst-audit4): Likewise.
22191         ($(objpfx)tst-audit4.out): Likewise.
22192         ($(objpfx)tst-audit5): Likewise.
22193         ($(objpfx)tst-audit5.out): Likewise.
22194         ($(objpfx)tst-audit6): Likewise.
22195         ($(objpfx)tst-audit6.out): Likewise.
22196         ($(objpfx)tst-audit7): Likewise.
22197         ($(objpfx)tst-audit7.out): Likewise.
22198         (tst-audit3-ENV): Remove variable.
22199         (tst-audit4-ENV): Likewise.
22200         (tst-audit5-ENV): Likewise.
22201         (tst-audit6-ENV): Likewise.
22202         (tst-audit7-ENV): Likewise.
22203         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22204         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22205         addition to variable.
22206         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22207         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22208         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22209         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22210         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22211         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22212         tst-audit3, tst-audit4 and tst-audit5.
22213         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22214         tst-audit6 and tst-audit7.
22215         [$(subdir) = elf] (modules-names): Add audit modules for those
22216         tests.
22217         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22218         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22219         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22220         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22221         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22222         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22223         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22224         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22225         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22226         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22227         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22228         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22229         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22230         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22231         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22232         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22233         Likewise.
22234         [$(subdir) = elf && $(config-cflags-avx) = yes]
22235         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22236         [$(subdir) = elf && $(config-cflags-avx) = yes]
22237         (CFLAGS-tst-auditmod4a.c): Likewise.
22238         [$(subdir) = elf && $(config-cflags-avx) = yes]
22239         (CFLAGS-tst-auditmod4b.c): Likewise.
22240         [$(subdir) = elf && $(config-cflags-avx) = yes]
22241         (CFLAGS-tst-auditmod6b.c): Likewise.
22242         [$(subdir) = elf && $(config-cflags-avx) = yes]
22243         (CFLAGS-tst-auditmod6c.c): Likewise.
22244         [$(subdir) = elf && $(config-cflags-avx) = yes]
22245         (CFLAGS-tst-auditmod7b.c): Likewise.
22246         * elf/tst-audit3.c: Move to ...
22247         * sysdeps/x86_64/tst-audit3.c: ... here.
22248         * elf/tst-audit4.c: Move to ...
22249         * sysdeps/x86_64/tst-audit4.c: ... here.
22250         * elf/tst-audit5.c: Move to ...
22251         * sysdeps/x86_64/tst-audit5.c: ... here.
22252         * elf/tst-audit6.c: Move to ...
22253         * sysdeps/x86_64/tst-audit6.c: ... here.
22254         * elf/tst-audit7.c: Move to ...
22255         * sysdeps/x86_64/tst-audit7.c: ... here.
22256         * elf/tst-auditmod3a.c: Move to ...
22257         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22258         * elf/tst-auditmod3b.c: Move to ...
22259         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22260         * elf/tst-auditmod4a.c: Move to ...
22261         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22262         * elf/tst-auditmod4b.c: Move to ...
22263         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22264         * elf/tst-auditmod5a.c: Move to ...
22265         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22266         * elf/tst-auditmod5b.c: Move to ...
22267         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22268         * elf/tst-auditmod6a.c: Move to ...
22269         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22270         * elf/tst-auditmod6b.c: Move to ...
22271         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22272         * elf/tst-auditmod6c.c: Move to ...
22273         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22274         * elf/tst-auditmod7a.c: Move to ...
22275         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22276         * elf/tst-auditmod7b.c: Move to ...
22277         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22278
22279 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22280
22281         [BZ #15366]
22282         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22283         define unconditionally.
22284         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22285         define unconditionally.
22286         (INT8_C, INT16_C, etc.): Likewise.
22287
22288 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22289
22290         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22291         __ehdr_start with hidden visibility.
22292
22293         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22294
22295 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22296
22297         * math/libm-test.inc (cos_test): Use accurate hex constants.
22298         (sincost_test): Likewise.
22299
22300 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22301
22302         * math/libm-test.inc (catan_test): Add more tests.
22303         (catanh_test): Likewise.
22304
22305         * math/s_catanf.c (__catanf): Use suffixed floating-point
22306         constants.
22307         * math/s_catanhf.c (__catanhf): Likewise.
22308         * math/s_catanhl.c (__catanhl): Likewise.
22309         * math/s_catanl.c (__catanl): Likewise.
22310
22311         [BZ #15394]
22312         * math/s_catan.c (__catan): Calculate imaginary part of result
22313         with log1p not log unless computing log of number close to 0.
22314         * math/s_catanf.c (__catanf): Likewise.
22315         * math/s_catanl.c (__catanl): Likewise.
22316         * math/s_catanh.c (__catanh): Calculate real part of result with
22317         log1p not log unless computing log of number close to 0.
22318         * math/s_catanhf.c (__catanhf): Likewise.
22319         * math/s_catanhl.c (__catanhl): Likewise.
22320         * math/libm-test.inc (catan_test): Add more tests.
22321         (catanh_test): Likewise.
22322         * sysdeps/i386/fpu/libm-test-ulps: Update.
22323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22324
22325 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22326
22327         * benchtests/Makefile: Mention files in which fast and slow
22328         paths of math functions are implemented.
22329
22330 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22331
22332         * sysdeps/posix/timespec_get.c: New file.
22333
22334 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22335
22336         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22337         POWER.
22338         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22339         for POWER.
22340         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22341         powerpc/power5/fpu folders.
22342         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22343         * benchtests/Makefile: Add modf testcase.
22344         * benchtests/bench-modf.c: New file: Benchmark test for mo
22345
22346 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22347
22348         [BZ #14888]
22349         * time/Makefile (tests): Add tst-strptime-whitespace.
22350         * time/strptime_l.c (get_number): Use ISSPACE.
22351         (__strptime_internal): Likewise.
22352         * time/tst-strptime-whitespace.c: New test case.
22353
22354 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22355
22356         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22357         member.
22358         (_nss_files_init): Set it here.
22359
22360 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22361
22362         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22363         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22364         unsigned.
22365
22366 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22367
22368         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22369
22370 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22371
22372         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22373         size just once.
22374
22375 2013-04-21  David S. Miller  <davem@davemloft.net>
22376
22377         * po/ru.po: Update Russion translation from translation project.
22378
22379 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22380
22381         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22382         and setfsgid.
22383
22384 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22385
22386         * configure.in: Remove i386 configure warning. Remove i386 case.
22387         * configure: Regenerate.
22388         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22389         Add example to error message.
22390         * sysdeps/i386/configure: Regenerate.
22391
22392 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22393
22394         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22395         slowtan.
22396         * benchtests/cos-inputs: New file.
22397         * benchtests/slowcos-inputs: New file.
22398         * benchtests/slowcos.c: New file.
22399         * benchtests/slowtan-inputs: New file.
22400         * benchtests/slowtan.c: New file.
22401         * benchtests/tan-inputs: New file.
22402
22403 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22404
22405         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22406         considered kosher.
22407
22408 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22409
22410         * benchtests/Makefile: Include cppflags-iterator.mk to add
22411         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22412
22413         * Makefile.in (bench-clean): New target.
22414         * benchtests/Makefile (bench-clean): Likewise.
22415
22416 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22417
22418         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22419
22420 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22421
22422         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22423
22424 2013-04-15  Andreas Schwab  <schwab@suse.de>
22425
22426         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22427         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22428         * nscd/pwdcache.c (cache_addpw): Likewise.
22429         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22430         more than recsize.
22431
22432 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22433
22434         * benchtests/Makefile (bench): Write all output to
22435         bench-out.tmp together.
22436
22437 2013-04-15  Andreas Schwab  <schwab@suse.de>
22438
22439         * nscd/nscd.c (main): Don't fork again after closing files.
22440
22441 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22442
22443         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22444
22445         * benchtests/Rules (bench-deps): Collect dependencies into a
22446         single variable.  Add Makefile to dependencies.
22447         ($(objpfx)bench-%.c): Depend on bench-deps.
22448
22449 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22450             Xavier Roche  <roche+kml2@exalead.com>
22451
22452         [BZ #15361]
22453         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22454         just that it's a file descriptor.
22455         * manual/llio.texi (Synchronizing AIO Operations): Update description
22456         for EBADF error from aio_fsync.
22457
22458 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22459
22460         * Rules (bench): Move target definition...
22461         * benchtests/Makefile: ... here.
22462
22463 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22464
22465         * math/libm-test.inc (cos_test): Fix PI/2 test.
22466         (sincos_test): Likewise.
22467         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22468         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22469
22470 2013-04-11  Andreas Schwab  <schwab@suse.de>
22471
22472         [BZ #13988]
22473         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22474         accept exponent character only when digits were seen.
22475         * stdio-common/Makefile (tests): Add bug26.
22476         * stdio-common/bug26.c: New file.
22477
22478         [BZ #14293]
22479         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22480         non-freeable.
22481
22482 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22483
22484         * Makeconfig (rtld-prefix): Define built linker prefix.
22485         * Rules (run-bench): Use it.
22486         * math/Makefile (run-regen-ulps): Likewise.
22487
22488         * Rules (bench): Remove eval.
22489
22490 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22491             Roland McGrath  <roland@hack.frob.com>
22492             Ondrej Bilka  <neleai@seznam.cz>
22493
22494         [BZ #15346]
22495         * time/getdate.c: Include ctype.h and alloca.h.
22496         (__getdate_r): Trim leading and trailing spaces of input.
22497         * time/tst-getdate.c (tests): Add tests with leading and
22498         trailing spaces.
22499
22500 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22501
22502         [BZ #14280]
22503         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22504         when computing value.
22505
22506 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22507
22508         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22509         Use testrun.sh to run libm tests.
22510
22511         [BZ #15309]
22512         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22513
22514 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22515
22516         [BZ #15264]
22517         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22518
22519 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22520
22521         * Makefile.in (regen-ulps): New target.
22522         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22523         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22524         [ifneq (no,$(PERL)] (regen-ulps): New target.
22525         [ifeq (no,$(PERL)] (regen-ulps): New target.
22526         * math/libm-test.inc (ulps_file_name): Define.
22527         (output_dir): New variable.
22528         (options): Add "output-dir" option.
22529         (parse_opt): Handle 'o' case.
22530         (main): If output_dir is non-NULL use it as a prefix
22531         otherwise use "".
22532         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22533
22534 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22535
22536         [BZ #10060, #10062]
22537         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22538         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22539         fail configure if __sync_val_compare_and_swap is not inlined.
22540         * sysdeps/i386/configure: Regenerate.
22541         * configure.in: Build for i686 when configured for i386.
22542         * configure: Regenerate.
22543         * README: Remove i386 reference.
22544
22545 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22546
22547         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22548         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22549
22550 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22551
22552         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22553         (lmsnanval): New variables.
22554         (F): Add conversion tests.
22555         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22556         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22557
22558         * stdio-common/tstdiomisc.c (F): Properly collect individual
22559         tests' results.
22560
22561         [BZ #14686, #15336]
22562         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22563         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22564         Instead, use input NaN values or generate a qNaN by arithmetic
22565         operation.  Also fix bugs to comply with the standard.
22566         * math/libm-test.inc (remainder_test): Add more tests.
22567
22568         [BZ #15335, #15342]
22569         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22570         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22571         input NaN values or generate a qNaN by arithmetic operation.
22572
22573         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22574         unreachable code.
22575
22576         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22577         definitions.
22578
22579 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22580
22581         [BZ #14478]
22582         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22583         underflowed result.
22584         * math/s_cexpf.c (__cexpf): Likewise.
22585         * math/s_cexpl.c (__cexpl): Likewise.
22586         * math/libm-test.inc (cexp_test): Add more tests.
22587
22588 2013-04-03  Andreas Schwab  <schwab@suse.de>
22589
22590         [BZ #15330]
22591         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22592         order arrays from heap if bigger than alloca cutoff.
22593
22594 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22595
22596         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22597         (SNAN_TESTS_double): Refer to GCC PR56831.
22598         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22599         GCC PR56828.
22600
22601 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22602
22603         * Rules (bench): Move bench.out after the run is complete.
22604
22605         * Rules (bench): Echo currently running benchmark.
22606
22607         * benchtests/Makefile (bench): Add atan and slowatan.
22608         * benchtests/atan-inputs: New file.
22609         * benchtests/slowatan-inputs: New file.
22610         * benchtests/slowatan.c: New file.
22611
22612         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22613         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22614         its value.
22615
22616         [BZ #15305]
22617         * sysdeps/unix/sysv/linux/kernel-features.h
22618         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22619         __ASSUME_XFS_RESTRICTED_CHOWN.
22620         * sysdeps/unix/sysv/linux/pathconf.c
22621         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22622         Save and restore errno.
22623
22624 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22625
22626         [BZ #15327]
22627         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22628         arguments using __kernel_casinh.
22629         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22630         arguments using __kernel_casinhf.
22631         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22632         arguments using __kernel_casinhl.
22633         * math/libm-test.inc (cacosh_test): Add more tests.
22634         * sysdeps/i386/fpu/libm-test-ulps: Update.
22635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22636
22637 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22638
22639         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22640         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22641
22642         * bench/Makefile (bench): Add sin and slowsin.
22643         * benchtests/sin-inputs: New file.
22644         * benchtests/slowsin-inputs: New file.
22645         * benchtests/slowsin.c: New file.
22646
22647         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22648         (bench): Add slowexp and slowpow.
22649         (exp-ITER): Increase iterations.
22650         (pow-ITER): Likewise.
22651         * benchtests/exp-inputs: Change input.
22652         * benchtests/pow-inputs: Likewise.
22653         * benchtests/slowexp-inputs: New file.
22654         * benchtests/slowexp.c: New file.
22655         * benchtests/slowpow-inputs: New file.
22656         * benchtests/slowpow.c: New file.
22657
22658 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22659
22660         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22661         instructions.
22662         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22663         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22664         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22665         * benchtests/Makefile: Add rint benchtest.
22666         * benchtests/rint-inputs: Input for rint benchtest.
22667
22668 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22669
22670         * Versions.def (libm): Add GLIBC_2.18.
22671         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22672         hidden libm prototypes.
22673         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22674         * math/Makefile (libm-calls): Add s_issignaling.
22675         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22676         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22677         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22678         declaration.
22679         * math/math.h [__USE_GNU] (issignaling): New macro.
22680         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22681         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22682         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22683         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22684         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22685         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22686         * manual/arith.texi (issignaling): New section.
22687         * manual/libm-err-tab.pl (@all_functions): Update comment.
22688         * math/gen-libm-test.pl (parse_args): Apply special handling for
22689         issignaling.
22690         * math/libm-test.inc (print_float, issignaling_test): New
22691         functions.
22692         (check_float_internal): Add issignaling checks.
22693         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22694         default definition.
22695         * sysdeps/powerpc/math-tests.h: New file.
22696         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22697         tests.
22698         * math/test-snan.c (TEST_FUNC): Likewise.
22699
22700 2013-03-30  David S. Miller  <davem@davemloft.net>
22701
22702         * po/de.po: Update from translation team.
22703
22704 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22705
22706         [BZ #10357]
22707         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22708         imaginary part less than 1.0 and real part less than 0.5
22709         specially.
22710         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22711         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22712         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22713         (cacos_test): Add more tests.
22714         (casin_test): Likewise.
22715         (casinh_test): Likewise.
22716         * sysdeps/i386/fpu/libm-test-ulps: Update.
22717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22718
22719 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22720
22721         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22722         ONE with its value.
22723
22724         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22725         (__pow_mp): Replace ONE and MONE with their values.
22726         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22727         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22728         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22729         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22730         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22731         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22732
22733         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22734
22735         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22736         (__pow_mp): Replace ZERO and MZERO with their values.
22737         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22738         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22739         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22740         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22741         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22742         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22743         (__sqr): Likewise.
22744
22745         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22746
22747         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22748
22749 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22750
22751         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22752         Declare with __attribute__ ((weak)).
22753         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22754         Call __call_tls_dtors only if it's not NULL.
22755
22756 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22757
22758         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22759         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22760         magic __ehdr_start linker symbol if it's defined.
22761         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22762         them up here if it was already done.
22763
22764         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22765         (_dl_aux_init): Use const in cast when setting it.
22766         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22767         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22768         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22769
22770         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22771         Declare them here.
22772         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22773         * csu/libc-tls.c: Nor here.
22774         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22775
22776         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22777         (__libc_message): Never call vsyslog.
22778
22779 2013-03-28  Alan Modra  <amodra@gmail.com>
22780
22781         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22782         Define as empty.
22783         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22784         Likewise.
22785
22786 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22787
22788         [BZ #15214]
22789         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22790         underflow.
22791         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22792
22793 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22794
22795         [BZ #15304]
22796         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22797         Don't add gid passed as argument.
22798
22799         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22800
22801 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22802
22803         [BZ #15307]
22804         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22805         imaginary part between 1.0 and 1.5 and real part less than 0.5
22806         specially.
22807         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22808         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22809         * math/libm-test.inc (cacos_test): Add more tests.
22810         (casin_test): Likewise.
22811         (casinh_test): Likewise.
22812         * sysdeps/i386/fpu/libm-test-ulps: Update.
22813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22814
22815 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22816
22817         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22818         constants.
22819         (norm): Likewise.
22820         (denorm): Likewise.
22821         (__dbl_mp): Likewise.
22822         (add_magnitudes): Likewise.
22823         (sub_magnitudes): Likewise.
22824         (__add): Likewise.
22825         (__sub): Likewise.
22826         (__mul): Likewise.
22827         (__sqr): Likewise.
22828         (__inv): Likewise.
22829         (__dvd): Likewise.
22830
22831         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22832         commented code.
22833         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22834         (__dubcos): Likewise.
22835         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22836         (__ieee754_acos): Likewise.
22837         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22838         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22839         (__exp1): Likewise.
22840         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22841         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22842         (log1): Likewise.
22843         (my_log2): Likewise.
22844         (checkint): Likewise.
22845         * sysdeps/ieee754/dbl-64/e_remainder.c
22846         (__ieee754_remainder): Likewise.
22847         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22848         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22849         (bsloww): Likewise.
22850         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22851
22852         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22853         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22854         MANTISSA_STORE_T to store computations on mantissa.  Use
22855         macros for rounding and division.
22856         (denorm): Likewise.
22857         (__dbl_mp): Likewise.
22858         (add_magnitudes): Likewise.
22859         (sub_magnitudes): Likewise.
22860         (__mul): Likewise.
22861         (__sqr): Likewise.
22862         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22863         powers of two in terms of TWOPOW macro.
22864         (mp_no): Make type of mantissa as MANTISSA_T.
22865         [!RADIXI]: Define RADIXI.
22866         [!TWO52]: Define TWO52.
22867         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22868
22869 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22870
22871         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22872         llroundl symbol when building for PPC32.
22873
22874 2013-03-24  Mark H Weaver  <mhw@netris.org>
22875
22876         * manual/arith.texi (Normalization Functions): Fix prototypes for
22877         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22878
22879 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22880
22881         [BZ #13889]
22882         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22883         high value to check if expl overflow.
22884         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22885         to check for underflow and overflow.
22886         * math/libm-test.inc: Add exp test.
22887
22888 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22889
22890         [BZ #11120]
22891         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22892         with NOT_IN_libc.
22893
22894 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22895
22896         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22897         symbol.
22898
22899 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22900
22901         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22902         wrap blocks consisting of several statements.
22903
22904         * sysdeps/generic/math-tests.h: New file.
22905         * sysdeps/i386/fpu/math-tests.h: Likewise.
22906         * math/test-snan.c: Include it.
22907         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22908
22909 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22910
22911         [BZ #15285]
22912         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22913         (__ieee754_j0l): Do not improve calculations using cos of twice
22914         input for inputs above LDBL_MAX / 2.0L.
22915         (__ieee754_y0l): Likewise.
22916         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22917         (__ieee754_j1l): Do not improve calculations using cos of twice
22918         input for inputs above LDBL_MAX / 2.0L.
22919         (__ieee754_y1l): Likewise.
22920         * math/libm-test.inc (j0_test): Add another test.
22921         (j1_test): Likewise.
22922         (y0_test): Likewise.
22923         (y1_test): Likewise.
22924         * sysdeps/i386/fpu/libm-test-ulps: Update.
22925
22926 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22927
22928         * Rules ($(objpfx)bench-%.c): Include code from a C source
22929         file.
22930
22931 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22932
22933         [BZ #15287]
22934         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22935         imaginary part 1.0 and real part less than 0.5 specially.
22936         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22937         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22938         * math/libm-test.inc (cacos_test): Add more tests.
22939         (casin_test): Likewise.
22940         (casinh_test): Likewise.
22941         * sysdeps/i386/fpu/libm-test-ulps: Update.
22942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22943
22944 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22945
22946         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22947         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22948
22949 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22950
22951         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22952         * config.make.in (config-cflags-sse4): Remove variable.
22953         (config-cflags-avx): Likewise.
22954         (config-cflags-sse2avx): Likewise.
22955         (config-cflags-novzeroupper): Likewise.
22956         (config-asflags-i686): Likewise.
22957         (have-mfma4): Likewise.
22958         (have-as-vis3): Likewise.
22959         (MIG): Likewise.
22960         * configure.in (MIG): Do not AC_SUBST.
22961         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22962         (libc_cv_cc_sse4): Do not AC_SUBST.
22963         (libc_cv_cc_avx): Likewise.
22964         (libc_cv_cc_sse2avx): Likewise.
22965         (libc_cv_cc_novzeroupper): Likewise.
22966         (libc_cv_cc_fma4): Likewise.
22967         (libc_cv_as_i686): Likewise.
22968         (libc_cv_sparc_as_vis3): Likewise.
22969         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22970         LIBC_CONFIG_VAR.
22971         (config-asflags-i686): Likewise.
22972         (config-cflags-avx): Likewise.
22973         (config-cflags-sse2avx): Likewise.
22974         (have-mfma4): Likewise.
22975         (config-cflags-novzeroupper): Likewise.
22976         * sysdeps/mach/configure.in (MIG): Likewise.
22977         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22978         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22979         LIBC_CONFIG_VAR.
22980         (config-cflags-avx): Likewise.
22981         (config-cflags-sse2avx): Likewise.
22982         (have-mfma4): Likewise.
22983         (config-cflags-novzeroupper): Likewise.
22984         * configure: Regenerated.
22985         * sysdeps/i386/configure: Likewise.
22986         * sysdeps/mach/configure: Likewise.
22987         * sysdeps/sparc/configure: Likewise.
22988         * sysdeps/x86_64/configure: Likewise.
22989
22990 2013-03-20  Roland McGrath  <roland@hack.frob.com>
22991
22992         [BZ #14812]
22993         * locale/programs/localedef.c (options): Put N_ translation marker
22994         on argument names, not just descriptions.
22995
22996 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22997
22998         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
22999
23000 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23001
23002         [BZ #14176]
23003         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23004
23005 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23006
23007         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23008         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23009         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23010         [!BEFORE_ABORT] (before_abort): New function.
23011         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23012         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23013         (writev_for_fatal): New function.
23014         (WRITEV_FOR_FATAL): New macro; call that.
23015         (backtrace_and_maps): New function.
23016         (BEFORE_ABORT): New macro; call that.
23017         (struct str_list): Type removed.
23018         (__libc_message, __libc_fatal): Functions removed.
23019         Include <sysdeps/posix/libc_fatal.c> instead.
23020
23021 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23022
23023         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23024         constants.
23025         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23026         double constants.
23027
23028 2013-03-19  Andreas Schwab  <schwab@suse.de>
23029
23030         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23031         * sysdeps/gnu/configure: Regenerate.
23032
23033         * configure.in: Substitute libc_cv_rtlddir.
23034         * configure: Regenerate.
23035         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23036         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23037         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23038         * elf/Makefile (install-others, CFLAGS-interp.c)
23039         (ldso_install, common-ldd-rewrite): Likewise.
23040         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23041         $(inst_slibdir)/$(rtld-installed-name).
23042         * scripts/rellns-sh: Add -p option.
23043         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23044         for source.
23045
23046 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23047
23048         * manual/nptl.texi: Renamed to ...
23049         * manual/threads.texi: ... this.
23050         * manual/Makefile (chapters): Update.
23051
23052 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23053
23054         [BZ #14812]
23055         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23056         on argument names, not just descriptions.
23057         * malloc/memusagestat.c (options): Likewise.
23058         * nss/getent.c (options): Likewise.
23059
23060 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23061
23062         [BZ #14812]
23063         * iconv/iconv_prog.c (options): Put N_ translation marker
23064         on argument names, not just descriptions.
23065         * iconv/iconvconfig.c (options): Likewise.
23066
23067 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23068
23069         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23070         implementation which is faster on all x86_64 architectures.
23071         Tested on AMD, Intel Nehalem, SNB, IVB.
23072         * sysdeps/x86_64/strnlen.S: Likewise.
23073
23074         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23075         Remove all multiarch strlen and strnlen versions.
23076         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23077         Remove strlen and strnlen related parts.
23078
23079         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23080         Inline strlen part.
23081         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23082
23083         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23084         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23085         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23086         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23087         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23088         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23089
23090 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23091
23092         * manual/memory.texi (Malloc Tunable Parameters):
23093         Sort parameters alphabetically. Add comments for missing entries.
23094
23095 2013-03-17  David S. Miller  <davem@davemloft.net>
23096
23097         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23098
23099 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23100
23101         [BZ #15283]
23102         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23103         for arguments at most half maximum finite value.
23104         * math/libm-test.inc (j0_test): Add more tests.
23105         (j1_test): Likewise.
23106         (y0_test): Likewise.
23107         (y1_test): Likewise.
23108         * sysdeps/i386/fpu/libm-test-ulps: Update.
23109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23110
23111         [BZ #14155]
23112         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23113         1 / x and functions P and Q for arguments above 0x1p256L.
23114         (__ieee754_y0l): Likewise.
23115         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23116         (__ieee754_y1l): Likewise.
23117         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23118         (j1_test): Likewise.
23119         (y0_test): Likewise.
23120         (y1_test): Likewise.
23121
23122 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23123
23124         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23125         variable.
23126
23127 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23128
23129         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23130         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23131         zero since it's initialized to EXEC_PAGESIZE.
23132
23133         * sysdeps/unix/sysv/linux/ldsodefs.h
23134         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23135         * sysdeps/generic/ldsodefs.h: ... here.
23136
23137 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23138
23139         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23140
23141         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23142         math/test-snan.c.
23143         * math/test-snan.c: Renamed from
23144         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23145         * math/Makefile (tests): Add test-snan.
23146         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23147         test-powerpc-snan.
23148
23149         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23150         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23151         functions.
23152         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23153         __builtin_nan family of functions.
23154         * math/libm-test.inc (initialize): Initialize qnan_value with
23155         __builtin_nan family of functions.
23156         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23157         Remove variables.
23158         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23159         Remove functions.
23160         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23161         storage class.  Initialize qNaN_var and sNaN_var with
23162         __builtin_nan and __builtin_nans families of functions,
23163         respectively.
23164
23165         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23166         (sqrt_test): Remove duplicate test with qNaN input.
23167         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23168         (round_test, signbit_test, significand_test): Note missing +/-Inf
23169         as well as qNaN tests.
23170
23171         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23172         qNaN_var.  Fix a few strings, too.
23173         * math/libm-test.inc (nan_value): Rename to qnan_value.
23174         * math/gen-libm-test.pl (%beautify): Adjust to that.
23175         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23176         * math/test-misc.c (main): Likewise.
23177         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23178         to __qnan_bytes, and __qnan_union, respectively.
23179         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23180         Likewise.
23181         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23182         and lqnanval, respectively.
23183         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23184         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23185         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23186         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23187
23188         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23189         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23190         doubles.
23191
23192         * math/test-misc.c (main): Fix copy'n'pastos.
23193         * misc/tst-efgcvt.c (special): Likewise.
23194
23195         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23196         Remove declarations.
23197
23198 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23199
23200         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23201         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23202         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23203         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23204
23205 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23206
23207         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23208         macro to return vdso values correctly in IFUNC implementations.
23209         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23210         Optimization by using IFUNC.
23211
23212 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23213             Richard Henderson  <rth@redhat.com>
23214             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23215
23216         * Makefile.in (bench): New target.
23217         * NEWS: Mention the benchmark framework.
23218         * Rules (bench): Likewise.
23219         (binaries-bench): Generate binaries for functions to
23220         benchmark.
23221         * benchtests/Makefile: New makefile for benchmark tests.
23222         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23223         programs.
23224         * benchtests/exp-inputs: New input file for EXP function.
23225         * benchtests/pow-inputs: New input file for POW function.
23226         * scripts/bench.pl: New script to generate source files for
23227         benchmark programs.
23228
23229 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23230
23231         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23232         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23233         computations on mantissa.  Use macros for rounding and
23234         division.
23235         (denorm): Likewise.
23236         (__dbl_mp): Likewise.
23237         (add_magnitudes): Likewise.
23238         (sub_magnitudes): Likewise.
23239         (__mul): Likewise.
23240         (__sqr): Likewise.
23241         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23242         powers of two in terms of TWOPOW macro.
23243         (mp_no): Make type of mantissa as MANTISSA_T.
23244         [!RADIXI]: Define RADIXI.
23245         [!TWO52]: Define TWO52.
23246         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23247
23248         * manual/nptl.texi (cindex): Modify threads to pthreads.
23249
23250 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23251
23252         * sysdeps/x86_64/preconfigure: Regenerated.
23253
23254 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23255
23256         [BZ #14155]
23257         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23258         0x1p28 and above.
23259         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23260         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23261         0x1p28 and above.
23262         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23263         * math/libm-test.inc (j0_test): Do not allow one spurious
23264         underflow exception.
23265         (y1_test): Likewise.
23266
23267 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23268
23269         * manual/Makefile (chapters): Add nptl.
23270         * manual/debug.texi (Debugging Support): Add link to Threads
23271         chapter.
23272         * manual/nptl.texi: New file.
23273
23274         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23275
23276 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23277
23278         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23279         for non-NULL pointer before the memory validity test. Pointed
23280         out by Holger Brunck <holger.brunck@keymile.com>.
23281
23282 2013-03-13  Andreas Schwab  <schwab@suse.de>
23283
23284         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23285         instead of .os.
23286
23287 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23288
23289         * timezone/zic.c: Update from tzcode 2013b.
23290
23291 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23292
23293         * manual/install.texi (Configuring and compiling):
23294         Mention i686 and i586.
23295         * INSTALL: Regenerate.
23296
23297 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23298
23299         * sysdeps/init_array/elf-init.c: New file.
23300         * csu/elf-init.c
23301         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23302         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23303
23304         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23305         __gmon_start__ as global, but as static with a .preinit_array pointer.
23306         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23307         * sysdeps/init_array/crti.S: New file, empty except for comments.
23308         * sysdeps/init_array/crtn.S: Likewise.
23309
23310 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23311
23312         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23313         definining bcopy.
23314         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23315         Remove Prefer_SSE_for_memop.
23316         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23317         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23318         HAS_PREFER_SSE_FOR_MEMOP.
23319         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23320         memset-x86-64.
23321         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23322         Remove bzero, memset ifunc support.
23323         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23324         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23325         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23326         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23327
23328 2013-03-11  Andreas Schwab  <schwab@suse.de>
23329
23330         [BZ #15234]
23331         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23332         by SHLIB_COMPAT.
23333         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23334         (GLIBC_2.16): Remove pthread_atfork.
23335
23336 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23337
23338         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23339         (ptestcases.h): Likewise.
23340
23341 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23342
23343         * Makeconfig ($(common-objpfx)config.status): Depend on
23344         sysdeps/*/preconfigure{,.in} too.
23345
23346 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23347
23348         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23349         (__free_hook): Use void * instead of __malloc_ptr_t.
23350         (__malloc_hook): Likewise.
23351         (__realloc_hook): Likewise.
23352         (__memalign_hook): Likewise.
23353         (__after_morecore_hook): Likewise.
23354         * malloc/arena.c (save_malloc_hook): Likewise.
23355         (save_free_hook): Likewise.
23356         * malloc/hooks.c (malloc_hook_ini): Likewise.
23357         (realloc_hook_ini): Likewise.
23358         (memalign_hook_ini): Likewise.
23359         * malloc/malloc.c (malloc_hook_ini): Likewise.
23360         (realloc_hook_ini): Likewise.
23361         (memalign_hook_ini): Likewise.
23362         (__free_hook): Likewise.
23363         (__malloc_hook): Likewise.
23364         (__realloc_hook): Likewise.
23365         (__memalign_hook): Likewise.
23366         (__libc_malloc): Likewise.
23367         (__libc_free): Likewise.
23368         (__libc_realloc): Likewise.
23369         (__libc_memalign): Likewise.
23370         (__libc_valloc): Likewise.
23371         (__libc_pvalloc): Likewise.
23372         (__libc_calloc): Likewise.
23373         (__posix_memalign): Likewise.
23374         * malloc/morecore.c (__sbrk): Likewise.
23375         (__default_morecore): Likewise.
23376
23377         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23378
23379         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23380         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23381         __malloc_ptrdiff_t.
23382
23383         * malloc/malloc.h (__malloc_size_t): Remove macro.
23384         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23385         __malloc_size_t.
23386         (old_memalign_hook): Likewise.
23387         (old_realloc_hook): Likewise.
23388         (struct hdr): Likewise.
23389         (flood): Likewise.
23390         (mallochook): Likewise.
23391         (memalignhook): Likewise.
23392         (reallochook): Likewise.
23393         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23394         (tr_old_realloc_hook): Likewise.
23395         (tr_old_memalign_hook): Likewise.
23396         (tr_mallochook): Likewise.
23397         (tr_reallochook): Likewise.
23398         (tr_memalignhook): Likewise.
23399
23400 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23401
23402         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23403         default_ldbl_pack and using as default implementation.
23404         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23405         implementation.
23406         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23407         redundant definition.
23408         (ldbl_insert_mantissa): Likewise.
23409         (ldbl_canonicalize): Likewise.
23410         (ldbl_nearbyint): Likewise.
23411         (ldbl_pack): Rename to ldbl_pack_ppc.
23412         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23413         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23414         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23415
23416 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23417
23418         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23419         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23420         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23421         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23422         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23423         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23424         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23425         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23426
23427 2013-03-07  Andreas Jaeger  <aj@suse.de>
23428
23429         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23430         bits/mman-linux.h.
23431
23432 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23433
23434         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23435         Include mpa.h and declare __MPEXP.
23436         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23437         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23438         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23439         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23440         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23441         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23442         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23443
23444         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23445         (__slowpow): Use long double EXPL and LOGL functions to
23446         compute POW.
23447         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23448         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23449         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23450         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23451         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23452         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23453
23454         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23455         intermediate variable to calculate exponent.
23456         (__sqr): Likewise.
23457         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23458         Likewise.
23459         (__sqr): Likewise.
23460
23461         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23462         [!NO__SQR]: Define __sqr.
23463         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23464         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23465         sysdeps/ieee754/dbl-64/mpa.c.
23466         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23467
23468         [BZ #12723]
23469         * posix/Makefile (tests): Add tst-pathconf.
23470         * posix/tst-pathconf.c: New test case.
23471         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23472         _PC_PIPE_BUF.
23473         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23474
23475 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23476
23477         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23478
23479 2013-03-06  Andreas Jaeger  <aj@suse.de>
23480
23481         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23482         definition via __MAP_ANONYMOUS.
23483
23484         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23485         it's not part of Linux headers.
23486
23487         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23488         (MAP_HUGE_MASK): Define.
23489
23490         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23491         Define.
23492         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23493         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23494         Define.
23495         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23496         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23497         Define.
23498         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23499         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23500         Define.
23501         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23502
23503         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23504         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23505         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23506         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23507         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23508         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23509
23510         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23511         Handle f2fs.
23512
23513         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23514         Handle f2fs and efivarfs.
23515
23516         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23517         f2fs.
23518
23519         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23520         (EFIVARFS_MAGIC): Add.
23521         (F2FS_LINK_MAX): Add.
23522
23523 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23524
23525         * stdio-common/vfprintf.c: Replace __builtin_expect with
23526         __glibc_unlikely.
23527
23528 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23529
23530         [BZ #13550]
23531         * sysdeps/generic/bp-sym.h: Remove file.
23532         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23533         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23534         <bp-sym.h> and <bp-asm.h>.
23535         (__longjmp): Don't use BP_SYM.
23536         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23537         and <bp-asm.h>.
23538         (memcpy): Don't use BP_SYM.
23539         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23540         <bp-sym.h> and <bp-asm.h>.
23541         (memcpy): Don't use BP_SYM.
23542         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23543         <bp-asm.h>.
23544         (memcpy): Don't use BP_SYM.
23545         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23546         <bp-asm.h>.
23547         (memset): Don't use BP_SYM.
23548         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23549         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23550         (__bzero): Don't use BP_SYM.
23551         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23552         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23553         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23554         <bp-sym.h> and <bp-asm.h>.
23555         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23556         pointers.
23557         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23558         <bp-sym.h> and <bp-asm.h>.
23559         (memcpy): Don't use BP_SYM.
23560         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23561         <bp-sym.h> and <bp-asm.h>.
23562         (memset): Don't use BP_SYM.
23563         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23564         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23565         (__bzero): Don't use BP_SYM.
23566         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23567         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23568         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23569         <bp-sym.h> and <bp-asm.h>.
23570         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23571         pointers.
23572         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23573         <bp-sym.h> and <bp-asm.h>.
23574         (memcpy): Don't use BP_SYM.
23575         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23576         <bp-sym.h> and <bp-asm.h>.
23577         (memset): Don't use BP_SYM.
23578         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23579         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23580         (__bzero): Don't use BP_SYM.
23581         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23582         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23583         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23584         <bp-sym.h> and <bp-asm.h>.
23585         (__memchr): Don't use BP_SYM.
23586         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23587         <bp-sym.h> and <bp-asm.h>.
23588         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23589         pointers.
23590         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23591         <bp-sym.h> and <bp-asm.h>.
23592         (memcpy): Don't use BP_SYM.
23593         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23594         <bp-sym.h> and <bp-asm.h>.
23595         (__mempcpy): Don't use BP_SYM.
23596         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23597         <bp-sym.h> and <bp-asm.h>.
23598         (__memrchr): Don't use BP_SYM.
23599         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23600         <bp-sym.h> and <bp-asm.h>.
23601         (memset): Don't use BP_SYM.
23602         (__bzero): Likewise.
23603         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23604         <bp-sym.h> and <bp-asm.h>.
23605         (__rawmemchr): Don't use BP_SYM.
23606         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23607         <bp-sym.h> and <bp-asm.h>.
23608         (__STRCMP): Don't use BP_SYM.
23609         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23610         <bp-sym.h> and <bp-asm.h>.
23611         (strchr): Don't use BP_SYM.
23612         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23613         <bp-sym.h> and <bp-asm.h>.
23614         (__strchrnul): Don't use BP_SYM.
23615         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23616         <bp-sym.h> and <bp-asm.h>.
23617         (strlen): Don't use BP_SYM.
23618         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23619         <bp-sym.h> and <bp-asm.h>.
23620         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23621         pointers.
23622         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23623         <bp-sym.h> and <bp-asm.h>.
23624         (__strnlen): Don't use BP_SYM.
23625         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23626         <bp-sym.h> and <bp-asm.h>.
23627         (__GI__setjmp): Don't use BP_SYM.
23628         (_setjmp): Likewise.
23629         (__sigsetjmp): Likewise.
23630         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23631         (L(start_addresses)): Don't use BP_SYM.
23632         (_start): Likewise.
23633         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23634         <bp-asm.h>.
23635         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23636         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23637         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23638         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23639         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23640         <bp-asm.h>.
23641         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23642         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23643         about bounded pointers.
23644         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23645         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23646         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23647         <bp-asm.h>.
23648         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23649         about bounded pointers.  Remove GKM FIXME comments.
23650         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23651         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23652         <bp-asm.h>.
23653         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23654         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23655         Remove GKM FIXME comments.
23656         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23657         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23658         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23659         <bp-asm.h>.
23660         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23661         about bounded pointers.  Remove GKM FIXME comment.
23662         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23663         and <bp-asm.h>.
23664         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23665         pointers.
23666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23667         <bp-sym.h> and <bp-asm.h>.
23668         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23670         <bp-sym.h> and <bp-asm.h>.
23671         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23672         comment.
23673
23674 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23675
23676         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23677         call free(NULL).
23678
23679 2013-03-05  David S. Miller  <davem@davemloft.net>
23680
23681         * po/es.po: Update from translation team.
23682
23683 2013-03-05  Andreas Jaeger  <aj@suse.de>
23684
23685         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23686         <bits/mman-linux.h>.
23687         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23688         is fine.
23689         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23690         <bits/mman-linux.h> to end of file.
23691         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23692         is fine.
23693         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23694         <bits/mman-linux.h> to end of file.
23695         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23696         is fine.
23697         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23698         <bits/mman-linux.h> to end of file.
23699
23700         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23701         (MCL_CURRENT, MCL_FUTURE): Define here.
23702
23703 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23704
23705         [BZ #15232]
23706         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23707         attribute_hidden.
23708         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23709
23710 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23711
23712         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23713         fourth parameter needed for rt_sigprocmask syscall.
23714         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23715         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23716         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23717         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23718         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23719         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23720
23721 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23722
23723         [BZ #13550]
23724         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23725         comment about bounded pointers.
23726         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23727         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23728
23729 2013-03-04  Andreas Jaeger  <aj@suse.de>
23730
23731         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23732         common definitions.
23733
23734         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23735         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23736         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23737         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23738         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23739         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23740
23741 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23742
23743         [BZ #15055]
23744         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23745         __ieee754_sqrl instead of __sqrl.
23746
23747 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23748
23749         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23750         * sysdeps/powerpc/fpu_control.h: ... here.
23751         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23752         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23753         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23754         * sysdeps/powerpc/bits/mathinline.h: ... here.
23755
23756 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23757
23758         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23759         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23760         to just [NEED_DL_SYSINFO_DSO].
23761         * elf/dl-support.c: Likewise.
23762         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23763         * elf/rtld.c (dl_main): Likewise.
23764         * elf/setup-vdso.h (setup_vdso): Likewise.
23765         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23766         * sysdeps/unix/sysv/linux/dl-sysdep.c
23767         (_dl_discover_osversion): Likewise.
23768
23769 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23770
23771         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23772         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23773
23774 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23775
23776         * NEWS: Mention libm performance improvements and non-x86 PI
23777         futex support.
23778
23779         * csu/libc-start.c (__pthread_initialize_minimal): Change
23780         function arguments.
23781         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23782
23783 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23784
23785         [BZ #13550]
23786         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23787         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23788         <bp-sym.h> and <bp-asm.h>.
23789         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23790         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23791         and <bp-asm.h>.
23792         (memcpy): Don't use BP_SYM.
23793         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23794         <bp-asm.h>.
23795         (__mpn_add_n): Don't use BP_SYM.
23796         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23797         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23798         and <bp-asm.h>.
23799         (__mpn_addmul_1): Don't use BP_SYM.
23800         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23801         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23802         <bp-sym.h>.
23803         (_setjmp): Don't use BP_SYM.
23804         (__novmx_setjmp): Likewise.
23805         (__GI__setjmp): Likewise.
23806         (__vmx_setjmp): Likewise.
23807         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23808         <bp-sym.h>.
23809         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23810         (__bzero): Don't use BP_SYM.
23811         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23812         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23813         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23814         <bp-sym.h> and <bp-asm.h>.
23815         (memcpy): Don't use BP_SYM.
23816         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23817         <bp-sym.h> and <bp-asm.h>.
23818         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23819         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23820         <bp-sym.h> and <bp-asm.h>.
23821         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23822         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23823         <bp-asm.h>.
23824         (__mpn_lshift): Don't use BP_SYM.
23825         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23826         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23827         <bp-asm.h>.
23828         (memset): Don't use BP_SYM.
23829         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23830         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23831         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23832         <bp-asm.h>.
23833         (__mpn_mul_1): Don't use BP_SYM.
23834         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23835         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23836         <bp-sym.h> and <bp-asm.h>.
23837         (memcmp): Don't use BP_SYM.
23838         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23839         <bp-sym.h> and <bp-asm.h>.
23840         (memcpy): Don't use BP_SYM.
23841         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23842         <bp-sym.h> and <bp-asm.h>.
23843         (memset): Don't use BP_SYM.
23844         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23845         <bp-sym.h> and <bp-asm.h>.
23846         (strncmp): Don't use BP_SYM.
23847         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23848         <bp-sym.h> and <bp-asm.h>.
23849         (memcpy): Don't use BP_SYM.
23850         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23851         <bp-sym.h> and <bp-asm.h>.
23852         (memset): Don't use BP_SYM.
23853         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23854         <bp-sym.h> and <bp-asm.h>.
23855         (__memchr): Don't use BP_SYM.
23856         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23857         <bp-sym.h> and <bp-asm.h>.
23858         (memcmp): Don't use BP_SYM.
23859         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23860         <bp-sym.h> and <bp-asm.h>.
23861         (memcpy): Don't use BP_SYM.
23862         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23863         <bp-sym.h> and <bp-asm.h>.
23864         (__mempcpy): Don't use BP_SYM.
23865         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23866         <bp-sym.h> and <bp-asm.h>.
23867         (__memrchr): Don't use BP_SYM.
23868         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23869         <bp-sym.h> and <bp-asm.h>.
23870         (memset): Don't use BP_SYM.
23871         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23872         <bp-sym.h> and <bp-asm.h>.
23873         (__rawmemchr): Don't use BP_SYM.
23874         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23875         <bp-sym.h> and <bp-asm.h>.
23876         (__STRCMP): Don't use BP_SYM.
23877         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23878         <bp-sym.h> and <bp-asm.h>.
23879         (strchr): Don't use BP_SYM.
23880         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23881         <bp-sym.h> and <bp-asm.h>.
23882         (__strchrnul): Don't use BP_SYM.
23883         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23884         <bp-sym.h> and <bp-asm.h>.
23885         (strlen): Don't use BP_SYM.
23886         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23887         <bp-sym.h> and <bp-asm.h>.
23888         (strncmp): Don't use BP_SYM.
23889         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23890         <bp-sym.h> and <bp-asm.h>.
23891         (__strnlen): Don't use BP_SYM.
23892         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23893         <bp-asm.h>.
23894         (__mpn_rshift): Don't use BP_SYM.
23895         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23896         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23897         <bp-sym.h> and <bp-asm.h>.
23898         (__sigsetjmp): Don't use BP_SYM.
23899         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23900         (L(start_addresses)): Don't use BP_SYM.
23901         (_start): Likewise.
23902         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23903         <bp-asm.h>.
23904         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23905         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23906         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23907         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23908         <bp-asm.h>.
23909         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23910         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23911         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23912         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23913         <bp-asm.h>.
23914         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23915         comments.
23916         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23917         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23918         <bp-asm.h>.
23919         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23920         FIXME comments.
23921         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23922         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23923         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23924         <bp-asm.h>.
23925         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23926         comment.
23927         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23928         and <bp-asm.h>.
23929         (strncmp): Don't use BP_SYM,
23930         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23931         <bp-asm.h>.
23932         (__mpn_sub_n): Don't use BP_SYM.
23933         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23934         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23935         and <bp-asm.h>.
23936         (__mpn_submul_1): Don't use BP_SYM.
23937         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23939         <bp-sym.h> and <bp-asm.h>.
23940         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23942         <bp-sym.h> and <bp-asm.h>.
23943         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23944         comment.
23945
23946 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23947
23948         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23949         Use ZK to minimize writes to Z.
23950         (sub_magnitudes): Simplify code a bit.
23951         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23952         Use ZK to minimize writes to Z.
23953         (sub_magnitudes): Simplify code a bit.
23954
23955 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23956
23957         * csu/gmon-start.c: Add special exception to license text.
23958
23959 2013-02-27  Richard Henderson  <rth@redhat.com>
23960
23961         * scripts/config.guess: Update from config.git.
23962         * scripts/config.sub: Likewise.
23963
23964 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23965
23966         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23967
23968         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23969
23970         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23971
23972         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23973
23974         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23975
23976 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23977
23978         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23979         [$(build-shared = yes].
23980
23981 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23982
23983         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23984         (__mul): Reduce iterations for calculating mantissa.
23985
23986         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23987         MPTWO.
23988         (__mpranred): Likewise.
23989
23990         [BZ #15160]
23991         * malloc/memusagestat.c (main): Draw graphs for heap and stack
23992         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
23993
23994 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23995
23996         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
23997         Define __attribute__.
23998
23999 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24000
24001         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24002         unused.
24003         * posix/regex_internal.h (__attribute): Remove.
24004         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24005         (re_string_context_at): Likewise.
24006         (bitset_not): Use __attribute__ and mark function as possibly
24007         unused.
24008         (bitset_merge): Likewise.
24009         (bitset_mask): Likewise.
24010         (re_string_char_size_at): Likewise.
24011         (re_string_wchar_at): Likewise.
24012         (re_string_elem_size_at): Likewise.
24013
24014 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24015
24016         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24017         code.
24018         (cc32): Likewise.
24019
24020         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24021         (__acr): Likewise.
24022         (__cpy): Likewise.
24023         (norm): Likewise.
24024         (denorm): Likewise.
24025         (__dbl_mp): Likewise.
24026         (add_magnitudes): Likewise.
24027         (sub_magnitudes): Likewise.
24028         (__mul): Likewise.
24029         (__inv): Likewise.
24030
24031         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24032         style.
24033
24034         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24035         style.
24036
24037         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24038         code.
24039
24040         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24041         up changes with default code.
24042         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24043         Likewise.
24044
24045 2013-02-24  Allan McRae  <allan@archlinux.org>
24046
24047         * manual/socket.texi (The Internet Namespace): Order menu items
24048         to match that in the file.
24049
24050         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24051         node listing of the info page menu.
24052
24053 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24054
24055         [BZ #13550]
24056         * sysdeps/i386/bp-asm.h: Remove file.
24057         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24058         (PARMS): Do not use macros from bp-asm.h.
24059         (S1): Likewise.
24060         (S2): Likewise.
24061         (SIZE): Likewise.
24062         (__mpn_add_n): Do not use BP_SYM
24063         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24064         "bp-asm.h".
24065         (PARMS): Do not use macros from bp-asm.h.
24066         (S1): Likewise.
24067         (SIZE): Likewise.
24068         (__mpn_addmul_1): Do not use BP_SYM
24069         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24070         "bp-asm.h".
24071         (PARMS): Do not use macros from bp-asm.h.
24072         (SIGMSK): Likewise.
24073         (_setjmp): Likewise.  Do not use BP_SYM.
24074         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24075         "bp-asm.h".
24076         (PARMS): Do not use macros from bp-asm.h.
24077         (SIGMSK): Likewise.
24078         (setjmp): Likewise.  Do not use BP_SYM.
24079         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24080         "bp-asm.h".
24081         (PARMS): Do not use macros from bp-asm.h.
24082         (__frexp): Do not use BP_SYM.
24083         (frexp): Likewise.
24084         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24085         "bp-asm.h".
24086         (PARMS): Do not use macros from bp-asm.h.
24087         (__frexpf): Do not use BP_SYM.
24088         (frexpf): Likewise.
24089         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24090         "bp-asm.h".
24091         (PARMS): Do not use macros from bp-asm.h.
24092         (__frexpl): Do not use BP_SYM.
24093         (frexpl): Likewise.
24094         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24095         "bp-asm.h".
24096         (PARMS): Do not use macros from bp-asm.h.
24097         (__remquo): Do not use BP_SYM.
24098         (remquo): Likewise.
24099         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24100         "bp-asm.h".
24101         (PARMS): Do not use macros from bp-asm.h.
24102         (__remquof): Do not use BP_SYM.
24103         (remquof): Likewise.
24104         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24105         "bp-asm.h".
24106         (PARMS): Do not use macros from bp-asm.h.
24107         (__remquol): Do not use BP_SYM.
24108         (remquol): Likewise.
24109         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24110         "bp-asm.h".
24111         (PARMS): Do not use macros from bp-asm.h.
24112         (DEST): Likewise.
24113         (SRC): Likewise.
24114         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24115         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24116         "bp-asm.h".
24117         (PARMS): Do not use macros from bp-asm.h.
24118         (strlen): Do not use BP_SYM.
24119         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24120         "bp-asm.h".
24121         (PARMS): Do not use macros from bp-asm.h.
24122         (S1): Likewise.
24123         (S2): Likewise.
24124         (SIZE): Likewise.
24125         (__mpn_add_n): Do not use BP_SYM.
24126         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24127         "bp-asm.h".
24128         (PARMS): Do not use macros from bp-asm.h.
24129         (S1): Likewise.
24130         (SIZE): Likewise.
24131         (__mpn_addmul_1): Do not use BP_SYM.
24132         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24133         weak_alias.
24134         (bzero): Likewise.
24135         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24136         "bp-asm.h".
24137         (PARMS): Do not use macros from bp-asm.h.
24138         (S): Likewise.
24139         (SIZE): Likewise.
24140         (__mpn_lshift): Do not use BP_SYM.
24141         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24142         "bp-asm.h".
24143         (PARMS): Do not use macros from bp-asm.h.
24144         (DEST): Likewise.
24145         (SRC): Likewise.
24146         (LEN): Likewise.
24147         (memcpy): Likewise.  Do not use BP_SYM.
24148         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24149         libc_hidden_def and weak_alias.
24150         (mempcpy): Do not use BP_SYM in weak_alias.
24151         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24152         "bp-asm.h".
24153         (PARMS): Do not use macros from bp-asm.h.
24154         (DEST): Likewise.
24155         (LEN): Likewise.
24156         [!BZERO_P] (CHR): Likewise.
24157         (memset): Likewise.  Do not use BP_SYM.
24158         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24159         "bp-asm.h".
24160         (PARMS): Do not use macros from bp-asm.h.
24161         (S1): Likewise.
24162         (SIZE): Likewise.
24163         (__mpn_mul_1): Do not use BP_SYM.
24164         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24165         "bp-asm.h".
24166         (PARMS): Do not use macros from bp-asm.h.
24167         (S): Likewise.
24168         (SIZE): Likewise.
24169         (__mpn_rshift): Do not use BP_SYM.
24170         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24171         "bp-asm.h".
24172         (PARMS): Do not use macros from bp-asm.h.
24173         (STR): Likewise.
24174         (CHR): Likewise.
24175         (strchr): Likewise.  Do not use BP_SYM.
24176         (index): Do not use BP_SYM in weak_alias.
24177         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24178         "bp-asm.h".
24179         (PARMS): Do not use macros from bp-asm.h.
24180         (DEST): Likewise.
24181         (SRC): Likewise.
24182         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24183         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24184         "bp-asm.h".
24185         (PARMS): Do not use macros from bp-asm.h.
24186         (strlen): Do not use BP_SYM.
24187         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24188         "bp-asm.h".
24189         (PARMS): Do not use macros from bp-asm.h.
24190         (S1): Likewise.
24191         (S2): Likewise.
24192         (SIZE): Likewise.
24193         (__mpn_sub_n): Do not use BP_SYM.
24194         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24195         "bp-asm.h".
24196         (PARMS): Do not use macros from bp-asm.h.
24197         (S1): Likewise.
24198         (SIZE): Likewise.
24199         (__mpn_submul_1): Do not use BP_SYM.
24200         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24201         "bp-asm.h".
24202         (PARMS): Do not use macros from bp-asm.h.
24203         (S1): Likewise.
24204         (S2): Likewise.
24205         (SIZE): Likewise.
24206         (__mpn_add_n): Do not use BP_SYM.
24207         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24208         weak_alias.
24209         (bzero): Likewise.
24210         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24211         "bp-asm.h".
24212         (PARMS): Do not use macros from bp-asm.h.
24213         (BLK2): Likewise.
24214         (LEN): Likewise.
24215         (memcmp): Do not use BP_SYM.
24216         (bcmp): Do not use BP_SYM in weak_alias.
24217         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24218         "bp-asm.h".
24219         (PARMS): Do not use macros from bp-asm.h.
24220         (DEST): Likewise.
24221         (SRC): Likewise.
24222         (LEN): Likewise.
24223         (memcpy): Likewise.  Do not use BP_SYM.
24224         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24225         "bp-asm.h".
24226         (PARMS): Do not use macros from bp-asm.h.
24227         (DEST): Likewise.
24228         (SRC): Likewise.
24229         (LEN): Likewise.
24230         (memmove): Likewise.  Do not use BP_SYM.
24231         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24232         "bp-asm.h".
24233         (PARMS): Do not use macros from bp-asm.h.
24234         (DEST): Likewise.
24235         (SRC): Likewise.
24236         (LEN): Likewise.
24237         (__mempcpy): Likewise.  Do not use BP_SYM.
24238         (mempcpy): Do not use BP_SYM in weak_alias.
24239         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24240         "bp-asm.h".
24241         (PARMS): Do not use macros from bp-asm.h.
24242         (DEST): Likewise.
24243         (LEN): Likewise.
24244         [!BZERO_P] (CHR): Likewise.
24245         (memset): Likewise.  Do not use BP_SYM.
24246         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24247         "bp-asm.h".
24248         (PARMS): Do not use macros from bp-asm.h.
24249         (STR2): Likewise.
24250         (strcmp): Do not use BP_SYM.
24251         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24252         "bp-asm.h".
24253         (PARMS): Do not use macros from bp-asm.h.
24254         (STR): Likewise.
24255         (DELIM): Likewise.
24256         [USE_AS_STRTOK_R] (SAVE): Likewise.
24257         (FUNCTION): Likewise.  Do not use BP_SYM.
24258         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24259         aliases.
24260         (strtok_r): Likewise.
24261         (__GI___strtok_r): Likewise.
24262         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24263         (PARMS): Do not use macros from bp-asm.h.
24264         (S): Likewise.
24265         (SIZE): Likewise.
24266         (__mpn_lshift): Do not use BP_SYM.
24267         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24268         (PARMS): Do not use macros from bp-asm.h.
24269         (STR): Likewise.
24270         (CHR): Likewise.
24271         (__memchr): Do not use BP_SYM.
24272         (memchr): Do not use BP_SYM in weak_alias.
24273         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24274         (PARMS): Do not use macros from bp-asm.h.
24275         (BLK2): Likewise.
24276         (LEN): Likewise.
24277         (memcmp): Do not use BP_SYM.
24278         (bcmp): Do not use BP_SYM in weak_alias.
24279         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24280         (PARMS): Do not use macros from bp-asm.h.
24281         (S1): Likewise.
24282         (SIZE): Likewise.
24283         (__mpn_mul_1): Do not use BP_SYM.
24284         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24285         "bp-asm.h".
24286         (PARMS): Do not use macros from bp-asm.h.
24287         (STR): Likewise.
24288         (CHR): Likewise.
24289         (__rawmemchr): Do not use BP_SYM.
24290         (rawmemchr): Do not use BP_SYM in weak_alias.
24291         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24292         (PARMS): Do not use macros from bp-asm.h.
24293         (S): Likewise.
24294         (SIZE): Likewise.
24295         (__mpn_rshift): Do not use BP_SYM.
24296         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24297         (PARMS): Do not use macros from bp-asm.h.
24298         (SIGMSK): Likewise.
24299         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24300         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24301         (_start): Do not use BP_SYM.
24302         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24303         (PARMS): Do not use macros from bp-asm.h.
24304         (DEST): Likewise.
24305         (SRC): Likewise.
24306         (__stpcpy): Likewise.  Do not use BP_SYM.
24307         (stpcpy): Do not use BP_SYM in weak_alias.
24308         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24309         "bp-asm.h".
24310         (PARMS): Do not use macros from bp-asm.h.
24311         (DEST): Likewise.
24312         (SRC): Likewise.
24313         (LEN): Likewise.
24314         (__stpncpy): Likewise.  Do not use BP_SYM.
24315         (stpncpy): Do not use BP_SYM in weak_alias.
24316         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24317         (PARMS): Do not use macros from bp-asm.h.
24318         (STR): Likewise.
24319         (CHR): Likewise.
24320         (strchr): Likewise.  Do not use BP_SYM.
24321         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24322         "bp-asm.h".
24323         (PARMS): Do not use macros from bp-asm.h.
24324         (STR): Likewise.
24325         (CHR): Likewise.
24326         (__strchrnul): Likewise.  Do not use BP_SYM.
24327         (strchrnul): Do not use BP_SYM in weak_alias.
24328         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24329         "bp-asm.h".
24330         (PARMS): Do not use macros from bp-asm.h.
24331         (STOP): Likewise.
24332         (strcspn): Do not use BP_SYM.
24333         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24334         "bp-asm.h".
24335         (PARMS): Do not use macros from bp-asm.h.
24336         (STR): Likewise.
24337         (STOP): Likewise.
24338         (strpbrk): Likewise.  Do not use BP_SYM.
24339         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24340         "bp-asm.h".
24341         (PARMS): Do not use macros from bp-asm.h.
24342         (STR): Likewise.
24343         (CHR): Likewise.
24344         (strrchr): Likewise.  Do not use BP_SYM.
24345         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24346         (PARMS): Do not use macros from bp-asm.h.
24347         (SKIP): Likewise.
24348         (strspn): Do not use BP_SYM.
24349         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24350         (PARMS): Do not use macros from bp-asm.h.
24351         (STR): Likewise.
24352         (DELIM): Likewise.
24353         (SAVE): Likewise.
24354         (FUNCTION): Likewise.  Do not use BP_SYM.
24355         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24356         aliases.
24357         (strtok_r): Likewise.
24358         (__GI___strtok_r): Likewise.
24359         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24360         (PARMS): Do not use macros from bp-asm.h.
24361         (S1): Likewise.
24362         (S2): Likewise.
24363         (SIZE): Likewise.
24364         (__mpn_sub_n): Do not use BP_SYM.
24365         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24366         "bp-asm.h".
24367         (PARMS): Do not use macros from bp-asm.h.
24368         (S1): Likewise.
24369         (SIZE): Likewise.
24370         (__mpn_submul_1): Do not use BP_SYM.
24371         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24372         <bp-sym.h>.
24373         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24374         and <bp-asm.h>.
24375         (PARMS): Do not use macros from bp-asm.h.
24376         (FLAGS): Likewise.
24377         (PTID): Likewise.
24378         (TLS): Likewise.
24379         (CTID): Likewise.
24380         (__clone): Do not use BP_SYM.
24381         (clone): Do not use BP_SYM in weak_alias.
24382         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24383         and <bp-asm.h>.
24384         (PARMS): Do not use macros from bp-asm.h.
24385         (LEN): Likewise.
24386         (__mmap64): Do not use BP_SYM.
24387         (mmap64): Do not use BP_SYM in weak_alias.
24388         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24389         <bp-sym.h> and <bp-asm.h>.
24390         (PARMS): Do not use macros from bp-asm.h.
24391         (__posix_fadvise64_l64): Do not use BP_SYM.
24392         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24393         (PARMS): Do not use macros from bp-asm.h.
24394         (NSOPS): Likewise.
24395         (semtimedop): Do not use BP_SYM.
24396         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24397         and <bp-asm.h>.
24398
24399 2013-02-21  Allan McRae  <allan@archlinux.org>
24400
24401         * manual/message.texi (Charset conversion in gettext):
24402         Move @end statement to beginning of line.
24403
24404 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24405
24406         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24407         static.
24408         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24409         Likewise.
24410
24411         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24412         (denorm): Likewise.
24413         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24414         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24415
24416 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24417
24418         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24419         tail-call to the resolved function if pltexit isn't needed.
24420
24421 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24422
24423         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24424         or Y being zero as being unlikely.
24425         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24426         Likewise.
24427
24428 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24429
24430         * manual/nss.texi (System Databases and Name Service Switch):
24431         Remove frobnicate @pxref.
24432
24433 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24434
24435         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24436         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24437
24438 2013-02-20  Petr Machata  <pmachata@redhat.com>
24439
24440         * elf/elf.h (R_ARM_TARGET1): New macro.
24441         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24442         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24443         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24444         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24445         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24446         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24447         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24448         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24449         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24450         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24451         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24452         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24453         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24454         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24455         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24456         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24457         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24458         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24459         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24460         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24461         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24462         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24463         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24464         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24465         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24466         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24467         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24468         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24469         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24470         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24471         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24472         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24473         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24474         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24475         (R_ARM_THM_GOT_BREL12): Likewise.
24476         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24477         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24478         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24479         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24480         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24481         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24482         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24483         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24484         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24485
24486 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24487
24488         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24489         __attribute_used__ to __attribute__ ((unused)).
24490
24491 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24492
24493         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24494         powerpc mpa.c.
24495         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24496         comment formatting.
24497         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24498
24499 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24500
24501         [BZ #13550]
24502         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24503         Remove macro.
24504         (ENTER): Remove both macro definitions.
24505         (LEAVE): Likewise.
24506         (CHECK_BOUNDS_LOW): Likewise.
24507         (CHECK_BOUNDS_HIGH): Likewise.
24508         (CHECK_BOUNDS_BOTH): Likewise.
24509         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24510         (RETURN_BOUNDED_POINTER): Likewise.
24511         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24512         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24513         (POP_ERRNO_LOCATION_RETURN): Likewise.
24514         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24515         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24516         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24517         macros.
24518         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24519         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24520         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24521         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24522         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24523         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24524         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24525         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24526         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24527         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24528         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24529         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24530         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24531         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24532         removed macros.
24533         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24534         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24535         macros.
24536         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24537         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24538         * sysdeps/i386/i586/memset.S (memset): Likewise.
24539         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24540         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24541         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24542         macros.
24543         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24544         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24545         Change uses of L(2) to L(out).
24546         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24547         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24548         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24549         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24550         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24551         removed macros.
24552         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24553         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24554         macros.
24555         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24556         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24557         (RETURN): Do not use macro LEAVE.
24558         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24559         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24560         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24561         * sysdeps/i386/i686/memset.S (memset): Likewise.
24562         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24563         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24564         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24565         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24566         Likewise.
24567         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24568         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24569         L(1_2) and L(1_3) into L(1).
24570         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24571         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24572         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24573         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24574         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24575         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24576         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24577         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24578         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24579         macros.
24580         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24581         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24582         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24583         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24584         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24585         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24586         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24587         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24588         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24589         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24590         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24591         * sysdeps/i386/strspn.S (strspn): Likewise.
24592         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24593         conditional code.
24594         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24595         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24596         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24597         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24598         L(1_3) into L(1_1).
24599         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24600         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24601         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24602         macros.
24603         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24604
24605 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24606
24607         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24608         macro.
24609
24610 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24611
24612         * math/atest-exp.c (exp_mpn): Remove ROUND.
24613         * math/atest-exp2.c (exp_mpn): Likewise.
24614         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24615
24616         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24617         * stdlib/tst-tls-atexit-lib.c: Likewise.
24618         * stdlib/tst-tls-atexit.c: Likewise.
24619
24620 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24621
24622         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24623         and __attribute_alloc_size__.
24624
24625 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24626
24627         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24628         __attribute_alloc_size__.
24629         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24630         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24631
24632 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24633
24634         * include/programs/xmalloc.h: New file.
24635         * catgets/gencat.c: Include it.
24636         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24637         * elf/pldd.c: Likewise.
24638         * iconv/iconv_charmap.c: Likewise.
24639         * iconv/iconvconfig.c: Likewise.
24640         * iconv/strtab.c: Likewise.
24641         * locale/programs/locale.c: Likewise.
24642         * locale/programs/localedef.h: Likewise.
24643         * locale/programs/simple-hash.c: Likewise.
24644         * nscd/nscd.h: Likewise.
24645         * nss/makedb.c: Likewise.
24646         * sysdeps/generic/ldconfig.h: Likewise.
24647
24648 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24649
24650         * Versions.def: Add GLIBC_2.18.
24651         * include/link.h (struct link_map): New member l_tls_dtor_count.
24652         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24653         (__call_tls_dtors): Likewise.
24654         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24655         __cxa_thread_atexit_impl.
24656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24657         Likewise.
24658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24659         Likewise.
24660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24661         Likewise.
24662         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24663         Likewise.
24664         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24665         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24666         Likewise.
24667         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24668         Likewise.
24669         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24670         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24671         Likewise.
24672         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24673         (tests): Add test case tst-tls-atexit.
24674         (modules-names): Add shared library for tst-tls-atexit.
24675         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24676         (GLIBC_PRIVATE): Add __call_tls_dtors.
24677         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24678         for libstdc++.
24679         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24680         * stdlib/tst-tls-atexit.c: New test case.
24681         * stdlib/tst-tls-atexit-lib.c: New test case.
24682
24683         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24684
24685         * elf/Versions (ld): Add _dl_find_dso_for_object.
24686         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24687         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24688         (dl_open_worker): Use _dl_find_dso_for_object.
24689         * elf/dl-sym.c (do_sym): Likewise.
24690         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24691
24692 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24693
24694         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24695         Syntactic changes only.
24696         (_dl_runtime_profile): Do a tail-call to the resolved function.
24697
24698 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24699
24700         [BZ #13550]
24701         * sysdeps/x86_64/bp-asm.h: Remove file.
24702         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24703         <bp-sym.h> and <bp-asm.h>.
24704         (__clone): Do not use BP_SYM.
24705         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24706         <bp-sym.h> and <bp-asm.h>.
24707         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24708         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24709         "bp-asm.h".
24710         (_setjmp): Do not use BP_SYM.
24711         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24712         "bp-asm.h".
24713         (setjmp): Do not use BP_SYM.
24714         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24715         libc_hidden_def.
24716         (mempcpy): Do not use BP_SYM in weak_alias.
24717         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24718         "bp-asm.h".
24719         (strchr): Do not use BP_SYM.
24720         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24721         "bp-asm.h".
24722         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24723         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24724         (_start): Do not use BP_SYM.
24725         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24726         "bp-asm.h".
24727         (strcat): Do not use BP_SYM.
24728         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24729         "bp-asm.h".
24730         (STRCMP): Do not use BP_SYM.
24731         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24732         "bp-asm.h".
24733         (STRCPY): Do not use BP_SYM.
24734         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24735         "bp-asm.h".
24736         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24737         "bp-asm.h".
24738         (FUNCTION): Do not use BP_SYM.
24739         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24740         weak_alias.
24741         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24742
24743 2013-02-17  Andreas Jaeger  <aj@suse.de>
24744
24745         * time/Versions: Sort entries.
24746         * string/Versions: Likewise.
24747         * resolv/Versions: Likewise.
24748         * posix/Versions: Likewise.
24749         * iconv/Versions: Likewise.
24750         * elf/Versions: Likewise.
24751         * wcsmbs/Versions: Likewise.
24752
24753 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24754
24755         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24756         loop termination condition.
24757
24758         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24759         variable to calculate EZ.
24760         (__sqr): Likewise.
24761
24762         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24763         the lower precision input.
24764
24765 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24766
24767         [BZ #13550]
24768         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24769         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24770         (run-via-rtld-prefix): Do not handle %-bp tests.
24771         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24772         (all-object-suffixes): Remove .ob.
24773         (bppfx): Remove variable.
24774         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24775         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24776         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24777         [$(build-bounded) = yes] (libtype.ob): Likewise.
24778         * Makerules (elide-routines.ob): Remove variable.
24779         (do-tests-clean): Do not handle *-bp.out.
24780         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24781         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24782         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24783         (tests): Do not include $(tests-bp.out).
24784         (xtests): Do not include $(xtests-bp.out).
24785         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24786         [$(build-bounded) = yes] ($(addprefix
24787         $(objpfx),$(binaries-bounded))): Remove rule.
24788         ($(objpfx)%-bp.out): Remove rule.
24789         * config.make.in (build-bounded): Remove variable.
24790         * crypt/Makefile [$(build-bounded) = yes]
24791         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24792         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24793         append to variable.
24794         [$(build-bounded) = yes] (install-lib): Likewise.
24795         [$(build-bounded) = yes] (generated): Likewise.
24796         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24797         Remove rule.
24798         * intl/Makefile [$(build-bounded) = yes]
24799         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24800         * math/Makefile [$(build-bounded) = yes]
24801         ($(tests:%=$(objpfx)%-bp): Likewise.
24802         * misc/Makefile [$(build-bounded) = yes]
24803         ($(objpfx)tst-tsearch-bp): Likewise.
24804         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24805         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24806         Remove dependency.
24807         * string/Makefile (o-objects.ob): Remove variable.
24808         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24809         (CFLAGS-.ob): Remove variable.
24810         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24811         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24812         both definitions of variable.
24813         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24814         (ASFLAGS-.ob): Remove variable.
24815
24816 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24817
24818         [BZ #13550]
24819         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24820         Remove __BOUNDED_POINTERS__ from condition.
24821         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24822         * string/bits/string2.h [!__NO_STRING_INLINES &&
24823         !__BOUNDED_POINTERS__]: Likewise.
24824         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24825         Likewise.
24826         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24827         Remove conditional code.
24828         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24829         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24830         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24831         condition.
24832
24833         [BZ #13550]
24834         * csu/libc-start.c: Do not include <bp-sym.h>.
24835         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24836         * elf/dl-open.c: Do not include <bp-sym.h>.
24837         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24838         * math/fegetenv.c: Do not include <bp-sym.h>.
24839         (fegetenv): Do not use BP_SYM in versioned symbols.
24840         * nptl/sysdeps/pthread/bits/libc-lockP.h
24841         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24842         <bp-sym.h>.
24843         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24844         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24845         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24846         (__pthread_mutex_destroy): Likewise.
24847         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24848         (__pthread_mutex_lock): Likewise.
24849         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24850         (__pthread_mutex_trylock): Likewise.
24851         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24852         (__pthread_mutex_unlock): Likewise.
24853         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24854         (__pthread_mutexattr_init): Likewise.
24855         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24856         (__pthread_mutexattr_destroy): Likewise.
24857         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24858         (__pthread_mutexattr_settype): Likewise.
24859         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24860         (__pthread_rwlock_init): Likewise.
24861         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24862         (__pthread_rwlock_destroy): Likewise.
24863         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24864         (__pthread_rwlock_rdlock): Likewise.
24865         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24866         (__pthread_rwlock_tryrdlock): Likewise.
24867         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24868         (__pthread_rwlock_wrlock): Likewise.
24869         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24870         (__pthread_rwlock_trywrlock): Likewise.
24871         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24872         (__pthread_rwlock_unlock): Likewise.
24873         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24874         (__pthread_key_create): Likewise.
24875         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24876         (__pthread_setspecific): Likewise.
24877         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24878         (__pthread_getspecific): Likewise.
24879         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24880         Likewise.
24881         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24882         (_pthread_cleanup_push_defer): Likewise.
24883         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24884         (_pthread_cleanup_pop_restore): Likewise.
24885         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24886         (pthread_setcancelstate): Likewise.
24887         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24888         <bp-sym.h>.
24889         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24890         (memchr): Do not use BP_SYM in weak_alias.
24891         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24892         (fegetenv): Do not use BP_SYM in versioned symbols.
24893         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24894         (fesetenv): Do not use BP_SYM in versioned symbols.
24895         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24896         (feupdateenv): Do not use BP_SYM in versioned symbols.
24897         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24898         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24899         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24900         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24901         (open64): Do not use BP_SYM in weak_alias.
24902         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24903         (fegetenv): Do not use BP_SYM in versioned symbols.
24904         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24905         (fesetenv): Do not use BP_SYM in versioned symbols.
24906         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24907         (feupdateenv): Do not use BP_SYM in versioned symbols.
24908         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24909         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24910         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24911         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24912         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24913         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24914         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24915         <bp-sym.h>.
24916         (__libc_start_main): Do not use BP_SYM.
24917
24918 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24919
24920         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24921         redundant return line.
24922         (norm): Likewise.
24923         (denorm): Likewise.
24924         (dbl_mp): Likewise.
24925         (sub_magnitudes): Likewise.
24926         (__add): Likewise.
24927         (__sub): Likewise.
24928         (__mul): Likewise.
24929         (__inv): Likewise.
24930         (__dvd): Likewise.
24931         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24932         (norm): Likewise.
24933         (denorm): Likewise.
24934         (dbl_mp): Likewise.
24935         (sub_magnitudes): Likewise.
24936         (__add): Likewise.
24937         (__sub): Likewise.
24938         (__mul): Likewise.
24939         (__inv): Likewise.
24940         (__dvd): Likewise.
24941
24942         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24943         instead of __mul.
24944         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24945         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24946         (cc32): Likewise.
24947
24948         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24949         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24950         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24951         of __mul for squares.
24952         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24953         function
24954         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24955         Likewise.
24956         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24957         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24958
24959 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24960
24961         [BZ #13550]
24962         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24963         code.
24964         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24965         prototype or function definition.  Rename ubp_* variables and
24966         parameters.  Remove argv definitions conditional on
24967         [__BOUNDED_POINTERS__].
24968         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24969         * elf/dl-runtime.c (_dl_fixup): Likewise.
24970         * include/set-hooks.h (RUN_HOOK): Likewise.
24971         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24972         definition.
24973         * string/strcpy.c (strcpy): Do not use __unbounded.
24974         * sysdeps/generic/frame.h (struct layout): Likewise.
24975         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24976         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24977         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24978         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24979         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24980         (__backtrace): Likewise.
24981         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24982         use __ptrvalue.
24983         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24984         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24985         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24986         Likewise.
24987         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24988         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24989         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24990         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24991         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
24992         Do not use __unbounded.
24993         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
24994         Rename __unboundedrlimits parameter to rlimits in prototype.
24995         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
24996         Do not use __unbounded.
24997         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
24998         not use __ptrvalue.
24999         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25000         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25001         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25002         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25003         __ptrvalue or __unbounded.
25004         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25005         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25006         use __unbounded.
25007         (__new_msgctl): Do not use __ptrvalue.
25008         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25009         __unbounded.
25010         (__libc_msgrcv): Do not use __ptrvalue.
25011         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25012         startup_info): Do not use __unbounded.
25013         (__libc_start_main): Likewise.  Rename ubp_* variables and
25014         parameters.  Remove argv definitions conditional on
25015         [__BOUNDED_POINTERS__].
25016         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25017         __ptrvalue.
25018         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25019         use __unbounded.
25020         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25021         or __ptrvalue.
25022         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25023         use __unbounded.
25024         (__new_shmctl): Do not use __ptrvalue.
25025         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25026         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25027         Likewise.
25028         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25029         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25030         (__libc_sigaction): Likewise.
25031         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25032         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25033         Likewise.
25034         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25035
25036 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25037
25038         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25039
25040         * string/mempcpy.c: Implement by calling memcpy.
25041
25042 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25043
25044         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25045
25046         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25047         evaluation.
25048
25049         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25050         values in the mantissa.
25051
25052         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25053         minimize writes to Z.
25054         (sub_magnitudes): Simplify code a bit.
25055
25056 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25057
25058         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25059         from the message.  The linker prefixes all warnings with that already.
25060
25061 2013-02-12  Andreas Schwab  <schwab@suse.de>
25062
25063         [BZ #15078]
25064         * posix/regexec.c (extend_buffers): Add parameter min_len.
25065         (check_matching): Pass minimum needed length.
25066         (clean_state_log_if_needed): Likewise.
25067         (get_subexp): Likewise.
25068         * posix/Makefile (tests): Add bug-regex34.
25069         (bug-regex34-ENV): Define.
25070         * posix/bug-regex34.c: New file.
25071
25072         [BZ #11561]
25073         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25074         elements compare against the byte sequence of it, not its name.
25075         * posix/Makefile (tests): Add bug-regex35.
25076         (bug-regex35-ENV): Define.
25077         * posix/bug-regex35.c: New file.
25078
25079 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25080
25081         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25082         comment.
25083         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25084         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25085         (CHECK_EOL): Add undef.
25086
25087 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25088
25089         * bits/stdlib-bsearch.h: New file.
25090         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25091         * stdlib/stdlib.h: Likewise.
25092
25093 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25094
25095         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25096         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25097         declaration.
25098         * manual/search.texi (Array Search Function): Add missing const in
25099         lfind prototype.
25100         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25101         declaration to use rlim_t.
25102         (Basic Scheduling Functions): Remove erroneous const from
25103         sched_getparam prototype.  Remove erroneous * from
25104         sched_get_priority_max and sched_get_priority_min prototypes.
25105         (Resource Usage): Fix summary @comment on vtimes to refer to
25106         sys/vtimes.h rather than vtimes.h.
25107         Add missing *s in vtimes prototype.
25108         (Limits on Resources): Fix ulimit prototype to return long int.
25109         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25110         prototypes to use long int rather than double.
25111         (BSD Random): Fix initstate and setstate to use char *, not void *.
25112         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25113         prototype to make second argument 'struct aiocb64 *const[]'.
25114         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25115         (Status of AIO Operations): Remove erroneous const in aio_return and
25116         aio_return64 prototypes.
25117         (Synchronizing I/O): Fix sync prototype to return void.
25118         * manual/startup.texi (Suboptions): Remove an erroneous const in
25119         getsubopt prototype.
25120         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25121         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25122         use size_t rather than int.
25123         (Scanning All Users): Likewise for getpwent_r.
25124         (Setting Groups): Add missing const to setgroups prototype.
25125         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25126         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25127         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25128         'const void *' rather than 'const char *'.
25129         (Host Address Functions): Likewise for inet_ntop.
25130         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25131         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25132         ssize_t for return value.
25133         (Sending Data): Likewise for send, sendto, sendmsg.
25134         (Socket Option Functions): Add a missing const in setsockopt prototype.
25135         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25136         use wchar_t for the argument.
25137         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25138         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25139         take no arguments.
25140         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25141         double/float/long double for second argument.
25142         Fix return types of significand, significandf, significandl.
25143         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25144         argument in fchmod prototype.
25145         (File Owner): Use uid_t and gid_t in fchown prototype.
25146         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25147         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25148         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25149         use 'const struct dirent **' as argument types to CMP function pointer
25150         argument.
25151         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25152         (File Times): Fix summary magic @comment for struct utimbuf and utime
25153         to refer to utime.h, not time.h.
25154         * manual/string.texi (Argz Functions): Add missing const in
25155         argz_extract and argz_next prototypes.
25156         (Finding Tokens in a String): Likewise for basename.
25157         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25158         (Copying and Concatenation): Fix typo in wmemmove prototype.
25159         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25160         (Signal Stack): Remove erroneous const in sigstack prototype.
25161         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25162         prototype.
25163         (Simple Calendar Time): Likewise for stime.
25164         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25165         prototype.
25166         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25167         say sys/sysctl.h instead.
25168         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25169         and vsyslog prototypes.
25170
25171 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25172
25173         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25174         Remove.
25175
25176 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25177
25178         * misc/sys/mman.h: Fix typo in mremap comment.
25179
25180 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25181
25182         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25183         the '\0' terminator.
25184
25185 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25186
25187         [BZ #13550]
25188         * debug/segfault.c: Don't include <bp-checks.h>.
25189         * sysdeps/generic/bp-checks.h: Remove file.
25190         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25191         (__GETDENTS): Don't use CHECK_N.
25192         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25193         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25194         (__getgroups): Don't use CHECK_N.
25195         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25196         (setgroups): Don't use CHECK_N.
25197         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25198         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25199         (__libc_msgrcv): Don't use CHECK_N.
25200         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25201         (__libc_msgsnd): Don't use CHECK_N.
25202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25203         <bp-checks.h>.
25204         (__libc_pread): Don't use CHECK_N.
25205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25206         include <bp-checks.h>.
25207         (__libc_pread64): Don't use CHECK_N.
25208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25209         include <bp-checks.h>.
25210         (__libc_pwrite): Don't use CHECK_N.
25211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25212         include <bp-checks.h>.
25213         (__libc_pwrite64): Don't use CHECK_N.
25214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25215         <bp-checks.h>.
25216         (__libc_pread): Don't use CHECK_N.
25217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25218         include <bp-checks.h>.
25219         (__libc_pread64): Don't use CHECK_N.
25220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25221         include <bp-checks.h>.
25222         (__libc_pwrite): Don't use CHECK_N.
25223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25224         include <bp-checks.h>.
25225         (__libc_pwrite64): Don't use CHECK_N.
25226         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25227         (do_pread): Don't use CHECK_N.
25228         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25229         (do_pread64): Don't use CHECK_N.
25230         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25231         (do_pwrite): Don't use CHECK_N.
25232         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25233         (do_pwrite64): Don't use CHECK_N.
25234         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25235         (__libc_readv): Don't use CHECK_N.
25236         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25237         (semop): Don't use CHECK_N.
25238         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25239         <bp-checks.h>.
25240         (semtimedop): Don't use CHECK_N.
25241         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25242         (__libc_pread): Don't use CHECK_N.
25243         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25244         <bp-checks.h>.
25245         (__libc_pread64): Don't use CHECK_N.
25246         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25247         <bp-checks.h>.
25248         (__libc_pwrite): Don't use CHECK_N.
25249         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25250         <bp-checks.h>.
25251         (__libc_pwrite64): Don't use CHECK_N.
25252         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25253         <bp-checks.h>.
25254         (__libc_msgrcv): Don't use CHECK_N.
25255         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25256         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25257         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25258         (__libc_writev): Don't use CHECK_N.
25259
25260 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25261
25262         * string/strcpy.c: Removed unused variable.
25263
25264         * Makeconfig (+sysdep-includes): Define with := rather than =.
25265         Use an existing include/ subdir of each sysdeps dir before it.
25266
25267 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25268
25269         * nscd/connection.c (register_traced_file): Comment function.
25270         [HAVE_INOTIFY] (union __inev): Define.
25271         [HAVE_INOTIFY] (inotify_check_files): New function.
25272         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25273         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25274         clear_db_cache.
25275         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25276
25277 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25278
25279         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25280         loaded if not already and that a failure is permanent.
25281
25282 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25283
25284         [BZ #15006]
25285         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25286         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25287
25288 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25289
25290         [BZ #13550]
25291         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25292         (CHECK_1_NULL_OK): Likewise.
25293         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25294         (__fxstat): Do not use CHECK_1.
25295         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25296         <bp-checks.h>.
25297         (___fxstat64): Do not use CHECK_1.
25298         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25299         <bp-checks.h>.
25300         (__fxstatat): Do not use CHECK_1.
25301         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25302         <bp-checks.h>.
25303         (__fxstatat64): Do not use CHECK_1.
25304         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25305         <bp-checks.h>.
25306         (__fxstat): Do not use CHECK_1.
25307         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25308         <bp-checks.h>.
25309         (__fxstatat): Do not use CHECK_1.
25310         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25311         <bp-checks.h>.
25312         (__getresgid): Do not use CHECK_1.
25313         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25314         <bp-checks.h>.
25315         (__getresuid): Do not use CHECK_1.
25316         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25317         <bp-checks.h>.
25318         (__lxstat): Do not use CHECK_1.
25319         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25320         <bp-checks.h>.
25321         (__old_msgctl): Do not use CHECK_1.
25322         (__new_msgctl): Likewise.
25323         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25324         <bp-checks.h>.
25325         (__new_setrlimit): Do not use CHECK_1.
25326         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25327         <bp-checks.h>.
25328         (__old_shmctl): Do not use CHECK_1.
25329         (__new_shmctl): Likewise.
25330         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25331         <bp-checks.h>.
25332         (__xstat): Do not use CHECK_1.
25333         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25334         (__lxstat): Do not use CHECK_1.
25335         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25336         <bp-checks.h>.
25337         (___lxstat64): Do not use CHECK_1.
25338         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25339         (__old_msgctl): Do not use CHECK_1.
25340         (__new_msgctl): Likewise.
25341         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25342         <bp-checks.h>.
25343         (__gettimeofday): Do not use CHECK_1.
25344         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25345         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25346         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25347         <bp-checks.h>.
25348         (__gettimeofday): Do not use CHECK_1.
25349         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25350         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25351         (__new_shmctl): Do not use CHECK_1.
25352         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25353         <bp-checks.h>.
25354         (do_sigtimedwait): Do not use CHECK_1.
25355         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25356         <bp-checks.h>.
25357         (do_sigwaitinfo): Do not use CHECK_1.
25358         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25359         <bp-checks.h>.
25360         (msgctl): Do not use CHECK_1.
25361         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25362         <bp-checks.h>.
25363         (shmctl): Do not use CHECK_1.
25364         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25365         (ustat): Do not use CHECK_1.
25366         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25367         <bp-checks.h>.
25368         (__fxstat): Do not use CHECK_1.
25369         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25370         <bp-checks.h>.
25371         (__fxstatat): Do not use CHECK_1.
25372         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25373         <bp-checks.h>.
25374         (__lxstat): Do not use CHECK_1.
25375         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25376         <bp-checks.h>.
25377         (__xstat): Do not use CHECK_1.
25378         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25379         (__xstat): Do not use CHECK_1.
25380         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25381         (___xstat64): Do not use CHECK_1.
25382
25383         [BZ #13550]
25384         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25385         definitions.
25386         (CHECK_BOUNDS_HIGH): Likewise.
25387         * string/strcpy.c: Do not include <bp-checks.h>.
25388         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25389
25390 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25391
25392         * nscd/nscd-client.h (__nscd_drop_map_ref):
25393         Add __attribute__ ((unused)).
25394         * nis/nss-nisplus.h (niserr2nss): Likewise.
25395
25396         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25397         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25398
25399         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25400         Remove inline keyword.
25401         * include/rounding-mode.h (round_away): Likewise.
25402         * libio/wfileops.c (adjust_wide_data): Likewise.
25403         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25404         (__m128i_strloadu_tolower): Likewise.
25405         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25406         (__m128i_strloadu_tolower): Likewise.
25407         * time/mktime.c (ydhms_diff): Likewise.
25408         * locale/elem-hash.h (elem_hash): Likewise.
25409         * locale/setlocale.c (setdata): Likewise.
25410         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25411         (re_string_wchar_at): Likewise.
25412         (bitset_not, bitset_merge, bitset_mask): Likewise.
25413         [!(__GNUC__ > 3)] (inline): Remove macro.
25414         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25415         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25416         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25417         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25418         * string/memcmp.c (memcmp_bytes): Likewise.
25419         * locale/programs/locarchive.c (compute_hashval): Likewise.
25420         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25421         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25422         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25423         * nss/getent.c (print_rpc, print_protocols): Likewise.
25424         (print_passwd, print_group, print_aliases): Likewise.
25425         * nis/nss-nisplus.h (niserr2nss): Likewise.
25426         * nscd/connections.c (restart_p): Likewise.
25427         Change return type to bool.
25428
25429 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25430
25431         * Makeconfig (all-Depend-files): Add existing
25432         $(sorted-subdirs:=/Depend) files.
25433         (all-subdirs): Remove nss.
25434         * sysdeps/unix/inet/Subdirs: Add it here instead.
25435         * hesiod/Depend: New file.
25436
25437         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25438         instead of calling alloca.
25439
25440         * io/lseek.c (__lseek): Rename to __libc_lseek.
25441         Define __lseek as an alias.
25442
25443         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25444
25445 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25446
25447         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25448         else clause and remove check for non-standard endianness.
25449
25450 2013-02-04  David S. Miller  <davem@davemloft.net>
25451
25452         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25453
25454 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25455
25456         [BZ #13550]
25457         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25458         (__ubp_memchr): Remove prototype.
25459         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25460         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25461         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25462         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25463         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25464         Remove alias.
25465         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25466         (__ubp_memchr): Likewise.
25467         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25468         (__ubp_memchr): Likewise.
25469         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25470         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25471         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25472         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25473         CHECK_STRING.
25474         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25475         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25476         (__getcwd): Do not use CHECK_STRING.
25477         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25478         <bp-checks.h>.
25479         (__real_chown): Do not use CHECK_STRING.
25480         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25481         <bp-checks.h>.
25482         (fchownat): Do not use CHECK_STRING.
25483         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25484         CHECK_STRING.
25485         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25486         <bp-checks.h>.
25487         (__lchown): Do not use CHECK_STRING.
25488         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25489         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25490         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25491         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25493         include <bp-checks.h>.
25494         (truncate64): Do not use CHECK_STRING.
25495         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25496         <bp-checks.h>.
25497         (__real_chown): Do not use CHECK_STRING.
25498         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25499         <bp-checks.h>.
25500         (__lchown): Do not use CHECK_STRING.
25501         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25502         <bp-checks.h>.
25503         (__chown): Do not use CHECK_STRING.
25504         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25505         <bp-checks.h>.
25506         (truncate64): Do not use CHECK_STRING.
25507         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25508         Likewise.
25509         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25510         (__xmknod): Do not use CHECK_STRING.
25511         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25512         <bp-checks.h>.
25513         (__xmknodat): Do not use CHECK_STRING.
25514         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25515         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25516
25517 2013-02-04  Andreas Schwab  <schwab@suse.de>
25518
25519         [BZ #14142]
25520         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25521         * include/netdb.h: Likewise for h_errno.
25522         * elf/tst-stackguard1.c: Include <tls.h>.
25523
25524 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25525
25526         * elf/link.h (struct link_map): Extend the l_addr comment.
25527         * include/link.h (struct link_map): Likewise.
25528
25529 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25530
25531         [BZ #13550]
25532         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25533         (BOUNDED_1): Remove macro.
25534         * debug/backtrace.c: Don't include <bp-checks.h>.
25535         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25536         (__backtrace): Likewise.
25537         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25538         <bp-checks.h>.
25539         (__backtrace): Don't use BOUNDED_1.
25540         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25541         <bp-checks.h>.
25542         (__backtrace): Don't use BOUNDED_1.
25543         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25544         (__backtrace): Don't use BOUNDED_1.
25545         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25546         (shmat): Don't use BOUNDED_N.
25547
25548 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25549
25550         [BZ #13550]
25551         * sysdeps/generic/bp-start.h: Remove file.
25552         * csu/libc-start.c: Don't include <bp-start.h>.
25553         (LIBC_START_MAIN): Set up __environ directly instead of using
25554         INIT_ARGV_and_ENVIRON.
25555         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25556         <bp-start.h>.
25557
25558         [BZ #13550]
25559         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25560         definitions.
25561         (CHECK_FCNTL): Likewise.
25562         (CHECK_N_PAGES): Likewise.
25563
25564         [BZ #13550]
25565         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25566         definitions.
25567         (CHECK_SIGSET_NULL_OK): Likewise.
25568         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25569         <bp-checks.h>.
25570         (sigpending): Don't use CHECK_SIGSET.
25571         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25572         <bp-checks.h>.
25573         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25574         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25575         <bp-checks.h>.
25576         (do_sigsuspend): Don't use CHECK_SIGSET.
25577         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25578         use CHECK_SIGSET.
25579         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25580         (do_sigwait): Don't use CHECK_SIGSET.
25581         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25582         use CHECK_SIGSET.
25583         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25584         include <bp-checks.h>.
25585         (sigpending): Don't use CHECK_SIGSET.
25586         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25587         include <bp-checks.h>.
25588         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25589         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25590         <bp-checks.h>.
25591         (sigpending): Don't use CHECK_SIGSET.
25592         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25593         <bp-checks.h>.
25594         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25595
25596         [BZ #13550]
25597         * sysdeps/generic/bp-semctl.h: Remove file.
25598         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25599         <bp-checks.h> and <bp-semctl.h>.
25600         (__old_semctl): Don't use CHECK_SEMCTL.
25601         (__new_semctl): Likewise.
25602         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25603         and <bp-semctl.h>.
25604         (__old_semctl): Don't use CHECK_SEMCTL.
25605         (__new_semctl): Likewise.
25606         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25607         <bp-checks.h> and <bp-semctl.h>.
25608         (__old_semctl): Don't use CHECK_SEMCTL.
25609         (__new_semctl): Likewise.
25610         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25611         <bp-checks.h> and <bp-semctl.h>.
25612         (semctl): Don't use CHECK_SEMCTL.
25613
25614         [BZ #13550]
25615         * Makerules (elide-bp-thunks): Remove variable.
25616         (elide-routines.oS): Don't use $(elide-bp-thunks).
25617         (elide-routines.os): Likewise.
25618         (elide-routines.o): Likewise.
25619         (elide-routines.op): Likewise.
25620         (elide-routines.og): Likewise.
25621         (objects): Don't use $(bp-thunks).
25622         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25623         include.
25624         (common-generated): Do not add s-proto-bp.d.
25625         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25626         (int): Likewise.
25627         (typ): Likewise.
25628         Do not generate makefile rules for bounded-pointer thunks.
25629         * sysdeps/generic/bp-thunks.h: Remove file.
25630         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25631         * sysdeps/unix/s-proto-bp.S: Likewise.
25632
25633         [BZ #15062]
25634         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25635         parts of result separately when argument is not close to line from
25636         -i to i and one part of argument is small.
25637         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25638         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25639         * math/libm-test.inc (cacos_test): Add more tests.
25640         (casin_test): Likewise.
25641         (casinh_test): Likewise.
25642         * sysdeps/i386/fpu/libm-test-ulps: Update.
25643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25644
25645 2013-01-31  David S. Miller  <davem@davemloft.net>
25646
25647         * po/de.po: Update from translation team.
25648
25649 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25650
25651         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25652
25653 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25654
25655         * configure.in (_AC_PROG_CC_C89): New definition.
25656         * configure: Regenerate.
25657
25658         * configure.in (AC_PROG_CPP): New definition.
25659         * configure: Regenerate.
25660
25661 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25662
25663         * debug/tst-backtrace.h: New file.
25664         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25665         (ret): Remove variable.
25666         (x): Likewise.
25667         (FAIL): Remove macro.
25668         (NO_INLINE): Likewise.
25669         (fn1): Use match function instead of strstr.
25670         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25671         (ret): Remove variable.
25672         (x): Likewise.
25673         (FAIL): Remove macro.
25674         (NO_INLINE): Likewise.
25675         (fn): Use match function instead of strstr.
25676         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25677         (ret): Remove variable.
25678         (x): Likewise.
25679         (FAIL): Remove macro.
25680         (NO_INLINE): Likewise.
25681         (handle_signal): Use match function instead of strstr.
25682         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25683         (ret): Remove variable.
25684         (x): Likewise.
25685         (FAIL): Remove macro.
25686         (NO_INLINE): Likewise.
25687         (handle_signal): Use match function instead of strstr.
25688
25689 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25690
25691         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25692
25693 2013-01-23  David S. Miller  <davem@davemloft.net>
25694
25695         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25696         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25697         argument of CAS if possible.
25698         * sysdeps/sparc/sparc64/bits/atomic.h
25699         (__arch_compare_and_exchange_val_32_acq): Likewise.
25700         (__arch_compare_and_exchange_val_64_acq): Likewise.
25701
25702 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25703
25704         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25705         * sysdeps/posix/ulimit.c: ... this.
25706         Include <limits.h>.
25707         * sysdeps/unix/bsd/ulimit.c: Remove file.
25708
25709 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25710
25711         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25712         (LDFLAGS-tst-array5): Likewise.
25713
25714 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25715
25716         [BZ #15036]
25717         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25718         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25719         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25720         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25721
25722 2013-01-21  David S. Miller  <davem@davemloft.net>
25723
25724         * sysdeps/sparc/backtrace.c: New file.
25725         * sysdeps/sparc/sparc32/backtrace.h: New file.
25726         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25727         * sysdeps/sparc/sparc64/backtrace.h: New file.
25728         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25729         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25730         -funwind-tables.
25731
25732 2013-01-21  Andreas Schwab  <schwab@suse.de>
25733
25734         [BZ #15020]
25735         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25736         closed its stdout.
25737
25738 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25739
25740         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25741         "mpa2.h".
25742         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25743
25744 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25745             Mark Mitchell  <mark@codesourcery.com>
25746             Tom de Vries  <tom@codesourcery.com>
25747             Paul Pluzhnikov  <ppluzhnikov@google.com>
25748
25749         * debug/tst-backtrace2.c: New file.
25750         * debug/tst-backtrace3.c: Likewise.
25751         * debug/tst-backtrace4.c: Likewise.
25752         * debug/tst-backtrace5.c: Likewise.
25753         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25754         (CFLAGS-tst-backtrace3.c): Likewise.
25755         (CFLAGS-tst-backtrace4.c): Likewise.
25756         (CFLAGS-tst-backtrace5.c): Likewise.
25757         (LDFLAGS-tst-backtrace2): Likewise.
25758         (LDFLAGS-tst-backtrace3): Likewise.
25759         (LDFLAGS-tst-backtrace4): Likewise.
25760         (LDFLAGS-tst-backtrace5): Likewise.
25761         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25762         tst-backtrace4 and tst-backtrace5.
25763
25764 2013-01-18  Anton Blanchard  <anton@samba.org>
25765             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25766
25767         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25768         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25769         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25770         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25772         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25773         "+r" and remove output regs list as redundant.  Add explicit inline
25774         asm to specify register of return val to work around compiler codegen
25775         bug.  Remove (int) cast on return value.  Add return type parameter to
25776         use in macro so that this macro does not truncate return value for
25777         64-bit values.
25778         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25779         pass to INTERNAL_VSYSCALL_NCS.
25780         (INLINE_VSYSCALL): Add 'long int' as return type to
25781         INTERNAL_VSYSCALL_NCS macro invocation.
25782         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25783         INTERNAL_VSYSCALL_NCS macro invocation.
25784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25785
25786 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25787
25788         [BZ #14496]
25789         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25790         Fix application of SIMD FP exception mask.
25791
25792         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25793         mp_no from a power of two.
25794         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25795         __mpexp_twomm1.  Use __pow_mp.
25796
25797         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25798         multiplication.
25799
25800 2013-01-17  David S. Miller  <davem@davemloft.net>
25801
25802         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25803
25804 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25805
25806         [BZ #15023]
25807         * include/complex.h: Condition contents on [!_COMPLEX_H].
25808         (__kernel_casinhf): New prototype.
25809         (__kernel_casinh): Likewise.
25810         (__kernel_casinhl): Likewise.
25811         * math/Makefile (libm_calls): Add k_casinh.
25812         * math/k_casinh.c: New file.
25813         * math/k_casinhf.c: Likewise.
25814         * math/k_casinhl.c: Likewise.
25815         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25816         finite nonzero arguments.
25817         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25818         finite nonzero arguments.
25819         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25820         finite nonzero arguments.
25821         * math/s_casinh.c: Do not include <float.h>.
25822         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25823         * math/s_casinhf.c: Do not include <float.h>.
25824         (__casinhf): Move code for finite nonzero arguments to
25825         k_casinhf.c.
25826         * math/s_casinhl.c: Do not include <float.h>.
25827         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25828         redefine.
25829         (__casinhl): Move code for finite nonzero arguments to
25830         k_casinhl.c.
25831         * math/libm-test.inc (cacos_test): Add more tests.
25832         * sysdeps/i386/fpu/libm-test-ulps: Update.
25833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25834
25835 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25836
25837         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25838         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25839         [!HAVE_MREMAP]: Remove [defined linux] case.
25840         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25841
25842 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25843
25844         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25845
25846 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25847
25848         * elf/elf.h (R_386_SIZE32): New relocation.
25849         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25850         R_386_SIZE32.
25851         (elf_machine_rela): Likewise.
25852         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25853         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25854
25855 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25856
25857         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25858         (FP_FAST_FMA): Do not define.
25859         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25860         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25861         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25862         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25863         !_SOFT_FLOAT]: Likewise.
25864         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25865         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25866         value.
25867         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25868         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25869         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25870         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25871         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25872         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25873         file.
25874
25875 2013-01-16  Andreas Schwab  <schwab@suse.de>
25876
25877         [BZ #14327]
25878         * include/stdlib.h (__mktemp): Add declaration.
25879         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25880         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25881
25882 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25883
25884         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25885         definitions.
25886         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25887         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25888         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25889         definitions here.
25890         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25891         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25892         definitions.
25893         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25894         and ONE.
25895         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25896         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25897         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25898         definitions.
25899         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25900         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25901         definitions.
25902         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25903
25904         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25905
25906 2013-01-15  David S. Miller  <davem@davemloft.net>
25907
25908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25909         trunc{,f} to libm-sysdep_routes.
25910         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25912         file.
25913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25915         file.
25916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25917         file.
25918         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25919         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25920         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25921         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25922         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25923         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25924         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25925         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25926
25927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25928         nearbyint{,f} to libm-sysdep_routes.
25929         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25931         New file.
25932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25933         file.
25934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25935         New file.
25936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25937         file.
25938         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25939         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25940         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25941         file.
25942         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25943         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25944         file.
25945         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25946         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25947         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25948
25949         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25950         libc_feholdexcept and libc_fesetenv.
25951
25952 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25953
25954         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25955
25956 2013-01-14  David S. Miller  <davem@davemloft.net>
25957
25958         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25959         (SPARC_ASM_VIS2_IFUNC): Likewise.
25960         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25962         use of 'siam' instruction.
25963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25964         Likewise.
25965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25966         Likewise.
25967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25968         Likewise.
25969         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25970         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25971         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25972         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25973         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25974         file.
25975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25976         file.
25977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25978         file.
25979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25980         file.
25981         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25982         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25983         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25984         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25986         new VIS2 routines.
25987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25990         Likewise.
25991         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25992         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25993         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25994         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
25996         routines to libm-sysdep_routines.
25997         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25998
25999         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26000         fdim/fdimf to libm-sysdep_routines.
26001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26002         file.
26003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26005         file.
26006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26007         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26008         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26009         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26010         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26011         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26012         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26013
26014 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26015
26016         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26017         to optimize copies.
26018
26019         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26020         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26021         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26022
26023         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26024         local variable MPTWO.
26025         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26026         Likewise.
26027
26028 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26029
26030         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26031         GLOB_NOESCAPE.
26032
26033 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26034
26035         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26036
26037 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26038
26039         * manual/pattern.texi (glob_t): Document gl_flags.
26040         (glob64_t): Likewise.
26041
26042 2013-01-11  David S. Miller  <davem@davemloft.net>
26043
26044         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26045         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26046         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26047         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26048         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26049         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26050         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26051         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26052         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26053         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26054         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26055         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26056         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26057
26058         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26059         sparc V9 rather than using V8 code.
26060         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26061         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26062
26063         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26064         Move to...
26065         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26066         Here.
26067
26068 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26069
26070         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26071         not in the main loop.
26072         * configure: Regenerated.
26073
26074 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26075
26076         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26077         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26078         to just #else.
26079         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26080         [!__GLIBC_HAVE_LONG_LONG] case.
26081         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26082         condition to just #else.
26083         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26084         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26085         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26086         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26087         unconditional.
26088         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26089         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26090         #elif condition to just #else.
26091         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26092         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26093         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26094         #elif condition to just #else.
26095
26096 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26097
26098         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26099         (EF_MIPS_ARCH_64): Fix value.
26100         (EF_MIPS_ARCH_32R2): New.
26101         (EF_MIPS_ARCH_64R2): New.
26102
26103 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26104
26105         * Makeconfig (+link-pie-before-libc): New.
26106         (+link-pie-after-libc): Likewise.
26107         (+link-pie-tests): Likewise.
26108         (+link-pie): Rewritten.
26109         (link-before-libc): Remove $(config-LDFLAGS).
26110         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26111         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26112         (config-LDFLAGS): Renamed to ...
26113         (rtld-LDFLAGS): This.
26114         (rtld-tests-LDFLAGS): New macro.
26115         (link-libc-rpath-link): Likewise.
26116         (link-libc-tests-rpath-link): Likewise.
26117         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26118         (link-libc): Prepand $(link-libc-rpath-link).
26119         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26120         (test-program-prefix): New macro.
26121         (test-via-rtld-prefix): Likewise.
26122         (test-program-cmd): Likewise.
26123         (host-test-program-cmd): Likewise.
26124         * Makefile ($(common-objpfx)testrun.sh): Replace
26125         $(run-program-prefix) with $(test-program-prefix).
26126         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26127         $(rtld-LDFLAGS).
26128         ($(common-objpfx)shlib.lds): Likewise.
26129         (build-module-helper): Likewise.
26130         ($(common-objpfx)format.lds): Likewise.
26131         * Rules (binaries-pie-tests): New.
26132         (binaries-pie-notests): Likewise.
26133         (binaries-pie): Rewritten.
26134         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26135         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26136         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26137         (make-test-out): Replace $(host-built-program-cmd) with
26138         $(host-test-program-cmd).
26139         * config.make.in (build-hardcoded-path-in-tests): New variable.
26140         * configure.in (--enable-hardcoded-path-in-tests): New configure
26141         option.
26142         (hardcoded_path_in_tests): New AC_SUBST.
26143         * configure: Regenerated.
26144         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26145         $(built-program-cmd) with $(test-program-cmd).
26146         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26147         (test_program_cmd): This.
26148         * elf/Makefile ($(objpfx)order.out): Run test with
26149         $(test-program-prefix).
26150         ($(objpfx)order2.out): Likewise.
26151         ($(objpfx)tst-initorder.out): Likewise.
26152         ($(objpfx)tst-initorder2.out): Likewise.
26153         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26154         $(test-program-cmd).
26155         ($(objpfx)tst-array1-static.out): Likewise.
26156         ($(objpfx)tst-array2.out): Likewise.
26157         ($(objpfx)tst-array3.out): Likewise.
26158         ($(objpfx)tst-array4.out): Likewise.
26159         ($(objpfx)tst-array5.out): Likewise.
26160         ($(objpfx)tst-array5-static.out): Likewise.
26161         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26162         $(test-program-cmd).
26163         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26164         $(run-program-prefix) with $(test-program-prefix).
26165         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26166         (test_program_prefix): This.
26167         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26168         $(run-program-prefix) with $(test-program-prefix).
26169         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26170         (test_program_prefix): This.
26171         * iconvdata/tst-tables.sh: Likewise.
26172         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26173         $(run-program-prefix) with $(test-program-prefix).
26174         ($(objpfx)tst-translit.out): Likewise.
26175         ($(objpfx)tst-gettext2.out): Likewise.
26176         ($(objpfx)tst-gettext4.out): Likewise.
26177         ($(objpfx)tst-gettext6.out): Likewise.
26178         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26179         (test_program_prefix): This.
26180         * intl/tst-gettext2.sh: Likewise.
26181         * intl/tst-gettext4.sh  Likewise.
26182         * intl/tst-gettext6.sh: Likewise.
26183         * intl/tst-translit.sh: Likewise.
26184         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26185         with $(test-program-cmd).
26186         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26187         $(run-program-prefix) with $(test-program-prefix).
26188         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26189         (test_program_prefix): This.
26190         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26191         $(run-program-prefix) with $(test-program-prefix).
26192         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26193         (test_program_prefix): This.
26194         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26195         * posix/Makefile ($(objpfx)globtest.out): Replace
26196         $(run-via-rtld-prefix) and $(test-wrapper) with
26197         $(test-program-prefix) and $(test-via-rtld-prefix).
26198         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26199         $(test-program-prefix).
26200         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26201         $(host-test-program-cmd).
26202         (tst-spawn-ARGS): Likewise.
26203         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26204         $(test-program-prefix).
26205         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26206         (test_via_rtld_prefix): This.
26207         (test_wrapper): Renamed to ...
26208         (test_program_prefix): This.
26209         (run_program_prefix): Replaced by test_program_prefix.
26210         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26211         (test_program_prefix): This.
26212         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26213         with $(host-test-program-cmd).
26214         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26215         $(run-program-prefix) with $(test-program-prefix).
26216         ($(objpfx)tst-printf.out): Likewise.
26217         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26218         $(test-program-cmd).
26219         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26220         (test_program_prefix): This.
26221         * stdio-common/tst-unbputc.sh: Likewise.
26222         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26223         $(run-program-prefix) with $(test-program-prefix).
26224         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26225         (test_program_prefix): This.
26226         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26227         $(built-program-cmd) with $(test-program-cmd).
26228
26229 2013-01-11  Andreas Jaeger  <aj@suse.de>
26230
26231         [BZ #15003]
26232         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26233         value. Sync with Linux 3.7.
26234
26235 2013-01-10  David S. Miller  <davem@davemloft.net>
26236
26237         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26238         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26239         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26240
26241 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26242
26243         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26244         never set.
26245         * configure: Regenerated.
26246
26247 2013-01-10  David S. Miller  <davem@davemloft.net>
26248
26249         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26250         sparc V9 rather than using V8 code.
26251         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26252         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26253
26254 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26255
26256         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26257         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26258         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26259         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26260         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26261         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26262         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26263         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26264         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26265         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26266         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26267         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26268         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26269         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26270         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26271         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26272         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26273         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26274         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26275         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26276         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26277         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26278         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26279         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26280         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26281         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26282         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26283
26284 2013-01-10  David S. Miller  <davem@davemloft.net>
26285
26286         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26287
26288 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26289
26290         * posix/Makefile (tests-static): New variable.
26291         (tests): Add $(tests-static).
26292         (tst-exec-static-ARGS): New variable.
26293         (tst-spawn-static-ARGS): Likewise.
26294         * posix/tst-exec-static.c: New file.
26295         * posix/tst-spawn-static.c: Likewise.
26296         * posix/tst-exec.c: Support run directly.
26297         * posix/tst-spawn.c: Likewise.
26298
26299 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26300
26301         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26302         long.
26303         * math/bits/mathcalls.h (llrint): Likewise.
26304         (llround): Likewise.
26305         * stdlib/stdlib.h (struct drand48_data): Likewise.
26306         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26307         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26308         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26309         Likewise.
26310         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26311         Likewise.
26312         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26313         (elf_greg_t): Likewise.
26314         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26315         (__jmp_buf): Likewise.
26316         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26317         definitions.
26318         (llrint): Likewise, for all definitions.
26319         (llrintl): Likewise.
26320
26321         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26322         Remove [__GNUC__] condition.
26323         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26324         condition to just [__USE_ISOC99].
26325         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26326
26327 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26328
26329         [BZ #14200]
26330         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26331         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26332         defined.
26333         (_POSIX_V6_ILP32_OFF32): Likewise.
26334         (_XBS5_ILP32_OFF32): Likewise.
26335         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26336         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26337
26338 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26339
26340         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26341
26342         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26343         doubles __mpexp_twomm1.  Adjust usage.
26344         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26345         Remove.
26346
26347 2013-01-10  Andreas Schwab  <schwab@suse.de>
26348
26349         [BZ #14964]
26350         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26351         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26352
26353 2013-01-09  David S. Miller  <davem@davemloft.net>
26354
26355         [BZ #15003]
26356         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26357         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26358         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26359         (TCP_FASTOPEN): Define.
26360         (tcp_repair_opt): New structure.
26361         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26362         enum values.
26363         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26364         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26365         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26366         (tcp_cookie_transactions): New structure.
26367
26368 2013-01-09  Anton Blanchard  <anton@samba.org>
26369
26370         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26371         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26372         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26373         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26374
26375 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26376
26377         * include/features.h (__USE_ANSI): Remove.
26378
26379 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26380
26381         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26382
26383         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26384
26385 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26386
26387         * sysdeps/s390/fpu/libm-test-ulps: Update.
26388
26389         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26390
26391         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26392         (__acr): Likewise.
26393         (__cpy): Likewise.
26394         (norm): Likewise.
26395         (denorm): Likewise.
26396         (__mp_dbl): Likewise.
26397         (__dbl_mp): Likewise.
26398         (add_magnitudes): Likewise.
26399         (sub_magnitudes): Likewise.
26400         (__add): Likewise.
26401         (__sub): Likewise.
26402         (__mul): Likewise.
26403         (__inv): Likewise.
26404         (__dvd): Likewise.
26405         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26406         (__acr): Likewise.
26407         (__cpy): Likewise.
26408         (norm): Likewise.
26409         (denorm): Likewise.
26410         (__mp_dbl): Likewise.
26411         (__dbl_mp): Likewise.
26412         (add_magnitudes): Likewise.
26413         (sub_magnitudes): Likewise.
26414         (__add): Likewise.
26415         (__sub): Likewise.
26416         (__mul): Likewise.
26417         (__inv): Likewise.
26418         (__dvd): Likewise.
26419         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26420         (__acr): Likewise.
26421         (__cpy): Likewise.
26422         (norm): Likewise.
26423         (denorm): Likewise.
26424         (__mp_dbl): Likewise.
26425         (__dbl_mp): Likewise.
26426         (add_magnitudes): Likewise.
26427         (sub_magnitudes): Likewise.
26428         (__add): Likewise.
26429         (__sub): Likewise.
26430         (__mul): Likewise.
26431         (__inv): Likewise.
26432         (__dvd): Likewise.
26433
26434 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26435
26436         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26437         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26438         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26439         2 && __USE_EXTERN_INLINES]: Likewise.
26440
26441 2013-01-08  Andreas Jaeger  <aj@suse.de>
26442
26443         [BZ# 14985]
26444         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26445         Remove.
26446         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26447         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26448
26449 2013-01-07  Anton Blanchard  <anton@samba.org>
26450
26451         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26452         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26453         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26454         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26455         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26456         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26457         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26458         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26459         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26460         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26461         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26462         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26463         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26464         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26465         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26466         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26467         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26468         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26469         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26470         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26471         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26472         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26473         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26474         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26475         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26476         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26477         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26478         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26479         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26480         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26481         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26482         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26483         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26484         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26485         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26486         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26487         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26488         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26489         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26490         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26491         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26492         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26493         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26494
26495 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26496
26497         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26498         (__MALLOC_PMT): Likewise.
26499         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26500         [__GNUC__], only on [_LIBC].
26501         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26502         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26503         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26504         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26505         forward declaration.
26506         (realloc_hook_ini): Likewise.
26507         (memalign_hook_ini): Likewise.
26508         (__libc_memalign): Do not use __MALLOC_PMT in variable
26509         declaration.
26510         (__libc_valloc): Likewise.
26511         (__libc_pvalloc): Likewise.
26512         (__libc_calloc): Likewise.
26513         (__posix_memalign): Likewise.
26514
26515         [BZ #14996]
26516         * math/s_casinh.c: Include <float.h>.
26517         (__casinh): Do not do computation with squaring and square root
26518         for large arguments.
26519         * math/s_casinhf.c: Include <float.h>.
26520         (__casinhf): Do not do computation with squaring and square root
26521         for large arguments.
26522         * math/s_casinhl.c: Include <float.h>.
26523         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26524         (__casinhl): Do not do computation with squaring and square root
26525         for large arguments.
26526         * math/libm-test.inc (casin_test): Add more tests.
26527         (casinh_test): Likewise.
26528         * sysdeps/i386/fpu/libm-test-ulps: Update.
26529         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26530
26531 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26532
26533         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26534         (__x86_64_raw_data_cache_size): Likewise.
26535         (__x86_64_data_cache_size_half): Likewise.
26536         (__x86_64_raw_data_cache_size_half): Likewise.
26537         (__x86_64_shared_cache_size): Likewise.
26538         (__x86_64_raw_shared_cache_size): Likewise.
26539         (__x86_64_shared_cache_size_half): Likewise.
26540         (__x86_64_raw_shared_cache_size_half): Likewise.
26541         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26542         to ...
26543         (__x86_data_cache_size): This.
26544         (__x86_64_raw_data_cache_size): Renamed to ...
26545         (__x86_raw_data_cache_size): This.
26546         (__x86_64_data_cache_size_half): Renamed to ...
26547         (__x86_data_cache_size_half): This.
26548         (__x86_64_raw_data_cache_size_half): Renamed to ...
26549         (__x86_raw_data_cache_size_half): This.
26550         (__x86_64_shared_cache_size): Renamed to ...
26551         (__x86_shared_cache_size): This.
26552         (__x86_64_raw_shared_cache_size): Renamed to ...
26553         (__x86_raw_shared_cache_size): This.
26554         (__x86_64_shared_cache_size_half): Renamed to ...
26555         (__x86_shared_cache_size_half): This.
26556         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26557         (__x86_raw_shared_cache_size_half): This.
26558         * sysdeps/x86_64/memcpy.S: Updated.
26559         * sysdeps/x86_64/memset.S: Likewise.
26560         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26561         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26562         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26563
26564 2013-01-04  David S. Miller  <davem@davemloft.net>
26565
26566         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26567
26568 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26569
26570         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26571         1 to avoid redefinition warning.
26572         (__USE_GNU): Don't define.
26573         (init_signaling_nan): Protoize.
26574
26575         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26576
26577 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26578
26579         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26580         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26581         (__cpymn): Likewise.
26582         (norm): Remove commented code.
26583         (denorm): Likewise.
26584         (__mp_dbl): Likewise.
26585         (__inv): Likewise.
26586         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26587         (__cpymn): Likewise.
26588         (norm): Remove commented code.
26589         (denorm): Likewise.
26590         (__mp_dbl): Likewise.
26591         (__inv): Likewise.
26592
26593         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26594         mp_no value for 1.0 and 2.0.
26595         (norm): Use RADIXI instead of radixi.d.
26596         (denorm): Likewise.
26597         (__mul): Use 0.0 instead of zero.d.
26598         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26599         mp_no value for 1.0 and 2.0.
26600         (norm): Use RADIXI instead of radixi.d.
26601         (denorm): Likewise.
26602         (__mul): Use 0.0 instead of zero.d.
26603
26604 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26605
26606         [BZ #14994]
26607         * math/s_casinh.c (__casinh): Reduce finite argument to first
26608         quadrant then set signs of results at the end.
26609         * math/s_casinhf.c (__casinhf): Likewise.
26610         * math/s_casinhl.c (__casinhl): Likewise.
26611         * math/libm-test.inc (casin_test): Add more tests.
26612         (casinh_test): Likewise.
26613         * sysdeps/i386/fpu/libm-test-ulps: Update.
26614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26615
26616 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26617
26618         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26619
26620         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26621
26622         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26623         declarations.
26624         (denorm): Likewise.
26625         (__mp_dbl): Likewise.
26626         (__inv): Likewise.
26627
26628         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26629         and adjust the header comment.
26630
26631         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26632         variable name from declaration.
26633
26634 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26635
26636         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26637         Initialize COMMON_CPUID_INDEX_7 element.
26638         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26639         (CPUID_RTM): Likewise.
26640         (HAS_RTM): Likewise.
26641         (COMMON_CPUID_INDEX_7): New enum.
26642
26643 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26644
26645         [BZ #14981]
26646         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26647         size is zero, record memory as freed.
26648
26649 2013-01-03  Andreas Jaeger  <aj@suse.de>
26650
26651         * po/ia.po: Add new Interlingua translation.
26652
26653 2012-01-03  Allan McRae  <allan@archlinux.org>
26654
26655         * locale/programs/localedef.c: Fix description of '--posix' flag.
26656
26657 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26658
26659         * NEWS: Update dates in second copyright notice.
26660         * README: Update copyright dates in example.
26661         * manual/libc.texinfo: Update copyright dates.
26662         * scripts/test-installation.pl: Update copyright date in --version
26663         output.
26664
26665         * hurd/ctty-input.c: Fix copyright notice formatting.
26666         * hurd/ctty-output.c: Likewise.
26667         * hurd/dtable.c: Likewise.
26668         * hurd/hurd-raise.c: Likewise.
26669         * hurd/hurdprio.c: Likewise.
26670         * hurd/msgportdemux.c: Likewise.
26671         * misc/sys/file.h: Likewise.
26672         * misc/sys/ioctl.h: Likewise.
26673         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26674         * sysdeps/mach/hurd/chdir.c: Likewise.
26675         * sysdeps/mach/hurd/fchdir.c: Likewise.
26676         * sysdeps/mach/hurd/rename.c: Likewise.
26677         * sysdeps/mach/hurd/rmdir.c: Likewise.
26678         * sysdeps/mach/hurd/seekdir.c: Likewise.
26679         * sysdeps/mach/hurd/setsid.c: Likewise.
26680         * sysdeps/posix/wait3.c: Likewise.
26681
26682         * All files with FSF copyright notices: Update copyright dates
26683         using scripts/update-copyrights.
26684         * intl/plural.c: Regenerated.
26685         * locale/programs/charmap-kw.h: Likewise.
26686         * locale/programs/locfile-kw.h: Likewise.
26687
26688 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26689
26690         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26691         four values.
26692
26693         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26694         calculation loop and add branch prediction.
26695
26696         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26697         check access beyond bounds of m1np.
26698
26699         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26700         MPTWO.
26701         (__inv): Remove local variable MPTWO to use the global
26702         constant.
26703         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26704         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26705         variable MPTWO.
26706         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26707         MP3HALFS static const.
26708
26709 2013-01-01  David S. Miller  <davem@davemloft.net>
26710
26711         * po/ca.po: Update from translation team.
26712
26713 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26714
26715         * scripts/update-copyrights: New file.
26716         * Makeconfig: Reformat copyright notice.
26717         * ctype/ctype.h: Likewise.
26718         * debug/swprintf_chk.c: Likewise.
26719         * elf/dl-cache.c: Likewise.
26720         * elf/dl-debug.c: Likewise.
26721         * elf/dl-object.c: Likewise.
26722         * grp/initgroups.c: Likewise.
26723         * hurd/Makefile: Likewise.
26724         * hurd/hurd/signal.h: Likewise.
26725         * hurd/hurdfault.c: Likewise.
26726         * hurd/hurdioctl.c: Likewise.
26727         * hurd/hurdlookup.c: Likewise.
26728         * hurd/intr-msg.c: Likewise.
26729         * iconv/gconv_open.c: Likewise.
26730         * libio/swprintf.c: Likewise.
26731         * locale/lc-ctype.c: Likewise.
26732         * locale/nl_langinfo.c: Likewise.
26733         * mach/Machrules: Likewise.
26734         * mach/Makefile: Likewise.
26735         * malloc/obstack.h: Likewise.
26736         * manual/Makefile: Likewise.
26737         * manual/tsort.awk: Likewise.
26738         * misc/bits/stab.def: Likewise.
26739         * nis/nis_print_group_entry.c: Likewise.
26740         * nis/nis_table.c: Likewise.
26741         * nis/nss_compat/compat-pwd.c: Likewise.
26742         * nis/nss_compat/compat-spwd.c: Likewise.
26743         * po/Makefile: Likewise.
26744         * posix/fnmatch.c: Likewise.
26745         * posix/regex.h: Likewise.
26746         * resolv/Makefile: Likewise.
26747         * resolv/nss_dns/dns-network.c: Likewise.
26748         * resolv/res_hconf.c: Likewise.
26749         * scripts/gen-sorted.awk: Likewise.
26750         * soft-fp/soft-fp.h: Likewise.
26751         * stdio-common/printf.h: Likewise.
26752         * stdlib/monetary.h: Likewise.
26753         * stdlib/random.c: Likewise.
26754         * stdlib/random_r.c: Likewise.
26755         * sysdeps/generic/Makefile: Likewise.
26756         * sysdeps/gnu/Makefile: Likewise.
26757         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26758         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26759         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26760         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26761         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26762         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26763         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26764         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26765         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26766         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26767         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26768         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26769         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26770         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26771         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26772         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26773         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26774         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26775         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26776         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26777         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26778         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26779         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26780         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26781         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26782         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26783         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26784         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26785         * sysdeps/mach/hurd/errnos.awk: Likewise.
26786         * sysdeps/mach/hurd/fork.c: Likewise.
26787         * sysdeps/mach/hurd/getcwd.c: Likewise.
26788         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26789         * sysdeps/mach/hurd/mmap.c: Likewise.
26790         * sysdeps/mach/hurd/utimes.c: Likewise.
26791         * sysdeps/mach/hurd/xmknod.c: Likewise.
26792         * sysdeps/posix/profil.c: Likewise.
26793         * sysdeps/posix/readdir_r.c: Likewise.
26794         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26795         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26796         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26797         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26798         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26799         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26800         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26801         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26802         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26803         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26804         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26805         * sysdeps/pthread/lio_listio.c: Likewise.
26806         * sysdeps/sparc/dl-procinfo.h: Likewise.
26807         * sysdeps/unix/i386/sysdep.S: Likewise.
26808         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26809         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26810         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26811         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26813         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26814         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26815         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26816         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26817         * sysdeps/wordsize-32/divdi3.c: Likewise.
26818         * time/sys/time.h: Likewise.
26819         * wcsmbs/Makefile: Likewise.
26820
26821 2013-01-01  David S. Miller  <davem@davemloft.net>
26822
26823         * po/fr.po: Update from translation team.
26824
26825         * catgets/gencat.c: Update copyright year.
26826         * csu/version.c: Likewise.
26827         * debug/catchsegv.sh: Likewise.
26828         * debug/pcprofiledump.c: Likewise.
26829         * debug/xtrace.sh: Likewise.
26830         * elf/ldconfig.c: Likewise.
26831         * elf/ldd.bash.in: Likewise.
26832         * elf/pldd.c: Likewise.
26833         * elf/sotruss.ksh: Likewise.
26834         * elf/sprof.c: Likewise.
26835         * iconv/iconv_prog.c: Likewise.
26836         * iconv/iconvconfig.c: Likewise.
26837         * locale/programs/locale.c: Likewise.
26838         * locale/programs/localedef.c: Likewise.
26839         * login/programs/pt_chown.c: Likewise.
26840         * malloc/memusage.sh: Likewise.
26841         * malloc/memusagestat.c: Likewise.
26842         * malloc/mtrace.pl: Likewise.
26843         * nscd/nscd.c: Likewise.
26844         * nss/getent.c: Likewise.
26845         * nss/makedb.c: Likewise.
26846         * posix/getconf.c: Likewise.
26847
26848 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26849
26850         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26851         numbers.
26852
26853 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26854
26855         * math/bits/mathcalls.h (modf): Use __nonnull.
26856
26857 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26858
26859         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26860         (split): Use macro CN instead of the bare value.
26861         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26862         could be used.
26863         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26864         instead of the bare value.
26865         (power1): Likewise.
26866
26867 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26868
26869         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26870         __ATAN_TWOM.
26871         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26872
26873         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26874         their values.
26875         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26876         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26877         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26878         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26879
26880 2012-12-28  Andreas Jaeger  <aj@suse.de>
26881
26882         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26883         values are from Linux 3.7.
26884
26885         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26886         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26887
26888 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26889
26890         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26891         TRUE case.
26892
26893         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26894         (norm): Likewise.
26895         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26896         variables with preprocessor constants.
26897         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26898         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26899         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26900
26901 2012-12-27  Bruno Haible  <bruno@clisp.org>
26902
26903         [BZ #14317]
26904         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26905         only if needed.
26906
26907 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26908
26909         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26910         and use variable directly.
26911         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26912
26913         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26914         MPONE.
26915         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26916         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26917         variable MPONE.
26918         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26919         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26920         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26921         include directive.  Remove local variable MPONE.
26922         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26923         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26924         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26925
26926 2012-12-25  David S. Miller  <davem@davemloft.net>
26927
26928         * version.h (RELEASE): Set to "development".
26929         (VERSION): Set to "2.17.90".
26930         * NEWS: Add 2.18 section.
26931
26932 2012-12-21  David S. Miller  <davem@davemloft.net>
26933
26934         * po/hr.po: Update from translation team.
26935
26936 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26937
26938         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26939
26940 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26941
26942         * NEWS:  Mention new memcpy for MIPS.
26943
26944 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26945
26946         * manual/contrib.texi (Contributors): Spelling correction.
26947
26948 2012-12-15  David S. Miller  <davem@davemloft.net>
26949
26950         * po/ru.po: Update from translation team.
26951
26952 2012-12-13  David S. Miller  <davem@davemloft.net>
26953
26954         * NEWS: Mention IFUNC testsuite enhancements.
26955
26956         * po/pl.po: Update from translation team.
26957         * po/bg.po: Likewise.
26958
26959         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26960         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26961
26962 2012-12-11  David S. Miller  <davem@davemloft.net>
26963
26964         * po/sv.po: Update from translation team.
26965
26966         * po/vi.po: Update from translation team.
26967
26968         * po/cs.po: Update from translation team.
26969
26970         * po/de.po: Update from translation team.
26971         * po/eo.po: Likewise.
26972         * po/nl.po: Likewise.
26973
26974 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26975
26976         [BZ #14246]
26977         * manual/argp.texi (Argp Helper Functions): Move node to follow
26978         Argp Parsing State.
26979
26980         [BZ #14872]
26981         * manual/conf.texi (Limits on File System Capacity): Mention if
26982         terminating null is included in the max size.
26983
26984 2012-12-10  Andreas Jaeger  <aj@suse.de>
26985
26986         * po/cs.po: Update from translation team.
26987
26988 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26989
26990         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
26991         void pointer and cast to uintptr_t.
26992         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
26993         path.
26994         * sysdeps/s390/s390-64/memcpy.S: Likewise.
26995         * sysdeps/s390/s390-64/memset.S: Likewise.
26996
26997 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
26998
26999         [BZ #14833]
27000         * menual/message.texi (Message Translation): Fix typos.
27001         (Helper programs for gettext): Likewise.
27002
27003 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27004
27005         [BZ #14898]
27006         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27007         Change to -1.
27008
27009 2012-12-07  David S. Miller  <davem@davemloft.net>
27010
27011         * po/libc.pot: Update.
27012
27013 2012-12-07  Richard Henderson  <rth@redhat.com>
27014
27015         [BZ #10114]
27016         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27017         normal/normal case to before the switch.
27018         (_FP_DIV): Likewise.
27019
27020 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27021             Mike Frysinger  <vapier@gentoo.org>
27022
27023         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27024         check for __NR_fadvise64_64.
27025
27026 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27027
27028         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27029         0, not just to plain "0" as a statement.
27030         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27031         with cw.
27032
27033 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27034
27035         * NEWS: Use sourceware.org in Bugzilla URL.
27036
27037 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27038
27039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27040         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27041
27042         * stdio-common/tst-put-error.c (do_test): Add newline to the
27043         padded test to ensure flush.
27044
27045 2012-12-05  Jeff Law  <law@redhat.com>
27046
27047         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27048
27049 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27050
27051         * README: Don't refer to ports add-on as distributed separately.
27052         Mention AArch64 in list of systems supported in the ports add-on.
27053
27054         * LICENSES: Add more non-FSF copyright and license notices.
27055
27056         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27057         ((unused)).
27058
27059         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27060
27061         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27062         10000 as width of padded output.
27063
27064 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27065
27066         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27067
27068         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27069         variable LX with __attribute__ ((unused)).
27070         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27071         Likewise.
27072         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27073         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27074         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27075         with __attribute__ ((unused)).
27076
27077 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27078
27079         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27080
27081 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27082
27083         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27084         (CFLAGS-nldbl-acos.c): New variable.
27085         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27086         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27087         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27088         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27089         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27090         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27091         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27092         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27093         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27094         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27095         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27096         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27097         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27098         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27099         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27100         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27101         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27102         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27103         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27104         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27105         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27106         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27107         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27108         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27109         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27110         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27111         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27112         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27113         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27114         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27115         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27116         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27117         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27118         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27119         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27120         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27121         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27122         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27123         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27124         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27125         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27126         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27127         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27128         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27129         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27130         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27131         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27132         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27133         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27134         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27135         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27136         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27137         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27138         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27139         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27140         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27141         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27142         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27143         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27144         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27145         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27146         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27147         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27148         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27149         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27150         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27151         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27152         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27153         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27154         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27155         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27156         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27157         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27158         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27159         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27160         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27161         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27162         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27163         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27164         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27165         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27166         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27167         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27168         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27169         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27170         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27171         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27172         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27173         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27174         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27175         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27176         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27177         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27178         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27179         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27180         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27181         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27182
27183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27184         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27185
27186         [BZ #14914]
27187         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27188         whole low double instead of just low 47 bits when splitting values
27189         into two parts.
27190
27191 2012-12-03  Allan McRae  <allan@archlinux.org>
27192
27193         * manual/stdio.texi (Predefined Printf Handlers): Remove
27194         @hsep and @vsep usage.
27195
27196 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27197
27198         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27199         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27200
27201 2012-12-03  Jeff Law  <law@redhat.com>
27202
27203         * time/sys/time.h (settimeofday): Do not mark TV argument
27204         as __nonnull.
27205
27206 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27207
27208         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27209         when currently writing and seek to current position when not.
27210         * libio/Makefile (tests): Remove bug-fclose1.
27211         * libio/bug-fclose1.c: Delete.
27212
27213 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27214
27215         * manual/arith.texi (feenableexcept): Fix typo.
27216         (fedisableexcept): Likewise.
27217
27218 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27219
27220         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27221         second, differently-typed declaration, rather than a cast.
27222
27223 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27224
27225         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27226         * include/rpc/svc.h: ... here.
27227
27228 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27229
27230         [BZ #13013]
27231         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27232         depending n and resplen2 to catch cases where answer
27233         equals answerp2.
27234
27235 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27236
27237         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27238         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27239
27240 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27241
27242         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27243
27244 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27245
27246         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27247
27248 2012-11-28  Jeff Law  <law@redhat.com>
27249
27250         [BZ #13761]
27251         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27252         dataset_temporary.  Track alloca usage into alloca_used.
27253         If dataset is large allocate and release it via malloc/free.
27254
27255 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27256
27257         [BZ #14197]
27258         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27259
27260 2012-11-28  David S. Miller  <davem@davemloft.net>
27261
27262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27263
27264 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27265
27266         [BZ #14803]
27267         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27268         of pi/2 rounded to nearest to 64 bits.
27269         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27270         nearest to 64 bits.
27271         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27272         bits.
27273
27274 2012-11-28  Jeff Law <law@redhat.com>
27275             Martin Osvald <mosvald@redhat.com>
27276
27277         [BZ #14889]
27278         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27279         * sunrpc/svc.c: Include time.h.
27280         (__svc_accept_failed): New function.
27281         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27282         any reason other than EINTR, call __svc_accept_failed.
27283         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27284         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27285
27286 2012-11-28  Andreas Schwab  <schwab@suse.de>
27287
27288         * scripts/abilist.awk: Also handle indirect functions in .opd
27289         section.
27290
27291 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27292
27293         [BZ #13881]
27294         * sysdeps/x86/fpu/powl_helper.c: New file.
27295         * sysdeps/x86/fpu/Makefile: Likewise.
27296         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27297         (p3): New object.
27298         (__ieee754_powl): Use __powl_helper for finite arguments except
27299         integer exponents below 8.
27300         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27301         (p3): New object.
27302         (__ieee754_powl): Use __powl_helper for finite arguments except
27303         integer exponents below 8.
27304         * math/libm-test.inc (pow_test): Add more tests and enable some
27305         previously disabled tests.
27306         * sysdeps/i386/fpu/libm-test-ulps: Update.
27307         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27308
27309 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27310             Carlos O'Donell  <carlos_odonell@mentor.com>
27311
27312         * nss/makedb.c (is_prime): Assert that input is odd and greater
27313         than 4.  Note that fact in a comment too.
27314         (next_prime): Add 4 to input.
27315
27316 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27317
27318         [BZ #11741]
27319         * libio/Makefile (tests): Add test case tst-fwrite-error.
27320         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27321         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27322         * libio/tst-fwrite-error.c: New test case.
27323
27324 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27325
27326         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27327         before casting to void *.
27328         * include/libc-internal.h (__pointer_type): New macro.
27329         (__integer_if_pointer_type_sub): Likewise.
27330         (__integer_if_pointer_type): Likewise.
27331         (cast_to_integer): Likewise.
27332         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27333         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27334         before casting to atomic64_t.
27335         (atomic_exchange_acq): Likewise.
27336         (__arch_exchange_and_add_body): Likewise.
27337         (__arch_add_body): Likewise.
27338         (atomic_add_negative): Likewise.
27339         (atomic_add_zero): Likewise.
27340
27341 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27342
27343         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27344         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27345         (add_fdes): Likewise.
27346         (linear_search_fdes): Likewise.
27347         (binary_search_unencoded_fdes): Likewise.
27348
27349 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27350
27351         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27352
27353 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27354
27355         * configure.in: Autodetect C++ header directories.
27356         * configure: Regenerated.
27357
27358 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27359
27360         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27361
27362 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27363
27364         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27365
27366 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27367
27368         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27369         LDBL_MANT_DIG == 106]: Disable some tests.
27370         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27371         Likewise.
27372         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27373         Likewise.
27374
27375         [BZ #14871]
27376         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27377         input for small inputs.  Return +/- pi/2 for large inputs.
27378         * math/libm-test.inc (atan_test): Add more tests.
27379
27380         * sysdeps/generic/unwind-dw2-fde-glibc.c
27381         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27382         __attribute__ ((unused)).
27383
27384         [BZ #14645]
27385         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27386         x * y if x and y are nonzero and z is zero.
27387
27388         [BZ #14811]
27389         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27390         nonzero exponents with absolute value below 0x1p-117 to +/-
27391         0x1p-117.
27392
27393         [BZ #14869]
27394         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27395         up arguments below 2**-450, not just those below 2**-500.
27396         * math/libm-test.inc (hypot_test): Add another test.
27397
27398         [BZ #14868]
27399         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27400         Return a+b for ratio over 2**120, not 2**60.
27401         * math/libm-test.inc (hypot_test): Add another test.
27402
27403         * math/libm-test.inc (clog_test): Use
27404         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27405         (clog10_test): Likewise.
27406
27407         [BZ #6778]
27408         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27409
27410 2012-11-22  Andreas Schwab  <schwab@suse.de>
27411
27412         * sysdeps/i386/fpu/libm-test-ulps: Update.
27413
27414 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27415
27416         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27417         printf output with newline.
27418
27419 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27420
27421         [BZ #14865]
27422         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27423         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27424         -z nodlopen, -z initfirst and -z execstack support.
27425         * configure: Regenerated.
27426
27427         * elf/elf.h (DF_1_NODIRECT): New macro.
27428         (DF_1_IGNMULDEF): Likewise.
27429         (DF_1_NOKSYMS): Likewise.
27430         (DF_1_NOHDR): Likewise.
27431         (DF_1_EDITED): Likewise.
27432         (DF_1_NORELOC): Likewise.
27433         (DF_1_SYMINTPOSE): Likewise.
27434         (DF_1_GLOBAUDIT): Likewise.
27435         (DF_1_SINGLETON): Likewise.
27436         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27437         DT_1_SUPPORTED_MASK bits.
27438         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27439
27440 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27441
27442         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27443
27444 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27445
27446         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27447         macro.
27448
27449         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27450         (sendmmsg): Move declarations...
27451         * socket/sys/socket.h: ... here.
27452         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27453         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27454         include it from...
27455         * socket/recvmmsg.c: ... this new file.
27456         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27457         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27458         definition of __sendmmsg hidden.
27459         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27460         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27461         Move ENOSYS stub into and include it from...
27462         * socket/sendmmsg.c: ... this new file.
27463         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27464         (sysdep_routines): Move recvmmsg and sendmmsg...
27465         * socket/Makefile (routines): ... here.
27466         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27467         (GLIBC_PRIVATE): Add __sendmmsg.
27468         * include/sys/socket.h (__sendmmsg): Add declarations.
27469         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27470         sendmmsg.
27471
27472 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27473
27474         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27475         variable I1 with __attribute__ ((unused)).
27476         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27477
27478 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27479
27480         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27481         DUMMY variables with __attribute__ ((unused)).
27482
27483         * bits/byteswap.h: Include <bits/types.h>.
27484         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27485
27486 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27487
27488         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27489         string_t.  Do not manually set errno.
27490         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27491         length with __strnlen.  Make sure to both set errno and return it on
27492         failure.
27493
27494 2012-11-19  David S. Miller  <davem@davemloft.net>
27495
27496         With help from Joseph Myers.
27497         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27498         very large arguments properly.
27499         * math/libm-test.inc (atan_test): New tests.
27500         (atan2_test): New tests.
27501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27502         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27503
27504 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27505
27506         [BZ #14856]
27507         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27508         Define to 3.
27509
27510         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27511         [POSIX] (EADDRNOTAVAIL): Likewise.
27512         [POSIX] (EAFNOSUPPORT): Likewise.
27513         [POSIX] (EALREADY): Likewise.
27514         [POSIX] (ECONNABORTED): Likewise.
27515         [POSIX] (ECONNREFUSED): Likewise.
27516         [POSIX] (ECONNRESET): Likewise.
27517         [POSIX] (EDESTADDRREQ): Likewise.
27518         [POSIX] (EDQUOT): Likewise.
27519         [POSIX] (EHOSTUNREACH): Likewise.
27520         [POSIX] (EIDRM): Likewise.
27521         [POSIX] (EISCONN): Likewise.
27522         [POSIX] (ELOOP): Likewise.
27523         [POSIX] (EMULTIHOP): Likewise.
27524         [POSIX] (ENETDOWN): Likewise.
27525         [POSIX] (ENETUNREACH): Likewise.
27526         [POSIX] (ENOBUFS): Likewise.
27527         [POSIX] (ENODATA): Likewise.
27528         [POSIX] (ENOLINK): Likewise.
27529         [POSIX] (ENOMSG): Likewise.
27530         [POSIX] (ENOPROTOOPT): Likewise.
27531         [POSIX] (ENOSR): Likewise.
27532         [POSIX] (ENOSTR): Likewise.
27533         [POSIX] (ENOTCONN): Likewise.
27534         [POSIX] (ENOTSOCK): Likewise.
27535         [POSIX] (EOPNOTSUPP): Likewise.
27536         [POSIX] (EOVERFLOW): Likewise.
27537         [POSIX] (EPROTO): Likewise.
27538         [POSIX] (EPROTONOSUPPORT): Likewise.
27539         [POSIX] (EPROTOTYPE): Likewise.
27540         [POSIX] (ESTALE): Likewise.
27541         [POSIX] (ETIME): Likewise.
27542         [POSIX] (ETXTBSY): Likewise.
27543         [POSIX] (EWOULDBLOCK): Likewise.
27544         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27545         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27546         [POSIX] (SEEK_CUR): Likewise.
27547         [POSIX] (SEEK_END): Likewise.
27548         [POSIX || UNIX98] (mode_t): Do not require.
27549         [POSIX] (off_t): Likewise.
27550         [POSIX] (pid_t): Likewise.
27551         [POSIX] (sys/stat.h): Do not allow header.
27552         [POSIX] (unistd.h): Likewise.
27553         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27554         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27555         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27556         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27557         require.
27558         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27559         sigevent): Specify elements.
27560         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27561         entry.
27562         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27563         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27564
27565         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27566         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27567         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27568         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27569         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27570         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27571         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27572         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27573         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27574         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27575         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27576         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27577         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27578         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27579         Likewise.
27580         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27581         Likewise.
27582         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27583         Likewise.
27584         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27585         Likewise.
27586         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27587         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27588         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27589         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27590         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27591         Specify lower bound on value.
27592         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27593         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27594         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27595         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27596         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27597         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27598         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27599         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27600         value.
27601         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27602         as optional.
27603         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27604         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27605         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27606         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27607         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27608         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27609         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27610         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27611         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27612         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27613         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27614         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27615         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27616         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27617         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27618         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27619         entry.
27620         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27621         optional.
27622         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27623         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27624         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27625         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27626         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27627         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27628         Likewise.
27629         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27630         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27631         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27632         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27633         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27634         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27635         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27636         as optional.
27637         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27638         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27639         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27640         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27641         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27642         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27643         specify as optional.
27644         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27645         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27646         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27647         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27648         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27649         [XPG3] (NL_LANGMAX): Likewise.
27650         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27651         [POSIX || XPG3] (NL_NMAX): Likewise.
27652         [POSIX || XPG3] (NL_SETMAX): Likewise.
27653         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27654         [XPG3] (NZERO): Likewise.
27655         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27656         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27657         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27658         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27659         (REG_ERANGE): Expect.
27660         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27661         optional-constant.
27662         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27663         Use (void) in prototype.
27664         [POSIX] (*_t): Allow.
27665         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27666         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27667         (WRDE_BADVAL): Expect.
27668
27669         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27670         expect.
27671         [XPG3 || XPG4] (O_RSYNC): Likewise.
27672         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27673         Likewise.
27674         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27675         [XPG3 || XPG4] (sigqueue): Likewise.
27676         [XPG3 || XPG4] (sigtimedwait): Likewise.
27677         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27678         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27679         [XPG3 || XPG4] (vsnprintf): Likewise.
27680         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27681         Likewise.
27682         [XPG3 || XPG4] (blksize_t): Likewise.
27683         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27684         Likewise.
27685         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27686         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27687         [XPG3 || XPG4] (struct itimerspec): Likewise.
27688         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27689         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27690         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27691         [XPG3 || XPG4] (clockid_t): Likewise.
27692         [XPG3 || XPG4] (timer_t): Likewise.
27693         [XPG3 || XPG4] (clock_getres): Likewise.
27694         [XPG3 || XPG4] (clock_gettime): Likewise.
27695         [XPG3 || XPG4] (clock_settime): Likewise.
27696         [XPG3 || XPG4] (nanosleep): Likewise.
27697         [XPG3 || XPG4] (timer_create): Likewise.
27698         [XPG3 || XPG4] (timer_delete): Likewise.
27699         [XPG3 || XPG4] (timer_gettime): Likewise.
27700         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27701         [XPG3 || XPG4] (timer_settime): Likewise.
27702         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27703         [XPG3 || XPG4] (getlogin_r): Likewise.
27704         [XPG3 || XPG4] (pread): Likewise.
27705         [XPG3 || XPG4] (pthread_atfork): Likewise.
27706         [XPG3 || XPG4] (pwrite): Likewise.
27707
27708         [BZ #14835]
27709         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27710         <bits/siginfo.h>.
27711
27712 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27713
27714         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27715         finalizing MALLSTREAM.
27716
27717         * sysdeps/mach/hurd/syncfs.c: New file.
27718
27719 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27720
27721         [BZ #14719]
27722         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27723         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27724         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27725         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27726         (_nss_dns_gethostbyname4_r): Likewise.
27727         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27728         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27729
27730 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27731
27732         [BZ #13763]
27733         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27734
27735 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27736
27737         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27738         * elf/cache.c (print_entry): Print ",AArch64" for
27739         FLAG_AARCH64_LIB64
27740
27741         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27742         * elf/cache.c (print_entry): Print ",hard-float" for
27743         FLAG_ARM_LIBHF.
27744
27745 2012-11-18  David S. Miller  <davem@davemloft.net>
27746
27747         With help from Joseph Myers.
27748         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27749         cutoff to 2**-13.
27750         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27751         cutoff to 2**-25.
27752         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27753         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27754         small.
27755         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27756         * math/libm-test.inc (y0_test): New tests.
27757         (y1_test): New tests.
27758         * sysdeps/i386/fpu/libm-test-ulps: Update.
27759         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27760         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27761
27762 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27763
27764         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27765         64-bit targets.
27766         * configure: Regenerated.
27767
27768 2012-11-17  David S. Miller  <davem@davemloft.net>
27769
27770         [BZ #14811]
27771         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27772         nonzero exponents with absolute value below 0x1p-128 to +/-
27773         0x1p-128.
27774
27775 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27776
27777         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27778
27779         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27780
27781         * posix/getconf-speclist.c: New file.
27782         * posix/posix-envs.def: Likewise.
27783         * posix/confstr.c (START_ENV_GROUP): New macro.
27784         (END_ENV_GROUP): Likewise.
27785         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27786         (KNOWN_PRESENT_ENV_STRING): Likewise.
27787         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27788         (UNKNOWN_ENVIRONMENT): Likewise.
27789         (confstr): Include posix-envs.def instead of handling
27790         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27791         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27792         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27793         (END_ENV_GROUP): Likewise.
27794         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27795         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27796         (UNKNOWN_ENVIRONMENT): Likewise.
27797         (__sysconf): Include posix-envs.def instead of handling associated
27798         cases directly here.
27799         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27800         preprocessing getconf-speclist.c rather than running getconf or
27801         generating empty file.
27802
27803 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27804
27805         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27806
27807 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27808
27809         [BZ #14672]
27810         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27811
27812 2012-11-16  David S. Miller  <davem@davemloft.net>
27813
27814         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27815         smaller than LDBL_EPSILON/2.0L, just return xm1.
27816
27817 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27818
27819         * elf/tst-array1.c (init): Set constructor priority to 1000.
27820         (fini): Set destructor priority to 1000.
27821         * elf/tst-array2dep.c: Likewise.
27822
27823 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27824
27825         [BZ #11741]
27826         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27827         (_IO_new_file_xsputn): Also return EOF if none of the input
27828         data was written when overflow failed.
27829         * libio/iopadn.c (_IO_padn): Likewise.
27830         * libio/iowpadn.c (_IO_wpadn): Likewise.
27831         * stdio-common/tst-put-error.c: Add copyright notice.
27832         (do_test): Add case for printing padded string.
27833         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27834         _IO_padn returned error.
27835         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27836         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27837         return EOF.
27838
27839 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27840
27841         * libio/libioP.h: Add comment note that the references to C++
27842         bits are now obsolete.
27843
27844 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27845
27846         * math/libm-test.inc (check_complex): Use asprintf.
27847
27848 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27849
27850         * debug/pcprofiledump.c (print_version): Update copyright year.
27851         * malloc/memusagestat.c (print_version): Likewise.
27852
27853 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27854
27855         [BZ #14831]
27856         * elf/Makefile (tests): Add tst-audit8.
27857         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27858         ($(objpfx)tst-audit8.out): New target.
27859         (tst-audit8-ENV): New variable.
27860         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27861         audit if l_reloc_result is NULL.
27862         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27863         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27864         * elf/tst-audit8.c: New file.
27865
27866 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27867
27868         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27869         * misc/Makefile (CFLAGS-select.c): Define.
27870         * posix/Makefile (CFLAGS-pause.c): Define.
27871
27872 2012-11-13  David S. Miller  <davem@davemloft.net>
27873
27874         * crypt/Makefile: Move test targets after toplevel Rules
27875         inclusion.  Grab any necessary sysdep routines when linking.
27876         * crypt/md5.c (md5_process_block): Remove define, we will always
27877         name it __md5_process_block.
27878         (md5_finish_ctx): Update md5_process_block call.
27879         (md5_stream): Likewise.
27880         (md5_process_bytes): Likewise.
27881         (md5_process_block): Rename to __md5_process_block and move to ...
27882         * crypt/md5-block.c: ... here.
27883         * crypt/sha256.c (sha256_process_block): Move to ...
27884         * crypt/sha256-block.c: ... here.
27885         * crypt/sha512.c (sha512_process_block): Move to ...
27886         * crypt/sha512-block.c: ... here.
27887         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27888         path.
27889         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27890         * sysdeps/sparc/sparc64/multiarch/Makefile
27891         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27892         crypt subdir.
27893         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27894         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27895         multiarch changes.
27896         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27897         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27898         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27899         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27900         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27901         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27902         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27903         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27904         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27905         file.
27906         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27907         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27908         file.
27909         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27910
27911 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27912
27913         * timezone/tzselect.ksh: Update from tzcode git revision
27914         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27915         * timezone/zdump.c: Likewise.
27916         * timezone/zic.c: Likewise.
27917         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27918         in TZVERSION setting, not $(PKGVERSION).
27919         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27920         REPORT_BUGS_TO settings.
27921
27922         [BZ #14838]
27923         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27924         macro.
27925
27926 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27927
27928         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27929         detection to immediately after _FP_ROUND().
27930         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27931         bits are 0.
27932
27933 2012-11-11  David S. Miller  <davem@davemloft.net>
27934
27935         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27936         inttypes.h
27937         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27938         __close rather than their public counterparts.
27939
27940 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27941
27942         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27943         file.
27944         [UNIX98] (sem_timedwait): Do not expect.
27945         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27946         [XPG4 || UNIX98] (sockatmark): Do not expect.
27947         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27948         (clock_getcpuclockid): Do not expect.
27949         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27950         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27951         Do not expect.
27952         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27953         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27954         [UNIX98] (vwscanf): Likewise.
27955         [UNIX98] (vswscanf): Likewise.
27956
27957 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27958
27959         * timezone/version.h: Remove file.
27960         * timezone/README: Do not refer to version.h.
27961         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27962         $(objpfx)version.h.
27963         ($(objpfx)zdump.o): Likewise.
27964         ($(objpfx)version.h): New target.
27965
27966         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27967         2012i.
27968         * timezone/README: Don't mention modification to tzselect.ksh.
27969         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27970         work on unmodified tzselect.ksh.  Substitute version numbers in
27971         tzselect.ksh.
27972
27973         * Makefile (format-me): Remove.
27974         (INSTALL): Adjust indentation.  Use commands directly instead of
27975         using $(format-me).
27976
27977         * aclocal.m4 (ACX_PKGVERSION): New macro.
27978         (ACX_BUGURL): Likewise.
27979         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27980         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27981         (REPORT_BUGS_TO): Likewise.
27982         * configure: Regenerated.
27983         * config.h.in (PKGVERSION): New macro.
27984         (REPORT_BUGS_TO): Likewise.
27985         * config.make.in (PKGVERSION): New variable.
27986         (PKGVERSION_TEXI): Likewise.
27987         (REPORT_BUGS_TO): Likewise.
27988         (REPORT_BUGS_TEXI): Likewise.
27989         * Makefile (format-me): Use -I$(common-objpfx)manual.
27990         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
27991         ($(common-objpfx)manual/%): New target.
27992         (manual/%): Remove target.
27993         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
27994         (print_version): Use PKGVERSION.
27995         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
27996         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
27997         and REPORT_BUGS_TO.
27998         ($(objpfx)xtrace): Likewise.
27999         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28000         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28001         (print_version): Use PKGVERSION.
28002         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28003         (do_version): Use PKGVERSION.
28004         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28005         REPORT_BUGS_TO.
28006         (common-ldd-rewrite): Likewise.
28007         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28008         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28009         (print_version): Use PKGVERSION.
28010         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28011         * elf/pldd.c (argp_program_bug_address): Remove variable.
28012         (more_help): New function.
28013         (argp): Use more_help.
28014         (print_version): Use PKGVERSION.
28015         * elf/sln.c (main): Use PKGVERSION.
28016         (usage): Use REPORT_BUGS_TO.
28017         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28018         (top level): Use PKGVERSION.
28019         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28020         (print_version): Use PKGVERSION.
28021         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28022         (print_version): Use PKGVERSION.
28023         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28024         (print_version): Use PKGVERSION.
28025         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28026         (print_version): Use PKGVERSION.
28027         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28028         (print_version): Use PKGVERSION.
28029         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28030         (print_version): Use PKGVERSION.
28031         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28032         and BUGURL.
28033         ($(objpfx)memusage): Likewise.
28034         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28035         (do_version): Use PKGVERSION.
28036         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28037         (print_version): Use PKGVERSION.
28038         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28039         ($PKGVERSION): New variable.
28040         ($REPORT_BUGS_TO): Likewise.
28041         (usage): Use $REPORT_BUGS_TO.
28042         (top level): Use $PKGVERSION.
28043         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28044         ($(objpfx)pkgvers.texi): New rule.
28045         ($(objpfx)stamp-pkgvers): Likewise.
28046         * manual/install.texi: Include pkgvers.texi.
28047         (--with-pkgversion): Document new configure option.
28048         (--with-bugurl): Likewise.
28049         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28050         than necessarily for this particular distribution.  Use
28051         REPORT_BUGS_TO for where to report bugs.
28052         * INSTALL: Regenerated.
28053         * manual/libc.texinfo: Include pkgvers.texi.
28054         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28055         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28056         (print_version): Use PKGVERSION.
28057         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28058         (print_version): Use PKGVERSION.
28059         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28060         (print_version): Use PKGVERSION.
28061         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28062         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28063         macro.
28064         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28065         (print_version): Use PKGVERSION.
28066         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28067         (print_version): Use PKGVERSION.
28068         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28069         and PKGVERSION.
28070
28071         * timezone/checktab.awk: Update from tzcode 2012i.
28072         * timezone/ialloc.c: Likewise.
28073         * timezone/private.h: Likewise.
28074         * timezone/scheck.c: Likewise.
28075         * timezone/tzfile.h: Likewise.
28076         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28077         (TZVERSION): Hardcode tzcode version number.
28078         * timezone/zdump.c: Update from tzcode 2012i.
28079         * timezone/zic.c: Likewise.
28080         * timezone/version.h: New file.
28081         * timezone/README: Describe version.h.  Update upstream location.
28082
28083         [BZ #14824]
28084         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28085         (mktemp): Enable declaration.
28086         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28087         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28088         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28089         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28090         Likewise.
28091         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28092         Likewise.
28093         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28094         Likewise.
28095         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28096         Likewise.
28097         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28098         Likewise.
28099         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28100         Likewise.
28101
28102         [BZ #14821]
28103         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28104         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28105         for copies of such integer values.
28106         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28107         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28108
28109 2012-11-09  Andreas Jaeger  <aj@suse.de>
28110
28111         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28112         definitions and declarations that are provided by
28113         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28114
28115 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28116
28117         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28118         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28119         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28120         definition.
28121
28122 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28123
28124         * elf/elf.h: Update comment before AArch64 relocations.
28125
28126 2012-11-07  David S. Miller  <davem@davemloft.net>
28127
28128         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28129         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28130         (__start_context): Declare.
28131         (__makecontext_ret): Delete.
28132         (__makecontext): Hook up __start_context instead of
28133         __makecontext_ret.
28134         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28135         (sysdep_routines): Add __start_context when in stdlib.
28136
28137 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28138
28139         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28140         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28141         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28142         hardcoded "nm".
28143         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28144         (READELF): New variable.  Use it instead of hardcoded "readelf".
28145
28146 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28147
28148         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28149         * sysdeps/x86/Makefile: Here.
28150         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28151         * sysdeps/x86/tst-xmmymm.sh: This.
28152
28153 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28154
28155         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28156         expectations.
28157         [UNIX98] (pthread_barrier_t): Do not expect.
28158         [UNIX98] (pthread_barrierattr_t): Likewise.
28159         [UNIX98] (pthread_spinlock_t): Likewise.
28160         [UNIX98] (pthread_barrier_destroy): Likewise.
28161         [UNIX98] (pthread_barrier_init): Likewise.
28162         [UNIX98] (pthread_barrier_wait): Likewise.
28163         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28164         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28165         [UNIX98] (pthread_barrierattr_init): Likewise.
28166         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28167         [UNIX98] (pthread_getcpuclockid): Likewise.
28168         [UNIX98] (pthread_mutex_timedlock): Likewise.
28169         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28170         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28171         [UNIX98] (pthread_sigmask): Likewise.
28172         [UNIX98] (pthread_spin_destroy): Likewise.
28173         [UNIX98] (pthread_spin_init): Likewise.
28174         [UNIX98] (pthread_spin_lock): Likewise.
28175         [UNIX98] (pthread_spin_trylock): Likewise.
28176         [UNIX98] (pthread_spin_unlock): Likewise.
28177         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28178         Do not expect.
28179         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28180         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28181         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28182         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28183         [XPG3 || XPG4] (pthread_key_t): Likewise.
28184         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28185         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28186         [XPG3 || XPG4] (pthread_once_t): Likewise.
28187         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28188         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28189         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28190         [XPG3 || XPG4] (pthread_t): Likewise.
28191
28192         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28193         not expect.
28194         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28195
28196         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28197         Change function return type to int.
28198
28199         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28200         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28201         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28202         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28203         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28204         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28205         [!POSIX] (posix_madvise): Likewise.
28206         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28207         && !UNIX98].
28208         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28209         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28210         (mode_t): Likewise.
28211         (posix_mem_offset): Likewise.
28212         (posix_typed_mem_get_info): Likewise.
28213         (posix_typed_mem_open): Likewise.
28214
28215         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28216         Change condition to [XOPEN2K8].
28217
28218         * conform/conformtest.pl: Preprocess allow-header data with -x c
28219         instead of from stdin.
28220         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28221         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28222         [C99-based standards] (cerfc): Likewise.
28223         [C99-based standards] (cexp2): Likewise.
28224         [C99-based standards] (cexpm1): Likewise.
28225         [C99-based standards] (clog10): Likewise.
28226         [C99-based standards] (clog1p): Likewise.
28227         [C99-based standards] (clog2): Likewise.
28228         [C99-based standards] (clgamma): Likewise.
28229         [C99-based standards] (ctgamma): Likewise.
28230         [C99-based standards] (cerff): Likewise.
28231         [C99-based standards] (cerfcf): Likewise.
28232         [C99-based standards] (cexp2f): Likewise.
28233         [C99-based standards] (cexpm1f): Likewise.
28234         [C99-based standards] (clog10f): Likewise.
28235         [C99-based standards] (clog1pf): Likewise.
28236         [C99-based standards] (clog2f): Likewise.
28237         [C99-based standards] (clgammaf): Likewise.
28238         [C99-based standards] (ctgammaf): Likewise.
28239         [C99-based standards] (cerfl): Likewise.
28240         [C99-based standards] (cerfcl): Likewise.
28241         [C99-based standards] (cexp2l): Likewise.
28242         [C99-based standards] (cexpm1l): Likewise.
28243         [C99-based standards] (clog10l): Likewise.
28244         [C99-based standards] (clog1pl): Likewise.
28245         [C99-based standards] (clog2l): Likewise.
28246         [C99-based standards] (clgammal): Likewise.
28247         [C99-based standards] (ctgammal): Likewise.
28248         * conform/data/inttypes.h-data [C99-based standards]: Include
28249         stdint.h-data.  Remove all expectations for stdint.h contents.
28250         [C99-based standards] (PRI*): Do not allow.
28251         [C99-based standards] (SCN*): Likewise.
28252         [C99-based standards] (*_t): Likewise.
28253         [C99-based-standards] (PRId8): Expect macro.
28254         [C99-based-standards] (PRIi8): Likewise.
28255         [C99-based-standards] (PRIo8): Likewise.
28256         [C99-based-standards] (PRIu8): Likewise.
28257         [C99-based-standards] (PRIx8): Likewise.
28258         [C99-based-standards] (PRIX8): Likewise.
28259         [C99-based-standards] (SCNd8): Likewise.
28260         [C99-based-standards] (SCNi8): Likewise.
28261         [C99-based-standards] (SCNo8): Likewise.
28262         [C99-based-standards] (SCNu8): Likewise.
28263         [C99-based-standards] (SCNx8): Likewise.
28264         [C99-based-standards] (PRIdLEAST8): Likewise.
28265         [C99-based-standards] (PRIiLEAST8): Likewise.
28266         [C99-based-standards] (PRIoLEAST8): Likewise.
28267         [C99-based-standards] (PRIuLEAST8): Likewise.
28268         [C99-based-standards] (PRIxLEAST8): Likewise.
28269         [C99-based-standards] (PRIXLEAST8): Likewise.
28270         [C99-based-standards] (SCNdLEAST8): Likewise.
28271         [C99-based-standards] (SCNiLEAST8): Likewise.
28272         [C99-based-standards] (SCNoLEAST8): Likewise.
28273         [C99-based-standards] (SCNuLEAST8): Likewise.
28274         [C99-based-standards] (SCNxLEAST8): Likewise.
28275         [C99-based-standards] (PRIdFAST8): Likewise.
28276         [C99-based-standards] (PRIiFAST8): Likewise.
28277         [C99-based-standards] (PRIoFAST8): Likewise.
28278         [C99-based-standards] (PRIuFAST8): Likewise.
28279         [C99-based-standards] (PRIxFAST8): Likewise.
28280         [C99-based-standards] (PRIXFAST8): Likewise.
28281         [C99-based-standards] (SCNdFAST8): Likewise.
28282         [C99-based-standards] (SCNiFAST8): Likewise.
28283         [C99-based-standards] (SCNoFAST8): Likewise.
28284         [C99-based-standards] (SCNuFAST8): Likewise.
28285         [C99-based-standards] (SCNxFAST8): Likewise.
28286         [C99-based-standards] (PRId16): Likewise.
28287         [C99-based-standards] (PRIi16): Likewise.
28288         [C99-based-standards] (PRIo16): Likewise.
28289         [C99-based-standards] (PRIu16): Likewise.
28290         [C99-based-standards] (PRIx16): Likewise.
28291         [C99-based-standards] (PRIX16): Likewise.
28292         [C99-based-standards] (SCNd16): Likewise.
28293         [C99-based-standards] (SCNi16): Likewise.
28294         [C99-based-standards] (SCNo16): Likewise.
28295         [C99-based-standards] (SCNu16): Likewise.
28296         [C99-based-standards] (SCNx16): Likewise.
28297         [C99-based-standards] (PRIdLEAST16): Likewise.
28298         [C99-based-standards] (PRIiLEAST16): Likewise.
28299         [C99-based-standards] (PRIoLEAST16): Likewise.
28300         [C99-based-standards] (PRIuLEAST16): Likewise.
28301         [C99-based-standards] (PRIxLEAST16): Likewise.
28302         [C99-based-standards] (PRIXLEAST16): Likewise.
28303         [C99-based-standards] (SCNdLEAST16): Likewise.
28304         [C99-based-standards] (SCNiLEAST16): Likewise.
28305         [C99-based-standards] (SCNoLEAST16): Likewise.
28306         [C99-based-standards] (SCNuLEAST16): Likewise.
28307         [C99-based-standards] (SCNxLEAST16): Likewise.
28308         [C99-based-standards] (PRIdFAST16): Likewise.
28309         [C99-based-standards] (PRIiFAST16): Likewise.
28310         [C99-based-standards] (PRIoFAST16): Likewise.
28311         [C99-based-standards] (PRIuFAST16): Likewise.
28312         [C99-based-standards] (PRIxFAST16): Likewise.
28313         [C99-based-standards] (PRIXFAST16): Likewise.
28314         [C99-based-standards] (SCNdFAST16): Likewise.
28315         [C99-based-standards] (SCNiFAST16): Likewise.
28316         [C99-based-standards] (SCNoFAST16): Likewise.
28317         [C99-based-standards] (SCNuFAST16): Likewise.
28318         [C99-based-standards] (SCNxFAST16): Likewise.
28319         [C99-based-standards] (PRId32): Likewise.
28320         [C99-based-standards] (PRIi32): Likewise.
28321         [C99-based-standards] (PRIo32): Likewise.
28322         [C99-based-standards] (PRIu32): Likewise.
28323         [C99-based-standards] (PRIx32): Likewise.
28324         [C99-based-standards] (PRIX32): Likewise.
28325         [C99-based-standards] (SCNd32): Likewise.
28326         [C99-based-standards] (SCNi32): Likewise.
28327         [C99-based-standards] (SCNo32): Likewise.
28328         [C99-based-standards] (SCNu32): Likewise.
28329         [C99-based-standards] (SCNx32): Likewise.
28330         [C99-based-standards] (PRIdLEAST32): Likewise.
28331         [C99-based-standards] (PRIiLEAST32): Likewise.
28332         [C99-based-standards] (PRIoLEAST32): Likewise.
28333         [C99-based-standards] (PRIuLEAST32): Likewise.
28334         [C99-based-standards] (PRIxLEAST32): Likewise.
28335         [C99-based-standards] (PRIXLEAST32): Likewise.
28336         [C99-based-standards] (SCNdLEAST32): Likewise.
28337         [C99-based-standards] (SCNiLEAST32): Likewise.
28338         [C99-based-standards] (SCNoLEAST32): Likewise.
28339         [C99-based-standards] (SCNuLEAST32): Likewise.
28340         [C99-based-standards] (SCNxLEAST32): Likewise.
28341         [C99-based-standards] (PRIdFAST32): Likewise.
28342         [C99-based-standards] (PRIiFAST32): Likewise.
28343         [C99-based-standards] (PRIoFAST32): Likewise.
28344         [C99-based-standards] (PRIuFAST32): Likewise.
28345         [C99-based-standards] (PRIxFAST32): Likewise.
28346         [C99-based-standards] (PRIXFAST32): Likewise.
28347         [C99-based-standards] (SCNdFAST32): Likewise.
28348         [C99-based-standards] (SCNiFAST32): Likewise.
28349         [C99-based-standards] (SCNoFAST32): Likewise.
28350         [C99-based-standards] (SCNuFAST32): Likewise.
28351         [C99-based-standards] (SCNxFAST32): Likewise.
28352         [C99-based-standards] (PRId64): Likewise.
28353         [C99-based-standards] (PRIi64): Likewise.
28354         [C99-based-standards] (PRIo64): Likewise.
28355         [C99-based-standards] (PRIu64): Likewise.
28356         [C99-based-standards] (PRIx64): Likewise.
28357         [C99-based-standards] (PRIX64): Likewise.
28358         [C99-based-standards] (SCNd64): Likewise.
28359         [C99-based-standards] (SCNi64): Likewise.
28360         [C99-based-standards] (SCNo64): Likewise.
28361         [C99-based-standards] (SCNu64): Likewise.
28362         [C99-based-standards] (SCNx64): Likewise.
28363         [C99-based-standards] (PRIdLEAST64): Likewise.
28364         [C99-based-standards] (PRIiLEAST64): Likewise.
28365         [C99-based-standards] (PRIoLEAST64): Likewise.
28366         [C99-based-standards] (PRIuLEAST64): Likewise.
28367         [C99-based-standards] (PRIxLEAST64): Likewise.
28368         [C99-based-standards] (PRIXLEAST64): Likewise.
28369         [C99-based-standards] (SCNdLEAST64): Likewise.
28370         [C99-based-standards] (SCNiLEAST64): Likewise.
28371         [C99-based-standards] (SCNoLEAST64): Likewise.
28372         [C99-based-standards] (SCNuLEAST64): Likewise.
28373         [C99-based-standards] (SCNxLEAST64): Likewise.
28374         [C99-based-standards] (PRIdFAST64): Likewise.
28375         [C99-based-standards] (PRIiFAST64): Likewise.
28376         [C99-based-standards] (PRIoFAST64): Likewise.
28377         [C99-based-standards] (PRIuFAST64): Likewise.
28378         [C99-based-standards] (PRIxFAST64): Likewise.
28379         [C99-based-standards] (PRIXFAST64): Likewise.
28380         [C99-based-standards] (SCNdFAST64): Likewise.
28381         [C99-based-standards] (SCNiFAST64): Likewise.
28382         [C99-based-standards] (SCNoFAST64): Likewise.
28383         [C99-based-standards] (SCNuFAST64): Likewise.
28384         [C99-based-standards] (SCNxFAST64): Likewise.
28385         [C99-based-standards] (PRIdMAX): Likewise.
28386         [C99-based-standards] (PRIiMAX): Likewise.
28387         [C99-based-standards] (PRIoMAX): Likewise.
28388         [C99-based-standards] (PRIuMAX): Likewise.
28389         [C99-based-standards] (PRIxMAX): Likewise.
28390         [C99-based-standards] (PRIXMAX): Likewise.
28391         [C99-based-standards] (SCNdMAX): Likewise.
28392         [C99-based-standards] (SCNiMAX): Likewise.
28393         [C99-based-standards] (SCNoMAX): Likewise.
28394         [C99-based-standards] (SCNuMAX): Likewise.
28395         [C99-based-standards] (SCNxMAX): Likewise.
28396         [C99-based-standards] (PRIdPTR): Likewise.
28397         [C99-based-standards] (PRIiPTR): Likewise.
28398         [C99-based-standards] (PRIoPTR): Likewise.
28399         [C99-based-standards] (PRIuPTR): Likewise.
28400         [C99-based-standards] (PRIxPTR): Likewise.
28401         [C99-based-standards] (PRIXPTR): Likewise.
28402         [C99-based-standards] (SCNdPTR): Likewise.
28403         [C99-based-standards] (SCNiPTR): Likewise.
28404         [C99-based-standards] (SCNoPTR): Likewise.
28405         [C99-based-standards] (SCNuPTR): Likewise.
28406         [C99-based-standards] (SCNxPTR): Likewise.
28407         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28408         allow.
28409         * conform/data/stdint.h-data: Update comments to clarify
28410         requirements.
28411         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28412         type.
28413         [C99-based standards] (INT8_MAX): Likewise.
28414         [C99-based standards] (INT16_MIN): Likewise.
28415         [C99-based standards] (INT16_MAX): Likewise.
28416         [C99-based standards] (INT32_MIN): Likewise.
28417         [C99-based standards] (INT32_MAX): Likewise.
28418         [C99-based standards] (INT64_MIN): Likewise.
28419         [C99-based standards] (INT64_MAX): Likewise.
28420         [C99-based standards] (UINT8_MAX): Likewise.
28421         [C99-based standards] (UINT16_MAX): Likewise.
28422         [C99-based standards] (UINT32_MAX): Likewise.
28423         [C99-based standards] (UINT64_MAX): Likewise.
28424         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28425         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28426         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28427         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28428         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28429         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28430         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28431         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28432         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28433         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28434         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28435         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28436         [C99-based standards] (INT_FAST8_MIN): Likewise.
28437         [C99-based standards] (INT_FAST8_MAX): Likewise.
28438         [C99-based standards] (INT_FAST16_MIN): Likewise.
28439         [C99-based standards] (INT_FAST16_MAX): Likewise.
28440         [C99-based standards] (INT_FAST32_MIN): Likewise.
28441         [C99-based standards] (INT_FAST32_MAX): Likewise.
28442         [C99-based standards] (INT_FAST64_MIN): Likewise.
28443         [C99-based standards] (INT_FAST64_MAX): Likewise.
28444         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28445         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28446         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28447         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28448         [C99-based standards] (INTPTR_MIN): Likewise.
28449         [C99-based standards] (INTPTR_MAX): Likewise.
28450         [C99-based standards] (UINTPTR_MAX): Likewise.
28451         [C99-based standards] (INTMAX_MIN): Likewise.
28452         [C99-based standards] (INTMAX_MAX): Likewise.
28453         [C99-based standards] (UINTMAX_MAX): Likewise.
28454         [C99-based standards] (PTRDIFF_MIN): Likewise.
28455         [C99-based standards] (PTRDIFF_MAX): Likewise.
28456         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28457         [C99-based standards] (SIZE_MAX): Likewise.
28458         [C99-based standards] (WCHAR_MAX): Likewise.
28459         [C99-based standards] (WINT_MAX): Likewise.
28460         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28461         constraint on value.
28462         [C99-based standards] (WCHAR_MIN): Likewise.
28463         [C99-based standards] (WINT_MIN): Likewise.
28464         [C99-based standards] (*_t): Allow.
28465         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28466         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28467         Include math.h-data and complex.h-data.  Remove all expectations
28468         of math.h and complex.h contents.
28469         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28470         at end of line.
28471         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28472         (struct tm): Expect tag.
28473         [C99-based-standards] (wcstof): Expect function.
28474         [C99-based-standards] (wcstold): Likewise.
28475         [C99-based-standards] (wcstoll): Likewise.
28476         [C99-based-standards] (wcstoull): Likewise.
28477         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28478         macro-int-constant.  Specify type.
28479         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28480         constraint on value.
28481         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28482         Specify type.
28483         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28484         Specify value.
28485         [ISO C standards]: Do not allow headers.
28486         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28487         wcs[abcdefghijklmnopqrstuvwxyz]*.
28488         [ISO C standards] (*_t): Do not allow.
28489         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28490         Expect function.
28491         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28492         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28493         Specify type.
28494         [ISO C standards]: Do not allow headers.
28495         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28496         is[abcdefghijklmnopqrstuvwxyz]*.
28497         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28498         to[abcdefghijklmnopqrstuvwxyz]*.
28499         [ISO C standards] (*_t): Do not allow.
28500         * conform/data/stdalign.h-data: New file.
28501         * conform/data/stdbool.h-data: Likewise.
28502         * conform/data/stdnoreturn.h-data: Likewise.
28503
28504 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28505
28506         [BZ #14815]
28507         * manual/filesys.texi (Directory Entries): Typo fix.
28508         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28509
28510 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28511
28512         * elf/elf.h (EM_AARCH64): New macro.
28513         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28514         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28515         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28516         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28517         (R_AARCH64_TLSDESC): Likewise.
28518         (NT_ARM_TLS): Likewise.
28519         (NT_ARM_HW_BREAK): Likewise.
28520         (NT_ARM_HW_WATCH): Likewise.
28521
28522 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28523
28524         [BZ #14811]
28525         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28526         (__ieee754_powl): Saturate nonzero exponents with absolute value
28527         below 0x1p-79 to +/- 0x1p-79.
28528         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28529         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28530         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28531         nonzero exponents with absolute value below 0x1p-32 to +/-
28532         0x1p-32.
28533         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28534         (__ieee754_powl): Saturate nonzero exponents with absolute value
28535         below 0x1p-79 to +/- 0x1p-79.
28536         * math/libm-test.inc (pow_test): Add more tests.
28537
28538 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28539
28540         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28541         _dl_s390_cap_flags with kernel. Increase string length.
28542         (_dl_s390_platforms): Add z196 and zEC12.
28543
28544 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28545
28546         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28547         Change XOPEN21K to XOPEN2K.
28548
28549 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28550
28551         * string/memmove.c: Use memcpy when possible.
28552
28553 2012-11-06  Andreas Jaeger  <aj@suse.de>
28554
28555         * po/eo.po: Update from translation team.
28556
28557 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28558
28559         [BZ #14793]
28560         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28561         exponent and small x and y exponents, scale x or y up.  Increase
28562         by 2 the exponent used in scaling up.
28563         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28564         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28565         * math/libm-test.inc (fma_test): Add more tests.
28566         (fma_test_towardzero): Likewise.
28567         (fma_test_downward): Likewise.
28568         (fma_test_upward): Likewise.
28569
28570 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28571
28572         [BZ #14805]
28573         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28574         fenv_t *.
28575
28576         [BZ #14801]
28577         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28578         namespace for names of struct fields.
28579         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28580         fenv_t fields.
28581         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28582         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28583
28584 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28585
28586         [BZ #3665]
28587         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28588
28589 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28590
28591         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28592         PTR_DEMANGLE.
28593
28594         [BZ #5246]
28595         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28596         PTR_DEMANGLE.
28597
28598 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28599
28600         [BZ #14797]
28601         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28602         definitely overflow as x * y not x * y + z.
28603         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28604         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28605         * math/libm-test.inc (fma_test): Add more tests.
28606         (fma_test_towardzero): Likewise.
28607         (fma_test_downward): Likewise.
28608         (fma_test_upward): Likewise.
28609
28610 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28611
28612         [BZ #157]
28613
28614         * include/stub-tag.h: Remove file.
28615         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28616         '#include' of it.
28617         * manual/maint.texi (Porting): Don't reference it.
28618         * Makerules ($(objpfx)stubs): Likewise.
28619         * dirent/closedir.c: Don't include <stub-tag.h>.
28620         * dirent/dirfd.c: Likewise.
28621         * dirent/fdopendir.c: Likewise.
28622         * dirent/getdents.c: Likewise.
28623         * dirent/getdents64.c: Likewise.
28624         * dirent/opendir.c: Likewise.
28625         * dirent/readdir.c: Likewise.
28626         * dirent/readdir64.c: Likewise.
28627         * dirent/readdir64_r.c: Likewise.
28628         * dirent/readdir_r.c: Likewise.
28629         * dirent/rewinddir.c: Likewise.
28630         * dirent/seekdir.c: Likewise.
28631         * dirent/telldir.c: Likewise.
28632         * gmon/profil.c: Likewise.
28633         * grp/setgroups.c: Likewise.
28634         * inet/if_index.c: Likewise.
28635         * io/access.c: Likewise.
28636         * io/chdir.c: Likewise.
28637         * io/chmod.c: Likewise.
28638         * io/chown.c: Likewise.
28639         * io/close.c: Likewise.
28640         * io/dup.c: Likewise.
28641         * io/dup2.c: Likewise.
28642         * io/dup3.c: Likewise.
28643         * io/euidaccess.c: Likewise.
28644         * io/faccessat.c: Likewise.
28645         * io/fchdir.c: Likewise.
28646         * io/fchmod.c: Likewise.
28647         * io/fchmodat.c: Likewise.
28648         * io/fchown.c: Likewise.
28649         * io/fchownat.c: Likewise.
28650         * io/fcntl.c: Likewise.
28651         * io/flock.c: Likewise.
28652         * io/fstatfs.c: Likewise.
28653         * io/fstatfs64.c: Likewise.
28654         * io/fstatvfs.c: Likewise.
28655         * io/fstatvfs64.c: Likewise.
28656         * io/futimens.c: Likewise.
28657         * io/fxstat.c: Likewise.
28658         * io/fxstat64.c: Likewise.
28659         * io/fxstatat.c: Likewise.
28660         * io/fxstatat64.c: Likewise.
28661         * io/getcwd.c: Likewise.
28662         * io/isatty.c: Likewise.
28663         * io/lchmod.c: Likewise.
28664         * io/lchown.c: Likewise.
28665         * io/link.c: Likewise.
28666         * io/linkat.c: Likewise.
28667         * io/lseek.c: Likewise.
28668         * io/lseek64.c: Likewise.
28669         * io/lxstat64.c: Likewise.
28670         * io/mkdir.c: Likewise.
28671         * io/mkdirat.c: Likewise.
28672         * io/mkfifo.c: Likewise.
28673         * io/mkfifoat.c: Likewise.
28674         * io/open.c: Likewise.
28675         * io/open64.c: Likewise.
28676         * io/openat.c: Likewise.
28677         * io/openat64.c: Likewise.
28678         * io/pipe.c: Likewise.
28679         * io/pipe2.c: Likewise.
28680         * io/poll.c: Likewise.
28681         * io/posix_fadvise.c: Likewise.
28682         * io/posix_fadvise64.c: Likewise.
28683         * io/posix_fallocate.c: Likewise.
28684         * io/posix_fallocate64.c: Likewise.
28685         * io/read.c: Likewise.
28686         * io/readlink.c: Likewise.
28687         * io/readlinkat.c: Likewise.
28688         * io/rmdir.c: Likewise.
28689         * io/sendfile.c: Likewise.
28690         * io/sendfile64.c: Likewise.
28691         * io/statfs.c: Likewise.
28692         * io/statfs64.c: Likewise.
28693         * io/statvfs.c: Likewise.
28694         * io/statvfs64.c: Likewise.
28695         * io/symlink.c: Likewise.
28696         * io/symlinkat.c: Likewise.
28697         * io/ttyname.c: Likewise.
28698         * io/ttyname_r.c: Likewise.
28699         * io/umask.c: Likewise.
28700         * io/unlink.c: Likewise.
28701         * io/unlinkat.c: Likewise.
28702         * io/utime.c: Likewise.
28703         * io/utimensat.c: Likewise.
28704         * io/write.c: Likewise.
28705         * io/xmknod.c: Likewise.
28706         * io/xmknodat.c: Likewise.
28707         * io/xstat.c: Likewise.
28708         * io/xstat64.c: Likewise.
28709         * login/getpt.c: Likewise.
28710         * login/grantpt.c: Likewise.
28711         * login/unlockpt.c: Likewise.
28712         * math/e_acoshl.c: Likewise.
28713         * math/e_acosl.c: Likewise.
28714         * math/e_asinl.c: Likewise.
28715         * math/e_atan2l.c: Likewise.
28716         * math/e_atanhl.c: Likewise.
28717         * math/e_coshl.c: Likewise.
28718         * math/e_expl.c: Likewise.
28719         * math/e_fmodl.c: Likewise.
28720         * math/e_gammal_r.c: Likewise.
28721         * math/e_hypotl.c: Likewise.
28722         * math/e_j0l.c: Likewise.
28723         * math/e_j1l.c: Likewise.
28724         * math/e_jnl.c: Likewise.
28725         * math/e_lgammal_r.c: Likewise.
28726         * math/e_log10l.c: Likewise.
28727         * math/e_log2l.c: Likewise.
28728         * math/e_logl.c: Likewise.
28729         * math/e_powl.c: Likewise.
28730         * math/e_rem_pio2l.c: Likewise.
28731         * math/e_sinhl.c: Likewise.
28732         * math/e_sqrtl.c: Likewise.
28733         * math/fclrexcpt.c: Likewise.
28734         * math/fedisblxcpt.c: Likewise.
28735         * math/feenablxcpt.c: Likewise.
28736         * math/fegetenv.c: Likewise.
28737         * math/fegetexcept.c: Likewise.
28738         * math/fegetround.c: Likewise.
28739         * math/feholdexcpt.c: Likewise.
28740         * math/fesetenv.c: Likewise.
28741         * math/fesetround.c: Likewise.
28742         * math/feupdateenv.c: Likewise.
28743         * math/fgetexcptflg.c: Likewise.
28744         * math/fraiseexcpt.c: Likewise.
28745         * math/fsetexcptflg.c: Likewise.
28746         * math/ftestexcept.c: Likewise.
28747         * math/k_cosl.c: Likewise.
28748         * math/k_rem_pio2l.c: Likewise.
28749         * math/k_sinl.c: Likewise.
28750         * math/k_tanl.c: Likewise.
28751         * math/s_asinhl.c: Likewise.
28752         * math/s_atanl.c: Likewise.
28753         * math/s_cbrtl.c: Likewise.
28754         * math/s_erfl.c: Likewise.
28755         * math/s_expm1l.c: Likewise.
28756         * math/s_log1pl.c: Likewise.
28757         * math/s_tanhl.c: Likewise.
28758         * misc/acct.c: Likewise.
28759         * misc/brk.c: Likewise.
28760         * misc/chflags.c: Likewise.
28761         * misc/chroot.c: Likewise.
28762         * misc/fchflags.c: Likewise.
28763         * misc/fgetxattr.c: Likewise.
28764         * misc/flistxattr.c: Likewise.
28765         * misc/fremovexattr.c: Likewise.
28766         * misc/fsetxattr.c: Likewise.
28767         * misc/fsync.c: Likewise.
28768         * misc/ftruncate.c: Likewise.
28769         * misc/futimes.c: Likewise.
28770         * misc/futimesat.c: Likewise.
28771         * misc/getdomain.c: Likewise.
28772         * misc/getdtsz.c: Likewise.
28773         * misc/gethostid.c: Likewise.
28774         * misc/gethostname.c: Likewise.
28775         * misc/getloadavg.c: Likewise.
28776         * misc/getpagesize.c: Likewise.
28777         * misc/getsysstats.c: Likewise.
28778         * misc/getxattr.c: Likewise.
28779         * misc/gtty.c: Likewise.
28780         * misc/ioctl.c: Likewise.
28781         * misc/lgetxattr.c: Likewise.
28782         * misc/listxattr.c: Likewise.
28783         * misc/llistxattr.c: Likewise.
28784         * misc/lremovexattr.c: Likewise.
28785         * misc/lsetxattr.c: Likewise.
28786         * misc/lutimes.c: Likewise.
28787         * misc/madvise.c: Likewise.
28788         * misc/mincore.c: Likewise.
28789         * misc/mlock.c: Likewise.
28790         * misc/mlockall.c: Likewise.
28791         * misc/mmap.c: Likewise.
28792         * misc/mprotect.c: Likewise.
28793         * misc/msync.c: Likewise.
28794         * misc/munlock.c: Likewise.
28795         * misc/munlockall.c: Likewise.
28796         * misc/munmap.c: Likewise.
28797         * misc/preadv.c: Likewise.
28798         * misc/preadv64.c: Likewise.
28799         * misc/ptrace.c: Likewise.
28800         * misc/pwritev.c: Likewise.
28801         * misc/pwritev64.c: Likewise.
28802         * misc/readv.c: Likewise.
28803         * misc/reboot.c: Likewise.
28804         * misc/remap_file_pages.c: Likewise.
28805         * misc/removexattr.c: Likewise.
28806         * misc/revoke.c: Likewise.
28807         * misc/select.c: Likewise.
28808         * misc/setdomain.c: Likewise.
28809         * misc/setegid.c: Likewise.
28810         * misc/seteuid.c: Likewise.
28811         * misc/sethostid.c: Likewise.
28812         * misc/sethostname.c: Likewise.
28813         * misc/setregid.c: Likewise.
28814         * misc/setreuid.c: Likewise.
28815         * misc/setxattr.c: Likewise.
28816         * misc/sstk.c: Likewise.
28817         * misc/stty.c: Likewise.
28818         * misc/swapoff.c: Likewise.
28819         * misc/swapon.c: Likewise.
28820         * misc/sync.c: Likewise.
28821         * misc/syncfs.c: Likewise.
28822         * misc/syscall.c: Likewise.
28823         * misc/truncate.c: Likewise.
28824         * misc/ualarm.c: Likewise.
28825         * misc/usleep.c: Likewise.
28826         * misc/ustat.c: Likewise.
28827         * misc/utimes.c: Likewise.
28828         * misc/vhangup.c: Likewise.
28829         * misc/writev.c: Likewise.
28830         * posix/_exit.c: Likewise.
28831         * posix/alarm.c: Likewise.
28832         * posix/execve.c: Likewise.
28833         * posix/fexecve.c: Likewise.
28834         * posix/fork.c: Likewise.
28835         * posix/fpathconf.c: Likewise.
28836         * posix/getaddrinfo.c: Likewise.
28837         * posix/getegid.c: Likewise.
28838         * posix/geteuid.c: Likewise.
28839         * posix/getgid.c: Likewise.
28840         * posix/getgroups.c: Likewise.
28841         * posix/getlogin.c: Likewise.
28842         * posix/getlogin_r.c: Likewise.
28843         * posix/getpgid.c: Likewise.
28844         * posix/getpid.c: Likewise.
28845         * posix/getppid.c: Likewise.
28846         * posix/getresgid.c: Likewise.
28847         * posix/getresuid.c: Likewise.
28848         * posix/getsid.c: Likewise.
28849         * posix/getuid.c: Likewise.
28850         * posix/glob64.c: Likewise.
28851         * posix/nanosleep.c: Likewise.
28852         * posix/pathconf.c: Likewise.
28853         * posix/pause.c: Likewise.
28854         * posix/posix_madvise.c: Likewise.
28855         * posix/pread.c: Likewise.
28856         * posix/pread64.c: Likewise.
28857         * posix/pwrite.c: Likewise.
28858         * posix/pwrite64.c: Likewise.
28859         * posix/sched_getaffinity.c: Likewise.
28860         * posix/sched_getp.c: Likewise.
28861         * posix/sched_gets.c: Likewise.
28862         * posix/sched_primax.c: Likewise.
28863         * posix/sched_primin.c: Likewise.
28864         * posix/sched_rr_gi.c: Likewise.
28865         * posix/sched_setaffinity.c: Likewise.
28866         * posix/sched_setp.c: Likewise.
28867         * posix/sched_sets.c: Likewise.
28868         * posix/sched_yield.c: Likewise.
28869         * posix/setgid.c: Likewise.
28870         * posix/setlogin.c: Likewise.
28871         * posix/setpgid.c: Likewise.
28872         * posix/setresgid.c: Likewise.
28873         * posix/setresuid.c: Likewise.
28874         * posix/setsid.c: Likewise.
28875         * posix/setuid.c: Likewise.
28876         * posix/sleep.c: Likewise.
28877         * posix/spawni.c: Likewise.
28878         * posix/sysconf.c: Likewise.
28879         * posix/times.c: Likewise.
28880         * posix/wait.c: Likewise.
28881         * posix/wait3.c: Likewise.
28882         * posix/wait4.c: Likewise.
28883         * posix/waitpid.c: Likewise.
28884         * resolv/gai_sigqueue.c: Likewise.
28885         * resource/getpriority.c: Likewise.
28886         * resource/getrlimit.c: Likewise.
28887         * resource/getrusage.c: Likewise.
28888         * resource/nice.c: Likewise.
28889         * resource/setpriority.c: Likewise.
28890         * resource/setrlimit.c: Likewise.
28891         * resource/ulimit.c: Likewise.
28892         * rt/aio_cancel.c: Likewise.
28893         * rt/aio_fsync.c: Likewise.
28894         * rt/aio_read.c: Likewise.
28895         * rt/aio_sigqueue.c: Likewise.
28896         * rt/aio_suspend.c: Likewise.
28897         * rt/aio_write.c: Likewise.
28898         * rt/clock_getres.c: Likewise.
28899         * rt/clock_gettime.c: Likewise.
28900         * rt/clock_nanosleep.c: Likewise.
28901         * rt/clock_settime.c: Likewise.
28902         * rt/lio_listio.c: Likewise.
28903         * rt/mq_close.c: Likewise.
28904         * rt/mq_getattr.c: Likewise.
28905         * rt/mq_notify.c: Likewise.
28906         * rt/mq_open.c: Likewise.
28907         * rt/mq_receive.c: Likewise.
28908         * rt/mq_send.c: Likewise.
28909         * rt/mq_setattr.c: Likewise.
28910         * rt/mq_timedreceive.c: Likewise.
28911         * rt/mq_timedsend.c: Likewise.
28912         * rt/mq_unlink.c: Likewise.
28913         * rt/shm_open.c: Likewise.
28914         * rt/shm_unlink.c: Likewise.
28915         * rt/timer_create.c: Likewise.
28916         * rt/timer_delete.c: Likewise.
28917         * rt/timer_getoverr.c: Likewise.
28918         * rt/timer_gettime.c: Likewise.
28919         * rt/timer_settime.c: Likewise.
28920         * setjmp/__longjmp.c: Likewise.
28921         * setjmp/setjmp.c: Likewise.
28922         * signal/kill.c: Likewise.
28923         * signal/killpg.c: Likewise.
28924         * signal/raise.c: Likewise.
28925         * signal/sigaction.c: Likewise.
28926         * signal/sigaltstack.c: Likewise.
28927         * signal/sigblock.c: Likewise.
28928         * signal/sigignore.c: Likewise.
28929         * signal/sigintr.c: Likewise.
28930         * signal/signal.c: Likewise.
28931         * signal/sigpause.c: Likewise.
28932         * signal/sigpending.c: Likewise.
28933         * signal/sigqueue.c: Likewise.
28934         * signal/sigreturn.c: Likewise.
28935         * signal/sigset.c: Likewise.
28936         * signal/sigsetmask.c: Likewise.
28937         * signal/sigstack.c: Likewise.
28938         * signal/sigsuspend.c: Likewise.
28939         * signal/sigtimedwait.c: Likewise.
28940         * signal/sigvec.c: Likewise.
28941         * signal/sigwait.c: Likewise.
28942         * signal/sigwaitinfo.c: Likewise.
28943         * signal/sysv_signal.c: Likewise.
28944         * socket/accept.c: Likewise.
28945         * socket/accept4.c: Likewise.
28946         * socket/bind.c: Likewise.
28947         * socket/connect.c: Likewise.
28948         * socket/getpeername.c: Likewise.
28949         * socket/getsockname.c: Likewise.
28950         * socket/getsockopt.c: Likewise.
28951         * socket/isfdtype.c: Likewise.
28952         * socket/listen.c: Likewise.
28953         * socket/recv.c: Likewise.
28954         * socket/recvfrom.c: Likewise.
28955         * socket/recvmsg.c: Likewise.
28956         * socket/send.c: Likewise.
28957         * socket/sendmsg.c: Likewise.
28958         * socket/sendto.c: Likewise.
28959         * socket/setsockopt.c: Likewise.
28960         * socket/shutdown.c: Likewise.
28961         * socket/sockatmark.c: Likewise.
28962         * socket/socket.c: Likewise.
28963         * socket/socketpair.c: Likewise.
28964         * stdio-common/ctermid.c: Likewise.
28965         * stdio-common/cuserid.c: Likewise.
28966         * stdio-common/remove.c: Likewise.
28967         * stdio-common/rename.c: Likewise.
28968         * stdio-common/renameat.c: Likewise.
28969         * stdio-common/tempname.c: Likewise.
28970         * stdlib/getcontext.c: Likewise.
28971         * stdlib/makecontext.c: Likewise.
28972         * stdlib/setcontext.c: Likewise.
28973         * stdlib/swapcontext.c: Likewise.
28974         * stdlib/system.c: Likewise.
28975         * streams/fattach.c: Likewise.
28976         * streams/fdetach.c: Likewise.
28977         * streams/getmsg.c: Likewise.
28978         * streams/getpmsg.c: Likewise.
28979         * streams/putmsg.c: Likewise.
28980         * streams/putpmsg.c: Likewise.
28981         * sysdeps/unix/bsd/getpt.c: Likewise.
28982         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28983         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28984         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28986         Likewise.
28987         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28988         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28989         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28990         * sysvipc/msgctl.c: Likewise.
28991         * sysvipc/msgget.c: Likewise.
28992         * sysvipc/msgrcv.c: Likewise.
28993         * sysvipc/msgsnd.c: Likewise.
28994         * sysvipc/semctl.c: Likewise.
28995         * sysvipc/semget.c: Likewise.
28996         * sysvipc/semop.c: Likewise.
28997         * sysvipc/semtimedop.c: Likewise.
28998         * sysvipc/shmat.c: Likewise.
28999         * sysvipc/shmctl.c: Likewise.
29000         * sysvipc/shmdt.c: Likewise.
29001         * sysvipc/shmget.c: Likewise.
29002         * termios/tcdrain.c: Likewise.
29003         * termios/tcflow.c: Likewise.
29004         * termios/tcflush.c: Likewise.
29005         * termios/tcgetattr.c: Likewise.
29006         * termios/tcgetpgrp.c: Likewise.
29007         * termios/tcsendbrk.c: Likewise.
29008         * termios/tcsetattr.c: Likewise.
29009         * termios/tcsetpgrp.c: Likewise.
29010         * time/adjtime.c: Likewise.
29011         * time/clock.c: Likewise.
29012         * time/getitimer.c: Likewise.
29013         * time/gettimeofday.c: Likewise.
29014         * time/setitimer.c: Likewise.
29015         * time/settimeofday.c: Likewise.
29016         * time/stime.c: Likewise.
29017         * time/time.c: Likewise.
29018
29019 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29020
29021         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29022         /usr/old/bin.
29023
29024         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29025         instead of spaces.
29026         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29027
29028 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29029
29030         [BZ #14796]
29031         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29032         FE_TONEAREST before applying Dekker multiplication and Knuth
29033         addition.  Clear inexact exceptions and check for exact zero
29034         results afterwards.
29035         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29036         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29037         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29038         * math/libm-test.inc (fma_test): Add more tests.
29039         (fma_test_towardzero): Likewise.
29040         (fma_test_downward): Likewise.
29041         (fma_test_upward): Likewise.
29042         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29043         function.
29044         (libc_fesetround): New macro.
29045         (libc_fesetroundf): Likewise.
29046         (libc_fesetroundl): Likewise.
29047         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29048         function.
29049         (libc_fesetround_387): Likewise.
29050         (libc_fesetroundf): New macro.
29051         (libc_fesetround): Likewise.
29052         (libc_fesetroundl): Likewise.
29053         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29054         function.
29055         (libc_fesetroundf): New macro.
29056         (libc_fesetround): Likewise.
29057         (libc_fesetroundl): Likewise.
29058         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29059         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29060         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29061         libm_hidden_ver.
29062         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29063         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29064         libm_hidden_def.
29065         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29066         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29067         libm_hidden_ver.
29068         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29069         libm_hidden_def.
29070
29071         [BZ #3439]
29072         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29073         integer constant usable in #if and use that to give value to enum
29074         constant.
29075         (FE_DIVBYZERO): Likewise.
29076         (FE_UNDERFLOW): Likewise.
29077         (FE_OVERFLOW): Likewise.
29078         (FE_INVALID): Likewise.
29079         (FE_INVALID_SNAN): Likewise.
29080         (FE_INVALID_ISI): Likewise.
29081         (FE_INVALID_IDI): Likewise.
29082         (FE_INVALID_ZDZ): Likewise.
29083         (FE_INVALID_IMZ): Likewise.
29084         (FE_INVALID_COMPARE): Likewise.
29085         (FE_INVALID_SOFTWARE): Likewise.
29086         (FE_INVALID_SQRT): Likewise.
29087         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29088         (FE_TONEAREST): Likewise.
29089         (FE_TOWARDZERO): Likewise.
29090         (FE_UPWARD): Likewise.
29091         (FE_DOWNWARD): Likewise.
29092         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29093         (FE_DIVBYZERO): Likewise.
29094         (FE_OVERFLOW): Likewise.
29095         (FE_UNDERFLOW): Likewise.
29096         (FE_INEXACT): Likewise.
29097         (FE_TONEAREST): Likewise.
29098         (FE_DOWNWARD): Likewise.
29099         (FE_UPWARD): Likewise.
29100         (FE_TOWARDZERO): Likewise.
29101         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29102         (FE_UNDERFLOW): Likewise.
29103         (FE_OVERFLOW): Likewise.
29104         (FE_DIVBYZERO): Likewise.
29105         (FE_INVALID): Likewise.
29106         (FE_TONEAREST): Likewise.
29107         (FE_TOWARDZERO): Likewise.
29108         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29109         (FE_OVERFLOW): Likewise.
29110         (FE_UNDERFLOW): Likewise.
29111         (FE_DIVBYZERO): Likewise.
29112         (FE_INEXACT): Likewise.
29113         (FE_TONEAREST): Likewise.
29114         (FE_TOWARDZERO): Likewise.
29115         (FE_UPWARD): Likewise.
29116         (FE_DOWNWARD): Likewise.
29117         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29118         (FE_DIVBYZERO): Likewise.
29119         (FE_OVERFLOW): Likewise.
29120         (FE_UNDERFLOW): Likewise.
29121         (FE_INEXACT): Likewise.
29122         (FE_TONEAREST): Likewise.
29123         (FE_DOWNWARD): Likewise.
29124         (FE_UPWARD): Likewise.
29125         (FE_TOWARDZERO): Likewise.
29126
29127 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29128
29129         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29130
29131 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29132
29133         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29134         commands.  Quote $PWD.
29135         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29136         -x" by "export".
29137         (remove_newlines): Remove.
29138
29139 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29140
29141         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29142         * stdlib/stdlib.h (atof): Moved to ...
29143         * include/bits/stdlib-float.h: Here.  New file.
29144         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29145         * stdlib/bits/stdlib-float.h: New file.
29146         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29147         -mno-sse -mno-mmx.
29148         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29149         <xmmintrin.h>.
29150
29151 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29152
29153         * conform/conformtest.pl (@headers): Add fenv.h.
29154         * conform/data/fenv.h-data: New file.
29155         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29156         include of <math/fenv.h>.
29157
29158         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29159         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29160         && !UNIX98].  Enables tests for XOPEN2K8.
29161         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29162         POSIX2008]: Likewise.
29163
29164         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29165         (struct rusage): Do not expect type or its members.
29166
29167         [BZ #3439]
29168         * math/math.h (FP_NAN): Define macro to integer constant usable in
29169         #if and use that to give value to enum constant.
29170         (FP_INFINITE): Likewise.
29171         (FP_ZERO): Likewise.
29172         (FP_SUBNORMAL): Likewise.
29173         (FP_NORMAL): Likewise.
29174
29175 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29176
29177         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29178         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29179         arguments.
29180
29181 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29182
29183         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29184         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29185         autoconf-time if not.
29186         * configure.in: Remove AC_PREREQ.
29187
29188 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29189
29190         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29191         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29192         of the internal implementation.
29193
29194 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29195
29196         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29197         except include of <misc/sys/syslog.h>.
29198
29199 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29200
29201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29202         function returns with a NULL context exit with zero.
29203
29204 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29205
29206         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29207
29208 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29209
29210         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29211         (run_program_cmd): This.
29212         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29213         (tst_langinfo): New variable.  Use it.
29214
29215 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29216
29217         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29218         floating point opcodes.
29219
29220 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29221
29222         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29223         variable.
29224
29225         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29226
29227         * sysdeps/mach/hurd/powerpc: Remove directory.
29228         * sysdeps/mach/powerpc: Likewise.
29229
29230 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29231
29232         * scripts/check-local-headers.sh: Ignore c++ headers.
29233
29234 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29235
29236         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29237         __libc_cleanup_region_start argument.
29238
29239 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29240
29241         [BZ #14784]
29242         [BZ #14785]
29243         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29244         x * y using scaling, not as x * y + z.
29245         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29246         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29247         * math/libm-test.inc (fma_test): Add more tests.
29248         (fma_test_towardzero): Likewise.
29249         (fma_test_downward): Likewise.
29250         (fma_test_upward): Likewise.
29251
29252 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29253
29254         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29255
29256 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29257
29258         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29259         New variable.
29260
29261 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29262
29263         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29264
29265 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29266
29267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29268         Fix sort order.
29269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29270         Likewise.
29271
29272 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29273
29274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29275         Fix the order of the list for glibc 2.17.
29276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29277         Likewise.
29278
29279 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29280
29281         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29282
29283 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29284
29285         [BZ #14610]
29286         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29287         for low part of x being zero before using __atanl (y).
29288         * math/libm-test.inc (atan2_test): Add another test.
29289
29290         * manual/install.texi (Configuring and compiling): Document
29291         general use of test-wrapper and test-wrapper-env.
29292         * INSTALL: Regenerated.
29293
29294         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29295         (__fma): Do not extract and scale down low bits on after-rounding
29296         systems when result rounded to normal precision would have normal
29297         exponent.
29298         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29299         (__fmal): Do not extract and scale down low bits on after-rounding
29300         systems when result rounded to normal precision would have normal
29301         exponent.
29302         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29303         (__fmal): Do not extract and scale down low bits on after-rounding
29304         systems when result rounded to normal precision would have normal
29305         exponent.
29306         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29307         macro.
29308         (fma_test): Add more tests.
29309         (fma_test_towardzero): Likewise.
29310         (fma_test_downward): Likewise.
29311         (fma_test_upward): Likewise.
29312
29313 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29314
29315         * sysdeps/i386/tininess.h: Renamed to ...
29316         * sysdeps/x86/tininess.h: This.
29317         * sysdeps/x86_64/tininess.h: Removed.
29318
29319 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29320
29321         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29322         input.  Use $(build-program-cmd).
29323         ($(objpfx)tst-array1-static.out): Likewise.
29324         ($(objpfx)tst-array2.out): Likewise.
29325         ($(objpfx)tst-array3.out): Likewise.
29326         ($(objpfx)tst-array4.out): Likewise.
29327         ($(objpfx)tst-array5.out): Likewise.
29328         ($(objpfx)tst-array5-static.out): Likewise.
29329
29330 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29331
29332         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29333         if defined.
29334
29335         * nss/nsswitch.h (nss_interface_function): Provide new
29336         macro for use with NSS functions.
29337         * grp/initgroups.c: Use new macro.
29338         * nss/getXXbyYY.c: Likewise.
29339         * nss/getXXbyYY_r.c: Likewise.
29340         * nss/getXXent.c: Likewise.
29341         * nss/getXXent_r.c: Likewise.
29342         * sysdeps/posix/getaddrinfo.c: Likewise.
29343
29344 2012-10-30  Andreas Jaeger  <aj@suse.de>
29345
29346         * po/ru.po: Update Russion translation from translation project.
29347
29348 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29349
29350         [BZ #14152]
29351         [BZ #14783]
29352         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29353         result and shift together with sticky bit instead of replicating
29354         round-to-nearest rounding.
29355         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29356         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29357         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29358         missing underflow exceptions.
29359         (fma_test_towardzero): Add more tests.
29360         (fma_test_downward): Likewise.
29361         (fma_test_upward): Likewise.
29362
29363         [BZ #14047]
29364         * sysdeps/generic/tininess.h: New file.
29365         * sysdeps/i386/tininess.h: Likewise.
29366         * sysdeps/sh/tininess.h: Likewise.
29367         * sysdeps/x86_64/tininess.h: Likewise.
29368         * stdlib/tst-strtod-underflow.c: Likewise.
29369         * stdlib/tst-tininess.c: Likewise.
29370         * stdlib/strtod_l.c: Include <tininess.h>.
29371         (round_and_return): Do not set errno for exact underflow cases.
29372         Force an underflow exception when setting errno for underflow.
29373         Determine underflow based on rounding to normal precision if
29374         TININESS_AFTER_ROUNDING.
29375         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29376         ERANGE for exact underflow cases.
29377         * stdlib/Makefile (tests): Add tst-tininess and
29378         tst-strtod-underflow.
29379         ($(objpfx)tst-tininess): Use $(link-libm).
29380         ($(objpfx)tst-strtod-underflow): Likewise.
29381
29382 2012-10-30  Andreas Jaeger  <aj@suse.de>
29383
29384         [BZ#14767]
29385         * elf/Makefile (tests): Remove conditional for have-initfini-array
29386         since this is now always required and the variable does not exist
29387         anymore.
29388         (tests-static): Likewise.
29389         (modules-names): Likewise.
29390
29391         * po/eo.po: Add Esperanto translation from translation project.
29392
29393         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29394         merged with constructor/destructor.
29395         (init_array): Likewise.
29396         * elf/tst-array2dep.c (fini_array): Likewise.
29397         (init_array): Likewise.
29398
29399 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29400
29401         * manual/message.texi: Delete @cartouche tags.
29402
29403 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29404
29405         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29406         EOPNOTSUPP.
29407         * sysdeps/mach/hurd/fsync.c: Likewise.
29408
29409         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29410         [_POSIX_REALTIME_SIGNALS]: Change condition to
29411         [_POSIX_REALTIME_SIGNALS > 0].
29412
29413 2012-10-27  Andreas Jaeger  <aj@suse.de>
29414
29415         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29416         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29417         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29418         [__WORDSIZE != 64]: Likewise.
29419
29420 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29421
29422         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29423         *  iconvdata/tst-tables.sh: Likewise.
29424
29425 2012-10-25  David S. Miller  <davem@davemloft.net>
29426
29427         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29428         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29429         of strtoull.
29430
29431         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29432         ifunc-impl-list.c
29433         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29434         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29435         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29436         file.
29437
29438 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29439
29440         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29441         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29442         __getdirentries.
29443
29444 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29445             Jim Blandy  <jimb@codesourcery.com>
29446
29447         * scripts/cross-test-ssh.sh: New file.
29448         * manual/install.texi (Configuring and compiling): Document use of
29449         cross-test-ssh.sh.
29450         * INSTALL: Regenerated.
29451
29452 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29453
29454         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29455         EOPNOTSUPP.
29456
29457 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29458
29459         * Makeconfig (run-program-prefix): Fix comment.
29460
29461 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29462             Jim Blandy  <jimb@codesourcery.com>
29463
29464         * Makeconfig (test-wrapper): New variable,
29465         (test-wrapper-env): Likewise.
29466         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29467         (run-built-tests): Define to yes.
29468         (run-program-prefix): Use $(test-wrapper).
29469         (built-program-cmd): Likewise.
29470         * Rules (make-test-out): Use $(test-wrapper-env) and
29471         $(host-built-program-cmd).
29472         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29473         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29474         tst-pathopt.sh.
29475         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29476         $(test-wrapper-env) to tst-rtld-load-self.sh.
29477         ($(objpfx)order2.out): Use $(test-wrapper).
29478         ($(objpfx)tst-initorder.out): Likewise.
29479         ($(objpfx)tst-initorder2.out): Likewise.
29480         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29481         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29482         (test_wrapper_env): New variable.  Use it to run ld.so.
29483         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29484         Use it to run ld.so.
29485         (test_wrapper_env): Likewise.
29486         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29487         $(test-wrapper) to run-iconv-test.sh.
29488         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29489         (ICONV): Use $test_wrapper.
29490         * posix/Makefile ($(objpfx)globtest.out): Pass
29491         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29492         globtest.sh, not $(run-program-prefix).
29493         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29494         (test_wrapper): Likewise.
29495         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29496         set together with run_via_rtld_prefix.
29497         (run_program_prefix): Define in terms of test_wrapper and
29498         run_via_rtld_prefix.
29499
29500 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29501
29502         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29503         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29504         Targets removed.
29505
29506         [BZ #14743]
29507         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29508         Declare __clock_getres, __clock_gettime, __clock_settime,
29509         __clock_nanosleep, and __clock_getcpuclockid.
29510         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29511         Remove librt_hidden_def (clock_gettime).
29512         * sysdeps/unix/clock_gettime.c: Likewise.
29513         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29514         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29515         * rt/clock_getres.c: Define __clock_getres as an alias.
29516         * sysdeps/posix/clock_getres.c: Likewise.
29517         * rt/clock_settime.c: Define __clock_settime as an alias.
29518         * sysdeps/unix/clock_settime.c: Likewise.
29519         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29520         * sysdeps/unix/clock_nanosleep.c: Likewise.
29521         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29522         * rt/clock-compat.c: New file.
29523         * rt/Makefile (librt-routines): Add clock-compat and move
29524         $(clock-routines) to ...
29525         (routines): ... here, new variable.
29526         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29527         Don't add get_clockfreq here.
29528         * rt/Versions (libc: GLIBC_2.17): New version set.
29529         Add clock_* symbols here.
29530         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29531         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29532         (GLIBC_2.17): Add clock_* symbols.
29533         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29534         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29535         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29537         Likewise.
29538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29539         Likewise.
29540         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29541         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29542         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29543         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29544         * NEWS: Mention the move.
29545
29546         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29547         Use __open, __read, __close rather than their public counterparts.
29548         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29549         (__get_clockfreq_via_cpuinfo): Likewise.
29550         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29551         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29552
29553         * config.h.in (HAVE_IFUNC): New #undef.
29554         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29555         was successful.
29556         * configure: Regenerated.
29557
29558 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29559
29560         * configure.in: Move READELF check to start of file.
29561         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29562         libc_cv_asm_gnu_indirect_function in the process.
29563         * configure: Regenerated.
29564
29565 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29566
29567         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29568         send the output to /dev/null.
29569         (libc_cv_cc_with_libunwind): Likewise.
29570         (libc_cv_as_noexecstack): Likewise.
29571         * configure: Regenerate.
29572
29573 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29574
29575         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29576
29577         * posix/globtest.sh (TMPDIR): Do not set.
29578         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29579         (testout): Likewise.
29580
29581 2012-10-24  Andreas Jaeger  <aj@suse.de>
29582
29583         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29584         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29585         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29586         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29587         posix_fadvise64, posix_fallocate64.
29588
29589         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29590         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29591         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29592         Likewise.
29593         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29594         Likewise.
29595         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29596
29597         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29598         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29599         <bits/fcntl-linux.h>.
29600         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29601
29602         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29603         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29604         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29605         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29606         [__WORDSIZE != 64]: Likewise.
29607
29608 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29609
29610         * Makeconfig (run-built-tests): New variable.
29611         * Rules [$(cross-compiling) = yes]: Change condition to
29612         [$(run-built-tests) = no].
29613         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29614         to [$(run-built-tests) = yes].
29615         * elf/Makefile [$(cross-compiling) = no]: Likewise
29616         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29617         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29618         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29619         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29620         * io/Makefile [$(cross-compiling) = no]: Likewise.
29621         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29622         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29623         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29624         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29625         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29626         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29627         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29628         * string/Makefile [$(cross-compiling) = no]: Likewise.
29629
29630         * posix/Makefile ($(objpfx)globtest.out): Pass
29631         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29632         $(rtld-installed-name).
29633         * posix/globtest.sh (elf_objpfx): Remove variable.
29634         (rtld_installed_name): Likewise.
29635         (library_path): Likewise.
29636         (run_program_prefix): New variable.  Use for running globtest
29637         binary.
29638
29639 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29640             Joseph Myers  <joseph@codesourcery.com>
29641
29642         * Makeconfig (host-built-program-cmd): New variable.
29643         * elf/Makefile (tst-stackguard1-ARGS): Use
29644         $(host-built-program-cmd).
29645         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29646         (tst-spawn-ARGS): Likewise.
29647         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29648
29649 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29650             Jim Blandy  <jimb@codesourcery.com>
29651
29652         * Makeconfig (run-via-rtld-prefix): New variable.
29653         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29654         (built-program-cmd): Likewise.
29655
29656 2012-10-22  Andreas Jaeger  <aj@suse.de>
29657
29658         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29659         __O_RSYNC if it exists, otherwise to O_SYNC.
29660
29661 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29662             Joseph Myers  <joseph@codesourcery.com>
29663
29664         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29665         /dev/null.
29666         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29667         from /dev/null
29668         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29669         /dev/null.
29670
29671 2012-10-22  Andreas Jaeger  <aj@suse.de>
29672
29673         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29674         Define always.
29675         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29676
29677         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29678         bits/fcntl-linux.h.
29679
29680         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29681         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29682
29683         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29684         to __O_LARGEFILE.
29685         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29686         to __O_LARGEFILE.
29687
29688 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29689             Joseph Myers  <joseph@codesourcery.com>
29690
29691         * config.make.in (NM): New variable.
29692
29693 2012-10-21  Andreas Jaeger  <aj@suse.de>
29694
29695         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29696         definitions and declarations that are provided by
29697         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29698
29699 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29700
29701         [BZ #14683]
29702         * elf/Makefile (tests-static): Add tst-leaks1-static.
29703         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29704         ($(objpfx)tst-leaks1-static): New rule.
29705         ($(objpfx)tst-leaks1-static-mem): Likewise.
29706         (tst-leaks1-static-ENV): New macro.
29707         * elf/dl-open.c (dl_open_worker): Check the main application
29708         only if SHARED is defined.
29709         * elf/tst-leaks1-static.c: New file.
29710
29711 2012-10-20  Andreas Jaeger  <aj@suse.de>
29712
29713         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29714         generic values for Linux.
29715         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29716         and declarations that are provided by <bits/fcntl-linux.h> and
29717         include <bits/fcntl-linux.h>.
29718         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29719         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29720
29721 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29722
29723         * io/fcntl.h: Move include of <bits/types.h> to the top and
29724         include it unconditionally.
29725
29726 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29727
29728         * wcsmbs/Makefile (tests-ifunc): New variable.
29729         (tests): Add $(tests-ifunc).
29730         * wcsmbs/test-wcschr-ifunc.c: New file.
29731         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29732         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29733         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29734         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29735         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29736
29737         * string/Makefile (tests-ifunc): New variable.
29738         (tests): Add $(tests-ifunc).
29739         * string/test-memccpy.c (TEST_NAME): New macro.
29740         * string/test-memchr.c (TEST_NAME): Likewise.
29741         * string/test-memcmp.c (TEST_NAME): Likewise.
29742         * string/test-memcpy.c (TEST_NAME): Likewise.
29743         * string/test-memmem.c (TEST_NAME): Likewise.
29744         * string/test-memmove.c (TEST_NAME): Likewise.
29745         * string/test-memset.c (TEST_NAME): Likewise.
29746         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29747         * string/test-stpcpy.c (TEST_NAME): Likewise.
29748         * string/test-stpncpy.c (TEST_NAME): Likewise.
29749         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29750         * string/test-strcasestr.c (TEST_NAME): Likewise.
29751         * string/test-strcat.c (TEST_NAME): Likewise.
29752         * string/test-strchr.c (TEST_NAME): Likewise.
29753         * string/test-strcmp.c(TEST_NAME): Likewise.
29754         * string/test-strcpy.c (TEST_NAME): Likewise.
29755         * string/test-strcspn.c (TEST_NAME): Likewise.
29756         * string/test-strlen.c (TEST_NAME): Likewise.
29757         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29758         * string/test-strncmp.c (TEST_NAME): Likewise.
29759         * string/test-strncpy.c (TEST_NAME): Likewise.
29760         * string/test-strnlen.c (TEST_NAME): Likewise.
29761         * string/test-strpbrk.c (TEST_NAME): Likewise.
29762         * string/test-strrchr.c (TEST_NAME): Likewise.
29763         * string/test-strspn.c (TEST_NAME): Likewise.
29764         * string/test-strstr.c (TEST_NAME): Likewise.
29765         * string/test-bcopy-ifunc.c: New file.
29766         * string/test-bzero-ifunc.c: Likewise.
29767         * string/test-memccpy-ifunc.c: Likewise.
29768         * string/test-memchr-ifunc.c: Likewise.
29769         * string/test-memcmp-ifunc.c: Likewise.
29770         * string/test-memcpy-ifunc.c: Likewise.
29771         * string/test-memmem-ifunc.c: Likewise.
29772         * string/test-memmove-ifunc.c: Likewise.
29773         * string/test-mempcpy-ifunc.c: Likewise.
29774         * string/test-memset-ifunc.c: Likewise.
29775         * string/test-rawmemchr-ifunc.c: Likewise.
29776         * string/test-stpcpy-ifunc.c: Likewise.
29777         * string/test-stpncpy-ifunc.c: Likewise.
29778         * string/test-strcasecmp-ifunc.c: Likewise.
29779         * string/test-strcasestr-ifunc.c: Likewise.
29780         * string/test-strcat-ifunc.c: Likewise.
29781         * string/test-strchr-ifunc.c: Likewise.
29782         * string/test-strchrnul-ifunc.c: Likewise.
29783         * string/test-strcmp-ifunc.c: Likewise.
29784         * string/test-strcpy-ifunc.c: Likewise.
29785         * string/test-strcspn-ifunc.c: Likewise.
29786         * string/test-strlen-ifunc.c: Likewise.
29787         * string/test-strncasecmp-ifunc.c: Likewise.
29788         * string/test-strncat-ifunc.c: Likewise.
29789         * string/test-strncmp-ifunc.c: Likewise.
29790         * string/test-strncpy-ifunc.c: Likewise.
29791         * string/test-strnlen-ifunc.c: Likewise.
29792         * string/test-strpbrk-ifunc.c: Likewise.
29793         * string/test-strrchr-ifunc.c: Likewise.
29794         * string/test-strspn-ifunc.c: Likewise.
29795         * string/test-strstr-ifunc.c: Likewise.
29796
29797         * debug/Makefile (tests-ifunc): New variable.
29798         (tests): Add $(tests-ifunc).
29799         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29800         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29801         * debug/test-stpcpy_chk-ifunc.c: New file.
29802         * debug/test-strcpy_chk-ifunc.c: Likewise.
29803
29804 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29805
29806         [BZ #13601]
29807         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29808         header is not read in.
29809
29810 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29811
29812         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29813         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29814         directly.  Pass built executable to script as
29815         $(built-program-cmd).
29816         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29817         $testprogram without using LD_LIBRARY_PATH and $ldso.
29818
29819         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29820         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29821         $(rtld-installed-name).
29822         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29823         (rtld_installed_name): Likewise.
29824         (library_path): Likewise.
29825         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29826         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29827         $(run-program-prefix) to tst-tables.sh.
29828         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29829         it to run tst-table-from and tst-table-to.
29830         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29831         Pass it to tst-table.sh.
29832         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29833         $(run-program-prefix) to tst-gettext.sh.
29834         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29835         tst-translit.sh.
29836         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29837         tst-gettext2.sh.
29838         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29839         to run tst-gettext.
29840         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29841         to run tst-gettext2.
29842         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29843         to run tst-translit.
29844         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29845         $(run-program-prefix) to tst-mtrace.sh.
29846         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29847         to run tst-mtrace.
29848         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29849         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29850         $(rtld-installed-name).
29851         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29852         (rtld_installed_name): Likewise.
29853         (run_program_prefix): New variable.  Use it to run wordexp-test.
29854
29855         * Makeconfig (ARCH): Remove all definitions.
29856         (machine): Likewise.
29857         [ARCH]: Remove conditional code.
29858         [!objdir]: Give error.
29859         [!objdir] (objpfx): Remove.
29860         [!objdir] (common-objpfx): Likewise.
29861         [!objdir] (common-objdir): Likewise.
29862         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29863         AC_CONFIG_FILES call.
29864         * configure: Regenerated.
29865
29866         [BZ #13888]
29867         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29868         or TMPDIR.
29869         (testout): Likewise.
29870
29871         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29872         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29873         $(rtld-installed-name).
29874         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29875         (rtld_installed_name): Likwise.
29876         (runit): Remove function.
29877         (run_getconf): New variable,  Use it for running getconf binary.
29878
29879 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29880
29881         [BZ #14716]
29882         * string/test-memmem.c (check_result): New function.
29883         (do_one_test): Use it.
29884         (check1): New function.
29885         (test_main): Use it.
29886
29887 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29888
29889         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29890
29891 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29892
29893         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29894         (_G_LSEEK64): Likewise.
29895         (_G_MMAP64): Likewise.
29896         (_G_FSTAT64): Likewise.
29897         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29898         (_G_LSEEK64): Likewise.
29899         (_G_MMAP64): Likewise.
29900         (_G_FSTAT64): Likewise.
29901         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29902         unconditional.  Call __mmap64 directly.
29903         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29904         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29905         __lseek64 directly.
29906         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29907         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29908         __mmap64 directly.
29909         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29910         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29911         __lseek64 directly.
29912         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29913         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29914         __lseek64 directly.
29915         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29916         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29917         __lseek64 directly.
29918         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29919         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29920         __fxstat64 directly.
29921         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29922         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29923         unconditional.
29924         (freopen64) [!_G_OPEN64]: Remove conditional code.
29925         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29926         unconditional.
29927         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29928         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29929         unconditional.
29930         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29931         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29932         unconditional.
29933         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29934         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29935         unconditional.
29936         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29937         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29938         unconditional.
29939         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29940         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29941         unconditional.
29942         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29943         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29944         unconditional.
29945         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29946
29947 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29948
29949         [BZ #12140]
29950         * manual/memory.texi (Malloc Tunable Parameters): Add note
29951         about free list pointers overwriting some perturb bytes.
29952         Wording suggested by Roland McGrath.
29953
29954 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29955
29956         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29957         (lgamma_test): Likewise.
29958         (tgamma_test): Likewise.
29959
29960 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29961
29962         [BZ #14700]
29963         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29964         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29965
29966 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29967
29968         * NEWS: Mention BZ #14716.
29969         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29970         when removing AVAILABLE1_USES_J macro.
29971
29972 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29973
29974         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29975         (__bswap_64): __uint64_t for unsigned 64-bit int.
29976
29977 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29978
29979         * include/string.h (memmem): Declare libc hidden alias.
29980         * string/memmem.c (memmem): Define libc hidden alias.
29981         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29982         __read, __close instead of open, read, close.
29983
29984 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29985
29986         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29987         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29988         global and hidden.
29989         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29990         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
29991         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
29992         Likewise.
29993         (__rawmemchr_sse2): Likewise.
29994         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
29995         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
29996         (__strchr_sse2): Likewise.
29997         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
29998         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
29999         (__strcasecmp_sse2): Likewise.
30000         (__strncasecmp_sse2): Likewise.
30001         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30002         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30003         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30004         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30005         (__strrchr_sse2): Likewise.
30006         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30007         ifunc-impl-list.c.
30008         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30009         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30010         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30011         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30012         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30013         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30014         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30015         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30016         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30017         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30018         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30019         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30020         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30021         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30022         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30023         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30024         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30025         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30026         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30027         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30028         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30029         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30030         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30031         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30032         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30033         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30034         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30035         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30036         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30037         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30038
30039         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30040         global and hidden.
30041         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30042         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30043         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30044         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30045         Likewise.
30046         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30047         Likewise.
30048         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30049         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30050         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30051         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30052         ifunc-impl-list.c.
30053         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30054         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30055         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30056         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30057         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30058         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30059         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30060         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30061         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30062         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30063         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30064         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30065         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30066         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30067         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30068         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30069         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30070         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30071         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30072         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30073         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30074         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30075         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30076         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30077         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30078         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30079         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30080         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30081         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30082         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30083         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30084         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30085         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30086         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30087         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30088         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30089         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30090         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30091         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30092         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30093         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30094
30095         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30096         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30097         * include/ifunc-impl-list.h: New file.
30098         * misc/ifunc-impl-list.c: Likewise.
30099         * misc/Makefile (routines): Add ifunc-impl-list.
30100         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30101         * string/test-string.h: Include <ifunc-impl-list.h>.
30102         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30103         TEST_NAME]: New variables.
30104         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30105         are defined.
30106         (test_init): Call __libc_ifunc_impl_list to initialize
30107         func_list if TEST_IFUNC and TEST_NAME are defined.
30108
30109         * string/Makefile (strop-tests): Add bcopy and bzero.
30110         * string/test-bcopy.c: New file.
30111         * string/test-bzero.c: Likewise.
30112         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30113         defined.
30114         * string/test-memset.c: Support bzero test if TEST_BZERO is
30115         defined.
30116         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30117         __libc_memmove.
30118         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30119         __libc_memset.
30120         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30121         of memset.
30122
30123 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30124
30125         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30126         * configure: Regenerated.
30127
30128         * Makeconfig (+link-static-before-libc): Don't include
30129         $(link-static-libc).
30130
30131         * libio/libio.h (_IO_pos_t): Remove.
30132
30133 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30134
30135         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30136         McGrath.
30137
30138 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30139
30140         * crypt/crypt-entry.c: Include fips-private.h.
30141         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30142         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30143         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30144         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30145
30146 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30147
30148         * crypt/crypt-private.h: Include stdbool.h.
30149         (_ufc_setup_salt_r): Return bool.
30150         * crypt/crypt-entry.c: Include errno.h.
30151         (__crypt_r): Return NULL with EINVAL for bad salt.
30152         * crypt/crypt_util.c (bad_for_salt): New.
30153         (_ufc_setup_salt_r): Check that salt is long enough and within
30154         the specified alphabet.
30155         * crypt/badsalttest.c: New file.
30156         * crypt/Makefile (tests): Add it.
30157         ($(objpfx)badsalttest): New.
30158
30159 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30160
30161         * NEWS: Add entry for BZ #14602.
30162
30163 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30164
30165         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30166         type-generic.
30167         * math/libm-test.inc: Update comment listing what functions and
30168         macros are tested.
30169         (isgreater_test): New function.
30170         (isgreaterequal_test): Likewise.
30171         (isless_test): Likewise.
30172         (islessequal_test): Likewise.
30173         (islessgreater_test): Likewise.
30174         (isunordered_test): Likewise.
30175         (main): Call the new functions.
30176
30177 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30178
30179         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30180         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30181         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30182         * sysdeps/i386/configure: Regenerated.
30183         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30184         * sysdeps/mach/configure: Regenerated.
30185         * sysdeps/mach/hurd/configure: Regenerated.
30186         * sysdeps/powerpc/configure: Regenerated.
30187         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30188         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30189         * sysdeps/s390/s390-32/configure: Regenerated.
30190         * sysdeps/s390/s390-64/configure: Regenerated.
30191         * sysdeps/sh/configure: Regenerated.
30192         * sysdeps/sparc/configure: Regenerated.
30193         * sysdeps/unix/sysv/linux/configure: Regenerated.
30194         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30195         * sysdeps/x86_64/configure: Regenerated.
30196
30197         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30198         defined.  Don't check if MAP is NULL.
30199
30200 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30201
30202         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30203         (_G_stat64): Likewise.
30204         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30205         (_G_stat64): Likewise.
30206         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30207         instead of struct _G_stat64.
30208         * libio/fileops.c (mmap_remap_check): Likewise.
30209         (decide_maybe_mmap): Likewise.
30210         (_IO_new_file_seekoff): Likewise.
30211         (_IO_file_stat): Likewise.
30212         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30213         _G_off64_t.
30214         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30215         instead of struct _G_stat64.
30216         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30217
30218 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30219
30220         [BZ #14602]
30221         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30222         Replace with ...
30223         (CHECK_EOL): New macro.
30224         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30225         CHECK_EOL.
30226         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30227         Replace with CHECK_EOL.
30228         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30229         Replace with CHECK_EOL.
30230
30231 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30232
30233         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30234         type-generic.
30235         * math/libm-test.inc: Update comment listing what functions and
30236         macros are tested.
30237         (finite_test): New function.
30238         (isinf_test): Likewise.
30239         (isnan_test): Likewise.
30240         (fpclassify_test): Test subnormal input.
30241         (isfinite_test): Likewise.
30242         (isnormal_test): Likewise.
30243         (main): Call the new functions.
30244
30245 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30246
30247         [BZ #14660]
30248         * Makerules (%.dynsym): Force C locale when running
30249         $(OBJDUMP) --dynamic-syms.
30250
30251 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30252
30253         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30254         <stdint.h>.
30255
30256 2012-10-06  David S. Miller  <davem@davemloft.net>
30257
30258         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30259         upper 32-bits of the length value in %o2 since we use branch-on-register
30260         tests which consider the entire 64-bit register.
30261
30262 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30263
30264         * string/test-strstr.c (check2): Add a test for page boundary.
30265
30266 2012-10-05  David S. Miller  <davem@davemloft.net>
30267
30268         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30269         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30270         file.
30271         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30272         sysdep_routines.
30273         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30274         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30275         and bzero when HWCAP_SPARC_CRYPTO is present.
30276
30277 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30278
30279         [BZ #14602]
30280         * string/test-strstr.c (check2): New function.
30281         (test_main): Call check2.
30282
30283         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30284         and bug-strchr1.
30285         * string/bug-strcasestr1.c (do_test): Moved to ...
30286         * string/test-strcasestr.c (check1): Here.  New function.
30287         (do_one_test): Break out result checking code into ...
30288         (check_result): This.  New function.
30289         (do_one_test): Call check_result.
30290         (test_main): Call check1.
30291         * string/bug-strchr1.c (do_test): Moved to ...
30292         * string/test-strchr.c (check1): Here.  New function.
30293         (do_one_test): Break out result checking code into ...
30294         (check_result): This.  New function.
30295         (do_one_test): Call check_result.
30296         (test_main): Call check1.
30297         * string/bug-strstr1.c (main): Moved to ...
30298         * string/test-strstr.c (check1): Here.  New function.
30299         (do_one_test): Break out result checking code into ...
30300         (check_result): This.  New function.
30301         (do_one_test): Call check_result.
30302         (test_main): Call check1.
30303         * string/bug-strcasestr1.c: Removed.
30304         * string/bug-strchr1.c: Likewise.
30305         * string/bug-strstr1.c: Likewise.
30306
30307         * elf/Makefile (dl-routines): Add hwcaps.
30308         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30309         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30310         (_dl_important_hwcaps): Moved to ...
30311         * elf/dl-hwcaps.c: Here.  New file.
30312         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30313
30314         [BZ #14557]
30315         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30316         if IS_IN_rtld isn't defined.
30317
30318         * elf/dl-support.c (_dl_sysinfo_map): New.
30319         Include "get-dynamic-info.h" and "setup-vdso.h".
30320         (_dl_non_dynamic_init): Call setup_vdso.
30321         * elf/dynamic-link.h: Don't include <assert.h>.
30322         (elf_get_dynamic_info): Moved to ...
30323         * elf/get-dynamic-info.h: Here.  New file.
30324         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30325         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30326         * elf/setup-vdso.h: Here.  New file.
30327         * elf/rtld.c: Include "setup-vdso.h".
30328         (dl_main): Call setup_vdso.
30329
30330 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30331
30332         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30333         creal in comment listing functions tested.  List finite, isinf,
30334         isnan, isless, islessequal, isgreater, isgreaterequal,
30335         islessgreater, isunordered, lgamma_r and pow10 as functions and
30336         macros not tested.  Mention which functions not tested are aliases
30337         for other functions.  Fix typo.  Note that signs of NaNs are not
30338         tested.
30339
30340         * scripts/config.guess: Update from config.git.
30341         * scripts/config.sub: Likewise.
30342
30343 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30344
30345         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30346         * misc/madvise.c (madvise): Renamed to __madvise.
30347         Make madvise a weak alias.
30348         * include/sys/mman.h: Declare __madvise.
30349         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30350         * sysdeps/unix/syscalls.list
30351         (madvise): Make __madvise the strong name, and madvise a weak alias.
30352         * sysdeps/unix/sysv/linux/syscalls.list
30353         (madvise, mmap): Remove redundant entries.
30354         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30355         * malloc/malloc.c (mtrim): Likewise.
30356         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30357
30358 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30359
30360         * sysdeps/mach/hurd/dl-cache.c: File removed.
30361         * config.h.in (USE_LDCONFIG): New #undef.
30362         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30363         * configure: Regenerated.
30364         * elf/Makefile (dl-routines): Add dl-cache only under
30365         [$(use-ldconfig) = yes].
30366         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30367         cache on [USE_LDCONFIG].
30368         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30369         [USE_LDCONFIG].
30370         * elf/rtld.c (dl_main): Likewise.
30371
30372 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30373
30374         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30375         _SC_LEVEL4_CACHE_LINESIZE.
30376
30377 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30378
30379         * sysdeps/unix/bsd/confstr.h: File removed.
30380
30381 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30382
30383         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30384         sys/sdt-config.h.
30385
30386 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30387
30388         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30389         Make 'mapoff' field ElfW(Off) rather than off_t.
30390
30391 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30392
30393         * nscd/Makefile: Remove nscd-cflags and all its users.
30394         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30395         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30396
30397         [BZ #10631]
30398         * malloc.c (malloc_printerr): Clarify error message.
30399
30400 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30401
30402         [BZ #14648]
30403         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30404         Set bit_FMA_Usable if FMA is supported.
30405         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30406         macro.
30407         (bit_FMA4_Usable): Updated.
30408         (index_FMA_Usable): New macro.
30409         (CPUID_FMA): Likewise
30410         (HAS_FMA): Defined with bit_FMA_Usable.
30411
30412 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30413
30414         * bits/types.h (__swblk_t): Type removed.
30415         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30416         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30417         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30418         (__SWBLK_T_TYPE): Likewise.
30419         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30420         (__SWBLK_T_TYPE): Likewise.
30421         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30422         (__SWBLK_T_TYPE): Likewise.
30423         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30424         (__SWBLK_T_TYPE): Likewise.
30425
30426 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30427             Honza Horak <hhorak@redhat.com>
30428
30429         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30430         (xdr_mapname): Use YPMAXMAP as maxsize.
30431         (xdr_peername): Use YPMAXPEER as maxsize.
30432         (xdr_keydat): Use YPAXRECORD as maxsize.
30433         (xdr_valdat): Use YPMAXRECORD as maxsize.
30434
30435 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30436
30437         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30438
30439         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30440         * csu/init-first.c: ... here.
30441         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30442         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30443         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30444         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30445         * sysdeps/i386/init-first.c: File removed.
30446         * sysdeps/sh/init-first.c: File removed.
30447
30448 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30449
30450         [BZ #14645]
30451         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30452         if x * y might underflow to zero and z is zero.
30453         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30454         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30455         * math/libm-test.inc (min_subnorm_value): New variable.
30456         (fma_test): Add more tests.
30457         (fma_test_towardzero): Likewise.
30458         (fma_test_downward): Likewise
30459         (fma_test_upward): Likewise.
30460         (initialize): Set min_subnorm_value.
30461
30462 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30463
30464         [BZ #14638]
30465         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30466         0 + 0.
30467         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30468         mode for addition resulting in exact zero.
30469         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30470         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30471         exact 0 + 0.
30472         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30473         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30474         * math/libm-test.inc (fma_test): Add more tests.
30475         (fma_test_towardzero): New function.
30476         (fma_test_downward): Likewise.
30477         (fma_test_upward): Likewise.
30478         (main): Call the new functions.
30479
30480 2012-09-28  David S. Miller  <davem@davemloft.net>
30481
30482         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30483
30484 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30485
30486         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30487         instead of SIGALRM.
30488
30489         * sysdeps/gnu/_G_config.h: Moved to ...
30490         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30491         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30492         * sysdeps/generic/_G_config.h: ... here.
30493
30494         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30495
30496         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30497
30498         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30499         Conditionalize target on [libnss_test1.so-version].
30500
30501         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30502
30503         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30504         (elfobjdir): Move out of conditionals.
30505
30506         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30507         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30508         (__nss_lookup_function): Conditionalize label remove_from_tree on
30509         [!DO_STATIC_NSS || SHARED], matching its only use.
30510
30511 2012-09-28  David S. Miller  <davem@davemloft.net>
30512
30513         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30514         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30515         file.
30516         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30517         sysdep_routines.
30518         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30519         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30520         when HWCAP_SPARC_CRYPTO is present.
30521
30522 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30523
30524         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30525
30526 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30527
30528         [BZ #6530]
30529         * stdio-common/vfprintf.c (process_string_arg): Revert
30530         2000-07-22 change.
30531
30532 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30533
30534         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30535         for testcase.
30536         * stdio-common/tst-sprintf.c: Include <locale.h>
30537         (main): Test sprintf's handling of incomplete multibyte
30538         characters.
30539
30540 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30541
30542         * elf/dl-runtime.c (VERSYMIDX): Removed.
30543         * elf/dl-version.c (VERSYMIDX): Likewise.
30544         * elf/do-rel.h (VERSYMIDX): Likewise.
30545         (VALIDX): Likewise.
30546         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30547         * elf/rtld.c (VALIDX): Likewise.
30548         (ADDRIDX): Likewise.
30549         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30550         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30551         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30552         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30553         (VALIDX): Likewise.
30554         (ADDRIDX): Likewise.
30555
30556 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30557
30558         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30559
30560 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30561
30562         [BZ #11438]
30563         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30564         to global scope.
30565         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30566         addresses are in the same scope as 192.0.2/24.
30567         * posix/gai.conf: Document new scope table defaults.
30568
30569 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30570
30571         [BZ #5298]
30572         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30573         for ftell.  Compute offsets from write pointers instead.
30574         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30575
30576 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30577
30578         [BZ #14543]
30579         * libio/Makefile (tests): New test case tst-fseek.
30580         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30581         combination works in wide mode.
30582         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30583         state when the external buffer state changes.
30584
30585 2012-09-27  David S. Miller  <davem@davemloft.net>
30586
30587         [BZ #14376]
30588         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30589         pass reloc->r_addend in as the 'high' argument to
30590         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30591
30592         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30593
30594 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30595
30596         * rt/tst-aio2.c: Include <pthread.h>.
30597         * rt/tst-aio3.c: Likewise.
30598
30599 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30600
30601         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30602
30603 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30604
30605         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30606         contents on [SHARED].
30607
30608 2012-09-26  Marek Polacek  <polacek@redhat.com>
30609
30610         [BZ #14530]
30611         [BZ #13741]
30612         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30613         for C++ and GCC <4.3 as well as for non GCC compilers.
30614
30615 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30616
30617         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30618
30619 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30620
30621         * Makefile.in (all, install): Declare with .PHONY.
30622         Reported by Michael Hope <michael.hope@linaro.org>.
30623
30624 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30625
30626         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30627         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30628         system header.
30629         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30630         Likewise.
30631         (sydep_routines): Add the new and the internal functions.
30632         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30633         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30635         (GLIBC_2.17): Add the new function.
30636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30637         (GLIBC_2.17): Likewise.
30638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30639         (GLIBC_2.17): Likewise.
30640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30641         (GLIBC_2.17): Likewise.
30642         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30643
30644 2012-09-25  Alan Modra  <amodra@gmail.com>
30645
30646         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30647         Add release barrier before setting once_control to say
30648         initialisation is done.  Add hints on lwarx.  Use macro in
30649         place of isync.
30650         (clear_once_control): Add release barrier.
30651
30652 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30653
30654         [BZ #13629]
30655         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30656         specially.
30657         * math/s_clog10.c (__clog10): Likewise.
30658         * math/s_clog10f.c (__clog10f): Likewise.
30659         * math/s_clog10l.c (__clog10l): Likewise.
30660         * math/s_clogf.c (__clogf): Likewise.
30661         * math/s_clogl.c (__clogl): Likewise.
30662         * math/Makefile (libm-calls): Add x2y2m1.
30663         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30664         (__x2y2m1): Likewise.
30665         (__x2y2m1l): Likewise.
30666         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30667         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30668         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30669         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30670         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30671         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30672         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30673         * sysdeps/i386/fpu/libm-test-ulps: Update.
30674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30675
30676         [BZ #14621]
30677         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30678         int as type of variable DEPTH.
30679         (glob): Use size_t instead of int as type of variables NEWCOUNT
30680         and OLD_PATHC.
30681
30682 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30683
30684         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30685         Add s_sincosf-sse2.
30686         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30687         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30688         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30689         macros for using routine as __sincosf_ia32.
30690         Use macro for function declaration and weak_alias.
30691         * sysdeps/i386/fpu/libm-test-ulps: Update.
30692
30693         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30694         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30695
30696         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30697         subnormal argument.
30698         * math/s_cexpf.c (__cexpf): Likewise.
30699         * math/s_csinf.c (__csinf): Likewise.
30700         * math/s_csinhf.c (__csinhf): Likewise.
30701         * math/s_ctanf.c (__ctanf): Likewise.
30702         * math/s_ctanhf.c (__ctanhf): Likewise.
30703         * math/s_ccosh.c (__ccoshf): Likewise.
30704         * math/s_cexp.c (__cexpl): Likewise.
30705         * math/s_csin.c (__csin): Likewise.
30706         * math/s_csinh.c (__csinh): Likewise.
30707         * math/s_ctan.c (__ctan): Likewise.
30708         * math/s_ctanh.c (ctanh): Likewise.
30709         * math/s_ccoshl.c (__ccoshl): Likewise.
30710         * math/s_cexpl.c (__cexpl): Likewise.
30711         * math/s_csinl.c (__csinl): Likewise.
30712         * math/s_csinhl.c (__csinhl): Likewise.
30713         * math/s_ctanl.c (__ctanl): Likewise.
30714         * math/s_ctanhl.c (__ctanhl): Likewise.
30715
30716 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30717
30718         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30719         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30720         (_IO_off_t): Define to __off_t, not _G_off_t.
30721         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30722         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30723         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30724         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30725         type of __dummy and __dummy2 fields.
30726         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30727         (_G_ssize_t): Likewise.
30728         (_G_off_t): Likewise.
30729         (_G_pid_t): Likewise.
30730         (_G_uid_t): Likewise.
30731         (_G_wchar_t): Likewise.
30732         (_G_wint_t): Likewise.
30733         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30734         (_G_ssize_t): Likewise.
30735         (_G_off_t): Likewise.
30736         (_G_pid_t): Likewise.
30737         (_G_uid_t): Likewise.
30738         (_G_wchar_t): Likewise.
30739         (_G_wint_t): Likewise.
30740         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30741         (_G_ssize_t): Likewise.
30742         (_G_off_t): Likewise.
30743         (_G_pid_t): Likewise.
30744         (_G_uid_t): Likewise.
30745         (_G_wchar_t): Likewise.
30746         (_G_wint_t): Likewise.
30747
30748 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30749
30750         * malloc/arena.c: Include malloc-sysdep.h.
30751         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30752         is sufficient to shrink the heap or an unmap is needed.
30753         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30754         new function check_may_shrink_heap.
30755         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30756         new function check_may_shrink_heap.
30757
30758 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30759
30760         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30761         comments.
30762
30763 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30764
30765         * catgets/test-gencat.sh: Add "set -e".
30766         * elf/tst-pathopt.sh: Likewise.
30767         * grp/tst_fgetgrent.sh: Likewise.
30768         * iconvdata/run-iconv-test.sh: Likewise.
30769         * intl/tst-gettext.sh: Likewise.
30770         * intl/tst-gettext2.sh: Likewise.
30771         * intl/tst-gettext4.sh: Likewise.
30772         * intl/tst-gettext6.sh: Likewise.
30773         * intl/tst-translit.sh: Likewise.
30774         * io/ftwtest-sh: Likewise.
30775         * libio/test-freopen.sh: Likewise.
30776         * malloc/tst-mtrace.sh: Likewise.
30777         * posix/globtest.sh: Likewise.
30778         * posix/tst-getconf.sh: Likewise.
30779         * posix/wordexp-tst.sh: Likewise.
30780         * stdio-common/tst-printf.sh: Likewise.
30781         * stdio-common/tst-unbputc.sh: Likewise.
30782         * stdlib/tst-fmtmsg.sh: Likewise.
30783         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30784         * catgets/Makefile: Do not specify -e option when running
30785         testsuite shell scripts.
30786         * elf/Makefile: Likewise.
30787         * grp/Makefile: Likewise.
30788         * iconvdata/Makefile: Likewise.
30789         * intl/Makefile: Likewise.
30790         * io/Makefile: Likewise.
30791         * libio/Makefile: Likewise.
30792         * malloc/Makefile: Likewise.
30793         * posix/Makefile: Likewise.
30794         * stdio-common/Makefile: Likewise.
30795         * stdlib/Makefile: Likewise.
30796         * sysdeps/x86_64/Makefile: Likewise.
30797
30798         * io/ftwtest-sh: Add copyright header.
30799         * posix/globtest.sh: Likewise.
30800         * posix/tst-getconf.sh: Likewise.
30801         * posix/wordexp-tst.sh: Likewise.
30802         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30803
30804 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30805
30806         [BZ #13679]
30807         * Makeconfig (+link): Defined as $(+link-static) if
30808         $(build-shared) isn't yes.
30809         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30810         isn't yes.
30811         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30812
30813         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30814
30815         [BZ #14562]
30816         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30817         new chunk size with MALLOC_ALIGN_MASK.
30818
30819 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30820
30821         [BZ #5044]
30822         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30823         <rounding-mode.h>.
30824         (__printf_fphex): Determine rounding using get_rounding_mode and
30825         round_away.
30826         * stdio-common/tst-printf-round.c (struct hex_test): New
30827         structure.
30828         (hex_tests): New variable.
30829         (test_hex_in_one_mode): New function.
30830         (do_test): Also run tests for hex float output.
30831
30832 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30833
30834         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30835         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30836         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30837         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30838         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30839         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30840         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30841         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30842
30843 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30844
30845         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30846         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30847         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30848         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30849
30850 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30851
30852         [BZ #14579]
30853         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30854         mode only.
30855         * elf/tst-rtld-load-self.sh: New test.
30856         * elf/Makefile: Run it.
30857
30858 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30859
30860         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30861         (tst-writev-ENV): Remove.
30862         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30863
30864 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30865
30866         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30867
30868 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30869
30870         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30871         unconditional.
30872         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30873         Likewise.
30874         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30875         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30876         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30877         Likewise.
30878
30879 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30880
30881         [BZ #14587]
30882         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30883         * config.make.in (have-cpp-asm-debuginfo): Removed.
30884         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30885         * configure: Regenerated.
30886
30887 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30888
30889         [BZ #5044]
30890         * stdio-common/printf_fp.c: Include <stdbool.h> and
30891         <rounding-mode.h>.
30892         (___printf_fp): Determine rounding using get_rounding_mode and
30893         round_away.
30894         * stdio-common/tst-printf-round.c: New file.
30895         * stdio-common/Makefile (tests): Add tst-printf-round.
30896         (link-libm): New variable.
30897         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30898
30899 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30900
30901         [BZ #14576]
30902         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30903         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30904         Likewise.
30905         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30906         Likewise.
30907
30908 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30909
30910         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30911         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30912         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30913         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30914
30915 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30916
30917         [BZ #14518]
30918         * include/rounding-mode.h: New file.
30919         * sysdeps/generic/get-rounding-mode.h: Likewise.
30920         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30921         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30922         (MAX_VALUE): New macro.
30923         (MIN_VALUE): Likewise.
30924         (overflow_value): New function.
30925         (underflow_value): Likewise.
30926         (round_and_return): Use overflow_value and underflow_value to
30927         determine return values in overflow and underflow cases.  Use
30928         round_away to determine rounding depending on rounding mode.
30929         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30930         determine return values in overflow and underflow cases.
30931         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30932         (struct test_results): New structure.
30933         (struct test): Use struct test_results to store expected results
30934         for all rounding modes.
30935         (TEST): Include expected results for all rounding modes.
30936         (test_in_one_mode): New function.
30937         (do_test): Use test_in_one_mode to compute and check results.
30938         Check results for all rounding modes.
30939         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30940         $(link-libm).
30941
30942 2012-12-09  Allan McRae  <allan@archlinux.org>
30943
30944         * sysdeps/i386/fpu/libm-test-ulps: Update
30945
30946 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30947
30948         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30949         (_G_int32_t): Likewise.
30950         (_G_uint16_t): Likewise.
30951         (_G_uint32_t): Likewise.
30952         (_G_HAVE_BOOL): Likewise.
30953         (_G_HAVE_ATEXIT): Likewise.
30954         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30955         (_G_HAVE_IO_FILE_OPEN): Likewise.
30956         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30957         (_G_int32_t): Likewise.
30958         (_G_uint16_t): Likewise.
30959         (_G_uint32_t): Likewise.
30960         (_G_HAVE_BOOL): Likewise.
30961         (_G_HAVE_ATEXIT): Likewise.
30962         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30963         (_G_HAVE_IO_FILE_OPEN): Likewise.
30964         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30965         (_G_int32_t): Likewise.
30966         (_G_uint16_t): Likewise.
30967         (_G_uint32_t): Likewise.
30968         (_G_HAVE_BOOL): Likewise.
30969         (_G_HAVE_ATEXIT): Likewise.
30970         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30971         (_G_HAVE_IO_FILE_OPEN): Likewise.
30972
30973 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30974
30975         * csu/libc-tls.c: Update copyright years.
30976
30977 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30978
30979         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30980         [!_G_USING_THUNKS]: Remove conditional code.
30981         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30982         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30983
30984         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30985         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30986         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30987         (_G_VTABLE_LABEL_PREFIX): Likewise.
30988         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30989         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30990         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30991         (_G_VTABLE_LABEL_PREFIX): Likewise.
30992         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30993         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30994         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30995         (_G_VTABLE_LABEL_PREFIX): Likewise.
30996         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30997
30998 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
30999
31000         * libio/Makefile: Include ../Makeconfig before tests.
31001         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31002         only if $(build-shared) is yes.
31003
31004         * iconv/gconv_db.c: Update copyright years.
31005
31006 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31007
31008         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31009         unwind info if defined PIC. Fix special cases description.
31010         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31011
31012         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31013         DP_HI_MASK entry.
31014         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31015
31016 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31017
31018         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31019
31020         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31021         is NULL.
31022
31023         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31024         (LDLIBS-tst-chk4): This.
31025         (LDFLAGS-tst-chk5): Renamed to ...
31026         (LDLIBS-tst-chk5): This.
31027         (LDFLAGS-tst-chk6): Renamed to ...
31028         (LDLIBS-tst-chk6): This.
31029         (LDFLAGS-tst-lfschk4): Renamed to ...
31030         (LDLIBS-tst-lfschk4): This.
31031         (LDFLAGS-tst-lfschk5): Renamed to ...
31032         (LDLIBS-tst-lfschk5): This.
31033         (LDFLAGS-tst-lfschk6): Renamed to ...
31034         (LDLIBS-tst-lfschk6): This.
31035
31036         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31037         on $(common-objpfx)soversions.mk.
31038
31039 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31040
31041         [BZ #10014]
31042         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31043         example host name.
31044
31045 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31046
31047         * malloc/arena.c (arena_get_retry): New function that gets
31048         another arena for the caller to try its request on.
31049         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31050         current arena cannot fulfill the request.
31051         (__libc_memalign): Likewise.
31052         (__libc_memalign): Likewise.
31053         (__libc_pvalloc): Likewise.
31054         (__libc_calloc): Likewise.
31055
31056 2012-09-05  John Tobey  <john.tobey@gmail.com>
31057
31058         [BZ #13542]
31059         * manual/arith.texi (Operations on Complex): Fix description
31060         of carg branch cut.
31061
31062 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31063
31064         [BZ #10014]
31065         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31066         host name.
31067
31068         [BZ #10038]
31069         * manual/memory.texi (Memory): Make order of menu items match
31070         order of sections.
31071
31072 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31073
31074         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31075         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31076         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31077
31078 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31079
31080         * csu/libc-tls.c (static_dtv): Renamed to ...
31081         (_dl_static_dtv): This.  Make it global.
31082         (_dl_initial_dtv): Removed.
31083         (__libc_setup_tls): Updated.
31084         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31085         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31086         DL_INITIAL_DTV.
31087
31088 2012-09-06  Petr Machata  <pmachata@redhat.com>
31089
31090         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31091         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31092         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31093         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31094
31095 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31096
31097         [BZ #14545]
31098         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31099         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31100         freeing dtv[-1].
31101
31102 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31103
31104         [BZ #14544]
31105         * Makeconfig (link-static-before-libc): Replace $(+prector)
31106         with $(+prectorT).
31107         (link-static-after-libc): Replace $(+postctor) with
31108         $(+postctorT).
31109         (link-bounded): Replace $(+prector)/$(+postctor) with
31110         $(+prectorT)/$(+postctorT).
31111         (+prectorT): New macro.
31112         (+postctorT): Likewise.
31113
31114 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31115
31116         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31117         (round_str): Handle values above the maximum for IBM long double
31118         as inexact.
31119         * stdlib/tst-strtod-round.c (tests): Regenerated.
31120
31121 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31122
31123         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31124         assembler flag.
31125         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31126         zarch_nohighgprs around the zarch optimized routines.
31127         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31128         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31129         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31130         for zarch.
31131
31132 2012-09-05  David S. Miller  <davem@davemloft.net>
31133
31134         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31135
31136         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31137         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31138         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31139         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31140         entries.
31141
31142 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31143
31144         * malloc/arena.c: Fold copyright years.
31145         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31146
31147 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31148
31149         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31150
31151 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31152
31153         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31154
31155 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31156
31157         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31158         change internal state upon failure.
31159
31160 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31161
31162         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31163         * malloc/memusage.c (mmap): Likewise.
31164         (mmap64, mremap): Likewise.  Adjust name in comment.
31165
31166 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31167
31168         * libio/fileops.c: Fix typos in comments.
31169         * libio/oldfileops.c: Likewise.
31170         * libio/wfileops.c: Likewise.
31171
31172 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31173
31174         [BZ #1349]
31175         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31176         (tst-malloc-usable-ENV): Set environment for test case.
31177         * malloc/hooks.c (malloc_check_get_size): New function to get
31178         requested size.
31179         * malloc/malloc.c (musable): Use malloc_check_get_size.
31180         * malloc/tst-malloc-usable.c: New test case.
31181
31182 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31183
31184         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31185
31186 2012-09-05  Allan McRae  <allan@archlinux.org>
31187
31188         [BZ #13966]
31189         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31190         determine header location.
31191         * configure: Regenerated.
31192
31193 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31194
31195         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31196         float format.
31197         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31198         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31199         format.
31200         (test): Regenerate.
31201
31202 2012-09-04  David S. Miller  <davem@davemloft.net>
31203
31204         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31205         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31206         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31207
31208 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31209
31210         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31211         failures.
31212
31213         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31214
31215 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31216
31217         [BZ #9914]
31218         * libio/iogetdelim.c: Include <limits.h>.
31219         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31220         + len + 1 would overflow.
31221
31222 2012-09-03  Andreas Jaeger  <aj@suse.de>
31223
31224         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31225         * sysdeps/i386/fpu/libm-test-ulps: Update.
31226
31227 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31228
31229         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31230         Add s_sinf-sse2, s_conf-sse2.
31231
31232         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31233         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31234         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31235         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31236
31237         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31238         for using routine as __sinf_ia32.
31239         Use macro for function declaration and weak_alias.
31240         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31241         for using routine as __cosf_ia32.
31242         Use macro for function declaration and weak_alias.
31243
31244         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31245         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31246
31247         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31248         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31249         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31250
31251         * math/libm-test.inc (cos_test): Add more test cases.
31252         (sin_test): Likewise.
31253         (sincos_test): Likewise.
31254
31255 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31256
31257         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31258         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31259         hidden.
31260         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31261
31262 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31263
31264         [BZ #14538]
31265         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31266         first element of the GOT.
31267         (elf_machine_load_address): Return the difference between
31268         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31269
31270 2012-09-01  Allan McRae  <allan@archlinux.org>
31271
31272         [BZ #13412]
31273         * configure.in (AWK): Require gawk version 3.0 or later.
31274         * configure: Regenerated.
31275
31276 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31277
31278         * sysdeps/unix/sysv/linux/kernel-features.h
31279         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31280         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31281         [__NR_clock_getres]: Make code unconditional.
31282         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31283         (clock_getcpuclockid): Remove code left unreachable by removal of
31284         conditionals.
31285         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31286         code unconditional.
31287         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31288         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31289         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31290         Make code unconditional.
31291         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31292         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31293         * sysdeps/unix/sysv/linux/clock_settime.c
31294         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31295         conditional code.
31296         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31297         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31298
31299 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31300
31301         [BZ #14476]
31302         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31303         scripts/test-installation.pl.
31304
31305         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31306         and $ld_so_version if it is set.
31307
31308 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31309
31310         [BZ #14516]
31311         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31312         failure if reading from procfs failed.
31313         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31314
31315 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31316
31317         * sysdeps/unix/sysv/linux/kernel-features.h
31318         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31319         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31320         Remove conditional code.
31321         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31322         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31323         Remove conditional code.
31324         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31325         * sysdeps/unix/sysv/linux/i386/fxstat.c
31326         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31327         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31328         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31329         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31330         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31331         * sysdeps/unix/sysv/linux/i386/lxstat.c
31332         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31333         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31334         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31335         Remove conditional code.
31336         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31337         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31338         Remove conditional code.
31339         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31340         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31341         <kernel-features.h>.
31342         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31343         Remove.
31344         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31345         Remove conditional code.
31346         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31347         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31348         Remove conditional.
31349
31350 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31351
31352         [BZ #5400]
31353         * NEWS: Add fixed bug number.
31354
31355 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31356
31357         [BZ #14519]
31358         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31359         underflowing exponent in case of negative sign.
31360         * stdlib/tst-strtod-round-data: Add more tests.
31361         * stdlib/tst-strtod-round.c (tests): Regenerated.
31362
31363         [BZ #3479]
31364         * stdlib/strtod_l.c (NDIG): Remove.
31365         (HEXNDIG): Likewise.
31366         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31367         smallest representable value.
31368         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31369         lie within an exact representation of 1/2 ulp of the result.
31370         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31371         unconditionally.
31372         (TENS_P9_IDX): Define unconditionally.
31373         (TENS_P9_SIZE): Likewise.
31374         (TENS_P10_IDX): Likewise.
31375         (TENS_P10_SIZE): Likewise.
31376         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31377         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31378         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31379         entries for 10^2^13 and 10^2^14.
31380         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31381         (TENS_P13_IDX): Define.
31382         (TENS_P13_SIZE): Likewise.
31383         (TENS_P14_IDX): Likewise.
31384         (TENS_P14_SIZE): Likewise.
31385         (_fpioconst_pow10): Change array size to
31386         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31387         unconditional.
31388         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31389         1024]: Add entries for 10^2^13 and 10^2^14.
31390         [LAST_POW10 > _LAST_POW10]: Remove #error.
31391         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31392         (_fpioconst_pow10): Change array size to
31393         FPIOCONST_POW10_ARRAY_SIZE.
31394         * stdlib/gen-fpioconst.c: New file.
31395         * stdlib/gen-tst-strtod-round.c: Likewise.
31396         * stdlib/tst-strtod-round-data: Likewise.
31397         * stdlib/tst-strtod-round.c: Likewise.
31398         * stdlib/Makefile (tests): Add tst-strtod-round.
31399
31400         [BZ #14459]
31401         * stdlib/strtod_l.c: Include <stdint.h>.
31402         (NDEBUG): Do not define.
31403         (round_and_return): Change EXPONENT parameter to type intmax_t.
31404         Rearrange calculations to avoid internal overflow possibilities.
31405         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31406         Rearrange calculations to avoid internal overflow possibilities.
31407         Assert that number fits inside MPNSIZE limbs.
31408         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31409         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31410         calculations and add assertions to avoid internal overflow
31411         possibilities.  Add casts to avoid signed/unsigned operations.
31412         * stdlib/tst-strtod-overflow.c: New file.
31413         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31414
31415 2012-08-25  Marek Polacek  <polacek@redhat.com>
31416
31417         * time/time.h: Fix some typos in comments.
31418
31419 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31420
31421         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31422         * posix/tst-rfc3484-2.c: Likewise.
31423         * posix/tst-rfc3484-3.c: Likewise.
31424
31425 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31426
31427         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31428         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31429
31430 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31431
31432         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31433         #include of fxstatat64.c.
31434
31435 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31436
31437         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31438         * shadow/getspent_r.c: Likewise.
31439         * shadow/getspnam.c: Likewise.
31440         * shadow/getspnam_r.c: Likewise.
31441         * gshadow/getsgent.c: Likewise.
31442         * gshadow/getsgent_r.c: Likewise.
31443         * gshadow/getsgnam.c: Likewise.
31444         * gshadow/getsgnam_r.c: Likewise.
31445         * inet/getnetbyad.c: Likewise.
31446         * inet/getnetbyad_r.c: Likewise.
31447         * inet/getnetbynm.c: Likewise.
31448         * inet/getnetbynm_r.c: Likewise.
31449         * inet/getnetent.c: Likewise.
31450         * inet/getnetent_r.c: Likewise.
31451         * inet/getproto.c: Likewise.
31452         * inet/getproto_r.c: Likewise.
31453         * inet/getprtent.c: Likewise.
31454         * inet/getprtent_r.c: Likewise.
31455         * inet/getprtname.c: Likewise.
31456         * inet/getprtname_r.c: Likewise.
31457         * inet/getrpcbyname.c: Likewise.
31458         * inet/getrpcbyname_r.c: Likewise.
31459         * inet/getrpcbynumber.c: Likewise.
31460         * inet/getrpcbynumber_r.c: Likewise.
31461         * inet/getrpcent.c: Likewise.
31462         * inet/getrpcent_r.c: Likewise.
31463         * inet/getaliasent.c: Likewise.
31464         * inet/getaliasent_r.c: Likewise.
31465         * inet/getaliasname.c: Likewise.
31466         * inet/getaliasname_r.c: Likewise.
31467         * nscd/getgrgid_r.c: Likewise.
31468         * nscd/getgrnam_r.c: Likewise.
31469         * nscd/gethstbyad_r.c: Likewise.
31470         * nscd/gethstbynm3_r.c: Likewise.
31471         * nscd/getpwnam_r.c: Likewise.
31472         * nscd/getpwuid_r.c: Likewise.
31473         * nscd/getsrvbynm_r.c: Likewise.
31474         * nscd/getsrvbypt_r.c: Likewise.
31475         * nscd/gai.c: Likewise.
31476
31477         * configure.in (build_nscd): New substituted variable, set
31478         by --disable-build-nscd and defaults to $use_nscd.
31479         * configure: Regenerated.
31480         * config.make.in (build-nscd): New substituted variable.
31481         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31482         Change conditional to require [$(build-nscd) = yes] as well.
31483         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31484
31485         [BZ# 13696]
31486         * configure.in (use_nscd): New substituted variable, set by
31487         --disable-nscd.  If enabled, define USE_NSCD.
31488         * configure: Regenerated.
31489         * config.h.in: Add USE_NSCD.
31490         * config.make.in (use-nscd): New substituted variable.
31491         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31492         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31493         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31494         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31495         (CFLAGS-getgrnam_r.c): Likewise.
31496         (CFLAGS-initgroups.c): Likewise.
31497         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31498         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31499         Variables removed.
31500         * inet/getnetgrent_r.c
31501         (nscd_setnetgrent): New function, broken out of ...
31502         (setnetgrent): ... here.  Call it.
31503         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31504         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31505         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31506         * nscd/Makefile (routines, aux): Move definitions after include of
31507         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31508         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31509         Conditionalize on [USE_NSCD].
31510         (is_nscd, nscd_init_cb): Likewise.
31511         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31512         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31513         * nss/nss_db/db-init.c: Likewise.
31514         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31515         [USE_NSCD].
31516         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31517         (make_request): Use it.
31518         (cache_valid_p): New function.
31519         (__check_pf): Use it.
31520         * NEWS: Add item for --disable-nscd.
31521
31522 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31523
31524         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31525         to support sed >= 4.2.1-20-ga9bf076.
31526         * configure: Regenerated.
31527
31528 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31529
31530         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31531         Conditionalize whole body on [IREL].
31532
31533 2012-08-22  Jeff Law <law@redhat.com>
31534
31535         [BZ #14505]
31536         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31537         if the family is PF_UNSPEC.
31538
31539 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31540
31541         * Makerules (lib-version): Rename from V.
31542         (install-lib-nosubdir): Change V to lib-version.
31543
31544 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31545
31546         [BZ #14252]
31547         * powerpc32/power6/wcschr.c: New file.
31548         * powerpc32/power6/wcscpy.c: New file.
31549         * powerpc32/power6/wcsrchr.c: New file.
31550         * powerpc64/power6/wcschr.c: New file.
31551         * powerpc64/power6/wcscpy.c: New file.
31552         * powerpc64/power6/wcsrchr.c: New file.
31553
31554 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31555
31556         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31557         (two_way_short_needle): Use it.
31558         * string/strstr.c (AVAILABLE1_USES_J): Define.
31559         * string/strcasestr.c: Likewise.
31560
31561         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31562         array references.
31563         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31564
31565         [BZ #11607]
31566         * NEWS: Add an entry.
31567         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31568         define their defaults.
31569         (two_way_short_needle): Detect end-of-string on-the-fly.
31570         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31571         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31572         * string/bug-strcasestr1.c: New test.
31573         * string/Makefile: Run it.
31574
31575 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31576
31577         [BZ #11607]
31578         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31579         the first character.
31580
31581 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31582
31583         * csu/elf-init.c (__libc_csu_irel): Function removed.
31584         * csu/libc-start.c (apply_irel): New function.
31585         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31586
31587 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31588
31589         * sysdeps/unix/sysv/linux/kernel-features.h
31590         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31591         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31592         <kernel-features.h>.
31593         [__NR_fadvise64_64]: Make code unconditional.
31594         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31595         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31596         !__NR_fadvise64_64)]: Likewise.
31597         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31598         !__NR_fadvise64_64))]: Likewise.
31599         [__NR_fadvise64]: Make code unconditional.
31600         [!__NR_fadvise64]: Remove conditional code.
31601         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31602         <kernel-features.h>.
31603         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31604         unconditional.
31605         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31606         conditional code.
31607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31608         not include <kernel-features.h>.
31609         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31610         unconditional.
31611         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31612         conditional code.
31613         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31614         include <kernel-features.h>.
31615         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31616         unconditional.
31617         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31618         conditional code.
31619
31620 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31621
31622         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31623         slight instruction rearrangements per scrollpipe analysis.
31624         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31625
31626 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31627
31628         * manual/syslog.texi (syslog; vsyslog, closelog):
31629         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31630         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31631
31632         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31633         DSOCAPS to match condition on defining it.
31634
31635 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31636
31637         * sysdeps/unix/sysv/linux/kernel-features.h
31638         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31640         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31641         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31643         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31644         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31646         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31647         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31648
31649         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31650         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31651
31652         * sysdeps/unix/sysv/linux/kernel-features.h
31653         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31654         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31655         unconditional.
31656         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31657         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31658         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31659         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31660         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31661         Make code unconditional.
31662         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31663         (__mmap64) [!__NR_mmap2]: Likewise.
31664         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31665         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31666         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31667         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31668         [__NR_mmap2]: Make code unconditional.
31669         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31670         (__mmap64) [!__NR_mmap2]: Likewise.
31671
31672 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31673
31674         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31675
31676 2012-08-18  Andreas Jaeger  <aj@suse.de>
31677
31678         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31679
31680 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31681
31682         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31683         * include/unistd.h (__have_sock_cloexec): Likewise.
31684         (__have_pipe2): Likewise.
31685         (__have_dup3): Likewise.
31686
31687 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31688
31689         [BZ #9685]
31690         * include/unistd.h (__have_pipe2): Change define into an extern int.
31691         (__have_dup3): Likewise.
31692         * socket/have_sock_cloexec.c: Include fcntl.h.
31693         (__have_pipe2): New variable.
31694         (__have_dup3): Likewise.
31695
31696 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31697
31698         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31699
31700 2012-08-17  Marek Polacek  <polacek@redhat.com>
31701
31702         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31703         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31704
31705 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31706
31707         * configure.in: Add AC_SUBST for sysheaders.
31708         * configure: Regenerated.
31709         * config.make.in (sysheaders): New substituted variable.
31710
31711         * sysdeps/unix/mkfifo.c: Moved ...
31712         * sysdeps/posix/mkfifo.c: ... here.
31713         * sysdeps/unix/mkfifoat.c: Moved ...
31714         * sysdeps/posix/mkfifoat.c: ... here.
31715
31716         * sysdeps/unix/utime.c: Moved ...
31717         * sysdeps/posix/utime.c: ... here.
31718
31719         * sysdeps/unix/time.c: Moved ...
31720         * sysdeps/posix/time.c: ... here.
31721         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31722         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31723
31724         * sysdeps/unix/nice.c: Moved ...
31725         * sysdeps/posix/nice.c: ... here.
31726
31727         * sysdeps/unix/alarm.c: Moved ...
31728         * sysdeps/posix/alarm.c: ... here.
31729
31730         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31731
31732 2012-08-17  Jeff Law <law@redhat.com>
31733
31734         * intl/Makefile (codeset_mo): New variable.
31735         ($(codeset_mo)): New target.
31736         (tst-codeset.out): Depend on that.  Remove explicit rule.
31737         (tst-gettext3.out, tst-gettext5.out): Likewise.
31738         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31739         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31740         * intl/tst-codeset.sh: Remove.
31741         * intl/tst-gettext3.sh: Likewise.
31742         * intl/tst-gettext5.sh: Likewise.
31743
31744 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31745
31746         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31747         * sysdeps/unix/syscalls.list: ... here.
31748
31749         * sysdeps/posix/getaddrinfo.c
31750         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31751         (gaiconf_init, gaiconf_reload): Use them.
31752         [!_STATBUF_ST_NSEC]
31753         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31754         Define using time_t rather than struct timespec.
31755
31756         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31757         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31758         Macros removed.
31759         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31760         [!NO_THREADS].
31761         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31762         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31763         Likewise.
31764
31765         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31766         __libc_cleanup_push argument.
31767
31768         * bits/param.h: New file.
31769         * misc/sys/param.h: New file.
31770         * include/sys/param.h: New file.
31771         * misc/Makefile (headers): Add bits/param.h.
31772         * sysdeps/generic/sys/param.h: File removed.
31773         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31774         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31775         * sysdeps/mach/hurd/bits/param.h: New file.
31776         * sysdeps/mach/hurd/sys/param.h: File removed.
31777
31778         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31779         last change.
31780
31781         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31782         [_IO_MTSAFE_IO].
31783         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31784         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31785         New macros.
31786
31787         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31788         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31789         rather than -D_IO_MTSAFE_IO conditionally.
31790         * stdio-common/Makefile (CPPFLAGS): Likewise.
31791         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31792         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31793         Use $(libio-mtsafe).
31794         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31795         of -D_IO_MTSAFE_IO.
31796         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31797         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31798         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31799         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31800         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31801         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31802         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31803         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31804         (CFLAGS-fread_u_chk.c): Likewise.
31805         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31806         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31807         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31808         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31809         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31810         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31811         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31812         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31813         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31814
31815         * libio/Makefile: Test [$(libc-reentrant) = yes]
31816         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31817
31818         * Makeconfig
31819         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31820         * sysdeps/pthread/configure: File removed.
31821         * sysdeps/pthread/Makeconfig: New file.
31822         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31823         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31824
31825 2012-08-16  Gary Benson  <gbenson@redhat.com>
31826
31827         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31828         unmapping the first object in a namespace.
31829
31830 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31831
31832         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31833         (__internal_setnetgrent): ... this.  Add internal_function to
31834         definition.  Add libc_hidden_def.
31835         (setnetgrent): Update caller.
31836         (internal_endnetgrent): Renamed to ...
31837         (__internal_endnetgrent): ... this.  Add internal_function to
31838         definition.  Add libc_hidden_def.
31839         (endnetgrent): Update caller.
31840         (internal_getnetgrent_r): Renamed to ...
31841         (__internal_getnetgrent_r): ... this.  Add internal_function to
31842         definition.  Add libc_hidden_def.
31843         (__getnetgrent_r): Update caller.
31844         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31845
31846 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31847
31848         * stdlib/longlong.h: Update from GCC.
31849
31850 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31851
31852         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31853         on _QL, which is set by umul_ppmm but never used.
31854         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31855         variables, which are set by GMP macros but never used.
31856         * stdio-common/_itowa.c (_itowa): Likewise.
31857         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31858         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31859
31860 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31861
31862         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31863         struct La_sh_regs is not constant.
31864         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31865         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31866         and struct La_sparc64_regs are not constant.
31867
31868 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31869
31870         * sysdeps/unix/sysv/linux/kernel-features.h
31871         (__ASSUME_POSIX_TIMERS): Remove.
31872         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31873         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31874         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31875         Make code unconditional.
31876         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31877         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31878         Make code unconditional.
31879         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31880         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31881         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31882         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31883         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31884         Make code unconditional.
31885         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31886         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31887         (__libc_missing_posix_timers): Remove.
31888
31889 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31890
31891         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31892         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31893
31894         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31895
31896         * elf/dl-sym.c: Include <stdlib.h>.
31897
31898         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31899         constants, which avoids warnings in 32-bit builds.
31900
31901         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31902         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31903
31904         * misc/lseek.c: File moved to ...
31905         * io/lseek.c: ... here.
31906
31907         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31908
31909         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31910         shifting LEN more than 31 bits at once.
31911
31912 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31913
31914         [BZ #14195]
31915         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31916         segmentation fault for a case of two empty input strings.
31917         * string/test-strncasecmp.c (check1): Renamed to...
31918         (bz12205): ...this.
31919         (bz14195): Add new testcase for two empty input strings and N > 0.
31920         (test_main): Call new testcase, adapt for renamed function.
31921
31922 2012-08-15  Andreas Jaeger  <aj@suse.de>
31923
31924         [BZ #14090]
31925         * crypt/md5test2.c: New test, based on test supplied by Serge
31926         Belyshev <belyshev@depni.sinp.msu.ru>.
31927         * crypt/Makefile (xtests): Add md5test-giant..
31928         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31929
31930 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31931
31932         [BZ #14090]
31933         * crypt/md5.c (md5_process_block): Don't assume the buffer
31934         length is less than 2**32.
31935         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31936         length is less than 2**64.
31937
31938 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31939
31940         * string/str-two-way.h: Include <sys/param.h>.
31941         (MAX): Macro removed.
31942
31943         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31944         Move #define and #undef of memmove to just before and after
31945         including <string.h>.
31946
31947         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31948         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31949         and after including <string.h>.  Move declarations of
31950         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31951         to before #include "string/memmove.c".
31952
31953         * include/dirent.h: Declare __getdirentries.
31954
31955         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31956         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31957
31958 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31959
31960         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31961         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31962         * sysdeps/i386/configure: Regenerated.
31963         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31964         STABS_CURRENT_FILE, and STABS_FUN.
31965         (END): Remove call to STABS_FUN_END.
31966         (STABS_CURRENT_FILE1): Delete.
31967         (STABS_CURRENT_FILE): Likewise.
31968         (STABS_FUN): Likewise.
31969         (STABS_FUN_END): Likewise.
31970         (STABS_FUN2): Likewise.
31971         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31972         * sysdeps/x86_64/configure: Regenerated.
31973
31974 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31975
31976         * elf/dl-open.c: Include <atomic.h>.
31977         * elf/dl-lookup.c: Likewise.
31978
31979 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31980
31981         * sysdeps/unix/sysv/linux/kernel-features.h
31982         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31983         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31984         unconditionally.
31985         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31986         unconditionally.
31987         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31988         condition on __ASSUME_CLONE_THREAD_FLAGS.
31989
31990 2012-08-14  Andreas Jaeger  <aj@suse.de>
31991
31992         * sysdeps/i386/fpu/libm-test-ulps: Update.
31993
31994 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
31995
31996         * include/atomic.h (atomic_exchange_and_add): Split into ...
31997         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
31998         New atomic macros.
31999
32000 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32001
32002         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32003
32004 2012-08-13  Jeff Law <law@redhat.com>
32005
32006         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32007         null byte in the output string.
32008
32009 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32010
32011         * sysdeps/unix/sysv/linux/kernel-features.h
32012         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32013         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32014         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32015         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32016         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32017         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32018         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32019
32020 2012-08-09  Jeff Law <law@redhat.com>
32021
32022         [BZ #13939]
32023         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32024         When avoid_arena is set, don't retry in the that arena.  Pick the
32025         next one, whatever it might be.
32026         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32027         (arena_lock): Pass in new parameter to arena_get2.
32028         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32029         arena_get2.
32030         (__libc_malloc): Unify retrying after main arena failure with
32031         __libc_memalign version.
32032         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32033
32034 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32035
32036         [BZ #14166]
32037         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32038         to __redirect_strstr.
32039         (__strstr_sse42): Use typeof __redirect_strstr.
32040         (__strstr_ia32): Likewise.
32041         (__libc_strstr): New prototype.
32042         (strstr): Renamed to ...
32043         (__libc_strstr): This.
32044         (strstr): New strong alias of __libc_strstr.
32045         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32046         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32047         __redirect_time.
32048         Include <time.h>.
32049         (__libc_time): New prototype.
32050         (time_ifunc): Replace time with __libc_time.
32051         (time): New strong alias and hidden definition of __libc_time.
32052         (__GI_time): Remove strong alias.
32053         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32054         Include <stddef.h>.
32055         (memmove): Redefined to __redirect_memmove.
32056         (__memmove_sse2): Use typeof __redirect_memmove.
32057         (__memmove_ssse3): Likewise.
32058         (__memmove_ssse3_back): Likewise.
32059         (__libc_memmove): New prototype.
32060         (memmove): Renamed to ...
32061         (__libc_memmove): This.
32062         (memmove): New strong alias of __libc_memmove.
32063
32064 2012-08-08  Mark Salter  <msalter@redhat.com>
32065
32066         * elf/elf.h
32067         (R_MN10300_TLS_GD): Define.
32068         (R_MN10300_TLS_LD): Likewise.
32069         (R_MN10300_TLS_LDO): Likewise.
32070         (R_MN10300_TLS_GOTIE): Likewise.
32071         (R_MN10300_TLS_IE): Likewise.
32072         (R_MN10300_TLS_LE): Likewise.
32073         (R_MN10300_TLS_DTPMOD): Likewise.
32074         (R_MN10300_TLS_DTPOFF): Likewise.
32075         (R_MN10300_TLS_TPOFF): Likewise.
32076         (R_MN10300_SYM_DIFF): Likewise.
32077         (R_MN10300_ALIGN): Likewise.
32078         (R_MN10300_NUM): Update.
32079
32080 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32081
32082         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32083         Remove.
32084
32085 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32086
32087         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32088
32089         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32090         sysdeps/unix -> sysdeps/posix move.
32091         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32092
32093 2012-08-07      Allan McRae     <allan@archlinux.org>
32094
32095         [BZ #14303]
32096         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32097         (SUNOS_CPP): Likewise.
32098         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32099         not found.
32100         (open_input): Call CPP using execvp.
32101
32102 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32103
32104         * sysdeps/unix/sysv/linux/kernel-features.h
32105         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32106         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32107         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32108         (__ASSUME_WAITID_SYSCALL): Likewise.
32109         * sysdeps/unix/sysv/linux/dl-execstack.c
32110         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32111         code unconditional.
32112         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32113         conditional code.
32114         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32115         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32116         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32117         code.
32118         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32119         unconditional.
32120         [__ASSUME_WAITID_SYSCALL]: Likewise.
32121         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32122
32123 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32124
32125         * sysdeps/unix/closedir.c: Renamed to ...
32126         * sysdeps/posix/closedir.c: ... here.
32127         * sysdeps/unix/dirfd.c: Renamed to ...
32128         * sysdeps/posix/dirfd.c: ... here.
32129         * sysdeps/unix/dirstream.h: Renamed to ...
32130         * sysdeps/posix/dirstream.h: ... here.
32131         * sysdeps/unix/fdopendir.c: Renamed to ...
32132         * sysdeps/posix/fdopendir.c: ... here.
32133         * sysdeps/unix/opendir.c: Renamed to ...
32134         * sysdeps/posix/opendir.c: ... here.
32135         * sysdeps/unix/readdir.c: Renamed to ...
32136         * sysdeps/posix/readdir.c: ... here.
32137         * sysdeps/unix/readdir_r.c: Renamed to ...
32138         * sysdeps/posix/readdir_r.c: ... here.
32139         * sysdeps/unix/rewinddir.c: Renamed to ...
32140         * sysdeps/posix/rewinddir.c: ... here.
32141         * sysdeps/unix/seekdir.c: Renamed to ...
32142         * sysdeps/posix/seekdir.c: ... here.
32143         * sysdeps/unix/telldir.c: Renamed to ...
32144         * sysdeps/posix/telldir.c: ... here.
32145         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32146         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32147         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32148         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32149
32150         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32151         * bits/fcntl.h: ... here.
32152
32153         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32154         not 0.
32155         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32156         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32157         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32158         (struct flock): Move l_start, l_len to the beginning.
32159         Use __pid_t for l_pid.
32160         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32161         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32162         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32163         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32164         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32165         [__USE_LARGEFILE64] (struct flock64): New type.
32166         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32167
32168         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32169         * bits/dirent.h: ... here.
32170
32171         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32172         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32173
32174 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32175
32176         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32177         Change from 2.6.0 to 2.6.16.
32178         * sysdeps/unix/sysv/linux/configure: Regenerated.
32179         * sysdeps/unix/sysv/linux/kernel-features.h
32180         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32181         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32182         version.
32183         (__ASSUME_UTIMES): Likewise.
32184         (__ASSUME_CLONE_STOPPED): Remove.
32185         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32186         architectures, not kernel version.
32187         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32188         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32189         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32190         (__ASSUME_WAITID_SYSCALL): Likewise.
32191         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32192         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32193         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32194         refer to older versions.
32195
32196 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32197
32198         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32199         Define alphasort64 as an alias.
32200         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32201         Define versionsort64 as an alias.
32202         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32203         Define scandir64 as an alias.
32204         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32205         Define scandirat64 as an alias.
32206         * dirent/alphasort64.c (alphasort64):
32207         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32208         * dirent/versionsort64.c: Likewise.
32209         * dirent/scandir64.c: Likewise.
32210         * dirent/scandirat64.c: Likewise.
32211         * sysdeps/wordsize-64/alphasort.c: File removed.
32212         * sysdeps/wordsize-64/alphasort64.c: File removed.
32213         * sysdeps/wordsize-64/scandir.c: File removed.
32214         * sysdeps/wordsize-64/scandir64.c: File removed.
32215         * sysdeps/wordsize-64/scandirat.c: File removed.
32216         * sysdeps/wordsize-64/scandirat64.c: File removed.
32217         * sysdeps/wordsize-64/versionsort.c: File removed.
32218         * sysdeps/wordsize-64/versionsort64.c: File removed.
32219         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32220         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32221         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32222         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32223         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32224         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32225         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32226         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32227
32228         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32229         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32230         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32231         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32232         [defined __arch64__ || defined __sparcv9]
32233         (__INO_T_MATCHES_INO64_T): New macro.
32234         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32235         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32236         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32237         * sysdeps/unix/sysv/linux/bits/dirent.h
32238         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32239         (_DIRENT_MATCHES_DIRENT64): New macro.
32240
32241         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32242         Define lockf64 as an alias.
32243         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32244         Define fseeko64 as an alias.
32245         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32246         Define ftello64 as an alias.
32247         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32248         Define _IO_fgetpos64 and fgetpos64 as aliases.
32249         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32250         Define _IO_fsetpos64 and fsetpos64 as aliases.
32251         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32252         Conditionalize body on this.
32253         * libio/fseeko64.c: Likewise.
32254         * libio/ftello64.c: Likewise.
32255         * libio/iofgetpos64.c: Likewise.
32256         * libio/iofsetpos64.c: Likewise.
32257         * sysdeps/wordsize-64/lockf.c: File removed.
32258         * sysdeps/wordsize-64/lockf64.c: File removed.
32259         * sysdeps/wordsize-64/fseeko.c: File removed.
32260         * sysdeps/wordsize-64/fseeko64.c: File removed.
32261         * sysdeps/wordsize-64/ftello.c: File removed.
32262         * sysdeps/wordsize-64/ftello64.c: File removed.
32263         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32264         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32265         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32266         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32267         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32268         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32269         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32270         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32271         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32272         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32273         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32274         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32275         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32276         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32277
32278         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32279         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32280         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32281         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32282         [defined __arch64__ || defined __sparcv9]
32283         (__OFF_T_MATCHES_OFF64_T): New macro.
32284         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32285         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32286         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32287         (__OFF_T_MATCHES_OFF64_T): New macro.
32288
32289 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32290
32291         * stdlib/secure-getenv.c (__secure_getenv): Replace
32292         GLIBC_2_16 with GLIBC_2_17.
32293
32294 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32295
32296         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32297         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32298
32299 2012-08-03  David S. Miller  <davem@davemloft.net>
32300
32301         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32302
32303 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32304
32305         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32306         Remove.
32307         (__ASSUME_CORRECT_SI_PID): Likewise.
32308         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32309         (__ASSUME_TMPFS_NAME): Likewise.
32310         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32311         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32312         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32313         (HAVE_AUX_SECURE): Make definition unconditional.
32314         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32315         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32316
32317 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32318
32319         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32320         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32321         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32322         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32323         __eloop_threshold instead of SYMLOOP_MAX.
32324
32325         * sysdeps/generic/eloop-threshold.h: New file.
32326         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32327         of MAXSYMLINKS.
32328         * elf/chroot_canon.c (chroot_canon): Likewise.
32329
32330 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32331
32332         [BZ #13717]
32333         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32334         Change to 2.6.0 everywhere.
32335         * sysdeps/unix/sysv/linux/configure: Regenerated.
32336         * sysdeps/unix/sysv/linux/kernel-features.h
32337         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32338         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32339         kernel versions.
32340         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32341         (__ASSUME_FUTEX_REQUEUE): Remove.
32342         (__ASSUME_STATFS64): Define unconditionally.
32343         (__ASSUME_AT_SECURE): Likewise.
32344         (__ASSUME_CORRECT_SI_PID): Likewise.
32345         (__ASSUME_TGKILL): Define without depending on kernel version for
32346         i386.
32347         (__ASSUME_UTIMES): Likewise.
32348         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32349         kernel version.
32350         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32351         (__ASSUME_TMPFS_NAME): Likewise.
32352         * README: Update reference to Linux kernel versions.
32353
32354 2012-08-02  Marek Polacek  <polacek@redhat.com>
32355
32356         [BZ# 14150]
32357         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32358         libc_cv_asm_type_prefix with %.
32359         * configure: Regenerated.
32360         * include/libc-symbols.h: Remove comment about
32361         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32362         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32363         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32364         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32365         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32366         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32367         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32368         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32369         * elf/tst-unique2mod1.c: Likewise.
32370         * elf/tst-unique1mod2.c: Likewise.
32371         * elf/tst-unique1mod1.c: Likewise.
32372         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32373         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32374         Replace ASM_TYPE_DIRECTIVE with .type.
32375         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32376         * sysdeps/i386/sysdep.h: Likewise.
32377         * sysdeps/x86_64/sysdep.h: Likewise.
32378         * sysdeps/sh/sysdep.h: Likewise.
32379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32380         Do not define ASM_TYPE_DIRECTIVE.
32381         * sysdeps/powerpc/sysdep.h: Likewise.
32382         * sysdeps/powerpc/powerpc32/sysdep.h:
32383         Replace ASM_TYPE_DIRECTIVE with .type.
32384         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32385         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32386         * sysdeps/i386/fpu/e_powf.S: Likewise.
32387         * sysdeps/i386/fpu/e_expl.S: Likewise.
32388         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32389         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32390         * sysdeps/i386/fpu/e_pow.S: Likewise.
32391         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32392         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32393         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32394         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32395         * sysdeps/i386/fpu/e_log2.S: Likewise.
32396         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32397         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32398         * sysdeps/i386/fpu/e_powl.S: Likewise.
32399         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32400         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32401         * sysdeps/i386/fpu/e_logl.S: Likewise.
32402         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32403         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32404         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32405         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32406         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32407         * sysdeps/i386/fpu/e_log.S: Likewise.
32408         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32409         * sysdeps/i386/fpu/e_logf.S: Likewise.
32410         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32411         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32412         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32413         * sysdeps/i386/fpu/e_log10.S: Likewise.
32414         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32415         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32416         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32417         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32418         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32419         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32420         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32421         * sysdeps/i386/i686/strtok.S: Likewise.
32422         * sysdeps/i386/i386-mcount.S: Likewise.
32423         * sysdeps/i386/strtok.S: Likewise.
32424         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32425         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32426         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32427         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32428         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32429         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32430         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32431         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32432         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32433         * sysdeps/x86_64/_mcount.S: Likewise.
32434         * sysdeps/x86_64/strtok.S: Likewise.
32435         * sysdeps/sh/_mcount.S: Likewise.
32436
32437 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32438
32439         * libio/iofopen.c: Include <fcntl.h>.
32440         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32441         (_IO_fopen64, fopen64): Define as aliases.
32442         * libio/iofopen64.c: Include <fcntl.h>.
32443         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32444         Conditionalize body on this.
32445         * sysdeps/wordsize-64/iofopen.c: File removed.
32446         * sysdeps/wordsize-64/iofopen64.c: File removed.
32447
32448 2012-08-01  Marek Polacek  <polacek@redhat.com>
32449
32450         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32451         Use dlfcn directly instead of a variable.
32452         (binfmt-subdir): Do not define.
32453         (dlfcn): Likewise.
32454
32455 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32456
32457         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32458         Remove all definitions.
32459         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32460         <kernel-features.h>.
32461         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32462         (miss_F_GETOWN_EX): Remove all definitions.
32463         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32464         macro definition.
32465         [!__ASSUME_FCNTL64]: Remove conditional code.
32466         [__ASSUME_FCNTL64]: Make code unconditional.
32467         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32468         <kernel-features.h>.
32469         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32470         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32471         (lockf64) [__NR_fcntl64]: Make code unconditional.
32472         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32473
32474         * sysdeps/unix/sysv/linux/kernel-features.h
32475         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32476         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32477         Make code unconditional.
32478         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32479         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32481         [__NR_vfork]: Make code unconditional.
32482         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32483         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32485         [__NR_vfork]: Make code unconditional.
32486         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32487         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32488
32489 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32490
32491         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32492         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32493
32494         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32495         Define mkstemp64 as an alias.
32496         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32497         Define mkstemps64 as an alias.
32498         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32499         Define mkostemp64 as an alias.
32500         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32501         Define mkostemps64 as an alias.
32502         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32503         Conditionalize body on this.
32504         * misc/mkostemp64.c: Likewise.
32505         * misc/mkostemps64.c: Likewise.
32506         * misc/mkstemps64.c: Likewise.
32507         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32508         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32509         * sysdeps/wordsize-64/mkostemp.c: File removed.
32510         * sysdeps/wordsize-64/mkstemp.c: File removed.
32511         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32512         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32513         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32514         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32515
32516         [BZ #14138]
32517         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32518         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32519         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32520         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32521
32522         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32523         compat_symbol macros from <shlib-compat.h> rather than the underlying
32524         default_symbol_version and symbol_version macros, so that DEFAULT
32525         lines in shlib-versions are respected.
32526         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32527
32528 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32529
32530         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32531         Declare with warn_unused_result.
32532         (setgid, setregid, setegid, setresgid): Likewise.
32533         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32534         Likewise.
32535         * WUR-REPORT: Remove set*id functions.
32536
32537 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32538
32539         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32540
32541 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32542
32543         [BZ #10191]
32544         * include/sys/socket.h (__libc_accept, __libc_accept4):
32545         Add attribute_hidden.
32546         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32547
32548         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32549         use of PTR_MANGLE.
32550         * inet/getnetgrent_r.c (setup): Likewise.
32551
32552         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32553
32554 2012-07-31  David S. Miller  <davem@davemloft.net>
32555
32556         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32557
32558 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32559
32560         [BZ #13629]
32561         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32562         value between 1.0 and 2.0 and smaller part has absolute value less
32563         than 1.0.
32564         * math/s_clog10.c (__clog10): Likewise.
32565         * math/s_clog10f.c (__clog10f): Likewise.
32566         * math/s_clog10l.c (__clog10l): Likewise.
32567         * math/s_clogf.c (__clogf): Likewise.
32568         * math/s_clogl.c (__clogl): Likewise.
32569         * math/libm-test.inc (clog_test): Add more tests.
32570         (clog10_test): Likewise.
32571         * sysdeps/i386/fpu/libm-test-ulps: Update.
32572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32573
32574 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32575
32576         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32577         Exit with zero in case no suitable GID is found, and write a
32578         message to standard error.
32579
32580 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32581
32582         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32583         rather than to 1.
32584         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32585         (MAXPATHLEN): Removed.
32586         (NOGROUP, NODEV): New macros.
32587         (setbit, clrbit, isset, isclr): New macros.
32588         (howmany, roundup, powerof2): New macros.
32589         (DEV_BSIZE): New macro.
32590
32591         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32592         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32593
32594         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32595         definition on [!__NO_LONG_DOUBLE_MATH].
32596
32597         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32598         PTR_MANGLE and PTR_DEMANGLE.
32599
32600         * socket/accept4.c (accept4): Rename to __libc_accept4.
32601         Define accept4 as a weak alias.
32602
32603         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32604         on [_DIRENT_HAVE_D_TYPE].
32605         * io/ftw.c (ftw_dir): Likewise.
32606
32607         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32608
32609         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32610
32611         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32612         Use the BSD numbers rather than the arbitrary ones we had.
32613         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32614         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32615         (SIGXCPU, SIGXFSZ): New macros.
32616         (_NSIG): Now 32.
32617
32618         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32619         initializer on [_LIBC_REENTRANT].
32620
32621         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32622         definitions inside [_POSIX_MAPPED_FILES].
32623
32624         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32625
32626         * dirent/opendir.c: Include <fcntl.h>.
32627
32628         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32629         (__libc_getspecific): Likewise.
32630         (__libc_key_create): Likewise.
32631
32632         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32633         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32634         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32635         (tmpfile64): Define as alias.
32636         * sysdeps/wordsize-64/tmpfile.c: File removed.
32637         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32638         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32639         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32640
32641         * stdio-common/vfscanf.c: Include <stdbool.h>.
32642         * nss/makedb.c: Likewise.
32643         * stdio-common/_i18n_number.h: Likewise.
32644         * argp/argp-help.c: Likewise.
32645         * posix/wordexp.c: Likewise.
32646         * sysdeps/posix/spawni.c: Likewise.
32647         * nss/nss_files/files-initgroups.c: Likewise.
32648         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32649         * nss/nss_files/files-initgroups.c: Likewise.
32650         * nss/nss_db/db-netgrp.c: Likewise.
32651         * nss/nss_db/db-initgroups.c: Likewise.
32652         * io/fchmodat.c: Include <sys/stat.h>.
32653
32654         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32655         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32656
32657         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32658         [HAVE_MMAP].
32659
32660         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32661         Add multiple inclusion protection.
32662
32663 2012-07-27  David S. Miller  <davem@davemloft.net>
32664
32665         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32666
32667 2012-07-27  Gary Benson  <gbenson@redhat.com>
32668
32669         [BZ #14298]
32670         * elf/rtld.c: Include <stap-probe.h>.
32671         (dl_main): Added static probes "init_start" and "init_complete".
32672         * elf/dl-load.c: Include <stap-probe.h>.
32673         (lose): Take new parameter "nsid".
32674         Added static probe "map_failed".
32675         (_dl_map_object_from_fd): Pass namespace id to lose.
32676         Added static probe "map_start".
32677         (open_verify): Pass namespace id to lose.
32678         * elf/dl-open.c: Include <stap-probe.h>.
32679         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32680         and "reloc_complete".
32681         * elf/dl-close.c: Include <stap-probe.h>.
32682         (_dl_close_worker): Added static probes "unmap_start" and
32683         "unmap_complete".
32684         * elf/rtld-debugger-interface.txt: New file documenting the above.
32685
32686 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32687
32688         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32689         rather than a string variable.
32690         * sunrpc/rpc_main.c (h_output): Likewise.
32691         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32692
32693 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32694
32695         * inet/check_native.c: New file.
32696
32697 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32698
32699         [BZ #13629]
32700         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32701         if larger part has absolute value 1.0.
32702         * math/s_clog10.c (__clog10): Likewise.
32703         * math/s_clog10f.c (__clog10f): Likewise.
32704         * math/s_clog10l.c (__clog10l): Likewise.
32705         * math/s_clogf.c (__clogf): Likewise.
32706         * math/s_clogl.c (__clogl): Likewise.
32707         * math/libm-test.inc (clog_test): Add more tests.
32708         (clog10_test): Likewise.
32709         * sysdeps/i386/fpu/libm-test-ulps: Update.
32710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32711
32712         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32713         (pltexit): Likewise.
32714         (La_regs): Likewise.
32715         (La_retval): Likewise.
32716         (int_retval): Likewise.
32717         Update #error for removed macros to refer only to definitions in
32718         tst-audit.h.
32719         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32720         macro.
32721         (pltexit): Likewise.
32722         (La_regs): Likewise.
32723         (La_retval): Likewise.
32724         (int_retval): Likewise.
32725         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32726         macro.
32727         (pltexit): Likewise.
32728         (La_regs): Likewise.
32729         (La_retval): Likewise.
32730         (int_retval): Likewise.
32731         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32732         macro.
32733         (pltexit): Likewise.
32734         (La_regs): Likewise.
32735         (La_retval): Likewise.
32736         (int_retval): Likewise.
32737         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32738         macro.
32739         (pltexit): Likewise.
32740         (La_regs): Likewise.
32741         (La_retval): Likewise.
32742         (int_retval): Likewise.
32743         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32744         macro.
32745         (pltexit): Likewise.
32746         (La_regs): Likewise.
32747         (La_retval): Likewise.
32748         (int_retval): Likewise.
32749         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32750         macro.
32751         (pltexit): Likewise.
32752         (La_regs): Likewise.
32753         (La_retval): Likewise.
32754         (int_retval): Likewise.
32755         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32756         macro definitions in tst-audit.h.
32757         * sysdeps/i386/tst-audit.h: New file.
32758         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32759         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32760         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32761         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32762         * sysdeps/sh/tst-audit.h: Likewise.
32763         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32764         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32765         * sysdeps/x86_64/tst-audit.h: Likewise.
32766
32767 2012-07-26  Andreas Jaeger  <aj@suse.de>
32768
32769         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32770         ptrace.
32771
32772         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32773         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32774         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32775         PTRACE_O_MASK.
32776         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32777         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32778         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32779
32780         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32781         value.
32782
32783         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32784         _sigsys.
32785         (si_call_addr, si_syscall, si_arch): Define new macro.
32786         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32787         _sigsys.
32788         (si_call_addr, si_syscall, si_arch): Define new marcro.
32789         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32790         _sigsys.
32791         (si_call_addr, si_syscall, si_arch): Define new macro.
32792         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32793         _sigsys.
32794         (si_call_addr, si_syscall, si_arch): Define new macro.
32795
32796 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32797
32798         [BZ #13717]
32799         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32800         Change to 2.4.21 where previously 2.4.1.
32801         * sysdeps/unix/sysv/linux/configure: Regenerated.
32802         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32803         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32804         Linux kernel version.
32805         (__ASSUME_STD_AUXV): Remove.
32806         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32807         kernel version.
32808         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32809         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32810         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32811         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32812         (__ASSUME_NETLINK_SUPPORT): Likewise.
32813         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32814         (__no_netlink_support): Remove conditional definition.
32815         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32816         Remove.
32817         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32818         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32819         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32820         (if_nameindex_ioctl): Remove.
32821         (if_nameindex_netlink): Do not handle __no_netlink_support.
32822         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32823         code.
32824         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32825         Remove conditional code.
32826         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32827         code.
32828         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32829         unconditional.
32830         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32831         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32832         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32833         Remove.
32834         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32835         [!__ASSUME_STD_AUXV]: Remove conditional code.
32836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32837         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32838         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32840         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32841         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32842         code.
32843         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32845         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32846         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32847         conditional code.
32848         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32850         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32851         code.
32852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32853         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32854         conditional code.
32855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32856         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32857         code unconditional.
32858         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32859         conditional code.
32860         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32861         unconditional.
32862         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32863         conditional code.
32864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32865         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32866         unconditional.
32867         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32868         conditional code.
32869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32870         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32871         code unconditional.
32872         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32873         conditional code.
32874         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32875         unconditional.
32876         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32877         conditional code.
32878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32879         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32880         code unconditional.
32881         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32882         conditional code.
32883         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32884         unconditional.
32885         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32886         conditional code.
32887
32888 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32889
32890         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32891         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32892         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32893         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32894         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32895         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32896         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32897         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32898         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32899         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32900         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32901         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32902         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32903         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32904         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32905         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32906         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32907         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32908         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32909         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32910         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32911         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32912         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32913
32914 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32915
32916         * Versions.def: Add GLIBC_2.17.
32917         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32918         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32919         Introduce __libc_secure_getenv.
32920         * stdlib/Versions (2.17): Add secure_getenv
32921         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32922         * stdlib/secure-getenv.c: Rename __secure_getenv to
32923         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32924         symbol __secure_getenv for GLIBC_2.0.
32925         * stdlib/tst-secure-getenv.c: New.
32926         * stdlib/Makefile (tests): Add testcase.
32927         * manual/startup.texi (Environment Access): Document
32928         secure_getenv.
32929         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32930         __libc_secure_getenv.
32931         * inet/ruserpass.c (ruserpass): Likewise.
32932         * malloc/mtrace.c (mtrace): Likewise.
32933         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32934         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32935         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32936         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32937         HAVE_SECURE_GETENV.
32938         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32939         __secure_getenv to __libc_secure_getenv.
32940         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32942         Likewise.
32943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32944         Likewise.
32945         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32946         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32947         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32948         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32949         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32950         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32951         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32952
32953 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32954
32955         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32956         (struct La_i86_retval): Likewise.
32957         (struct La_x86_64_regs): Likewise.
32958         (struct La_x86_64_retval): Likewise.
32959         (struct La_x32_regs): Likewise.
32960         (struct La_x32_retval): Likewise.
32961         (struct La_ppc32_regs): Likewise.
32962         (struct La_ppc32_retval): Likewise.
32963         (struct La_ppc64_regs): Likewise.
32964         (struct La_ppc64_retval): Likewise.
32965         (struct La_sh_regs): Likewise.
32966         (struct La_sh_retval): Likewise.
32967         (struct La_s390_32_regs): Likewise.
32968         (struct La_s390_32_retval): Likewise.
32969         (struct La_s390_64_regs): Likewise.
32970         (struct La_s390_64_retval): Likewise.
32971         (struct La_sparc32_regs): Likewise.
32972         (struct La_sparc32_retval): Likewise.
32973         (struct La_sparc64_regs): Likewise.
32974         (struct La_sparc64_retval): Likewise.
32975         (struct audit_ifaces): Remove architecture-specific pltenter and
32976         pltexit members.
32977         * sysdeps/i386/ldsodefs.h: New file.
32978         * sysdeps/powerpc/ldsodefs.h: Likewise.
32979         * sysdeps/s390/ldsodefs.h: Likewise.
32980         * sysdeps/sh/ldsodefs.h: Likewise.
32981         * sysdeps/sparc/ldsodefs.h: Likewise.
32982         * sysdeps/x86_64/ldsodefs.h: Likewise.
32983
32984 2012-07-25  Marek Polacek  <polacek@redhat.com>
32985
32986         [BZ #6808]
32987         * math/libm-test.inc (yn_test): Add another test.
32988         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32989         to ERANGE when the result is +-Inf.
32990         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
32991         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32992         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
32993         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
32994
32995 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
32996
32997         * conform/data/time.h-data (NULL): Use macro-constant.  Require
32998         equal to 0.
32999         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33000         clock_t.
33001         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33002
33003 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33004
33005         * configure.in <sysdeps resolving>: Correct printing
33006         Implies_before.
33007         * configure: Regenerate.
33008
33009 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33010
33011         * math/w_ilogb.c: Include <limits.h>.
33012         * math/w_ilogbl.c: Likewise.
33013
33014 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33015
33016         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33017         va_copy.  Document allowing for unavailable va_copy only as
33018         pre-C99 compatibility.
33019         * manual/string.texi (Copying and Concatenation): Use va_copy
33020         instead of __va_copy in concat example.
33021
33022 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33023
33024         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33025         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33026         it if not null.
33027
33028         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33029         with O_NOLINK passed to __file_name_lookup.
33030
33031         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33032         with O_NOLINK passed to __file_name_lookup.
33033
33034         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33035         negative N or less than NGIDS.
33036
33037         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33038         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33039         enough.  Use memcpy instead of strncpy.
33040
33041 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33042
33043         * elf/Makefile (check-data): Remove.
33044         (localplt.data): New vpath directive.
33045         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33046         instead of $(check-data).
33047         * scripts/data/localplt-generic.data: Move to ...
33048         * sysdeps/generic/localplt.data: ... here.
33049         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33050         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33051         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33053         ... here.
33054         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33056         ... here.
33057         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33058         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33059         ... here.
33060         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33061         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33062         ... here.
33063         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33065         ... here.
33066         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33067         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33068         ... here.
33069
33070 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33071
33072         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33073         PPC32 and PPC64 files.
33074         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33075         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33076
33077 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33078
33079         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33080         __makecontext_ret to ...
33081         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33082         ... here and call exit if uc_link is NULL.  New file.
33083         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33084         __makecontext_ret.S.
33085         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33086         __makecontext_ret to ...
33087         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33088         ... here and call exit if uc_link is NULL.  New file.
33089         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33090         __makecontext_ret.S.
33091
33092 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33093
33094         * elf/elf.h (R_390_IRELATIVE): New definition.
33095         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33096         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33097         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33098         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33099         (elf_machine_lazy_rel): Likewise.
33100         * sysdeps/s390/dl-irel.h: New file.
33101         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33102         * sysdeps/s390/s390-64/memset.S: New asm code.
33103         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33104         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33105         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33106         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33107         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33108         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33109         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33110         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33111         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33112         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33113         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33114         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33115         * sysdeps/s390/s390-32/memset.S: New asm code.
33116         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33117
33118 2012-07-17  Marek Polacek  <polacek@redhat.com>
33119
33120         [BZ #14349]
33121         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33122         * sysdeps/s390/s390-64/configure.in: Likewise.
33123         * sysdeps/sparc/configure.in: Likewise.
33124         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33125         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33126         * sysdeps/i386/configure.in: Likewise.
33127         * sysdeps/x86_64/configure.in: Likewise.
33128         * sysdeps/sh/configure.in: Likewise.
33129         * sysdeps/s390/s390-32/configure: Regenerated.
33130         * sysdeps/s390/s390-64/configure: Likewise.
33131         * sysdeps/x86_64/configure: Likewise.
33132         * sysdeps/sh/configure: Likewise.
33133         * sysdeps/powerpc/powerpc64/configure: Likewise.
33134         * sysdeps/powerpc/powerpc32/configure: Likewise.
33135         * sysdeps/sparc/configure: Likwise.
33136         * sysdeps/i386/configure: Likewise.
33137
33138         * elf/dl-open.c: Comment fixes.
33139
33140 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33141
33142         * Makefile [CXX] (check-data): Remove.
33143         [CXX] (c++-types.data): New vpath directive.
33144         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33145         vpath.  Do not allow for C++ type data being missing.
33146         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33147         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33148         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33149         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33150         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33151         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33152         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33154         ... here.
33155         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33157         ... here.
33158         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33159         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33160         ... here.
33161         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33162         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33163         ... here.
33164         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33165         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33166         ... here.
33167         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33168         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33169         ... here.
33170         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33171         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33172         ... here.
33173         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33174         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33175
33176         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33177         definitions to architecture-specific files.
33178         (TLS_IE): Likewise.
33179         (TLS_LD): Likewise.
33180         (TLS_GD): Likewise.
33181         * sysdeps/i386/tls-macros.h: New file.
33182         * sysdeps/powerpc/tls-macros.h: Likewise.
33183         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33184         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33185         * sysdeps/sh/tls-macros.h: Likewise.
33186         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33187         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33188         * sysdeps/x86_64/tls-macros.h: Likewise.
33189
33190 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33191
33192         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33193         zero value for regular exit case.
33194
33195         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33196         (__start_context): Preserve zero value for regular exit case.
33197
33198 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33199             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33200
33201         * manual/setjmp.texi (setcontext): Clarify normal process
33202         termination when uc_link is the null pointer.
33203         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33204         exit call.
33205
33206 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33207
33208         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33209         preprocessor.  Test for each exception mask separately.
33210
33211 2012-07-16  Andreas Jaeger  <aj@suse.de>
33212
33213         * po/ru.po: Update from translation team.
33214
33215 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33216
33217         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33218         equal to 0.
33219         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33220         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33221         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33222         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33223         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33224
33225 2012-07-13  Andreas Jaeger  <aj@suse.de>
33226
33227         * po/fr.po: Update from translation team.
33228
33229 2012-07-12  Marek Polacek  <polacek@redhat.com>
33230
33231         [BZ #14173]
33232         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33233         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33234         loop condition.
33235
33236 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33237
33238         [BZ #13717]
33239         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33240         Change to 2.4.1 where previously 2.4.0.
33241         * sysdeps/unix/sysv/linux/configure: Regenerated.
33242         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33243         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33244         version.
33245         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33246         (__ASSUME_AT_CLKTCK): Remove.
33247         (__ASSUME_AT_PAGESIZE): Likewise.
33248         (__ASSUME_AT_XID): Likewise.
33249         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33250         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33251         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33252         unconditionally.
33253         (HAVE_AUX_PAGESIZE): Likewise.
33254         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33255         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33256         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33257
33258 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33259
33260         [BZ #14307]
33261         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33262         the temporary buffer used to invoke __gethostbyname2_r,
33263         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33264         host_data / struct gaih_addrtuple.
33265         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33266         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33267         header file nss/nsswitch.h.
33268         * nss/nsswitch.h (global scope): Add definition of implementation
33269         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33270         resolv/nss_dns/dns-host.c).
33271
33272 2012-07-11  Andreas Jaeger  <aj@suse.de>
33273
33274         * po/fr.po: Update from translation team.
33275
33276         * po/sv.po: Update from translation team
33277         * po/fr.po: Another update from translation team.
33278
33279 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33280
33281         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33282         for subnormals or multiply small sinh result by itself.
33283         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33284         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33285
33286 2012-07-11  David S. Miller  <davem@davemloft.net>
33287
33288         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33289
33290 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33291
33292         [BZ #14347]
33293         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33294         (INTERNAL_MARK): Shift it here.
33295
33296 2012-07-10  Marek Polacek  <polacek@redhat.com>
33297
33298         [BZ #14151]
33299         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33300         libc_cv_asm_global_directive with .globl.
33301         * configure: Regenerated.
33302         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33303         with .globl.
33304         * sysdeps/i386/configure: Regenerated.
33305         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33306         with .globl.
33307         * sysdeps/x86_64/configure: Regenerated.
33308         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33309         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33310         * elf/tst-unique2mod2.c: Likewise.
33311         * elf/tst-unique2mod1.c: Likewise.
33312         * elf/tst-unique1mod2.c: Likewise.
33313         * elf/tst-unique1mod1.c: Likewise.
33314         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33315         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33316         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33317         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33318         * sysdeps/mach/sysdep.h: Likewise.
33319         * sysdeps/i386/sysdep.h: Likewise.
33320         * sysdeps/i386/i386-mcount.S: Likewise.
33321         * sysdeps/x86_64/_mcount.S: Likewise.
33322         * sysdeps/x86_64/sysdep.h: Likewise.
33323         * sysdeps/sh/_mcount.S: Likewise.
33324         * sysdeps/sh/sysdep.h: Likewise.
33325         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33326         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33327         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33328         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33329         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33330         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33331         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33332         * locale/localeinfo.h: Likewise.
33333         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33334         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33335
33336 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33337
33338         [BZ #14336]
33339         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33340         system".
33341         * manual/message.texi (The Uniforum approach): Likewise.
33342         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33343         (glibc iconv Implementation): Likewise.
33344
33345 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33346
33347         [BZ #14337]
33348         * math/s_clog.c (__clog): Avoid scaling a value down where that
33349         could result in underflow.
33350         * math/s_clog10.c (__clog10): Likewise.
33351         * math/s_clog10f.c (__clog10f): Likewise.
33352         * math/s_clog10l.c (__clog10l): Likewise.
33353         * math/s_clogf.c (__clogf): Likewise.
33354         * math/s_clogl.c (__clogl): Likewise.
33355         * math/libm-test.inc (clog_test): Add more tests.
33356         (clog10_test): Likewise.
33357         * sysdeps/i386/fpu/libm-test-ulps: Update.
33358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33359
33360 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33361
33362         [BZ #14283]
33363         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33364         by 7 not 8 to examine high bit of fractional part.
33365
33366         [BZ #14042]
33367         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33368         for call to __mcount_internal.
33369         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33370         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33371         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33372
33373 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33374
33375         [BZ #14154]
33376         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33377         approximation for values within 0x1p-13f of an odd multiple of
33378         pi/4.
33379         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33380         exception.  Add more tests.
33381         * sysdeps/i386/fpu/libm-test-ulps: Update.
33382
33383         [BZ #6778]
33384         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33385         inputs and return -1 for them.  Do not check for +Inf in case not
33386         reachable for +Inf.
33387         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33388         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33389         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33390         and return -1 for them.  Do not check for +Inf in case not
33391         reachable for +Inf.
33392         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33393         define.
33394         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33395         and return -1 for them.  Do not check for +Inf in case not
33396         reachable for +Inf.
33397         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33398         spurious underflow.
33399         * sysdeps/i386/fpu/libm-test-ulps: Update.
33400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33401
33402 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33403
33404         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33405
33406 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33407
33408         [BZ #14157]
33409         [BZ #14331]
33410         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33411         could result in spurious underflow.  Scale down values above
33412         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33413         * math/s_csqrtf.c (__csqrtf): Likewise.
33414         * math/s_csqrtl.c (__csqrtl): Likewise.
33415         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33416         spurious underflow.
33417         * sysdeps/i386/fpu/libm-test-ulps: Update.
33418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33419
33420 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33421
33422         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33423         xopen-msg.sed.
33424         * catgets/xopen-msg.awk: New file.
33425         * catgets/xopen-msg.sed: Removed.
33426
33427         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33428         po2text.sed.
33429         * intl/po2test.awk: New file.
33430         * intl/po2test.sed: Removed.
33431
33432 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33433
33434         [BZ #14328]
33435         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33436         or multiply small sinh result by itself.
33437         * math/s_ctanf.c (__ctanf): Likewise.
33438         * math/s_ctanh.c (__ctanh): Likewise.
33439         * math/s_ctanhf.c (__ctanhf): Likewise.
33440         * math/s_ctanhl.c (__ctanhl): Likewise.
33441         * math/s_ctanl.c (__ctanl): Likewise.
33442         * math/libm-test.inc (ctan_test_tonearest): New function.
33443         (ctan_test_towardzero): Likewise.
33444         (ctan_test_downward): Likewise.
33445         (ctan_test_upward): Likewise.
33446         (ctanh_test_tonearest): Likewise.
33447         (ctanh_test_towardzero): Likewise.
33448         (ctanh_test_downward): Likewise.
33449         (ctanh_test_upward): Likewise.
33450         (main): Call these new functions.
33451         * sysdeps/i386/fpu/libm-test-ulps: Update.
33452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33453
33454 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33455
33456         * .gitignore: Delete /ports entry.
33457
33458 2012-07-03  Andreas Jaeger  <aj@suse.de>
33459
33460         * po/bg.po: Update from translation team.
33461         * po/cs.po: Likewise.
33462         * po/de.po: Likewise.
33463         * po/hr.po: Likewise.
33464         * po/nl.pl: Likewise.
33465         * po/pl.po: Likewise.
33466         * po/vi.po: Likewise.
33467
33468 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33469
33470         * Makeconfig [!+link] (+link-before-libc): New variable.
33471         [!+link] (+link-after-libc): Likewise.
33472         [!+link] (+link-tests): Likewise.
33473         [!+link] (+link): Define in terms of $(+link-before-libc) and
33474         $(+link-after-libc).
33475         [!+link-static] (+link-static-before-libc): New variable.
33476         [!+link-static] (+link-static-after-libc): Likewise.
33477         [!+link-static] (+link-static-tests): Likewise.
33478         [!+link-static] (+link-static): Define in terms of
33479         $(+link-static-before-libc) and $(+link-static-after-libc).
33480         [build-shared] (link-libc-before-gnulib): New variable.
33481         [build-shared] (link-libc-tests): Likewise.
33482         [build-shared] (link-libc): Define in terms of
33483         $(link-libc-before-gnulib).
33484         [!build-shared] (link-libc-tests): New variable.
33485         (link-libc-static-tests): New variable.
33486         [!gnulib] (gnulib-arch): New variable.
33487         [!gnulib] (gnulib-tests): Likewise.
33488         [!gnulib] (static-gnulib-arch): Likewise.
33489         [!gnulib] (static-gnulib-tests): Likewise.
33490         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33491         Define with "=" instead of ":=".
33492         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33493         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33494         * Rules (binaries-all-notests): New variable.
33495         (binaries-all-tests): Likewise.
33496         (binaries-static-notests): Likewise.
33497         (binaries-static-tests): Likewise.
33498         (binaries-all): Define using $(binaries-all-notests) and
33499         $(binaries-all-tests).
33500         (binaries-static): Define using $(binaries-static-notests) and
33501         $(binaries-static-tests).
33502         (binaries-shared-tests): New variable.
33503         (binaries-shared-notests): Likewise.
33504         (binaries-shared): Remove variable.
33505         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33506         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33507         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33508         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33509         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33510         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33511         * elf/Makefile (sln-modules): New variable.
33512         (extra-objs): Add $(sln-modules:=.o).
33513         (ldconfig-modules): Add static-stubs.
33514         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33515         * elf/static-stubs.c: New file.
33516
33517         [BZ #14283]
33518         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33519         by 7 not 8 to examine high bit of fractional part.  Use volatile
33520         variables when splitting into final array of floats if
33521         __FLT_EVAL_METHOD__ != 0.
33522         * math/libm-test.inc (cos_test): Add another test.
33523         (sin_test): Likewise.
33524         * sysdeps/i386/fpu/libm-test-ulps: Update.
33525
33526         [BZ #14273]
33527         * math/libm-test.inc (cosh_test): Add more tests.
33528
33529         * version.h (RELEASE): Set to "development".
33530         (VERSION): Set to "2.16.90".
33531
33532 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33533
33534         * NEWS: Update copyright. Remove last-updated date.
33535         Mention math library bug fixes and timezone data changes.
33536         * README: Mention GNU/Hurd, x32, and HPPA support status.
33537
33538 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33539
33540         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33541
33542 2012-06-27  Andreas Jaeger  <aj@suse.de>
33543
33544         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33545
33546 2012-06-25  Andreas Jaeger  <aj@suse.de>
33547
33548         * sysdeps/s390/fpu/libm-test-ulps: Update.
33549
33550 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33551             Thomas Schwinge  <thomas@codesourcery.com>
33552
33553         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33554         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33555         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33556         fanotify_mark.
33557
33558 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33559
33560         * sysdeps/mach/start.c: Remove file.
33561         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33562         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33563         * sysdeps/sh/init-first.c: Likewise.
33564
33565         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33566         registers for frame unwinding purposes, add CFI directives.
33567         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33568         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33569         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33570         Likewise.
33571
33572         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33573         __fortify_fail returning.
33574         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33575
33576         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33577         sysdeps/sh/____longjmp_chk.S.
33578         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33579         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33580         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33581         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33582
33583         * sysdeps/sh/abort-instr.h: New file.
33584         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33585         process in case exit returns.
33586
33587         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33588         initialize the GOT register before use.
33589
33590         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33591         calculation of ARGC > 4.
33592
33593         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33594         meaningful names to some local labels.
33595
33596 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33597             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33598
33599         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33600         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33601         (__arch_compare_and_exchange_val_16_acq): Likewise.
33602         (__arch_compare_and_exchange_val_32_acq): Likewise.
33603         (atomic_exchange_and_add): Fix gUSA sequence.
33604         (atomic_add): Likewise.
33605         (atomic_add_negative): Likewise.
33606         (atomic_add_zero): Likewise.
33607         (atomic_bit_test_set): Likewise.
33608
33609 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33610
33611         [BZ #13579]
33612         * include/link.h (struct link_map): Add l_free_initfini.
33613         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33614         l_initfini.
33615         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33616         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33617         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33618         set.
33619
33620 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33621
33622         * configure.in: Use AC_LANG_SOURCE.
33623         * configure: Regenerate.
33624
33625 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33626
33627         * configure.in (libc_cv_localstatedir): New substituted variable.
33628         * configure: Regenerated.
33629         * config.make.in (localstatedir): New variable, substituted from
33630         libc_cv_localstatedir.
33631         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33632         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33633         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33634         * sysdeps/gnu/configure: Regenerated.
33635
33636 2012-06-21  Jeff Law  <law@redhat.com>
33637
33638         [BZ #14277]
33639         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33640         free.  Simplify list management for _LIBC case.
33641
33642 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33643
33644         [BZ #14273]
33645         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33646         Clear sign bit of 64-bit integer value before comparing against
33647         overflow value.
33648
33649         * sysdeps/mach/configure: Regenerated.
33650
33651 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33652
33653         [BZ #14278]
33654         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33655
33656 2012-06-21  Jeff Law  <law@redhat.com>
33657
33658         [BZ #13882]
33659         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33660         uint16_t for elements in the "seen" array to avoid char overflows.
33661         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33662         * elf/dl-open.c (dl_open_worker): Likewise.
33663
33664 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33665
33666         * scripts/list-sources.sh: Scan PORTS for translations.
33667         * po/libc.pot: Regenerated.
33668
33669 2012-06-21  Andreas Jaeger  <aj@suse.de>
33670
33671         [BZ #12194]
33672         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33673         warning.
33674         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33675         * bits/byteswap-16.h (__bswap_16): Likewise.
33676         * bits/byteswap.h (__bswap_constant_16): Likewise.
33677
33678 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33679
33680         [BZ #14117]
33681         * sysdeps/i386/fpu_control.h: Removed.
33682         * sysdeps/x86_64/fpu_control.h: Moved to ...
33683         * sysdeps/x86/fpu_control.h: Here.
33684
33685         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33686         (_FPU_SETCW): Likewise.
33687
33688 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33689
33690         [BZ #14117]
33691         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33692         * sysdeps/x86/fpu/bits/mathinline.h: This.
33693         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33694
33695         [BZ #14050]
33696         [BZ #14117]
33697         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33698         functions if __x86_64__ is defined.
33699
33700 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33701
33702         * string/endian.h: Add !__ASSEMBLER__ condition for including
33703         conversion interfaces.
33704
33705 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33706
33707         [BZ #14241]
33708         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33709         of ABS(x) in calculating zero to negative powers other than odd
33710         integers.
33711         * math/libm-test.inc (pow_test): Add more tests.
33712
33713 2012-06-15  Andreas Jaeger  <aj@suse.de>
33714
33715         * manual/contrib.texi (Contributors): Update entry of Liubov
33716         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33717         Machado Filho.
33718
33719 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33720
33721         * string/string.h: Add __wur to GNU version of strerror_r.
33722
33723 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33724
33725         [BZ #14229]
33726         * string/Makefile (tests): Add tst-strtok_r.
33727         * string/tst-strtok_r.c: New file.
33728         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33729         RAX_LP/RDX_LP on SAVE_PTR.
33730
33731 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33732
33733         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33734
33735 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33736
33737         * libm_test.inc (csqrt_test): Allow more spurious underflow
33738         exceptions.
33739         (j0_test): Likewise.
33740         (j1_test): Likewise.
33741         (y0_test): Likewise.
33742         (y1_test): Likewise.
33743
33744 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33745
33746         * po/Makefile (libc.pot): Use UTF-8 charset.
33747
33748 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33749
33750         [BZ #14210]
33751         Suppress sign-conversion warning from FD_SET.
33752         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33753         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33754         not unsigned long int.
33755         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33756
33757 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33758
33759         [BZ #14050]
33760         [BZ #14117]
33761         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33762         __extern_always_inline instead of __extern_inline.
33763         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33764         (__signbit): Likewise.
33765         (__signbitl): Support C++ namespace.
33766         (lrintf): New inline function.
33767         (lrint): Likewise.
33768         (llrintf): Likewise.
33769         (llrint): Likewise.
33770         (fmaxf): Likewise.
33771         (fmax): Likewise.
33772         (fminf): Likewise.
33773         (fmin): Likewise.
33774         (rint): Likewise.
33775         (rintf): Likewise.
33776         (ceil): Likewise.
33777         (ceilf): Likewise.
33778         (floor): Likewise.
33779         (floorf): Likewise.
33780         (nearbyint): Likewise.
33781         (nearbyintf): Likewise.
33782
33783 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33784
33785         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33786         non-default versions.
33787
33788 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33789
33790         [BZ #14218]
33791         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33792
33793 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33794
33795         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33796         (FE_UPWARD, FE_DOWNWARD): Don't define.
33797         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33798         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33799
33800         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33801         reading it.
33802         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33803         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33804
33805 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33806
33807         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33808         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33809         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33810         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33811
33812 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33813
33814         [BZ #14117]
33815         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33816         * sysdeps/i386/fpu/Implies: New file.
33817         * sysdeps/x86_64/fpu/Implies: Likewise.
33818         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33819         * sysdeps/x86/fpu/bits/fenv.h: This.
33820
33821         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33822         __SSE_MATH__.
33823
33824 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33825
33826         [BZ #14134]
33827         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33828         character 0xffff that matches the last element of the
33829         conversion table.
33830
33831 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33832
33833         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33834         fmodl commit.
33835
33836 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33837
33838         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33839         values higher than 25.6283.
33840
33841 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33842
33843         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33844         subnormal exponent extraction and add some __builtin_expect.
33845         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33846         Fix for subnormal mantissa calculation.
33847
33848 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33849
33850         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33851         cpu2 is -1 and errno is not ENOSYS.
33852
33853 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33854
33855         [BZ #14117]
33856         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33857         * sysdeps/x86/bits/string.h: This.
33858         * sysdeps/x86_64/bits/string.h: Removed.
33859
33860         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33861         if not compiling for x86-64, but compiling for >= i486.
33862
33863         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33864         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33865
33866         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33867         New macro from Linux kernel 3.4.0.
33868         (FP_XSTATE_MAGIC2): Likewise.
33869         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33870         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33871         (struct _fpx_sw_bytes): New struct.
33872         (struct _xsave_hdr): Likewise.
33873         (struct _ymmh_state): Likewise.
33874         (struct _xstate): Likewise.
33875
33876         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33877         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33878         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33879         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33880         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33881         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33882
33883         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33884         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33885         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33886         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33887         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33888         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33889
33890 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33891
33892         [BZ #13743]
33893         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33894         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33895         (sysdep_headers): Include sys/platform/ppc.h.
33896         * sysdeps/powerpc/test-gettimebase.c: Test for
33897         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33898         * manual/Makefile (appendices): Include platform.texi.
33899         * manual/contrib.texi (Contributors): Update @node pointers.
33900         * manual/maint.texi (Maintenance): Likewise.
33901         (Platform): New node.
33902         * manual/platform.texi: New file.  Document the new features.
33903
33904 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33905             Jakub Jelinek  <jakub@redhat.com>
33906
33907         [BZ #14188]
33908         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33909         where __builtin_expect is unavailable.
33910
33911 2012-06-03  David S. Miller  <davem@davemloft.net>
33912
33913         * stdlib/longlong.h: Updated from GCC.
33914
33915 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33916
33917         [BZ #14042]
33918         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33919         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33920         __mcount_internal.
33921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33922         (GLIBC_2.16): Likewise.
33923
33924 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33925
33926         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33927
33928 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33929
33930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33931         (default-abi): New variable.
33932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33933         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33934         variable.
33935         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33936         Likewise.
33937         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33938         Likewise.
33939         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33940         Likewise.
33941
33942         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33943         definition.  Document in comment.
33944
33945 2012-06-01  David S. Miller  <davem@davemloft.net>
33946
33947         * stdlib/longlong.h: Updated from GCC.
33948
33949 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33950
33951         [BZ #14117]
33952         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33953         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33954         sys/debugreg.h sys/io.h here.
33955         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33956         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33957         sys/io.h.
33958         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33959         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33960         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33961         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33962         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33963         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33964
33965         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33966         Define only if __x86_64__ is defined.
33967
33968 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33969
33970         [BZ #14048]
33971         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33972         Use int64_t for variable i.
33973         * math/libm-test.inc (fmod_test): Add more tests.
33974
33975         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33976         z computation is not scheduled after fetestexcept.
33977         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33978         Use math_force_eval instead of asm to ensure calculation scheduled
33979         before exception test.
33980         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33981         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33982
33983 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33984
33985         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33986         computation is not scheduled after fetestexcept.
33987
33988 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33989
33990         [BZ #14117]
33991         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
33992         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
33993
33994 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33995
33996         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
33997         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33998
33999 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34000
34001         [BZ #14117]
34002         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34003         <bits/wordsize.h>.
34004         (__WCHAR_MIN): Support __WORDSIZE == 64.
34005         (__WCHAR_MAX): Likewise.
34006
34007         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34008         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34009
34010         [BZ #14183]
34011         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34012         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34013
34014         [BZ #14117]
34015         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34016         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34017
34018         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34019         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34020
34021         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34022         Defined to 1 if __x86_64__ isn't defined.
34023         (_STAT_VER_LINUX_OLD): New.
34024         (st_atime): Remove duplicate.
34025         (st_mtime): Likewise.
34026         (st_ctime): Likewise.
34027
34028 2012-05-31  David S. Miller  <davem@davemloft.net>
34029
34030         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34031         entries.
34032
34033 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34034
34035         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34036         gen-libm-test.pl.
34037
34038         [BZ #14132]
34039         * elf/dl-reloc.c: Include <_itoa.h>.
34040         (_dl_reloc_bad_type): Remove use of INTUSE.
34041         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34042         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34043         * stdio-common/psiginfo.c (psiginfo): Likewise.
34044         * stdio-common/psignal.c (psignal): Likewise.
34045         * string/strsignal.c (strsignal): Likewise.
34046         * include/signal.h (_sys_siglist): Declare hidden proto.
34047         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34048         INTVARDEF with libc_hidden_data_def.
34049         * stdio-common/itoa-udigits.c: Likewise.
34050         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34051         (_itoa_lower_digits_internal): Remove declaration.
34052         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34053         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34054         (_sys_sigabbrev_internal): Remove aliases.
34055         (_sys_siglist): Define hidden alias.
34056
34057 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34058
34059         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34060         bits/sysctl.h.
34061
34062 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34063
34064         [BZ #14117]
34065         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34066         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34067
34068         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34069         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34070         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34071         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34072         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34073         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34074
34075         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34076         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34077         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34078
34079         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34080         with __addr.
34081         (insw): Likewise.
34082         (insl): Likewise.
34083         (outsb): Likewise.
34084         (outsw): Likewise.
34085         (outsl): Likewise.
34086
34087         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34088         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34089         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34090
34091         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34092         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34093         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34094         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34095         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34096         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34097
34098         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34099         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34100
34101         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34102         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34103
34104         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34105         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34106         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34107
34108         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34109         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34110         to ...
34111         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34112
34113         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34114         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34115         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34116
34117         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34118         for x86-64.
34119         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34120
34121 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34122
34123         * math/math.h (M_El): Use two more decimal places.
34124         (M_LOG2El): Likewise.
34125         (M_LOG10El): Likewise.
34126         (M_LN2l): Likewise.
34127         (M_LN10l): Likewise.
34128         (M_PIl): Likewise.
34129         (M_PI_2l): Likewise.
34130         (M_PI_4l): Likewise.
34131         (M_1_PIl): Likewise.
34132         (M_2_PIl): Likewise.
34133         (M_2_SQRTPIl): Likewise.
34134         (M_SQRT2l): Likewise.
34135         (M_SQRT1_2l): Likewise.
34136
34137 2012-05-31  David S. Miller  <davem@davemloft.net>
34138
34139         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34140         values between float registers.
34141         * sysdeps/sparc/sparc64/memset.S: Likewise.
34142         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34143
34144 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34145
34146         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34147         -D_FORTIFY_SOURCE=1.
34148         (CPPFLAGS-tst-longjmp_chk.c): Define.
34149         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34150         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34151         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34152         CFLAGS-tst-wchar-h.c.
34153
34154 2012-05-31  Marek Polacek  <polacek@redhat.com>
34155
34156         [BZ #14132]
34157         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34158         __endmntent_internal): Remove declaration.
34159         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34160         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34161         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34162
34163 2012-05-30  David S. Miller  <davem@davemloft.net>
34164
34165         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34166         (___Q_simulate_exceptions): Use real FP ops rather than writing
34167         into the %fsr.
34168         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34169         Likewise.
34170
34171 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34172
34173         [BZ #14117]
34174         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34175         * sysdeps/x86/bits/xtitypes.h: This.
34176
34177         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34178         * sysdeps/x86/bits/wordsize.h: This.
34179
34180         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34181         * sysdeps/x86/bits/huge_vall.h: This.
34182
34183         * sysdeps/i386/bits/select.h: Removed.
34184         * sysdeps/x86_64/bits/select.h: Renamed to ...
34185         * sysdeps/x86/bits/select.h: This.
34186
34187         * sysdeps/i386/bits/setjmp.h: Removed.
34188         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34189         * sysdeps/x86/bits/setjmp.h: This.
34190
34191         * sysdeps/i386/bits/mathdef.h: Removed.
34192         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34193         * sysdeps/x86/bits/mathdef.h: This.
34194
34195 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34196
34197         [BZ #14132]
34198         * include/sys/socket.h (__connect_internal)
34199         (__libc_sa_len_internal): Remove declaration.
34200         (__connect, __libc_sa_len): Declare hidden_proto.
34201         (SA_LEN): Remove use of INTUSE.
34202         * socket/connect.c: Add libc_hidden_def.
34203         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34204         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34205         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34206         alias.
34207         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34208         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34209         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34210         of adding _internal alias.
34211
34212 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34213
34214         [BZ #14117]
34215         * sysdeps/i386/bits/link.h: Removed.
34216         * sysdeps/i386/bits/linkmap.h: Likewise.
34217         * sysdeps/x86_64/bits/link.h: Renamed to ...
34218         * sysdeps/x86/bits/link.h: This.
34219         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34220         * sysdeps/x86/bits/linkmap.h: This.
34221
34222         * sysdeps/i386/bits/endian.h: Removed.
34223         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34224         * sysdeps/x86/bits/endian.h: This.
34225
34226         * sysdeps/i386/bits/byteswap.h: Removed.
34227         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34228         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34229         * sysdeps/x86/bits/byteswap.h: This.
34230         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34231         * sysdeps/x86/bits/byteswap-16.h: This.
34232         * sysdeps/i386/Implies: Add x86.
34233         * sysdeps/x86_64/Implies: Likewise.
34234
34235 2012-05-30  David S. Miller  <davem@davemloft.net>
34236
34237         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34238         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34239         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34240         (FP_TRAPPING_EXCEPTIONS): Define.
34241         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34242         (FP_TRAPPING_EXCEPTIONS): Define.
34243         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34244         subnormals only when inexact has been signalled or underflow
34245         exceptions are enabled.
34246         (_FP_PACK_CANONICAL): Likewise.
34247
34248 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34249
34250         [BZ #14183]
34251         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34252         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34253
34254 2012-05-30  Richard Henderson  <rth@twiddle.net>
34255
34256         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34257         with #ifndef NOT_IN_libc.
34258
34259         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34260         marked to avoid plt entry.
34261
34262 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34263
34264         [BZ #14112]
34265         * Makeconfig (default-abi): New macro.
34266         (abi-includes): Likewise.
34267         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34268         $(abi-$(default-abi)-lib-soname) for soname if defined.
34269         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34270         abi-variants.
34271         * Makefile (installed-stubs): Likewise.
34272         * include/stubs-biarch.h: Removed.
34273         * scripts/lib-names.awk: Only handle one library at a time.
34274         * scripts/soversions.awk: Remove WORDSIZE support.
34275         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34276         entries.
34277         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34278         Removed.
34279         (syscall-list-default-condition): Likewise.
34280         (syscall-list-default-condition): Likewise.
34281         (syscall-list-includes): Likewise.
34282         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34283         syscall-list-* with abi-*.  Handle undefined abi-variants.
34284         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34285         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34286         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34287         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34288         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34289         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34290         Removed.
34291         (syscall-list-32-options): Likewise.
34292         (syscall-list-32-condition): Likewise.
34293         (syscall-list-64-options): Likewise.
34294         (syscall-list-64-condition): Likewise.
34295         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34296         macro.
34297         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34298         Renamed to ...
34299         (abi-*): This.
34300         (abi-64-ld-soname): New macro.
34301         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34302         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34303         Renamed to ...
34304         (abi-*): This.
34305         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34306         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34307
34308 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34309
34310         * sysdeps/unix/sysv/linux/kernel-features.h
34311         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34312         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34313         include <kernel-features.h>.
34314         [!__NR_ftruncate64]: Remove conditional code.
34315         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34316         [__NR_ftruncate64]: Make code unconditional.
34317         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34318         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34319         include <kernel-features.h>.
34320         [!__NR_ftruncate64]: Remove conditional code.
34321         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34322         [__NR_ftruncate64]: Make code unconditional.
34323         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34325         include <kernel-features.h>.
34326         [!__NR_ftruncate64]: Remove conditional code.
34327         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34328         [__NR_ftruncate64]: Make code unconditional.
34329         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34331         include <kernel-features.h>.
34332         [!__NR_ftruncate64]: Remove conditional code.
34333         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34334         [__NR_ftruncate64]: Make code unconditional.
34335         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34336
34337         * configure.in (libc_cv_fpie): Weaken to a compile test using
34338         LIBC_TRY_CC_OPTION.
34339         * configure: Regenerated.
34340
34341 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34342
34343         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34344         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34346         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34347         Refreshed.
34348         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34349         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34350         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34351         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34352         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34353         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34354         Refreshed.
34355
34356 2012-05-27  David S. Miller  <davem@davemloft.net>
34357
34358         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34359         (___Q_zero): New.
34360         (__Q_simulate_exceptions): Return void.  Change to simulate
34361         exceptions by writing into the %fsr.
34362         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34363         (__Qp_handle_exceptions): Likewise.
34364         (numbers): Delete.
34365         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34366         __Qp_handle_exceptions.
34367         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34368         __Qp_handle_exceptions.
34369         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34370         as unused and give dummy FP_RND_NEAREST initializer.
34371         (FP_INHIBIT_RESULTS): Define.
34372         (___Q_simulate_exceptions): Update declaration.
34373         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34374         formatting.
34375         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34376         as unused and give dummy FP_RND_NEAREST initializer.
34377         (__Qp_handle_exceptions): Update declaration.
34378         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34379         formatting.
34380
34381 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34382
34383         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34384         the temporary FPU control word.
34385         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34386         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34387         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34388         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34389         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34390         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34391         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34392         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34393         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34394         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34395         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34396
34397 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34398
34399         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34400         fields.
34401
34402 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34403
34404         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34405         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34406         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34407         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34408         Likewise.
34409         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34410         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34411         Likewise.
34412
34413 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34414
34415         * po/h.po: Update from translation team.
34416
34417 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34418
34419         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34420
34421         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34422         handling of denormals.
34423         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34424         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34425         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34426         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34427         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34428         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34429         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34430         Likewise.
34431
34432 2012-05-26  Marek Polacek  <polacek@redhat.com>
34433
34434         [BZ #14152]
34435         * math/libm-test.inc (fma_test): Don't always expect underflow
34436         exception.
34437
34438 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34439
34440         [BZ #12416]
34441         * elf/tst-execstack.c: Include stackinfo.h.
34442         (do_test): Adjust test case to ensure that pthread_getattr_np
34443         behaviour remains the same after marking stack executable.
34444
34445 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34446
34447         * sysdeps/unix/sysv/linux/kernel-features.h
34448         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34449         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34450         kernel-features.h.
34451         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34452         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34453         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34454         kernel-features.h.
34455         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34456         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34457
34458 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34459
34460         * configure.in: Define the default includes to being none.
34461         * configure: Regenerated.
34462
34463 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34464
34465         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34466         * sysdeps/x86_64/setjmp.S: Likewise.
34467         * sysdeps/i386/bsd-setjmp.S: Likewise.
34468         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34469         * sysdeps/i386/setjmp.S: Likewise.
34470         * sysdeps/i386/__longjmp.S: Likewise.
34471         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34472         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34473
34474         * include/stap-probe.h: New file.
34475         * configure.in: Handle --enable-systemtap.
34476         * configure: Regenerated.
34477         * config.h.in (USE_STAP_PROBE): New #undef.
34478         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34479         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34480         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34481
34482 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34483
34484         [BZ #13717]
34485         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34486         to 2.4.0 where earlier.
34487         * sysdeps/unix/sysv/linux/configure: Regenerated.
34488         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34489         <kernel-features.h>.
34490         [__ASSUME_32BITUIDS]: Make code unconditional.
34491         [!__ASSUME_32BITUIDS]: Remove conditional code.
34492         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34493         <kernel-features.h>.
34494         [__ASSUME_32BITUIDS]: Make code unconditional.
34495         [!__ASSUME_32BITUIDS]: Remove conditional code.
34496         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34497         [__ASSUME_32BITUIDS]: Make code unconditional.
34498         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34499         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34500         <kernel-features.h>.
34501         [__ASSUME_32BITUIDS]: Make code unconditional.
34502         [!__ASSUME_32BITUIDS]: Remove conditional code.
34503         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34504         <kernel-features.h>.
34505         [__ASSUME_32BITUIDS]: Make code unconditional.
34506         [!__ASSUME_32BITUIDS]: Remove conditional code.
34507         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34508         <kernel-features.h>.
34509         [__ASSUME_32BITUIDS]: Make code unconditional.
34510         [!__ASSUME_32BITUIDS]: Remove conditional code.
34511         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34512         <kernel-features.h>.
34513         [__ASSUME_32BITUIDS]: Make code unconditional.
34514         [!__ASSUME_32BITUIDS]: Remove conditional code.
34515         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34516         <kernel-features.h>.
34517         [__ASSUME_32BITUIDS]: Make code unconditional.
34518         [!__ASSUME_32BITUIDS]: Remove conditional code.
34519         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34520         <kernel-features.h>.
34521         [__ASSUME_32BITUIDS]: Make code unconditional.
34522         [!__ASSUME_32BITUIDS]: Remove conditional code.
34523         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34524         <kernel-features.h>.
34525         [__ASSUME_32BITUIDS]: Make code unconditional.
34526         [!__ASSUME_32BITUIDS]: Remove conditional code.
34527         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34528         <kernel-features.h>.
34529         [__ASSUME_32BITUIDS]: Make code unconditional.
34530         [!__ASSUME_32BITUIDS]: Remove conditional code.
34531         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34532         <kernel-features.h>.
34533         [__ASSUME_32BITUIDS]: Make code unconditional.
34534         [!__ASSUME_32BITUIDS]: Remove conditional code.
34535         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34536         <kernel-features.h>.
34537         [__ASSUME_32BITUIDS]: Make code unconditional.
34538         [!__ASSUME_32BITUIDS]: Remove conditional code.
34539         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34540         <kernel-features.h>.
34541         [__NR_setresgid] (__setresgid): Do not declare.
34542         [__ASSUME_32BITUIDS]: Make code unconditional.
34543         [!__ASSUME_32BITUIDS]: Remove conditional code.
34544         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34545         <kernel-features.h>.
34546         [__NR_setresuid] (__setresuid): Do not declare.
34547         [__ASSUME_32BITUIDS]: Make code unconditional.
34548         [!__ASSUME_32BITUIDS]: Remove conditional code.
34549         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34550         <kernel-features.h>.
34551         [__ASSUME_32BITUIDS]: Make code unconditional.
34552         [!__ASSUME_32BITUIDS]: Remove conditional code.
34553         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34554         <kernel-features.h>.
34555         [__ASSUME_32BITUIDS]: Make code unconditional.
34556         [!__ASSUME_32BITUIDS]: Remove conditional code.
34557         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34558         <kernel-features.h>.
34559         [__ASSUME_32BITUIDS]: Make code unconditional.
34560         [!__ASSUME_32BITUIDS]: Remove conditional code.
34561         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34562         <kernel-features.h>.
34563         [__ASSUME_32BITUIDS]: Make code unconditional.
34564         [!__ASSUME_32BITUIDS]: Remove conditional code.
34565         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34566         <kernel-features.h>.
34567         [__ASSUME_32BITUIDS]: Make code unconditional.
34568         [!__ASSUME_32BITUIDS]: Remove conditional code.
34569         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34570         <kernel-features.h>.
34571         [__ASSUME_32BITUIDS]: Make code unconditional.
34572         [!__ASSUME_32BITUIDS]: Remove conditional code.
34573         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34574         <kernel-features.h>.
34575         [__ASSUME_32BITUIDS]: Make code unconditional.
34576         [!__ASSUME_32BITUIDS]: Remove conditional code.
34577         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34578         <kernel-features.h>.
34579         [__ASSUME_32BITUIDS]: Make code unconditional.
34580         [!__ASSUME_32BITUIDS]: Remove conditional code.
34581         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34582         <kernel-features.h>.
34583         [__ASSUME_32BITUIDS]: Make code unconditional.
34584         [!__ASSUME_32BITUIDS]: Remove conditional code.
34585         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34586         <kernel-features.h>.
34587         [__ASSUME_32BITUIDS]: Make code unconditional.
34588         [!__ASSUME_32BITUIDS]: Remove conditional code.
34589         * sysdeps/unix/sysv/linux/kernel-features.h
34590         (__ASSUME_SETRESUID_SYSCALL): Remove.
34591         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34592         (__ASSUME_32BITUIDS): Likewise.
34593         (__ASSUME_LDT_WORKS): Likewise.
34594         (__ASSUME_O_DIRECTORY): Likewise.
34595         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34596         architecture but not kernel version.
34597         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34598         (__ASSUME_MMAP2_SYSCALL): Likewise.
34599         (__ASSUME_STAT64_SYSCALL): Likewise.
34600         (__ASSUME_IPC64): Likewise.
34601         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34602         <kernel-features.h>.
34603         [__ASSUME_32BITUIDS]: Make code unconditional.
34604         [!__ASSUME_32BITUIDS]: Remove conditional code.
34605         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34606         <kernel-features.h>.
34607         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34608         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34609         132096]: Remove conditional code.
34610         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34611         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34612         <kernel-features.h>.
34613         [__ASSUME_32BITUIDS]: Make code unconditional.
34614         [!__ASSUME_32BITUIDS]: Remove conditional code.
34615         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34616         <kernel-features.h>.
34617         [__ASSUME_32BITUIDS]: Make code unconditional.
34618         [!__ASSUME_32BITUIDS]: Remove conditional code.
34619         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34620         <kernel-features.h>.
34621         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34622         unconditional.
34623         (__setresgid): Do not declare.
34624         [__ASSUME_32BITUIDS]: Make code unconditional.
34625         [!__ASSUME_32BITUIDS]: Remove conditional code.
34626         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34627         <kernel-features.h>.
34628         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34629         unconditional.
34630         (__setresuid): Do not declare.
34631         [__ASSUME_32BITUIDS]: Make code unconditional.
34632         [!__ASSUME_32BITUIDS]: Remove conditional code.
34633         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34634         <kernel-features.h>.
34635         [__ASSUME_32BITUIDS]: Make code unconditional.
34636         [!__ASSUME_32BITUIDS]: Remove conditional code.
34637         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34638         <kernel-features.h>.
34639         [__ASSUME_32BITUIDS]: Make code unconditional.
34640         [!__ASSUME_32BITUIDS]: Remove conditional code.
34641
34642 2012-05-25  Richard Henderson  <rth@twiddle.net>
34643
34644         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34645         dl_hwcap to ifunc resolver.
34646         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34647         elf_ifunc_invoke.
34648         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34649         dl_hwcap to ifunc resolver.
34650         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34651
34652 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34653
34654         [BZ #14153]
34655         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34656         for |x| <= 2**-26, not 2**-57.
34657         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34658         exception.
34659
34660 2012-05-24  Jeff Law  <law@redhat.com>
34661
34662         * stdio-common/Makefile (tests): Add bug25.
34663         * stdio-common/bug25.c: New test.
34664
34665 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34666
34667         [BZ #13576]
34668         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34669         multiple of MALLOC_ALIGNMENT in size.
34670         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34671
34672 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34673
34674         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34675         Require >= 256.
34676         (FILENAME_MAX): Use macro-int-constant.
34677         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34678         (_IOFBF): Use macro-int-constant.
34679         (_IOLBF): Likewise.
34680         (_IONBF): Likewise.
34681         (SEEK_CUR): Likewise.
34682         (SEEK_END): Likewise.
34683         (SEEK_SET): Likewise.
34684         (TMP_MAX): Likewise.
34685         (EOF): Use macro-int-constant.  Require < 0.
34686         (NULL): Use macro-constant.  Require == 0.
34687         (stdin): Require type to be FILE *.
34688         (stdout): Likewise.
34689         (stderr): Likewise.
34690         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34691         macro-int-constant.
34692         (EXIT_SUCCESS): Likewise.
34693         (NULL): Use macro-constant.  Require == 0.
34694         (RAND_MAX): Use macro-int-constant.
34695         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34696         [C99-based standards] (strtof): Require function.
34697         [C99-based standards] (strtold): Likewise.
34698         [C99-based standards] (strtoll): Likewise.
34699         [C99-based standards] (strtoull): Likewise.
34700         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34701         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34702         [ISO || ISO99 || ISO11] (math.h): Likewise.
34703         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34704         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34705         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34706
34707 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34708
34709         [BZ #14132]
34710         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34711         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34712         * intl/dgettext.c (DCGETTEXT): Likewise.
34713         * intl/gettext.c (DCGETTEXT): Likewise.
34714         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34715         * posix/regex_internal.h (gettext): Likewise.
34716         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34717         Remove declaration.
34718         * include/argz.h (__argz_count_internal)
34719         (__argz_stringify_internal): Remove declaration.
34720         (__argz_count, __argz_stringify): Declare hidden proto.
34721         * intl/dcgettext.c: Remove use of INTDEF.
34722         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34723         * string/argz-stringify.c: Likewise.
34724         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34725         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34726         Declare hidden proto.
34727         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34728         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34729         Declare hidden proto.
34730         * include/stdio.h (__asprintf_internal): Don't declare.
34731         (__asprintf): Don't define as macro.  Declare hidden proto.
34732         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34733         (__fsetlocking): Declare hidden proto.
34734         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34735         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34736         hidden proto.
34737         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34738         (_IO_setlinebuf): Remove use of INTUSE.
34739         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34740         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34741         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34742         Remove declaration.
34743         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34744         (_IO_do_flush): Remove use of INTUSE.
34745         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34746         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34747         (_IO_adjust_column, _IO_least_wmarker)
34748         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34749         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34750         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34751         (_IO_default_doallocate, _IO_wdefault_doallocate)
34752         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34753         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34754         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34755         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34756         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34757         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34758         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34759         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34760         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34761         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34762         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34763         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34764         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34765         proto.
34766         (_IO_flush_all_internal, _IO_adjust_column_internal)
34767         (_IO_default_uflow_internal, _IO_default_finish_internal)
34768         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34769         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34770         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34771         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34772         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34773         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34774         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34775         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34776         (_IO_file_close_internal, _IO_file_close_it_internal)
34777         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34778         (_IO_file_init_internal, _IO_file_attach_internal)
34779         (_IO_file_fopen_internal, _IO_file_read_internal)
34780         (_IO_file_sync_internal, _IO_file_seek_internal)
34781         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34782         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34783         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34784         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34785         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34786         (_IO_list_all_internal, _IO_link_in_internal)
34787         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34788         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34789         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34790         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34791         (_IO_do_write_internal, _IO_padn_internal)
34792         (_IO_getline_info_internal, _IO_getline_internal)
34793         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34794         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34795         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34796         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34797         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34798         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34799         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34800         with libc_hidden_ver, remove use of INTUSE.
34801         * libio/genops.c: Likewise.
34802         * libio/freopen.c: Likewise.
34803         * libio/freopen64.c: Likewise.
34804         * libio/iofclose.c: Likewise.
34805         * libio/iofdopen.c: Likewise.
34806         * libio/iofflush.c: Likewise.
34807         * libio/iofflush_u.c: Likewise.
34808         * libio/iofgets.c: Likewise.
34809         * libio/iofgets_u.c: Likewise.
34810         * libio/iofopen.c: Likewise.
34811         * libio/iofopncook.c: Likewise.
34812         * libio/iofread.c: Likewise.
34813         * libio/iofread_u.c: Likewise.
34814         * libio/ioftell.c: Likewise.
34815         * libio/iofwrite.c: Likewise.
34816         * libio/iogetline.c: Likewise.
34817         * libio/iogets.c: Likewise.
34818         * libio/iogetwline.c: Likewise.
34819         * libio/iopadn.c: Likewise.
34820         * libio/iopopen.c: Likewise.
34821         * libio/ioseekoff.c: Likewise.
34822         * libio/ioseekpos.c: Likewise.
34823         * libio/iosetbuffer.c: Likewise.
34824         * libio/iosetvbuf.c: Likewise.
34825         * libio/ioungetc.c: Likewise.
34826         * libio/ioungetwc.c: Likewise.
34827         * libio/iovdprintf.c: Likewise.
34828         * libio/iovsprintf.c: Likewise.
34829         * libio/iovsscanf.c: Likewise.
34830         * libio/memstream.c: Likewise.
34831         * libio/obprintf.c: Likewise.
34832         * libio/oldfileops.c: Likewise.
34833         * libio/oldiofclose.c: Likewise.
34834         * libio/oldiofdopen.c: Likewise.
34835         * libio/oldiofopen.c: Likewise.
34836         * libio/oldiopopen.c: Likewise.
34837         * libio/oldstdfiles.c: Likewise.
34838         * libio/putc.c: Likewise.
34839         * libio/setbuf.c: Likewise.
34840         * libio/setlinebuf.c: Likewise.
34841         * libio/stdfiles.c: Likewise.
34842         * libio/strops.c: Likewise.
34843         * libio/vasprintf.c: Likewise.
34844         * libio/vscanf.c: Likewise.
34845         * libio/vsnprintf.c: Likewise.
34846         * libio/vswprintf.c: Likewise.
34847         * libio/wfiledoalloc.c: Likewise.
34848         * libio/wfileops.c: Likewise.
34849         * libio/wgenops.c: Likewise.
34850         * libio/wmemstream.c: Likewise.
34851         * libio/wstrops.c: Likewise.
34852         * libio/__fpurge.c: Likewise.
34853         * libio/__fsetlocking.c: Likewise.
34854         * assert/assert.c: Likewise.
34855         * debug/fgets_chk.c: Likewise.
34856         * debug/fgets_u_chk.c: Likewise.
34857         * debug/fread_chk.c: Likewise.
34858         * debug/fread_u_chk.c: Likewise.
34859         * debug/gets_chk.c: Likewise.
34860         * debug/obprintf_chk.c: Likewise.
34861         * debug/vasprintf_chk.c: Likewise.
34862         * debug/vdprintf_chk.c: Likewise.
34863         * debug/vsnprintf_chk.c: Likewise.
34864         * debug/vsprintf_chk.c: Likewise.
34865         * malloc/mtrace.c: Likewise.
34866         * misc/error.c: Likewise.
34867         * misc/syslog.c: Likewise.
34868         * stdio-common/asprintf.c: Likewise.
34869         * stdio-common/fxprintf.c: Likewise.
34870         * stdio-common/getw.c: Likewise.
34871         * stdio-common/isoc99_fscanf.c: Likewise.
34872         * stdio-common/isoc99_scanf.c: Likewise.
34873         * stdio-common/isoc99_vfscanf.c: Likewise.
34874         * stdio-common/isoc99_vscanf.c: Likewise.
34875         * stdio-common/isoc99_vsscanf.c: Likewise.
34876         * stdio-common/printf-prs.c: Likewise.
34877         * stdio-common/printf_fp.c: Likewise.
34878         * stdio-common/printf_fphex.c: Likewise.
34879         * stdio-common/printf_size.c: Likewise.
34880         * stdio-common/putw.c: Likewise.
34881         * stdio-common/scanf.c: Likewise.
34882         * stdio-common/sprintf.c: Likewise.
34883         * stdio-common/tmpfile.c: Likewise.
34884         * stdio-common/vfprintf.c: Likewise.
34885         * stdio-common/vfscanf.c: Likewise.
34886         * stdlib/strfmon_l.c: Likewise.
34887         * sunrpc/openchild.c: Likewise.
34888         * sunrpc/xdr_stdio.c: Likewise.
34889         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34890         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34891
34892 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34893
34894         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34895
34896         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34897         in the third column, to generate for the shared library an IFUNC
34898         that uses _dl_vdso_vsym.
34899         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34900         * Makeconfig (object-suffixes-noshared): New variable.
34901
34902         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34903         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34904         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34905         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34906
34907         [BZ #14132]
34908         * include/sys/time.h (__gettimeofday): Remove macro.
34909         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34910         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34911         Remove INTDEF.
34912         (__gettimeofday): Add libc_hidden_def.
34913         (gettimeofday): Add libc_hidden_weak.
34914         * sysdeps/mach/gettimeofday.c: Likewise.
34915         * sysdeps/posix/gettimeofday.c: Likewise.
34916         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34917         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34918         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34919         (__gettimeofday_internal): Remove strong_alias.
34920         (__gettimeofday): Add libc_hidden_def.
34921         (gettimeofday): Add libc_hidden_weak.
34922         * sysdeps/unix/syscalls.list (gettimeofday):
34923         Remove __gettimeofday_internal alias.
34924
34925 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34926             H.J. Lu  <hongjiu.lu@intel.com>
34927
34928         [BZ #12495]
34929         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34930         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34931         (largebin_index_32_big): New.
34932         (largebin_index): Use it for 16-byte alignment.
34933         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34934         correction with front_misalign.
34935
34936 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34937
34938         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34939         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34940         Likewise.
34941         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34942         Likewise.
34943         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34944         Likewise.
34945         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34946         Likewise.
34947         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34948         Likewise.
34949         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34950         Likewise.
34951         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34952         Likewise.
34953         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34954         Likewise.
34955         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34956         Likewise.
34957         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34958         Likewise.
34959         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34960         Likewise.
34961         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34962         Likewise.
34963
34964         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34965         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34966
34967 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34968
34969         [BZ #10846]
34970         [BZ #14036]
34971         * math/libm-test.inc (exp_test): Add test from bug 14036.
34972         (pow_test): Add test from bug 10846.
34973
34974         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34975         and other flags.
34976         (special_function): Do not include flags in test name.
34977         (parse_args): Likewise.
34978         * sysdeps/i386/fpu/libm-test-ulps: Update.
34979         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34980         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34981         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34982         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34983
34984         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34985         exceptions.
34986         * math/libm-test.inc ("Philosophy"): Update comment about
34987         exception testing.
34988         (UNDERFLOW_EXCEPTION): New macro.
34989         (UNDERFLOW_EXCEPTION_OK): Likewise.
34990         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
34991         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
34992         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
34993         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
34994         (INVALID_EXCEPTION_OK): Update value.
34995         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34996         (OVERFLOW_EXCEPTION_OK): Likewise.
34997         (IGNORE_ZERO_INF_SIGN): Likewise.
34998         (test_exceptions): Handle underflow exceptions.
34999         (acos_test): Update for underflow exception expectations.
35000         (cexp_test): Likewise.
35001         (clog_test): Likewise.
35002         (clog10_test): Likewise.
35003         (csqrt_test): Likewise.
35004         (ctan_test): Likewise.
35005         (ctanh_test): Likewise.
35006         (exp_test): Likewise.
35007         (exp10_test): Likewise.
35008         (exp2_test): Likewise.
35009         (expm1_test): Likewise.
35010         (fma_test): Likewise.
35011         (j0_test): Likewise.
35012         (jn_test): Likewise.
35013         (nexttoward_test): Likewise.
35014         (pow_test): Likewise.
35015         (scalbn_test): Likewise.
35016         (scalbln_test): Likewise.
35017         (tan_test): Likewise.
35018         (y1_test): Likewise.
35019         * sysdeps/i386/fpu/libm-test-ulps: Update.
35020         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35021
35022 2012-05-23  David S. Miller  <davem@davemloft.net>
35023
35024         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35025         (__libc_sigaction): Remove unused local variables.
35026
35027 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35028
35029         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35030
35031 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35032
35033         mktime: avoid signed integer overflow
35034         * time/mktime.c (__mktime_internal): Do not mishandle the case
35035         where diff == INT_MIN.
35036
35037         mktime: simplify computation of average
35038         * time/mktime.c (ranged_convert): Use new time_t_avg function
35039         instead of rolling our own (probably-slower) code.
35040
35041         mktime: do not assume signed right shift propagates sign bit
35042         * time/mktime.c (isdst_differ): New static function.
35043         (__mktime_internal): No need to normalize tm_isdst now.
35044         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35045         tm_isdst values.
35046
35047         mktime: merge another wrapv change from gnulib
35048         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35049         from some compilers.
35050
35051         mktime: remove incorrect attempt at unusual arithmetics
35052         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35053         The code didn't really work on such machines anyway.
35054         (TYPE_MINIMUM): Assume two's complement.
35055         (twos_complement_arithmetic): Verify that long_int and time_t
35056         are two's complement (or unsigned, in the latter case).
35057
35058         mktime: check signed shifts on long_int and time_t, too
35059         * time/mktime.c (SHR): Check that shifts work as desired
35060         on the types long_int and time_t too, as SHR is used on
35061         such types.
35062
35063         mktime: do not assume 'long' is wide enough
35064         * time/mktime.c (verify): Move decl up.
35065         (long_int): New type.
35066         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35067         to remove assumption in the code that 'long' is wide enough to
35068         store year values.  This assumption is not true on x32 and on
35069         some non-glibc platforms.
35070
35071         mktime: merge wrapv change from gnulib
35072         * time/mktime.c (WRAPV): New macro.
35073         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35074         (guess_time_tm, __mktime_internal): Do not assume that signed
35075         integer overflow wraps around; modern compilers generate code
35076         where this assumption is no longer valid.
35077
35078 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35079
35080         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35081         Replace "jmp L(pseudo_end)" with "ret".
35082         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35083         Likewise.
35084
35085 2012-05-23  Andreas Jaeger  <aj@suse.de>
35086
35087         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35088         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35089
35090 2012-05-23  Andreas Jaeger  <aj@suse.de>
35091             Maximilian Attems  <max@stro.at>
35092
35093         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35094         New macros.
35095
35096 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35097
35098         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35099         code so that pseudo_end is just ret and the stack pointer is
35100         correct also for static library in error case.
35101
35102 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35103
35104         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35105         move to syscalls.list.
35106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35110
35111         * manual/install.texi (Running make install): Do not mention Linux
35112         kernel version for which pt_chown is not needed.
35113         (Linux): Do not mention problems with nscd with 2.0 kernels.
35114         * INSTALL: Regenerated.
35115
35116 2012-05-23  Andreas Jaeger  <aj@suse.de>
35117
35118         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35119         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35120         macro.
35121         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35122         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35123         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35124         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35125         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35126         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35127         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35128         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35129         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35130         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35131         * sysdeps/unix/sysv/linux/bits/in.h
35132         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35133
35134 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35135
35136         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35137         (PREPARE_VERSION): Just use assert instead, it will be elided
35138         under [NDEBUG] anyway.
35139
35140 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35141
35142         * sysdeps/unix/sysv/linux/Makefile: Include
35143         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35144         (sysdep_routines): Remove sysctl.
35145         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35146         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35147         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35148         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35149         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35150
35151 2012-05-22  Andreas Jaeger  <aj@suse.de>
35152
35153         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35154         that pseudo_end is just ret and the stack pointer is correct also
35155         for static library in error case.
35156
35157 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35158
35159         [BZ #14122]
35160         * nss/nsswitch.c (defconfig_entries): New variable.
35161         (__nss_database_lookup): Don't leak defconfig entries.
35162         (nss_parse_service_list): Don't leak on error paths.
35163         (free_database_entries): New function.
35164         (free_defconfig): New function.
35165         (free_mem): Move common code to free_database_entries.
35166
35167 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35168
35169         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35170         Add arch_prctl.
35171         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35172
35173         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35174         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35175         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35176         New macro.
35177         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35178         (INTERNAL_SYSCALL_TYPES): Likewise.
35179         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35180         (LOAD_REGS_TYPES_[1-6]): Likewise.
35181         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35182         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35183
35184 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35185
35186         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35187         copysignl for GLIBC_2_0.
35188         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35189         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35190         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35191         logbl for GLIBC_2_0.
35192         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35193         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35194
35195 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35196
35197         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35198         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35199
35200         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35201         Use "neg %eax".
35202
35203         * time/mktime.c: Update copyright years.
35204
35205 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35206
35207         mktime: merge comment-quoting-style change from gnulib
35208         * time/mktime.c: Quote 'like this' in comments.
35209         The GNU coding standards suggest that we no longer quote `like this',
35210         as "`" and "'" are typically rendered asymmetrically nowadays.
35211         The typical gnulib style is to quote 'like this' when quoting
35212         code, and "like this" when quoting English.
35213
35214         * time/mktime.c (compile-command): Add "-I.".
35215
35216         mktime: merge mktime-internal.h change from gnulib
35217         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35218
35219         mktime: merge time_r change from gnulib
35220         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35221
35222         mktime: merge DEBUG change from gnulib
35223         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35224         case system <time.h> has a #define.
35225
35226         mktime: merge <sys/types.h> change from gnulib
35227         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35228         since <time.t> is now guaranteed to define time_t.
35229
35230         mktime: merge HAVE_CONFIG_H change from gnulib
35231         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35232
35233 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35234
35235         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35236         Use "neg %eax".
35237
35238         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35239         __rlim_t cast.
35240         (struct rusage): Use anonymous union to pad each field to
35241         __syscall_slong_t.
35242
35243 2012-05-21  David S. Miller  <davem@davemloft.net>
35244
35245         * Makefules (o-iterator): Remove .s cases.
35246         (compile-command.s): Delete.
35247         (COMPILE.s): Delete.
35248         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35249
35250 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35251
35252         * configure.in (libc_cv_predef_stack_protector): Only consider
35253         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35254         * configure: Regenerated.
35255
35256 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35257
35258         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35259         New macro.  Use R*LP on int and pointer.
35260         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35261         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35262         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35263         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35264
35265         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35266         [__WORDSIZE_TIME64_COMPAT32] instead of
35267         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35268         (struct utmp): Likewise.
35269         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35270         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35271         Renamed to ...
35272         (__WORDSIZE_TIME64_COMPAT32): This.
35273         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35274         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35275         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35276         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35277         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35278         (__WORDSIZE_TIME64_COMPAT32): New macro.
35279
35280 2012-05-21  Andreas Jaeger  <aj@suse.de>
35281
35282         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35283         only if [SHARED]. Add prototype for __wcschr_ia32.
35284
35285 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35286
35287         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35288         of %rbp unmolested in the jmp_buf while mangling the low bits.
35289         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35290         unmolested high bits of %rbp while demangling the low bits.
35291         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35292
35293 2012-05-21  Andreas Jaeger  <aj@suse.de>
35294
35295         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35296         * sunrpc/svc_simple.c: Use it for registerrpc.
35297         * sunrpc/xcrypt.c: Use it for passwd2des.
35298
35299         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35300
35301 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35302
35303         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35304         Don't define if [__SYSCALL_WORDSIZE != 32].
35305         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35306         New macro.
35307
35308 2012-05-21  Bruno Haible  <bruno@clisp.org>
35309             Andreas Jaeger  <aj@suse.de>
35310
35311         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35312         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35313         inptr and inend for must_buffer_ch.
35314         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35315         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35316         * stdio-common/Makefile (tests): Remove bug15.
35317         (bug15-ENV): Remove macro.
35318         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35319         anymore.
35320
35321 2012-05-19  Andreas Jaeger  <aj@suse.de>
35322             Roland McGrath  <roland@hack.frob.com>
35323
35324         * manual/contrib.texi: Completely rewritten. It contains now an
35325         alphabetical list of contributors and their contributions.
35326
35327 2012-05-21  Richard Henderson  <rth@twiddle.net>
35328
35329         * misc/getauxval.c (__getauxval): Use unsigned long int.
35330         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35331         (getauxval): Use unsigned long int.
35332
35333 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35334
35335         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35336
35337 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35338
35339         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35340         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35341         __alignof__ (long double).
35342
35343 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35344
35345         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35346
35347 2012-05-20  Richard Henderson  <rth@twiddle.net>
35348
35349         * misc/getauxval.c: New file.
35350         * misc/sys/auxv.h: New file.
35351         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35352         (routines): Add getauxval.
35353         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35354         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35355         * elf/dl-sysdep.c (_dl_auxv): Remove.
35356         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35357         * elf/dl-support.c (_dl_auxv): New variable.
35358         (_dl_aux_init): Initialize it.
35359         * manual/startup.texi (Auxiliary Vector): New node.
35360         * sysdeps/generic/bits/hwcap.h: New file.
35361         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35362         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35363         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35364         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35365         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35366         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35368         Update.
35369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35370         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35371         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35372         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35373         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35374         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35375         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35376         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35377
35378 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35379
35380         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35381
35382 2012-05-19  David S. Miller  <davem@davemloft.net>
35383
35384         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35385
35386 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35387
35388         [BZ #14123]
35389         * math/s_ccosh.c: Include <float.h>
35390         (__ccosh): Avoid internal overflow calculating sinh and cosh
35391         values before multiplying by sin and cos values.
35392         * math/s_ccoshf.c: Likewise.
35393         * math/s_ccoshl.c: Likewise.
35394         * math/s_csin.c: Likewise.
35395         * math/s_csinf.c: Likewise.
35396         * math/s_csinl.c: Likewise.
35397         * math/s_csinh.c: Likewise.
35398         * math/s_csinhf.c: Likewise.
35399         * math/s_csinhl.c: Likewise.
35400         * math/libm-test.inc (ccos_test): Add more tests.
35401         (ccosh_test): Likewise.
35402         (csin_test): Likewise.
35403         (csinh_test): Likewise.
35404         * sysdeps/i386/fpu/libm-test-ulps: Update.
35405         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35406
35407 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35408
35409         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35410         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35411
35412         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35413
35414 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35415
35416         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35417         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35418         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35419         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35420         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35421         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35422         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35423         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35424         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35425         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35426         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35427         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35428         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35429         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35430         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35431         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35432         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35433         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35434         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35435         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35436         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35437         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35438         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35439         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35440         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35441         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35442         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35443         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35444         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35445         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35446         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35447
35448 2012-05-18  Andreas Jaeger  <aj@suse.de>
35449
35450         * csu/.gitignore: Delete.
35451
35452 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35453
35454         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35455         (timex): Use __syscall_slong_t.
35456
35457 2012-05-18  Andreas Jaeger  <aj@suse.de>
35458             Carlos O'Donell  <carlos_odonell@mentor.com>
35459
35460         * manual/install.texi (Configuring and compiling): Update
35461         description about files modified in the source directory.
35462         * INSTALL: Regenerated.
35463
35464 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35465
35466         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35467         value.  Use "or" to set return value to -1.
35468         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35469         negate return value.
35470
35471 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35472
35473         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35474         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35475         failure if the compiler has Graphite support disabled.
35476         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35477         Likewise.
35478         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35479         (CFLAGS-memmove.c): Likewise.
35480         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35481         Likewise.
35482
35483 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35484
35485         * sysdeps/x86_64/x32/_itoa.h: New file.
35486
35487         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35488         getdents system call only if kernel and user dirents have the
35489         same d_ino and d_off.
35490
35491         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35492         LLONG_MAX != LONG_MAX.
35493         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35494         (_fitoa_word): Likewise.
35495
35496         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35497         years.
35498         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35499         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35500         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35501
35502         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35503         include <bits/wordsize.h>.  Check __x86_64__ instead of
35504         __WORDSIZE.
35505         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35506         if __x86_64__ is defined.  Use anonymous union on fpstate.
35507
35508         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35509         anonymous union.
35510
35511 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35512
35513         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35514         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35515         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35516         Refer to _rtld_local_ro instead of _rtld_global_ro.
35517         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35518         Likewise.
35519         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35520         Likewise.
35521         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35522         Likewise.
35523         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35524         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35525         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35526
35527         * sysdeps/powerpc/powerpc32/dl-machine.c
35528         (__elf_machine_runtime_setup) [PROF]: Don't reference
35529         _dl_prof_resolve.
35530
35531 2012-05-18  Andreas Jaeger  <aj@suse.de>
35532
35533         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35534         function only available for GCCs before 3.4 since GCC 3.4
35535         introduced a builtin.
35536         (lrint): Likewise.
35537         (llrintf): Likewise.
35538         (llrint): Likewise.
35539         (fmaxf): Likewise.
35540         (fmax): Likewise.
35541         (fminf): Likewise.
35542         (fmin): Likewise.
35543         (rint): Likewise.
35544         (rintf): Likewise.
35545         (nearbyint): Likewise.
35546         (nearbyintf): Likewise.
35547         (ceil): Likewise.
35548         (ceilf): Likewise.
35549         (floor): Likewise.
35550         (floorf): Likewise.
35551
35552 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35553
35554         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35555         on both fields and cast pointer to __syscall_ulong_t.
35556
35557         * bits/types.h (__fsword_t): New type.
35558         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35559         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35560         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35561         (__FSWORD_T_TYPE): Likewise.
35562         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35563         (__FSWORD_T_TYPE): Likewise.
35564         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35565         (__FSWORD_T_TYPE): Likewise.
35566         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35567         (__FSWORD_T_TYPE): Likewise.
35568         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35569         __SWORD_TYPE with __fsword_t.
35570         (statfs64): Likewise.
35571
35572 2012-05-17  David S. Miller  <davem@davemloft.net>
35573
35574         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35575
35576 2012-05-17  Andreas Jaeger  <aj@suse.de>
35577
35578         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35579         warning.
35580
35581 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35582
35583         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35584
35585 2012-05-17  Andreas Jaeger  <aj@suse.de>
35586
35587         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35588         when it is used.
35589
35590 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35591
35592         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35593
35594 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35595
35596         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35597         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35598
35599 2012-05-17  Andreas Jaeger  <aj@suse.de>
35600             Carlos O'Donell  <carlos_odonell@mentor.com>
35601
35602         [BZ #14059]
35603         * sysdeps/x86_64/multiarch/init-arch.h
35604         (bit_YMM_Usable): Rename to...
35605         (bit_AVX_Usable): ... this.
35606         (bit_FMA4_Usable): New macro.
35607         (bit_XMM_state): New macro.
35608         (bit_YMM_state): New macro.
35609         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35610         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35611         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35612         (CPUID_OSXSAVE): New macro.
35613         (CPUID_AVX): New macro.
35614         (CPUID_FMA4): New macro.
35615         (index_YMM_Usable): Rename to...
35616         (index_AVX_Usable): ... this.
35617         (HAS_AVX): Use HAS_ARCH_FEATURE.
35618         (HAS_FMA4): Likewise.
35619         (HAS_YMM_USABLE): Remove.
35620         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35621         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35622         are present.
35623         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35624         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35625         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35626         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35627         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35628
35629 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35630
35631         * math/libm-test.c: Support platforms without multiple rounding modes.
35632         * math/bug-nextafter.c: Support platforms without FP exceptions.
35633         * math/bug-nexttoward.c: Likewise.
35634         * math/test-fenv.c: Likewise.
35635         * math/test-misc.c: Likewise.
35636         * stdlib/bug-getcontext.c: Likewise.
35637
35638 2012-05-17  Andreas Jaeger  <aj@suse.de>
35639
35640         * manual/examples/search.c (critter_cmp): Change signature to
35641         avoid warnings.
35642         * manual/string.texi (Collation Functions): Likewise.
35643
35644 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35645
35646         * bits/types.h: Fold copyright years.
35647         * bits/typesizes.h: Likewise.
35648         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35649         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35650         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35651         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35652         * time/time.h: Likewise.
35653
35654 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35655
35656         [BZ #208]
35657         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35658         in instead of returning them.  Return void.
35659         (__libc_mallinfo): Accumulate over all arenas.
35660         (__malloc_stats): Adjust for change in int_mallinfo interface.
35661
35662 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35663
35664         [BZ #10375]
35665         * configure.in (NM): Add AC_CHECK_TOOL for it.
35666         (libc_extra_cflags): New substituted variable.
35667         Check for -fstack-protector being used implicitly.
35668         * configure: Regenerated.
35669         * config.make.in (config-extra-cflags): New variable,
35670         gets @libc_extra_cflags@.
35671         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35672
35673         [BZ #10375]
35674         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35675         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35676         * configure: Regenerated.
35677         * config.make.in (CPPUNDEFS): New substituted variable.
35678         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35679         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35680         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35681
35682 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35683
35684         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35685         (mq_attr): Use __syscall_slong_t.
35686
35687 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35688
35689         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35690         Check __x86_64__ instead of __WORDSIZE.
35691         (_STAT_VER_LINUX): Likewise.
35692         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35693         __syscall_ulong_t and __syscall_slong_t.
35694         (stat64): Likewise.
35695
35696 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35697
35698         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35699
35700 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35701
35702         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35703
35704 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35705
35706         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35707         __syscall_ulong_t.
35708
35709         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35710         include <bits/wordsize.h>.  Check __x86_64__ instead of
35711         __WORDSIZE.
35712         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35713         defined.
35714         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35715
35716         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35717         include <bits/wordsize.h>.  Check __x86_64__ instead of
35718         __WORDSIZE.
35719         (user_regs_struct): Use "__extension__ unsigned long long"
35720         instead of "unsigned long" if __x86_64__ is defined.
35721         (user): Likewise.  Pad after pointer field if __ILP32__ is
35722         defined.
35723
35724 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35725
35726         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35727         versions 5 to 9.
35728         * configure: Regenerated.
35729         * manual/install.texi (texinfo): Increase version requirement to
35730         4.5 or later.
35731         * INSTALL: Regenerated.
35732
35733         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35734
35735 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35736
35737         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35738
35739         * sysdeps/x86_64/x32/ffs.c: New file.
35740
35741         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35742         __syscall_ulong_t.
35743         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35744         defined.  Use __syscall_ulong_t.
35745         (shminfo): Use __syscall_ulong_t.
35746         (shm_info): Likewise.
35747
35748         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35749         __syscall_ulong_t.
35750
35751         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35752         <bits/wordsize.h>.
35753         (msgqnum_t): Use __syscall_ulong_t.
35754         (msglen_t): Likewise.
35755         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35756         __syscall_ulong_t.
35757
35758         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35759         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35760
35761         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35762
35763         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35764         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35765
35766         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35767         __syscall_slong_t.
35768
35769         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35770         include <bits/wordsize.h>.  Check __x86_64__ instead of
35771         __WORDSIZE.
35772
35773         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35774         "unsigned long long int" if __x86_64__ is defined.
35775         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35776
35777         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35778         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35779         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35780
35781         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35782         <stdint.h>.
35783         (GET_PC): Cast to uintptr_t first.
35784         (GET_FRAME): Likewise.
35785         (GET_STACK): Likewise.
35786
35787         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35788         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35789         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35790         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35791         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35792         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35793         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35794         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35795         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35796         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35797         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35798         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35799         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35800         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35801         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35802         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35803         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35804         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35805         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35806         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35807         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35808         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35809         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35810         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35811         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35812         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35813         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35814         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35815         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35816
35817 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35818
35819         * Makerules (+depfiles): Also collect depfiles from .oS in
35820         $(extra-objs).
35821         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35822         .oS, $(libnldbl-routines)).
35823
35824         * Makerules (native-compile-mkdep-flags): Define.
35825         * sunrpc/Makefile (extra-objs): Add $(addprefix
35826         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35827         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35828         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35829         calling $(make-target-directory).
35830
35831 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35832
35833         * bits/types.h (__snseconds_t): Removed.
35834         * time/time.h (struct timespec): Replace __snseconds_t with
35835         __syscall_slong_t.
35836         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35837         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35838         Likewise.
35839         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35840         (__SNSECONDS_T_TYPE): Likewise.
35841         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35842         (__SNSECONDS_T_TYPE): Likewise.
35843         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35844         (__SNSECONDS_T_TYPE): Likewise.
35845
35846 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35847
35848         * sysdeps/mach/hurd/bits/typesizes.h
35849         (__SYSCALL_SLONG_TYPE): New macro.
35850         (__SYSCALL_ULONG_TYPE): Likewise.
35851
35852 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35853
35854         * bits/types.h (__syscall_slong_t): New type.
35855         (__syscall_ulong_t): Likewise.
35856
35857         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35858         (__SYSCALL_ULONG_TYPE): Likewise.
35859         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35860         (__SYSCALL_SLONG_TYPE): Likewise.
35861         (__SYSCALL_ULONG_TYPE): Likewise.
35862         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35863         (__SYSCALL_SLONG_TYPE): Likewise.
35864         (__SYSCALL_ULONG_TYPE): Likewise.
35865         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35866         (__SYSCALL_SLONG_TYPE): Likewise.
35867         (__SYSCALL_ULONG_TYPE): Likewise.
35868
35869 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35870
35871         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35872         Add sigaltstack-offsets.sym.
35873         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35874         <sigaltstack-offsets.h>.
35875         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35876         longjmp_msg pointer.
35877         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35878         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35879         signal stack.
35880         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35881
35882 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35883
35884         * elf/stackguard-macros.h: Remove file.
35885         * sysdeps/generic/stackguard-macros.h: New file.
35886         * sysdeps/i386/stackguard-macros.h: Likewise.
35887         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35888         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35889         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35890         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35891         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35892         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35893         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35894         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35895         <elf/stackguard-macros.h>.
35896
35897         [BZ #14109]
35898         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35899         __aligned__ in attribute.
35900         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35901         (gregset_t): Likewise.
35902
35903 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35904
35905         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35906         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35907         * sysdeps/x86_64/x32/Implies-after: New file.
35908
35909 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35910
35911         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35912         and access return value for _dl_profile_fixup.  Use R10_LP to
35913         load frame size.
35914
35915 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35916
35917         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35918
35919 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35920
35921         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35922         * sysdeps/x86_64/x32/sysdep.h: New file.
35923
35924 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35925
35926         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35927         * sysdeps/x86_64/setjmp.S: Likewise.
35928
35929 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35930
35931         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35932         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35933         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35934         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35935         remove unused global constant.
35936
35937 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35938
35939         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35940         include of <not-cancel.h>.
35941
35942 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35943
35944         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35945
35946 2012-05-15  Jeff Law  <law@redhat.com>
35947             Andreas Jaeger  <aj@suse.de>
35948
35949         [BZ #13594]
35950         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35951         out from...
35952         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35953         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35954         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35955         code changing __hst_map_handle.map.
35956
35957 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35958
35959         * configure.in (sysnames): Look for Implies-before and Implies-after
35960         files.
35961         * configure: Regenerated.
35962
35963 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35964
35965         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35966         8-byte data alignment with LP_SIZE alignment.
35967
35968 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35969
35970         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35971         into R10_LP.
35972
35973 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35974
35975         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35976
35977 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35978
35979         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35980         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35981         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35982         Likewise.
35983         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35984
35985 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35986
35987         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35988         (stackinfo_sub_sp): Likewise.
35989
35990 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35991
35992         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
35993         RAX_LP.
35994
35995 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35996
35997         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
35998         into R*_LP.
35999
36000 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36001
36002         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36003         sizes into R*_LP.
36004
36005 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36006
36007         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36008
36009 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36010
36011         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36012         into R11_LP and load __x86_64_shared_cache_size_half into
36013         R8_LP.
36014
36015 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36016
36017         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36018         R8_LP.
36019
36020 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36021
36022         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36023         logb for POWER7.
36024         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36025         logbf for POWER7.
36026         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36027         logbl for POWER7.
36028         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36029         powerpc32/power7/fpu/s_logb.c via #include.
36030         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36031         powerpc32/power7/fpu/s_logbf.c via #include.
36032         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36033         powerpc32/power7/fpu/s_logbl.c via #include.
36034
36035 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36036
36037         * README.libm: Remove file.
36038
36039 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36040
36041         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36042         count for x32.  Use R*_LP and omit operand-size suffix.
36043
36044 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36045
36046         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36047         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36048         * sysdeps/x86_64/x32/shlib-versions: New file.
36049
36050 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36051
36052         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36053         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36054         Use _dl_fatal_printf instead.
36055
36056 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36057
36058         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36059         set if not set by the user.  Do not allow for being unset.
36060         * sysdeps/unix/sysv/linux/configure: Regenerated.
36061
36062 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36063
36064         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36065         the `q' suffix from lea and replace .quad with ASM_ADDR.
36066
36067 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36068
36069         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36070         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36071         instead of $17.
36072         (PTR_DEMANGLE): Likewise.
36073
36074 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36075
36076         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36077         (LP_OP): Likewise.
36078         (ASM_ADDR): Likewise.
36079         (RAX_LP): Likewise.
36080         (RBP_LP): Likewise.
36081         (RBX_LP): Likewise.
36082         (RCX_LP): Likewise.
36083         (RDI_LP): Likewise.
36084         (RSI_LP): Likewise.
36085         (RSP_LP): Likewise.
36086         (R8_LP): Likewise.
36087         (R9_LP): Likewise.
36088         (R10_LP): Likewise.
36089         (R10_LP): Likewise.
36090         (R11_LP): Likewise.
36091         (R12_LP): Likewise.
36092         (R13_LP): Likewise.
36093         (R14_LP): Likewise.
36094         (R15_LP): Likewise.
36095
36096 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36097
36098         * sysdeps/x86_64/x32/dl-machine.h: New file.
36099
36100 2012-05-14  Andreas Jaeger  <aj@suse.de>
36101
36102         * manual/Makefile (subdir): Remove export of subdir.
36103         (all): Remove target.
36104         (.PHONY): Remove all from list.
36105         (mkinstalldirs): Remove.
36106         (.PHONY): Remove installdirs from list.
36107         ($(inst_infodir)/libc.info): Use make-target-directory.
36108         (installdirs): Remove.
36109         (subdir_%): Remove.
36110         (glibc-targets): Remove.
36111         (lib): Remove.
36112         (stubs): Remove.
36113         ($(objpfx)stubs ../po/manual.pot): Remove.
36114         ($(objpfx)stamp%): Remove.
36115         (make-target-directory): Remove.
36116         (subdir_install): Remove.
36117         (routines): Remove.
36118         (aux): Remove.
36119         (sources): Remove.
36120         (objects): Remove.
36121         (headers): Remove.
36122
36123         [BZ #13750]
36124         * manual/.gitignore: Remove, it's not needed anymore.
36125         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36126         all files in it.
36127         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36128         directory.
36129         (texis): Renamed to $(objpfx)texis.
36130         (texis-path): New, contains path to generated files.
36131         (chapters.%): Use texis-path for complete path, add extra argument
36132         libc-texinfo.sh.
36133         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36134         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36135         (summary,texi, stamp-summary): Use complete path of
36136         files. Generate files in build dir.
36137         (dir-add.texi): Build in build dir.
36138         (libm-err.texi,stamp-libm-err): Likewise.
36139         (version.texi, stamp-version): Likewise.
36140         (.%c.texi): Likewise.
36141         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36142         (mostlyclean): Remove target.
36143         (realclean): Remove target.
36144         (generated): Add new variable with contents from mostlyclean and
36145         realclean, remove entries duplicated in common-mostlyclean, add
36146         stamp-libm-err and stamp-version.
36147         (generated-dirs): Add libc directory.
36148         ($(inst_infodir)/libc.info): Install files from build dir.
36149
36150         * manual/install.texi (Configuring and compiling): Adjust since
36151         the info files are not part of the tar ball anymore.
36152
36153 2012-05-14  Andreas Jaeger  <aj@suse.de>
36154
36155         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36156         variable.
36157
36158 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36159
36160         [BZ #13717]
36161         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36162         to 2.2.0 where earlier.
36163         * sysdeps/unix/sysv/linux/configure: Regenerated.
36164         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36165         Remove conditional code.
36166         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36167         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36168         Remove conditional code.
36169         [!__NR_lchown]: Likewise.
36170         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36171         [__NR_lchown]: Likewise.
36172         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36173         comment referencing __ASSUME_LCHOWN_SYSCALL.
36174         * sysdeps/unix/sysv/linux/i386/sigaction.c
36175         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36176         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36177         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36178         Remove conditional code.
36179         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36180         (__protocol_available): Remove #if 0 code.
36181         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36182         conditional code.
36183         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36184         * sysdeps/unix/sysv/linux/kernel-features.h
36185         (__ASSUME_GETCWD_SYSCALL): Don't define.
36186         (__ASSUME_REALTIME_SIGNALS): Likewise.
36187         (__ASSUME_PREAD_SYSCALL): Likewise.
36188         (__ASSUME_PWRITE_SYSCALL): Likewise.
36189         (__ASSUME_POLL_SYSCALL): Likewise.
36190         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36191         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36192         non-SPARC.
36193         (__ASSUME_SIOCGIFNAME): Don't define.
36194         (__ASSUME_MSG_NOSIGNAL): Likewise.
36195         (__ASSUME_SENDFILE): Define unconditionally.
36196         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36197         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36198         conditional code.
36199         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36200         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36201         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36202         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36203         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36204         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36205         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36207         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36208         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36210         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36211         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36213         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36214         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36216         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36217         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36219         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36220         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36222         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36223         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36225         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36226         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36228         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36229         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36230         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36231         Remove conditional code.
36232         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36233         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36234         Remove conditional code.
36235         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36236         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36237         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36238         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36239         Remove conditional code.
36240         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36241         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36242         Remove conditional code.
36243         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36244         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36245         Remove conditional code.
36246         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36247         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36248         Remove conditional code.
36249         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36250         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36251         Remove conditional code.
36252         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36253         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36254         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36255         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36256         * sysdeps/unix/sysv/linux/sigaction.c
36257         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36258         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36259         * sysdeps/unix/sysv/linux/sigpending.c
36260         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36261         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36262         * sysdeps/unix/sysv/linux/sigprocmask.c
36263         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36264         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36265         * sysdeps/unix/sysv/linux/sigsuspend.c
36266         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36267         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36268         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36269         (__libc_missing_rt_sigs): Remove.
36270         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36271         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36272         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36273         Remove conditional code.
36274         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36275         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36276         return 1.
36277         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36278         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36279         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36280         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36281
36282 2012-05-14  Andreas Jaeger  <aj@suse.de>
36283
36284         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36285         it's not used in glibc.
36286         (__coshm1): Likewise.
36287         (__acosh1p): Likewise.
36288         (__sgn): Likewise.
36289
36290         * manual/string.texi (Copying and Concatenation): Add missing
36291         variable in concat example.
36292         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36293
36294 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36295
36296         [BZ #14103]
36297         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36298         __builtin_clzl with __builtin_clzll.
36299
36300 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36301
36302         [BZ #14104]
36303         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36304         libc_freeres_ptr.
36305
36306 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36307
36308         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36309         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36310         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36311         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36312
36313 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36314
36315         * NEWS: Update ia64 info.
36316
36317 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36318
36319         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36320         used as bcopy.
36321
36322 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36323
36324         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36325         * sysdeps/unix/syscalls.list (dup3): Likewise.
36326         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36327         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36328
36329 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36330
36331         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36332         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36333
36334 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36335
36336         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36337         thread pointer.
36338         (TLS_IE): Use mov/add instead of movq/addq to load thread
36339         pointer.
36340         (TLS_GD_PREFIX): New.
36341         (TLS_GD): Use it.
36342
36343 2012-05-11  David S. Miller  <davem@davemloft.net>
36344
36345         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36346         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36347         (_FPU_SETCW): Likewise.
36348
36349 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36350
36351         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36352         is 32-byte aligned.
36353
36354 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36355
36356         [BZ #11837]
36357         * iconvdata/gb18030.c: Update tables.
36358         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36359         characters specially.
36360         (BODY for TO_LOOP): Add encoding of missing ranges.
36361
36362 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36363
36364         [BZ #13673]
36365         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36366         * sysdeps/mach/hurd/dup3.c: Likewise.
36367         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36368         * sysdeps/powerpc/memmove.c:: Likewise.
36369
36370 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36371
36372         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36373         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36374
36375 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36376
36377         * elf/elf.h (R_X86_64_RELATIVE64): New.
36378         (R_X86_64_NUM): Updated.
36379         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36380         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36381         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36382         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36383         tst-quad1pie tst-quad2pie
36384         (modules-names): Add tst-quadmod1 tst-quadmod2.
36385         ($(objpfx)tst-quad1): New dependency.
36386         ($(objpfx)tst-quad2): Likewise.
36387         ($(objpfx)tst-quad1pie): Likewise.
36388         ($(objpfx)tst-quad2pie): Likewise.
36389         * sysdeps/x86_64/tst-quad1.c: New file.
36390         * sysdeps/x86_64/tst-quad1pie.c: New file.
36391         * sysdeps/x86_64/tst-quad2.c: Likewise.
36392         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36393         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36394         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36395         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36396         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36397
36398 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36399
36400         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36401         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36402         * streams/stropts.h (t_scalar_t): Define type.
36403
36404         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36405         (_PATH_PRESERVE): Set to "/var/lib".
36406         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36407
36408         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36409         instead of int.
36410
36411         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36412         if __dir_mkfile succeeded.
36413
36414         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36415         checking for _hurd_dtablesize.  Unlock it right after having
36416         finished _hurd_dtable allocation.
36417
36418 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36419
36420         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36421         * sysdeps/mach/hurd/configure: Regenerated.
36422         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36423         special-casing to...
36424         * sysdeps/gnu/configure.in: ... this new file.
36425         * sysdeps/unix/sysv/linux/configure: Regenerated.
36426         * sysdeps/gnu/configure: New generated file.
36427
36428         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36429         for Linux: use nsec instead of usec, as well as:
36430         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36431         members of type struct timespec.
36432         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36433         New macros.
36434         (struct stat64): Likewise.
36435         (_STATBUF_ST_NSEC): New macro.
36436         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36437
36438         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36439         __strtoul_internal rather than strtoul.
36440
36441 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36442
36443         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36444         and reject them.
36445
36446 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36447
36448         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36449         which preserves existing values.
36450         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36451
36452 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36453
36454         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36455         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36456         greater than FD_SETSIZE.
36457
36458 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36459
36460         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36461         allocated, call __vm_protect to finish enabling the existing space, and
36462         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36463         allocate the remainder.
36464
36465 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36466
36467         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36468         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36469
36470 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36471
36472         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36473         sysdeps/mach/hurd/readlink.c.
36474
36475         * posix/tst-sysconf.c (posix_options): Only use
36476         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36477         _POSIX_SYNCHRONIZED_IO when they are defined
36478         * sysdeps/mach/hurd/bits/posix_opt.h:
36479         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36480         (_XOPEN_REALTIME): Undefine macro.
36481         (_XOPEN_REALTIME_THREADS): Undefine macro.
36482         (_XOPEN_SHM): Undefine macro.
36483         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36484         macro to -1.
36485         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36486         macro to -1.
36487         (_POSIX_ASYNC_IO): Undefine macro.
36488         (_POSIX_PRIORITIZED_IO): Undefine macro.
36489         (_POSIX_SPIN_LOCKS): Define macro to -1.
36490
36491         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36492         SA_NODEFER, SA_RESETHAND.
36493         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36494         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36495         F_DUPFD_CLOEXEC.
36496
36497 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36498
36499         * elf/Makefile (pldd-modules): Define unconditionally.
36500
36501 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36502
36503         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36504
36505 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36506
36507         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36508         Return ENOENT when name is empty.
36509         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36510
36511 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36512
36513         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36514
36515         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36516
36517 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36518
36519         Fix mlock in all cases except non-readable pages.
36520         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36521         instead of VM_PROT_ALL as parameter to __vm_wire function.
36522
36523         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36524         (__mkdir): When path is `/', just fail with EEXIST.
36525         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36526
36527 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36528
36529         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36530         <sys/uio.h> (for writev).
36531         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36532         and <sys/param.h> (for MIN).
36533
36534 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36535
36536         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36537         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36538         if interrupted.
36539
36540 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36541
36542         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36543         Depend on against $(link-rpcuserlibs).
36544
36545 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36546
36547         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36548         (__libc_stack_end): Do not use attribute_relro.
36549         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36550         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36551         to libthread-provided value.
36552         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36553         attribute_relro.
36554
36555 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36556
36557         [BZ #3748]
36558         * bits/libc-lock.h (__libc_once_get): New macro.
36559         * sysdeps/mach/bits/libc-lock.h: Likewise.
36560         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36561         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36562         instead of using implementation details.
36563
36564         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36565         * libio/freopen.c: Likewise.
36566         * libio/freopen64.c: Likewise.
36567         * misc/syslog.c: Likewise.
36568         * nscd/connections.c: Likewise.
36569         * nscd/netgroupcache.c: Likewise.
36570         * sysdeps/posix/getcwd.c: Likewise.
36571
36572 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36573
36574         * math/w_ilogbf.c: Add #include <limits.h>.
36575
36576 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36577
36578         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36579         path instead of returning without unlocking.
36580
36581         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36582         immediate-write ioctls.
36583         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36584
36585 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36586
36587         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36588         __builtin_frame_address instead of making assumptions about the
36589         location of the return address relative to DATA.  Force early load of
36590         the return address.
36591         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36592         __builtin_frame_address.
36593
36594         dup3 for GNU Hurd.
36595         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36596         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36597         implement dup3 and do some further code clean-ups.
36598         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36599         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36600
36601 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36602
36603         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36604
36605         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36606         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36607         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36608         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36609         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36610         d->port.lock.
36611
36612         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36613         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36614         when handler == SIG_ERR, not when handler != SIG_ERR.
36615
36616 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36617
36618         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36619         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36620         definitions.
36621
36622         accept4 for GNU Hurd.
36623         * include/sys/socket.h (__libc_accept4): New prototype.
36624         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36625         to implement __libc_accept4.
36626         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36627         __libc_accept4.
36628         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36629
36630         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36631         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36632         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36633         signal-defines.sym.
36634
36635 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36636
36637         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36638
36639 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36640
36641         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36642         assertion on O_CLOEXEC flag.
36643         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36644         * hurd/intern-fd.c: Likewise.
36645         * hurd/port2fd.c: Likewise.
36646
36647 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36648
36649         [BZ #3906]
36650         * bits/in.h (IPV6_PKTINFO): Define new macro.
36651         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36652
36653 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36654
36655         [BZ #13954]
36656         [BZ #13955]
36657         [BZ #13956]
36658         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36659         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36660         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36661         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36662         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36663         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36664         * math/libm-test.inc (logb_test) : Additional logb tests.
36665
36666 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36667             Andreas Jaeger  <aj@suse.de>
36668
36669         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36670         * configure: Regenerated.
36671         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36672         * config.make.in (link-obsolete-rpc): New substituted variable.
36673         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36674         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36675         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36676         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36677         so that libc.a contains the symbols.
36678         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36679         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36680         * sunrpc/auth_none.c: Likewise.
36681         * sunrpc/auth_unix.c: Likewise.
36682         * sunrpc/authdes_prot.c: Likewise.
36683         * sunrpc/authuxprot.c: Likewise.
36684         * sunrpc/clnt_gen.c: Likewise.
36685         * sunrpc/clnt_perr.c: Likewise.
36686         * sunrpc/clnt_raw.c: Likewise.
36687         * sunrpc/clnt_simp.c: Likewise.
36688         * sunrpc/clnt_tcp.c: Likewise.
36689         * sunrpc/clnt_udp.c: Likewise.
36690         * sunrpc/clnt_unix.c: Likewise.
36691         * sunrpc/des_crypt.c: Likewise.
36692         * sunrpc/des_soft.c: Likewise.
36693         * sunrpc/get_myaddr.c: Likewise.
36694         * sunrpc/key_call.c: Likewise.
36695         * sunrpc/key_prot.c: Likewise.
36696         * sunrpc/netname.c: Likewise.
36697         * sunrpc/pm_getmaps.c: Likewise.
36698         * sunrpc/pm_getport.c: Likewise.
36699         * sunrpc/pmap_clnt.c: Likewise.
36700         * sunrpc/pmap_prot.c: Likewise.
36701         * sunrpc/pmap_prot2.c: Likewise.
36702         * sunrpc/pmap_rmt.c: Likewise.
36703         * sunrpc/publickey.c: Likewise.
36704         * sunrpc/rpc_cmsg.c: Likewise.
36705         * sunrpc/rpc_common.c: Likewise.
36706         * sunrpc/rpc_dtable.c: Likewise.
36707         * sunrpc/rpc_prot.c: Likewise.
36708         * sunrpc/rpc_thread.c: Likewise.
36709         * sunrpc/rtime.c: Likewise.
36710         * sunrpc/svc.c: Likewise.
36711         * sunrpc/svc_auth.c: Likewise.
36712         * sunrpc/svc_raw.c: Likewise.
36713         * sunrpc/svc_run.c: Likewise.
36714         * sunrpc/svc_tcp.c: Likewise.
36715         * sunrpc/svc_udp.c: Likewise.
36716         * sunrpc/svc_unix.c: Likewise.
36717         * sunrpc/svcauth_des.c: Likewise.
36718         * sunrpc/xcrypt.c: Likewise.
36719         * sunrpc/xdr.c: Likewise.
36720         * sunrpc/xdr_array.c: Likewise.
36721         * sunrpc/xdr_float.c: Likewise.
36722         * sunrpc/xdr_intXX_t.c: Likewise.
36723         * sunrpc/xdr_mem.c: Likewise.
36724         * sunrpc/xdr_rec.c: Likewise.
36725         * sunrpc/xdr_ref.c: Likewise.
36726         * sunrpc/xdr_sizeof.c: Likewise.
36727         * sunrpc/xdr_stdio.c: Likewise.
36728
36729 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36730
36731         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36732         change.  Update copyright years.
36733
36734 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36735
36736         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36737
36738 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36739             Joseph Myers  <joseph@codesourcery.com>
36740             Paul Pluzhnikov  <ppluzhnikov@google.com>
36741
36742         [BZ #14012]
36743         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36744         requiring rpcgen.
36745         [cross-compiling] (extra-libs): Likewise.
36746         [cross-compiling] (extra-libs-others): Likewise.
36747         [cross-compiling] (librpcsvc-routines): Likewise.
36748         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36749         [cross-compiling] (omit-deps): Likewise.
36750         (sunrpc-CPPFLAGS): New variable.
36751         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36752         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36753         (cross-rpcgen-objs): New variable.
36754         (extra-objs): Append $(cross-rpcgen-objs).
36755         ($(cross-rpcgen-objs)): New rule.
36756         ($(objpfx)cross-rpcgen): Likewise.
36757         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36758         comment.
36759         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36760         ($(objpfx)x%.stmp): Likewise.
36761         * sunrpc/proto.h [IS_IN_build] (_): Define.
36762         [IS_IN_build] (_libc_intl_domainname): Likewise.
36763
36764 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36765
36766         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36767         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36768         and R_X86_64_TPOFF64.
36769
36770 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36771
36772         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36773         sysdeps/unix/sysv/syscalls.list.
36774         (stime): Likewise.
36775         (utime): Likewise.
36776         * sysdeps/unix/sysv/syscalls.list: Remove file.
36777
36778 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36779
36780         [BZ #3440]
36781         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36782         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36783         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36784         (__LC_IDENTIFICATION): Make these macros useful in #if
36785         expressions, as required by C99.
36786
36787 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36788
36789         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36790         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36791         after this.
36792
36793 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36794
36795         * stdlib/longlong.h: Updated from GCC.
36796
36797 2012-05-09  Andreas Jaeger  <aj@suse.de>
36798
36799         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36800         default is first entry.
36801         (run_mode): Set type.
36802         (main): Remove informal message about syslog.
36803         (options): Fix typo.
36804
36805         [BZ #14053]
36806         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36807         to asm.
36808         (lrint): Likewise.
36809         (llrintf): Likewise.
36810         (llrint): Likewise.
36811         (rint): Likewise.
36812         (rintf): Likewise.
36813         (nearbyint): Likewise.
36814         (nearbyintf): Likewise.
36815
36816 2012-05-09  Andreas Jaeger  <aj@suse.de>
36817             Pedro Alves  <palves@redhat.com>
36818
36819         * nscd/nscd.c (run_mode): Use enum.
36820         (main): Cleanup coding style issue.
36821
36822 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36823             Andreas Jaeger  <aj@suse.de>
36824
36825         * nscd/nscd.c (go_background): Replaced with...
36826         (run_mode): ... this.
36827         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36828         (options): Add -F --foreground.
36829         (main): Implement it.
36830         (parse_opt): Parse it.
36831
36832 2012-05-09  Andreas Jaeger  <aj@suse.de>
36833
36834         [BZ #14083]
36835         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36836         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36837         -Wconversion warning.
36838         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36839         Likewise.
36840
36841 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36842
36843         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36844         == 0.
36845         (LC_ALL): Use macro-int-constant.
36846         (LC_COLLATE): Likewise.
36847         (LC_CTYPE): Likewise.
36848         (LC_MESSAGES): Likewise.
36849         (LC_MONETARY): Likewise.
36850         (LC_NUMERIC): Likewise.
36851         (LC_TIME): Likewise.
36852         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36853         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36854         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36855         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36856         Specify type.
36857         [C99-based standards] (float_t): Expect type.
36858         [C99-based standards] (double_t): Expect type.
36859         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36860         type.
36861         [C99-based standards] (HUGE_VALL): Likewise.
36862         [C99-based standards] (INFINITY): Likewise.
36863         [C99-based standards] (NAN): Likewise.
36864         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36865         [C99-based standards] (FP_NAN): Likewise.
36866         [C99-based standards] (FP_NORMAL): Likewise.
36867         [C99-based standards] (FP_SUBNORMAL): Likewise.
36868         [C99-based standards] (FP_ZERO): Likewise.
36869         [C99-based standards] (FP_FAST_FMA): Use
36870         optional-macro-int-constant.  Specify type.  Require == 1.
36871         [C99-based standards] (FP_FAST_FMAF): Likewise.
36872         [C99-based standards] (FP_FAST_FMAL): Likewise.
36873         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36874         [C99-based standards] (FP_ILOGBNAN): Likewise.
36875         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36876         Specify type.
36877         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36878         [C99-based standards] (math_errhandling): Specify type.
36879         [ISO99 || ISO11] (signgam): Do not allow.
36880         [non-C99-based standards] (copysignf): Do not allow.
36881         [non-C99-based standards] (exp2f): Likewise.
36882         [non-C99-based standards] (log2f): Likewise.
36883         [non-C99-based standards] (modff): Allow.
36884         [non-C99-based standards] (erff): Do not allow.
36885         [non-C99-based standards] (erfcf): Likewise.
36886         [non-C99-based standards] (gammaf): Likewise.
36887         [non-C99-based standards] (hypotf): Likewise.
36888         [non-C99-based standards] (j0f): Likewise.
36889         [non-C99-based standards] (j1f): Likewise.
36890         [non-C99-based standards] (jnf): Likewise.
36891         [non-C99-based standards] (lgammaf): Likewise.
36892         [non-C99-based standards] (tgammaf): Likewise.
36893         [non-C99-based standards] (y0f): Likewise.
36894         [non-C99-based standards] (y1f): Likewise.
36895         [non-C99-based standards] (ynf): Likewise.
36896         [non-C99-based standards] (isnanf): Likewise.
36897         [non-C99-based standards] (acoshf): Likewise.
36898         [non-C99-based standards] (asinhf): Likewise.
36899         [non-C99-based standards] (atanhf): Likewise.
36900         [non-C99-based standards] (cbrtf): Likewise.
36901         [non-C99-based standards] (expm1f): Likewise.
36902         [non-C99-based standards] (ilogbf): Likewise.
36903         [non-C99-based standards] (log1pf): Likewise.
36904         [non-C99-based standards] (logbf): Likewise.
36905         [non-C99-based standards] (nextafterf): Likewise.
36906         [non-C99-based standards] (remainderf): Likewise.
36907         [non-C99-based standards] (rintf): Likewise.
36908         [non-C99-based standards] (scalbf): Likewise.
36909         [non-C99-based standards] (copysignl): Likewise.
36910         [non-C99-based standards] (exp2l): Likewise.
36911         [non-C99-based standards] (log2l): Likewise.
36912         [non-C99-based standards] (modfl): Allow.
36913         [non-C99-based standards] (erfl): Do not allow.
36914         [non-C99-based standards] (erfcl): Likewise.
36915         [non-C99-based standards] (gammal): Likewise.
36916         [non-C99-based standards] (hypotl): Likewise.
36917         [non-C99-based standards] (j0l): Likewise.
36918         [non-C99-based standards] (j1l): Likewise.
36919         [non-C99-based standards] (jnl): Likewise.
36920         [non-C99-based standards] (lgammal): Likewise.
36921         [non-C99-based standards] (tgammal): Likewise.
36922         [non-C99-based standards] (y0l): Likewise.
36923         [non-C99-based standards] (y1l): Likewise.
36924         [non-C99-based standards] (ynl): Likewise.
36925         [non-C99-based standards] (isnanl): Likewise.
36926         [non-C99-based standards] (acoshl): Likewise.
36927         [non-C99-based standards] (asinhl): Likewise.
36928         [non-C99-based standards] (atanhl): Likewise.
36929         [non-C99-based standards] (cbrtl): Likewise.
36930         [non-C99-based standards] (expm1l): Likewise.
36931         [non-C99-based standards] (ilogbl): Likewise.
36932         [non-C99-based standards] (log1pl): Likewise.
36933         [non-C99-based standards] (logbl): Likewise.
36934         [non-C99-based standards] (nextafterl): Likewise.
36935         [non-C99-based standards] (remainderl): Likewise.
36936         [non-C99-based standards] (rintl): Likewise.
36937         [non-C99-based standards] (scalbl): Likewise.
36938         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36939         [non-C99-based standards] (FP_*): Do not allow.
36940         [C99-based standards] (FP_*): Change to
36941         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36942         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36943         allow.
36944         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36945         (SIG_ERR): Likewise.
36946         [X/Open-based standards] (SIG_HOLD): Likewise.
36947         (SIG_IGN): Likewise.
36948         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36949         positive value.
36950         (SIGFPE): Likewise.
36951         (SIGILL): Likewise.
36952         (SIGINT): Likewise.
36953         (SIGSEGV): Likewise.
36954         (SIGTER): Likewise.
36955         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36956         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36957         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36958         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36959         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36960         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36961         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36962         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36963         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36964         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36965         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36966         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36967         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36968         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36969         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36970         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36971         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36972         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36973         [X/Open-based standards] (SIGTRAP): Likewise.
36974         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36975         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36976         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36977         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36978         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36979         allow.
36980
36981 2012-05-08  Ian Wienand  <ianw@vmware.com>
36982
36983         [BZ #14080]
36984         * time/tzset.c (__tzset_parse_tz): Update default rules for
36985         daylight time changes in the Energy Policy Act of 2005.
36986
36987 2012-05-09  Andreas Jaeger  <aj@suse.de>
36988
36989         [BZ #13983]
36990         * elf/ldconfig.c (parse_conf): Change string to make clear that
36991         ldconfig only issued a warning if ld.so.conf does not exist.
36992
36993 2012-05-08  David S. Miller  <davem@davemloft.net>
36994
36995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
36996         movxtod instead of popping the value on the stack.
36997
36998         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36999
37000 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37001
37002         * config.h.in: Add HAVE_ARM_PCS_VFP.
37003
37004 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37005
37006         [BZ #13979]
37007         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37008         checking but the checks are disabled for any reason.
37009
37010 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37011
37012         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37013         and ELF64_R_TYPE with ELFW(R_TYPE).
37014
37015 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37016
37017         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37018         (ulimit): Likewise.
37019
37020         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37021         (settimeofday): Likewise.
37022
37023 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37024
37025         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37026         a struct th_u2 inside the union, and move tu_block/tu_code into
37027         a new th_u3 union of tu_block/tu_code inside of that.  Move
37028         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37029         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37030         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37031         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37032         (th_stuff): Change to th_u1.tu_stuff.
37033         (th_data): Define.
37034         (th_msg): Change to th_u1.th_u2.tu_data.
37035
37036 2012-05-07  David S. Miller  <davem@davemloft.net>
37037
37038         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37039
37040         [BZ #14074]
37041         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37042         (SETUP_PIC_REG): Use it.
37043         (SETUP_PIC_REG_LEAF): Use it.
37044
37045 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37046
37047         [BZ #13885]
37048         [BZ #13923]
37049         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37050         USE_AS_EXPM1L.
37051         (EXPL_FINITE): Likewise.
37052         (FLDLOG): Likewise.
37053         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37054         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37055         e_expl.S.
37056         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37057         USE_AS_EXPM1L.
37058         (EXPL_FINITE): Likewise.
37059         (FLDLOG): Likewise.
37060         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37061         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37062         e_expl.S.
37063         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37064         test of -max_value argument for long double.
37065         * sysdeps/i386/fpu/libm-test-ulps: Update.
37066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37067
37068 2012-05-06  David S. Miller  <davem@davemloft.net>
37069
37070         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37071         quad soft-float symbols whose references which are compiler
37072         generated.
37073         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37074
37075 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37076
37077         [BZ #13884]
37078         [BZ #13914]
37079         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37080         USE_AS_EXP10L.
37081         (EXPL_FINITE): Likewise.
37082         (FLDLOG): Likewise.
37083         (c0): Likewise.
37084         (c1): Likewise.
37085         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37086         Adjust comments for base varying.
37087         (__expl_finite): Change alias to EXPL_FINITE.
37088         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37089         e_expl.S.
37090         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37091         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37092         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37093         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37094         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37095         USE_AS_EXP10L.
37096         (EXPL_FINITE): Likewise.
37097         (FLDLOG): Likewise.
37098         (c0): Likewise.
37099         (c1): Likewise.
37100         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37101         Adjust comments for base varying.
37102         (__expl_finite): Change alias to EXPL_FINITE.
37103         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37104         tests for bugs.
37105         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37106
37107         [BZ #14064]
37108         * math/libm-test.inc (check_float_internal): Correct ulp
37109         calculation for subnormal expected results.
37110
37111 2012-05-06  Andreas Jaeger  <aj@suse.de>
37112
37113         * Makeconfig (+math-flags): New, set to -frounding-math.
37114         (+cflags): Add +math-flags so that all of glibc gets compiled with
37115         it.
37116
37117         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37118
37119 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37120
37121         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37122         Disable one test.
37123
37124         [BZ #13787]
37125         [BZ #13922]
37126         [BZ #14036]
37127         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37128         (__ieee754_expl): Allow for and saturate large arguments.
37129         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37130         (u_threshold): Likewise.
37131         (__exp): Call __ieee754_exp before checking for overflow and
37132         underflow.
37133         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37134         (u_threshold): Likewise.
37135         (__expf): Call __ieee754_expf before checking for overflow and
37136         underflow.
37137         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37138         (u_threshold): Likewise.
37139         (__expl): Call __ieee754_expl before checking for overflow and
37140         underflow.
37141         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37142         (__ieee754_expl): Allow for and saturate large arguments.
37143         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37144         missing overflow exception on overflow.
37145         (expm1_test): Do not allow missing overflow exception on overflow.
37146
37147         * sysdeps/i386/fpu/e_expl.c: Move to ...
37148         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37149         rather than using inline asm.
37150         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37151         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37152         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37153
37154         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37155         (nice): Likewise.
37156         (poll): Likewise.
37157         (signal): Likewise.
37158         (time): Likewise.
37159         (times): Likewise.
37160
37161 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37162
37163         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37164         sysdeps/unix/common/syscalls.list.
37165         (fchmod): Likewise.
37166         (fchown): Likewise.
37167         (ftruncate): Likewise.
37168         (getrusage): Likewise.
37169         (gettimeofday): Likewise.
37170         (setpgid): Likewise.
37171         (setregid): Likewise.
37172         (setreuid): Likewise.
37173         (sigaction): Likewise.
37174         (truncate): Likewise.
37175         (vhangup): Likewise.
37176         * sysdeps/unix/common/syscalls.list: Remove file.
37177         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37178         * sysdeps/unix/sysv/linux/Implies: Likewise.
37179
37180 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37181
37182         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37183         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37184         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37185         Moved to ...
37186         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37187         Here.
37188         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37189         to ...
37190         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37191         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37192         to ...
37193         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37194         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37195         to ...
37196         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37197         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37198         to ...
37199         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37200         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37201         to ...
37202         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37203         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37204         to ...
37205         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37206         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37207         to ...
37208         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37209         Here.
37210         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37211         to ...
37212         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37213         Here.
37214         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37215         to ...
37216         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37217         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37218         Moved to ...
37219         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37220         Here.
37221         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37222         to ...
37223         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37224
37225 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37226
37227         * sysdeps/unix/common/bits/dirent.h: Remove file.
37228         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37229
37230         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37231         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37232         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37233         * sysdeps/unix/bsd/isatty.c: Likewise.
37234         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37235         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37236         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37237
37238 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37239
37240         [BZ #13563]
37241         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37242         long double comparison inaccuracies.
37243         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37245
37246 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37247
37248         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37249         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37250
37251 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37252
37253         [BZ #14049]
37254         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37255         nonzero digits before rounding a hex value.
37256         * stdlib/tst-strtod.c (tests): Add another test.
37257
37258 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37259
37260         * sysdeps/s390/fpu/libm-test-ulps: Update.
37261
37262 2012-05-03  Andreas Jaeger  <aj@suse.de>
37263
37264         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37265         does not get optimized out.
37266         (malloc_opt_barrier): New.
37267
37268 2012-05-03  Andreas Jaeger  <aj@suse.de>
37269             Roland McGrath  <roland@hack.frob.com>
37270
37271         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37272         intermediate file deletion.
37273         (generated): Add .symlist files.
37274
37275 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37276
37277         [BZ #13775]
37278         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37279         Redirect under this condition.
37280         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37281         [__USE_GNU] (__dprintf_chk): Not under this condition.
37282         [__USE_GNU] (__vdprintf_chk): Likewise.
37283         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37284         under this condition.
37285         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37286         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37287         [__USE_XOPEN2K8] (vdprintf): Likewise.
37288         [__USE_GNU] (__dprintf_chk): Not under this condition.
37289         [__USE_GNU] (__vdprintf_chk): Likewise.
37290         [__USE_GNU] (dprintf): Likewise.
37291         [__USE_GNU] (vdprintf): Likewise.
37292
37293 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37294
37295         * elf/Makefile (common-generated): Set this instead of generated for
37296         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37297         $(all-built-dso)-derived lists.
37298
37299 2012-05-03  Andreas Jaeger  <aj@suse.de>
37300
37301         * sysdeps/i386/fpu/libm-test-ulps: Update.
37302
37303         * FAQ: Removed.
37304         * FAQ.in: Likewise.
37305         * scripts/gen-FAQ.pl: Likewise.
37306         * manual/install.texi (Installation): Point to online location of
37307         FAQ.
37308         * Makefile (files-for-dist): Remove FAQ.
37309         (FAQ): Remove.
37310
37311 2012-05-02  Allan McRae  <allan@archlinux.org>
37312
37313         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37314         (LDFLAGS-reldepmod5.so): Likewise.
37315         (LDFLAGS-reldep6mod1.so): Likewise.
37316         (LDFLAGS-reldep6mod4.so): Likewise.
37317         (LDFLAGS-reldep8mod3.so): Likewise.
37318         (LDFLAGS-unload4mod1.so): Likewise.
37319         (LDFLAGS-unload4mod2.so): Likewise.
37320         (LDFLAGS-tst-initorder): Likewise.
37321         (LDFLAGS-tst-initordera2.so): Likewise.
37322         (LDFLAGS-tst-initordera3.so): Likewise.
37323         (LDFLAGS-tst-initordera4.so): Likewise.
37324         (LDFLAGS-tst-initorderb2.so): Likewise.
37325         (LDFLAGS-noload): Likewise.
37326         (LDFLAGS-next): Likewise.
37327         (LDFLAGS-order2mod1.so): Likewise.
37328         (LDFLAGS-order2mod2.so): Likewise.
37329         (LDFLAGS-tst-initorder2): Likewise.
37330         (LDFLAGS-tst-initorder2a.so): Likewise.
37331         (LDFLAGS-tst-initorder2b.so): Likewise.
37332         (LDFLAGS-tst-initorder2c.so): Likewise.
37333         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37334
37335 2012-05-02  David S. Miller  <davem@davemloft.net>
37336
37337         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37338
37339 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37340
37341         [BZ #14055]
37342         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37343
37344 2012-05-02  Andreas Jaeger  <aj@suse.de>
37345
37346         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37347         since we manipulate rounding mode.
37348         (CPPFLAGS-test-idouble.c): Likewise.
37349         (CPPFLAGS-test-ifloat.c): Likewise.
37350         (CFLAGS-test-ldouble.c): Likewise.
37351         (CFLAGS-test-double.c): Likewise.
37352         (CFLAGS-test-float.c): Likewise.
37353         (CFLAGS-test-misc.c): Likewise.
37354         (CFLAGS-test-test-fenv.c): Likewise.
37355
37356 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37357
37358         [BZ #2550]
37359         [BZ #2570]
37360         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37361         comparisons to determine direction to adjust input.
37362
37363 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37364
37365         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37366         output to the target.
37367
37368         * scripts/localplt.awk: New file.
37369         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37370         (check-localplt-CFLAGS): Variable removed.
37371         ($(all-built-dso:=.jmprel)): New static pattern rule.
37372         (generated): Add those targets.
37373         (localplt-built-dso): New variable.
37374         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37375
37376         * elf/check-localplt.c: File removed.
37377
37378         * scripts/check-execstack.awk: New file.
37379         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37380         (check-execstack-CFLAGS): Variable removed.
37381         ($(objpfx)check-execstack.h): Target removed.
37382         ($(objpfx)execstack-default): New target.
37383         (generated): Add that instead of check-execstack.h.
37384         ($(all-built-dso:=.phdr)): New static pattern rule.
37385         (generated): Add those targets.
37386         * elf/check-execstack.c: File removed.
37387
37388         * scripts/check-textrel.awk: New file.
37389         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37390         (check-textrel-CFLAGS): Variable removed.
37391         (all-built-dso): Use := to define.o
37392         ($(all-built-dso:=.dyn)): New static pattern rule.
37393         (generated): Add those targets.
37394         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37395         * config.make.in (READELF): New substituted variable.
37396         * elf/check-textrel.c: File removed.
37397
37398 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37399
37400         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37401         allow.
37402         * conform/data/ctype.h-data [C99-based standards] (isblank):
37403         Expect function.
37404         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37405         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37406         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37407         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37408         Specify type.  Require positive value.
37409         (EILSEQ): Likewise.
37410         (ERANGE): Likewise.
37411         [ISO || POSIX] (EILSEQ): Do not expect.
37412         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37413         Specify type.  Require positive value.
37414         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37415         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37416         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37417         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37418         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37419         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37420         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37421         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37422         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37423         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37424         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37425         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37426         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37427         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37428         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37429         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37430         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37431         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37432         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37433         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37434         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37435         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37436         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37437         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37438         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37439         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37440         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37441         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37442         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37443         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37444         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37445         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37446         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37447         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37448         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37449         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37450         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37451         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37452         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37453         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37454         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37455         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37456         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37457         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37458         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37459         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37460         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37461         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37462         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37463         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37464         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37465         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37466         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37467         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37468         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37469         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37470         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37471         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37472         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37473         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37474         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37475         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37476         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37477         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37478         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37479         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37480         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37481         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37482         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37483         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37484         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37485         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37486         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37487         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37488         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37489         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37490         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37491         Require >= 2.
37492         (FLT_ROUNDS): Expect as macro, not constant.
37493         (FLT_MANT_DIG): Use macro-int-constant.
37494         (DBL_MANT_DIG): Likewise.
37495         (LDBL_MANT_DIG): Likewise.
37496         (FLT_DIG): Likewise.
37497         (DBL_DIG): Likewise.
37498         (LDBL_DIG): Likewise.
37499         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37500         (DBL_MIN_EXP): Likewise.
37501         (LDBL_MIN_EXP): Likewise.
37502         (FLT_MAX_EXP): Use macro-int-constant.
37503         (DBL_MAX_EXP): Likewise.
37504         (LDBL_MAX_EXP): Likewise.
37505         (FLT_MAX_10_EXP): Likewise.
37506         (DBL_MAX_10_EXP): Likewise.
37507         (LDBL_MAX_10_EXP): Likewise.
37508         (FLT_MAX): Use macro-constant.
37509         (DBL_MAX): Likewise.
37510         (LDBL_MAX): Likewise.
37511         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37512         (DBL_EPSILON): Likewise.
37513         (LDBL_EPSILON): Likewise.
37514         (FLT_MIN): Likewise.
37515         (DBL_MIN): Likewise.
37516         (LDBL_MIN): Likewise.
37517         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37518         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37519         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37520         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37521         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37522         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37523         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37524         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37525         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37526         [ISO11] (FLT_TRUE_MIN): Likewise.
37527         [ISO11] (LDBL_TRUE_MIN): Likewise.
37528         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37529         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37530         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37531         (SCHAR_MAX): Likewise.
37532         (UCHAR_MAX): Likewise.
37533         (CHAR_MIN): Likewise.
37534         (CHAR_MAX): Likewise.
37535         (MB_LEN_MAX): Use macro-int-constant.
37536         (SHRT_MIN): Use macro-int-constant.  Specify type.
37537         (SHRT_MAX): Likewise.
37538         (USHRT_MAX): Likewise.
37539         (INT_MAX): Likewise.
37540         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37541         bound negative.
37542         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37543         bound with "U".
37544         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37545         bound with "L".
37546         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37547         bound negative.  Suffix upper bound with "L".
37548         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37549         bound with "UL".
37550         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37551         Specify type.
37552         [C99-based standards] (LLONG_MAX): Likewise.
37553         [C99-based standards] (ULLONG_MAX): Likewise.
37554         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37555         == 0.
37556         [ISO11] (max_align_t): Require type.
37557         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37558
37559         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37560         from $CFLAGS, without defining away __attribute__ calls.
37561         (checknamespace): Use $CFLAGS_namespace.
37562
37563         * conform/conformtest.pl (@keywords): Only include C99 keywords
37564         for standards based on C99 or C11.
37565
37566         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37567         Disable tests.
37568         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37569         UNIX98]: Likewise.
37570
37571         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37572         usability of symbols in #if.
37573
37574         * conform/conformtest.pl: If macro or constant types start
37575         "promoted:", expect the symbol to be of the following type
37576         promoted by the integer promotions.
37577
37578         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37579         in one place.  Also handle "macro-constant".
37580
37581         * conform/conformtest.pl: Only accept expected macro values with
37582         "==".  Parse all "macro" lines in one place.
37583         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37584
37585         * conform/conformtest.pl: Handle braced types on "constant" lines
37586         instead of handling "typed-constant".
37587         * conform/data/signal.h-data: Use "constant" instead of
37588         "typed-constant".
37589
37590         * conform/conformtest.pl: Handle "optional-" at start of lines in
37591         one place rather than duplicating several cases.  Handle each
37592         format of "macro" line with initial "optional-".
37593
37594         * conform/conformtest.pl: Only accept expected constant or
37595         optional-constant values with "==".  Parse all "constant" lines in
37596         one place.  Parse all "optional-constant" lines in one place.
37597         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37598         * conform/data/fmtmsg.h-data: Likewise.
37599         * conform/data/netinet/in.h-data: Likewise.
37600         * conform/data/tar.h-data: Likewise.
37601         * conform/data/limits.h-data: Use "==" form on "constant" and
37602         "optional-constant" lines.
37603
37604         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37605         Use -std=c99 for XOPEN2K.
37606         (@knownproblems): Remove.
37607         (newtoken): Don't check %isknown.
37608
37609         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37610         Do not expect macro.
37611         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37612         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37613         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37614         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37615         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37616         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37617         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37618         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37619         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37620         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37621         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37622         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37623         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37624         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37625         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37626         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37627         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37628         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37629         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37630         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37631         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37632         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37633         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37634         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37635         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37636         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37637         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37638         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37639         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37640         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37641         [XPG3] (acosh): Likewise.
37642         [XPG3] (asinh): Likewise.
37643         [XPG3] (atanh): Likewise.
37644         [XPG3] (cbrt): Likewise.
37645         [XPG3] (expm1): Likewise.
37646         [XPG3] (ilogb): Likewise.
37647         [XPG3] (log1p): Likewise.
37648         [XPG3] (logb): Likewise.
37649         [XPG3] (nextafter): Likewise.
37650         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37651         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37652         [XPG3] (remainder): Likewise.
37653         [XPG3] (rint): Likewise.
37654         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37655         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37656         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37657         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37658         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37659         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37660         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37661         [UNIX98 || XOPEN2K] (scalb): Expect.
37662         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37663         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37664         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37665         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37666         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37667         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37668         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37669         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37670         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37671         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37672         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37673         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37674         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37675         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37676         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37677         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37678         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37679         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37680         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37681         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37682         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37683         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37684         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37685         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37686         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37687         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37688         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37689         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37690         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37691         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37692         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37693         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37694         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37695         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37696         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37697         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37698         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37699         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37700         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37701         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37702         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37703         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37704         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37705         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37706         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37707         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37708         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37709         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37710         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37711         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37712         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37713         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37714         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37715         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37716         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37717         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37718         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37719         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37720         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37721         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37722         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37723         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37724         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37725         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37726         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37727         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37728         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37729         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37730         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37731         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37732         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37733         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37734         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37735         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37736         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37737         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37738         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37739         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37740         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37741         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37742         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37743         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37744         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37745         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37746         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37747         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37748         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37749         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37750         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37751         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37752         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37753         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37754         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37755         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37756         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37757         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37758         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37759         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37760         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37761         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37762         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37763         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37764         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37765         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37766         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37767         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37768         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37769         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37770         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37771         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37772         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37773         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37774         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37775         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37776         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37777         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37778         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37779         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37780         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37781         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37782         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37783         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37784         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37785         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37786         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37787         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37788         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37789         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37790         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37791         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37792         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37793         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37794         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37795         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37796         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37797         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37798         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37799
37800         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37801         _XOPEN_SOURCE_EXTENDED for XPG4.
37802
37803         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37804
37805         * Makeconfig (localtime): Remove variable.
37806         (inst_localtime-file): Likewise.
37807
37808 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37809
37810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37811         Update.
37812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37813         Update.
37814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37815         Update.
37816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37817         Update.
37818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37819         Update.
37820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37821         Update.
37822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37823         Update.
37824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37825         Update.
37826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37827         Update.
37828
37829 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37830
37831         [BZ #2550]
37832         [BZ #2570]
37833         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37834         comparisons to determine direction to adjust input.
37835         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37836         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37837         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37838         Likewise.
37839         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37840         Likewise.
37841         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37842         Likewise.
37843         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37844         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37845         Likewise.
37846         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37847         Likewise.
37848         * math/libm-test.inc (nexttoward_test): Add more tests.
37849
37850 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37851
37852         [BZ #14040]
37853         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37854         in version GLIBC_2.1, not GLIBC_2.0.
37855         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37856         Likewise.
37857
37858 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37859
37860         [BZ #13942]
37861         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37862         (1 - x) * (1 + x).
37863         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37864         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37865         * math/libm-test.inc (acos_test): Add more tests.
37866         (asin_test): Likewise.
37867         * sysdeps/i386/fpu/libm-test-ulps: Update.
37868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37869
37870         [BZ #14034]
37871         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37872         of square root.
37873         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37874         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37875         * math/libm-test.inc (acos_test_tonearest): New function.
37876         (acos_test_towardzero): Likewise.
37877         (acos_test_downward): Likewise.
37878         (acos_test_upward): Likewise.
37879         (asin_test_tonearest): Likewise.
37880         (asin_test_towardzero): Likewise.
37881         (asin_test_downward): Likewise.
37882         (asin_test_upward): Likewise.
37883         (main): Call the new functions.
37884         * sysdeps/i386/fpu/libm-test-ulps: Update.
37885         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37886
37887         [BZ #13884]
37888         [BZ #13924]
37889         * math/e_exp10.c: Include <float.h>.
37890         (__ieee754_exp10): Handle underflow here rather than multiplying
37891         large negative argument by M_LN10.
37892         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37893         of __ieee754_expf.
37894         * math/e_exp10l.c: Include <float.h>.
37895         (__ieee754_exp10l): Handle underflow here rather than multiplying
37896         large negative argument by M_LN10l.
37897         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37898         spurious overflow exception on underflow.
37899
37900 2012-04-29  Marek Polacek  <polacek@redhat.com>
37901
37902         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37903         (__fortify_function): New macro.
37904         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37905         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37906         __extern_always_inline.
37907         * libio/bits/stdio2.h: Likewise.
37908         * libio/bits/stdio.h: Likewise.
37909         * string/string.h: Likewise.
37910         * string/bits/string3.h: Likewise.
37911         * include/stdio.h: Likewise.
37912         * stdlib/bits/stdlib.h: Likewise.
37913         * stdlib/stdlib.h: Likewise.
37914         * rt/bits/mqueue2.h: Likewise.
37915         * rt/mqueue.h: Likewise.
37916         * posix/bits/unistd.h: Likewise.
37917         * posix/unistd.h: Likewise.
37918         * io/bits/poll2.h: Likewise.
37919         * io/bits/fcntl2.h: Likewise.
37920         * io/fcntl.h: Likewise.
37921         * io/sys/poll.h: Likewise.
37922         * misc/bits/syslog.h: Likewise.
37923         * misc/bits/syslog-ldbl.h: Likewise.
37924         * misc/sys/syslog.h: Likewise.
37925         * socket/bits/socket2.h: Likewise.
37926         * socket/sys/socket.h: Likewise.
37927         * debug/tst-chk1.c: Likewise.
37928         * wcsmbs/bits/wchar2.h: Likewise.
37929         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37930         * wcsmbs/wchar.h: Likewise.
37931
37932 2012-04-29  Andreas Jaeger  <aj@suse.de>
37933
37934         * Makerules (tests): Remove enable-check-abi protection.
37935         (check-abi-warn): Remove.
37936         (check-abi-%): Remove check-abi-warn usage.
37937
37938         * configure.in: Remove check-abi configure option.
37939         * configure: Regenerated.
37940         * config.make.in (enable-check-abi): Remove.
37941
37942 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37943
37944         [BZ #14033]
37945         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37946         double functions to double *_finite functions.
37947
37948         [BZ #13941]
37949         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37950         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37951         LDBL_MIN_EXP.
37952         * stdio-common/Makefile (tests): Add tst-sprintf3.
37953         * stdio-common/tst-sprintf3.c: New file.
37954
37955         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37956         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37957
37958 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37959
37960         * conform/conformtest.pl: Remove duplicate typed-constant
37961         handling.
37962
37963 2012-04-28  David S. Miller  <davem@davemloft.net>
37964
37965         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37966         (check-abi-%): Remove AWK script prerequisite and explicit
37967         abilist directory.
37968         (check-abi): Rewrite to just diff the symlist with the abilist.
37969         (config-tls, config-abi-config): Delete, no longer used.
37970         (update-abi-%): Remove AWK script and explicit abilist directory.
37971         (update-abi): Rewrite to simply compare and conditionally copy the
37972         symlist and the sysdep abilist file.  Remove update-abi-config
37973         checks.
37974         * abilist/ld.abilist: Remove.
37975         * abilist/libBrokenLocale.abilist: Remove.
37976         * abilist/libanl.abilist: Remove.
37977         * abilist/libcrypt.abilist: Remove.
37978         * abilist/libdl.abilist: Remove.
37979         * abilist/librt.abilist: Remove.
37980         * abilist/libthread_db.abilist: Remove.
37981         * abilist/libutil.abilist: Remove.
37982         * scripts/extract-abilist.awk: Remove.
37983         * scripts/merge-abilist.awk: Remove.
37984         * sysdeps/generic/libcidn.abilist: New file.
37985         * sysdeps/generic/libnss_compat.abilist: New file.
37986         * sysdeps/generic/libnss_db.abilist: New file.
37987         * sysdeps/generic/libnss_dns.abilist: New file.
37988         * sysdeps/generic/libnss_files.abilist: New file.
37989         * sysdeps/generic/libnss_hesiod.abilist: New file.
37990         * sysdeps/generic/libnss_nis.abilist: New file.
37991         * sysdeps/generic/libnss_nisplus.abilist: New file.
37992         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
37993         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
37994         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
37995         file.
37996         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
37997         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
37998         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
37999         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38000         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38001         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38002         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38003         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38004         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38005         file.
38006         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38007         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38008         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38009         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38010         file.
38011         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38012         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38013         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38014         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38015         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38016         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38017         file.
38018         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38019         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38020         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38021         file.
38022         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38023         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38024         New file.
38025         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38026         New file.
38027         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38028         New file.
38029         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38030         New file.
38031         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38032         New file.
38033         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38034         New file.
38035         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38036         New file.
38037         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38038         New file.
38039         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38040         New file.
38041         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38042         New file.
38043         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38044         New file.
38045         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38046         New file.
38047         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38048         New file.
38049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38050         file.
38051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38052         New file.
38053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38054         New file.
38055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38056         file.
38057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38058         New file.
38059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38060         New file.
38061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38062         file.
38063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38064         New file.
38065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38066         New file.
38067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38068         New file.
38069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38070         New file.
38071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38072         New file.
38073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38074         New file.
38075         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38076         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38077         file.
38078         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38079         New file.
38080         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38081         file.
38082         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38083         file.
38084         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38085         file.
38086         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38087         file.
38088         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38089         file.
38090         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38091         New file.
38092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38093         file.
38094         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38095         file.
38096         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38097         New file.
38098         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38099         file.
38100         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38101         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38102         file.
38103         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38104         New file.
38105         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38106         file.
38107         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38108         file.
38109         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38110         file.
38111         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38112         file.
38113         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38114         file.
38115         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38116         New file.
38117         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38118         file.
38119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38120         file.
38121         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38122         New file.
38123         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38124         file.
38125         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38126         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38127         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38128         file.
38129         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38130         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38131         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38132         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38133         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38134         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38135         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38136         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38137         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38138         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38139         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38140         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38141         file.
38142         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38143         New file.
38144         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38145         file.
38146         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38147         file.
38148         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38149         file.
38150         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38151         file.
38152         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38153         file.
38154         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38155         New file.
38156         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38157         New file.
38158         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38159         file.
38160         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38161         New file.
38162         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38163         file.
38164         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38165         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38166         file.
38167         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38168         New file.
38169         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38170         file.
38171         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38172         file.
38173         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38174         file.
38175         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38176         file.
38177         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38178         file.
38179         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38180         New file.
38181         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38182         New file.
38183         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38184         file.
38185         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38186         New file.
38187         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38188         file.
38189
38190 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38191
38192         * conform/conformtest.pl: Fix typo in handling typed-constant from
38193         allow-header.
38194
38195 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38196
38197         * README: Cut down references to pre-2.6 Linux kernels and
38198         Linuxthreads.  Update lists of configurations in libc and ports
38199         and sort alphabetically.  Say "or newer" with Linux kernel version
38200         requirements.
38201
38202         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38203
38204 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38205
38206         [BZ #887]
38207         * math/libm-test.inc (logb_test_downward): New test to expose
38208         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38209         rounding mode.
38210
38211 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38212
38213         [BZ #14027]
38214         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38215         to be done.
38216         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38217         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38218
38219 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38220
38221         * sysdeps/unix/i386/brk.S: Remove file.
38222         * sysdeps/unix/i386/dl-brk.S: Likewise.
38223         * sysdeps/unix/i386/pipe.S: Likewise.
38224         * sysdeps/unix/i386/sigreturn.S: Likewise.
38225         * sysdeps/unix/i386/syscall.S: Likewise.
38226         * sysdeps/unix/i386/vfork.S: Likewise.
38227         * sysdeps/unix/i386/wait.S: Likewise.
38228
38229         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38230         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38231
38232         * configure.in (arm*-none*): Do not allow without
38233         --enable-hacker-mode.
38234         (netbsd*): Remove case setting base_os.
38235         (386bsd*): Likewise.
38236         (freebsd*): Likewise.
38237         (bsdi*): Likewise.
38238         (osf*): Likewise.
38239         (sunos*): Likewise.
38240         (ultrix*): Likewise.
38241         (newsos*): Likewise.
38242         (dynix*): Likewise.
38243         (*bsd*): Likewise.
38244         (sysv*): Likewise.
38245         (isc*): Likewise.
38246         (esix*): Likewise.
38247         (sco*): Likewise.
38248         (minix*): Likewise.
38249         (irix4*): Likewise.
38250         (irix6*): Likewise.
38251         (solaris[2-9]*): Likewise.
38252         (none): Likewise.
38253         * configure: Regenerated.
38254
38255 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38256
38257         [BZ #11521]
38258         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38259         overflow or cancellation in calculating denominator.
38260         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38261         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38262         down expression to avoid unexpected rounding in newer GCCs.
38263         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38264
38265 2012-04-26  David S. Miller  <davem@davemloft.net>
38266
38267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38268         long-double compat symbols.
38269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38274         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38275         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38276         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38277         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38278         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38279         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38280         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38281         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38282
38283 2012-04-25  David S. Miller  <davem@davemloft.net>
38284
38285         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38286         HWCAP_* values only after the memory barriers have been defined.
38287         (atomic_full_barrier): Define.
38288         (atomic_read_barrier): Define.
38289         (atomic_write_barrier): Define.
38290
38291 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38292
38293         * shlib-versions: Add libgcc_s version information.
38294         * sysdeps/generic/libgcc_s.h: Remove.
38295         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38296         libgcc_s.h.
38297         * sysdeps/gnu/unwind-resume.c: Likewise.
38298         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38299
38300 2012-04-25  David S. Miller  <davem@davemloft.net>
38301
38302         * sysdeps/unix/sparc/brk.S: Delete.
38303         * sysdeps/unix/sparc/dl-brk.S: Delete.
38304         * sysdeps/unix/sparc/pipe.S: Delete.
38305         * sysdeps/unix/sparc/sysdep.S: Delete.
38306         * sysdeps/unix/sparc/sysdep.h: Delete.
38307         * sysdeps/unix/sparc/vfork.S: Delete.
38308         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38309         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38310         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38311         (ret_ERRVAL, r0, r1, MOVE): Define.
38312         (JUMPTARGET): Remove.
38313         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38314         sysdeps/unix/sparc/sysdep.h
38315         (ENTRY, END): Remove.
38316         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38317
38318 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38319
38320         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38321         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38322         -DIS_IN_build.
38323
38324         * timezone/README: Update upstream location and email address for
38325         tzcode and tzdata.
38326         * timezone/zdump.c: Update from tzcode 2012b.
38327         * timezone/zic.c: Likewise.
38328
38329         * configure.in (libc_cv_as_needed): Remove test.
38330         * configure: Regenerated.
38331         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38332         conditional definition.
38333         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38334         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38335         * config.make.in (have-as-needed): Remove variable.
38336
38337 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38338             Paul Pluzhnikov  <ppluzhnikov@google.com>
38339
38340         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38341         strings correctly.
38342
38343 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38344
38345         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38346         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38347         * sysdeps/sh/strlen.S: Likewise.
38348
38349 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38350
38351         * sysdeps/unix/fork.S: Remove file.
38352         * sysdeps/unix/i386/fork.S: Likewise.
38353         * sysdeps/unix/sparc/fork.S: Likewise.
38354
38355         * sysdeps/unix/system.c: Remove file.
38356         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38357
38358         * sysdeps/unix/getegid.S: Remove file.
38359         * sysdeps/unix/geteuid.S: Likewise.
38360
38361 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38362
38363         * scripts/check-localplt.awk: New file.
38364         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38365         of diff.
38366         * scripts/data/localplt-generic.data: Add a comment.
38367
38368         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38369         NODE when __dir_mkfile failed.
38370         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38371         Reported by Ludovic Courtès <ludo@gnu.org>.
38372
38373 2012-04-24  Andreas Jaeger  <aj@suse.de>
38374
38375         * Makerules (common-clean): Also remove gen-as-const-headers
38376         files.
38377
38378 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38379
38380         * Makerules (native-compile): Do not change working directory for
38381         build.  Use $(OUTPUT_OPTION) in command.
38382         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38383
38384 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38385
38386         [BZ #13886]
38387         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38388         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38389         * math/libm-test.inc (floor_test): Add more tests.
38390         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38391
38392 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38393
38394         * sysdeps/unix/getdents.c: Remove file.
38395         * sysdeps/unix/sysv/getdents.c: Likewise.
38396         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38397
38398         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38399         sysdeps/unix/mman/syscalls.list.
38400         (mmap): Likewise.
38401         (mprotect): Likewise.
38402         (msync): Likewise.
38403         (munmap): Likewise.
38404         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38405         * sysdeps/unix/mman/syscalls.list: Remove.
38406         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38407
38408         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38409         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38410         * configure: Regenerated.
38411         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38412         $(libgcc_s_suffix).
38413         * config.make.in (libgcc_s_suffix): Remove variable.
38414
38415 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38416
38417         * sysdeps/unix/sysv/gethostname.c: Move to ...
38418         * sysdeps/posix/gethostname.c: ... here.
38419
38420         * sysdeps/unix/execve.S: Remove file.
38421
38422         * sysdeps/unix/_exit.S: Remove file.
38423
38424 2012-04-23  Andreas Jaeger  <aj@suse.de>
38425
38426         [BZ #13739]
38427         * manual/Makefile: Remove make dist support, there's no
38428         need for a stand-alone documentation tar ball.
38429         (TEXI2DVI): Define always, it's not in Makeconfig.
38430         (dist): Removed.
38431         (tar-it): Removed.
38432         (edition): Removed.
38433         (glibc-doc-$(edition).tar): Removed
38434         (%.Z): Removed.
38435         (%.gz): Removed.
38436         (%.uu): Removed.
38437         (ETAGS): Remove, it's in Makeconfig.
38438         (move-if-change): Remove, it's in Makeconfig.
38439
38440 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38441
38442         [BZ #13970]
38443         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38444         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38445         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38446         (strtod_l, strtof_l, strtold_l): Remove __wur.
38447         It is not necessarily an error to ignore strtol's return value.
38448         One can reliably look at the stored endptr to decide whether
38449         the number had valid syntax.
38450
38451 2012-04-21  Andreas Jaeger  <aj@suse.de>
38452
38453         [BZ #13739]
38454         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38455
38456 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38457
38458         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38459         * sysdeps/unix/sysv/Versions: Remove file.
38460
38461 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38462
38463         [BZ #13927]
38464         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38465
38466 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38467
38468         [BZ #7064]
38469         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38470         version from __vm86.
38471
38472 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38473
38474         * sysdeps/unix/common/lxstat.c: Remove file.
38475         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38476
38477         * sysdeps/unix/sysv/Makefile: Remove file.
38478
38479         * sysdeps/unix/sysv/direct.h: Remove file.
38480
38481         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38482         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38483         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38484         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38485         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38486         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38487         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38488
38489         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38490
38491         * sysdeps/unix/xmknod.c: Remove file.
38492         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38493
38494         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38495
38496         * sysdeps/unix/sysv/i386/time.S: Remove file.
38497
38498         * sysdeps/unix/fxstat.c: Remove file.
38499         * sysdeps/unix/xstat.c: Likewise.
38500         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38501
38502         * sysdeps/unix/sysv/sigaction.c: Remove file.
38503
38504         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38505         (sysdep_headers): Remove variable.
38506         [termio.h not in sysdep_headers] (generated): Likewise.
38507         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38508         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38509         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38510         * sysdeps/unix/sysv/tcflow.c: Likewise.
38511         * sysdeps/unix/sysv/tcflush.c: Likewise.
38512         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38513         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38514         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38515         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38516         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38517
38518         * sysdeps/unix/siglist.c: Remove file.
38519
38520         * sysdeps/unix/getppid.S: Remove file.
38521
38522         * sysdeps/unix/mkdir.c: Remove file.
38523         * sysdeps/unix/rmdir.c: Likewise.
38524
38525 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38526
38527         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38528         ERR_MAX value.
38529         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38530         errlist-compat value.
38531
38532 2012-04-18  David S. Miller  <davem@davemloft.net>
38533
38534         * sysdeps/generic/memcopy.h (reg_char): Delete.
38535         * debug/strcat_chk.c: Use char, not reg_char.
38536         * debug/strcpy_chk.c: Likewise.
38537         * debug/strncat_chk.c: Likewise.
38538         * debug/strncpy_chk.c: Likewise.
38539         * string/memchr.c: Likewise.
38540         * string/memrchr.c: Likewise.
38541         * string/rawmemchr.c: Likewise.
38542         * string/strcat.c: Likewise.
38543         * string/strchr.c: Likewise.
38544         * string/strchrnul.c: Likewise.
38545         * string/strcmp.c: Likewise.
38546         * string/strcpy.c: Likewise.
38547         * string/strncat.c: Likewise.
38548         * string/strncmp.c: Likewise.
38549         * string/strncpy.c: Likewise.
38550
38551 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38552
38553         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38554         __builtin_memcopy is called when src and dest ranges are known to not
38555         overlap.
38556
38557 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38558
38559         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38560         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38561         fwd_align_merge macro call.
38562         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38563         bwd_align_merge macro call.
38564         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38565
38566 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38567
38568         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38569         bwd_align_merge macros.
38570         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38571         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38572         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38573
38574 2012-04-18  David S. Miller  <davem@davemloft.net>
38575
38576         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38577
38578 2012-04-18  Andreas Jaeger  <aj@suse.de>
38579
38580         [BZ# 6794]
38581         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38582         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38583         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38584
38585         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38586         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38587         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38588
38589         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38590         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38591         Adjust for changed ldbl-128 files.
38592
38593         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38594         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38595         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38596
38597 2012-04-17  David S. Miller  <davem@davemloft.net>
38598
38599         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38600
38601 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38602
38603         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38604         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38605         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38606         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38607         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38608         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38609
38610 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38611
38612         [BZ #6794]
38613         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38614         * math/libm-test.inc: Add ilogb errno and exception tests.
38615         * math/w_ilogb.c: New file: ilogb wrapper.
38616         * math/w_ilogbf.c: New file: ilogbf wrapper.
38617         * math/w_ilogbl.c: New file: ilogbl wrapper.
38618         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38619         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38620         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38621         exception being thrown with 0.0 as argument.
38622         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38623         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38624         exception being thrown with 0.0 as argument.
38625         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38626         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38627         exception being thrown with 0.0 as argument.
38628         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38629         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38630         exception being thrown with 0.0 as argument.
38631         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38632         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38633         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38634         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38635         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38636         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38637         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38638         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38639         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38640
38641 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38642
38643         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38644         with altivec.
38645
38646 2012-04-16  Marek Polacek  <polacek@redhat.com>
38647
38648         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38649
38650 2012-04-16  Marek Polacek  <polacek@redhat.com>
38651
38652         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38653         operands of fdivp instruction.
38654
38655 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38656
38657         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38658         * elf/tst-auditmod3b.c: Likewise.
38659         * elf/tst-auditmod4b.c: Likewise.
38660         * elf/tst-auditmod5b.c: Likewise.
38661         * elf/tst-auditmod6b.c: Likewise.
38662         * elf/tst-auditmod6c.c: Likewise.
38663         * elf/tst-auditmod7b.c: Likewise.
38664         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38665         * sysdeps/x86_64/preconfigure.in: Likewise.
38666         * sysdeps/x86_64/preconfigure: Regenerated.
38667
38668 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38669
38670         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38671         __ILP32__.
38672
38673 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38674
38675         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38676         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38677
38678 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38679
38680         [BZ #13973]
38681         * locale/iso-639.def: Fix gl language name. Spotted by
38682         Yaron Shahrabani.
38683
38684 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38685
38686         [BZ #2074]
38687         * libio/libio.h (__io_write_fn): Update comment.
38688
38689 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38690
38691         [BZ #2074]
38692         * stdio.texi (Hook Functions): The user provided writer function
38693         is not allowed to return -1.
38694
38695 2012-04-11  David S. Miller  <davem@davemloft.net>
38696
38697         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38698
38699 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38700
38701         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38702         Add a leading slash to rtkaio.
38703
38704 2012-04-11  Jim Meyering  <meyering@redhat.com>
38705
38706         [BZ #11959]
38707         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38708         It is not necessarily an error to ignore fwrite's return
38709         value.  One can reliably use ferror to test for errors after
38710         the fact.
38711
38712 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38713
38714         * bits/types.h (__snseconds_t): New type.
38715         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38716
38717         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38718         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38719         (__SNSECONDS_T_TYPE): Likewise.
38720         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38721         (__SNSECONDS_T_TYPE): Likewise.
38722         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38723         (__SNSECONDS_T_TYPE): Likewise.
38724
38725 2012-04-10  Andreas Jaeger  <aj@suse.de>
38726
38727         [BZ #2636]
38728         * manual/time.texi (Processor Time): Return type of times is
38729         elapsed real time since an arbitrary point in the past.
38730         (CPU Time): Move CLK_TCK from here...
38731         (Processor Time): ...to here.  Correct description.
38732         * manual/conf.texi (Constants for Sysconf): Correct description of
38733         _SC_CLK_TCK.
38734
38735 2012-04-10  David S. Miller  <davem@davemloft.net>
38736
38737         [BZ #13967]
38738         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38739         where the is a gap between DT_REL(A) and DT_JMPREL.
38740
38741 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38742
38743         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38744         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38745         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38746
38747 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38748
38749         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38750         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38751         (dl_main): Handle --inhibit-cache.
38752         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38753         _dl_inhibit_cache.
38754         * elf/dl-load.c (_dl_map_object): Use it.
38755         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38756
38757 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38758
38759         [BZ #13872]
38760         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38761         (__ieee754_powl): Saturate large exponents rather than testing for
38762         overflow of y*log2(x).
38763         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38764         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38765         exceptions.
38766
38767         [BZ #11521]
38768         * math/s_ctan.c: Include <float.h>.
38769         (__ctan): Avoid internal overflow or cancellation in calculating
38770         denominator.
38771         * math/s_ctanf.c: Likewise.
38772         * math/s_ctanl.c: Likewise.
38773         * math/s_ctanh.c: Likewise.
38774         * math/s_ctanhf.c: Likewise.
38775         * math/s_ctanhl.c: Likewise.
38776         * math/libm-test.inc (ctan_test): Add more tests.
38777         (ctanh_test): Likewise.
38778         * sysdeps/i386/fpu/libm-test-ulps: Update.
38779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38780
38781 2012-04-09  Andreas Jaeger  <aj@suse.de>
38782
38783         [BZ #6894]
38784         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38785         is an optional BSD extension.
38786
38787         [BZ #10254]
38788         * manual/stdio.texi (Opening Streams): Document additional fopen
38789         parameters.
38790
38791 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38792
38793         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38794         %eax without telling the compiler.
38795
38796 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38797
38798         [BZ # 13963]
38799         * manual/install.texi: Use sourceware.org.
38800
38801 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38802
38803         [BZ #13873]
38804         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38805         (__ieee754_pow): Generate overflow and underflow using huge*huge
38806         and tiny*tiny rather than just returning constant infinity or zero
38807         for large exponents.
38808         * math/libm-test.inc (pow_test): Require overflow exceptions for
38809         applicable cases of large exponents.
38810
38811         [BZ #706]
38812         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38813         (__ieee754_pow): Use iterative multiplication algorithm only for
38814         integer exponents with absolute value below 1024.  Check for odd
38815         integer exponents when using algorithm for real exponents.
38816         * math/libm-test.inc (pow_test): Add more tests.
38817         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38818
38819 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38820
38821         [BZ #13705]
38822         * math/libm-test.inc (exp_test): Do not allow overflow exception
38823         on underflow test.
38824
38825 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38826
38827         [BZ #13705]
38828         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38829         instead of __kernel_standard_f.
38830
38831 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38832
38833         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38834         * sysdeps/x86_64/memset_chk.S: Likewise.
38835
38836 2012-04-08  Andreas Jaeger  <aj@suse.de>
38837
38838         [BZ #10153]
38839         * manual/startup.texi (Environment Access): Describe return value
38840         for putenv and setenv.
38841
38842         [BZ #6895]
38843         * manual/filesys.texi (Directory Entries): Add description for
38844         DT_LNK.
38845
38846         [BZ #6890]
38847         * manual/filesys.texi (Directory Entries): Clarify that it's file
38848         system not operating system in the description of DT_UNKNOWN.
38849
38850         [BZ #6578]
38851         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38852
38853 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38854
38855         [BZ #6649]
38856         * manual/llio.texi (Opening and Closing Files): Add cross
38857         reference to explain mode argument.
38858
38859 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38860
38861         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38862         * sysdeps/x86_64/memset_chk.S: Likewise.
38863
38864 2012-04-07  David S. Miller  <davem@davemloft.net>
38865
38866         * elf/elf.h (R_SPARC_WDISP10): Define.
38867         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38868         R_SPARC_SIZE32.
38869         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38870         R_SPARC_SIZE64 and R_SPARC_H34.
38871
38872 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38873
38874         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38875         conditions and remove no longer applicable assertion.
38876
38877 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38878
38879         * bits/byteswap.h: Include <features.h>.
38880         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38881         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38882
38883 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38884
38885         * bits/byteswap.h (__bswap_16): Removed.
38886         Include <bits/byteswap-16.h> to get __bswap_16.
38887         * sysdeps/i386/bits/byteswap.h: Likewise.
38888         * sysdeps/s390/bits/byteswap.h: Likewise.
38889         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38890         * bits/byteswap-16.h: New file.
38891         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38892         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38893         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38894         * string/Makefile (headers): Add bits/byteswap-16.h.
38895
38896 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38897
38898         [BZ #13895]
38899         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38900         extra indirection.
38901         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38902         * nss/tst-nss-static.c: New.
38903
38904 2012-04-06  Robert Millan  <rmh@gnu.org>
38905
38906         [BZ #6486]
38907         * manual/llio.texi (File Position Primitive): lseek
38908         refers to WHENCE when it really means OFFSET.
38909
38910 2012-04-06  Andreas Jaeger  <aj@suse.de>
38911
38912         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38913         strncmp declarations.
38914
38915         * abilist/libc.abilist: Add __poll and __ppoll.
38916
38917 2012-04-05  David S. Miller  <davem@davemloft.net>
38918
38919         * scripts/check-local-headers.sh: Accept a host triplet in the
38920         path matched by the exclude regexp.
38921
38922         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38923         definition.
38924         * sysdeps/powerpc/powerpc32/dl-machine.h
38925         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38926         * sysdeps/s390/s390-32/dl-machine.h
38927         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38928         * sysdeps/sparc/sparc32/dl-machine.h
38929         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38930         * sysdeps/sparc/sparc64/dl-machine.h
38931         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38932
38933         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38934         lazy binding.
38935         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38936         undefined symbol errors.
38937
38938         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38939         DT_NEEDED entries.
38940
38941 2012-04-05  Michael Matz  <matz@suse.de>
38942
38943         [BZ #13592]
38944         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38945
38946 2012-04-05  Andreas Jaeger  <aj@suse.de>
38947
38948         [BZ #13908]
38949         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38950         comment.
38951
38952 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38953
38954         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38955         which ROUND is no valid rounding mode.
38956
38957 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38958
38959         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38960         read again.
38961         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38962
38963 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38964
38965         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38966         an exception using FPU order intentionally.
38967
38968 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38969
38970         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38971         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38972         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38973         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38974
38975 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38976
38977         [BZ #12340]
38978         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38979         EINVAL when BUFLEN is too smal.
38980
38981 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38982
38983         [BZ #13553]
38984         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38985         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38986
38987 2012-04-03  Andreas Jaeger  <aj@suse.de>
38988
38989         [BZ #13938]
38990         * manual/setjmp.texi (System V contexts): Fix sentence.
38991
38992         [BZ #13926]
38993         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
38994         New macro for this case.
38995         [!__GNUC__] (__bswap_64): New inline function for this case.
38996         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38997         * bits/byteswap.h: Likewise.
38998         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
38999         ull, guard with __GLIBC_HAVE_LONG_LONG.
39000
39001         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39002         __GLIBC_HAVE_LONG_LONG.
39003
39004         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39005         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39006
39007 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39008
39009         [BZ #13691]
39010         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39011         inptr and inend, rather than using last_ch.
39012
39013 2012-04-02  David S. Miller  <davem@davemloft.net>
39014
39015         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39016         * stdio-common/printf-parse.h (read_int): Change return type to
39017         'int', return -1 on INT_MAX overflow.
39018         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39019         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39020         overflows INT_MAX.  Check for overflow of in-format-string precision
39021         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39022         SIZE_MAX not INT_MAX for integer overflow test.
39023         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39024         skip the construct in the format string but do not record anything.
39025         * stdio-common/bug22.c: Adjust to test both width/prevision
39026         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39027         explicitly for proper errno values.
39028
39029 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39030
39031         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39032         CHAR_MAX.
39033         * string/test-strcmp.c [! WIDE]: Likewise.
39034         * time/tst-mktime2.c: Likewise for INT_MAX.
39035         * string/test-string.h: #include <sys/param.h> for MIN.
39036
39037         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39038         * sysdeps/i386/init-first.c (init): Likewise.
39039         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39040         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39041         * sysdeps/sh/init-first.c (init): Likewise.
39042
39043 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39044
39045         * po/ru.po: Update from translation team.
39046         * po/vi.po: Likewise.
39047
39048 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39049
39050         * resolv/nss_dns/dns-host.c: Merge copyright years.
39051
39052 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39053
39054         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39055         Optimize memcpy with prefetch if
39056         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39057         src, dst pointers have unequal 16 byte alignments.
39058
39059 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39060
39061         [BZ #13928]
39062         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39063         from a CNAME entry and return the minimum ttl for the query.
39064         (gaih_getanswer_slice): Likewise.
39065
39066 2012-03-30  Jeff Law  <law@redhat.com>
39067
39068         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39069         due to long keys.
39070         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39071         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39072
39073         * resolv/nss_dns/dns-host.c: Update copyright year.
39074
39075 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39076
39077         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39078         requests to save a system call.  Fix check that all bytes are sent.
39079
39080         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39081         comments for sendmmsg.
39082
39083 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39084
39085         [BZ #13691]
39086         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39087         with only 1 character between 0x0041 and 0x01b0.
39088         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39089         * wcsmbs/tst-mbsnrtowcs.c: New file.
39090
39091 2012-03-29  David S. Miller  <davem@davemloft.net>
39092
39093         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39094         small copies by hand.
39095
39096 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39097
39098         [BZ #13761]
39099         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39100         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39101         group memberships.
39102
39103 2012-03-28  David S. Miller  <davem@davemloft.net>
39104
39105         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39106         that branches into memcpy.
39107         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39108         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39109         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39110         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39111         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39112         bits.
39113         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39114         implementation too.
39115         * sysdeps/sparc/mempcpy.S: New file.
39116
39117         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39118         the IFUNC routine in the libc case.
39119         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39120
39121         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39122         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39123         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39124         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39125         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39126         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39127         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39128         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39129
39130         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39131         loop to 256 bytes instead of 64 bytes and fix test signedness.
39132
39133         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39134         * sysdeps/sparc/sparc32/Makefile: rather than here...
39135         * sysdeps/sparc/sparc64/Makefile: and here.
39136
39137 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39138
39139         * malloc/mallocbug.c: Avoid warnings about unused variables.
39140
39141 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39142
39143         [BZ #13760]
39144         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39145         in the right place. Discard and retry query if response is
39146         larger than input buffer size.
39147
39148 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39149
39150         [BZ #369]
39151         [BZ #2678]
39152         [BZ #3866]
39153         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39154         x for large integer exponent.
39155         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39156         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39157         sign of result as needed afterwards.
39158         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39159         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39160         result for underflowing pow the same as for overflow.
39161         (__kernel_standard_l): Handle powl overflow and underflow here
39162         rather than calling __kernel_standard.
39163         * math/libm-test.inc (pow_test): Add more tests.
39164
39165         [BZ #3868]
39166         [BZ #13879]
39167         [BZ #13910]
39168         [BZ #13911]
39169         [BZ #13912]
39170         [BZ #13913]
39171         [BZ #13915]
39172         [BZ #13916]
39173         [BZ #13917]
39174         [BZ #13918]
39175         [BZ #13919]
39176         [BZ #13920]
39177         [BZ #13921]
39178         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39179         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39180         (__kernel_standard_l): New function.
39181         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39182         __kernel_standard.
39183         * math/w_acosl.c (__acosl): Likewise.
39184         * math/w_asinl.c (__asinl): Likewise.
39185         * math/w_atan2l.c (__atan2l): Likewise.
39186         * math/w_atanhl.c (__atanhl): Likewise.
39187         * math/w_coshl.c (__coshl): Likewise.
39188         * math/w_exp10l.c (__exp10l): Likewise.
39189         * math/w_exp2l.c (__exp2l): Likewise.
39190         * math/w_fmodl.c (__fmodl): Likewise.
39191         * math/w_hypotl.c (__hypotl): Likewise.
39192         * math/w_j0l.c (__j0l, __y0l): Likewise.
39193         * math/w_j1l.c (__j1l, __y1l): Likewise.
39194         * math/w_jnl.c (__jnl, __ynl): Likewise.
39195         * math/w_lgammal.c (__lgammal): Likewise.
39196         * math/w_log10l.c (__log10l): Likewise.
39197         * math/w_log2l.c (__log2l): Likewise.
39198         * math/w_logl.c (__logl): Likewise.
39199         * math/w_powl.c (__powl): Likewise.
39200         * math/w_remainderl.c (__remainderl): Likewise.
39201         * math/w_scalbl.c (sysv_scalbl): Likewise.
39202         * math/w_sinhl.c (__sinhl): Likewise.
39203         * math/w_sqrtl.c (__sqrtl): Likewise.
39204         * math/w_tgammal.c (__tgammal): Likewise.
39205         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39206         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39207         * math/libm-test.inc (acos_test): Add more tests.
39208         (acosh_test): Likewise.
39209         (asin_test): Likewise.
39210         (atanh_test): Likewise.
39211         (exp_test): Likewise.
39212         (exp10_test): Likewise.
39213         (exp2_test): Likewise.
39214         (expm1_test): Likewise.
39215         (lgamma_test): Likewise.
39216         (log_test): Likewise.
39217         (log10_test): Likewise.
39218         (log1p_test): Likewise.
39219         (log2_test): Likewise.
39220         (pow_test): Do not allow some spurious overflow exceptions.
39221         (sqrt_test): Add more tests.
39222         (tgamma_test): Likewise.
39223         (y0_test): Likewise.
39224         (y1_test): Likewise.
39225         (yn_test): Likewise.
39226
39227 2012-03-27  Anton Blanchard  <anton@samba.org>
39228
39229         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39230         MAP_HUGETLB.
39231         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39232         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39233         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39234
39235 2012-03-27  David S. Miller  <davem@davemloft.net>
39236
39237         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39238
39239         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39240         have-as-vis3 check.
39241
39242 2012-03-27  Andreas Jaeger  <aj@suse.de>
39243
39244         * sysdeps/x86_64/elf/configure.in: Moved to ...
39245         * sysdeps/x86_64/configure.in: ... here.
39246         * sysdeps/x86_64/elf/start.S: Moved to ...
39247         * sysdeps/x86_64/start.S: ... here.
39248         * sysdeps/x86_64/elf/configure: Delete.
39249
39250         * sysdeps/x86_64/configure.in: Merge contents from
39251         sysdeps/i386/configure.in (without i686 check).
39252
39253         * sysdeps/i386/elf/Versions: Merge into ...
39254         * sysdeps/i386/Versions: ... this.
39255         * sysdeps/i386/elf/Versions: Delete file.
39256         * sysdeps/i386/elf/start.S: Moved to ...
39257         * sysdeps/i386/start.S: ...here.
39258         * sysdeps/i386/elf/configure.in: Merge into...
39259         * sysdeps/i386/configure.in: ...here.
39260         * sysdeps/i386/elf/configure.in: Delete file.
39261         * sysdeps/i386/elf/configure: Delete file.
39262
39263         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39264         * debug/backtracesyms.c: ... here.
39265         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39266         * debug/backtracesymsfd.c: ... here.
39267         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39268         * sysdeps/generic/ifunc-sel.h: ... here.
39269
39270         * sysdeps/unix/i386/start.c: Delete file.
39271         * sysdeps/unix/sparc/start.c: Delete file.
39272         * sysdeps/unix/start.c: Delete file.
39273
39274         * sysdeps/sh/elf/configure.in: Moved to ...
39275         * sysdeps/sh/configure.in: ... here.
39276         * sysdeps/sh/elf/start.S: Moved to ...
39277         * sysdeps/sh/start.S: ... here.
39278         * sysdeps/sh/elf/configure: Delete file.
39279
39280         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39281         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39282         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39283         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39284         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39285         * sysdeps/powerpc/powerpc64/start.S: here.
39286         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39287         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39288         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39289         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39290         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39291
39292         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39293         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39294         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39295         * sysdeps/powerpc/powerpc32/start.S: ... here.
39296         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39297         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39298         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39299
39300         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39301         * sysdeps/powerpc/ifunc-sel.h: ... here.
39302         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39303         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39304
39305         * sysdeps/sparc/elf/configure.in: Moved to ...
39306         * sysdeps/sparc/configure.in: ... here.
39307         * sysdeps/sparc/elf/configure: Delete file.
39308         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39309         * sysdeps/sparc/sparc32/start.S: ... here.
39310         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39311         * sysdeps/sparc/sparc64/start.S: ... here.
39312         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39313         * sysdeps/sparc/sparc32/Makefile: ... this.
39314         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39315         * sysdeps/sparc/sparc64/Makefile: ... this.
39316
39317         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39318         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39319         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39320         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39321         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39322         * sysdeps/s390/s390-32/setjmp.S: ... here.
39323         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39324         * sysdeps/s390/s390-32/configure.in: ... here.
39325         * sysdeps/s390/s390-32/elf/configure: Delete file.
39326         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39327         * sysdeps/s390/s390-32/start.S: ... here.
39328
39329         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39330         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39331         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39332         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39333         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39334         * sysdeps/s390/s390-64/setjmp.S: ... here.
39335         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39336         * sysdeps/s390/s390-64/configure.in: ... here
39337         * sysdeps/s390/s390-64/elf/configure: Delete file.
39338         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39339         * sysdeps/s390/s390-64/start.S: ... here.
39340         * sysdeps/s390/s390-64/elf/configure: Delete.
39341
39342         * configure.in: Remove support for elf directories in sysdeps.
39343
39344         * configure: Regenerated.
39345         * sysdeps/i386/configure: Regenerated.
39346         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39347         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39348         * sysdeps/s390/s390-32/configure: Regenerated.
39349         * sysdeps/s390/s390-64/configure: Regenerated.
39350         * sysdeps/sh/configure: Regenerated.
39351         * sysdeps/sparc/configure: Regenerated.
39352         * sysdeps/x86_64/configure: Regenerated.
39353
39354 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39355
39356         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39357
39358         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39359         denormal result into account.
39360
39361 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39362
39363         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39364         Reported by Allan McRae <allan@archlinux.org>.
39365
39366 2012-03-23  Jeff Law  <law@redhat.com>
39367
39368         * nss/getnssent.c (__nss_getent): Fix typo.
39369
39370 2012-03-23  David S. Miller  <davem@davemloft.net>
39371
39372         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39373
39374 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39375
39376         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39377         to pad to uint64_t for each field.
39378         (dl_tls_index): Replace unsigned long with uint64_t.
39379
39380 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39381         Paul Pluzhnikov  <ppluzhnikov@google.com>
39382
39383         [BZ #6528]
39384         * grp/Makefile (otherlibs): Don't set it.
39385         * inet/Makefile (otherlibs): Likewise.
39386         * login/Makefile (otherlibs): Likewise.
39387         * nscd/Makefile (otherlibs): Likewise.
39388         * posix/Makefile (otherlibs): Likewise.
39389         * pwd/Makefile (otherlibs): Likewise.
39390         * rt/Makefile (otherlibs): Likewise.
39391         * sunrpc/Makefile (otherlibs): Likewise.
39392         * nss/Makefile (otherlibs): Likewise.
39393         Add libnss_files to routines and static-only-routines.
39394         ($(objpfx)getent): Remove rule.
39395         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39396         static-only-routines.
39397
39398 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39399
39400         [BZ #13892]
39401         * math/s_cexp.c: Include <float.h>.
39402         (__cexp): Handle exp result overflowing not necessarily
39403         overflowing both real and imaginary parts of result.
39404         * math/s_cexpf.c: Likewise.
39405         * math/s_cexpl.c: Likewise.
39406         * math/libm-test.inc (cexp_test): Add more tests.
39407         * sysdeps/i386/fpu/libm-test-ulps: Update.
39408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39409
39410 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39411
39412         * include/link.h (ELFW): New macro.
39413         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39414         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39415
39416 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39417
39418         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39419         with uint64_t.
39420
39421 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39422
39423         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39424         declaration.
39425         (struct La_x32_retval): Likewise.
39426
39427 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39428
39429         * sysdeps/x86_64/preconfigure.in: New file.
39430         * sysdeps/x86_64/preconfigure: New generated file.
39431
39432 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39433
39434         [BZ #13824]
39435         * math/e_exp2l.c: Include <float.h>.
39436         (__ieee754_exp2l): Handle overflow and underflow cases
39437         separately.  Only pass fractional part of argument to
39438         __ieee754_expl.
39439         * math/libm-test.inc (exp2_test): Add more tests.
39440
39441         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39442         negating x to take absolute value.
39443         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39444         Likewise.
39445         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39446         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39447         Likewise.
39448         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39449         computing low part if x was negated.
39450         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39451
39452 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39453
39454         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39455         la_x32_gnu_pltexit.
39456         (pltexit): Cast int_retval to ptrdiff_t.
39457         * elf/tst-auditmod3b.c: Likewise.
39458         * elf/tst-auditmod4b.c: Likewise.
39459         * elf/tst-auditmod5b.c: Likewise.
39460         * elf/tst-auditmod6b.c: Likewise.
39461         * elf/tst-auditmod6c.c: Likewise.
39462         * elf/tst-auditmod7b.c: Likewise.
39463
39464         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39465         and x32_gnu_pltexit.
39466
39467         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39468         __ELF_NATIVE_CLASS.
39469         (La_x32_regs): New macro.
39470         (La_x32_retval): Likewise.
39471         (la_x32_gnu_pltenter): New function prototype.
39472         (la_x32_gnu_pltexit): Likewise.
39473
39474 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39475
39476         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39477         exponent.
39478
39479         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39480
39481         * configure.in (libc_cv_cc_nofma): Check for option to disable
39482         generation of FMA instructions.
39483         * configure: Regenerate.
39484         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39485         * sysdeps/ieee754/dbl-64/Makefile: New file.
39486         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39487         Remove brandred-fma4.
39488         (CFLAGS-brandred-fma4.c): Remove.
39489         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39490         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39491         define.
39492         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39493         define.
39494
39495 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39496
39497         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39498         LLONG_MAX != LONG_MAX.
39499         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39500         (_fitoa_word): Likewise.
39501         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39502         LLONG_MAX != LONG_MAX.
39503         * stdio-common/_itowa.h: Include <_itoa.h>.
39504         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39505         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39506         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39507         only if not defined.
39508         (_ITOA_WORD_TYPE): Likewise.
39509         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39510         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39511
39512 2012-03-21  David S. Miller  <davem@davemloft.net>
39513
39514         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39515
39516 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39517
39518         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39519         of x86_64 when setting libc_cv_slibdir, libdir and
39520         libc_cv_localedir.
39521         * sysdeps/unix/sysv/linux/configure: Regenerated.
39522
39523 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39524
39525         * manual/lang.texi (Old Varargs): Remove section.
39526         (How Variadic): Update menu.
39527         (va_start): Do not mention varargs.h.
39528
39529 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39530             Joseph Myers  <joseph@codesourcery.com>
39531
39532         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39533         link test.
39534         * configure: Regenerated.
39535
39536 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39537
39538         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39539         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39540         conformtest.pl
39541
39542 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39543
39544         * NOTES: Remove.
39545         * Makefile (files-for-dist): Remove NOTES.
39546         (NOTES): Remove rule.
39547         * README: Don't refer to NOTES.
39548         * manual/creature.texi: Don't include macros.texi.
39549         * manual/intro.texi (creature.texi): Remove comment referring to
39550         NOTES.
39551
39552         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39553         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39554         * configure: Regenerated.
39555         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39556         LIBC_TRY_CC_OPTION.
39557         (libc_cv_as_i686): Likewise.
39558         (libc_cv_cc_avx): Likewise.
39559         (libc_cv_cc_sse2avx): Likewise.
39560         (libc_cv_cc_fma4): Likewise.
39561         (libc_cv_cc_novzeroupper): Likewise.
39562         * sysdeps/i386/configure: Regenerated.
39563
39564         [BZ #13883]
39565         * sysdeps/i386/fpu/s_cexp.S: Remove.
39566         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39567         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39568         * math/libm-test.inc (cexp_test): Add more tests.
39569         * sysdeps/i386/fpu/libm-test-ulps: Update.
39570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39571
39572 2012-03-21  Allan McRae  <allan@archlinux.org>
39573
39574         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39575
39576 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39577
39578         [BZ #13871]
39579         * math/w_exp2.c: Do not include <float.h>.
39580         (o_threshold, u_threshold): Remove.
39581         (__exp2): Calculate result before checking finiteness and calling
39582         __kernel_standard.
39583         * math/w_exp2f.c: Likewise.
39584         * math/w_exp2l.c: Likewise.
39585         * math/libm-test.inc (exp2_test): Require overflow exception for
39586         1e6 input.
39587
39588         [BZ #3866]
39589         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39590         range of signed 64-bit integers before using fistpll.  Remove
39591         checks for whether integers fit in mantissa bits.
39592         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39593         the range of signed 32-bit integers before using fistpl.  Remove
39594         checks for whether integers fit in mantissa bits.
39595         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39596         (__ieee754_powl): Test for y outside the range of signed 64-bit
39597         integers before using fistpll.  Reduce 64-bit values to 63-bit
39598         ones as needed.
39599         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39600         divide-by-zero is raised for zero to large negative powers.
39601         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39602         (__ieee754_powl): Test for y outside the range of signed 64-bit
39603         integers before using fistpll.  Reduce 64-bit values to 63-bit
39604         ones as needed.
39605         * math/libm-test.inc (pow_test): Add more tests.
39606
39607 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39608
39609         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39610         <stdio-common/_itoa.h>.
39611         * debug/segfault.c: Likewise.
39612         * elf/dl-cache.c: Likewise.
39613         * elf/dl-minimal.c: Likewise.
39614         * elf/dl-misc.c: Likewise.
39615         * elf/dl-sysdep.c: Likewise.
39616         * elf/dl-version.c: Likewise.
39617         * elf/rtld.c: Likewise.
39618         * hurd/hurdsock.c: Likewise.
39619         * hurd/lookup-retry.c: Likewise.
39620         * malloc/malloc.c: Likewise.
39621         * malloc/mtrace.c: Likewise.
39622         * nscd/nscd_getgr_r.c: Likewise.
39623         * nscd/nscd_getpw_r.c: Likewise.
39624         * nscd/nscd_getserv_r.c: Likewise.
39625         * posix/getopt_init.c: Likewise.
39626         * posix/wordexp.c: Likewise.
39627         * stdio-common/_itoa.c: Likewise.
39628         * stdio-common/printf_fphex.c: Likewise.
39629         * stdio-common/vfprintf.c: Likewise.
39630         * string/_strerror.c: Likewise.
39631         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39632         * sysdeps/i386/i686/hp-timing.h: Likewise.
39633         * sysdeps/mach/_strerror.c: Likewise.
39634         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39635         * sysdeps/mach/hurd/sethostid.c: Likewise.
39636         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39637         * sysdeps/mach/xpg-strerror.c: Likewise.
39638         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39639         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39640         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39641         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39642         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39643         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39644         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39645         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39646         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39647         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39648         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39649         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39650         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39651         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39652         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39653         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39654         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39655         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39656         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39657         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39658         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39659
39660         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39661
39662         * stdio-common/_itoa.h: Moved to ...
39663         * sysdeps/generic/_itoa.h: Here.
39664
39665         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39666
39667         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39668         instead of "_itoa.h" and "_itowa.h".
39669         * stdio-common/vfprintf.: Likewise.
39670
39671 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39672
39673         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39674         <bits/wordsize.h>.
39675         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39676         (__signbit): Likwise.
39677         (llrintf): Likwise.
39678         (llrint): Likwise.
39679
39680 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39681
39682         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39683         __WORDSIZE != 64.
39684
39685 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39686
39687         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39688         OVERFLOW_EXCEPTION_OK.
39689         * math/libm-test.inc ("Philosophy"): Update comment about
39690         exception testing.
39691         (OVERFLOW_EXCEPTION): Define.
39692         (OVERFLOW_EXCEPTION_OK): Likewise.
39693         (INVALID_EXCEPTION_OK): Renumber.
39694         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39695         (IGNORE_ZERO_INF_SIGN): Likewise.
39696         (test_exceptions): Handle FE_OVERFLOW.
39697         (exp10_test): Expect overflow exceptions.
39698         (exp2_test): Likewise.
39699         (expm1_test): Likewise.
39700         (nextafter_test): Likewise.
39701         (pow_test): Likewise.
39702         (scalbn_test): Likewise.
39703         (scalbln_test): Likewise.
39704
39705 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39706
39707         * sysdeps/x86_64/bits/atomic.h
39708         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39709         64bit integer.
39710         (atomic_exchange_acq): Likewise.
39711         (__arch_exchange_and_add_body): Likewise.
39712         (__arch_add_body): Likewise.
39713         (atomic_add_negative): Likewise.
39714         (atomic_add_zero): Likewise.
39715
39716 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39717
39718         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39719         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39720
39721 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39722
39723         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39724         Check __x86_64__ instead of __WORDSIZE.
39725
39726 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39727
39728         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39729
39730 2012-03-19  David S. Miller  <davem@davemloft.net>
39731
39732         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39733
39734         * sysdeps/sparc/fpu/fenv_private.h: New file.
39735         * sysdeps/sparc/fpu/math_private.h: Use it.
39736         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39737         Remove.
39738         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39739         (libc_feholdexcept_setroundl): Remove.
39740         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39741         Remove.
39742         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39743         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39744
39745 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39746
39747         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39748         int64_t instead of long int.
39749         (INSERT_WORDS64): Likwise.
39750
39751 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39752
39753         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39754         _Unwind_GetCFA return to _Unwind_Ptr first.
39755
39756 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39757
39758         [BZ #13629]
39759         * math/s_clog.c: Include <float.h>.
39760         (__clog): Scale large or subnormal inputs.
39761         * math/s_clogf.c: Likewise.
39762         * math/s_clogl.c: Likewise.
39763         * math/s_clog10.c: Include <float.h>.
39764         (M_LOG10_2): Define.
39765         (__clog10): Scale large or subnormal inputs.
39766         * math/s_clog10f.c: Likewise.
39767         * math/s_clog10l.c: Likewise.
39768         * math/libm-test.inc (clog_test): Add more tests.
39769         (clog10_test): Likewise.
39770         * sysdeps/i386/fpu/libm-test-ulps: Update.
39771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39772
39773         [BZ #11451]
39774         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39775         x and y.
39776         * math/libm-test.inc (atan2_test): Add another test.
39777
39778         * Makerules (common-objdir-compile): Remove.
39779         * sysdeps/unix/Makefile (config-generated): Do not add
39780         $(unix-generated) to variable.
39781         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39782         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39783         Remove rule.
39784         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39785         Likewise.
39786         [generic bits/local_lim.h] (before-compile): Do not append to
39787         variable.
39788         [generic bits/local_lim.h] (common-generated): Likewise.
39789         [generic sys/param.h] (before-compile): Do not append to variable.
39790         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39791         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39792         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39793         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39794         include.
39795         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39796         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39797         [generic sys/param.h] ($(addprefix
39798         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39799         [generic sys/param.h] (common-generated): Do not append to
39800         variable.
39801         [generic sys/param.h] (sysdep_headers): Likewise.
39802         [generic bits/errno.h] (before-compile): Do not append to
39803         variable.
39804         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39805         rule.
39806         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39807         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39808         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39809         [generic bits/errno.h] (common-generated): Do not append to
39810         variable.
39811         [generic bits/ioctls.h] (before-compile): Do not append to
39812         variable.
39813         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39814         rule.
39815         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39816         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39817         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39818         rule.
39819         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39820         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39821         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39822         [generic bits/ioctls.h] (common-generated): Do not append to
39823         variable.
39824         [generic sys/syscall.h] (syscall.h): Remove variable.
39825         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39826         rule.
39827         [generic sys/syscall.h] (before-compile): Do not append to
39828         variable.
39829         [generic sys/syscall.h] (common-generated): Likewise.
39830         * sysdeps/unix/errnos-tmpl.c: Remove file.
39831         * sysdeps/unix/errnos.awk: Likewise.
39832         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39833         * sysdeps/unix/ioctls.awk: Likewise.
39834         * sysdeps/unix/mk-local_lim.c: Likewise.
39835         * sysdeps/unix/snarf-ioctls: Likewise.
39836
39837 2012-03-19  Richard Henderson  <rth@twiddle.net>
39838
39839         * sysdeps/i386/fpu/fenv_private.h: New file.
39840         * sysdeps/i386/fpu/math_private.h: Use it.
39841         (math_opt_barrier, math_force_eval): Remove.
39842         (libc_feholdexcept_setround_53bit): Remove.
39843         (libc_feupdateenv_53bit): Remove.
39844         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39845         (math_opt_barrier, math_force_eval): Remove.
39846         (libc_feholdexcept): Remove.
39847         (libc_feholdexcept_setround): Remove.
39848         (libc_fetestexcept, libc_fesetenv): Remove.
39849         (libc_feupdateenv_test): Remove.
39850         (libc_feupdateenv, libc_feholdsetround): Remove.
39851         (libc_feresetround): Remove.
39852
39853         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39854         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39855
39856         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39857         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39858         (libc_feupdateenv_testl): New.
39859         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39860         (libc_feupdateenv_testf): New.
39861         (libc_feupdateenv): Use libc_feupdateenv_test.
39862         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39863         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39864
39865         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39866         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39867         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39868         (libc_feresetround_noex): New.
39869         (libc_feresetround_noexf): New.
39870         (libc_feresetround_noexl): New.
39871         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39872         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39873         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39874         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39875         SET_RESTORE_ROUND.
39876         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39877         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39878         (__cos): Likewise.
39879         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39880         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39881         SET_RESTORE_ROUND_NOEX.
39882         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39883         SET_RESTORE_ROUND_NOEXF.
39884         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39885         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39886         (libc_feholdsetroundf): New.
39887         (libc_feresetround, libc_feresetroundf): New.
39888
39889         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39890         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39891         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39892
39893         * sysdeps/generic/math_private.h: Include <fenv.h>.
39894         (default_libc_feholdexcept): New.
39895         (default_libc_feholdexcept_setround): New.
39896         (default_libc_fesetenv, default_libc_feupdateenv): New.
39897         (libc_feholdexcept): Only define if undefined.
39898         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39899         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39900         (libc_feholdexcept_setroundl): Likewise.
39901         (libc_feholdexcept_setround_53bit): Likewise.
39902         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39903         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39904         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39905         (libc_feupdateenv_53bit): Likewise.
39906         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39907         (libc_feholdexcept): Convert from macro to inline function.
39908         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39909         (libc_fesetenv, libc_feupdateenv): Likewise.
39910
39911         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39912         not previously defined.
39913         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39914         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39915         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39916         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39917         * sysdeps/ieee754/flt-32/math_private.h: New file.
39918         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39919         math_private.h below SET_FLOAT_WORD.
39920         (__isnan, __isinf_ns, __finite): Remove.
39921         (__isnanf, __isinf_nsf, __finitef): Remove.
39922
39923 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39924
39925         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39926
39927 2012-03-17  David S. Miller  <davem@davemloft.net>
39928
39929         [BZ #6471]
39930         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39931         for 2.16.
39932
39933 2012-03-16  David S. Miller  <davem@davemloft.net>
39934
39935         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39936         warnings.
39937
39938         [BZ #6471]
39939         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39940         properly.
39941         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39942         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39943         sysdep_routines when subdir is sysvipc.
39944         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39945         __getshmlba helper.
39946
39947         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39948
39949 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39950
39951         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39952         [__LP64__].
39953
39954 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39955
39956         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39957         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39958         (__lround): Renamed to ...
39959         (__llround): This.  Replace long int with long long int.
39960         Define lround functions as aliases of llround functions.
39961         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39962
39963 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39964
39965         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39966         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39967         adresses to uintptr_t.  Replace "long int" and "unsigned long
39968         int" with "greg_t" on va_arg.
39969
39970 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39971
39972         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39973         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39974
39975         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39976         Move e_machine check before EI_CLASS check.  Handle x32
39977         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39978         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39979         SKIP_EM_IA_64 and include
39980         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39981
39982         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39983         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39984         (add_system_dir): New macro.
39985
39986         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39987         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39988
39989 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39990
39991         [BZ #2551]
39992         [BZ #2552]
39993         [BZ #2553]
39994         [BZ #2554]
39995         [BZ #2562]
39996         [BZ #2563]
39997         [BZ #2565]
39998         [BZ #2566]
39999         [BZ #2576]
40000         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40001         (y0): Likewise.
40002         * math/w_j0f.c (j0f): Likewise.
40003         (y0f): Likewise.
40004         * math/w_j0l.c (__j0l): Likewise.
40005         (__y0l): Likewise.
40006         * math/w_j1.c (j1): Likewise.
40007         (y1): Likewise.
40008         * math/w_j1f.c (j1f): Likewise.
40009         (y1f): Likewise.
40010         * math/w_j1l.c (__j1l): Likewise.
40011         (__y1l): Likewise.
40012         * math/w_jn.c (jn): Likewise.
40013         (yn): Likewise.
40014         * math/w_jnf.c (jnf): Likewise.
40015         (ynf): Likewise.
40016         * math/w_jnl.c (__jnl): Likewise.
40017         (__ynl): Likewise.
40018         * math/libm-test.inc (j0_test): Add more tests.
40019         (j1_test): Likewise.
40020         (jn_test): Likewise.  Add trailing semicolon to existing test.
40021         (y0_test): Likewise.
40022         (y1_test): Likewise.
40023         * sysdeps/i386/fpu/libm-test-ulps: Update.
40024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40025
40026         [BZ #13851]
40027         [BZ #13854]
40028         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40029         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40030         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40031         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40032         (__tanl): Set errno for infinite argument.
40033         * sysdeps/i386/fpu/mptan.c: Remove.
40034         * sysdeps/i386/fpu/s_tan.S: Likewise.
40035         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40036         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40037         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40038         * math/libm-test.inc (tan_test): Add more tests and enable more
40039         tests for double and long double.
40040         * sysdeps/i386/fpu/libm-test-ulps: Update.
40041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40042
40043 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40044
40045         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40046         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40047
40048 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40049
40050         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40051         * configure.in: Use it for both main tree and add-ons.
40052         * configure: Regenerated.
40053
40054 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40055
40056         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40057
40058 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40059
40060         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40061         in comment.
40062
40063         [BZ #13851]
40064         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40065         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40066         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40067         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40068         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40069         infinite argument.
40070         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40071         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40072         != 0 for prec == 2.
40073         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40074         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40075         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40076         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40077         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40078         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40079         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40080         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40081         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40082         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40083         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40084         * math/libm-test.inc (cos_test): Add more tests and enable more
40085         tests for long double.
40086         (sin_test): Likewise.
40087         (sincos_test): Likewise.
40088         * sysdeps/i386/fpu/libm-test-ulps: Update.
40089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40090
40091 2012-03-16  David S. Miller  <davem@davemloft.net>
40092
40093         * sysdeps/sparc/fpu/math_private.h: New file.
40094
40095 2012-03-15  David S. Miller  <davem@davemloft.net>
40096
40097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40098         file.
40099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40101         file.
40102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40103         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40104         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40105         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40106         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40107         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40108         sysdep routines.
40109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40110
40111         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40112         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40113
40114         * sysdeps/sparc/sparc-ifunc.h: New file.
40115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40116         sparc-ifunc.h
40117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40119         Likewise.
40120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40121         Likewise.
40122         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40126         Likewise.
40127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40132         Likewise.
40133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40134         Likewise.
40135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40139         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40140         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40141         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40142         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40143         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40144         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40145         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40146         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40147         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40148         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40149         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40150         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40151         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40152         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40153         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40154         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40155         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40156         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40157         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40158         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40159
40160 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40161
40162         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40163         scaling.
40164         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40165
40166 2012-03-15  Andreas Jaeger  <aj@suse.de>
40167
40168         [BZ #13852]
40169         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40170         ieee754/flt-32 implementation for sin, cos and sincos.
40171         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40172         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40173         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40174         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40175         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40176         ieee754/flt-32 implementation for tan.
40177
40178         * math/libm-test.inc (cos_test): Enable some large input tests for
40179         float as well
40180         (sin_test): Likewise.
40181         (sincos_test): Likewise.
40182         (tan_test): Add tests for large input.
40183
40184         * sysdeps/i386/fpu/libm-test-ulps: Update.
40185
40186 2012-03-15  Andreas Jaeger  <aj@suse.de>
40187
40188         [BZ #13658]
40189         * math/libm-test.inc (cos_test): Add more test cases.
40190         (sin_test): Likewise.
40191         (sincos_test): Likewise.
40192
40193 2012-03-15  Andreas Jaeger  <aj@suse.de>
40194
40195         [BZ #13837]
40196         * math/libm-test.inc (cos_test): Add a test case for large input
40197         value.
40198         (sin_test): Likewise.
40199         (sincos_test): Likewise.
40200
40201 2012-03-15  Andreas Jaeger  <aj@suse.de>
40202             Joseph Myers  <joseph@codesourcery.com>
40203
40204         [BZ #13658]
40205         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40206         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40207         * sysdeps/i386/fpu/branred.c: Likewise.
40208         * sysdeps/i386/fpu/dosincos.c: Likewise.
40209         * sysdeps/i386/fpu/mpa.c: Likewise.
40210         * sysdeps/i386/fpu/s_cos.S: Likewise.
40211         * sysdeps/i386/fpu/s_sin.S: Likewise.
40212         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40213         * sysdeps/i386/fpu/sincos32.c: Likewise.
40214
40215         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40216         Define.
40217         (libc_feupdateenv_53bit): Define.
40218         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40219         Define.
40220         (libc_feupdateenv_53bit): Define.
40221
40222         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40223         53 bit (without extend i386 double precision).
40224
40225         * math/libm-test.inc (sincos_test): Add tests for large input.
40226         (sin): Likewise.
40227         (cos): Likewise.
40228
40229         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40230
40231 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40232
40233         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40234
40235 2012-03-15  David S. Miller  <davem@davemloft.net>
40236
40237         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40238         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40239         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40240         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40241         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40242         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40243         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40244         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40245         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40246         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40247         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40248         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40249         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40250         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40251         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40253         file.
40254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40256         file.
40257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40259         file.
40260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40262         file.
40263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40264         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40265         fmin/fmax sysdep routines.
40266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40267
40268 2012-03-14  David S. Miller  <davem@davemloft.net>
40269
40270         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40271         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40272         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40273         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40274         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40275         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40276         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40277         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40278         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40279         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40280         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40281         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40282         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40283         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40284         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40285         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40286         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40287         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40288         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40289         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40290         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40291         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40292         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40293         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40294         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40295         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40296         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40297         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40298         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40299         routines.
40300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40301         file.
40302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40304         file.
40305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40307         file.
40308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40310         file.
40311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40313         file.
40314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40316         file.
40317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40318         file.
40319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40320         file.
40321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40322         file.
40323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40324         New file.
40325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40326         file.
40327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40328         file.
40329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40331         file.
40332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40334         file.
40335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40337         file.
40338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40340         VIS3 routines.
40341
40342         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40343         New file.
40344
40345         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40346
40347         * sysdeps/sparc/configure.in: New file.
40348         * sysdeps/sparc/configure: Generate.
40349         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40350         * configure: Regenerate.
40351         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40352         * config.make.in (have-as-vis3): New.
40353         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40354         available use -Av9d instead of -Av9a.
40355         * sysdeps/sparc/sparc64/Makefile: Likewise.
40356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40358         New file.
40359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40360         file.
40361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40362         New file.
40363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40364         file.
40365         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40366         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40367         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40368         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40369         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40370
40371         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40372         fzeros/fnegs to load 0x80000000 into a float register instead of
40373         using the stack.
40374         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40375
40376 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40377
40378         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40379         bits/syscall.h.
40380         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40381         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40382         ($(inst_includedir)/bits/syscall.h): Remove rule.
40383         ($(objpfx)bits/syscall.d): Include instead of
40384         $(objpfx)syscall-list.d.
40385         (generated): Change syscall-list.h and syscall-list.d to
40386         bits/syscall.h and bits/syscall.d.
40387
40388 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40389
40390         [BZ #13846]
40391         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40392
40393 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40394
40395         [BZ #13841]
40396         * math/s_csqrt.c: Include <float.h>.
40397         (__csqrt): Scale large or subnormal inputs.
40398         * math/s_csqrtf.c: Likewise.
40399         * math/s_csqrtl.c: Likewise.
40400         * math/libm-test.inc (csqrt_test): Add more tests.
40401         * sysdeps/i386/fpu/libm-test-ulps: Update.
40402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40403
40404         [BZ #13840]
40405         * math/libm-test.inc (hypot_test): Add more tests.
40406
40407 2012-03-13  David S. Miller  <davem@davemloft.net>
40408
40409         [BZ #13840]
40410         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40411         double-precision for the calculation instead of scaling.
40412
40413 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40414
40415         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40416         manipulate bits before adding and subtracting TWO52[sx].
40417         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40418         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40419         Likewise.
40420         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40421
40422 2012-03-13  David S. Miller  <davem@davemloft.net>
40423
40424         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40425         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40426         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40427         rtld-global-offsets.h
40428         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40429
40430         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40431         large parameters.
40432
40433         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40434
40435         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40436         'err' in the ifdef scope in which it is actually used.
40437
40438         * nss/nss_db/db-init.c: Include string.h
40439
40440 2012-03-12  David S. Miller  <davem@davemloft.net>
40441
40442         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40443         masking out of the most significant byte of random value used.
40444         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40445         Fix coding style in previous change.
40446
40447         * sysdeps/unix/sysv/linux/kernel-features.h
40448         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40449         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40450         expression.
40451         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40452         later.
40453
40454 2012-03-11  David S. Miller  <davem@davemloft.net>
40455
40456         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40457         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40458         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40459         for 'resultvar' otherwise things get truncated on 64-bit.
40460
40461         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40462         Fix masking out of the most significant byte of random value used.
40463
40464         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40465
40466 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40467
40468         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40469
40470 2012-03-09  David S. Miller  <davem@davemloft.net>
40471
40472         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40473         variables with appropriate CPP guards.
40474         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40475         from the frame pointer, not the stack pointer.  Correct layout
40476         comments.  Fix test on resulting framesize and the management of
40477         the outregs buffer for pltexit.  Preserve floating point return
40478         values across _dl_call_pltexit call.
40479         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40480         framesize and the management of the outregs buffer for pltexit.
40481         Preserve floating point return values across _dl_call_pltexit
40482         call.
40483         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40484         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40485         (la_sparc64_gnu_pltexit): New functions.
40486         (print_exit): Fix format string for return register value.
40487
40488 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40489
40490         * sunrpc/Makefile (others): Add rpcgen.
40491         ($(objpfx)rpcgen): Remove special build rule and dependency on
40492         libc.
40493         * sunrpc/rpcgen.c: New file.
40494
40495 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40496
40497         [BZ #13673]
40498         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40499         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40500         * sysdeps/i386/crti.S: Likewise.
40501         * sysdeps/i386/crtn.S: Likewise.
40502         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40503         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40504         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40505         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40506         * sysdeps/sh/crti.S: Likewise.
40507         * sysdeps/sh/crtn.S: Likewise.
40508         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40509
40510         [BZ #13673]
40511         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40512         with URL.
40513         * locale/programs/locfile-kw.gperf: Likewise.
40514         * locale/programs/charmap-kw.h: Regenerated.
40515         * locale/programs/locfile-kw.h: Likewise.
40516
40517         [BZ #13673]
40518         * intl/plural.y: Replace FSF snail mail address with URL.
40519         * intl/plural.c: Regenerated.
40520
40521 2012-03-09  Richard Henderson  <rth@twiddle.net>
40522
40523         * include/math_private.h: Remove file.
40524         * math/math_private.h: Move file ...
40525         * sysdeps/generic/math_private.h: ... here.
40526
40527         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40528         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40529         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40530
40531         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40532         and <math_private.h>.
40533         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40534         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40535         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40536         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40537         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40538         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40539         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40540         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40541         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40542         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40543         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40544         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40545         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40546         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40547         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40548         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40549         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40550         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40551         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40552         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40553         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40554         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40555         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40556         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40557         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40558         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40559         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40560         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40561         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40562         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40563         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40564         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40565         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40566         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40567         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40568         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40569         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40570         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40571         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40572         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40573         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40574         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40575         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40576         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40577         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40578         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40579         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40580         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40581         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40582         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40583         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40584         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40585         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40586         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40587         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40588         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40589         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40590         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40591         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40592         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40593         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40594         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40595         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40596         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40597         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40598         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40599         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40600         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40601         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40602         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40603         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40604         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40605         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40606         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40607         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40608         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40609         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40610         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40611         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40612         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40613         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40614         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40615         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40616         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40617         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40618         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40619         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40620         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40621         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40622         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40623         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40624         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40625         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40626         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40627         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40628         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40629         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40630         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40631         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40632         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40633         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40634         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40635         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40636         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40637         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40638         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40639         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40640         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40641         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40642         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40643         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40644         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40645         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40646         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40647         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40648         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40649         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40650         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40651         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40652         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40653         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40654         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40655         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40656         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40657         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40658         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40659         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40660         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40661         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40662         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40663         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40664         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40665         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40666         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40667         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40668         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40669         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40670         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40671         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40672         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40673         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40674         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40675         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40676         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40677         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40678         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40679         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40680         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40681         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40682         * sysdeps/ieee754/k_standard.c: Likewise.
40683         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40684         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40685         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40686         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40687         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40688         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40689         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40690         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40691         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40692         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40693         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40694         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40695         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40696         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40697         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40698         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40699         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40700         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40701         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40702         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40703         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40704         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40705         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40706         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40707         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40708         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40709         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40710         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40711         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40712         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40713         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40714         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40715         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40716         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40717         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40718         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40719         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40720         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40721         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40722         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40723         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40724         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40725         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40726         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40727         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40728         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40729         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40730         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40731         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40732         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40733         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40734         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40735         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40736         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40737         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40738         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40739         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40740         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40741         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40742         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40743         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40744         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40745         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40746         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40747         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40748         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40749         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40750         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40751         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40752         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40753         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40754         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40755         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40756         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40757         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40758         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40759         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40760         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40761         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40762         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40763         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40764         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40765         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40766         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40767         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40768         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40769         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40770         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40771         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40772         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40773         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40774         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40775         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40776         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40777         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40778         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40779         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40780         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40781         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40782         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40783         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40784         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40785         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40786         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40787         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40788         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40789         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40790         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40791         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40792         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40793         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40794         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40795         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40796         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40797         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40798         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40799         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40800         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40801         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40802         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40803         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40804         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40805         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40806         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40807         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40808         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40809         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40810         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40811         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40812         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40813         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40814         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40815         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40816         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40817         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40818         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40819         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40820         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40821         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40822         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40823         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40824         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40825         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40826         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40827         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40828         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40829         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40830         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40831         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40832         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40833         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40834         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40835         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40836         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40837         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40838         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40839         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40840         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40841         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40842         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40843         * sysdeps/ieee754/s_lib_version.c: Likewise.
40844         * sysdeps/ieee754/s_matherr.c: Likewise.
40845         * sysdeps/ieee754/s_signgam.c: Likewise.
40846         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40847         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40848         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40849         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40850         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40851         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40852         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40853         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40854         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40855         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40856         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40857         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40858         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40859         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40860         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40861         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40862         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40863         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40864         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40865         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40866         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40867
40868 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40869
40870         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40871         * sunrpc/rpc_main.c: Likewise.
40872         * sunrpc/rpc_svcout.c: Likewise.
40873
40874 2012-03-09  David S. Miller  <davem@davemloft.net>
40875
40876         * include/math_private.h: New file.
40877
40878 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40879
40880         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40881         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40882         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40883         from <bits/socket_type.h>.
40884         (enum __socket_type): Don't define here.
40885         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40886         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40887         bits/socket_type.h.
40888
40889         [BZ #13566]
40890         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40891         checking __USE_GNU.
40892
40893         * Makerules ($(inst_includedir)/%.h): New rule.
40894         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40895         (install-others): Remove variable setting.
40896         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40897
40898 2012-03-08  Richard Henderson  <rth@twiddle.net>
40899
40900         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40901         from macro to inline function; merge with the
40902         !__LIBC_INTERNAL_MATH_INLINES version.
40903         (__ieee754_sqrtf): Likewise.
40904
40905         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40906         to inline function.
40907         (__rintf, __floor, __floorf): Likewise.
40908
40909         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40910         macro to inline function.
40911         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40912
40913         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40914         not <math/math_private.h>.
40915
40916 2012-03-08  David S. Miller  <davem@davemloft.net>
40917
40918         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40919         copyright year.
40920         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40921
40922 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40923
40924         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40925         normalization.
40926         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40927         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40928
40929 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40930
40931         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40932         be defined individually, they must be defined as a block.  Define
40933         S for printing a string instead of hidint the different by using a
40934         macro for adding the 'l'.
40935         * stdio-common/tst-fphex-wide.c: Adjust.
40936
40937 2012-03-07  Marek Polacek  <polacek@redhat.com>
40938
40939         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40940
40941 2012-03-08  Marek Polacek  <polacek@redhat.com>
40942
40943         [BZ #13806]
40944         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40945         * stdio-common/tst-fphex.c: Define a few macros to make the
40946         test reusable.  Use them.
40947         * stdio-common/tst-fphex-wide.c: New file.
40948
40949 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40950
40951         [BZ #6911]
40952         * manual/macros.texi (gnusystems): New macro.
40953         (nongnusystems): Likewise.
40954         (gnulinuxhurdsystems): Likewise.
40955         (gnuhurdsystems): Likewise..
40956         (gnulinuxsystems): Likewise.
40957         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40958         variants of the GNU system, not "GNU system".
40959         * manual/conf.texi: Likewise.
40960         * manual/errno.texi: Likewise.  Update example of errno macro
40961         expansion.
40962         * manual/filesys.texi: Likewise.
40963         (getumask): Document as specific to GNU/Hurd.
40964         * manual/install.texi: Likewise.  Reword some references to
40965         GNU/Linux.
40966         * manual/intro.texi: Likewise.
40967         * manual/io.texi: Likewise.
40968         (File Name Portability): Detail which constraints are inapplicable
40969         to all GNU systems and which are only inapplicable to GNU/Hurd.
40970         * manual/job.texi: Likewise.
40971         * manual/llio.texi: Likewise.
40972         (O_NOCTTY): Document as present on GNU/Linux.
40973         * manual/maint.texi: Likewise.
40974         * manual/memory.texi: Likewise.
40975         * manual/pattern.texi: Likewise.
40976         * manual/pipe.texi: Likewise.
40977         * manual/process.texi: Likewise.
40978         * manual/resource.texi: Likewise.
40979         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40980         child on GNU/Hurd.
40981         * manual/setjmp.texi: Likewise.
40982         * manual/signal.texi: Likewise.
40983         * manual/startup.texi: Likewise.
40984         * manual/stdio.texi: Likewise.
40985         * manual/terminal.texi: Likewise.
40986         (ONLCR): Document as POSIX.
40987         (OXTABS): Document availability on GNU/Linux as XTABS.
40988         (ONOEOT): Document availability separately from other bits.
40989         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40990         * manual/time.texi: Likewise.
40991         * manual/users.texi: Likewise.
40992         * INSTALL: Regenerated.
40993         * sysdeps/gnu/errlist.c: Regenerated.
40994
40995         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
40996         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
40997         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
40998         puts.
40999         * configure: Regenerated.
41000
41001 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41002
41003         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41004         default includes instead of AC_HEADER_CHECK.
41005         * sysdeps/i386/configure: Regenerated.
41006
41007         [BZ #10716]
41008         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41009         * math/s_cacoshf.c (__cacoshf): Likewise.
41010         * math/s_cacoshl.c (__cacoshl): Likewise.
41011         * math/s_casinh.c (__casinh): Set signs of result from argument.
41012         * math/s_casinhf.c (__casinhf): Likewise.
41013         * math/s_casinhl.c (__casinhl): Likewise.
41014         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41015         (casinh_test): Add more tests.
41016         * sysdeps/i386/fpu/libm-test-ulps: Update.
41017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41018
41019 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41020
41021         * po/zh_TW.po: Update from translation team.
41022
41023         * login/Makefile (distribute): Remove variable.
41024         * catgets/Makefile: Likewise.
41025         * mach/Makefile: Likewise.
41026         * malloc/Makefile: Likewise.
41027         * misc/Makefile: Likewise.
41028         * iconv/Makefile: Likewise.
41029         * nscd/Makefile: Likewise.
41030         * hurd/Makefile: Likewise.
41031         * manual/Makefile: Likewise.
41032         * locale/Makefile: Likewise.
41033         * intl/Makefile: Likewise.
41034         * conform/Makefile: Likewise.
41035         * nss/Makefile: Likewise.
41036         * time/Makefile: Likewise.
41037         * soft-fp/Makefile: Likewise.
41038         * dirent/Makefile: Likewise.
41039         * gmon/Makefile: Likewise.
41040         * po/Makefile: Likewise.
41041         * rt/Makefile: Likewise.
41042         * socket/Makefile: Likewise.
41043         * math/Makefile: Likewise.
41044         * signal/Makefile: Likewise.
41045         * debug/Makefile: Likewise.
41046         * elf/Makefile: Likewise.
41047         * timezone/Makefile: Likewise.
41048         * stdlib/Makefile: Likewise.
41049         * iconvdata/Makefile: Likewise.
41050         * sunrpc/Makefile: Likewise.
41051         * io/Makefile: Likewise.
41052         * argp/Makefile: Likewise.
41053         * inet/Makefile: Likewise.
41054         * hesiod/Makefile: Likewise.
41055         * grp/Makefile: Likewise.
41056         * csu/Makefile: Likewise.
41057         * wctype/Makefile: Likewise.
41058         * crypt/Makefile: Likewise.
41059         * libio/Makefile: Likewise.
41060         * string/Makefile: Likewise.
41061         * nis/Makefile: Likewise.
41062         * resolv/Makefile: Likewise.
41063         * stdio-common/Makefile: Likewise.
41064         * wcsmbs/Makefile: Likewise.
41065         * dlfcn/Makefile: Likewise.
41066         * posix/Makefile: Likewise.
41067
41068         [BZ #6959]
41069         * timezone/Makefile: Don't install timezone files, just the programs
41070         and scripts.
41071
41072 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41073
41074         * nss/databases.def: Add missing gshadow entry.
41075
41076         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41077
41078 2012-03-06  Marek Polacek  <polacek@redhat.com>
41079
41080         [BZ #13726]
41081         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41082         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41083         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41084         * stdio-common/tst-long-dbl-fphex.c: New file.
41085
41086 2012-03-06  David S. Miller  <davem@davemloft.net>
41087
41088         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41089         (set_obp_int): New function.
41090         (get_obp_int): New function.
41091         (__get_clockfreq_via_dev_openprom): Likewise.
41092         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41093         Avoid unused variable warnings on 'val' and use builtin_expect.
41094         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41095         __builtin_expect.
41096         (INLINE_CLONE_SYSCALL): Likewise.
41097
41098 2012-03-05  David S. Miller  <davem@davemloft.net>
41099
41100         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41101
41102 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41103
41104         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41105
41106         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41107         only for |x| >= 40.
41108         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41109
41110 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41111
41112         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41113         Replace gettimeofday with __vdso_gettimeofday.
41114
41115         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41116         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41117         __vdso_clock_gettime and __vdso_getcpu.
41118
41119         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41120         time with __vdso_time.
41121
41122 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41123
41124         * manual/lang.texi (size_t): Note types to which size_t may be
41125         equivalent with the GNU C Library, but do not describe when
41126         differences between them are significant.
41127
41128 2012-03-05  Andreas Jaeger  <aj@suse.de>
41129
41130         * sysdeps/i386/fpu/libm-test-ulps: Update.
41131
41132 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41133
41134         [BZ #3976]
41135         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41136         (__ieee754_pow): Save and restore rounding mode and use
41137         round-to-nearest for main computations.
41138         * math/libm-test.inc (pow_test_tonearest): New function.
41139         (pow_test_towardzero): Likewise.
41140         (pow_test_downward): Likewise.
41141         (pow_test_upward): Likewise.
41142         (main): Call the new functions.
41143         * sysdeps/i386/fpu/libm-test-ulps: Update.
41144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41145
41146         [BZ #3976]
41147         * math/libm-test.inc (cosh_test_tonearest): New function.
41148         (cosh_test_towardzero): Likewise.
41149         (cosh_test_downward): Likewise.
41150         (cosh_test_upward): Likewise.
41151         (sinh_test_tonearest): Likewise.
41152         (sinh_test_towardzero): Likewise.
41153         (sinh_test_downward): Likewise.
41154         (sinh_test_upward): Likewise.
41155         (main): Call the new functions.
41156         * sysdeps/i386/fpu/libm-test-ulps: Update.
41157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41158
41159 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41160
41161         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41162         default stack guard is set in last bytes.
41163         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41164
41165 2012-03-05  Kees Cook  <keescook@chromium.org>
41166
41167         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41168
41169         [BZ #13656]
41170         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41171         possibly allocate from heap instead of stack.
41172         * stdio-common/bug-vfprintf-nargs.c: New file.
41173         * stdio-common/Makefile (tests): Add nargs overflow test.
41174
41175 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41176
41177         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41178
41179 2012-03-03  Marek Polacek  <polacek@redhat.com>
41180
41181         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41182         * math/math_private.h: Likewise.
41183         * stdlib/tst-strtod.c: Likewise.
41184         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41185         * sysdeps/x86_64/bits/atomic.h: Likewise.
41186
41187 2012-03-02  David S. Miller  <davem@davemloft.net>
41188
41189         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41190         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41191         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41192         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41193         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41194         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41195         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41196         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41197
41198 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41199
41200         [BZ #13792]
41201         * manual/examples/README: New file, says the example source files
41202         can be used under GPL>=2.
41203         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41204         line containing just "*/".
41205         * manual/examples/add.c: Add copyright header (GPL>=2).
41206         * manual/examples/argp-ex1.c: Likewise.
41207         * manual/examples/argp-ex2.c: Likewise.
41208         * manual/examples/argp-ex3.c: Likewise.
41209         * manual/examples/argp-ex4.c: Likewise.
41210         * manual/examples/atexit.c: Likewise.
41211         * manual/examples/db.c: Likewise.
41212         * manual/examples/dir.c: Likewise.
41213         * manual/examples/dir2.c: Likewise.
41214         * manual/examples/execinfo.c: Likewise.
41215         * manual/examples/filecli.c: Likewise.
41216         * manual/examples/filesrv.c: Likewise.
41217         * manual/examples/fmtmsgexpl.c: Likewise.
41218         * manual/examples/genpass.c: Likewise.
41219         * manual/examples/inetcli.c: Likewise.
41220         * manual/examples/inetsrv.c: Likewise.
41221         * manual/examples/isockad.c: Likewise.
41222         * manual/examples/longopt.c: Likewise.
41223         * manual/examples/memopen.c: Likewise.
41224         * manual/examples/memstrm.c: Likewise.
41225         * manual/examples/mkfsock.c: Likewise.
41226         * manual/examples/mkisock.c: Likewise.
41227         * manual/examples/mygetpass.c: Likewise.
41228         * manual/examples/pipe.c: Likewise.
41229         * manual/examples/popen.c: Likewise.
41230         * manual/examples/rprintf.c: Likewise.
41231         * manual/examples/search.c: Likewise.
41232         * manual/examples/select.c: Likewise.
41233         * manual/examples/setjmp.c: Likewise.
41234         * manual/examples/sigh1.c: Likewise.
41235         * manual/examples/sigusr.c: Likewise.
41236         * manual/examples/stpcpy.c: Likewise.
41237         * manual/examples/strdupa.c: Likewise.
41238         * manual/examples/strftim.c: Likewise.
41239         * manual/examples/strncat.c: Likewise.
41240         * manual/examples/subopt.c: Likewise.
41241         * manual/examples/swapcontext.c: Likewise.
41242         * manual/examples/termios.c: Likewise.
41243         * manual/examples/testopt.c: Likewise.
41244         * manual/examples/testpass.c: Likewise.
41245         * manual/examples/timeval_subtract.c: Likewise.
41246
41247         [BZ #13792]
41248         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41249         function to ...
41250         * manual/timeval_subtract.c.texi: ... here, new file.
41251
41252 2012-03-02  David S. Miller  <davem@davemloft.net>
41253
41254         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41255
41256 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41257
41258         [BZ #3976]
41259         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41260         (__sin): Save and restore rounding mode and use round-to-nearest
41261         for all computations.
41262         (__cos): Save and restore rounding mode and use round-to-nearest
41263         for all computations.
41264         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41265         <fenv.h>.
41266         (tan): Save and restore rounding mode and use round-to-nearest for
41267         all computations.
41268         * math/libm-test.inc (cos_test_tonearest): New function.
41269         (cos_test_towardzero): Likewise.
41270         (cos_test_downward): Likewise.
41271         (cos_test_upward): Likewise.
41272         (sin_test_tonearest): Likewise.
41273         (sin_test_towardzero): Likewise.
41274         (sin_test_downward): Likewise.
41275         (sin_test_upward): Likewise.
41276         (tan_test_tonearest): Likewise.
41277         (tan_test_towardzero): Likewise.
41278         (tan_test_downward): Likewise.
41279         (tan_test_upward): Likewise.
41280         (main): Call the new functions.
41281         * sysdeps/i386/fpu/libm-test-ulps: Update.
41282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41283
41284         [BZ #10135]
41285         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41286         small n, then large n, before computing and testing k+n.
41287         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41288         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41289         Likewise.
41290         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41291         Likewise.
41292         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41293         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41294         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41295         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41296         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41297         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41298         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41299         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41300         * math/libm-test.inc (scalbn_test): Add more tests.
41301         (scalbln_test): Likewise.
41302
41303         * manual/filesys.texi (mode_t): Describe constraints on size and
41304         signedness, not exact equivalence to a particular type.
41305         (ino_t): Likewise.
41306         (ino64_t): Likewise.
41307         (dev_t): Likewise.
41308         (nlink_t): Likewise.
41309         (blkcnt_t): Likewise.
41310         (blkcnt64_t): Likewise.
41311         * manual/llio.texi (off_t): Likewise.
41312
41313         [BZ #3976]
41314         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41315         (__ieee754_exp): Save and restore rounding mode and use
41316         round-to-nearest for all computations.
41317         * math/libm-test.inc (exp_test_tonearest): New function.
41318         (exp_test_towardzero): Likewise.
41319         (exp_test_downward): Likewise.
41320         (exp_test_upward): Likewise.
41321         (main): Call the new functions.
41322         * sysdeps/i386/fpu/libm-test-ulps: Update.
41323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41324
41325 2012-03-01  Chris Demetriou  <cgd@google.com>
41326
41327         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41328         have predictable order.
41329
41330 2012-03-01  David S. Miller  <davem@davemloft.net>
41331
41332         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41333
41334         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41335         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41336         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41337         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41338
41339         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41340         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41341         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41342         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41343         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41344         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41345         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41346         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41347         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41348
41349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41350
41351         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41352         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41353         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41354
41355         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41356         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41357         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41358         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41359         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41360         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41361         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41362         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41363         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41364         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41365         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41366         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41367         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41368         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41369         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41370         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41371         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41372         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41373         * sysdeps/sparc/elf/configure: Regenerated.
41374
41375 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41376
41377         * configure.in (AS, LD): Require binutils 2.20 or later.
41378         * configure: Regenerated.
41379         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41380         as required minimum version.
41381         * INSTALL: Regenerated.
41382
41383         [BZ #2541]
41384         [BZ #4108]
41385         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41386         before squaring exponent.
41387         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41388         bottom long double and 27 bits of top long double before squaring
41389         exponent.
41390         * math/libm-test.inc (erfc_test): Add more tests.
41391         * sysdeps/i386/fpu/libm-test-ulps: Update.
41392         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41394
41395 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41396
41397         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41398         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41399         containing bit-fields.
41400         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41401         * soft-fp/single.h (_FP_UNION_S): Likewise.
41402         * soft-fp/double.h (_FP_UNION_D): Likewise.
41403
41404 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41405
41406         [BZ #13786]
41407         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41408         not include ../strcmp.S.
41409         [USE_AS_STRNCASECMP_L]: Likewise.
41410         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41411         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41412         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41413         (__strncasecmp_l_ia32): Define as alias to
41414         __strncasecmp_l_nonascii.
41415
41416         [BZ #5794]
41417         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41418         * sysdeps/i386/fpu/libm-test-ulps: Update.
41419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41420
41421         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41423
41424 2012-02-29  Jeff Law  <law@redhat.com>
41425
41426         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41427         out of bounds read.
41428
41429 2012-02-29  Marek Polacek  <polacek@redhat.com>
41430
41431         [BZ #13706]
41432         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41433         * elf/Makefile: Add rules to run tst-unused-dep.out.
41434
41435 2012-02-28  David S. Miller  <davem@davemloft.net>
41436
41437         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41438         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41439         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41440         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41441         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41442         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41443
41444 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41445
41446         * math/libm-test.inc (llround_test): Move one test from
41447         lround_test.  Use TEST_f_L in moved test.
41448         (lround_test): Move misplaced test to llround_test.  Add testcase
41449         from bug 2561.
41450
41451 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41452
41453         * sysdeps/x86_64/fpu/e_expf.S: New file.
41454         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41455
41456 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41457
41458         [BZ #13637]
41459         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41460         of remain_len that may cause incomplete multi-byte character and
41461         false match.
41462         * posix/bug-regex33.c: New file.
41463         * posix/Makefile (tests): Add bug-regex33.
41464
41465 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41466
41467         * manual/macros.texi: New file.
41468         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41469         * manual/libc.texinfo: Include macros.texi.
41470         * manual/creatute.texi: Likewise.
41471         * manual/install.texi: Likewise.
41472         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41473         @glibcadj{} in references to the GNU C Library.
41474         * manual/charset.texi: Likewise.
41475         * manual/conf.texi: Likewise.
41476         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41477         when not using those macros.
41478         * manual/creature.texi: Likewise.
41479         * manual/crypt.texi: Likewise.
41480         * manual/errno.texi: Likewise.
41481         * manual/filesys.texi: Likewise.
41482         * manual/header.texi: Likewise.
41483         * manual/install.texi: Likewise.
41484         * manual/intro.texi: Likewise.
41485         * manual/io.texi: Likewise.
41486         * manual/job.texi: Likewise.
41487         * manual/lang.texi: Likewise.
41488         * manual/libc.texiinfo: Likewise.
41489         * manual/llio.texi: Likewise.
41490         * manual/locale.texi: Likewise.
41491         * manual/maint.texi: Likewise.
41492         * manual/math.texi: Likewise.
41493         * manual/memory.texi: Likewise.
41494         * manual/message.texi: Likewise.
41495         * manual/nss.texi: Likewise.
41496         * manual/pattern.texi: Likewise.
41497         * manual/process.texi: Likewise.
41498         * manual/resource.texi: Likewise.
41499         * manual/search.texi: Likewise.
41500         * manual/setjmp.texi: Likewise.
41501         * manual/signal.texi: Likewise.
41502         * manual/socket.texi: Likewise.
41503         * manual/startup.texi: Likewise.
41504         * manual/stdio.texi: Likewise.
41505         * manual/string.texi: Likewise.
41506         * manual/sysinfo.texi: Likewise.
41507         * manual/syslog.texi: Likewise.
41508         * manual/terminal.texi: Likewise.
41509         * manual/time.texi: Likewise.
41510         * manual/users.texi: Likewise.
41511         * INSTALL: Regenerated.
41512         * NOTES: Regenerated.
41513         * sysdeps/gnu/errlist.c: Regenerated.
41514
41515 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41516
41517         * include/dirent.h: Include <dirstream.h> before
41518         <dirent/dirent.h>.
41519
41520 2012-02-28  David S. Miller  <davem@davemloft.net>
41521
41522         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41523         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41524         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41525         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41526
41527 2012-02-27  David S. Miller  <davem@davemloft.net>
41528
41529         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41530         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41531         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41532         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41533
41534         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41535         frame pointer instead of stack pointer relative arg slot.
41536         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41537         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41538         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41539
41540 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41541
41542         [BZ #3992]
41543         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41544
41545 2012-02-27  David S. Miller  <davem@davemloft.net>
41546
41547         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41548         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41549         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41551         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41552         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41553         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41554         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41555
41556 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41557
41558         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41559         later.  Allow versions 5-9.
41560         * configure: Regenerated.
41561         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41562         required minimum version and 4.6 as recommended version.  Do not
41563         mention bugs in GCC 2.7 and 2.8.
41564         * INSTALL: Regenerated.
41565
41566 2012-02-27  David S. Miller  <davem@davemloft.net>
41567
41568         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41569         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41570         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41571         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41572         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41573         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41574         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41575         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41576
41577         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41578         manipulate bits before adding and subtracting TWO112[sx].
41579         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41580
41581 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41582
41583         [BZ #13775]
41584         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41585         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41586         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41587         being in POSIX, because they are in 1003.1-2008.
41588
41589         * rt/tst-aio.c: Include <fcntl.h>.
41590         * rt/tst-aio7.c: Likewise.
41591         * rt/tst-aio64.c: Likewise.
41592
41593         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41594
41595 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41596
41597         * manual/install.texi (--with-headers): Describe headers as
41598         interface headers, not private headers.
41599         (Specific advice for GNU/Linux systems): Describe use of headers
41600         from "make headers_install", not private headers from older
41601         kernels.
41602         * INSTALL: Regenerated.
41603         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41604         Change to 2.6.19.
41605         * sysdeps/unix/sysv/linux/configure: Regenerated.
41606
41607         * manual/llio.texi (fclean): Remove documentation.
41608
41609         * manual/Makefile (libc-texi-generated): New variable.  Include
41610         version.texi.
41611         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41612         $(libc-texi-generated), not duplicated list of files.
41613         (version.texi, stamp-version): New rules.
41614         (realclean): Remove $(libc-texi-generated), not individual files
41615         from that list.  Do not remove dir-add.texinfo.
41616         * manual/libc.texinfo: Comment out uses of edition numbers and
41617         references to printed manual.  Remove last-updated dates.
41618         (EDITION): Comment out.
41619         (ISBN): Likewise.
41620         (VERSION, UPDATED): Remove.
41621         (version.texi): Include.
41622
41623 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41624
41625         * sysdeps/posix/spawni.c: Include <signal.h>.
41626         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41627         * sysdeps/pthread/aio_fsync.c: Likewise.
41628
41629 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41630
41631         * conform/Makefile (tests): Run only when not cross-compiling and
41632         when fast-check is not defined.
41633
41634         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41635         * conform/data/limits.h-data: Fixes for POSIX2008.
41636         * conform/run-conformtest.sh: Run all tests.
41637         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41638         headers.
41639         * include/bits/dlfcn.h: Likewise.
41640         * include/langinfo.h: Likewise.
41641         * include/monetary.h: Likewise.
41642         * include/sys/poll.h: Likewise.
41643
41644         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41645         for __USE_GNU.
41646         * posix/spawn.h: Define __need_sigset_t.
41647         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41648         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41649         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41650         to get sigevent_t only.
41651         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41652         only for __USE_GNU.
41653         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41654         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41655         process_vm_writev only for __USE_GNU.
41656         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41657
41658         * conform/Makefile: For now ignore errors from run-conformtest.
41659         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41660         POSIX to avoid namespace pollution.  Don't prepend headers.
41661         * conform/data/aio.h-data: Fixes for POSIX testing.
41662         * conform/data/fcntl.h-data: Likewise.
41663         * conform/data/glob.h-data: Likewise.
41664         * conform/data/grp.h-data: Likewise.
41665         * conform/data/pthread.h-data: Likewise.
41666         * conform/data/pwd.h-data: Likewise.
41667         * conform/data/signal.h-data: Likewise.
41668         * conform/data/spawn.h-data: Likewise.
41669         * conform/data/stdio.h-data: Likewise.
41670         * conform/data/stdlib.h-data: Likewise.
41671         * conform/data/stropts.h-data: Likewise.
41672         * conform/data/sys/mman.h-data: Likewise.
41673         * conform/data/sys/stat.h-data: Likewise.
41674         * conform/data/sys/types.h-data: Likewise.
41675         * conform/data/sys/wait.h-data: Likewise.
41676         * conform/data/time.h-data: Likewise.
41677         * conform/data/unistd.h-data: Likewise.
41678         * conform/data/utime.h-data: Likewise.
41679
41680         * io/sys/stat.h: fchmod was always in POSIX.
41681         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41682         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41683         * rt/aio.h: Define __need_timespec before including <time.h>.
41684         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41685         struct.  Add forward declaration of pthread_attr_t and use it in
41686         sigevent.
41687         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41688         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41689         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41690         always remove CLK_TCK definition.
41691
41692 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41693
41694         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41695
41696 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41697
41698         * conform/run-conformtest.sh: New file.
41699         * conform/Makefile: Run run-conformtest for tests.
41700         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41701         support.
41702
41703         * conform/data/uchar.h-data: New file.
41704         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41705         * conform/data/arpa/inet.h-data: Likewise.
41706         * conform/data/assert.h-data: Likewise.
41707         * conform/data/complex.h-data: Likewise.
41708         * conform/data/cpio.h-data: Likewise.
41709         * conform/data/ctype.h-data: Likewise.
41710         * conform/data/dirent.h-data: Likewise.
41711         * conform/data/dlfcn.h-data: Likewise.
41712         * conform/data/errno.h-data: Likewise.
41713         * conform/data/fcntl.h-data: Likewise.
41714         * conform/data/float.h-data: Likewise.
41715         * conform/data/fmtmsg.h-data: Likewise.
41716         * conform/data/fnmatch.h-data: Likewise.
41717         * conform/data/ftw.h-data: Likewise.
41718         * conform/data/glob.h-data: Likewise.
41719         * conform/data/grp.h-data: Likewise.
41720         * conform/data/iconv.h-data: Likewise.
41721         * conform/data/inttypes.h-data: Likewise.
41722         * conform/data/langinfo.h-data: Likewise.
41723         * conform/data/libgen.h-data: Likewise.
41724         * conform/data/limits.h-data: Likewise.
41725         * conform/data/locale.h-data: Likewise.
41726         * conform/data/math.h-data: Likewise.
41727         * conform/data/monetary.h-data: Likewise.
41728         * conform/data/mqueue.h-data: Likewise.
41729         * conform/data/ndbm.h-data: Likewise.
41730         * conform/data/net/if.h-data: Likewise.
41731         * conform/data/netdb.h-data: Likewise.
41732         * conform/data/netinet/in.h-data: Likewise.
41733         * conform/data/nl_types.h-data: Likewise.
41734         * conform/data/poll.h-data: Likewise.
41735         * conform/data/pthread.h-data: Likewise.
41736         * conform/data/pwd.h-data: Likewise.
41737         * conform/data/regex.h-data: Likewise.
41738         * conform/data/sched.h-data: Likewise.
41739         * conform/data/search.h-data: Likewise.
41740         * conform/data/semaphore.h-data: Likewise.
41741         * conform/data/setjmp.h-data: Likewise.
41742         * conform/data/signal.h-data: Likewise.
41743         * conform/data/spawn.h-data: Likewise.
41744         * conform/data/stdarg.h-data: Likewise.
41745         * conform/data/stdio.h-data: Likewise.
41746         * conform/data/stdlib.h-data: Likewise.
41747         * conform/data/string.h-data: Likewise.
41748         * conform/data/strings.h-data: Likewise.
41749         * conform/data/stropts.h-data: Likewise.
41750         * conform/data/sys/ipc.h-data: Likewise.
41751         * conform/data/sys/mman.h-data: Likewise.
41752         * conform/data/sys/msg.h-data: Likewise.
41753         * conform/data/sys/resource.h-data: Likewise.
41754         * conform/data/sys/select.h-data: Likewise.
41755         * conform/data/sys/sem.h-data: Likewise.
41756         * conform/data/sys/shm.h-data: Likewise.
41757         * conform/data/sys/socket.h-data: Likewise.
41758         * conform/data/sys/stat.h-data: Likewise.
41759         * conform/data/sys/statvfs.h-data: Likewise.
41760         * conform/data/sys/time.h-data: Likewise.
41761         * conform/data/sys/timeb.h-data: Likewise.
41762         * conform/data/sys/times.h-data: Likewise.
41763         * conform/data/sys/types.h-data: Likewise.
41764         * conform/data/sys/uio.h-data: Likewise.
41765         * conform/data/sys/un.h-data: Likewise.
41766         * conform/data/sys/utsname.h-data: Likewise.
41767         * conform/data/sys/wait.h-data: Likewise.
41768         * conform/data/syslog.h-data: Likewise.
41769         * conform/data/tar.h-data: Likewise.
41770         * conform/data/termios.h-data: Likewise.
41771         * conform/data/utime.h-data: Likewise.
41772         * conform/data/utmpx.h-data: Likewise.
41773         * conform/data/varargs.h-data: Likewise.
41774         * conform/data/wchar.h-data: Likewise.
41775         * conform/data/wctype.h-data: Likewise.
41776         * conform/data/wordexp.h-data: Likewise.
41777
41778         * include/stropts.h: New file.
41779         * include/uchar.h: New file.
41780         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41781         * include/assert.h: Likewise.
41782         * include/ctype.h: Likewise.
41783         * include/dirent.h: Likewise.
41784         * include/dlfcn.h: Likewise.
41785         * include/fcntl.h: Likewise.
41786         * include/fnmatch.h: Likewise.
41787         * include/glob.h: Likewise.
41788         * include/grp.h: Likewise.
41789         * include/libio.h: Likewise.
41790         * include/locale.h: Likewise.
41791         * include/math.h: Likewise.
41792         * include/net/if.h: Likewise.
41793         * include/netdb.h: Likewise.
41794         * include/netinet/in.h: Likewise.
41795         * include/pthread.h: Likewise.
41796         * include/pwd.h: Likewise.
41797         * include/regex.h: Likewise.
41798         * include/sched.h: Likewise.
41799         * include/search.h: Likewise.
41800         * include/setjmp.h: Likewise.
41801         * include/signal.h: Likewise.
41802         * include/stdio.h: Likewise.
41803         * include/stdlib.h: Likewise.
41804         * include/string.h: Likewise.
41805         * include/sys/cdefs.h: Likewise.
41806         * include/sys/mman.h: Likewise.
41807         * include/sys/msg.h: Likewise.
41808         * include/sys/resource.h: Likewise.
41809         * include/sys/select.h: Likewise.
41810         * include/sys/socket.h: Likewise.
41811         * include/sys/stat.h: Likewise.
41812         * include/sys/statvfs.h: Likewise.
41813         * include/sys/time.h: Likewise.
41814         * include/sys/times.h: Likewise.
41815         * include/sys/uio.h: Likewise.
41816         * include/sys/utsname.h: Likewise.
41817         * include/sys/wait.h: Likewise.
41818         * include/termios.h: Likewise.
41819         * include/time.h: Likewise.
41820         * include/ulimit.h: Likewise.
41821         * include/unistd.h: Likewise.
41822         * include/utime.h: Likewise.
41823         * include/wchar.h: Likewise.
41824         * include/wctype.h: Likewise.
41825         * include/wordexp.h: Likewise.
41826
41827         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41828
41829         * time/time.h: TIME_UTC must be a macro.
41830         Make timespec_get available for ISO C11 only as well.
41831
41832 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41833
41834         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41835         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41836
41837 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41838
41839         * configure.in: Use -o not -a in test for unsupported multi-arch.
41840
41841 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41842
41843         * manual/texinfo.tex: Update to version 2012-01-19.16.
41844
41845 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41846
41847         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41848
41849 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41850
41851         [BZ #13738]
41852         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41853         * manual/fdl-1.3.texi: New file.
41854         * manual/fdl-1.1.texi: File removed.
41855
41856         [BZ #13738]
41857         * manual/libc.texinfo (FDL_VERSION): New @set.
41858         Use it for mention of FDL in cover text.
41859         (Documentation License): Use it in @include file name.
41860
41861 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41862             Roland McGrath  <roland@hack.frob.com>
41863
41864         [BZ #5461]
41865         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41866         (not LONG_LONG_MAX and LONG_LONG_MIN.
41867         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41868         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41869         name.
41870         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41871
41872 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41873
41874         [BZ #2547]
41875         [BZ #11365]
41876         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41877         manipulate bits before adding and subtracting TWO23[sx].
41878         * math/libm-test.inc (nearbyint_test): Add more tests.
41879
41880 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41881
41882         [BZ #2548]
41883         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41884         bits before adding and subtracting TWO23[sx].
41885         * math/libm-test.inc (rint_test): Add more tests.
41886         (rint_test_tonearest): Likewise.
41887         (rint_test_towardzero): Likewise.
41888         (rint_test_downward): Likewise.
41889         (rint_test_upward: Likewise.
41890
41891 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41892
41893         [BZ #10110]
41894         * include/stdc-predef.h: New file.  Extracted from features.h.
41895         * include/features.h: Include stdc-predef.h.
41896         * Makefile (headers): Add stdc-predef.h.
41897         * CONFORMANCE (Compiler limitations): Update.
41898
41899 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41900
41901         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41902
41903 2012-02-21  David S. Miller  <davem@davemloft.net>
41904
41905         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41906         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41907
41908 2012-02-20  David S. Miller  <davem@davemloft.net>
41909
41910         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41911         using a normal save/restore sequence, rather than allocating a
41912         dummy stack frame just to store a frame pointer and restore.
41913         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41914
41915 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41916
41917         * manual/install.texi: Fix stray word in line-wrapped comment.
41918
41919 2012-02-20  David S. Miller  <davem@davemloft.net>
41920
41921         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41922         both binutils and gcc support GOTDATA.
41923
41924         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41925         "rd %pc" in the PIC register setup sequences.
41926
41927         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41928         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41929         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41930         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41931         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41932         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41933         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41934         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41935         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41936         (SYSCALL_ERROR_HANDLER): Likewise.
41937         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41938         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41939         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41940         (SYSCALL_ERROR_HANDLER): Likewise.
41941
41942         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41943         (HAVE_GCC_GOTDATA): New.
41944         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41945         relocation support in both binutils and gcc.
41946         * sysdeps/sparc/elf/configure: Regenerate.
41947
41948         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41949         * sysdeps/sparc/sparc32/elf/configure: Delete.
41950         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41951         * sysdeps/sparc/sparc64/elf/configure: Delete.
41952         * sysdeps/sparc/elf/configure.in: New file.
41953         * sysdeps/sparc/elf/configure: Generate.
41954
41955         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41956         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41957         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41958         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41959         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41960
41961 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41962
41963         * manual/install.texi: Do not mention specific glibc version
41964         numbers.
41965         * manual/libc.texinfo (VERSION, UPDATED): Update.
41966         (@copying): Use @copyright{} and range of years.
41967
41968 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41969
41970         [BZ #13695]
41971         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41972         [crti.S not in sysdirs] (generated): Do not append.
41973         [crti.S not in sysdirs] (omit-deps): Likewise.
41974         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41975         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41976         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41977         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41978         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41979         Likewise.
41980         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41981         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41982         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41983         * csu/defs.awk: Remove file.
41984         * sysdeps/generic/initfini.c: Likewise.
41985         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41986         variable.
41987         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41988         Likewise.
41989
41990 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41991
41992         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
41993         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
41994         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
41995         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
41996         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
41997         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
41998         <bits/epoll.h>.
41999         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42000         (__EPOLL_PACKED): Define to empty if not defined by
42001         <bits/epoll.h>.
42002         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42003         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42004         bits/epoll.h.
42005
42006 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42007
42008         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42009         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42010         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42011         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42012         <bits/timerfd.h>.
42013         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42014         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42015         bits/timerfd.h.
42016
42017 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42018
42019         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42020         in C locale.
42021         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42022         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42023         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42025
42026 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42027
42028         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42029         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42030
42031 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42032
42033         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42034         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42035         defined.
42036         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42037         Likewise.
42038         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42039         entry for 2.16.
42040
42041 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42042
42043         * math/w_acos.c: Use non-signaling floating-point comparisons.
42044         * math/w_acosf.c: Likewise.
42045         * math/w_acosh.c: Likewise.
42046         * math/w_acoshf.c: Likewise.
42047         * math/w_acoshl.c: Likewise.
42048         * math/w_acosl.c: Likewise.
42049         * math/w_asin.c: Likewise.
42050         * math/w_asinf.c: Likewise.
42051         * math/w_asinl.c: Likewise.
42052         * math/w_atanh.c: Likewise.
42053         * math/w_atanhf.c: Likewise.
42054         * math/w_atanhl.c: Likewise.
42055         * math/w_exp2.c: Likewise.
42056         * math/w_exp2f.c: Likewise.
42057         * math/w_exp2l.c: Likewise.
42058         * math/w_j0.c: Likewise.
42059         * math/w_j0f.c: Likewise.
42060         * math/w_j0l.c: Likewise.
42061         * math/w_j1.c: Likewise.
42062         * math/w_j1f.c: Likewise.
42063         * math/w_j1l.c: Likewise.
42064         * math/w_jn.c: Likewise.
42065         * math/w_jnf.c: Likewise.
42066         * math/w_log.c: Likewise.
42067         * math/w_log10.c: Likewise.
42068         * math/w_log10f.c: Likewise.
42069         * math/w_log10l.c: Likewise.
42070         * math/w_log2.c: Likewise.
42071         * math/w_log2f.c: Likewise.
42072         * math/w_log2l.c: Likewise.
42073         * math/w_logf.c: Likewise.
42074         * math/w_logl.c: Likewise.
42075         * math/w_sqrt.c: Likewise.
42076         * math/w_sqrtf.c: Likewise.
42077         * math/w_sqrtl.c: Likewise.
42078         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42079         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42080         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42081         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42082         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42083
42084 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42085
42086         [BZ #9739]
42087         * manual/string.texi (strnlen): Use correct parameter name in
42088         equivalent expression.
42089
42090 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42091
42092         [BZ #11174]
42093         * manual/users.texi (seteuid): Consistently use neweuid for
42094         argument name.
42095
42096 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42097
42098         [BZ #13704]
42099         * manual/nss.texi (Services in the NSS configuration): Correct
42100         list of services in example configuration file.
42101
42102 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42103
42104         [BZ #11322]
42105         * manual/arith.texi: Remove statements about negative zero
42106         behaving identically to zero.
42107
42108 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42109
42110         [BZ #5993]
42111         * manual/install.texi: Do not document upgrading from libc5.
42112
42113 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42114
42115         [BZ #4596]
42116         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42117
42118 2012-02-18  David S. Miller  <davem@davemloft.net>
42119
42120         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42121         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42122         %o7 across the call.
42123         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42124         instead.
42125         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42126         SETUP_PIC_REG_LEAF.
42127         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42128         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42129         * sysdeps/sparc/crtn.S: Likewise.
42130
42131 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42132
42133         * aout/Makefile: Remove.
42134
42135 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42136
42137         [BZ #13058]
42138         * manual/examples/argp-ex1.c (main): Format definition in GNU
42139         style.
42140         * manual/examples/argp-ex2.c (main): Likewise.
42141         * manual/examples/argp-ex3.c (main): Likewise.
42142         * manual/examples/argp-ex4.c (main): Likewise.
42143         * manual/examples/longopt.c (main): Use new-style prototype
42144         definition.
42145         * manual/examples/strncat.c (main): Specify return type and use
42146         (void) for arguments.
42147         * manual/examples/subopt.c (main): Use char **argv argument.
42148
42149 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42150
42151         [BZ #5077]
42152         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42153         rounding modes.
42154
42155 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42156
42157         [BZ #6907]
42158         * manual/string.texi (strchr): Change when strchrnul is
42159         recommended.
42160
42161 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42162
42163         [BZ #174]
42164         * manual/locale.texi (setlocale): Document LOCPATH.
42165
42166 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42167
42168         [BZ #10210]
42169         * manual/process.texi (execle): Move @dots{} before last argument.
42170
42171 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42172
42173         [BZ #12047]
42174         * manual/charset.texi (Generic Charset Conversion): Fix typo
42175         (LC_TYPE -> LC_CTYPE).
42176
42177 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42178
42179         [BZ #5805]
42180         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42181         (scalbnf): Likewise.
42182         (scalbnl): Likewise.
42183         (scalbln): Likewise.
42184         (scalblnf): Likewise.
42185         (scalblnl): Likewise.
42186         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42187         (vwarnx): Likewise.
42188         (verr): Likewise.
42189         (verrx): Likewise.
42190         * manual/filesys.texi (telldir): Use braces around return type.
42191         * manual/llio.texi (mmap): Add space after comma.
42192         (mmap64): Likewise.
42193         * manual/math.texi (jn): Use @var{} on parameter names.
42194         (jnf): Likewise.
42195         (jnl): Likewise.
42196         (yn): Likewise.
42197         (ynf): Likewise.
42198         (ynl): Likewise.
42199         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42200         line.
42201         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42202         "...".
42203         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42204         (sched_get_priority_max): Likewise.
42205         * manual/signal.texi (sigvec): Add space after comma.
42206         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42207         names.
42208         (if_indextoname): Likewise.
42209         (if_freenameindex): Likewise.
42210         (sendto): Use ',' instead of '.' in prototype.
42211         * manual/startup.texi (syscall): Use @dots{} instead of literal
42212         "...".
42213         * manual/stdio.texi (__fpending): Separate initial words of
42214         paragraph from @deftypefun line.
42215         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42216         "...".
42217         (vsyslog): Use @var{} on parameter names.
42218         * manual/terminal.texi (stty): Use @var{} on parameter names.
42219         * manual/users.texi (getutmp): Use @var{} on parameter names.
42220         (getutmpx): Likewise.
42221
42222 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42223
42224         [BZ #6884]
42225         * manual/stdio.texi (fopen): Fix typos in description of
42226         ",ccs=STRING".
42227
42228 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42229
42230         [BZ #4026]
42231         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42232         get clock_id definition.
42233
42234 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42235
42236         [BZ #4822]
42237         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42238         (madvise): Cast every argument to void on its own.
42239
42240 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42241
42242         [BZ #9902]
42243         * manual/startup.texi (Exit Status): Fix typo.
42244
42245 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42246
42247         [BZ #10140]
42248         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42249         * manual/examples/argp-ex2.c: Likewise.
42250         * manual/examples/argp-ex3.c: Likewise.
42251
42252 2012-02-16  Richard Henderson  <rth@redhat.com>
42253
42254         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42255         * sysdeps/s390/s390-32/initfini.c: Remove.
42256         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42257         * sysdeps/s390/s390-64/initfini.c: Remove.
42258
42259 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42260
42261         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42262         compiler output for sysdeps/generic/initfini.c.
42263         * sysdeps/sh/elf/initfini.c: Remove file.
42264
42265 2012-02-16  David S. Miller  <davem@davemloft.net>
42266
42267         [BZ #11494]
42268         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42269
42270         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42271         * sysdeps/sparc/crti.S: New file.
42272         * sysdeps/sparc/crtn.S: New file.
42273         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42274         * sysdeps/sparc/sparc64/Makefile: Likewise.
42275
42276 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42277
42278         [BZ #3335]
42279         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42280
42281 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42282
42283         [BZ #4822]
42284         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42285
42286         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42287         (write, read, close): Likewise.
42288         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42289
42290 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42291
42292         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42293         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42294         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42295         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42296         <bits/signalfd.h>.
42297         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42298         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42299         bits/signalfd.h.
42300
42301 2012-02-14  Marek Polacek  <polacek@redhat.com>
42302
42303         * sysdeps/x86_64/crti.S: New file.
42304         * sysdeps/x86_64/crtn.S: New file.
42305         * sysdeps/x86_64/elf/initfini.c: Remove file.
42306
42307 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42308
42309         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42310         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42311         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42312         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42313         <bits/inotify.h>.
42314         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42315         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42316         bits/inotify.h.
42317
42318 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42319
42320         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42321         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42322         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42323         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42324         <bits/eventfd.h>.
42325         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42326         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42327         bits/eventfd.h.
42328
42329 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42330
42331         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42332         __feraiseexcept instead of feraiseexcept.
42333
42334         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42335         nanosleep invocations.
42336         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42337         strings, and add error checking for a nanosleep invocations.
42338
42339 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42340
42341         Replace FSF snail mail address with URLs, as per GNU coding standards.
42342         Most of the snail mail addresses were wrong anyway, and omitting
42343         them makes the source code easier to maintain.  Almost all of the
42344         changes are to license notices and to locale LC_IDENTIFICATION
42345         addresses, except for this one:
42346         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42347         not its snail mail address.
42348
42349 2012-02-09  Richard Henderson  <rth@twiddle.net>
42350
42351         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42352         of kernel-features.h.
42353
42354         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42355
42356 2012-02-08  Marek Polacek  <polacek@redhat.com>
42357
42358         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42359         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42360         * sysdeps/gnu/_G_config.h: Likewise.
42361         * sysdeps/generic/_G_config.h: Likewise.
42362
42363 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42364
42365         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42366         tests.
42367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42368
42369         * sysdeps/powerpc/powerpc32/crti.S: New file.
42370         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42371         * sysdeps/powerpc/powerpc64/crti.S: New file.
42372         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42373
42374         * Makeconfig (have-initfini): Don't set.
42375         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42376         * configure.in (nopic_initfini): Don't substitute.
42377         * config.h.in (HAVE_INITFINI): Don't #undef.
42378         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42379         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42380
42381 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42382
42383         Support crti.S and crtn.S provided directly by architectures.
42384         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42385         [crti.S in sysdirs] (omit-deps): Likewise.
42386         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42387         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42388         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42389         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42390         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42391         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42392         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42393         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42394         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42395         compiler output for sysdeps/generic/initfini.c.
42396         * sysdeps/i386/elf/Makefile: Remove file.
42397         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42398
42399 2012-02-07  Marek Polacek  <polacek@redhat.com>
42400
42401         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42402         * sysdeps/gnu/_G_config.h: Likewise.
42403         * sysdeps/mach/hurd/_G_config.h: Likewise.
42404
42405 2012-02-07  Marek Polacek  <polacek@redhat.com>
42406
42407         * math/Makefile (tests): Add tst-CMPLX2.
42408         * math/tst-CMPLX2.c: New file.
42409
42410 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42411
42412         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42413
42414         * math/libm-test.inc (jn_test): Add missing L suffix.
42415
42416 2012-02-06  Marek Polacek  <polacek@redhat.com>
42417
42418         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42419         * sysdeps/i386/fpu/e_powf.S: Likewise.
42420         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42421         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42422         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42423         * sysdeps/i386/fpu/e_pow.S: Likewise.
42424         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42425         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42426         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42427         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42428         * sysdeps/i386/fpu/e_log2.S: Likewise.
42429         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42430         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42431         * sysdeps/i386/fpu/e_powl.S: Likewise.
42432         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42433         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42434         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42435         * sysdeps/i386/fpu/e_logl.S: Likewise.
42436         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42437         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42438         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42439         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42440         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42441         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42442         * sysdeps/i386/fpu/e_log.S: Likewise.
42443         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42444         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42445         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42446         * sysdeps/i386/fpu/e_logf.S: Likewise.
42447         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42448         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42449         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42450         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42451         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42452         * sysdeps/i386/fpu/e_log10.S: Likewise.
42453         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42454         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42455         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42456         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42457         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42458         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42459         * sysdeps/i386/asm-syntax.h: Likewise.
42460         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42461         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42462         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42463         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42464         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42465         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42466         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42467         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42468         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42469         * sysdeps/powerpc/sysdep.h: Likewise.
42470         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42471         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42472
42473 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42474
42475         [BZ #411]
42476         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42477
42478 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42479
42480         * sysdeps/i386/sysdep.h: Include <features.h>.
42481         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42482         version.
42483
42484 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42485
42486         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42487         Define.
42488         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42489         LOAD_PIC_REG_STR.
42490
42491 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42492
42493         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42494         (SETUP_PIC_REG): Use GET_PC_THUNK.
42495         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42496         macro.
42497
42498 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42499
42500         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42501         for non-PIC compilation.
42502         (SETUP_PIC_REG): Add .p2align directive.
42503         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42504         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42505         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42506         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42507         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42508         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42509         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42510         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42511         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42512         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42513         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42514         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42515         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42516         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42517         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42518         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42519         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42520         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42521         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42522         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42523         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42524         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42525         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42526         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42527         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42528         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42529         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42530         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42531         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42532         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42533         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42534         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42535         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42536         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42537         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42538         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42539         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42540         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42541         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42542         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42543         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42544
42545 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42546
42547         * math/tst-CMPLX.c: Include <stdio.h>.
42548
42549 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42550
42551         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42552         float.
42553         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42554         * sysdeps/sparc/bits/mathdef.h: Likewise.
42555
42556 2012-01-31  Marek Polacek  <polacek@redhat.com>
42557
42558         * libio/libio.h: Don't define _PARAMS.
42559         * locale/programs/config.h: Don't define PARAMS.
42560         * stdlib/strtol_l.c: Likewise.
42561         (__strtol_l): Remove PARAMS from the prototype.
42562
42563 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42564
42565         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42566         names.  Just use the correct names.  Remove unnecessary wrapper
42567         functions.
42568         * malloc/arena.c: Likewise.
42569         * malloc/hooks.c: Likewise.
42570
42571         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42572         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42573         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42574
42575 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42576
42577         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42578         into tail calls.
42579         (update_get_addr): New function.
42580         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42581         GET_ADDR_MODULE parameter.
42582
42583 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42584
42585         * crypt/cert.c: Remove __STDC__ conditionals.
42586         * crypt/crypt-entry.c: Likewise.
42587         * crypt/crypt_util.c: Likewise.
42588         * libio/filedoalloc.c: Likewise.
42589         * libio/fileops.c: Likewise.
42590         * libio/genops.c: Likewise.
42591         * libio/iofclose.c: Likewise.
42592         * libio/iofdopen.c: Likewise.
42593         * libio/iofopen.c: Likewise.
42594         * libio/iofopen64.c: Likewise.
42595         * libio/iogetdelim.c: Likewise.
42596         * libio/iopopen.c: Likewise.
42597         * libio/obprintf.c: Likewise.
42598         * libio/oldfileops.c: Likewise.
42599         * libio/oldiofclose.c: Likewise.
42600         * libio/oldiofdopen.c: Likewise.
42601         * libio/oldiofopen.c: Likewise.
42602         * libio/oldiopopen.c: Likewise.
42603         * libio/wfiledoalloc.c: Likewise.
42604         * libio/wgenops.c: Likewise.
42605         * locale/programs/xmalloc.c: Likewise.
42606         * misc/syslog.c: Likewise.
42607         * stdio-common/xbug.c: Likewise.
42608         * string/memchr.c: Likewise.
42609         * string/memcmp.c: Likewise.
42610         * string/memrchr.c: Likewise.
42611         * string/rawmemchr.c: Likewise.
42612         * sysdeps/posix/getcwd.c: Likewise.
42613         * time/strftime_l.c: Likewise.
42614
42615 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42616
42617         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42618         * config.make.in (config-cflags-sse2avx): Define.
42619         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42620         Fix typo.
42621
42622 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42623
42624         * scripts/config.guess: Update from upstream config git repository.
42625         * scripts/config.sub: Likewise.
42626
42627 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42628
42629         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42630         (EM_NUM): Update.
42631         (R_TILEPRO_*, R_TILEGX_*): New macros.
42632
42633         * scripts/firstversions.awk: Fix bug in version range handling.
42634
42635         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42636
42637         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42638
42639         * include/sys/epoll.h: New file.
42640         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42641         libc_hidden_def.
42642
42643 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42644
42645         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42646         Avoid unnecessary __WORDSIZE == 64 test.
42647         (fmaxf): Use VEX format if possible.
42648         (fmax): Likewise.
42649         (fminf): Likewise.
42650         (fmin): Likewise.
42651
42652         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42653         * math/math_private.h: Remove libc_fegetround* and
42654         libc_fesetround*.
42655         * sysdeps/i386/configure.in: Check for -msse2avx.
42656         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42657         also if SSE2AVX is defined.
42658         Remove libc_fegetround* and libc_fesetround*.
42659         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42660         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42661         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42662         of HAS_YMM_USABLE.
42663         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42664         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42665         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42666         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42667         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42668
42669         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42670
42671 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42672
42673         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42674         size is not set.
42675         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42676
42677 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42678
42679         [BZ #13618]
42680         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42681         relocation.
42682         * Makeconfig (libm): Define.
42683         * elf/Makefile: Add rules to build and run tst-relsort1.
42684         * elf/tst-relsort1.c: New file.
42685         * elf/tst-relsort1mod1.c: New file.
42686         * elf/tst-relsort1mod2.c: New file.
42687
42688 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42689
42690         * math/s_ldexp.c: Remove __STDC__ conditionals.
42691         * math/s_ldexpf.c: Likewise.
42692         * math/s_ldexpl.c: Likewise.
42693         * math/s_nextafter.c: Likewise.
42694         * math/s_nexttowardf.c: Likewise.
42695         * math/s_significand.c: Likewise.
42696         * math/s_significandf.c: Likewise.
42697         * math/s_significandl.c: Likewise.
42698         * math/w_jnl.c: Likewise.
42699         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42700         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42701         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42702         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42703         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42704         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42705         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42706         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42707         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42708         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42709         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42710         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42711         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42712         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42713         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42714         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42715         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42716         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42717         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42718         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42719         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42720         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42721         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42722         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42723         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42724         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42725         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42726         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42727         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42728         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42729         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42730         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42731         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42732         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42733         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42734         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42735         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42736         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42737         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42738         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42739         * sysdeps/ieee754/k_standard.c: Likewise.
42740         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42741         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42742         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42743         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42744         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42745         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42746         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42747         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42748         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42749         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42750         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42751         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42752         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42753         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42754         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42755         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42756         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42757         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42758         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42759         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42760         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42761         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42762         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42763         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42764         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42765         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42766         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42767         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42768         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42769         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42770         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42771         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42772         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42773         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42774         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42775         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42776         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42777         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42778         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42779         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42780         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42781         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42782         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42783         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42784         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42785         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42786         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42787         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42788         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42789         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42790         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42791         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42792         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42793         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42794         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42795         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42796         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42797         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42798         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42799         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42800         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42801         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42802         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42803         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42804         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42805         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42806         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42807         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42808         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42809         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42810         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42811         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42812         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42813         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42814         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42815         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42816         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42817         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42818         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42819         * sysdeps/ieee754/s_matherr.c: Likewise.
42820         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42821         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42822         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42823         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42824
42825 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42826
42827         * crypt/md5.h: Remove __STDC__ conditionals.
42828         * libio/libioP.h: Likewise.
42829         * locale/programs/config.h: Likewise.
42830         * sysdeps/generic/sysdep.h: Likewise.
42831         * sysdeps/i386/asm-syntax.h: Likewise.
42832         * sysdeps/s390/asm-syntax.h: Likewise.
42833         * sysdeps/unix/sysdep.h: Likewise.
42834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42836
42837 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42838
42839         * libio/libio.h: Remove __STDC__ conditionals.
42840         * malloc/obstack.h: Likewise.
42841         * math/complex.h: Likewise.
42842         * math/math.h: Likewise.
42843         * sysdeps/generic/_G_config.h: Likewise.
42844         * sysdeps/gnu/_G_config.h: Likewise.
42845         * sysdeps/mach/hurd/_G_config.h: Likewise.
42846         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42847         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42848         * sysdeps/sparc/bits/mathdef.h: Likewise.
42849
42850 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42851
42852         [BZ #13583]
42853         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42854         Clean up HAS_* macros.
42855         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42856         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42857         possible.
42858         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42859         HAS_AVX.
42860         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42861         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42862         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42863         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42864         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42865
42866 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42867
42868         * elf/tst-unique3.cc (gets): Remove declaration.
42869         * elf/tst-unique3lib.cc (gets): Likewise.
42870         * elf/tst-unique3lib2.cc (gets): Likewise.
42871         * elf/tst-unique4.cc (gets): Likewise.
42872
42873 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42874
42875         * include/stdio.h: Add C++ protection.  Add gets declarations and
42876         definitions.
42877         * debug/tst-chk1.c: Don't declare gets here.
42878         * stdio-common/tst-gets.c: Likewise.
42879
42880 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42881
42882         * posix/glob: Remove directory.
42883
42884 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42885
42886         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42887
42888 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42889
42890         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42891         of the non-standard EPFNOSUPPORT.
42892
42893 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42894
42895         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42896         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42897         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42898
42899 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42900
42901         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42902
42903 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42904
42905         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42906         transient errors.
42907         * nscd/grpcache.c (cache_addgr): Likewise.
42908         * nscd/hstcache.c (cache_addhst): Likewise.
42909         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42910         * nscd/pwdcache.c (cache_addpw): Likewise.
42911         * nscd/servicescache.c (cache_addserv): Likewise.
42912
42913 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42914
42915         * malloc/malloc.c: Various cleanups.
42916         * malloc/hooks.c: Likewise.
42917
42918         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42919         * stdlib/bug-fmtmsg1.c: New file.
42920
42921         * stdlib/fmtmsg.c (init): Add missing unlock.
42922         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42923
42924 2012-01-12  Marek Polacek  <polacek@redhat.com>
42925
42926         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42927         and _GNU_SOURCE.
42928
42929 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42930
42931         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42932         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42933         macro to ensure uniqueness of label name.
42934         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42935         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42936
42937 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42938
42939         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42940
42941         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42942         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42943         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42944         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42945
42946 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42947
42948         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42949
42950         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42951         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42952         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42953
42954         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42955
42956         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42957         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42958         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42959         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42960
42961         * math/bits/math-finite.h: Add ldexp support.
42962
42963 2012-01-10  Marek Polacek  <polacek@redhat.com>
42964
42965         * locale/programs/localedef.h (show_archive_content): Add noreturn
42966         attribute.
42967
42968 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42969
42970         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42971
42972 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42973
42974         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42975
42976         * io/Makefile (headers): Add bits/poll2.h.
42977
42978 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42979
42980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42981         typo #include statement.
42982
42983 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42984
42985         * include/sys/cdefs.h: Define __attribute_alloc_size.
42986         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42987         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42988         * elf/pldd.c: Likewise.
42989         * iconv/iconv_charmap.c: Likewise.
42990         * iconv/iconvconfig.c: Likewise.
42991         * iconv/strtab.c: Likewise.
42992         * locale/programs/locale.c: Likewise.
42993         * locale/programs/localedef.h: Likewise.
42994         * locale/programs/simple-hash.c: Likewise.
42995         * nscd/nscd.h: Likewise.
42996         * nss/makedb.c: Likewise.
42997         * sysdeps/generic/ldconfig.h: Likewise.
42998         * locale/programs/localedef.c: Remove xmalloc prototype.
42999         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43000
43001 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43002
43003         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43004         appropriate.
43005
43006 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43007
43008         * math/Makefile (tests): Add tst-CMPLX.
43009         * math/tst-CMPLX.c: New file.
43010
43011         * math/complex.h (CMPLXL): Fix typo.
43012
43013         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43014         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43015         GLIBC_2.16.
43016         * debug/tst-chk1.c: Add poll and ppoll tests.
43017         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43018         * include/sys/poll.h: Add hidden proto for ppoll.
43019         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43020         * sysdeps/mach/hurd/ppoll.c: Likewise.
43021         * io/ppoll.c: Likewise.
43022         * debug/poll_chk.c: New file.
43023         * debug/ppoll_chk.c: New file.
43024         * include/bits/poll2.h: New file.
43025         * io/bits/poll2.h: New file.
43026
43027         [BZ #1350]
43028         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43029
43030         * configure.in: static is always set to yes.  Remove.
43031         * config.make.in: Don't set build-static.
43032         * Makeconfig: Remove use of build-static.
43033         * dlfcn/Makefile: Likewise.
43034         * elf/Makefile: Likewise.
43035         * math/Makefile: Likewise.
43036         * misc/Makefile: Likewise.
43037         * nptl/Makefile: Likewise.
43038         * sysdeps/mach/hurd/Makefile: Likewise.
43039
43040         * configure.in: PWD_P is not used anymore.
43041         * config.make.in: Remove PWD_P entry.
43042
43043         * configure.in: Remove last remnants of RANLIB.
43044         No need to check for signed size_t anymore.
43045         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43046         and IA-64.
43047         Remove __builtin_expect test because we require at least gcc 3.4.
43048         * aclocal.m4: Likewise.
43049
43050         * wcsmbs/mbrtoc16.c: Implement using towc function.
43051         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43052         * wcsmbs/wcsmbsload.c: Likewise.
43053         * iconv/gconv_simple.c: Likewise.
43054         * iconv/gconv_int.h: Likewise.
43055         * iconv/gconv_builtin.h: Likewise.
43056         * iconv/iconv_prog.c: Remove CHAR16 handling.
43057
43058         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43059
43060         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43061
43062         * configure.in: Remove --with-elf and --enable-bounded options.
43063         Dont set base_machine for ia64.  More non-ELF conditions removed.
43064         Remove testing and setting of leading underscore information.
43065         * config.make.in (build-bounded): Set to no.
43066         * config.h.in: Remove NO_UNDERSCORES entry.
43067         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43068         them.
43069         * csu/start.c: Remove !NO_UNDERSCORE code.
43070         * locale/localeinfo.h: Likewise.
43071         * sysdeps/generic/machine-gmon.h: Likewise.
43072         * sysdeps/generic/sysdep.h: Likewise.
43073         * sysdeps/i386/sysdep.h: Likewise.
43074         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43075         * sysdeps/mach/sysdep.h: Likewise.
43076         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43077         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43078         * sysdeps/sh/sysdep.h: Likewise.
43079         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43080         * sysdeps/unix/i386/sysdep.S: Likewise.
43081         * sysdeps/unix/sparc/start.c: Likewise.
43082         * sysdeps/unix/sparc/sysdep.S: Likewise.
43083         * sysdeps/unix/sparc/sysdep.h: Likewise.
43084         * sysdeps/unix/start.c: Likewise.
43085         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43086         * sysdeps/x86_64/sysdep.h: Likewise.
43087
43088 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43089
43090         [BZ #13553]
43091         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43092         for non-gcc.
43093         * argp/argp-fmtstream.h: Use const instead __const.
43094         * argp/argp.h: Likewise.
43095         * assert/assert.h: Likewise.
43096         * bits/fenv.h: Likewise.
43097         * bits/sched.h: Likewise.
43098         * bits/sigset.h: Likewise.
43099         * bits/sigthread.h: Likewise.
43100         * catgets/nl_types.h: Likewise.
43101         * conform/data/pthread.h-data: Likewise.
43102         * crypt/crypt-private.h: Likewise.
43103         * crypt/crypt.h: Likewise.
43104         * crypt/crypt_util.c: Likewise.
43105         * ctype/ctype.h: Likewise.
43106         * debug/execinfo.h: Likewise.
43107         * debug/mbsnrtowcs_chk.c: Likewise.
43108         * debug/mbsrtowcs_chk.c: Likewise.
43109         * debug/wcsnrtombs_chk.c: Likewise.
43110         * debug/wcsrtombs_chk.c: Likewise.
43111         * debug/wcstombs_chk.c: Likewise.
43112         * dirent/dirent.h: Likewise.
43113         * dlfcn/dlfcn.h: Likewise.
43114         * elf/neededtest4.c: Likewise.
43115         * grp/grp.h: Likewise.
43116         * gshadow/gshadow.h: Likewise.
43117         * iconv/gconv.h: Likewise.
43118         * iconv/gconv_int.h: Likewise.
43119         * iconv/gconv_simple.c: Likewise.
43120         * iconv/iconv.h: Likewise.
43121         * iconv/loop.c: Likewise.
43122         * iconv/skeleton.c: Likewise.
43123         * include/aio.h: Likewise.
43124         * include/aliases.h: Likewise.
43125         * include/argz.h: Likewise.
43126         * include/arpa/inet.h: Likewise.
43127         * include/assert.h: Likewise.
43128         * include/dirent.h: Likewise.
43129         * include/dlfcn.h: Likewise.
43130         * include/execinfo.h: Likewise.
43131         * include/fcntl.h: Likewise.
43132         * include/fenv.h: Likewise.
43133         * include/glob.h: Likewise.
43134         * include/grp.h: Likewise.
43135         * include/libintl.h: Likewise.
43136         * include/mntent.h: Likewise.
43137         * include/netdb.h: Likewise.
43138         * include/pwd.h: Likewise.
43139         * include/rpc/netdb.h: Likewise.
43140         * include/sched.h: Likewise.
43141         * include/search.h: Likewise.
43142         * include/shadow.h: Likewise.
43143         * include/signal.h: Likewise.
43144         * include/stdio.h: Likewise.
43145         * include/stdlib.h: Likewise.
43146         * include/string.h: Likewise.
43147         * include/sys/socket.h: Likewise.
43148         * include/sys/stat.h: Likewise.
43149         * include/sys/statfs.h: Likewise.
43150         * include/sys/statvfs.h: Likewise.
43151         * include/sys/syslog.h: Likewise.
43152         * include/sys/time.h: Likewise.
43153         * include/sys/uio.h: Likewise.
43154         * include/time.h: Likewise.
43155         * include/unistd.h: Likewise.
43156         * include/utmp.h: Likewise.
43157         * include/wchar.h: Likewise.
43158         * include/wctype.h: Likewise.
43159         * inet/aliases.h: Likewise.
43160         * inet/arpa/inet.h: Likewise.
43161         * inet/netinet/ether.h: Likewise.
43162         * inet/netinet/in.h: Likewise.
43163         * intl/libintl.h: Likewise.
43164         * io/bits/fcntl2.h: Likewise.
43165         * io/fcntl.h: Likewise.
43166         * io/ftw.h: Likewise.
43167         * io/sys/poll.h: Likewise.
43168         * io/sys/stat.h: Likewise.
43169         * io/sys/statfs.h: Likewise.
43170         * io/sys/statvfs.h: Likewise.
43171         * io/utime.h: Likewise.
43172         * libio/bits/stdio.h: Likewise.
43173         * libio/bits/stdio2.h: Likewise.
43174         * libio/libio.h: Likewise.
43175         * libio/libioP.h: Likewise.
43176         * libio/stdio.h: Likewise.
43177         * locale/lc-ctype.c: Likewise.
43178         * locale/locale.h: Likewise.
43179         * login/utmp.h: Likewise.
43180         * malloc/arena.c: Likewise.
43181         * malloc/malloc.c: Likewise.
43182         * malloc/malloc.h: Likewise.
43183         * malloc/mcheck.c: Likewise.
43184         * malloc/mtrace.c: Likewise.
43185         * math/bits/mathcalls.h: Likewise.
43186         * math/fenv.h: Likewise.
43187         * math/math_private.h: Likewise.
43188         * misc/bits/error.h: Likewise.
43189         * misc/bits/syslog.h: Likewise.
43190         * misc/err.h: Likewise.
43191         * misc/error.h: Likewise.
43192         * misc/fstab.h: Likewise.
43193         * misc/mntent.h: Likewise.
43194         * misc/regexp.h: Likewise.
43195         * misc/search.h: Likewise.
43196         * misc/sgtty.h: Likewise.
43197         * misc/sys/mman.h: Likewise.
43198         * misc/sys/syslog.h: Likewise.
43199         * misc/sys/uio.h: Likewise.
43200         * misc/sys/xattr.h: Likewise.
43201         * misc/ttyent.h: Likewise.
43202         * nis/rpcsvc/ypclnt.h: Likewise.
43203         * nss/nss.h: Likewise.
43204         * posix/bits/unistd.h: Likewise.
43205         * posix/fnmatch.h: Likewise.
43206         * posix/glob.h: Likewise.
43207         * posix/sched.h: Likewise.
43208         * posix/spawn.h: Likewise.
43209         * posix/sys/wait.h: Likewise.
43210         * posix/unistd.h: Likewise.
43211         * posix/wordexp.h: Likewise.
43212         * pwd/pwd.h: Likewise.
43213         * resolv/netdb.h: Likewise.
43214         * resource/sys/resource.h: Likewise.
43215         * rt/aio.h: Likewise.
43216         * rt/bits/mqueue2.h: Likewise.
43217         * rt/mqueue.h: Likewise.
43218         * shadow/shadow.h: Likewise.
43219         * signal/signal.h: Likewise.
43220         * socket/send.c: Likewise.
43221         * socket/sendto.c: Likewise.
43222         * socket/sys/socket.h: Likewise.
43223         * stdio-common/printf.h: Likewise.
43224         * stdlib/bits/stdlib.h: Likewise.
43225         * stdlib/fmtmsg.h: Likewise.
43226         * stdlib/monetary.h: Likewise.
43227         * stdlib/stdlib.h: Likewise.
43228         * stdlib/ucontext.h: Likewise.
43229         * streams/stropts.h: Likewise.
43230         * string/argz.h: Likewise.
43231         * string/bits/string2.h: Likewise.
43232         * string/string.h: Likewise.
43233         * string/strings.h: Likewise.
43234         * sunrpc/rpc/auth.h: Likewise.
43235         * sunrpc/rpc/auth_des.h: Likewise.
43236         * sunrpc/rpc/clnt.h: Likewise.
43237         * sunrpc/rpc/netdb.h: Likewise.
43238         * sunrpc/rpc/pmap_clnt.h: Likewise.
43239         * sunrpc/rpc/xdr.h: Likewise.
43240         * sysdeps/generic/inttypes.h: Likewise.
43241         * sysdeps/generic/net/if.h: Likewise.
43242         * sysdeps/generic/sys/swap.h: Likewise.
43243         * sysdeps/gnu/net/if.h: Likewise.
43244         * sysdeps/gnu/utmpx.h: Likewise.
43245         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43246         * sysdeps/i386/i486/bits/string.h: Likewise.
43247         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43248         * sysdeps/s390/bits/string.h: Likewise.
43249         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43250         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43251         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43252         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43253         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43254         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43255         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43256         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43257         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43258         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43259         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43260         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43261         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43262         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43263         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43264         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43265         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43266         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43267         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43268         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43269         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43270         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43271         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43272         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43273         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43274         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43275         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43276         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43277         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43278         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43279         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43280         * sysvipc/sys/ipc.h: Likewise.
43281         * sysvipc/sys/msg.h: Likewise.
43282         * sysvipc/sys/sem.h: Likewise.
43283         * sysvipc/sys/shm.h: Likewise.
43284         * termios/termios.h: Likewise.
43285         * time/sys/time.h: Likewise.
43286         * time/time.h: Likewise.
43287         * wcsmbs/bits/wchar2.h: Likewise.
43288         * wcsmbs/uchar.h: Likewise.
43289         * wcsmbs/wchar.h: Likewise.
43290         * wctype/wctype.h: Likewise.
43291
43292         [BZ #13551]
43293         * Makeconfig: Remove all but ELF support including AIX support.
43294         * Makerules: Likewise.
43295         * config.h.in: Likewise.
43296         * config.make.in: Likewise.
43297         * configure: Likewise.
43298         * configure.in: Likewise.
43299         * csu/Makefile: Likewise.
43300         * csu/version.c: Likewise.
43301         * debug/Makefile: Likewise.
43302         * dlfcn/Makefile: Likewise.
43303         * elf/Makefile: Likewise.
43304         * extra-lib.mk: Likewise.
43305         * iconv/Makefile: Likewise.
43306         * include/libc-symbols.h: Likewise.
43307         * include/shlib-compat.h: Likewise.
43308         * resolv/Makefile: Likewise.
43309         * resolv/res_libc.c: Likewise.
43310         * rt/Makefile: Likewise.
43311         * sysdeps/i386/asm-syntax.h: Likewise.
43312         * sysdeps/i386/sysdep.h: Likewise.
43313         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43314         * sysdeps/mach/sysdep.h: Likewise.
43315         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43316         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43317         * sysdeps/s390/asm-syntax.h: Likewise.
43318         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43319         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43320         * sysdeps/sh/sysdep.h: Likewise.
43321         * sysdeps/unix/sparc/sysdep.h: Likewise.
43322         * sysdeps/wordsize-32/divdi3.c: Likewise.
43323         * sysdeps/x86_64/sysdep.h: Likewise.
43324
43325         * argp/Versions: Remove _argp_unlock_xxx.
43326
43327         [BZ #13559]
43328         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43329         * abilist/libBrokenLocale.abilist: Likewise.
43330         * abilist/libanl.abilist: Likewise.
43331         * abilist/libc.abilist: Likewise.
43332         * abilist/libcrypt.abilist: Likewise.
43333         * abilist/libdl.abilist: Likewise.
43334         * abilist/libm.abilist: Likewise.
43335         * abilist/libnsl.abilist: Likewise.
43336         * abilist/libpthread.abilist: Likewise.
43337         * abilist/libresolv.abilist: Likewise.
43338         * abilist/librt.abilist: Likewise.
43339         * abilist/libthread_db.abilist: Likewise.
43340         * abilist/libutil.abilist: Likewise.
43341         * abilist/libnss_db.abilist: New file.
43342
43343         * scripts/abilist.awk: Add support for indirect functions.
43344
43345         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43346
43347         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43348
43349         * shlib-versions: Remove entries for ports architectures.
43350
43351         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43352         files in ports.
43353         * elf/stackguard-macros.h: Remove support for IA-64.
43354         * elf/tst-auditmod1.c: Likewise.
43355         * sysdeps/generic/ldsodefs.h: Likewise.
43356
43357         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43358         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43359         configure files.
43360
43361         [BZ #13552]
43362         * configure.in: Remove --enable-omitfp support.
43363         * FAQ.in: Adjust.
43364         * config.make.in: Likewise.
43365         * Makeconfig: Likewise.
43366         * manual/install.texi: Likewise.
43367
43368         In case anyone cares, the IA-64 architecture could move to ports.
43369         * sysdeps/ia64/*: Removed.
43370         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43371         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43372
43373         [BZ #13555]
43374         * configure.in: Remove entries for unsupported architectures.
43375
43376         [BZ #13533]
43377         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43378         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43379         routines.
43380         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43381         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43382         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43383         fall back to using wcrtomb.
43384         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43385         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43386         renaming.
43387         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43388         * wcsmbs/tst-c16c32-1.c: New file.
43389
43390         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43391         local variable.
43392
43393         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43394
43395         * elf/tst-unique3.cc: Add explicit declaration of gets.
43396         * elf/tst-unique3lib.cc: Likewise.
43397         * elf/tst-unique3lib2.cc: Likewise.
43398         * elf/tst-unique4.cc: Likewise.
43399
43400         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43401
43402 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43403
43404         [BZ #13566]
43405         * assert/assert.h (static_assert): Don't define for C++.
43406         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43407         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43408
43409 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43410
43411         * iconv/loop.c (single loop): Fix assertion in storing of
43412         remaining bytes.
43413
43414         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43415
43416 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43417
43418         * posix/getconf.c: Update copyright year.
43419         * nss/getent.c: Likewise.
43420         * nss/makedb.c: Likewise.
43421         * iconv/iconvconfig.c: Likewise.
43422         * iconv/iconv_prog.c: Likewise.
43423         * elf/ldconfig.c: Likewise.
43424         * elf/pldd.c: Likewise.
43425         * elf/sotruss.ksh: Likewise.
43426         * catgets/gencat.c: Likewise.
43427         * csu/version.c: Likewise.
43428         * elf/ldd.bash.in: Likewise.
43429         * elf/sprof.c (print_version): Likewise.
43430         * locale/programs/locale.c: Likewise.
43431         * locale/programs/localedef.c: Likewise.
43432         * login/programs/pt_chown.c: Likewise.
43433         * nscd/nscd.c (print_version): Likewise.
43434         * debug/xtrace.sh: Likewise.
43435         * malloc/memusage.sh: Likewise.
43436         * malloc/mtrace.pl: Likewise.
43437         * debug/catchsegv.sh: Likewise.
43438
43439 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43440
43441         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43442         pure attribute.
43443
43444 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43445
43446         [BZ #13533]
43447         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43448         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43449         transformations.
43450         * iconv/gconv_int.h: Likewise.
43451         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43452         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43453         from libc for GLIBC_2.16.
43454         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43455         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43456         * wcsmbs/uchar.h: Really define mbstate_t.
43457         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43458         * wcsmbs/c16rtomb.c: New file.
43459         * wcsmbs/mbrtoc16.c: New file.
43460         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43461         for C/POSIX locale.
43462         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43463         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43464
43465         * wcsmbs/wchar.h: Add missing __restrict.
43466
43467 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43468
43469         [BZ #13532]
43470         * time/Makefile (routines): Add timespec_get.
43471         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43472         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43473         timespec for ISO C11.
43474         * time/timespec_get.c: New file.
43475         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43476         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43477
43478         [BZ #13531]
43479         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43480         * stdlib/stdlib.h: Declare aligned_alloc.
43481         * Versions.def: Add GLIBC_2.16 for libc.
43482         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43483
43484         [BZ 13527]
43485         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43486         ISO C11.
43487
43488         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43489         code.
43490
43491         [BZ #13528]
43492         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43493
43494         [BZ #13529]
43495         * assert/assert.h (static_assert): Define.
43496
43497         * version.h: Update for 2.16 development version.
43498
43499         [BZ #13526]
43500         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43501         _ISOC11_SOURCE.
43502
43503         * version.h (RELEASE): Bump for 2.15 release.
43504         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43505
43506         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43507         Patch by Marek Polacek <mpolacek@redhat.com>.
43508
43509         * bits/byteswap.h: Protect long long constants with __extension__.
43510         * sysdeps/i386/bits/byteswap.h: Likewise.
43511         * sysdeps/ia64/bits/byteswap.h: Likewise.
43512         * sysdeps/s390/bits/byteswap.h: Likewise.
43513         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43514
43515 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43516
43517         [BZ #13540]
43518         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43519         destination buffer.
43520         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43521
43522 2011-12-23  Marek Polacek  <polacek@redhat.com>
43523
43524         * elf/dl-addr.c (determine_info): Add inline keyword.
43525         * elf/tst-auditmod4b.c (check_avx): Likewise.
43526         * elf/tst-auditmod6b.c (check_avx): Likewise.
43527         * elf/tst-auditmod6c.c (check_avx): Likewise.
43528         * elf/tst-auditmod7b.c (check_avx): Likewise.
43529
43530 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43531
43532         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43533         !__SSE_MATH__.
43534
43535 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43536
43537         [BZ #13540]
43538         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43539         processing for last bytes.
43540
43541 2011-08-06  Bruno Haible  <bruno@clisp.org>
43542
43543         [BZ #13061]
43544         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43545         U+0385, not to U+1FEE.
43546
43547         [BZ #13062]
43548         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43549         entry for U+00A5 U+0301.
43550
43551 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43552
43553         [BZ #13166]
43554         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43555         buffer for the output is too small.
43556
43557         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43558         optimization.
43559
43560         [BZ #13185]
43561         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43562         SSE flags if possible.
43563
43564 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43565
43566         [BZ #13540]
43567         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43568         processing for last bytes.
43569
43570 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43571
43572         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43573         (syscall-list-default-options, syscall-list-default-condition)
43574         (syscall-list-includes): Define.
43575         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43576         list of ABIs and options and #if conditions for each ABI.  Do not
43577         handle common syscalls between ABIs specially.
43578         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43579         Remove.
43580         (syscall-list-variants, syscall-list-32bit-options)
43581         (syscall-list-32bit-condition, syscall-list-64bit-options)
43582         (syscall-list-64bit-condition): Define.
43583         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43584         (syscall-list-variants, syscall-list-32bit-options)
43585         (syscall-list-32bit-condition, syscall-list-64bit-options)
43586         (syscall-list-64bit-condition): Define.
43587         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43588         Remove.
43589         (syscall-list-variants, syscall-list-32bit-options)
43590         (syscall-list-32bit-condition, syscall-list-64bit-options)
43591         (syscall-list-64bit-condition): Define.
43592         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43593         Remove.
43594         (syscall-list-variants, syscall-list-32bit-options)
43595         (syscall-list-32bit-condition, syscall-list-64bit-options)
43596         (syscall-list-64bit-condition): Define.
43597
43598 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43599
43600         * locale/iso-639.def: Add brx entry.
43601
43602         [BZ #13328]
43603         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43604         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43605
43606         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43607         __feraiseexcept_renamed.
43608
43609 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43610
43611         [BZ #13538]
43612         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43613         EPOLLET with unsigned values.
43614         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43615         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43616
43617         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43618         to large cancellation.
43619         * math/s_cacoshf.c: Likewise.
43620         * math/s_cacoshl.c: Likewise.
43621
43622 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43623
43624         [BZ #13305]
43625         [BZ #12786]
43626         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43627         * math/s_cacoshf.c: Likewise.
43628         * math/s_cacoshl.c: Likewise.
43629
43630 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43631
43632         [BZ #13439]
43633         * iconv/gconv.h: Define __GCONV_SWAP.
43634         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43635         * iconvdata/utf-16.c: Likewise.
43636         * iconvdata/utf-32.c: Likewise.
43637
43638 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43639
43640         [BZ #13524]
43641         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43642         numerator after shifting it by one limb.
43643
43644 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43645
43646         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43647         under [__USE_EXTERN_INLINES].
43648
43649 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43650
43651         [BZ #13446]
43652         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43653
43654 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43655
43656         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43657         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43658         optimized code.
43659         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43660         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43661         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43662         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43663         for strncasecmp/strncasecmp_l compilation.
43664         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43665         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43666
43667 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43668
43669         [BZ #13484]
43670         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43671         of __asm__.
43672
43673 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43674
43675         [BZ #13506]
43676         * time/tzfile.c (__tzfile_read): Check values from file header.
43677
43678 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43679
43680         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43681         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43682         * powerpc/powerpc32/dl-start.S: Likewise.
43683         * powerpc/powerpc32/elf/start.S: Likewise.
43684         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43685         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43686         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43687         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43688         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43689         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43690         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43691         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43692         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43693         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43694         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43695         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43696         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43697         * powerpc/powerpc32/memset.S: Likewise.
43698         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43699         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43700         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43701         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43702         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43703         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43704         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43705         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43706         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43707         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43708         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43709         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43710         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43711
43712 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43713
43714         * math/libm-test.inc: Added more nearbyint tests.
43715         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43716         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43717         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43718         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43719
43720 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43721
43722         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43723         FD_CLOEXEC.
43724
43725 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43726
43727         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43728         Add wcscpy-ssse3 wcscpy-c.
43729         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43730         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43731         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43732         * sysdeps/x86_64/wcschr.S: New file.
43733         * sysdeps/x86_64/wcsrchr.S: New file.
43734         * string/test-strcmp.c: Remove checking of wcscmp function for
43735         wrong alignments.
43736         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43737         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43738         wcsrchr-sse2 wcsrchr-c.
43739         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43740         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43741         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43742         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43743         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43744         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43745         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43746         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43747         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43748         * wcsmbc/wcschr.c (WCSCHR): New macro.
43749
43750 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43751
43752         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43753         * wcsmbs/test-wcsrchr.c: New file.
43754         * string/test-strrchr.c: Add wcsrchr support.
43755         (WIDE): New macro.
43756         * wcsmbs/test-wcscpy.c: New file.
43757         * string/test-strcpy.c: Add wcscpy support.
43758         (WIDE): New macro.
43759
43760 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43761
43762         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43763         the inner loop.
43764
43765 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43766
43767         [BZ #13472]
43768         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43769
43770 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43771
43772         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43773         Minor optimizations.
43774
43775         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43776         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43777         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43778
43779 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43780
43781         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43782         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43783         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43784         for gcc to avoid warnings.
43785         * inet/Makefile (tests): Add tst-checks.
43786         * inet/tst-checks.c: New file.
43787
43788         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43789         warning.
43790
43791         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43792         __wmemcmp_sse2.
43793
43794         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43795         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43796
43797         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43798
43799 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43800
43801         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43802         problem.
43803
43804         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43805
43806 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43807
43808         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43809         conditional on GCC version.
43810         (__arch_compare_and_exchange_val_8_acq)
43811         (__arch_compare_and_exchange_val_16_acq)
43812         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43813         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43814         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43815
43816 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43817
43818         * sysdeps/sh/backtrace.c: New file.
43819
43820 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43821
43822         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43823         parenthesis.
43824
43825 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43826
43827         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43828         falling back to utime.
43829
43830 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43831
43832         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43833         expectations for float.
43834
43835 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43836
43837         * locale/weight.h (findidx): Add parameter len.
43838         * locale/weightwc.h (findidx): Likewise.
43839         * posix/fnmatch_loop.c (FCT): Adjust caller.
43840         * posix/regcomp.c (build_equiv_class): Likewise.
43841         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43842         * posix/regexec.c (check_node_accept_bytes): Likewise.
43843         * string/strcoll_l.c (STRCOLL): Likewise.
43844         * string/strxfrm_l.c (STRXFRM): Likewise.
43845
43846 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43847
43848         * Makefile.in: Remove CVSOPT handling.
43849         * configure.in: Remove use of AC_REVISION.
43850         * iconvdata/Makefile (distribute): No need to filter out CVS.
43851         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43852         handling.
43853
43854 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43855
43856         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43857         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43858         [USE_AS_STRNCASECMP_L]: Likewise.
43859         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43860         NO_TLS_DIRECT_SEG_REFS.
43861         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43862         Fix argument offsets for non-PIC.
43863         [USE_AS_STRNCASECMP_L]: Likewise.
43864         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43865         NO_TLS_DIRECT_SEG_REFS.
43866
43867 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43868
43869         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43870         O_CLOEXEC.
43871         * locale/loadlocale.c (_nl_load_locale): Likewise.
43872
43873 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43874
43875         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43876         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43877         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43878         (SYSCALL_GETTIME): Set errno on error.
43879
43880         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43881         count references to noai6ai_cached.
43882
43883 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43884
43885         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43886
43887         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43888         FD_CLOEXEC for /proc/self/maps.
43889
43890         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43891         FD_CLOEXEC for /proc/meminfo.
43892
43893         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43894         gai.conf.
43895
43896         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43897         FD_CLOEXEC for given file.
43898
43899         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43900
43901         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43902         FD_CLOEXEC for /etc/hosts.
43903         (_gethtent): Likewise.
43904
43905         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43906
43907         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43908         cancellation and set FD_CLOEXEC for /etc/netgroup.
43909
43910         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43911         reading /etc/publickey.
43912
43913         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43914         allow cancellation when reading /etc/group.
43915
43916         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43917         cancellation.
43918         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43919
43920         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43921         when using data file.
43922
43923         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43924
43925         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43926         (write_nis_obj): Use "c" and "e" in fopen.
43927
43928         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43929
43930         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43931
43932         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43933
43934         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43935
43936         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43937         locale.alias.
43938
43939         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43940
43941         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43942
43943         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43944
43945         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43946         file parsing and set FD_CLOEXEC.
43947
43948 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43949
43950         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43951
43952 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43953
43954         * malloc/arena.c (arena_get2): Don't call reused_arena when
43955         _int_new_arena failed.
43956
43957 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43958
43959         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43960         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43961         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43962         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43963         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43964         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43965         to compile strcasecmp and strncasecmp.
43966         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43967         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43968
43969         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43970
43971 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43972
43973         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43974         locale-defines.sym to gen-as-const-headers.
43975         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43976         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43977         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43978         to compile strcasecmp and strncasecmp.
43979         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43980         strcasecmp_l and strncasecmp_l.
43981         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43982         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43983         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43984         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43985         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43986         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43987         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43988         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43989         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43990         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
43991         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
43992
43993 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
43994
43995         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
43996         result of SYSDEP_GETTIME_CPU to retval.
43997         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
43998         parameter list to macro.  Remove trailing semicolon.  Adjust users.
43999
44000         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44001         variable.
44002
44003         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44004         mantissa words.
44005         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44006
44007         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44008         from unused variable.
44009
44010         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44011         DWARF definitions.
44012         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44013         for assembling.
44014
44015         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44016         over namespaces.
44017
44018         * sunrpc/rpc_prot.c (rejected): Fix case value.
44019
44020         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44021         unsigned long long int to avoid warnings in shift.
44022
44023         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44024         of use of trans.
44025         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44026         variable tmp.
44027
44028         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44029         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44030         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44031
44032         * nis/nis_table.c (nis_list): Use variable of correct type for
44033         result of __follow_path call.
44034
44035 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44036
44037         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44038         of math functions ceil, trunc, floor, round, and sqrt, when
44039         avaliable on the platform.
44040         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44041         name clash.
44042         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44043         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44044         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44045
44046 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44047
44048         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44049         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44050
44051 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44052
44053         * include/unistd.h: Fix __readlink return type.
44054         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44055
44056 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44057
44058         * stdlib/ucontext.h: Undo last change for makecontext.
44059
44060 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44061
44062         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44063
44064         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44065         * setjmp/setjmp.h: Mark functions as non-leaf.
44066         * setjmp/bits/setjmp2.h: Likewise.
44067         * stdlib/ucontext.h: Likewise.
44068
44069 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44070
44071         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44072         (reused_arena): Don't check arena limit.
44073         (arena_get2): Atomically check arena limit.
44074
44075 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44076
44077         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44078         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44079
44080         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44081         instructions.
44082
44083 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44084
44085         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44086         handler when locking.
44087
44088         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44089         Fix size of allocated buffer.
44090
44091 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44092
44093         [BZ #10103]
44094         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44095         declarations for long double functions.
44096         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44097
44098         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44099
44100 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44101
44102         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44103         installed.
44104
44105         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44106         is disabled.
44107
44108 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44109
44110         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44111
44112 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44113
44114         * include/alloca.h (stackinfo_alloca_round): Define.
44115         (extend_alloca): Use it.
44116         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44117         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44118         here.
44119
44120         * scripts/check-local-headers.sh: Ignore libaudit.h.
44121
44122         * nscd/Makefile (extra-objs): Make recursively expanded.
44123
44124 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44125
44126         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44127         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44128
44129         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44130         * posix/tst-rfc3484-2.c: Likewise.
44131         * posix/tst-rfc3484-3.c: Likewise.
44132
44133         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44134         process_vm_writev.
44135         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44136         process_vm_writev.
44137         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44138         process_vm_writev from libc using GLIBC_2.15 version.
44139
44140         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44141
44142 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44143
44144         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44145         stack usage.
44146
44147 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44148
44149         [BZ #13367]
44150         * nss/getent.c (initgroups_keys): Show error message in case no group
44151         names are given.
44152
44153         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44154         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44155         __bump_nl_timestamp.
44156         * nscd/connections (nscd_init): When host database is served open
44157         netlink socket and request notification about configuration changes.
44158         (main_loop_poll): Track netlink file descriptor and bump timestamp
44159         in case data becomes available.
44160         (main_loop_epoll): Likewise.
44161         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44162         (database_pers_head): Add extra_data fileds.
44163         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44164         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44165         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44166         Adjust caller.
44167         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44168         in6ai data, call __free_in6ai.
44169         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44170         Add -DHAVE_NETLINK.
44171         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44172         interface information.  Reuse previous data if netlink timestamp
44173         is not changed.
44174         (__bump_nl_timestamp): New function.
44175         (__free_in6ai): New function.
44176
44177 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44178
44179         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44180         close_not_cancel_no_status here.
44181         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44182
44183 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44184
44185         [BZ #13276]
44186         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44187         return value.
44188
44189         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44190         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44191         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44192
44193 2011-07-03  Andreas Jaeger  <aj@suse.de>
44194
44195         [BZ #10709]
44196         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44197         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44198         * math/libm-test.inc (sin_test): Add test case.
44199
44200 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44201
44202         [BZ #13337]
44203         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44204         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44205
44206         * elf/chroot_canon.c (chroot_canon): Cleanups.
44207
44208         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44209
44210         [BZ #13335]
44211         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44212         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44213
44214         * string/test-strchr.c: Make usable for strchrnul testing.
44215         * string/test-strchrnul.c: New file.
44216         * string/Makefile (strop-tests): Add strchrnul.
44217
44218         * po/it.po: Update from translation team.
44219         * po/es.po: Likewise.
44220
44221 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44222
44223         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44224         the three constants needed as parameters.  Drop the others.
44225         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44226         __m128i_strloadu_tolower.
44227         Create and initialize variable zero and use it in all the places
44228         where _mm_setzero_si128 was used.
44229
44230         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44231         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44232         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44233         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44234         anymore.
44235         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44236         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44237         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44238         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44239         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44240         __mpranred, __mptan.
44241         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44242         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44243         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44244         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44245         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44246         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44247         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44248         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44249         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44250
44251 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44252
44253         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44254         redefine if SHARED.
44255         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44256
44257         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44258         wide char related routines to wcsmbs subdir.
44259
44260 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44261
44262         [BZ #13344]
44263         * misc/sys/cdefs.h (__THROWNL): Define.
44264         * posix/unistd.h: Use __THREADNL instead of __THREAD
44265         for memory synchronization functions.
44266
44267 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44268
44269         [BZ #13349]
44270         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44271         doesn't exist.
44272         * manual/stdio.texi (Obstack Streams): Node removed.
44273
44274 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44275
44276         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44277         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44278         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44279
44280         * math/math_private.h (math_force_eval): Allow non-addressable
44281         arguments.
44282         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44283
44284 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44285
44286         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44287         file is not needed.
44288
44289         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44290         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44291         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44292         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44293         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44294         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44295         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44296         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44297         Add AVX variants.
44298         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44299         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44300         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44301         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44302         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44303         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44304         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44305         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44306         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44307         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44308         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44309         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44310         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44311         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44312         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44313         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44314         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44315         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44316         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44317
44318         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44319         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44320
44321         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44322         place.  Use VEX encoding when compiling for AVX.
44323
44324 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44325
44326         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44327         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44328
44329         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44330
44331 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44332
44333         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44334         useless if() expression.
44335         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44336         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44337         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44338         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44339         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44340         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44341         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44342         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44343         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44344         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44345         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44346         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44347         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44348         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44349         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44350         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44351         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44352         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44353         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44354
44355         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44356
44357 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44358
44359         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44360         condition.
44361         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44362
44363 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44364
44365         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44366         .text section.  Avoid duplicate constants.
44367         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44368         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44369         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44370         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44371         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44372         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44373         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44374         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44375         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44376         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44377         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44378         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44379         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44380         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44381         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44382         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44383         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44384         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44385         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44386         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44387         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44388         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44389         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44390         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44391         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44392         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44393         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44394         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44395         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44396         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44397         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44398         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44399         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44400         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44401         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44402         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44403         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44404         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44405         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44406         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44407         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44408         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44409         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44410         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44411         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44412
44413 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44414
44415         * sysdeps/x86_64/dla.h: Move to ...
44416         * sysdeps/x86_64/fpu/dla.h: ...here.
44417         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44418         situations.  Use __builtin_fma only for gcc 4.6 and up.
44419
44420         * config.make.in: Add have-mfma4 entry.
44421         * configure.in: Substitute libc_cv_cc_fma4.
44422         * math/Makefile (dbl-only-routines): Add sincostab.
44423         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44424         Use __sincostab not sincos.
44425         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44426         name is a macro.
44427         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44428         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44429         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44430         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44431         using __copysign.
44432         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44433         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44434         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44435         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44436         and __inv.
44437         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44438         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44439         __copysign.
44440         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44441         define aliases when function name is a macro.
44442         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44443         sysdeps/ieee754/dbl-64/sincos.tbl.
44444         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44445         fma4-enabled routines.
44446         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44447         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44448         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44449         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44450         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44451         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44452         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44453         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44454         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44455         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44456         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44457         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44458         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44459         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44460         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44461         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44462         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44463         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44464         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44465         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44466         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44467         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44468         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44469         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44470         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44471         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44472         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44473         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44474         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44475         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44476
44477         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44478         rename.
44479         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44480         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44481         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44482         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44483         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44484         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44485         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44486         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44487
44488 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44489
44490         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44491
44492 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44493
44494         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44495
44496         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44497         prediction.
44498         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44499
44500         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44501         Remove unused variable magic_bits.
44502         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44503
44504         * string/strnlen.c: Define and use STRNLEN macro.
44505         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44506         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44507         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44508         * wcsmbs/wcslen.c: Define and use WCSLEN.
44509         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44510         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44511         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44512         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44513         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44514         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44515         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44516
44517 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44518
44519         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44520         strnlen-sse2-no-bsf.
44521         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44522         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44523         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44524         Add strnlen support.
44525         (USE_AS_STRNLEN): New macro.
44526         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44527         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44528         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44529         * sysdeps/x86_64/wcslen.S: New file.
44530
44531 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44532
44533         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44534         XMM-moves are used for copying on small sizes.
44535
44536 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44537
44538         * wcsmbs/Makefile (strop-tests): Add wcschr.
44539         * wcsmbs/test-wcschr.c: New file.
44540         * string/test-strchr.c: Update.
44541         Add wcschr support.
44542         (WIDE): New macro.
44543
44544 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44545
44546         * wcsmbs/Makefile (strop-tests): Add wcslen.
44547         * wcsmbs/test-wcslen.c: New file.
44548         * string/test-strlen.c: Update.
44549         Add wcslen support.
44550         (WIDE): New macro.
44551
44552 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44553
44554         * po/it.po: Update from translation team.
44555
44556 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44557
44558         * sysdeps/x86_64/wcscmp.S: Update.
44559         Fix wrong comparison semantics.
44560         wcscmp shall use signed comparison not unsigned.
44561         Don't use substraction to avoid overflow bug.
44562         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44563         * wcsmbc/wcscmp.c: Likewise.
44564         * string/test-strcmp.c: Likewise.
44565         Add new tests to check cases with negative values.
44566
44567 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44568
44569         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44570         * sysdeps/x86_64/dla.h: ...here.  New file.
44571         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44572         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44573         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44574         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44575         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44576         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44577         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44578         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44579         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44580
44581 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44582
44583         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44584         __ynl_finite aliases.
44585
44586 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44587
44588         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44589
44590         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44591         define DLA_FMA.
44592         [DLA_FMA] (EMULV): Use DLA_FMA.
44593         [DLA_FMA] (MUL12): Use EMULV.
44594         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44595         that are not needed.
44596         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44597         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44598         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44599         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44600         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44601         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44602         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44603
44604 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44605
44606         * math/s_nan.c: Undef __nan.
44607         * math/s_nanf.c: Undef __nanf.
44608         * math/s_nanl.c: Undef __nanl.
44609         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44610         "math_private.h".
44611
44612 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44613
44614         * math/s_catan.c: Add branch predictions.
44615         * math/s_catanf.c: Likewise.
44616         * math/s_catanh.c: Likewise.
44617         * math/s_catanhf.c: Likewise.
44618         * math/s_catanhl.c: Likewise.
44619         * math/s_catanl.c: Likewise.
44620         * math/s_cexp.c: Likewise.
44621         * math/s_cexpf.c: Likewise.
44622         * math/s_cexpl.c: Likewise.
44623         * math/s_clog.c: Likewise.
44624         * math/s_clog10.c: Likewise.
44625         * math/s_clog10f.c: Likewise.
44626         * math/s_clog10l.c: Likewise.
44627         * math/s_clogf.c: Likewise.
44628         * math/s_clogl.c: Likewise.
44629         * math/s_csqrt.c: Likewise.
44630         * math/s_csqrtf.c: Likewise.
44631         * math/s_csqrtl.c: Likewise.
44632         * math/s_ctanf.c: Likewise.
44633         * math/s_ctanh.c: Likewise.
44634         * math/s_ctanhf.c: Likewise.
44635         * math/s_ctanhl.c: Likewise.
44636         * math/s_ctanl.c: Likewise.
44637
44638         * math/math_private.h: Define __nan, __nanf, __nanl.
44639         * math/s_cacosh.c: Include <math_private.h>.
44640         * math/s_cacoshl.c: Likewise.
44641         * math/s_casinh.c: Likewise.
44642         * math/s_casinhf.c: Likewise.
44643         * math/s_casinhl.c: Likewise.
44644         * math/s_ccos.c: Rely entire on ccosh.
44645         * math/s_ccosf.c: Rely entire on ccoshf.
44646         * math/s_ccosl.c: Rely entirely on ccoshl.
44647         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44648         Remove tests for FE_INVALID.
44649         * math/s_ccoshf.c: Likewise.
44650         * math/s_ccoshl.c: Likewise.
44651         * math/s_csin.c: Likewise.
44652         * math/s_csinf.c: Likewise.
44653         * math/s_csinh.c Likewise.
44654         * math/s_csinhf.c: Likewise.
44655         * math/s_csinhl.c: Likewise.
44656         * math/s_csinl.c: Likewise.
44657         * math/s_ctan.c: Likewise.
44658         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44659         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44660         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44661
44662 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44663
44664         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44665         compilation problems.
44666
44667         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44668         __builtin_expect.
44669
44670 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44671
44672         * sysdeps/i386/configure.in: Test for -mfma4 option.
44673         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44674         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44675         COMMON_CPUID_INDEX_80000001.
44676         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44677         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44678         use it if FMA3 is not supported.
44679         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44680
44681         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44682         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44683
44684 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44685
44686         [BZ #12892]
44687         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44688         it would create a cycle with a link time dependency.
44689
44690 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44691
44692         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44693         instruction.
44694         * string/Makefile (strop-tests): Add rawmemchr.
44695         * string/test-rawmemchr.c: New file.
44696
44697         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44698         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44699         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44700         when compiling str{,n}casecmp and when AVX is available.  Hook up
44701         new optimized code in initializers.
44702
44703 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44704
44705         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44706         __feraiseexcept instead of feraiseexcept.
44707
44708 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44709
44710         * math/math_private.h: Define defaults for libc_fetestexcept and
44711         libc_feupdateenv.
44712         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44713         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44714         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44715         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44716         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44717         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44718         libc_fetestexcept and libc_feupdateenv.
44719
44720         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44721         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44722         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44723         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44724         libc_feholdexcept_setround.
44725
44726         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44727         Add s_nearbyint-c and s_nearbyintf-c.
44728         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44729         nearbyintf inlines.
44730         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44731         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44732         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44733         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44734
44735         * math/math_private.h: Define defaults for libc_fegetround,
44736         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44737         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44738         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44739         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44740         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44741         standard functions.
44742         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44743         Remove comments and hacks for old compiler versions.
44744         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44745         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44746         libc_feholdexceptl.
44747
44748 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44749
44750         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44751         (__feraiseexcept_renamed): Add __NTH.
44752         (feraiseexcept): Add __NTH.  Rename local variables to fix
44753         namespace violations.
44754
44755 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44756
44757         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44758
44759         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44760
44761         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44762         recently added interfaces.
44763         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44764
44765         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44766         about macro parameter expansion.
44767
44768         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44769         __NO_MATH_INLINES is defined.  Cleanups.
44770
44771         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44772         and __floorf is target has SSE4.1.
44773         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44774         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44775         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44776         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44777
44778         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44779         name.
44780         (floorf): Likewise.
44781
44782         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44783
44784 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44785
44786         * misc/sys/cdefs.h: Fix last change.
44787
44788         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44789         database lookup.
44790
44791 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44792
44793         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44794
44795         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44796         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44797         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44798         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44799         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44800         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44801         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44802         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44803         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44804         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44805         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44806         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44807         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44808         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44809         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44810         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44811         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44812         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44813         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44814         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44815         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44816         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44817
44818         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44819         ceil, ceilf, floor, floorf.
44820
44821         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44822         Perform IRELATIVE relocations last.
44823
44824         * elf/do-rel.h: Add another parameter nrelative, replacing the
44825         local variable with the same name.  Change name of the function
44826         to end in Rel or Rela (uppercase).
44827         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44828         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44829         elf_dynamic_do_##reloc function.
44830
44831 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44832
44833         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44834         is sufficient, at least on modern CPUs.
44835
44836         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44837
44838         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44839         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44840
44841         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44842         __expl_finite.
44843         * math/bits/math-finite.h: Add entries for exp.
44844         * math/e_expl.c: Add __*_finite alias.
44845         * sysdeps/i386/fpu/e_exp.S: Likewise.
44846         * sysdeps/i386/fpu/e_expf.S: Likewise.
44847         * sysdeps/i386/fpu/e_expl.c: Likewise.
44848         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44849         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44850         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44851         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44852         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44853         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44854         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44855
44856         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44857         is sufficient, at least on modern CPUs.
44858
44859         * ctype/ctype-info.c (__ctype_init): Define.
44860         * include/ctype.h (__ctype_init): Declare.
44861         (__ctype_b_loc): The variable is always initialized.
44862         (__ctype_toupper_loc): Likewise.
44863         (__ctype_tolower_loc): Likewise.
44864         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44865         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44866
44867 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44868
44869         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44870
44871         * configure.in: Also look in $cxxmachine/include for C++ system
44872         headers.
44873
44874 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44875
44876         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44877         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44878         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44879         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44880         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44881         (USE_AS_WMEMCMP): New macro.
44882         Fixing indents.
44883         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44884         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44885         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44886         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44887         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44888         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44889         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44890         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44891         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44892         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44893         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44894         (USE_AS_WMEMCMP): New macro.
44895         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44896         * sysdeps/string/test-memcmp.c: Update.
44897         Fix simple_wmemcmp.
44898         Add new tests.
44899         * wcsmbs/wmemcmp.c: Update.
44900         (WMEMCMP): New macro.
44901         Fix overflow bug.
44902
44903 2011-10-12  Andreas Jaeger  <aj@suse.de>
44904
44905         [BZ #13268]
44906         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44907
44908 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44909
44910         * libio/iofwide.c (do_length): Avoid warning.
44911
44912         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44913
44914 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44915
44916         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44917
44918         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44919         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44920         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44921         * sysdeps/i386/i686/fpu/e_log.S: New file.
44922         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44923         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44924
44925         * ctype/ctype.h: Add support for inlined isXXX functions when
44926         compiling C++ code.
44927
44928 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44929
44930         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44931
44932         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44933
44934 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44935
44936         [BZ #13291]
44937         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44938
44939 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44940
44941         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44942         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44943         feraiseexcept.
44944
44945         * sysdeps/x86_64/memrchr.S: Check for zero size.
44946
44947         * string/stratcliff.c: Add memrchr tests.
44948
44949 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44950
44951         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44952         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44953         rawmemchr-sse2 rawmemchr-sse2-bsf.
44954         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44955         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44956         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44957         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44958         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44959         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44960         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44961         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44962         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44963         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44964         * string/memrchr.c (MEMRCHR): New macro.
44965
44966 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44967
44968         Add integration with gcc's -ffinite-math-only and optimize wrapper
44969         functions in libm.
44970         * Versions.def: Define GLIBC_2.15 version for libm.
44971         * math/Makefile (headers): Add bits/math-finite.h.
44972         * math/bits/math-finite.h: New file.
44973         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44974         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44975         * math/e_acoshl.c: Add __*_finite alias.
44976         * math/e_acosl.c: Likewise.
44977         * math/e_asinl.c: Likewise.
44978         * math/e_atan2l.c: Likewise.
44979         * math/e_atanhl.c: Likewise.
44980         * math/e_coshl.c: Likewise.
44981         * math/e_exp10.c: Likewise.
44982         * math/e_exp10f.c: Likewise.
44983         * math/e_exp10l.c: Likewise.
44984         * math/e_exp2l.c: Likewise.
44985         * math/e_fmodl.c: Likewise.
44986         * math/e_gammal_r.c: Likewise.
44987         * math/e_hypotl.c: Likewise.
44988         * math/e_j0l.c: Likewise.
44989         * math/e_j1l.c: Likewise.
44990         * math/e_jnl.c: Likewise.
44991         * math/e_lgammal_r.c: Likewise.
44992         * math/e_log10l.c: Likewise.
44993         * math/e_log2l.c: Likewise.
44994         * math/e_logl.c: Likewise.
44995         * math/e_powl.c: Likewise.
44996         * math/e_sinhl.c: Likewise.
44997         * math/e_sqrtl.c: Likewise.
44998         * math/e_scalb.c: Completely rewritten and optimized.
44999         * math/e_scalbf.c: Likewise.
45000         * math/e_scalbl.c: Likewise.
45001         * math/w_acos.c: Likewise.
45002         * math/w_acosf.c: Likewise.
45003         * math/w_acosl.c: Likewise.
45004         * math/w_acosh.c: Likewise.
45005         * math/w_acoshf.c: Likewise.
45006         * math/w_acoshl.c: Likewise.
45007         * math/w_asin.c: Likewise.
45008         * math/w_asinf.c: Likewise.
45009         * math/w_asinl.c: Likewise.
45010         * math/w_atan2.c: Likewise.
45011         * math/w_atan2f.c: Likewise.
45012         * math/w_atan2l.c: Likewise.
45013         * math/w_atanh.c: Likewise.
45014         * math/w_atanhf.c: Likewise.
45015         * math/w_atanhl.c: Likewise.
45016         * math/w_exp10.c: Likewise.
45017         * math/w_exp10f.c: Likewise.
45018         * math/w_exp10l.c: Likewise.
45019         * math/w_fmod.c: Likewise.
45020         * math/w_fmodf.c: Likewise.
45021         * math/w_fmodl.c: Likewise.
45022         * math/w_j0.c: Likewise.
45023         * math/w_j0f.c: Likewise.
45024         * math/w_j0l.c: Likewise.
45025         * math/w_j1.c: Likewise.
45026         * math/w_j1f.c: Likewise.
45027         * math/w_j1l.c: Likewise.
45028         * math/w_jn.c: Likewise.
45029         * math/w_jnf.c: Likewise.
45030         * math/w_log.c: Likewise.
45031         * math/w_logf.c: Likewise.
45032         * math/w_logl.c: Likewise.
45033         * math/w_log10.c: Likewise.
45034         * math/w_log10f.c: Likewise.
45035         * math/w_log10l.c: Likewise.
45036         * math/w_log2.c: Likewise.
45037         * math/w_log2f.c: Likewise.
45038         * math/w_log2l.c: Likewise.
45039         * math/w_pow.c: Likewise.
45040         * math/w_powf.c: Likewise.
45041         * math/w_powl.c: Likewise.
45042         * math/w_remainder.c: Likewise.
45043         * math/w_remainderf.c: Likewise.
45044         * math/w_remainderl.c: Likewise.
45045         * math/w_scalb.c: Likewise.
45046         * math/w_scalbf.c: Likewise.
45047         * math/w_scalbl.c: Likewise.
45048         * math/w_sqrt.c: Likewise.
45049         * math/w_sqrtf.c: Likewise.
45050         * math/w_sqrtl.c: Likewise.
45051         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45052         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45053         used.
45054         * math/math_private.h: Declare __kernel_standard_f.
45055         * math/w_cosh.c: Remove cruft and optimize a bit.
45056         * math/w_coshf.c: Likewise.
45057         * math/w_coshl.c: Likewise.
45058         * math/w_exp2.c: Likewise.
45059         * math/w_exp2f.c: Likewise.
45060         * math/w_exp2l.c: Likewise.
45061         * math/w_hypot.c: Likewise.
45062         * math/w_hypotf.c: Likewise.
45063         * math/w_hypotl.c: Likewise.
45064         * math/w_lgamma.c: Likewise.
45065         * math/w_lgamma_r.c: Likewise.
45066         * math/w_lgammaf.c: Likewise.
45067         * math/w_lgammaf_r.c: Likewise.
45068         * math/w_lgammal.c: Likewise.
45069         * math/w_lgammal_r.c: Likewise.
45070         * math/w_sinh.c: Likewise.
45071         * math/w_sinhf.c: Likewise.
45072         * math/w_sinhl.c: Likewise.
45073         * math/w_tgamma.c: Likewise.
45074         * math/w_tgammaf.c: Likewise.
45075         * math/w_tgammal.c: Likewise.
45076         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45077         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45078         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45079         Minor optimizations.  Pretty printing.  Remove cruft.
45080         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45081         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45082         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45083         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45084         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45085         * sysdeps/i386/fpu/e_asin.S: Likewise.
45086         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45087         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45088         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45089         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45090         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45091         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45092         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45093         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45094         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45095         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45096         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45097         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45098         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45099         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45100         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45101         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45102         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45103         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45104         * sysdeps/i386/fpu/e_log.S: Likewise.
45105         * sysdeps/i386/fpu/e_log10.S: Likewise.
45106         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45107         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45108         * sysdeps/i386/fpu/e_log2.S: Likewise.
45109         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45110         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45111         * sysdeps/i386/fpu/e_logf.S: Likewise.
45112         * sysdeps/i386/fpu/e_logl.S: Likewise.
45113         * sysdeps/i386/fpu/e_pow.S: Likewise.
45114         * sysdeps/i386/fpu/e_powf.S: Likewise.
45115         * sysdeps/i386/fpu/e_powl.S: Likewise.
45116         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45117         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45118         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45119         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45120         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45121         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45122         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45123         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45124         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45125         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45126         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45127         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45128         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45129         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45130         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45131         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45132         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45133         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45134         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45135         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45136         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45137         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45138         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45139         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45140         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45141         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45142         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45143         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45144         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45145         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45146         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45147         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45148         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45149         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45150         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45151         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45152         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45153         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45154         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45155         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45156         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45157         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45158         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45159         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45160         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45161         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45162         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45163         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45164         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45165         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45166         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45167         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45168         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45169         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45170         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45171         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45172         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45173         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45174         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45175         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45176         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45177         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45178         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45179         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45180         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45181         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45182         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45183         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45184         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45185         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45186         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45187         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45188         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45189         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45190         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45191         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45192         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45193         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45194         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45195         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45196         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45197         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45198         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45199         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45200         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45201         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45202         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45203         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45204         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45205         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45206         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45207         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45208         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45209         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45210         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45211         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45212         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45213         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45214         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45215         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45216         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45217         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45218         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45219         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45220         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45221         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45222         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45223         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45224         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45225         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45226         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45227         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45228         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45229         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45230         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45231         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45232         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45233         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45234         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45235         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45236         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45237         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45238         (__isnanf): Likewise.
45239         (__isinf_ns): Likewise.
45240         (__isinf_nsf): Likewise.
45241         (__finite): Likewise.
45242         (__finitef): Likewise.
45243         (__ieee754_sqrt): Define as macro.
45244         (__ieee754_sqrtf): Define as macro.
45245         (__ieee754_sqrtl): Define as macro.
45246         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45247         inlined copy.
45248         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45249         __FINITE_MATH_ONLY__ consistent.
45250         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45251
45252 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45253
45254         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45255         of rawmemchr.
45256
45257         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45258
45259 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45260
45261         * po/ja.po: Update from translation team.
45262
45263 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45264
45265         * locale/programs/locarchive.c (prepare_address_space): New function.
45266         (create_archive, enlarge_archive, open_archive): Use it.
45267
45268         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45269         inside [SHARED], where it is used.
45270
45271         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45272
45273         * nss/getent.c (netgroup_keys): Remove unused variable.
45274         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45275
45276 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45277
45278         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45279         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45280         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45281         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45282         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45283         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45284         * math/Makefile (libm-calls): Add s_isinf_ns.
45285         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45286         * math/multc3.c: Likewise.
45287         * math/s_casin.c: Likewise.
45288         * math/s_casinf.c: Likewise.
45289         * math/s_casinl.c: Likewise.
45290         * math/s_ccos.c: Likewise.
45291         * math/s_ccosf.c: Likewise.
45292         * math/s_ccosl.c: Likewise.
45293         * math/s_ctan.c: Likewise.
45294         * math/s_ctanf.c: Likewise.
45295         * math/s_ctanh.c: Likewise.
45296         * math/s_ctanhf.c: Likewise.
45297         * math/s_ctanhl.c: Likewise.
45298         * math/s_ctanl.c: Likewise.
45299         * math/w_fmod.c: Likewise.
45300         * math/w_fmodf.c: Likewise.
45301         * math/w_fmodl.c: Likewise.
45302         * math/w_remainder.c: Likewise.
45303         * math/w_remainderf.c: Likewise.
45304         * math/w_remainderl.c: Likewise.
45305         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45306         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45307         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45308         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45309         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45310         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45311         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45312         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45313
45314         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45315         of the number.
45316         * stdio-common/printf_fphex.c: Likewise.
45317         * stdio-common/printf_size.c: Likewise.
45318
45319         * math/e_exp10.c: Include math_private.h using <...> not "...".
45320         * math/e_exp10f.c: Likewise.
45321         * math/e_exp10l.c: Likewise.
45322         * math/e_exp2l.c: Likewise.
45323         * math/e_j0l.c: Likewise.
45324         * math/e_j1l.c: Likewise.
45325         * math/e_jnl.c: Likewise.
45326         * math/e_lgammal_r.c: Likewise.
45327         * math/e_rem_pio2l.c: Likewise.
45328         * math/e_scalb.c: Likewise.
45329         * math/e_scalbf.c: Likewise.
45330         * math/e_scalbl.c: Likewise.
45331         * math/k_cosl.c: Likewise.
45332         * math/k_sinl.c: Likewise.
45333         * math/k_tanl.c: Likewise.
45334         * math/s_cacoshf.c: Likewise.
45335         * math/s_catan.c: Likewise.
45336         * math/s_catanf.c: Likewise.
45337         * math/s_catanh.c: Likewise.
45338         * math/s_catanhf.c: Likewise.
45339         * math/s_catanhl.c: Likewise.
45340         * math/s_catanl.c: Likewise.
45341         * math/s_ccosh.c: Likewise.
45342         * math/s_ccoshf.c: Likewise.
45343         * math/s_ccoshl.c: Likewise.
45344         * math/s_cexp.c: Likewise.
45345         * math/s_cexpf.c: Likewise.
45346         * math/s_cexpl.c: Likewise.
45347         * math/s_clog.c: Likewise.
45348         * math/s_clog10.c: Likewise.
45349         * math/s_clog10f.c: Likewise.
45350         * math/s_clog10l.c: Likewise.
45351         * math/s_clogf.c: Likewise.
45352         * math/s_clogl.c: Likewise.
45353         * math/s_csin.c: Likewise.
45354         * math/s_csinf.c: Likewise.
45355         * math/s_csinh.c: Likewise.
45356         * math/s_csinhf.c: Likewise.
45357         * math/s_csinhl.c: Likewise.
45358         * math/s_csinl.c: Likewise.
45359         * math/s_csqrt.c: Likewise.
45360         * math/s_csqrtf.c: Likewise.
45361         * math/s_csqrtl.c: Likewise.
45362         * math/s_ctan.c: Likewise.
45363         * math/s_ctanf.c: Likewise.
45364         * math/s_ctanh.c: Likewise.
45365         * math/s_ctanhf.c: Likewise.
45366         * math/s_ctanhl.c: Likewise.
45367         * math/s_ctanl.c: Likewise.
45368         * math/s_ldexp.c: Likewise.
45369         * math/s_ldexpf.c: Likewise.
45370         * math/s_ldexpl.c: Likewise.
45371         * math/s_significand.c: Likewise.
45372         * math/s_significandf.c: Likewise.
45373         * math/s_significandl.c: Likewise.
45374         * math/w_acos.c: Likewise.
45375         * math/w_acosf.c: Likewise.
45376         * math/w_acosh.c: Likewise.
45377         * math/w_acoshf.c: Likewise.
45378         * math/w_acoshl.c: Likewise.
45379         * math/w_acosl.c: Likewise.
45380         * math/w_asin.c: Likewise.
45381         * math/w_asinf.c: Likewise.
45382         * math/w_asinl.c: Likewise.
45383         * math/w_atan2.c: Likewise.
45384         * math/w_atan2f.c: Likewise.
45385         * math/w_atan2l.c: Likewise.
45386         * math/w_atanh.c: Likewise.
45387         * math/w_atanhf.c: Likewise.
45388         * math/w_atanhl.c: Likewise.
45389         * math/w_cosh.c: Likewise.
45390         * math/w_coshf.c: Likewise.
45391         * math/w_coshl.c: Likewise.
45392         * math/w_dremf.c: Likewise.
45393         * math/w_exp10.c: Likewise.
45394         * math/w_exp10f.c: Likewise.
45395         * math/w_exp10l.c: Likewise.
45396         * math/w_exp2.c: Likewise.
45397         * math/w_exp2f.c: Likewise.
45398         * math/w_fmod.c: Likewise.
45399         * math/w_fmodf.c: Likewise.
45400         * math/w_fmodl.c: Likewise.
45401         * math/w_hypot.c: Likewise.
45402         * math/w_hypotf.c: Likewise.
45403         * math/w_hypotl.c: Likewise.
45404         * math/w_j0.c: Likewise.
45405         * math/w_j0f.c: Likewise.
45406         * math/w_j0l.c: Likewise.
45407         * math/w_j1.c: Likewise.
45408         * math/w_j1f.c: Likewise.
45409         * math/w_j1l.c: Likewise.
45410         * math/w_jn.c: Likewise.
45411         * math/w_jnf.c: Likewise.
45412         * math/w_jnl.c: Likewise.
45413         * math/w_lgamma.c: Likewise.
45414         * math/w_lgamma_r.c: Likewise.
45415         * math/w_lgammaf.c: Likewise.
45416         * math/w_lgammaf_r.c: Likewise.
45417         * math/w_lgammal.c: Likewise.
45418         * math/w_lgammal_r.c: Likewise.
45419         * math/w_log.c: Likewise.
45420         * math/w_log10.c: Likewise.
45421         * math/w_log10f.c: Likewise.
45422         * math/w_log10l.c: Likewise.
45423         * math/w_log2.c: Likewise.
45424         * math/w_log2f.c: Likewise.
45425         * math/w_log2l.c: Likewise.
45426         * math/w_logf.c: Likewise.
45427         * math/w_logl.c: Likewise.
45428         * math/w_pow.c: Likewise.
45429         * math/w_powf.c: Likewise.
45430         * math/w_powl.c: Likewise.
45431         * math/w_remainder.c: Likewise.
45432         * math/w_remainderf.c: Likewise.
45433         * math/w_remainderl.c: Likewise.
45434         * math/w_scalb.c: Likewise.
45435         * math/w_scalbf.c: Likewise.
45436         * math/w_scalbl.c: Likewise.
45437         * math/w_sinh.c: Likewise.
45438         * math/w_sinhf.c: Likewise.
45439         * math/w_sinhl.c: Likewise.
45440         * math/w_sqrt.c: Likewise.
45441         * math/w_sqrtf.c: Likewise.
45442         * math/w_sqrtl.c: Likewise.
45443         * math/w_tgamma.c: Likewise.
45444         * math/w_tgammaf.c: Likewise.
45445         * math/w_tgammal.c: Likewise.
45446
45447         * po/ja.po: Update from translation team.
45448
45449 2011-09-29  Andreas Jaeger  <aj@suse.de>
45450
45451         [BZ #13179]
45452         * sunrpc/netname.c (netname2host): Fix logic.
45453
45454         [BZ #6779]
45455         [BZ #6783]
45456         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45457         correctly.
45458         * math/w_remainder.c (__remainder): Likewise.
45459         * math/w_remainderf.c (__remainderf): Likewise.
45460         * math/libm-test.inc (remainder_test): Add test cases.
45461
45462 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45463
45464         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45465         sdiv_qrnnd.
45466
45467 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45468
45469         * string/test-memcmp.c: Avoid unncessary #defines.
45470         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45471
45472 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45473
45474         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45475         Use new sse2 version for core i3 - i7 as it's faster
45476         than sse42 version.
45477         (bit_Prefer_PMINUB_for_stringop): New.
45478         * sysdeps/x86_64/rawmemchr.S: Update.
45479         Replace with faster SSE2 version.
45480         * sysdeps/x86_64/memrchr.S: New file.
45481         * sysdeps/x86_64/memchr.S: Update.
45482         Replace with faster SSE2 version.
45483
45484 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45485
45486         * elf/dl-load.c (lose): Add cast to avoid warning.
45487
45488 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45489
45490         * po/ca.po: Update from translation team.
45491
45492         * inet/getnetgrent_r.c: Hook up nscd.
45493         * nscd/Makefile (routines): Add nscd_netgroup.
45494         (nscd-modules): Add netgroupcache.
45495         (CFLAGS-netgroupcache.c): Define.
45496         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45497         (cache_search): Add const to second parameter.
45498         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45499         INNETGR.
45500         (dbs): Add netgrdb entry.
45501         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45502         (verify_persistent_db): Handle netgrdb.
45503         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45504         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45505         GETFDNETGR.
45506         (netgroup_response_header): Define.
45507         (innetgroup_response_header): Define.
45508         (datahead): Add netgroup_response_header and innetgroup_response_header
45509         elements.
45510         * nscd/nscd.conf: Add entries for netgroup cache.
45511         * nscd/nscd.h (dbtype): Add netgrdb.
45512         (_PATH_NSCD_NETGROUP_DB): Define.
45513         (netgroup_iov_disabled): Declare.
45514         (xmalloc, xcalloc, xrealloc): Move declarations here.
45515         (cache_search): Adjust prototype.
45516         Add netgroup-related prototypes.
45517         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45518         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45519         (__nscd_innetgr): Declare.
45520         * nscd/selinux.c (perms): Use access_vector_t as element type and
45521         add netgroup-related initializers.
45522         * nscd/netgroupcache.c: New file.
45523         * nscd/nscd_netgroup.c: New file.
45524         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45525         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45526         For four parameters use innetgr.
45527         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45528         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45529         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45530         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45531
45532         * nscd/connections.c (register_traced_file): Don't register file
45533         for disabled databases.
45534
45535 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45536
45537         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45538
45539         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45540         from tree and freeing node.
45541
45542 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45543
45544         * nss/nsswitch.c (__nss_database_lookup): Handle
45545         nss_parse_service_list out of memory case.
45546
45547 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45548
45549         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45550         out of memory case.
45551
45552 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45553
45554         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45555         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45556         pass it down.
45557         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45558         elf_machine_rela, elf_machine_lazy_rel.
45559         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45560         (ELF_DYNAMIC_DO_REL): Likewise.
45561         (ELF_DYNAMIC_DO_RELA): Likewise.
45562         (ELF_DYNAMIC_RELOCATE): Likewise.
45563         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45564         to ELF_DYNAMIC_DO_REL.
45565         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45566         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45567         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45568         elf_machine_rela.
45569         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45570         skip_ifunc, don't call ifunc function if non-zero.
45571         (elf_machine_rela): Likewise.
45572         (elf_machine_lazy_rel): Likewise.
45573         (elf_machine_lazy_rela): Likewise.
45574         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45575         (elf_machine_lazy_rel): Likewise.
45576         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45577         Likewise.
45578         (elf_machine_lazy_rel): Likewise.
45579         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45580         Likewise.
45581         (elf_machine_lazy_rel): Likewise.
45582         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45583         (elf_machine_lazy_rel): Likewise.
45584         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45585         (elf_machine_lazy_rel): Likewise.
45586         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45587         (elf_machine_lazy_rel): Likewise.
45588         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45589         (elf_machine_lazy_rel): Likewise.
45590         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45591         (elf_machine_lazy_rel): Likewise.
45592         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45593         (elf_machine_lazy_rel): Likewise.
45594
45595 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45596
45597         * nss/nss_files/files-init.c (_nss_files_init): Use static
45598         initialization for all the *_traced_file variables.
45599
45600 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45601
45602         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45603
45604 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45605
45606         [BZ #13226]
45607         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45608
45609 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45610
45611         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45612         Reread the line before reparsing it.
45613
45614 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45615
45616         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45617
45618 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45619             Maxim Kuvyrkov  <maxim@codesourcery.com>
45620             Joseph Myers  <joseph@codesourcery.com>
45621
45622         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45623         if needed for __stack_chk_guard.
45624
45625 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45626
45627         * sysdeps/posix/spawni.c (script_execute): Always define it.
45628         It will be optimized away if unused.
45629         (maybe_script_execute): New function.
45630         (__spawni): Call it.
45631
45632         * Makerules: Don't include tls.make.
45633         (config-tls): Always set to thread.
45634         * tls.make.c: File removed.
45635
45636 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45637
45638         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45639         * config.make.in (CPPFLAGS-config): New substituted variable.
45640
45641 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45642
45643         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45644
45645         [BZ #13192]
45646         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45647         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45648
45649 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45650
45651         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45652         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45653         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45654         (CALL_FAIL): Likewise.
45655         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45656         (CALL_FAIL): Macro removed.
45657         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45658
45659 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45660
45661         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45662         for __FINITE_MATH_ONLY__ == 1.
45663
45664 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45665
45666         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45667         __ieee754_sqrt instead of sqrt.
45668         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45669         __ieee754_sqrtf instead of sqrtf.
45670         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45671         __floorf instead of floorf.
45672         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45673         __floorf, __truncf instead of floorf, truncf.
45674
45675 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45676
45677         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45678
45679         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45680         __extern_always_inline.
45681         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45682         32-bit.
45683
45684 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45685
45686         * elf/rtld.c (dl_main): Also relocate in dependency order when
45687         doing symbol dependency testing.
45688
45689 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45690
45691         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45692         Always define `refsym'.
45693
45694 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45695
45696         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45697         (__FD_ELT): Renamed from __FDELT.
45698         * misc/bits/select2.h (__FD_ELT): Likewise.
45699         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45700         __FD_MASK instead of __FDELT, __FDMASK.
45701         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45702         Likewise.
45703         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45704         Likewise.
45705
45706         * elf/Makefile (gen-ldd): Fix pattern.
45707
45708         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45709         (init_tls): Likewise.
45710
45711 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45712
45713         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45714
45715 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45716
45717         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45718         `struct cmsghdr *' instead of `void *'.
45719         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45720         Likewise.
45721
45722 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45723
45724         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45725         if non-absolute.
45726         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45727         ldd_rewrite_script.
45728
45729 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45730
45731         * configure.in: Remove --with-tls option.
45732         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45733         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45734         out in case it is missing.
45735         * sysdeps/ia64/elf/configure.in: Likewise.
45736         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45737         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45738         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45739         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45740         * sysdeps/sh/elf/configure.in: Likewise.
45741         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45742         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45743         * sysdeps/x86_64/elf/configure.in: Likewise.
45744         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45745         * sysdeps/mach/hurd/tls.h: Likewise.
45746
45747         [BZ #13067]
45748         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45749
45750         [BZ #13090]
45751         * configure.in: Fix use of AC_INIT.
45752
45753         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45754
45755 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45756
45757         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45758         __set_errno.
45759         * malloc/hooks.c: Likewise.
45760
45761         [BZ #11929]
45762         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45763         variables statically.
45764         (narenas): Initialize.
45765         (list_lock): Initialize.
45766         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45767         initializtion of main_arena and list_lock.  Small cleanups.
45768         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45769         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45770         Add initializers to main_arena and mp_.
45771         (malloc_state): Remove pagesize member.  Change all users to use
45772         GLRO(dl_pagesize).
45773
45774         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45775         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45776         is always initialized.
45777
45778         * malloc/malloc.c: Removed unused configurations and dead code.
45779         * malloc/arena.c: Likewise.
45780         * malloc/hooks.c: Likewise.
45781         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45782
45783         * include/tls.h: Removed.  USE___THREAD must always be defined.
45784         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45785         * elf/dl-libc.c: Likewise.
45786         * elf/dl-tsd.c: Likewise.
45787         * include/errno.h: Likewise.
45788         * include/netdb.h: Likewise.
45789         * include/resolv.h: Likewise.
45790         * inet/herrno-loc.c: Likewise.
45791         * inet/herrno.c: Likewise.
45792         * malloc/arena.c: Likewise.
45793         * malloc/hooks.c: Likewise.
45794         * malloc/malloc.c: Likewise.
45795         * resolv/res-state.c: Likewise.
45796         * resolv/res_libc.c: Likewise.
45797         * sysdeps/i386/dl-machine.h: Likewise.
45798         * sysdeps/ia64/dl-machine.h: Likewise.
45799         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45800         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45801         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45802         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45803         * sysdeps/sh/dl-machine.h: Likewise.
45804         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45805         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45806         * sysdeps/unix/i386/sysdep.S: Likewise.
45807         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45808         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45809         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45810         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45811         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45812         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45813         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45814         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45815         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45816         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45817         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45818         * sysdeps/x86_64/dl-machine.h: Likewise.
45819         * tls.make.c: Likewise.
45820
45821         * configure.in: Remove --with-__thread option.  Make tests for
45822         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45823         tls_model attribute fail if no support is available.  Remove
45824         USE_IN_LIBIO.
45825         * Makeconfig: Adjust for dropped configure option.  All features are
45826         now mandatory.
45827         * Makerules: Likewise.
45828         * Versions.def: Likewise.
45829         * argp/argp-fmtstream.c: Likewise.
45830         * argp/argp-fmtstream.h: Likewise.
45831         * argp/argp-help.c: Likewise.
45832         * assert/assert.c: Likewise.
45833         * config.h.in: Likewise.
45834         * config.make.in: Likewise.
45835         * configure: Likewise.
45836         * configure.in: Likewise.
45837         * csu/Versions: Likewise.
45838         * csu/init.c: Likewise.
45839         * elf/tst-audit2.c: Likewise.
45840         * elf/tst-tls10.c: Likewise.
45841         * elf/tst-tls10.h: Likewise.
45842         * elf/tst-tls11.c: Likewise.
45843         * elf/tst-tls12.c: Likewise.
45844         * elf/tst-tls14.c: Likewise.
45845         * elf/tst-tlsmod11.c: Likewise.
45846         * elf/tst-tlsmod12.c: Likewise.
45847         * elf/tst-tlsmod13.c: Likewise.
45848         * elf/tst-tlsmod13a.c: Likewise.
45849         * elf/tst-tlsmod14a.c: Likewise.
45850         * elf/tst-tlsmod15b.c: Likewise.
45851         * elf/tst-tlsmod16a.c: Likewise.
45852         * elf/tst-tlsmod16b.c: Likewise.
45853         * elf/tst-tlsmod7.c: Likewise.
45854         * elf/tst-tlsmod8.c: Likewise.
45855         * elf/tst-tlsmod9.c: Likewise.
45856         * gmon/gmon.c: Likewise.
45857         * grp/fgetgrent_r.c: Likewise.
45858         * grp/putgrent.c: Likewise.
45859         * hurd/fopenport.c: Likewise.
45860         * include/libc-symbols.h: Likewise.
45861         * include/tls.h: Likewise.
45862         * intl/gettextP.h: Likewise.
45863         * intl/loadinfo.h: Likewise.
45864         * locale/global-locale.c: Likewise.
45865         * locale/localeinfo.h: Likewise.
45866         * mach/devstream.c: Likewise.
45867         * malloc/arena.c: Likewise.
45868         * malloc/set-freeres.c: Likewise.
45869         * misc/err.c: Likewise.
45870         * misc/getttyent.c: Likewise.
45871         * misc/mntent_r.c: Likewise.
45872         * posix/getopt.c: Likewise.
45873         * posix/wordexp.c: Likewise.
45874         * pwd/fgetpwent_r.c: Likewise.
45875         * resolv/Versions: Likewise.
45876         * resolv/res_hconf.c: Likewise.
45877         * shadow/fgetspent_r.c: Likewise.
45878         * shadow/putspent.c: Likewise.
45879         * stdio-common/printf_fphex.c: Likewise.
45880         * stdio-common/tmpfile.c: Likewise.
45881         * stdlib/abort.c: Likewise.
45882         * stdlib/fmtmsg.c: Likewise.
45883         * sunrpc/auth_unix.c: Likewise.
45884         * sunrpc/clnt_perr.c: Likewise.
45885         * sunrpc/clnt_tcp.c: Likewise.
45886         * sunrpc/clnt_udp.c: Likewise.
45887         * sunrpc/clnt_unix.c: Likewise.
45888         * sunrpc/openchild.c: Likewise.
45889         * sunrpc/svc_simple.c: Likewise.
45890         * sunrpc/svc_tcp.c: Likewise.
45891         * sunrpc/svc_udp.c: Likewise.
45892         * sunrpc/svc_unix.c: Likewise.
45893         * sunrpc/xdr.c: Likewise.
45894         * sunrpc/xdr_array.c: Likewise.
45895         * sunrpc/xdr_rec.c: Likewise.
45896         * sunrpc/xdr_ref.c: Likewise.
45897         * sunrpc/xdr_stdio.c: Likewise.
45898
45899 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45900
45901         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45902
45903 2011-07-03  Andreas Jaeger  <aj@suse.de>
45904
45905         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45906         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45907         regenerate with gen-libm-tests.pl.
45908
45909 2010-05-12  Petr Baudis  <pasky@suse.cz>
45910
45911         [BZ #11589]
45912         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45913         around j0() zero points by switching to j1().
45914         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45915         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45916         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45917         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45918
45919 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45920
45921         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45922         instead of 0.
45923         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45924         instead of 0.
45925         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45926         Patch in part by Pavel Roskin <proski@gnu.org>.
45927
45928         [BZ #13138]
45929         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45930         realloc.
45931         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45932         Free memory block if necessary.
45933
45934         [BZ #12847]
45935         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45936         be NULL.  Don't lock in this case.
45937
45938 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45939
45940         * elf/elf.h (ELFOSABI_GNU): New macro.
45941         (ELFOSABI_LINUX): Define to that.
45942
45943 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45944
45945         * string/strncat.c (strncat): Undef the symbol in case it has been
45946         defined in bits/string.h.
45947
45948 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45949
45950         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45951
45952         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45953         link map.
45954
45955 2011-08-17  Andreas Jaeger  <aj@suse.de>
45956
45957         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45958
45959 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45960             Ian Lance Taylor  <iant@google.com>
45961
45962         * math/libm-test.inc (lround_test): New testcase.
45963         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45964
45965 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45966
45967         * Makefile: Remove support for automatic cvs check-ins.
45968         * Makerules: Likewise.
45969         * config.make.in: Likewise.
45970         * configure.in: Likewise.
45971         * intl/Makefile: Likewise.
45972         * locale/Makefile: Likewise.
45973         * po/Makefile: Likewise.
45974         * posix/Makefile: Likewise.
45975         * sysdeps/gnu/Makefile: Likewise.
45976         * sysdeps/mach/hurd/Makefile: Likewise.
45977         * sysdeps/sparc/sparc32/Makefile: Likewise.
45978
45979         [BZ #13118]
45980         * posix/Makefile (bug-regex32-ENV): Define.
45981         Patch by John Stanley <jpsinthemix@verizon.net>.
45982
45983         * misc/Makefile (headers): Add bits/select2.h.
45984         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45985         * misc/bits/select2.h: New file.
45986         * include/bits/select2.h: New file.
45987         * debug/Makefile (routines): Add fdelt_chk.
45988         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45989         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45990         FD_ISSET.
45991         * debug/fdelt_chk.c: New file.
45992
45993         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
45994         * wcsmbs/test-wmemcmp.c: Likewise.
45995         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
45996         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
45997
45998 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45999
46000         * string/Makefile (strop-tests): Add memcmp.
46001         * string/test-wmemcmp.c: New file.
46002         * string/test-memcmp.c: Add wmemcmp support.
46003
46004 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46005
46006         [BZ #13153]
46007         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46008         2011-07-19 change.
46009
46010         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46011         garbage value in a __mach_port_mod_refs call in the cases of the
46012         task-self and thread-self ports.
46013
46014 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46015
46016         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46017
46018 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46019
46020         * elf/dl-load.c (lose): Check for non-null L.
46021
46022 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46023
46024         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46025
46026         * elf/dl-libc.c (dlerror_run): Pass back error code from
46027         dl_catch_error.
46028
46029         [BZ #13123]
46030         * elf/dl-load.c (lose): Free l_origin if it is valid.
46031
46032         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46033         names.
46034         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46035         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46036         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46037         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46038         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46039         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46040
46041 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46042
46043         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46044         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46045         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46046         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46047         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46048         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46049         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46050         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46051         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46052         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46053
46054 2011-08-15  Alan Modra  <amodra@gmail.com>
46055
46056         [BZ #13092]
46057         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46058         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46059         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46060         ppc_mcount to static-only-routines.
46061         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46062         __mcount_internal.
46063         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46064         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46065
46066 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46067
46068         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46069         for finite and infinity parameters.
46070
46071 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46072
46073         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46074         and add nop instructions for throughput optimization.
46075         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46076
46077 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46078
46079         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46080         aligned copy for power7 with vector-scalar instructions.
46081         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46082
46083 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46084
46085         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46086         AVX check.
46087
46088 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46089
46090         [BZ #13144]
46091         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46092         last change.
46093
46094 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46095
46096         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46097         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46098         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46099         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46100         clock_gettime.
46101
46102 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46103
46104         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46105         Forgot to demangle the pointer.
46106
46107         * sysdeps/i386/sysdep.h: Define atom_text_section.
46108         * sysdeps/x86_64/sysdep.h: Likewise.
46109         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46110         section with atom_text_section.
46111         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46112         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46113         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46114         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46115         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46116
46117         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46118         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46119         already be defined.  Change to take two parameters and don't assign
46120         result to variable.  Adjust all users.
46121         Define INTERNAL_GETTIME if not already defined.
46122         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46123         call.
46124         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46125         HAVE_CLOCK_GETTIME_VSYSCALL.
46126         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46127
46128         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46129         gettimeofday vsyscall, just use time.
46130
46131 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46132
46133         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46134         <errno.h>.
46135
46136 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46137
46138         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46139         syscall on x86-64.
46140         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46141         syscall.
46142         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46143         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46144         syscall if possible.
46145
46146 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46147
46148         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46149         e_ident.  Don't pass to find_mapsXX.
46150         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46151
46152 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46153
46154         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46155         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46156         * sysdeps/x86_64/multiarch/strchr.S: Update.
46157         Check bit_slow_BSF bit.
46158         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46159         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46160         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46161
46162 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46163
46164         [BZ #13134]
46165         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46166         before glibc 2.15.
46167         (tryshell): Define.
46168         (__spawni): Change last parameter to be flag.  Test
46169         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46170         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46171         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46172         * posix/spawni.c: Likewise.
46173         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46174         * posix/spawnp.c: Likewise.  Change normal version to use
46175         SPAWN_XFLAGS_USE_PATH.
46176         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46177         SPAWN_XFLAGS_TRY_SHELL.
46178
46179         [BZ #13150]
46180         * posix/glob.h: Remove gcc 1.x support.
46181
46182         [BZ #13068]
46183         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46184
46185 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46186
46187         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46188         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46189         strrchr-sse2-bsf
46190         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46191         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46192         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46193         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46194         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46195         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46196
46197 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46198
46199         * sysdeps/x86_64/wcscmp.S: New file.
46200
46201         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46202         wcscmp-c wcscmp-sse2
46203         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46204         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46205         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46206         * wcsmbs/wcscmp.c: Allow renaming.
46207
46208 2011-09-05  David S. Miller  <davem@davemloft.net>
46209
46210         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46211         stack slot, rather than the struct return pointer slot.
46212         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46213         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46214         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46215         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46216
46217 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46218
46219         * po/ja.po: Update from translation team.
46220
46221         [BZ #13144]
46222         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46223         kernel in 64-bit binaries.
46224
46225 2011-09-01  David S. Miller  <davem@davemloft.net>
46226
46227         * elf/elf.h (HWCAP_SPARC_*): Move to..
46228         * sysdeps/sparc/sysdep.h: this new file and add new values.
46229         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46230         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46231         _DL_HWCAP_COUNT to 24.
46232         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46233         entries.
46234         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46235         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46236         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46237         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46238         instead of magic constants.
46239         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46240
46241 2011-08-31  David S. Miller  <davem@davemloft.net>
46242
46243         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46244         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46245         Reimplement to do errno handling inline.
46246         (SYSCALL_ERROR_HANDLER): New macro.
46247         (__SYSCALL_STRING): Do not do errno handling in asm.
46248         (__CLONE_SYSCALL_STRING): Delete.
46249         (__INTERNAL_SYSCALL_STRING): Delete.
46250         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46251         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46252         (PSEUDO): Reimplement to do errno handling inline.
46253         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46254         (SYSCALL_ERROR_HANDLER): New macro.
46255         (__SYSCALL_STRING): Do not do errno handling in asm.
46256         (__CLONE_SYSCALL_STRING): Delete.
46257         (__INTERNAL_SYSCALL_STRING): Delete.
46258         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46259         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46260         i386.
46261         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46262         (inline_syscall*): Add 'err' argument.
46263         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46264         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46265         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46266         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46267
46268         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46269         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46270
46271 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46272
46273         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46274
46275 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46276
46277         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46278         directive.
46279
46280 2011-08-24  David S. Miller  <davem@davemloft.net>
46281
46282         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46283
46284 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46285
46286         * elf/Makefile: Add rules to build and run unload8 test.
46287         * elf/unload8.c: New file.
46288         * elf/unload8mod1.c: New file.
46289         * elf/unload8mod1x.c: New file.
46290         * elf/unload8mod2.c: New file.
46291         * elf/unload8mod3.c: New file.
46292
46293         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46294         it wasn't used.
46295
46296 2011-08-23  David S. Miller  <davem@davemloft.net>
46297
46298         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46299         subtract stack bias.
46300         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46301         %sp not %fp in calculations.
46302         (_JMPBUF_UNWINDS_ADJ): Likewise.
46303
46304         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46305         (aio_suspend): Call it to force an exception region around the
46306         AIO_MISC_WAIT() invocation.
46307
46308 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46309
46310         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46311         backslash.
46312
46313 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46314
46315         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46316         protection macro.
46317         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46318         and <dl-machine.h>.
46319         (Elf64_FuncDesc): Remove.
46320
46321 2011-08-22  David S. Miller  <davem@davemloft.net>
46322
46323         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46324         sigaltstack check, add missing cfi directives.
46325         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46326         missing cfi directives, and sigaltstack handling.
46327
46328 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46329
46330         [BZ #11724]
46331         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46332         object is seen twice.
46333         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46334
46335         * elf/Makefile (distribute): Add tst-initorder2.c.
46336         (tests): Add tst-initorder2.
46337         (modules-names): Add tst-initorder2a tst-initorder2b
46338         tst-initorder2c tst-initorder2d.  Add rules to build them.
46339         ($(objpfx)tst-initorder2.out): New rule.
46340         * elf/tst-initorder2.c: New file.
46341         * elf/tst-initorder2.exp: New file.
46342
46343 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46344
46345         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46346
46347         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46348         dependencies back to end of function.
46349
46350         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46351         $(elfobjdir)/ld.so.
46352
46353 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46354
46355         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46356         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46357         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46358         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46359         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46360         of __vdso_gettimeofday.
46361         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46362         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46363         attribute_hidden.
46364         (_libc_vdso_platform_setup): Remove initialization of
46365         __vdso_gettimeofday and __vdso_time.
46366
46367 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46368
46369         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46370         and fgetc_unlocked.
46371         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46372         getc_unlocked.
46373
46374         * elf/dl-open.c (add_to_global): Report additions to the global scope
46375         for LD_DEBUG=scopes.
46376         (dl_open_worker): Also print scope of newly loaded dependencies.
46377         (_dl_show_scope): Indicate if there is no scope.
46378
46379         [BZ #13114]
46380         * stdio-common/Makefile (tests): Add bug24.
46381         * stdio-common/bug24.c: New file.
46382
46383 2011-08-19  Andreas Jaeger  <aj@suse.de>
46384
46385         [BZ #13114]
46386         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46387         non-existant file when using close-on-exec mode.
46388
46389 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46390
46391         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46392         the very first instruction.
46393
46394         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46395         the CFI state in the end.
46396         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46397         inclusion of dl-trampoline.h.
46398         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46399
46400 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46401
46402         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46403         expectations for long double.
46404
46405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46406         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46407
46408 2011-08-14  David S. Miller  <davem@davemloft.net>
46409
46410         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46411         artificual limit depends upon the system page size.
46412
46413 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46414
46415         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46416         * resolv/Makefile: Define CFLAGS-libresolv.
46417
46418 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46419
46420         * nss/makedb.c (compute_tables): Make variables used in nested
46421         function static.
46422
46423 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46424
46425         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46426         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46427         if buffer was too small.
46428
46429         * elf/pldd.c (main): Attach to all threads in the process.
46430         Rewrite /proc handling to use *at functions.
46431
46432 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46433
46434         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46435         specifies first scope to show.
46436         (dl_open_worker): Update callers.  Move printing scope of new
46437         object to before the relocation.
46438         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46439         * sysdeps/generic/ldsodefs.h: Update declaration.
46440
46441         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46442         string for the scope number.
46443
46444 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46445
46446         * nscd/servicescache.c (cache_addserv): Make sure written is always
46447         initialized.
46448
46449 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46450
46451         * sysdeps/i386/i486/bits/atomic.h
46452         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46453         statement expression, so as to suppress "set but not used" warning.
46454         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46455
46456         * string/strncat.c (STRNCAT): Use prototype definition.
46457
46458         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46459         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46460         -Iprograms here.
46461         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46462         (localedef-modules): Add localedef.
46463         (locale-modules): Add locale.
46464
46465         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46466         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46467         to avoid a warning.
46468
46469 2011-08-14  David S. Miller  <davem@davemloft.net>
46470
46471         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46472         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46473
46474 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46475
46476         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46477         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46478         * elf/rtld.c (dl_main): Set l_name of vDSO.
46479         Call _dl_show_scope when DL_DEBUG_SCOPES.
46480         (process_dl_debug): Recognize scopes flag and also set it for all.
46481         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46482         Declare _dl_show_scope.
46483
46484         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46485         (do_dlopen): Pass caller_dlopen to dl_open.
46486         (__libc_dlopen_mode): Initialize caller_dlopen.
46487
46488         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46489         of libc.  Make tolower call locale-independent.  Optimize a bit by
46490         using isdigit instead of isalnum.
46491         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46492
46493 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46494
46495         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46496         was a dependency or dynamically loaded.
46497
46498 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46499
46500         * intl/l10nflist.c: Allow architecture-specific pop function.
46501         * sysdeps/x86_64/l10nflist.c: New file.
46502
46503         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46504         classification.
46505
46506 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46507
46508         * include/dirent.h: Add libc_hidden_proto for scandirat and
46509         scandirat64.  Don't declare __scandirat64.
46510         * dirent/scandirat.c: Add libc_hidden_def.
46511         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46512         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46513
46514 2011-08-10  David S. Miller  <davem@davemloft.net>
46515
46516         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46517         enum.
46518         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46519         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46520         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46521
46522 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46523
46524         * Versions.def [libc]: Add GLIBC_2.15.
46525         * dirent/Makefile (routines): Add scandirat and scandirat64.
46526         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46527         GLIBC_2.15.
46528         * dirent/dirent.h: Declare scandirat and scandirat64.
46529         * dirent/scandirat.c: New file.
46530         * dirent/scandirat64.c: New file.
46531         * sysdeps/wordsize-64/scandirat.c: New file.
46532         * sysdeps/wordsize-64/scandirat64.c: New file.
46533         * dirent/opendir.c: Define opendirat.
46534         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46535         using scandirat.
46536         * dirent/scandir64.c: Adjust for scandir.c change.
46537         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46538         __scandirat64, and __scandir_cancel_handler.
46539         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46540         additional parameter and use openat instead of open (outside of ld.so).
46541         Add new __opendir as wrapper around __opendirat.
46542         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46543         here without requiring old scandirat implementation.
46544
46545 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46546
46547         * dirent/scandir.c (cancel_handler): Renamed to
46548         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46549         defined.  Adjust users.
46550         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46551         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46552
46553 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46554
46555         * string/test-string.h (IMPL): Use __STRING to expand name and then
46556         stringify it.
46557
46558         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46559         of cleanups.
46560
46561 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46562
46563         * string/Makefile: Update.
46564         (strop-tests): Append strncat.
46565         * string/test-wcscmp.c: New file.
46566         New comprehensive test for wcscmp.
46567         * string/test-strcmp.c: Update.
46568         (WIDE): New define.
46569
46570 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46571
46572         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46573         line.
46574
46575 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46576
46577         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46578         encoding to ACE if AI_IDN.
46579
46580 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46581
46582         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46583         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46584
46585 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46586
46587         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46588         Fix overflow bug in strncat.
46589         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46590
46591         * string/test-strncat.c: Update.
46592         Add new tests for checking overflow bugs.
46593
46594 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46595
46596         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46597         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46598         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46599         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46600         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46601         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46602         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46603         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46604         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46605
46606         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46607         (USE_AS_STRCAT): Define.
46608         Add strcat and strncat support.
46609         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46610
46611 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46612
46613         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46614         __n bigger than INT_MAX+1.
46615         (__strncmp_g): Likewise.
46616
46617 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46618
46619         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46620         * libio/stido.h: Likewise.
46621
46622         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46623         (AF_NFC): Define.
46624         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46625         (AF_NFC): Define.
46626
46627         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46628         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46629         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46630         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46631         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46632
46633         [BZ #13021]
46634         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46635         installed.
46636
46637         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46638         typo.
46639         (_dl_x86_64_save_sse): Likewise.
46640
46641 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46642
46643         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46644         OSXSAVE.
46645         (_dl_x86_64_save_sse): Likewise.
46646
46647         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46648
46649         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46650
46651 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46652
46653         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46654         change.
46655         (_dl_x86_64_save_sse): Use correct AVX check.
46656
46657 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46658
46659         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46660         bug in strncpy/strncat.
46661         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46662
46663 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46664
46665         * string/tester.c (test_strcat): Add tests for different alignments
46666         of source and destination.
46667         (test_strncat): Likewise.
46668
46669 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46670
46671         [BZ #12852]
46672         * posix/glob.c (glob): Check passed in values before using them in
46673         expressions to avoid some overflows.
46674         (glob_in_dir): Likewise.
46675
46676         [BZ #13007]
46677         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46678         check for AVX enablement so that we don't crash with old kernels and
46679         new hardware.
46680         * elf/tst-audit4.c: Add same checks here.
46681         * elf/tst-audit6.c: Likewise.
46682
46683         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46684
46685 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46686
46687         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46688
46689 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46690
46691         * po/cs.po: Update from translation team.
46692         * po/bg.po: Likewise.
46693
46694 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46695
46696         * misc/sys/cdefs.h: Add support for const attribute.
46697         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46698         to gnu_dev_{major,minor,makedev} functions.
46699
46700 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46701
46702         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46703
46704 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46705
46706         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46707         strlen results.
46708
46709 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46710
46711         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46712         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46713         register in order to avoid conflicts with the soft frame pointer
46714         being held in r11 when necessary.
46715         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46716         (INTERNAL_VSYSCALL_NCS): Likewise.
46717
46718 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46719
46720         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46721         * elf/dl-fini.c (_dl_fini): Adjust caller.
46722         * elf/dl-close.c (_dl_close_worker): Likewise.
46723         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46724
46725 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46726
46727         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46728         "aux_cache->nlibs < 0".
46729
46730         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46731         in the reload-count case.
46732
46733 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46734
46735         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46736         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46737         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46738         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46739         * sysdeps/x86_64/multiarch/strcat.S: New file.
46740         * sysdeps/x86_64/multiarch/strncat.S: New file.
46741         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46742         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46743         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46744         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46745         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46746         (USE_AS_STRCAT): Define.
46747         Add strcat and strncat support.
46748         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46749         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46750         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46751         * string/strncat.c: Update.
46752         (USE_AS_STRNCAT): Define.
46753         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46754         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46755         and i7.
46756         * sysdeps/x86_64/multiarch/init-arch.h
46757         (bit_Prefer_PMINUB_for_stringop): New.
46758         (index_Prefer_PMINUB_for_stringop): Likewise.
46759         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46760         bit_Prefer_PMINUB_for_stringop.
46761
46762 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46763
46764         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46765         buffer64.
46766         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46767         of casting of buffer.
46768         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46769         buffer32 and buffer64.
46770         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46771         writes instead of casting of buffer.
46772         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46773         buffer32.
46774         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46775         casting of buffer.
46776
46777 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46778
46779         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46780
46781 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46782
46783         * nscd/nscd.c (termination_handler): Don't do anything for a database
46784         if it has not yet been initialized.
46785
46786 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46787
46788         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46789
46790 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46791
46792         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46793
46794 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46795
46796         * po/nl.po: Update from translation team.
46797         * po/sv.po: Likewise.
46798
46799 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46800
46801         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46802         now disallowed by GCC.
46803
46804         * configure.in (use-default-link): Default to yes if a test -shared
46805         link meets our qualifications.
46806         * configure: Regenerated.
46807
46808         * config.make.in (output-format): New variable.
46809         * configure.in: Check for ld --print-output-format support.
46810         * configure: Regenerated.
46811         * Makerules ($(common-objpfx)format.lds)
46812         [$(output-format) != unknown]: Just use $(output-format),
46813         instead of the linker-script munging.
46814
46815 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46816
46817         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46818         of $(common-objpfx)shlib.lds.
46819         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46820
46821         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46822         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46823
46824         * configure.in (-z relro check): Adjust test code to add a large
46825         writable data section after it.
46826         * configure: Regenerated.
46827
46828 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46829
46830         * configure.in (-z relro check): Fix test code to make the variable
46831         truly const.
46832         * configure: Regenerated.
46833
46834 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46835
46836         * nscd/nscd.h (struct traced_file): Define.
46837         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46838         elements.  Add traced_files.
46839         (inotify_fd): Declare.
46840         (register_traced_file): Declare.
46841         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46842         (inotify_fd): Export.
46843         (resolv_conf_descr): Remove.
46844         (nscd_init): Move inotify descriptor creation to main.
46845         Don't register files for notification here.
46846         (register_traced_file): New function.
46847         (invalidate_cache): Don't use reset_res to determine whether to call
46848         res_init, go through the list of registered files.
46849         (main_loop_poll): The inotify descriptors are now stored in the
46850         structures for the traced files.
46851         (main_loop_epoll): Likewise
46852         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46853         to __nss_disable_nscd.
46854         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46855         for a database anymore.  Check the records for all the registered
46856         files instead.
46857         * nss/Makefile (libnss_files-routines): Add files-init.
46858         (libnss_db-routines): Add db-init.
46859         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46860         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46861         * nss/nss_db/db-init.c: New file.
46862         * nss/nss_files/files-init.c: New file.
46863         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46864         __nss_lookup_function.
46865         (__nss_lookup_function): Call nss_load_library.
46866         (nss_load_all_libraries): New function.
46867         (__nss_disable_nscd): Take parameter with callback function for files
46868         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46869         used for the cached services.
46870         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46871         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46872         options for features to all the files in nscd.
46873
46874         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46875
46876 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46877
46878         * csu/elf-init.c (__libc_csu_init): Comment typo.
46879
46880 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46881
46882         * po/pl.po: Update from translation team.
46883         * po/ja.po: Likewise.
46884         * po/ru.po: Likewise.
46885         * po/ko.po: Likewise.
46886         * po/fr.po: Likewise.
46887
46888 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46889
46890         * configure.in (.ctors/.dtors header and trailer check):
46891         Use an empirical test on a built program.
46892         * configure: Regenerated.
46893
46894         * configure.in (-z relro check): Use an empirical test on a built DSO.
46895         Detect, but do not require, on ia64.
46896         * configure: Regenerated.
46897
46898         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46899         Update tests that use readelf to use $READELF instead.
46900         * configure: Regenerated.
46901
46902 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46903
46904         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46905         if the result is not used.
46906
46907 2011-07-05  Andreas Jaeger  <aj@suse.de>
46908
46909         [BZ#9696]
46910         * stdlib/tst-strtod.c: Add testcase.
46911
46912 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46913
46914         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46915         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46916         The latter has a higher limit.  Take additional parameter to pass to
46917         the new function.
46918         (__pathconf): Pass file to __statfs_link_max.
46919         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46920         __statfs_link_max.
46921         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46922         __statfs_link_max.
46923
46924         [BZ #12868]
46925         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46926         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46927         Handle Lustre.
46928         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46929         (__statfs_filesize_max): Likewise.
46930         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46931
46932 2011-07-05  Andreas Jaeger  <aj@suse.de>
46933
46934         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46935
46936 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46937
46938         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46939         `status' variable.
46940         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46941         Likewise.
46942
46943 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46944
46945         * Makefile (strop-tests): Add strncat.
46946         * string/test-strncat.c: New file.
46947
46948 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46949
46950         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46951
46952 2011-06-21  Andreas Jaeger  <aj@suse.de>
46953
46954         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46955         Copy rule from iconvdata/Makefile.
46956
46957 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46958
46959         [BZ #12922]
46960         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46961         but no long options are defined, just return 'W'.
46962
46963 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46964
46965         [BZ #9696]
46966         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46967
46968 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46969
46970         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46971         netgroups to read.
46972         (innetgr): Likewise.
46973
46974 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46975
46976         * config.make.in (install_root): Default to $(DESTDIR).
46977
46978 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46979
46980         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46981
46982 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46983
46984         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46985
46986         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46987         containing directory rather than embedding absolute directory names.
46988
46989         * scripts/check-local-headers.sh: Rewritten using awk.
46990         Match by word, not by line.  Print error messages for matches.
46991         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
46992
46993         * Makerules [shlib-lds-flags empty]:
46994         ($(common-objpfx)libc_pic.opts): New target.
46995         ($(common-objpfx)libc_pic.os.clean): New target.
46996         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
46997
46998         * config.make.in (OBJCOPY): New variable.
46999         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47000         * configure: Regenerated.
47001
47002         * config.make.in (use-default-link): New variable.
47003         * configure.in (use_default_link): Grok --with-default-link to set it.
47004         * configure: Regenerated.
47005         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47006         (shlib-lds, shlib-lds-flags): Define to empty.
47007
47008         * Makerules (shlib-lds): New variable.
47009         (shlib-lds-flags): New variable.
47010         (build-shlib, build-moduile, build-module-asneeded): Use it.
47011         ($(common-objpfx)libc.so): Use $(shlib-lds).
47012         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47013         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47014
47015         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47016         DT_FLAGS/DT_FLAGS_1 with zero flags.
47017
47018         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47019         linker script munging.
47020
47021 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47022
47023         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47024         as 128-bit value.
47025         * crypt/sha512.c (sha512_process_block): Perform total addition using
47026         128-bit if possible.
47027         (__sha512_finish_ctx): Likewise.
47028         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47029         as 64-bit value.
47030         * crypt/sha256.c (SWAP64): Define.
47031         (sha256_process_block): Perform total addition using 64-bit if
47032         possible.
47033         (__sha256_finish_ctx): Likewise.
47034
47035 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47036
47037         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47038         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47039         * nscd/hstcache.c (cache_addhst): Likewise.
47040         * nscd/grpcache.c (cache_addgr): Likewise.
47041         * nscd/aicache.c (addhstaiX): Likewise
47042         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47043
47044 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47045
47046         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47047         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47048         * nscd/hstcache.c (cache_addhst): Likewise.
47049         * nscd/grpcache.c (cache_addgr): Likewise.
47050         * nscd/aicache.c (addhstaiX): Likewise
47051
47052 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47053
47054         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47055         domain only when needed.
47056
47057 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47058
47059         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47060         is always restored.
47061
47062 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47063
47064         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47065         are re-adding the entry.
47066         * nscd/servicescache.c (cache_addserv): Likewise.
47067
47068 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47069
47070         * sysdeps/generic/dl-irel.h: fix protection against multiple
47071         inclusions.
47072         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47073
47074 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47075
47076         [BZ #12935]
47077         * malloc/memusage.sh: Fix quoting in message.
47078         * debug/xtrace.sh: Likewise.
47079
47080         * configure.in: Remove support for --experimental-malloc option, make
47081         it the default.
47082         * config.make.in: Likewise.
47083         * malloc/Makefile: Likewise.
47084
47085 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47086
47087         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47088         two-byte characters.
47089
47090 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47091
47092         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47093         AC_CACHE_CHECK invocation.
47094         * configure: Regenerated.
47095
47096         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47097
47098 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47099
47100         [BZ #12350]
47101         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47102         bit from old_res_options.
47103
47104         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47105
47106         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47107         value type for setfct.
47108
47109 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47110
47111         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47112         __gettimeofday instead of gettimeofday.
47113
47114 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47115
47116         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47117
47118 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47119
47120         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47121
47122         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47123         info.
47124
47125 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47126
47127         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47128         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47129         strcpy-sse2-unaligned strncpy-sse2-unaligned
47130         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47131         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47132         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47133         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47134         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47135         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47136         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47137         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47138         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47139         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47140         (STRCPY): Support SSE2 and SSSE3 versions.
47141
47142 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47143
47144         [BZ #12874]
47145         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47146         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47147         kernels which artificially limit size of requests.
47148
47149 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47150
47151         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47152         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47153         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47154         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47155         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47156         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47157         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47158         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47159         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47160         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47161         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47162         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47163         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47164         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47165         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47166         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47167         Enable unaligned load optimization for Intel Core i3, i5 and i7
47168         processors.
47169         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47170         Define.
47171         (index_Fast_Unaligned_Load): Define.
47172         (HAS_FAST_UNALIGNED_LOAD): Define.
47173
47174 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47175
47176         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47177
47178 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47179
47180         [BZ #12907]
47181         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47182         until it is clear that the information is realy needed.
47183         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47184
47185 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47186
47187         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47188
47189 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47190
47191         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47192         /sys/devices/system/cpu/online if it is usable.
47193
47194         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47195         reading the information from the /proc filesystem to once a second.
47196
47197 2011-06-21  Andreas Jaeger  <aj@suse.de>
47198
47199         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47200         NULL after inclusion of kernel headers.
47201
47202 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47203
47204         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47205         calls to internal_setent.
47206
47207         [BZ #12885]
47208         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47209         addresses using gethostbyname4_r ignore IPv4 addresses.
47210
47211         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47212         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47213
47214         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47215
47216 2011-06-20  David S. Miller  <davem@davemloft.net>
47217
47218         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47219         inclusions.
47220         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47221
47222         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47223         (elf_irel): Use it.
47224         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47225         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47226         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47227         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47228         * sysdeps/x86_64/dl-irel.h: Likewise.
47229
47230         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47231         * elf/dl-sym.c: Likewise.
47232
47233 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47234
47235         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47236         need to dereference resplen2.
47237
47238 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47239
47240         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47241
47242 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47243
47244         * Makeconfig: Define vardbdir and inst_vardbdir.
47245         * nss/Makefile: Add rules to install db-Makefile.
47246
47247         * nss/nss_db/db-XXX.c: Cleanup.
47248
47249         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47250         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47251         GLIBC_PRIVATE.
47252         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47253         * nss/makedb.c: Implement -g option to specify that value strings
47254         are generated and should not be added to table iterated over for
47255         get*ent calls.
47256         * nss/nss_db/db-initgroups.c: New file.
47257
47258         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47259         interface.
47260
47261         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47262         (internal_getgrouplist): Adjust to name change.
47263         Update use_initgroups_entry if this is not the first call.
47264         * nss/databases.def: Add initgroups entry.
47265
47266         * nss/makedb.c (compute_tables): Check result of multiple hash table
47267         sizes to minimize maximum chain length.
47268
47269 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47270
47271         * Versions.def: Add entry for libnss_db.
47272         * shlib-versions: Likewise.
47273         * nss/Makefile: Add rules to build libnss_db.
47274         * nss/Versions: Add libnss_db information.  Organize libnss_files
47275         entries better.
47276         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47277         makedb progra.  Some minor improvements to generate smaller files.
47278         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47279         here from...
47280         * nss/makedb.c: ...here.
47281         Improve database format to be smaller and require less memory at
47282         runtime.
47283         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47284         db anymore.
47285         * nss/nss_db/db-netgrp.c: Likewise.
47286         * nss/nss_db/db-open.c: Likewise.
47287         * nss/nss_files/flies-XXX.x: Adjust comments.
47288         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47289         * nss/nss_files/files-grp.c: Likewise.
47290         * nss/nss_files/files-hosts.c: Likewise.
47291         * nss/nss_files/files-network.c: Likewise.
47292         * nss/nss_files/files-proto.c: Likewise.
47293         * nss/nss_files/files-pwd.c: Likewise.
47294         * nss/nss_files/files-rpc.c: Likewise.
47295         * nss/nss_files/files-service.c: Likewise.
47296         * nss/nss_files/files-sgrp.c: Likewise.
47297         * nss/nss_files/files-spwd.c: Likewise.
47298         * nss/nss_db/db-alias.c: Removed.
47299         * nss/nss_db/dummy-db.h: Removed.
47300
47301 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47302
47303         * nss/makedb.c: Rewritten to not use database library.
47304         * nss/Makefile: Update to build new makedb program.
47305
47306 2011-06-14  Andreas Jaeger  <aj@suse.de>
47307
47308         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47309         memset declaration.
47310
47311 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47312
47313         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47314         tmpbuf.
47315
47316 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47317
47318         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47319         * elf/Makefile ($(objpfx)ld.so): Likewise.
47320
47321         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47322         Don't list ld.so twice in dependencies.
47323
47324         * posix/bug-regex31.c: Include <stdlib.h>.
47325
47326         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47327
47328         * nis/nss_compat/compat-spwd.c
47329         (getspent_next_nss_netgr): Remove unused variable.
47330         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47331
47332         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47333         nonmembers" output to use the right array.
47334
47335         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47336
47337         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47338
47339         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47340         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47341         * catgets/gencat.c (read_input_file): Likewise.
47342         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47343
47344         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47345         variable definition inside #if's controlling its use.
47346
47347         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47348
47349         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47350
47351         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47352
47353         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47354         unreachable code.
47355
47356         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47357
47358         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47359         * configure: Regenerated.
47360
47361         * Makerules: Revert last change.
47362         * elf/Makefile: Likewise.
47363
47364 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47365
47366         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47367         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47368         (reloc-link): Likewise.
47369
47370 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47371
47372         * elf/Makefile: Add rules to build pldd.
47373         * elf/pldd.c: New file.
47374         * elf/pldd-xx.c: New file.
47375
47376 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47377
47378         * version.h: Update for 2.15 development version.
47379
47380 2011-06-07  David S. Miller  <davem@davemloft.net>
47381
47382         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47383         ifuncs.
47384         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47385         elf_machine_lazy_rel): Likewise.
47386         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47387         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47388         elf_machine_lazy_rel): Likewise.
47389         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47390         dl_hwcap via passed in argument.
47391         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47392         Likewise.
47393
47394 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47395
47396         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47397
47398 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47399
47400         [BZ #12849]
47401         * manual/fdl-1.1.texi: New file, verbatim from:
47402         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47403         * manual/lgpl-2.1.texi: New file, verbatim from:
47404         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47405         * manual/Makefile (licenses): New variable, list those new file names.
47406         (texis): Use it.
47407         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47408
47409         * manual/fdl.texi: File removed.
47410         * manual/lesser.texi: File removed.
47411         * manual/libc.texinfo (Copying, Documentation License):
47412         Use new @include file names, put @appendix directive before @include.
47413
47414 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47415
47416         [BZ #12841]
47417         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47418         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47419         (mq_open): Add __NTH.
47420
47421 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47422
47423         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47424         Assume Intel Core i3/i5/i7 processor if AVX is available.
47425
47426 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47427
47428         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47429         typo.
47430
47431 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47432
47433         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47434         memory.  Use alloca_account.  Fix memory leak when retrying.
47435
47436 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47437
47438         * version.h (RELEASE): Bump for 2.14 release.
47439         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47440
47441         * config.make.in (RANLIB): Remove entry.
47442
47443 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47444
47445         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47446         (libc.pot): Work around missing support for .ksh extension in xgettext.
47447
47448         [BZ #12684]
47449         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47450         if both request failed.
47451         (send_dg): In case of server errors clear resplen or *resplen2.
47452
47453         [BZ #12454]
47454         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47455         when there are multiple maps.
47456         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47457         (_dl_fini): Remove test here.
47458
47459         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47460
47461 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47462
47463         [BZ #12350]
47464         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47465         bit from old_res_options.
47466         (gaih_inet): Likewise.
47467
47468         [BZ #11099]
47469         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47470         as signed.
47471
47472         * resolv/res_init.c (res_setoptions): Make the code more compact.
47473
47474         [BZ #11558]
47475         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47476         set RES_USEVC.
47477
47478         [BZ #11634]
47479         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47480
47481         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47482
47483         [BZ #11781]
47484         * malloc/malloc.h: Declare malloc hook variables as volatile.
47485
47486         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47487         in last patch.
47488
47489         [BZ #11799]
47490         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47491         raise in the comment.
47492         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47493         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47494         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47495
47496 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47497
47498         [BZ #12811]
47499         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47500         grow the buffers more if it already has to be sufficient.
47501         (build_wcs_upper_buffer): Likewise.
47502         * posix/regexec.c (check_matching): Likewise.
47503         (clean_state_log_if_needed): Likewise.
47504         (extend_buffers): Don't enlarge buffers beyond size of the input
47505         buffer.
47506         Patches mostly by Emil Wojak <emil@wojak.eu>.
47507         * posix/bug-regex32.c: New file.
47508         * posix/Makefile (tests): Add bug-regex32.
47509
47510         * locale/findlocale.c (_nl_find_locale): Return right away if
47511         _nl_explode_name failed.
47512         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47513
47514         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47515
47516         * debug/xtrace.sh: Unify messages.
47517         * malloc/memusage.sh: Likewise.
47518
47519         [BZ #12813]
47520         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47521         time symbol from vDSO.  Substitute with vsyscall if not available.
47522         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47523         __vdso_time.
47524
47525         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47526         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47527         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47528         Add sendmmsg and internal_sendmmsg.
47529         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47530         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47531         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47532
47533         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47534         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47535         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47536
47537 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47538
47539         [BZ #12813]
47540         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47541         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47542         available.
47543         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47544         __vdso_getcpu.
47545
47546         [BZ #12814]
47547         * iconvdata/Makefile (tests): Add bug-iconv9.
47548         * iconvdata/bug-iconv9.c: New file.
47549
47550 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47551
47552         [BZ #12814]
47553         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47554
47555 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47556
47557         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47558         (struct user_regs_struct): Change intcs field back to cs.
47559
47560 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47561
47562         * po/ja.po: Update from translation team.
47563
47564 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47565
47566         [BZ #12795]
47567         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47568         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47569
47570 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47571
47572         * stdlib/longlong.h: Update from GCC.
47573
47574 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47575
47576         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47577         parameter name.
47578         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47579         Add parameter name.
47580         (__sysconf): Pass it down.
47581
47582 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47583
47584         [BZ #12671]
47585         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47586         some situations.
47587         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47588         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47589         add in in __libc_use_alloca calls.  Adjust callers.
47590         (glob): Use malloc in some situations.
47591
47592         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47593         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47594         pltexit.
47595
47596 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47597
47598         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47599         and CLOCK_BOOTTIME_ALARM.
47600
47601         [BZ #12782]
47602         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47603         is returned.
47604
47605         * string/_strerror.c (__strerror_r): Print negative errors as signed
47606         numbers.
47607
47608         [BZ #12777]
47609         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47610         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47611         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47612
47613         * configure.in: Fix typo in redirection and correct removal of test
47614         files in two cases.
47615
47616         [BZ #12788]
47617         * locale/setlocale.c (new_composite_name): Fix test to check for
47618         identical name of all categories.
47619
47620         [BZ #12792]
47621         * libio/filedoalloc.c (local_isatty): New function.
47622         (_IO_file_doallocate): Use local_isatty.
47623         * stdio-common/perror.c (perror): In case a new stream is used
47624         forward the stream error.
47625         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47626         error flag.
47627
47628 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47629
47630         [BZ #11869]
47631         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47632         alloca.
47633         * include/alloca.h (extend_alloca_account): Define.
47634
47635         [BZ #11857]
47636         * posix/regex.h: Fix comments with documentation of user-accessible
47637         fields after compilation and describe correct free'ing of pattern
47638         after re_compile_pattern.
47639         Patch by Reuben Thomas <rrt@sc3d.org>.
47640
47641 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47642
47643         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47644         and -mno-altivec to prevent the compiler from using Altivec and/or
47645         VSX instructions when the corresponding registers are not available.
47646
47647 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47648
47649         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47650
47651 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47652
47653         * libio/freopen.c (freopen): Use __dup2, not dup2.
47654         * libio/freopen64.c (freopen64): Likewise.
47655
47656 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47657
47658         [BZ #12775]
47659         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47660         * math/Makefile (tests): Add test-powl.
47661         (CFLAGS-test-powl.c): Define.
47662         * math/test-powl.c: New file.
47663
47664 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47665
47666         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47667
47668 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47669
47670         [BZ #11837]
47671         * iconvdata/gb18030.c: Update to GB18020-2005.
47672
47673 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47674
47675         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47676         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47677         Patch by Aharon Robbins <arnold@skeeve.com>.
47678
47679         [BZ #11892]
47680         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47681         on the stack.
47682
47683         [BZ #11895]
47684         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47685         through underflows.
47686
47687         [BZ #12766]
47688         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47689         point to strings before performing equality test for error_one_per_line
47690         mode.
47691
47692         [BZ #11697]
47693         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47694
47695         [BZ #11820]
47696         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47697         (struct user_fpregs_struct): Avoid __uint*_t types.
47698
47699         [BZ #6420]
47700         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47701         symbol info.  Use it instead of calling _dl_addr locally.
47702         (lock_and_info): New function.
47703         (tr_freehook): Call lock_and_info and pass symbol info as additional
47704         parameter to tr_where.
47705         (tr_mallochook): Likewise.
47706         (tr_reallochook): Likewise.
47707         (tr_memalignhook): Likewise.
47708
47709         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47710         used and couldn't be at all thread-safe.
47711
47712 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47713
47714         * libio/freopen.c (freopen): Don't close old file descriptor
47715         before the new one is opened.  Instead dup the new file descriptor
47716         to the old one after the new stream is created.
47717         * libio/freopen64.c (freopen64): Likewise.
47718         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47719         * libio/fileops.c (_IO_new_file_close_it): Handle new
47720         _IO_FLAGS2_NOCLOSE flag.
47721         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47722         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47723         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47724         _IO_FLAGS2_NOCLOSE flag.
47725         * include/unistd.h: Add hidden_proto for dup3.
47726         Define __have_dup3.
47727         * io/dup3.c: Define hidden symbol.
47728         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47729
47730         [BZ #7101]
47731         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47732         when an incomplete long option is used.
47733         * posix/tst-getopt_long1.c: New file.
47734         * posix/Makefile (tests): Add tst-getopt_long1.
47735
47736         [BZ #10138]
47737         * scripts/config.guess: Update from autoconf-2.68.
47738         * scripts/config.sub: Likewise.
47739
47740         [BZ #10157]
47741         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47742         tests into ...
47743         (has_cpuclock): ...this.  New function.
47744         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47745         macro here based on has_cpuclock code.
47746
47747         [BZ #10149]
47748         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47749         First byte (not low byte) is now always NUL.
47750         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47751
47752         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47753         Use non-cancelable interfaces.
47754
47755         [BZ #9809]
47756         * locale/iso-639.def: Add entry for Sorani.
47757
47758         [BZ #11901]
47759         * include/stdlib.h: Move include protection to the right place.
47760         Define abort_msg_s.  Declare __abort_msg with it.
47761         * stdlib/abort.c (__abort_msg): Adjust type.
47762         * assert/assert.c (__assert_fail_base): New function.  Majority
47763         of code from __assert_fail.  Allocate memory for __abort_msg with
47764         mmap.
47765         (__assert_fail): Now call __assert_fail_base.
47766         * assert/assert-perr.c: Remove bulk of implementation.  Use
47767         __assert_fail_base.
47768         * include/assert.hL Declare __assert_fail_base.
47769         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47770         mmap.
47771         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47772
47773 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47774
47775         [BZ #11952]
47776         [BZ #12453]
47777         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47778         until all modules are registered in the DTV.
47779         * elf/Makefile: Add rules to build and run tst-tls19.
47780         * elf/tst-tls19.c: New file.
47781         * elf/tst-tls19mod1.c: New file.
47782         * elf/tst-tls19mod2.c: New file.
47783         * elf/tst-tls19mod3.c: New file.
47784         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47785
47786         [BZ #12083]
47787         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47788         correctly.
47789
47790         [BZ #12601]
47791         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47792         two-byte sequence errors.
47793         * iconvdata/Makefile (tests): Add bug-iconv8.
47794         * iconvdata/bug-iconv8.c: New file.
47795
47796         [BZ #12626]
47797         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47798         buf2 definition.
47799
47800         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47801
47802         [BZ #12432]
47803         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47804         (dummy_getcfa): New function.
47805         (init): Get _Unwind_GetCFA address, use dummy if not found.
47806         (backtrace_helper): In recursion check, also check whether CFA changes.
47807         (__backtrace): Completely initialize arg.
47808
47809         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47810         storing incomplete byte sequence in state object.  Avoid testing for
47811         guaranteed too small input if we know there is enough data available.
47812
47813 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47814
47815         * Makeconfig (+link-pie): Indent.
47816         * Rules (binaries-pie): Define if $(have-fpie) and
47817         $(build-shared).
47818         (binaries-shared): Also filter out $(binaries-pie).
47819         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47820         * nscd/Makefile (others-pie): Add nscd.
47821         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47822         ($(objpfx)nscd): Remove command override.
47823         * login/Makefile (others-pie): Add pt_chown.
47824         ($(objpfx)pt_chown): Remove command override.
47825         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47826         remove command overrides.
47827
47828 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47829
47830         * libio/tst_putwc.c: Fix error messages.
47831
47832         [BZ #12724]
47833         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47834         currently writing and seek to current position when not.
47835         * libio/Makefile (tests): Add bug-fclose1.
47836         * libio/bug-fclose1.c: New file.
47837
47838 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47839
47840         [BZ #12511]
47841         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47842         don't set DF_1_NODELETE here.
47843         (do_lookup_x): When entering new entry test for copy relocation
47844         and if necessary set DF_1_NODELETE flag.
47845         * elf/tst-unique4.cc: New file.
47846         * elf/tst-unique4.h: New file.
47847         * elf/tst-unique4lib.cc: New file.
47848         * elf/Makefile: Add rules to build and run tst-unique4.
47849         Patch by Piotr Bury <pbury@goahead.com>.
47850
47851 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47852
47853         [BZ #12052]
47854         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47855
47856         [BZ #12625]
47857         * misc/mntent_r.c (addmntent): Flush the stream after the output
47858
47859         [BZ #12393]
47860         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47861         (is_trusted_path_normalize): Skip initial colon.  Append slash
47862         to empty buffer.  Duplicate is_trusted_path code but allow
47863         constructed patch to be prefix.
47864         (is_dst): Allow $ORIGIN followed by /.
47865         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47866         Correct testing of result of is_trusted_path_normalize
47867         (decompose_rpath): Fix warning.
47868
47869 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47870
47871         [BZ #11257]
47872         * grp/initgroups.c (internal_getgrouplist): When we found the service
47873         list through the initgroups entry in nsswitch.conf do not always
47874         continue on a successful lookup.  Don't always use the
47875         __nss_group_database value if it is set.
47876         * nss/nsswitch.conf (initgroups): Change action for successful db
47877         lookup to continue for compatibility.
47878
47879 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47880
47881         [BZ #11532]
47882         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47883         and CP774 modules.
47884         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47885         and CP774 modules.
47886         * iconvdata/tst-tables.sh: Likewise.
47887         * iconvdata/cp770.c: New file.
47888         * iconvdata/cp771.c: New file.
47889         * iconvdata/cp772.c: New file.
47890         * iconvdata/cp773.c: New file.
47891         * iconvdata/cp774.c: New file.
47892         * iconvdata/testdata/CP770: New file.
47893         * iconvdata/testdata/CP770..UTF8: New file.
47894         * iconvdata/testdata/CP771: New file.
47895         * iconvdata/testdata/CP771..UTF8: New file.
47896         * iconvdata/testdata/CP772: New file.
47897         * iconvdata/testdata/CP772..UTF8: New file.
47898         * iconvdata/testdata/CP773: New file.
47899         * iconvdata/testdata/CP773..UTF8: New file.
47900         * iconvdata/testdata/CP774: New file.
47901         * iconvdata/testdata/CP774..UTF8: New file.
47902
47903         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47904         END CHARMAP line.
47905         * iconvdata/gen-8bit-gap.sh: Likewise.
47906         * iconvdata/gen-8bit.sh: Likewise.
47907
47908         * locale/iso-639.def: Add ary entry.
47909
47910         [BZ #11258]
47911         * locale/C-translit.h.in: Add U20A1 transliteration.
47912
47913         [BZ #12178]
47914         * locale/iso-639.def: Add wae entry.
47915         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47916
47917         [BZ #12545]
47918         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47919         for n.
47920
47921         [BZ #12711]
47922         * locale/C-translit.h.in: Add entry for U20B9.
47923         Patch by pravin.d.s@gmail.com.
47924
47925 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47926
47927         [BZ #12713]
47928         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47929         ENAMETOOLONG use generic getcwd.
47930         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47931         in rtld.  Use *stat64.
47932         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47933         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47934         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47935         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47936         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47937         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47938         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47939         __fstatat64 macros.
47940         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47941         * dirent/rewinddir.c: Add libc_hidden_def.
47942         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47943         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47944
47945         * include/dirent.h (__alloc_dir): Add flags parameter.
47946         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47947         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47948         __alloc_dir.
47949         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47950         from fdopendir if O_CLOEXEC is already set.
47951
47952 2011-03-15  Alan Modra  <amodra@gmail.com>
47953
47954         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47955         l_tls_firstbyte_offset non-zero.  Save padding offset in
47956         l_tls_firstbyte_offset for later use.
47957         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47958         freeing static tls block.
47959
47960 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47961
47962         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47963         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47964         being defined by the kernel headers.
47965
47966 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47967
47968         [BZ #12734]
47969         * resolv/resolv.h: Define RES_NOTLDQUERY.
47970         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47971         no-tld-query and set RES_NOTLDQUERY.
47972         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47973         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47974         modern BIND to search name as TLD unless forbidden.
47975
47976 2011-05-07  Petr Baudis  <pasky@suse.cz>
47977             Ulrich Drepper  <drepper@gmail.com>
47978
47979         [BZ #12393]
47980         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47981         (is_trusted_path): ...to here.
47982         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47983         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47984         using is_trusted_path_normalize() in setuid scripts.
47985
47986 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47987
47988         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47989         __BEGIN/__END_DECLS.
47990
47991 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
47992
47993         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
47994         NSS_STATUS_NOTFOUND if no record was found.
47995
47996 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47997
47998         * sunrpc/Makefile (headers): Add rpc/netdb.h.
47999         (headers-not-in-tirpc): Remove rpc/netdb.h
48000         * resolv/netdb.h: Revert last change.
48001
48002 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48003
48004         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48005         circular dependency between libgcc.a and libc.a.
48006
48007 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48008
48009         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48010         * nis/Makefile: Don't install rpcsvc/*.
48011         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48012         instead of <rpc/types.h>.
48013         (MAXHOSTNAMELEN): Define.
48014
48015 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48016
48017         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48018
48019 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48020
48021         [BZ #12714]
48022         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48023         gethostbyname4_r when IPv6 results are possible.
48024
48025 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48026
48027         [BZ #12723]
48028         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48029         _PC_PIPE_BUF handling.
48030
48031 2011-04-30  Bruno Haible  <bruno@clisp.org>
48032
48033         [BZ #12717]
48034         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48035         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48036         to 'int'.
48037         * inet/getnameinfo.c (getnameinfo): Likewise.
48038
48039 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48040
48041         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48042         to groups setting in database lookup.
48043         * nss/nsswitch.conf: Add initgroups entry.
48044
48045 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48046
48047         [BZ #12685]
48048         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48049         mode string.
48050         Patch by Eric Blake <eblake@redhat.com>.
48051
48052 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48053
48054         * sunrpc/Makefile (need-export-routines): Add svc_run.
48055         (routines): Remove svc_run.
48056         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48057         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48058         * sunrpc/svc_run.c (svc_run): Likewise.
48059         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48060
48061 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48062
48063         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48064         problem in reallocation in last patch.
48065
48066 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48067
48068         * sunrpc/Makefile: Move inclusion of Rules.
48069
48070 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48071
48072         * nss/nss_files/files-initgroups.c: New file.
48073         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48074         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48075         _nss_files_initgroups_dyn.
48076
48077 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48078
48079         * elf/elf.h (R_ARM_IRELATIVE): Define.
48080
48081 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48082
48083         * po/ru.po: Update from translation team.
48084
48085 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48086
48087         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48088         dependencies.
48089
48090 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48091
48092         [BZ #12653]
48093         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48094         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48095         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48096         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48097         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48098
48099 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48100
48101         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48102         differing bytes.
48103         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48104         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48105         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48106
48107 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48108
48109         [BZ #12420]
48110         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48111         storing it.
48112         * stdlib/bug-getcontext.c: New file.
48113         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48114
48115 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48116
48117         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48118         instructions into .machine "z9-109".
48119         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48120         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48121
48122 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48123
48124         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48125         between environment variables and auxiliary vector.
48126
48127 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48128
48129         * Makefile: Add rules to build linkobj/libc.so.
48130         * include/libc-symbols.h: Define libc_hidden_nolink.
48131         * include/rpc/auth.h: Mark functions which are to be hidden.
48132         * include/rpc/auth_des.h: Likewise.
48133         * include/rpc/auth_unix.h: Likewise.
48134         * include/rpc/clnt.h: Likewise.
48135         * include/rpc/des_crypt.h: Likewise.
48136         * include/rpc/key_prot.h: Likewise.
48137         * include/rpc/pmap_clnt.h: Likewise.
48138         * include/rpc/pmap_prot.h: Likewise.
48139         * include/rpc/pmap_rmt.h: Likewise.
48140         * include/rpc/rpc_msg.h: Likewise.
48141         * include/rpc/svc.h: Likewise.
48142         * include/rpc/svc_auth.h: Likewise.
48143         * include/rpc/xdr.h: Likewise.
48144         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48145         * nss/Makefile: Likewise.
48146         * sunrpc/Makefile: Don't install headers.  Build library with normal
48147         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48148         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48149         for the compat linking library.  Remove use of INTDEF/INTUSE.
48150         * sunrpc/auth_none.c: Likewise.
48151         * sunrpc/auth_unix.c: Likewise.
48152         * sunrpc/authdes_prot.c: Likewise.
48153         * sunrpc/authuxprot.c: Likewise.
48154         * sunrpc/clnt_gen.c: Likewise.
48155         * sunrpc/clnt_perr.c: Likewise.
48156         * sunrpc/clnt_raw.c: Likewise.
48157         * sunrpc/clnt_simp.c: Likewise.
48158         * sunrpc/clnt_tcp.c: Likewise.
48159         * sunrpc/clnt_udp.c: Likewise.
48160         * sunrpc/clnt_unix.c: Likewise.
48161         * sunrpc/des_crypt.c: Likewise.
48162         * sunrpc/des_soft.c: Likewise.
48163         * sunrpc/get_myaddr.c: Likewise.
48164         * sunrpc/key_call.c: Likewise.
48165         * sunrpc/key_prot.c: Likewise.
48166         * sunrpc/netname.c: Likewise.
48167         * sunrpc/pm_getmaps.c: Likewise.
48168         * sunrpc/pm_getport.c: Likewise.
48169         * sunrpc/pmap_clnt.c: Likewise.
48170         * sunrpc/pmap_prot.c: Likewise.
48171         * sunrpc/pmap_prot2.c: Likewise.
48172         * sunrpc/pmap_rmt.c: Likewise.
48173         * sunrpc/publickey.c: Likewise.
48174         * sunrpc/rpc_cmsg.c: Likewise.
48175         * sunrpc/rpc_common.c: Likewise.
48176         * sunrpc/rpc_dtable.c: Likewise.
48177         * sunrpc/rpc_prot.c: Likewise.
48178         * sunrpc/rpc_thread.c: Likewise.
48179         * sunrpc/rtime.c: Likewise.
48180         * sunrpc/svc.c: Likewise.
48181         * sunrpc/svc_auth.c: Likewise.
48182         * sunrpc/svc_authux.c: Likewise.
48183         * sunrpc/svc_raw.c: Likewise.
48184         * sunrpc/svc_run.c: Likewise.
48185         * sunrpc/svc_simple.c: Likewise.
48186         * sunrpc/svc_tcp.c: Likewise.
48187         * sunrpc/svc_udp.c: Likewise.
48188         * sunrpc/svc_unix.c: Likewise.
48189         * sunrpc/svcauth_des.c: Likewise.
48190         * sunrpc/xcrypt.c: Likewise.
48191         * sunrpc/xdr.c: Likewise.
48192         * sunrpc/xdr_array.c: Likewise.
48193         * sunrpc/xdr_float.c: Likewise.
48194         * sunrpc/xdr_intXX_t.c: Likewise.
48195         * sunrpc/xdr_mem.c: Likewise.
48196         * sunrpc/xdr_rec.c: Likewise.
48197         * sunrpc/xdr_ref.c: Likewise.
48198         * sunrpc/xdr_sizeof.c: Likewise.
48199         * sunrpc/xdr_stdio.c: Likewise.
48200
48201 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48202
48203         [BZ #12650]
48204         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48205         * sysdeps/ia64/dl-tls.h: Likewise.
48206         * sysdeps/powerpc/dl-tls.h: Likewise.
48207         * sysdeps/s390/dl-tls.h: Likewise.
48208         * sysdeps/sh/dl-tls.h: Likewise.
48209         * sysdeps/sparc/dl-tls.h: Likewise.
48210         * sysdeps/x86_64/dl-tls.h: Likewise.
48211         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48212
48213 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48214
48215         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48216         rpath element also skip the following colon.
48217         (expand_dynamic_string_token): Add is_path parameter and pass
48218         down to DL_DST_REQUIRED and _dl_dst_substitute.
48219         (decompose_rpath): Call expand_dynamic_string_token with
48220         non-zero is_path.  Ignore empty rpaths.
48221         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48222         with zero is_path.
48223
48224 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48225
48226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48227         Make cancelable.
48228
48229 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48230
48231         [BZ #12655]
48232         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48233         Patch by Filipe David Manana <fdmanana@apache.org>.
48234
48235 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48236
48237         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48238         Maintain aligned stack.
48239         (CHECK_RSP): Remove unused macro.
48240
48241 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48242
48243         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48244         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48245
48246 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48247
48248         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48249
48250         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48251
48252 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48253
48254         [BZ #12518]
48255         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48256         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48257         * sysdeps/x86_64/memmove.c: New file.
48258         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48259         (memcpy): Renamed to ...
48260         (__new_memcpy): This.
48261         (memcpy): Provide GLIBC_2_14 memcpy.
48262         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48263         (memcpy): Provide GLIBC_2_2_5 memcpy.
48264
48265 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48266
48267         [BZ #12631]
48268         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48269
48270 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48271
48272         * misc/syncfs.c: New file.
48273         * misc/Makefile (routines): Add syncfs.
48274         * posix/unistd.h: Declare syncfs.
48275         * sysdeps/unix/syscalls.list: Add syncfs.
48276
48277 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48278
48279         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48280         open_by_handle_at.
48281         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48282         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48283         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48284         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48285         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48286         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48287         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48288
48289 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48290
48291         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48292         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48293         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48294         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48295         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48296         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48297         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48298
48299         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48300         sync_file_range.c with -fexceptions.
48301         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48302         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48303         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48304         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48305         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48306         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48307         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48308         sync_file_range as cancellation point
48309         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48310         now a wrapper around __call_sync_file_range with cancellation handling.
48311         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48312         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48313         function name to __call_sync_file_range.
48314         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48315         Add call_sync_file_range.
48316
48317 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48318
48319         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48320         bits/timex.h.
48321
48322 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48323
48324         * iconv/iconv.h: Fix typo in comment.
48325         * io/fcntl.h: Likewise.
48326         * libio/stdio.h: Likewise.
48327         * posix/spawn.h: Likewise.
48328         * posix/unistd.h: Likewise.
48329         * stdlib/stdlib.h: Likewise.
48330         * time/time.h: Likewise.
48331         * wcsmbs/wchar.h: Likewise.
48332
48333         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48334         open_by_handle): Add.
48335         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48336         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48337         Augment a few comments.
48338         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48339         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48340         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48341         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48342         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48343         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48344         open_by_handle.
48345
48346         * io/fcntl.h (AT_EMPTY_PATH): Define.
48347
48348 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48349
48350         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48351         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48352         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48353         to...
48354         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48355         * Versions.def: Add GLIBC_2.14.
48356         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48357         Export.
48358
48359 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48360
48361         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48362         round counter.
48363         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48364
48365 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48366
48367         [BZ #12597]
48368         * string/test-strncmp.c (do_page_test): New function.
48369         (check2): Likewise.
48370         (test_main): Call check2.
48371         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48372
48373 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48374
48375         [BZ #12587]
48376         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48377         Handle cache information in CPU leaf 4.
48378         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48379
48380 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48381
48382         [BZ #12583]
48383         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48384         character representation.
48385         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48386
48387 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48388
48389         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48390         END(__isnan) to END(__isnanf) to match function entry point/label
48391         EALIGN(__isnanf,...).
48392
48393 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48394
48395         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48396
48397 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48398
48399         [BZ #12510]
48400         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48401         copy from the symbol referenced in the relocation to initialize the
48402         used variable.
48403         Patch by Piotr Bury <pbury@goahead.com>.
48404         * elf/Makefile: Add rules to build and tst-unique3.
48405         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48406         * elf/tst-unique3.cc: New file.
48407         * elf/tst-unique3.h: New file.
48408         * elf/tst-unique3lib.cc: New file.
48409         * elf/tst-unique3lib2.cc: New file.
48410
48411         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48412
48413 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48414
48415         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48416         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48417         to _start.
48418
48419 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48420
48421         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48422         to-be-loaded object along a path to loader is ld.so.
48423
48424 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48425             Ulrich Drepper  <drepper@gmail.com>
48426
48427         * sysdeps/x86_64/memset.S: After aligning destination, code
48428         branches to different locations depending on the value of
48429         misalignment, when multiarch is enabled. Fix this.
48430
48431 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48432
48433         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48434         Set _x86_64_preferred_memory_instruction for AMD processsors.
48435         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48436         Set bit_Prefer_SSE_for_memop for AMD processors.
48437
48438 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48439
48440         * libio/fmemopen.c (fmemopen): Optimize a bit.
48441
48442 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48443
48444         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48445
48446 2011-03-03  Roland McGrath  <roland@redhat.com>
48447
48448         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48449
48450 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48451
48452         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48453         __bzero_ultra1 instead of __memset_ultra1.
48454
48455 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48456             Ulrich Drepper  <drepper@gmail.com>
48457
48458         [BZ #12509]
48459         * include/link.h (struct link_map): Add l_orig_initfini.
48460         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48461         returning unsuccessfully.
48462         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48463         close of a file loaded at startup, restore the original l_initfini
48464         list.
48465         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48466         list, store the pointer.
48467         * elf/Makefile ($(objpfx)noload-mem): New rule.
48468         (noload-ENV): Define.
48469         (tests): Add $(objpfx)noload-mem.
48470         * elf/noload.c: Include <memcheck.h>.
48471         (main): Call mtrace.  Close all opened handles.
48472
48473 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48474
48475         [BZ #12454]
48476         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48477         dependencies are missing.
48478
48479 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48480
48481         Fix __if_freereq crash: Unlike the generic version which uses free,
48482         Hurd needs munmap.
48483         * sysdeps/mach/hurd/ifreq.h: New file.
48484
48485 2011-01-27  Petr Baudis  <pasky@suse.cz>
48486             Ulrich Drepper  <drepper@gmail.com>
48487
48488         [BZ 12445]#
48489         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48490         to extend_alloca().
48491         * stdio-common/bug23.c: New file.
48492         * stdio-common/Makefile (tests): Add bug23.
48493
48494 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48495             Ulrich Drepper  <drepper@gmail.com>
48496
48497         [BZ #12489]
48498         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48499         before performing relro protection.  At old place add assertion
48500         to make sure nothing changed.
48501
48502 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48503             Glauber de Oliveira Costa  <glommer@gmail.com>
48504
48505         * elf/elf.h: Add new ARM TLS relocs.
48506
48507 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48508
48509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48510         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48511         cast from r3.
48512         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48513         'tests' variable.
48514         * sysdeps/wordsize-64/tst-writev.c: New file.
48515
48516 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48517
48518         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48519         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48520         insns in _dl_start to prevent a TOC reference before relocs are
48521         resolved.
48522
48523 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48524
48525         [BZ #12469]
48526         * Makeconfig: Remove RANLIB definition.
48527         * Makerules: Don't use RANLIB.
48528         * aclocal.m4: Remove ranlib test.
48529         * configure.in: No need to check for ranlib.
48530         * elf/rtld-Rules: Don't use RANLIB.
48531
48532 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48533
48534         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48535         protection macro.
48536         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48537         inclusion protection macro.
48538
48539         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48540         SIGRTMIN and SIGRTMAX and print information in that case only when
48541         SIGRTMIN is defined.
48542
48543 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48544
48545         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48546         arginfo fn returning -1.
48547
48548         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48549         and thousands string is zero terminated.
48550
48551 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48552
48553         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48554         sysdeps/unix/sysv/linux/bits/socket.h.
48555
48556 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48557
48558         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48559         (__CPU_COUNT): Remove old macros.
48560         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48561         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48562         (__CPU_ALLOC, __CPU_FREE): Add macros.
48563         (__sched_cpualloc, __sched_cpufree): Add declarations.
48564
48565 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48566
48567         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48568         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48569         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48570         (readdhstai): Return value of addhstaiX call.
48571         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48572         (addgrbyX): Return value returned by cache_addgr.
48573         (readdgrbyname): Return value returned by addgrbyX.
48574         (readdgrbygid): Likewise.
48575         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48576         (addpwbyX): Return value returned by cache_addpw.
48577         (readdpwbyname): Return value returned by addhstbyX.
48578         (readdpwbyuid): Likewise.
48579         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48580         (addservbyX): Return value returned by cache_addserv.
48581         (readdservbyname): Return value returned by addservbyX:
48582         (readdservbyport): Likewise.
48583         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48584         (addhstbyX): Return value returned by cache_addhst.
48585         (readdhstbyname): Return value returned by addhstbyX.
48586         (readdhstbyaddr): Likewise.
48587         (readdhstbynamev6): Likewise.
48588         (readdhstbyaddrv6): Likewise.
48589         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48590         (readdinitgroups): Return value returned by addinitgroupsX.
48591         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48592         (prune_cache): Keep track of timeout value of re-added entries.
48593         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48594         * nscd/nscd.h: Adjust prototypes of readd* functions.
48595
48596 2011-02-04  Roland McGrath  <roland@redhat.com>
48597
48598         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48599         (nis_stats): Likewise.
48600         * nis/nis_modify.c (nis_modify): Likewise.
48601         * nis/nis_remove.c (nis_remove): Likewise.
48602         * nis/nis_add.c (nis_add): Likewise.
48603
48604         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48605
48606         * posix/fnmatch_loop.c: Add some consts.
48607
48608         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48609
48610 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48611
48612         [BZ #12460]
48613         * config.make.in (config-cflags-novzeroupper): Define.
48614         * configure.in: Substitute libc_cv_cc_novzeroupper.
48615         * elf/Makefile (AVX-CFLAGS): Define.
48616         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48617         (CFLAGS-tst-auditmod4a.c): Likewise.
48618         (CFLAGS-tst-auditmod4b.c): Likewise.
48619         (CFLAGS-tst-auditmod6b.c): Likewise.
48620         (CFLAGS-tst-auditmod6c.c): Likewise.
48621         (CFLAGS-tst-auditmod7b.c): Likewise.
48622         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48623
48624 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48625
48626         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48627         function to the callback.
48628         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48629
48630 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48631
48632         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48633         of errno.
48634
48635 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48636
48637         [BZ #11724]
48638         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48639         of constructors.
48640         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48641         of destructors.
48642         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48643
48644         [BZ #11724]
48645         * elf/Makefile: Add rules to build and run new test.
48646         * elf/tst-initorder.c: New file.
48647         * elf/tst-initorder.exp: New file.
48648         * elf/tst-initordera1.c: New file.
48649         * elf/tst-initordera2.c: New file.
48650         * elf/tst-initordera3.c: New file.
48651         * elf/tst-initordera4.c: New file.
48652         * elf/tst-initorderb1.c: New file.
48653         * elf/tst-initorderb2.c: New file.
48654         * elf/tst-order-a1.c: New file.
48655         * elf/tst-order-a2.c: New file.
48656         * elf/tst-order-a3.c: New file.
48657         * elf/tst-order-a4.c: New file.
48658         * elf/tst-order-b1.c: New file.
48659         * elf/tst-order-b2.c: New file.
48660         * elf/tst-order-main.c: New file.
48661         New test case by George Gensure <werkt0@gmail.com>.
48662
48663 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48664
48665         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48666         decoding ACE if AI_CANONIDN.
48667
48668 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48669
48670         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48671
48672 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48673
48674         * version.h (RELEASE): Bump for 2.13 release.
48675         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48676
48677         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48678
48679         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48680         MADV_NOHUGEPAGE.
48681         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48682         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48683         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48684         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48685         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48686         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48687
48688         * posix/getconf.c: Update copyright year.
48689         * catgets/gencat.c: Likewise.
48690         * csu/version.c: Likewise.
48691         * debug/catchsegv.sh: Likewise.
48692         * debug/xtrace.sh: Likewise.
48693         * elf/ldconfig.c: Likewise.
48694         * elf/ldd.bash.in: Likewise.
48695         * elf/sprof.c (print_version): Likewise.
48696         * iconv/iconv_prog.c: Likewise.
48697         * iconv/iconvconfig.c: Likewise.
48698         * locale/programs/locale.c: Likewise.
48699         * locale/programs/localedef.c: Likewise.
48700         * malloc/memusage.sh: Likewise.
48701         * malloc/mtrace.pl: Likewise.
48702         * nscd/nscd.c (print_version): Likewise.
48703         * nss/getent.c: Likewise.
48704
48705         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48706         PF_CAIF, and PF_ALG.
48707         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48708
48709 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48710
48711         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48712         (modules-names): Use them.
48713         (ifunc-test-modules, ifunc-pie-tests): Define.
48714         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48715         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48716         (test-extras): Likewise.
48717         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48718         $(compile-command.c).
48719         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48720         (all-built-dso): Define.
48721         (check-textrel.out, check-execstack.out): Depend on it.
48722
48723         * configure.in: Don't override --enable-multi-arch.
48724
48725 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48726
48727         [BZ #6812]
48728         * nscd/hstcache.c (tryagain): Define.
48729         (cache_addhst): Return tryagain not notfound for temporary errors.
48730         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48731         failed.
48732
48733 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48734
48735         [BZ #10563]
48736         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48737         to make the syscall.
48738         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48739
48740         [BZ #12378]
48741         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48742         and fall back to matching as normal character if the string ends before
48743         the matching ']' is found.  This is what POSIX requires.
48744         * posix/testfnm.c: Adjust test result.
48745         * posix/globtest.sh: Adjust test result.  Add new test.
48746         * posix/tst-fnmatch.input: Likewise.
48747         * posix/tst-fnmatch2.c: Add new test.
48748
48749 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48750
48751         * elf/Makefile (check-execstack): Revert last change.  Depend on
48752         check-execstack.h.
48753         (check-execstack.h): New target.
48754         (generated): Add check-execstack.h.
48755         * elf/check-execstack.c: Include "check-execstack.h".
48756         (main): Revert last change.
48757         (handle_file): Return zero if GNU_STACK is absent and
48758         DEFAULT_STACK_PERMS doesn't include PF_X.
48759
48760 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48761
48762         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48763         in child fails because the descriptor is already closed.
48764         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48765         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48766         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48767
48768         [BZ #12397]
48769         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48770         syscall.
48771
48772         [BZ #10484]
48773         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48774         temporary buffer used to handle multi lookups locally.
48775         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48776
48777 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48778
48779         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48780         loader is ld.so.
48781
48782 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48783
48784         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48785         alignment for SSE2.
48786
48787 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48788
48789         [BZ #12394]
48790         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48791         characters.  When rounding increased number of integer digits recompute
48792         number of groups.
48793         * stdio-common/tst-grouping.c: New file.
48794         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48795
48796 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48797
48798         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48799         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48800
48801         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48802         void.
48803         * bits/select.h: Likewise.
48804
48805 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48806
48807         * po/ja.po: Update from translation team.
48808
48809 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48810
48811         [BZ #11155]
48812         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48813         implementation just like for lxstat, fxstatat, et al.
48814
48815 2010-12-27  Jim Meyering  <meyering@redhat.com>
48816
48817         [BZ #12348]
48818         * posix/regexec.c (build_trtable): Return failure indication upon
48819         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48820
48821 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48822
48823         [BZ #12201]
48824         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48825         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48826         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48827         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48828
48829         [BZ #12207]
48830         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48831
48832         [BZ #12204]
48833         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48834         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48835
48836 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48837
48838         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48839         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48840         script has SORT_BY_INIT_PRIORITY.
48841         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48842         NO_CTORS_DTORS_SECTIONS is defined.
48843         * elf/soinit.c: Likewise.
48844         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48845         NO_CTORS_DTORS_SECTIONS is defined.
48846         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48847         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48848         * sysdeps/sh/init-first.c: Likewise.
48849         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48850
48851 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48852
48853         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48854         always use the slow path.
48855
48856 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48857
48858         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48859         similar rule which adds the sysdep directories to the header search in
48860         order to pick up the correct platform stackinfo.h.
48861         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48862         perform test if it is, otherwise return successfully without testing.
48863         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48864         DEFAULT_STACK_PERMS define in stackinfo.h.
48865         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48866         defined in stackinfo.h.
48867         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48868         DEFAULT_STACK_PERMS defined in stackinfo.h.
48869         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48870         * sysdeps/ia64/stackinfo.h: Likewise.
48871         * sysdeps/s390/stackinfo.h: Likewise.
48872         * sysdeps/sh/stackinfo.h: Likewise.
48873         * sysdeps/sparc/stackinfo.h: Likewise.
48874         * sysdeps/x86_64/stackinfo.h: Likewise.
48875         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48876         PF_X for powerpc64.  Retain PF_X for powerpc32.
48877
48878 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48879
48880         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48881         accurately.
48882         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48883         GETDENTS_64BIT_ALIGNED.
48884
48885 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48886
48887         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48888
48889 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48890
48891         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48892         _GNU_SOURCE.
48893
48894         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48895         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48896         Remove __restrict.
48897         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48898         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48899
48900 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48901
48902         [BZ #11655]
48903         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48904         are initialized.
48905
48906 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48907
48908         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48909
48910 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48911
48912         * po/it.po: Update from translation team.
48913
48914 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48915
48916         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48917         unused codes.
48918
48919 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48920
48921         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48922
48923 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48924
48925         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48926         specially.
48927         (gaih_getanswer_slice): Likewise.
48928
48929 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48930
48931         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48932
48933 2010-05-31  Petr Baudis  <pasky@suse.cz>
48934
48935         [BZ #11149]
48936         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48937         silently even in the chroot mode.
48938
48939 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48940
48941         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48942         last patch a bit.  Pretty printing
48943
48944 2010-05-31  Petr Baudis <pasky@suse.cz>
48945
48946         [BZ #10085]
48947         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48948         initialization of skip_initgroups_dyn.
48949
48950 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48951
48952         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48953         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48954
48955 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48956
48957         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48958
48959 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48960
48961         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48962         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48963         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48964         ($(objpfx)tst-fnmatch-mem): New rule.
48965         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48966         * posix/tst-fnmatch.c (main): Call mtrace.
48967
48968 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48969
48970         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48971         Support Intel processor model 6 and model 0x2c.
48972
48973 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48974
48975         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48976           signed comparison.
48977
48978 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48979
48980         [BZ #12205]
48981         * string/test-strncasecmp.c (check_result): New function.
48982         (do_one_test): Use it.
48983         (check1): New function.
48984         (test_main): Use it.
48985         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48986         Support strcasecmp and strncasecmp.
48987
48988 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48989
48990         [BZ #12194]
48991         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
48992         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48993
48994 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
48995
48996         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48997         IFUNC support.
48998         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48999         memset-x86-64.
49000         * sysdeps/x86_64/multiarch/bzero.S: New file.
49001         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49002         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49003         * sysdeps/x86_64/multiarch/memset.S: New file.
49004         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49005         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49006         Set bit_Prefer_SSE_for_memop for Intel processors.
49007         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49008         Define.
49009         (index_Prefer_SSE_for_memop): Define.
49010         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49011
49012 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49013
49014         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49015         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49016
49017 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49018
49019         [BZ #12191]
49020         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49021         (__x86_64_raw_data_cache_size_half): Likewise.
49022         (__x86_64_raw_shared_cache_size): Likewise.
49023         (__x86_64_raw_shared_cache_size_half): Likewise.
49024
49025         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49026         (__x86_64_raw_data_cache_size_half): Likewise.
49027         (__x86_64_raw_shared_cache_size): Likewise.
49028         (__x86_64_raw_shared_cache_size_half): Likewise.
49029         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49030         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49031         and __x86_64_raw_shared_cache_size_half.  Round
49032         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49033         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49034         to multiple of 256 bytes.
49035
49036 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49037
49038         [BZ #12167]
49039         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49040         of inacessible symlinks.  Verify result of symlink before returning it.
49041         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49042         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49043
49044 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49045
49046         * math/math.h (isinf): Fix typo in comment.
49047
49048 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49049
49050         * po/da.po: Update from translation team.
49051
49052 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49053
49054         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49055         is added to the list.
49056
49057 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49058             Ulrich Drepper  <drepper@gmail.com>
49059
49060         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49061         the global list here.  Move code to...
49062         (_dl_add_to_namespace_list): ...here.  New function.
49063         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49064         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49065         * elf/dl-load.c (lose): Don't remove the element from the list.
49066         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49067         (_dl_map_object): Likewise.
49068
49069 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49070
49071         [BZ #12159]
49072         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49073         into all bytes of SSE register.
49074         Patch by Richard Li <richardpku@gmail.com>.
49075
49076 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49077
49078         [BZ #12140]
49079         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49080         perturbing.
49081
49082 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49083
49084         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49085         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49086         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49087         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49089         submachine.
49090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49091
49092 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49093
49094         * include/dlfcn.h (__RTLD_SECURE): Define.
49095         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49096         mode & __RTLD_SECURE instead.
49097         (open_path): Rename preloaded parameter to secure.
49098         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49099         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49100         * elf/dl-deps.c (openaux): Likewise.
49101         * elf/rtld.c (struct map_args): Remove is_preloaded.
49102         (map_doit): Don't use it.
49103         (dl_main): Likewise.
49104         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49105         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49106
49107 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49108
49109         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49110         (sysd-rules-targets): Remove duplicates.
49111         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49112         rtld-%.$o dependency.
49113
49114 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49115
49116         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49117         _dl_map_object do it.
49118
49119 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49120
49121         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49122         fast fma builtins, define the macros in the C99 standard.
49123         (FP_FAST_FMAF): Likewise.
49124         (FP_FAST_FMAL): Likewise.
49125         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49126
49127         * bits/mathdef.h: Update copyright year.
49128         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49129
49130 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49131
49132         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49133         builtins, define the macros in the C99 standard.
49134         (FP_FAST_FMAF): Likewise.
49135         (FP_FAST_FMAL): Likewise.
49136         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49137         multiply/add.
49138         (FP_FAST_FMAF): Likewise.
49139
49140 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49141
49142         [BZ #3268]
49143         * math/libm-test.inc (fma_test): Some new testcases.
49144         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49145         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49146         y and infinite z.  Do multiplication by C already in long double.
49147         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49148         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49149         y and infinite z.  Do bitwise or of inexact bit into u.d.
49150         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49151         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49152         * sysdeps/i386/fpu/s_fma.S: Removed.
49153         * sysdeps/i386/fpu/s_fmal.S: Removed.
49154
49155 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49156
49157         [BZ #3268]
49158         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49159         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49160         computation is not scheduled after fetestexcept.  Fix value
49161         of minimum denormal long double.
49162
49163 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49164
49165         [BZ #3268]
49166         * math/libm-test.inc (fma_test): Add some more tests.
49167         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49168         correctly.
49169
49170 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49171
49172         * scripts/data/localplt-s390-linux-gnu.data: New file.
49173         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49174
49175 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49176
49177         [BZ #3268]
49178         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49179         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49180         instead of dbl-64.
49181         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49182         inlines.
49183         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49184         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49185         if one of x and y is very large and the other is subnormal.
49186         * sysdeps/s390/fpu/s_fmaf.c: New file.
49187         * sysdeps/s390/fpu/s_fma.c: New file.
49188         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49189         * sysdeps/powerpc/fpu/s_fma.S: New file.
49190         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49191         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49192         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49193
49194 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49195
49196         [BZ #3268]
49197         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49198         fma tests.
49199         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49200         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49201         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49202         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49203         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49204         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49205         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49206
49207 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49208
49209         [BZ #12078]
49210         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49211         * posix/bug-regex31.input: Add test case.
49212
49213 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49214
49215         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49216         * posix/bug-regex31.input: New file.
49217
49218         [BZ #12078]
49219         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49220         (parse_sub_exp): Fix last change, use postorder.
49221
49222         * posix/bug-regex31.c: New file.
49223         * posix/Makefile: Add rules to build and run bug-regex31.
49224
49225         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49226
49227         [BZ #12078]
49228         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49229
49230         [BZ #12108]
49231         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49232         to have entries in sys_siglist.
49233
49234         [BZ #12093]
49235         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49236         be NULL.
49237
49238 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49239
49240         [BZ #3268]
49241         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49242         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49243         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49244         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49245         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49246         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49247         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49248         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49249         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49250         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49251         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49252         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49253         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49254         * math/ftestexcept.c (fetestexcept): Likewise.
49255         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49256         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49257         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49258         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49259         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49260         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49261         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49262
49263 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49264
49265         [BZ #12107]
49266         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49267         newline.
49268
49269 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49270
49271         * string/bug-strstr1.c: New file.
49272         * string/Makefile: Add rules to build and run bug-strstr1.
49273
49274 2010-10-05  Eric Blake  <eblake@redhat.com>
49275
49276         [BZ #12092]
49277         * string/str-two-way.h (two_way_long_needle): Always clear memory
49278         when skipping input due to the shift table.
49279
49280 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49281
49282         [BZ #12005]
49283         * malloc/mcheck.c: Handle large requests.
49284
49285         [BZ #12077]
49286         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49287         for strncmp and strncasecmp.
49288         * string/stratcliff.c: Add tests for strcmp and strncmp.
49289         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49290
49291 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49292
49293         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49294         __set_fpscr.
49295
49296 2010-09-30  Andreas Jaeger  <aj@suse.de>
49297
49298         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49299         (CGROUP_SUPER_MAGIC): Define.
49300         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49301         Handle btrfs and cgroup file systems.
49302         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49303         Likewise.
49304
49305 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49306
49307         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49308         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49309
49310 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49311
49312         [BZ #12067]
49313         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49314         trying to locate the ELF header.
49315
49316 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49317
49318         [BZ #11611]
49319         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49320         Mask out sign-bit copies when constructing f_fsid.
49321
49322 2010-09-24  Petr Baudis <pasky@suse.cz>
49323
49324         * debug/stack_chk_fail_local.c: Add missing licence exception.
49325         * debug/warning-nop.c: Likewise.
49326
49327 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49328
49329         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49330         implementing getdents64 using getdents syscall, set d_type if
49331         __ASSUME_GETDENTS32_D_TYPE.
49332
49333 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49334
49335         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49336         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49337
49338 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49339
49340         [BZ #12037]
49341         * posix/unistd.h: Undo change of feature selection for ftruncate from
49342         2010-01-11.
49343
49344 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49345
49346         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49347         detection.
49348
49349 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49350
49351         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49352         fanotify_mark.
49353         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49354
49355 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49356
49357         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49358         variables after CHECK_SP call.
49359         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49360
49361 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49362             Ulrich Drepper  <drepper@redhat.com>
49363
49364         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49365         re-relocationg ld.so.
49366         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49367         _dl_init_paths call.
49368         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49369         here anymore.
49370
49371 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49372
49373         * resolv/res_init.c (__res_vinit): Count the default server we added.
49374
49375 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49376             Ulrich Drepper  <drepper@redhat.com>
49377
49378         [BZ #11968]
49379         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49380         (____longjmp_chk): Use %ebx for saving value across system call.
49381         Add unwind info.
49382
49383 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49384
49385         * manual/Makefile: Don't mix pattern rules with normal rules.
49386
49387 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49388
49389         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49390         operation.
49391         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49392         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49393         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49394         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49395         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49396         Likewise.
49397
49398 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49399
49400         [BZ #11979]
49401         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49402         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49403
49404 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49405
49406         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49407         * sysdeps/x86_64/addmul_1.S: Likewise.
49408         * sysdeps/x86_64/lshift.S: Likewise.
49409         * sysdeps/x86_64/mul_1.S: Likewise.
49410         * sysdeps/x86_64/rshift.S: Likewise.
49411         * sysdeps/x86_64/sub_n.S: Likewise.
49412         * sysdeps/x86_64/submul_1.S: Likewise.
49413
49414 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49415
49416         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49417         Define __sched_param instead of SCHED_* and sched_param when
49418         <bits/sched.h> is included with __need_schedparam defined.
49419         * bits/sched.h [__need_schedparam]
49420         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49421         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49422         (__defined_schedparam): Define to 1.
49423         (__sched_param): New structure, identical to sched_param.
49424         (__need_schedparam): Undefine.
49425
49426 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49427
49428         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49429         (epoll_create1): Declare.
49430
49431         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49432
49433 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49434
49435         [BZ #7066]
49436         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49437         shifting retval into place.
49438
49439 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49440
49441         * nis/rpcsvc/nis.h: Update copyright notice.
49442         * nis/rpcsvc/nis.x: Likewise.
49443         * nis/rpcsvc/nis_callback.h: Likewise.
49444         * nis/rpcsvc/nis_callback.x: Likewise.
49445         * nis/rpcsvc/nis_object.x: Likewise.
49446         * nis/rpcsvc/nis_tags.h: Likewise.
49447         * nis/rpcsvc/yp.h: Likewise.
49448         * nis/rpcsvc/yp.x: Likewise.
49449         * nis/rpcsvc/ypupd.h: Likewise.
49450         * nis/yp_xdr.c: Likewise.
49451         * nis/ypupdate_xdr.c: Likewise.
49452
49453         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49454         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49455         (pmap_getport): Use __libc_rpc_getport.
49456         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49457         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49458         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49459
49460 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49461
49462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49463         fanotify_mark.
49464
49465 2010-08-27  Roland McGrath  <roland@redhat.com>
49466
49467         * sysdeps/i386/i686/multiarch/Makefile
49468         (CFLAGS-varshift.c): New variable.
49469
49470 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49471
49472         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49473         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49474
49475         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49476
49477         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49478
49479 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49480
49481         * sysdeps/x86_64/strlen.S: Unroll the loop.
49482         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49483         strlen-sse2 strlen-sse2-bsf.
49484         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49485         __strlen_no_bsf if bit_Slow_BSF is set.
49486         (__strlen_sse42): Removed.
49487         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49488         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49489
49490 2010-08-25  Roland McGrath  <roland@redhat.com>
49491
49492         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49493         * sysdeps/x86_64/multiarch/varshift.c: New file.
49494         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49495         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49496         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49497         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49498
49499 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49500
49501         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49502         strlen-sse2 strlen-sse2-bsf.
49503         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49504         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49505         (__strlen_sse2): Removed.
49506         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49507         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49508         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49509         bit_Slow_BSF for Atom.
49510         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49511         (index_Slow_BSF): Define.
49512         (HAS_SLOW_BSF): Define.
49513
49514 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49515
49516         [BZ #10851]
49517         * resolv/res_init.c (__res_vinit): When no server address at all
49518         is given default to loopback.
49519
49520 2010-08-24  Roland McGrath  <roland@redhat.com>
49521
49522         * configure.in: Remove config-name.h generation.
49523         * configure: Regenerated.
49524         * config-name.in: File removed.
49525         * scripts/config-uname.sh: New file.
49526         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49527         ($(objdir)config-name.h): New target.
49528
49529         * sunrpc/rpc_parse.h: Avoid nested comment.
49530
49531 2010-08-24  Richard Henderson  <rth@redhat.com>
49532             Ulrich Drepper  <drepper@redhat.com>
49533             H.J. Lu  <hongjiu.lu@intel.com>
49534
49535         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49536         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49537         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49538         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49539         _mm_alignr_epi8 with _mm_loadu_si128.
49540         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49541         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49542         (__m128i_shift_right): Removed.
49543         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49544         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49545         * sysdeps/x86_64/multiarch/varshift.h: New file.
49546         * sysdeps/x86_64/multiarch/varshift.S: New file.
49547
49548 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49549
49550         * configure.in: Move assembler checks to before sysdep dir checking.
49551
49552 2010-08-20  Petr Baudis  <pasky@suse.cz>
49553
49554         * LICENSES: Sync the sunrpc license.
49555
49556 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49557
49558         * sunrpc/auth_des.c: Update copyright notice once again.
49559         * sunrpc/auth_none.c: Likewise.
49560         * sunrpc/auth_unix.c: Likewise.
49561         * sunrpc/authdes_prot.c: Likewise.
49562         * sunrpc/authuxprot.c: Likewise.
49563         * sunrpc/bindrsvprt.c: Likewise.
49564         * sunrpc/clnt_gen.c: Likewise.
49565         * sunrpc/clnt_perr.c: Likewise.
49566         * sunrpc/clnt_raw.c: Likewise.
49567         * sunrpc/clnt_simp.c: Likewise.
49568         * sunrpc/clnt_tcp.c: Likewise.
49569         * sunrpc/clnt_udp.c: Likewise.
49570         * sunrpc/clnt_unix.c: Likewise.
49571         * sunrpc/des_crypt.c: Likewise.
49572         * sunrpc/des_soft.c: Likewise.
49573         * sunrpc/get_myaddr.c: Likewise.
49574         * sunrpc/getrpcport.c: Likewise.
49575         * sunrpc/key_call.c: Likewise.
49576         * sunrpc/key_prot.c: Likewise.
49577         * sunrpc/openchild.c: Likewise.
49578         * sunrpc/pm_getmaps.c: Likewise.
49579         * sunrpc/pm_getport.c: Likewise.
49580         * sunrpc/pmap_clnt.c: Likewise.
49581         * sunrpc/pmap_prot.c: Likewise.
49582         * sunrpc/pmap_prot2.c: Likewise.
49583         * sunrpc/pmap_rmt.c: Likewise.
49584         * sunrpc/rpc/auth.h: Likewise.
49585         * sunrpc/rpc/auth_unix.h: Likewise.
49586         * sunrpc/rpc/clnt.h: Likewise.
49587         * sunrpc/rpc/des_crypt.h: Likewise.
49588         * sunrpc/rpc/key_prot.h: Likewise.
49589         * sunrpc/rpc/netdb.h: Likewise.
49590         * sunrpc/rpc/pmap_clnt.h: Likewise.
49591         * sunrpc/rpc/pmap_prot.h: Likewise.
49592         * sunrpc/rpc/pmap_rmt.h: Likewise.
49593         * sunrpc/rpc/rpc.h: Likewise.
49594         * sunrpc/rpc/rpc_des.h: Likewise.
49595         * sunrpc/rpc/rpc_msg.h: Likewise.
49596         * sunrpc/rpc/svc.h: Likewise.
49597         * sunrpc/rpc/svc_auth.h: Likewise.
49598         * sunrpc/rpc/types.h: Likewise.
49599         * sunrpc/rpc/xdr.h: Likewise.
49600         * sunrpc/rpc_clntout.c: Likewise.
49601         * sunrpc/rpc_cmsg.c: Likewise.
49602         * sunrpc/rpc_common.c: Likewise.
49603         * sunrpc/rpc_cout.c: Likewise.
49604         * sunrpc/rpc_dtable.c: Likewise.
49605         * sunrpc/rpc_hout.c: Likewise.
49606         * sunrpc/rpc_main.c: Likewise.
49607         * sunrpc/rpc_parse.c: Likewise.
49608         * sunrpc/rpc_parse.h: Likewise.
49609         * sunrpc/rpc_prot.c: Likewise.
49610         * sunrpc/rpc_sample.c: Likewise.
49611         * sunrpc/rpc_scan.c: Likewise.
49612         * sunrpc/rpc_scan.h: Likewise.
49613         * sunrpc/rpc_svcout.c: Likewise.
49614         * sunrpc/rpc_tblout.c: Likewise.
49615         * sunrpc/rpc_util.c: Likewise.
49616         * sunrpc/rpc_util.h: Likewise.
49617         * sunrpc/rpcinfo.c: Likewise.
49618         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49619         * sunrpc/rpcsvc/key_prot.x: Likewise.
49620         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49621         * sunrpc/rpcsvc/mount.x: Likewise.
49622         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49623         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49624         * sunrpc/rpcsvc/rex.x: Likewise.
49625         * sunrpc/rpcsvc/rstat.x: Likewise.
49626         * sunrpc/rpcsvc/rusers.x: Likewise.
49627         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49628         * sunrpc/rpcsvc/spray.x: Likewise.
49629         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49630         * sunrpc/rtime.c: Likewise.
49631         * sunrpc/svc.c: Likewise.
49632         * sunrpc/svc_auth.c: Likewise.
49633         * sunrpc/svc_authux.c: Likewise.
49634         * sunrpc/svc_raw.c: Likewise.
49635         * sunrpc/svc_run.c: Likewise.
49636         * sunrpc/svc_simple.c: Likewise.
49637         * sunrpc/svc_tcp.c: Likewise.
49638         * sunrpc/svc_udp.c: Likewise.
49639         * sunrpc/svc_unix.c: Likewise.
49640         * sunrpc/svcauth_des.c: Likewise.
49641         * sunrpc/xcrypt.c: Likewise.
49642         * sunrpc/xdr.c: Likewise.
49643         * sunrpc/xdr_array.c: Likewise.
49644         * sunrpc/xdr_float.c: Likewise.
49645         * sunrpc/xdr_mem.c: Likewise.
49646         * sunrpc/xdr_rec.c: Likewise.
49647         * sunrpc/xdr_ref.c: Likewise.
49648         * sunrpc/xdr_sizeof.c: Likewise.
49649         * sunrpc/xdr_stdio.c: Likewise.
49650
49651         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49652         handling.
49653
49654 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49655
49656         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49657
49658 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49659
49660         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49661         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49662         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49663         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49664         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49665         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49666         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49667         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49668         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49669         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49670         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49671         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49672         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49673         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49674
49675 2010-07-26  Anton Blanchard  <anton@samba.org>
49676
49677         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49678         * malloc/arena.c (heap_trim): Likewise.
49679
49680 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49681
49682         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49683         here.  Not...
49684         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49685         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49686
49687 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49688
49689         * sysdeps/i386/elf/Makefile: New file.
49690
49691 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49692
49693         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49694         from fanotify_init.
49695         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49696         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49697
49698 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49699
49700         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49701         of strncasecmp_l.
49702         * sysdeps/multiarch/strcmp.S: Likewise.
49703
49704 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49705
49706         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49707         strncase_l-nonascii.
49708         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49709         Add strncase_l-ssse3.
49710         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49711         * sysdeps/x86_64/strcmp.S: Likewise.
49712         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49713         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49714         * sysdeps/x86_64/strncase.S: New file.
49715         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49716         * sysdeps/x86_64/strncase_l.S: New file.
49717         * string/Makefile (strop-tests): Add strncasecmp.
49718         * string/test-strncasecmp.c: New file.
49719
49720         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49721         warning.
49722
49723         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49724         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49725
49726 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49727
49728         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49729
49730 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49731
49732         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49733         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49734         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49735
49736 2010-05-01  Alan Modra  <amodra@gmail.com>
49737
49738         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49739         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49740         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49741         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49742         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49743         tidying.  Don't tail-call __sigjmp_save for static lib.
49744         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49745         save location.
49746         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49747         (CALL_MCOUNT): Add eh info, and nop after bl.
49748         (TAIL_CALL_SYSCALL_ERROR): New macro.
49749         (PSEUDO_RET): Use it.
49750         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49751         Correct save location of integer regs and cr.
49752         (_dl_profile_resolve): Correct cr save location.  Delete nops
49753         after bl when SHARED.  Reduce cfi size a little by better
49754         placement of cfi directives.
49755         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49756         make a stack frame.  Instead use parm save area as a temp.
49757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49758         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49760         Don't make a stack frame for parent, use parm save area.
49761         Increase child stack frame to 112 bytes.  Don't save unused reg,
49762         and adjust reg usage.  Set up cfi on error recovery and
49763         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49765         (__makecontext): Add dummy nop after jump to exit.
49766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49767         Use correct parm save area and cr save, reduce stack frame.
49768         Correct cfi for possible PSEUDO_RET frame setup.
49769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49770         Branch to local label emitted by PSEUDO_RET rather than
49771         __syscall_error.
49772
49773 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49774
49775         [BZ #11904]
49776         * locale/programs/locale.c (print_assignment): New function.
49777         (show_locale_vars): Use it.
49778
49779 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49780
49781         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49782         field.
49783         (struct statfs64): Likewise.
49784         (_STATFS_F_FLAGS): Define.
49785         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49786         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49787         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49788         (ST_VALID): Define locally.
49789         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49790         __statvfs_getflags, use the provided value.
49791         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49792         __ASSUME_STATFS_F_FLAGS.
49793
49794         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49795
49796         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49797         Add sys/fanotify.h.
49798         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49799         fanotify_mask for GLIBC_2.13.
49800         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49801         fanotify_init and fanotify_mark.
49802         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49803         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49804
49805         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49806         Add prlimit.
49807         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49808         prlimit64 for GLIBC_2.13.
49809         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49810         prlimit64.
49811         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49812         syscall.
49813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49814         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49815         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49816         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49817         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49818         add prlimit alias.
49819         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49820
49821         [BZ #11903]
49822         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49823         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49824
49825         * nss/Makefile: Add rules to build and run tst-nss-test1.
49826         * shlib-versions: Add entry for libnss_test1.
49827         * nss/nss_test1.c: New file.
49828         * nss/tst-nss-test1.c: New file.
49829
49830         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49831         (__nss_configure_lookup): Set appropriate entry in
49832         __nss_configure_lookup to true.
49833         * nss/nsswitch.h: Define enum with indeces of databases in
49834         databases and __nss_database_custom arrays.  Declare
49835         __nss_database_custom.
49836         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49837         to avoid using nscd when custom rules are installed.
49838         * nss/getXXbyYY_r.c: Likewise.
49839         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49840
49841         * nss/nss_files/files-parse.c: Whitespace fixes.
49842
49843 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49844
49845         [BZ #11883]
49846         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49847         * posix/fnmatch_loop.c: Likewise.
49848
49849 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49850
49851         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49852         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49853         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49854         * Versions.def [GLIBC_2.13]: Add.
49855
49856 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49857
49858         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49859         Also fail if tpwd after pwuid call is NULL.
49860
49861 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49862
49863         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49864         when converting to ms.
49865
49866 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49867
49868         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49869         EOPNOTSUPP errors with ENOTTY.
49870         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49871         EOPNOTSUPP errors with ENOTTY.
49872
49873 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49874
49875         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49876         Add strcasecmp_l-ssse3.
49877         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49878         strcasecmp.
49879         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49880         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49881         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49882
49883 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49884
49885         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49886
49887         * string/Makefile (strop-tests): Add strcasecmp.
49888         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49889         strcasecmp_l-nonascii.
49890         (gen-as-const-headers): Add locale-defines.sym.
49891         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49892         * sysdeps/x86_64/strcasecmp.S: New file.
49893         * sysdeps/x86_64/strcasecmp_l.S: New file.
49894         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49895         * sysdeps/x86_64/locale-defines.sym: New file.
49896         * string/test-strcasecmp.c: New file.
49897
49898         * string/test-strcasestr.c: Test both ends of the range of characters.
49899         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49900
49901 2010-07-29  Roland McGrath  <roland@redhat.com>
49902
49903         [BZ #11856]
49904         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49905
49906 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49907
49908         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49909         for ld.so.
49910
49911 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49912
49913         * manual/memory.texi (Malloc Tunable Parameters): Document
49914         M_PERTURB.
49915
49916 2010-07-26  Roland McGrath  <roland@redhat.com>
49917
49918         [BZ #11840]
49919         * configure.in (-fgnu89-inline check): Set and substitute
49920         gnu89_inline, not libc_cv_gnu89_inline.
49921         * configure: Regenerated.
49922         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49923
49924 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49925
49926         * string/test-strnlen.c: New file.
49927         * string/Makefile (strop-tests): Add strnlen.
49928         * string/tester.c (test_strnlen): Add a few more test cases.
49929         * string/tst-strlen.c: Better error reporting.
49930
49931         * sysdeps/x86_64/strnlen.S: New file.
49932
49933 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49934
49935         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49936         lower-latency instructions.
49937
49938 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49939
49940         * string/test-strcasestr.c: New file.
49941         * string/test-strstr.c: New file.
49942         * string/Makefile (strop-tests): Add strstr and strcasestr.
49943         * string/str-two-way.h: Don't undefine MAX.
49944         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49945
49946 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49947
49948         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49949         strcasestr-nonascii.
49950         (CFLAGS-strcasestr-nonascii.c): Define.
49951         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49952         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49953         Remove unused attribute.
49954
49955 2010-07-20  Roland McGrath  <roland@redhat.com>
49956
49957         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49958         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49959         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49960         like LD_HWCAP_MASK can disable hwcaps.
49961
49962 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49963
49964         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49965
49966 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49967
49968         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49969         call in strcasestr.
49970         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49971         __strcasestr_sse42_nonascii.
49972         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49973         strcasestr-nonascii.c.
49974         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49975
49976 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49977
49978         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49979         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49980         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49981         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49982
49983 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49984
49985         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49986         fcntl.
49987
49988 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49989
49990         [BZ #11577]
49991         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
49992         dl_signal_cerror.
49993
49994 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
49995
49996         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
49997         _PC_PIPE_BUF using F_GETPIPE_SZ.
49998
49999 2010-07-05  Roland McGrath  <roland@redhat.com>
50000
50001         * manual/arith.texi (Rounding Functions): Fix rint description
50002         implicit in round description.
50003
50004 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50005
50006         * elf/Makefile: Fix linking for a few tests to make recent linker
50007         happy.
50008
50009 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50010
50011         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50012         $(common-objpfx)libc_nonshared.a.
50013
50014 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50015
50016         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50017         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50018         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50019         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50020         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50021         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50022         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50023         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50038         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50039         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50040         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50041         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50042         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50043         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50044         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50045         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50046         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50047         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50048         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50049         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50064
50065 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50066
50067         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50068         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50069         * string/memmove.c (memmove): Renamed to ...
50070         (MEMMOVE): ...this.  Default to memmove.
50071         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50072         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50073         (END_CHK): Define.
50074         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50075         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50076         mempcpy-ssse3-back memmove-ssse3-back.
50077         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50078         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50079         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50080         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50081         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50082         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50083         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50084         * sysdeps/x86_64/multiarch/memmove.c: New file.
50085         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50086         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50087         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50088         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50089         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50090         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50091         Define.
50092         (index_Fast_Copy_Backward): Define.
50093         (HAS_ARCH_FEATURE): Define.
50094         (HAS_FAST_REP_STRING): Define.
50095         (HAS_FAST_COPY_BACKWARD): Define.
50096
50097 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50098
50099         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50100         Restore proper fallback handling.
50101
50102 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50103
50104         [BZ #11701]
50105         * posix/group_member.c (__group_member): Correct checking loop.
50106
50107         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50108         OOM in getpwuid_r correctly.  Return error number when the caller
50109         should return, otherwise -1.
50110         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50111         call returning > 0 value.
50112         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50113
50114 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50115
50116         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50117         libc_nonshared.a from targets in modules-names.
50118
50119 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50120
50121         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50122         requires it.
50123
50124 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50125
50126         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50127         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50128         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50129         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50130
50131 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50132
50133         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50134
50135 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50136
50137         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50138         and F_GETPIPE_SZ.
50139         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50140         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50141         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50142         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50143         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50144         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50145
50146 2010-06-14  Roland McGrath  <roland@redhat.com>
50147
50148         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50149
50150 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50151
50152         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50153         __REDIRECT followed by __THROW.
50154         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50155         * posix/getopt.h (getopt): Likewise.
50156
50157 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50158
50159         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50160         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50161         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50162         in AT_FLAGS.
50163         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50164         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50165
50166 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50167
50168         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50169
50170 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50171
50172         [BZ #11640]
50173         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50174         Properly check family and model.
50175
50176 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50177
50178         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50179
50180 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50181
50182         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50183
50184 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50185
50186         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50187         symbol reference.
50188
50189 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50190
50191         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50192         symbol reference.
50193
50194 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50195
50196         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50197         and internal_recvmmsg.
50198         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50199         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50200         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50201         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50202
50203         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50204         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50205         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50206
50207 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50208
50209         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50210
50211 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50212
50213         POWER7 optimizations.
50214         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50215         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50216
50217 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50218
50219         * version.h: Update for 2.13 development version.
50220
50221 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50222
50223         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50224         exceptions.  Return 0.
50225
50226 2010-05-07  Roland McGrath  <roland@redhat.com>
50227
50228         * elf/ldconfig.c (main): Add a const.
50229
50230 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50231
50232         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50233         (args_options): Add no-idn option.
50234         (ahosts_keys_int): Add idn_flags to ai_flags.
50235         (parse_option): Handle 'i' option to clear idn_flags.
50236
50237         * malloc/malloc.c (_int_free): Possible race in the most recently
50238         added check.  Only act on the data if no current modification
50239         happened.
50240
50241 See ChangeLog.17 for earlier changes.