Add correct variable names for _POSIX_IPV6 and _POSIX_RAW_SOCKETS
[platform/upstream/glibc.git] / ChangeLog
1 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
2
3         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4         _POSIX_RAW_SOCKETS.
5
6 2014-09-13  Allan McRae  <allan@archlinux.org>
7
8         * po/ru.po: Update Russian translation from translation project.
9
10 2014-09-12  Roland McGrath  <roland@hack.frob.com>
11
12         * locale/programs/locale.c (show_locale_vars): Inline local function
13         into its sole call site.  Clean up some style nits.
14         (print_item): New function, broken out of ...
15         (show_info): ... local function here.  Clean up style nits.
16
17         * locale/programs/ld-ctype.c (set_one_default): New function, broken
18         out of ...
19         (set_class_defaults): ... local function set_default here.
20         Define set_default as a macro locally to pass constant parameters.
21         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
22         rather than a shared local.
23
24         * stdlib/rpmatch.c (try): New function, broken out of ...
25         (rpmatch): ... local function here.  Also, prototypify definition.
26
27 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
28
29         * scripts/soversions.awk: Do not handle configuration names.
30         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
31         vendor and os variables to soversions.awk.
32         * configure.ac: Do not modify gnu-* host_os.
33         * configure: Regenerated
34         * shlib-versions: Remove first column with configuration names.
35         * nptl/shlib-versions: Likewise.
36         * nptl_db/shlib-versions: Likewise.
37         * sysdeps/hppa/shlib-versions: Likewise.
38         * sysdeps/m68k/shlib-versions: Likewise.
39         * sysdeps/mach/hurd/shlib-versions: Likewise.
40         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
41         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
42         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
43         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
44         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
45         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
46         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
47         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
48         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
49         Likewise.
50         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
51         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
52         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
53         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
54         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
55         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
56         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
57         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
58
59         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
60         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
61         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
62         Regenerated.
63         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
64         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
65         Condition symbol version definitions on [HAVE_ELFV2_ABI].
66
67         * shlib-versions: Remove OS-specific entries.  Moved to files in
68         sysdeps.
69         * sysdeps/mach/hurd/shlib-versions: New file.
70         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
71
72         * nptl/shlib-versions: Remove architecture-specific entries.
73         Moved to files in sysdeps.
74         * shlib-versions: Likewise.
75         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
76         file.
77         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
78         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
79         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
80         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
81
82         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
83         (UDP_NO_CHECK6_RX): Likewise.
84
85 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
86
87         * sysdeps/posix/sysconf.c (__sysconf): Spell
88         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
89
90 2014-08-12  Florian Weimer  <fweimer@redhat.com>
91
92         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
93         loading.
94         * iconv/Versions (__gconv_transliterate): Export for use from
95         gconv modules.
96         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
97         (struct __gconv_trans_data, __gconv_trans_fct,
98         __gconv_trans_context_fct, __gconv_trans_query_fct,
99         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
100         definitions.
101         (struct __gconv_step_data): Remove __trans member.
102         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
103         longer hidden.  Remove unused trans_data argument.
104         * iconv/gconv_int.h (struct trans_struct): Remove definition.
105         (__gconv_translit_find): Remove declaration.
106         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
107         prototype.
108         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
109         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
110         trans_data argument.  Add hidden definition.
111         (__gconv_translit_find): Remove.
112         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
113         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
114         * iconv/skeleton.c: Remove transliteration initialization.
115         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
116         __gconv_step_data initialization.
117         * libio/iofwide.c (__libio_translit_): Remove.
118         (_IO_fwide): Adjust struct __gconv_step_data initialization.
119         * wcsmbs/btowc.c (__btowc): Likewise.
120         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
121         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
122         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
123         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
124         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
125         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
126         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
127         * wcsmbs/wctob.c (wctob): Likewise.
128
129 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
130
131         [BZ #16194]
132         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
133         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
134         register usage.
135         * sysdeps/x86/Makefile: Adjust.
136
137 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
138             Roland McGrath  <roland@hack.frob.com>
139
140         * locale/weight.h: Add include guard.
141         (findidx): Make static rather than auto; take new parameters
142         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
143         * locale/weightwc.h: Likewise.
144         * posix/fnmatch_loop.c
145         (FCT): Change type of EXTRA from int32_t to wint_t.
146         Don't include either header inside the function.
147         Call FINDIDX rather than findidx, and pass new arguments.
148         #undef FINDIDX at the end of the file.
149         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
150         FINDIDX before including fnmatch_loop.c for the non-wide version.
151         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
152         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
153         for the wide version.
154         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
155         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
156         Pass new arguments to findidx.
157         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
158         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
159         Don't #include it inside the function.  Pass new arguments to findidx.
160         * posix/regex_internal.h
161         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
162         (re_string_elem_size_at): Don't #include it inside the function.
163         Pass new arguments to findidx.
164         * string/strcoll_l.c: #include WEIGHT_H at top level.
165         (get_next_seq): Don't #include it inside the function.
166         Pass new arguments to findidx.
167         (get_next_seq_nocache): Likewise.
168         * string/strxfrm_l.c: #include WEIGHT_H at top level.
169         (STRXFRM): Don't #include it inside the function.
170         Pass new arguments to findidx.
171
172 2014-09-11  Florian Weimer  <fweimer@redhat.com>
173
174         [BZ #17344]
175         * malloc/malloc.c (unlink): Turn asserts into a call to
176         malloc_printerr.
177
178 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
179
180         [BZ #17370]
181         * libio/wfileops (do_ftell_wide): Free OUT.
182
183 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
184
185         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
186
187 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
188
189         [BZ #17363]
190         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
191         group if the current group is empty.
192
193 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
194
195         * benchtests/bench-memset.c (test_main): Add more test from size
196         from 32 to 512 bytes.
197         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
198         Add POWER8 memset object.
199         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
200         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
201         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
202         implementation.
203         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
204         Likewise.
205         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
206         multiarch POWER8 memset optimization.
207         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
208         POWER8 memset optimization.
209
210         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
211         Remove bzero multiarch objects.
212         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
213         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
214         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
215         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
216         Remove define.
217         [__bzero]: Redefine to specific name.
218         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
219         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
220         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
221         define.
222         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
223         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
224
225 2014-09-10  Florian Weimer  <fweimer@redhat.com>
226
227         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
228         warnings into errors.
229
230         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
231         __cxa_thread_atexit_impl prototype.
232
233 2014-09-09  Steve Ellcey  <sellcey@mips.com>
234
235         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
236         Fix capitalization of error message.
237
238 2014-09-09  Steve Ellcey  <sellcey@mips.com>
239
240         * sysdeps/mips/preconfigure: Modify ABI tests.
241
242 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
243
244         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
245
246 2014-09-07  Roland McGrath  <roland@hack.frob.com>
247             Carlos O'Donell  <carlos@systemhalted.org>
248
249         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
250         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
251         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
252         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
253         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
254         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
255         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
256         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
257         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
258         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
259         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
260         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
261         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
262         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
263         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
264         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
265         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
266         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
267         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
268         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
269         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
270         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
271         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
272         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
273         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
274         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
275         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
276         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
277         Deconditionalize the code that was previously under [RESET_PID].
278         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
279         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
280         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
281         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
282         include sysdep.h.
283
284 2014-09-08  Allan McRae  <allan@archlinux.org>
285
286         * version.h (RELEASE): Set to "development".
287         (VERSION): Set to "2.20.90"
288
289 2014-09-07  Allan McRae  <allan@archlinux.org
290
291         * version.h (RELEASE): Set to "stable".
292         (VERSION): Set to "2.20"
293         * include/features.h (__GLIBC_MINOR__): Set to 20.
294
295         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
296         Liebler.
297
298         * po/ko.po: Update Korean translation from translation project.
299
300 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
301
302         [BZ #17354]
303         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
304         macro for handling signed relocations.
305
306 2014-09-03  Florian Weimer  <fweimer@redhat.com>
307
308         [BZ #17325]
309         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
310         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
311         assert.
312         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
313         * iconvdata/ibm935.c (BODY): Likewise.
314         * iconvdata/ibm937.c (BODY): Likewise.
315         * iconvdata/ibm939.c (BODY): Likewise.
316         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
317         assert.
318         * iconvdata/Makefile (iconv-test.out): Pass module list to test
319         script.
320         * iconvdata/run-iconv-test.sh: New test loop for checking for
321         decoder crashers.
322
323 2014-09-02  Khem Raj  <raj.khem@gmail.com>
324
325         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
326         libm_hidden_ver.
327
328 2014-09-01  Allan McRae  <allan@archlinux.org>
329
330         * po/eo.po: Update Esperanto translation from translation project.
331
332         * po/ca.po: Update Catalan translation from translation project.
333
334 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
335
336         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
337         __proc_dostop call.
338
339 2014-08-27  Mark Wielaard  <mjw@redhat.com>
340
341         [BZ #17319]
342         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
343         to call set_thread_area instead of hand written asm.
344         (__NR_set_thread_area): Removed define.
345         (TLS_FLAG_WRITABLE): Likewise.
346         (__ASSUME_SET_THREAD_AREA): Remove check.
347         (TLS_EBX_ARG): Remove define.
348         (TLS_LOAD_EBX): Likewise.
349
350 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
351
352         Simplify atomicity of socket creation in bind.
353
354         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
355         looking up the name after linking the file.
356
357 2014-08-27  Allan McRae  <allan@archlinux.org>
358
359         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
360
361 2014-08-26  Florian Weimer  <fweimer@redhat.com>
362
363         [BZ #17187]
364         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
365         trans_compare, open_translit, __gconv_translit_find):
366         Remove module loading code.
367
368 2014-08-26  Allan McRae  <allan@archlinux.org>
369
370         * po/vi.po: Update Vietnamese translation from translation project.
371
372         * po/uk.po: Update Ukrainian translation from translation project.
373
374         * po/fr.po: Update French translation from translation project.
375
376         * po/ru.po: Update Russian translation from translation project.
377
378         * po/pl.po: Update Polish translation from translation project.
379
380         * po/cs.po: Update Czech translation from translation project.
381
382         * po/de.po: Update German translation from translation project.
383
384         * po/bg.po: Update Bulgarian translation from translation project.
385
386         * po/sv.po: Update Sweedish translation from translation project.
387
388         * po/nl.po: Update Dutch translation from translation project.
389
390         * po/es.po: Update Spanish translation from translation project.
391
392 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
393
394         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
395
396         * catgets/Makefile (CPPFLAGS-gencat): Remove.
397         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
398         (CPPFLAGS-iconvconfig): Likewise.
399         * timezone/Makefile (CPPFLAGS-zic): Likewise.
400
401         * include/libc-symbols.h: Remove unnecessary check for
402         NOT_IN_libc.
403         * nptl/pthreadP.h: Likewise.
404         * sysdeps/aarch64/setjmp.S: Likewise.
405         * sysdeps/alpha/setjmp.S: Likewise.
406         * sysdeps/arm/sysdep.h: Likewise.
407         * sysdeps/i386/setjmp.S: Likewise.
408         * sysdeps/m68k/setjmp.c: Likewise.
409         * sysdeps/posix/getcwd.c: Likewise.
410         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
411         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
412         * sysdeps/s390/s390-32/setjmp.S: Likewise.
413         * sysdeps/s390/s390-64/setjmp.S: Likewise.
414         * sysdeps/sh/sh3/setjmp.S: Likewise.
415         * sysdeps/sh/sh4/setjmp.S: Likewise.
416         * sysdeps/unix/alpha/sysdep.h: Likewise.
417         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
418         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
419         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
420         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
423         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
424         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
425         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
426         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
427         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
428         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
429         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
430         * sysdeps/x86_64/setjmp.S: Likewise.
431
432 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
433
434         [BZ #17263]
435         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
436         <stdint.h>.
437         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
438         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
439
440 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
441
442         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
443
444         [BZ #17262]
445         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
446         and __x86_64__ when disabling x87 inline functions.
447
448 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
449
450         [BZ #17259]
451         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
452         asm statement with __cpuid_count.
453
454 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
455
456         * configure.ac: Change __ehdr_start code to dereference the struct.
457         Run readelf on the output to look for relocations.
458         * configure: Regenerated.
459
460 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
461
462         [BZ #17261]
463         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
464         value to 0.
465         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
466
467 2014-08-12  Roland McGrath  <roland@hack.frob.com>
468
469         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
470
471 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
472
473         [BZ #16892]
474         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
475         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
476
477 2014-08-12  Sean Anderson  <seanga2@gmail.com>
478
479         * malloc/malloc.c: Fix typo in comment.
480
481 2014-08-09  Allan McRae  <allan@archlinux.org>
482
483         * Regenerate libc.po.
484
485 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
486
487         * intl/tst-gettext2.sh: Check every lang file for creation.
488
489 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
490
491         * sysdeps/aarch64/fpu/math_private.h
492         (libc_feholdsetround_noex_aarch64_ctx): New function.
493
494 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
495
496         * sysdeps/arm/armv6/strcpy.S (strcpy):
497         Fix performance issue in misaligned cases.
498
499 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
500
501         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
502         Move definition from termios.h.
503         (struct termio): Likewise.
504         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
505         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
506         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
507         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
508         Likewise.
509         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
510         Move definition to ioctl-types.h
511         (struct termio): Likewise.
512         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
513         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
514         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
515         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
516         Likewise.
517
518 2014-08-05  Richard Henderson  <rth@redhat.com>
519
520         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
521         exceptions.
522         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
523         Add fraiseexcpt.
524         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
525         Use __feraiseexcept.
526         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
527         Protect libm symbols with IS_IN_libm.
528
529         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
530
531 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
532
533         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
534
535 2014-08-04  Will Newton  <will.newton@linaro.org>
536
537         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
538         file.
539
540 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
541
542         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
543         variants for each function.
544
545 2014-08-04  Roland McGrath  <roland@hack.frob.com>
546
547         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
548         appended ...
549         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
550         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
551         appended ...
552         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
553         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
554         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
555         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
556         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
557         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
558         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
559         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
560         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
561         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
562         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
563         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
564         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
565         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
566         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
567         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
568         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
569         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
570         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
571         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
572         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
573         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
574         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
575         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
576         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
577         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
578         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
579         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
580         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
581         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
582         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
583         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
584         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
585         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
586         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
587         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
588         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
589         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
590         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
591         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
592         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
593         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
594         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
595         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
596         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
597         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
598         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
599         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
600         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
601         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
602         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
603         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
604         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
605         Update #include.
606         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
607         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
608
609 2014-08-04  Roland McGrath  <roland@hack.frob.com>
610
611         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
612         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
613         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
614         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
615         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
616         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
617
618 2014-08-04  Roland McGrath  <roland@hack.frob.com>
619
620         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
621         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
622         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
623         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
624
625 2014-08-04  Roland McGrath  <roland@hack.frob.com>
626
627         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
628         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
629         (__libc_vfork): Define function under this name.
630         (__vfork): Define as an alias.
631         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
632         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
633
634 2014-08-04  Roland McGrath  <roland@hack.frob.com>
635
636         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
637         that was previously under [RESET_PID].
638         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
639
640 2014-08-04  Andreas Schwab  <schwab@suse.de>
641
642         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
643
644 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
645
646         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
647         (main): Likewise.
648
649 2014-08-01  Roland McGrath  <roland@hack.frob.com>
650
651         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
652
653 2014-08-01  Richard Henderon  <rth@redhat.com>
654
655         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
656         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
657         typo in exact zero test.
658         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
659         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
660         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
661
662 2014-08-01  Roland McGrath  <roland@hack.frob.com>
663
664         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
665         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
666         * sysdeps/arm/sysdep.h: ... here.
667         [!__ASSEMBLER__]: Include <stdint.h>.
668
669 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
670
671         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
672         (HAVE_WCTYPE_H): Likewise.
673         (HAVE_ISWCTYPE): Likewise.
674         (ENABLE_NLS): Likewise.
675         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
676         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
677
678         * posix/regex_internal.c: Check if DEBUG is defined and is
679         set.
680
681         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
682         (HAVE_MBSRTOWCS): Likewise.
683         * posix/fnmatch.c: Include string.h unconditionally.
684
685 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
686
687         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
688         reversal.
689
690 2014-07-31  Roland McGrath  <roland@hack.frob.com>
691
692         * sysdeps/generic/safe-fatal.h: New file.
693         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
694         * nptl/forward.c: Include it.
695         (__pthread_unwind): Use __safe_fatal as default action, rather
696         than a bogus use of INTERNAL_SYSCALL that could never work.
697
698         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
699         * configure.ac (libc_cv_builtin_trap): New test.
700         * configure: Regenerated.
701         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
702         (ABORT_INSTRUCTION): Define using __builtin_trap.
703
704         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
705         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
706         * sysdeps/nptl/nptl-signals.h: New file.
707         * nptl/pthreadP.h: Include <nptl-signals.h>.
708
709 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
710
711         * sysdeps/s390/s390-64/utf16-utf32-z9.c
712         (ONE_DIRECTION): Define.
713         * sysdeps/s390/s390-64/utf8-utf16-z9.c
714         (ONE_DIRECTION): Define.
715         * sysdeps/s390/s390-64/utf8-utf32-z9.c
716         (ONE_DIRECTION): Define.
717
718 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
719
720         * sysdeps/s390/Makefile: Delete file.
721         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
722         * sysdeps/s390/__longjmp.c: Delete file.
723         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
724         Remove fields __flags and __reserved.
725         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
726         and add versioning.
727         * sysdeps/s390/rtld-__longjmp.c: Delete file.
728         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
729         * sysdeps/s390/rtld-setjmp.S: Likewise.
730         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
731         * sysdeps/s390/s390-32/__longjmp.c: ... here.
732         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
733         * sysdeps/s390/s390-32/setjmp.S: ... here.
734         Add versioning.
735         (__sigsetjmp): Remove setting __flags field.
736         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
737         * sysdeps/s390/s390-64/__longjmp.c: ... here.
738         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
739         * sysdeps/s390/s390-64/setjmp.S: ... here.
740         Add versioning.
741         (__sigsetjmp): Remove setting __flags field.
742         * sysdeps/s390/setjmp.S: Delete file.
743         * sysdeps/s390/sigjmp.c: Likewise.
744         * sysdeps/s390/v1-longjmp.c: Likewise.
745         * sysdeps/s390/v1-setjmp.h: Likewise.
746         * sysdeps/s390/v1-sigjmp.c: Likewise.
747         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
748         Remove v1-longjmp_chk.
749         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
750         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
751         Include debug/longjmp_chk.c and add versioning.
752         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
753         Include nptl/pt-longjmp.c and add versioning.
754         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
755         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
756         Include __longjmp.c.
757         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
758         Move to ...
759         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
760         (__getcontext): Remove setting __flags field.
761         Add versioning.
762         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
763         Don't restore upper high grps.
764         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
765         Likewise.
766         (__swapcontext): Remove setting uc_flags field.
767         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
768         Delete file.
769         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
770         Include __longjmp.c.
771         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
772         Move to ...
773         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
774         (__getcontext): Remove setting __flags field.
775         Add versioning.
776         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
777         (__swapcontext): Remove setting uc_flags field.
778         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
779         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
780         Remove fields uc_high_gprs and __reserved.
781         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
782         New file with reverted content.
783         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
784         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
785         Regenerated.
786         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
787         Regenerated.
788
789 2014-07-31  Andreas Schwab  <schwab@suse.de>
790
791         * config.h.in (HAVE_IFUNC): Define to 0.
792         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
793         definedness.
794
795 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
796
797         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
798         memmove-avx-unaligned, memcpy-avx-unaligned and
799         mempcpy-avx-unaligned.
800         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
801         Add tests for AVX memcpy functions.
802         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
803         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
804         memcpy_chk.
805         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
806         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
807         memmove_chk.
808         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
809         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
810         mempcpy_chk.
811         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
812         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
813         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
814
815 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
816
817         [BZ #17213]
818         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
819         powerpc64le.
820
821 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
822
823         [BZ #16839]
824         * manual/llio.texi: Add section about open file description locks.
825         * manual/examples/ofdlocks.c: Example of open file description
826         lock usage.
827         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
828         F_OFD_SETLK, and F_OFD_SETLKW.
829
830 2014-07-23  Allan McRae  <allan@archlinux.org>
831
832         * po/es.po: Update Spanish translation from translation project.
833
834 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
835
836         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
837
838 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
839
840         [BZ #17078]
841         * sysdeps/arm/dl-machine.h (elf_machine_rela)
842         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
843         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
844
845 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
846
847         [BZ #17088]
848         * math/fesetenv.c (__fesetenv)
849         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
850         * math/feupdateenv.c (__feupdateenv)
851         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
852
853         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
854         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
855         (__ASSUME_SOCKETCALL): Do not define.
856
857         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
858         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
859         (__ASSUME_SOCKETCALL): Do not define.
860         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
861         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
862         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
863         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
864         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
865         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
866         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
867         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
868
869         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
870         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
871         (__ASSUME_SOCKETCALL): Do not define.
872         (__ASSUME_IPC64): Define unconditionally.
873         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
874         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
875         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
876         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
877         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
878         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
879         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
880         Likewise.
881
882         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
883         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
884         (__ASSUME_SOCKETCALL): Do not define.
885         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
886         (__ASSUME_FUTEX_LOCK_PI): Likewise.
887         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
888         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
889         (__ASSUME_REQUEUE_PI): Define unconditionally.
890         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
891         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
892         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
893         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
894         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
895         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
896
897         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
898         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
899         (__ASSUME_SOCKETCALL): Do not define.
900         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
901         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
902         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
903         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
904         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
905         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
906
907         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
908         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
909         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
910         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
911         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
912         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
913         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
914         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
915         (__ASSUME_GETCPU_SYSCALL): Likewise.
916
917         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
918         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
919         cases for individual architectures.
920         * sysdeps/gnu/configure: Regenerated.
921         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
922         LIBC_SLIBDIR_RTLDDIR.
923         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
924         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
925         LIBC_SLIBDIR_RTLDDIR.
926         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
928         LIBC_SLIBDIR_RTLDDIR.
929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
930         Regenerated.
931         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
932         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
933         file.
934         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
935         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
936         file.
937         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
938         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
939         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
940         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
941
942         * sysdeps/aarch64/shlib-versions: Move to ...
943         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
944         * sysdeps/alpha/shlib-versions: Move to ...
945         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
946         * sysdeps/arm/shlib-versions: Move to ...
947         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
948         * sysdeps/hppa/shlib-versions: Move all contents except for
949         libgcc_s entry to ...
950         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
951         entry from ...
952         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
953         * sysdeps/ia64/shlib-versions: Move to ...
954         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
955         entry from ...
956         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
957         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
958         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
959         * sysdeps/microblaze/shlib-versions: Move to ...
960         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
961         * sysdeps/mips/shlib-versions: Move to ...
962         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
963         entry from ...
964         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
965         * sysdeps/tile/shlib-versions: Move to ...
966         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
967         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
968         from ...
969         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
970         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
971         entry from ...
972         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
973
974 2014-07-17  Will Newton  <will.newton@linaro.org>
975
976         * sysdeps/arm/bits/atomic.h
977         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
978         (__arch_compare_and_exchange_bool_16_int): Likewise.
979         (__arch_compare_and_exchange_bool_64_int): Likewise.
980
981         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
982         into an #else block.
983
984 2014-07-16  Roland McGrath  <roland@hack.frob.com>
985
986         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
987         just Linux configurations.  Test empirically that the compiler sets
988         __ARM_EABI__, rather than using the tuple to decide.
989         * sysdeps/arm/preconfigure: Regenerated.
990         * sysdeps/unix/sysv/linux/arm/configure: File removed.
991         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
992         contents appended ...
993         * sysdeps/arm/configure.ac: ... here.
994         * sysdeps/arm/configure: Regenerated.
995
996 2014-07-15  Roland McGrath  <roland@hack.frob.com>
997
998         * nptl/pthread_kill.c: New file.
999         * nptl/pthread_sigmask.c: New file.
1000         * nptl/pthread_sigqueue.c: New file.
1001
1002         * sysdeps/nptl/lowlevellock.h: New file.
1003         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1004         * sysdeps/nptl/lowlevellock-futex.h: New file.
1005
1006         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1007         Remove dead declarations.
1008
1009 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1010
1011         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1012         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1013         config-cflags-avx2.
1014         * sysdeps/x86_64/configure.ac: Likewise.
1015         * sysdeps/i386/configure: Regenerated.
1016         * sysdeps/x86_64/configure: Likewise.
1017         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1018         memset-avx2 only if config-cflags-avx2 is yes.
1019         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1020         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1021         defined.
1022         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1023         only if HAVE_AVX2_SUPPORT is defined.
1024         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1025
1026 2014-07-14  Alan Modra  <amodra@gmail.com>
1027
1028         [BZ #17153]
1029         * elf/elf.h (DT_PPC64_NUM): Correct value.
1030         * NEWS: Add to fixed bug list.
1031
1032 2014-07-13  Jim Meyering  <meyering@fb.com>
1033
1034         [BZ 17150]
1035         regex: don't deref NULL upon heap allocation failure
1036         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1037         failure in one more place.
1038         To trigger the segfault, configure grep -with-included-regex,
1039         build it, and run these commands:
1040         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1041
1042 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1043
1044         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1045
1046 2014-07-11  Richard Henderson  <rth@redhat.com>
1047
1048         * sysdeps/aarch64/libm-test-ulps: Update.
1049
1050 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1051
1052         [BZ #17135]
1053         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1054         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1055         (__nptl_setxid): Initialize error member.  Call
1056         __nptl_setxid_error.
1057         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1058         * nptl/descr.h (struct xid_command): Add error member.
1059         * nptl/tst-setuid3.c: New file.
1060         * nptl/Makefile (tests): Add it.
1061
1062 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1063
1064         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1065         New define.
1066         (__lll_trylock): Use __lll_base_trylock.
1067         (__lll_cond_trylock): Likewise.
1068
1069 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1070
1071         * nptl/pthread_create.c (start_thread): Use atomic_or and
1072         lll_futex_wake directly rather than lll_robust_dead.
1073         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1074         (lll_robust_dead): Macro removed.
1075         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1076         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1077         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1078         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1079         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1080         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1081         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1082         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1083         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1084         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1085         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1086         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1087         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1088         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1089         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1090
1091         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1092         Use atomic_compare_and_exchange_val_acq directly rather than
1093         lll_robust_trylock.
1094         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1095         (__lll_robust_trylock, lll_robust_trylock): Removed.
1096         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1097         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1098         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1099         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1100         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1101         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1102         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1103         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1104         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1105         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1106         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1107         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1108         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1109         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1110
1111 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1112
1113         * manual/locale.texi (Locale Names): New section documenting
1114         locale name syntax.  Adjust menu and node chaining accordingly.
1115         (Choosing Locale): Reference Locale Names, Locale Categories.
1116         Mention setting LC_ALL=C.  Reflect that name syntax is now
1117         documented.
1118         (Locale Categories): New section title.  Reference Locale Names.
1119         LC_ALL is an environment variable, but not a category.
1120         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1121         description, now in Locale Name.  Reference that section.  Locale
1122         name syntax is now documented.
1123
1124 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1125
1126         [BZ #17137]
1127         * locale/findlocale.c (name_present, valid_locale_name): New
1128         functions.
1129         (_nl_find_locale): Use the loc_name variable to store name
1130         candidates.  Call name_present and valid_locale_name to check and
1131         validate locale names.  Return an error if the locale is invalid.
1132
1133 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1134
1135         * locale/setlocale.c (setlocale): Use strdup for allocating
1136         composite name copy.
1137
1138 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1139
1140         Sync up with gnulib.
1141         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1142         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1143         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1144         and _GL_ARG_NONNULL.
1145         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1146         [!_LIBC]: Include code for Windows and Cygwin.
1147         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1148         Include prototype for int strerror_r.
1149         [!_LIBC] (is_open): New function.
1150         (flush_stdout): New function.
1151         (print_errno_message): Use it.
1152         (error): Likewise.
1153         (error_at_line): Likewise.
1154         (error_tail) Add function attribute macros.  Use
1155         __builtin_expect.
1156
1157         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1158
1159         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1160
1161         * io/ftw.c: Include sys/param.h unconditionally.
1162
1163         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1164
1165         [BZ #17125]
1166         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1167         libc_freeres_ptr.
1168         (freecache): New function to free CACHE on exit.
1169
1170         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1171         initialization.
1172
1173 2014-07-09  David S. Miller  <davem@davemloft.net>
1174
1175         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1176
1177         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1178         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1179         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1180         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1181         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1182         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1183         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1184         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1185         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1186         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1187         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1188         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1189         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1190
1191 2014-07-09  Andreas Schwab  <schwab@suse.de>
1192
1193         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1194         output.
1195         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1196         (do_test): Likewise.
1197
1198         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1199
1200 2014-07-09  Will Newton  <will.newton@linaro.org>
1201
1202         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1203         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1204         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1205         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1206         * sysdeps/hppa/start.S (_start): Likewise.
1207
1208 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1209
1210         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1211
1212         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1213         defined.
1214
1215 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1216
1217         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1218         after checking that it is non-NULL.
1219
1220         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1221
1222 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1223
1224         * sysdeps/powerpc/memmove.c: Remove file.
1225         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1226         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1227         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1228         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1229         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1230         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1231         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1232         string memmove instead of removed powerpc one.
1233
1234         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1235         [weak_alias]: Fix compiler warning due trailing data.
1236         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1237         [weak_alias]: Likewise.
1238         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1239         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1240
1241         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1242         (__libc_ifunc_impl_list): Add memmove functions.
1243
1244 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1245
1246         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1247         Remove code.
1248         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1249         Likewise
1250         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1251         Likewise
1252         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1253         Likewise
1254         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1255         Likewise
1256         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1257         Likewise
1258         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1259         Likewise
1260         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1261         Likewise
1262         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1263         Likewise
1264         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1265         Likewise
1266         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1267         Likewise
1268         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1269         Likewise
1270         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1271         Likewise
1272         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1273         Likewise
1274         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1275         Likewise
1276         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1277         Likewise
1278         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1279         Likewise
1280
1281 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1282
1283         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1284         to avoid alignment traps in non-cacheable memory.
1285         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1286
1287         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1288         multiarch objects.
1289         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1290         file: multiarch power7 memmove.
1291         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1292         multiarch default memmove.
1293         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1294         multiarch memove for powerpc32/power4.
1295
1296         * string/bcopy.c: Use full path to include memmove.c.
1297         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1298         multiarch objects.
1299         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1300         bcopy for powerpc64.
1301         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1302         bcopy for powerpc64.
1303         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1304         and memmove implementations.
1305         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1306         optimized multiarch memmove for POWER7/powerpc64.
1307         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1308         default multiarch memmove for powerpc64.
1309         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1310         multiarch for powerpc64.
1311         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1312         for POWER7/powerpc64.
1313         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1314         memmove for POWER7/powerpc64.
1315
1316         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1317         glibc default one.
1318
1319         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1320         __ELF_NATIVE_CLASS equal to 64.
1321
1322 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1323
1324         * sysdeps/nptl/lowlevellock.h: File removed.
1325
1326         * NEWS: NPTL is no longer an add-on!
1327         * nptl/internaltypes.h: Moved ...
1328         * sysdeps/nptl/internaltypes.h: ... here.
1329         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1330         * sysdeps/nptl/fork.c: Likewise.
1331         * sysdeps/nptl/gai_misc.h: Likewise.
1332         * sysdeps/nptl/librt-cancellation.c: Likewise.
1333         * sysdeps/nptl/jmp-unwind.c: Likewise.
1334         * sysdeps/nptl/setxid.h: Likewise.
1335         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1336         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1337         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1338         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1339         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1340         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1341         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1342         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1343         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1344         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1345         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1346         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1347         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1348         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1349         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1350         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1351         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1352         * nptl/Makeconfig: Moved ...
1353         * sysdeps/nptl/Makeconfig: ... here.
1354         * nptl/configure: File removed.
1355         * nptl/ANNOUNCE: File removed.
1356         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1357         * sysdeps/unix/sysv/linux/configure: Regenerated.
1358
1359         * nptl/Makefile (routines): Add libc_pthread_init,
1360         libc_multiple_threads, register-atfork and unregister-atfork.
1361         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1362         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1363         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1364         pthread-pi-defines.sym, structsem.sym.
1365         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1366         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1367         [$(subdir) = nptl] (tests): Add tst-setgetname.
1368         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1369         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1370         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1371         [!LIBC_SIGACTION]: Remove aliases.
1372         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1373         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1374         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1375         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1376         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1377         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1378         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1379         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1380         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1381         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1382         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1383         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1384         __libc_allocate_rtsig_private.
1385         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1386         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1387         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1388         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1389         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1390         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1391         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1392         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1393         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1394         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1395         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1396         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1397         * nptl/internaltypes.h: ... here.
1398         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1399         * sysdeps/nptl/jmp-unwind.c: ... here.
1400         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1401         * nptl/libc-lowlevellock.c: ... here.
1402         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1403         * nptl/libc_multiple_threads.c: ... here.
1404         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1405         * nptl/libc_pthread_init.c: ... here.
1406         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1407         * nptl/lowlevelbarrier.sym: ... here.
1408         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1409         * nptl/lowlevelcond.sym: ... here.
1410         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1411         * nptl/lowlevellock.c: ... here.
1412         * nptl/lowlevellock.h: Moved ...
1413         * sysdeps/nptl/lowlevellock.h: ... here.
1414         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1415         * nptl/lowlevelrobustlock.c: ... here.
1416         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1417         * nptl/lowlevelrobustlock.sym: ... here.
1418         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1419         * nptl/lowlevelrwlock.sym: ... here.
1420         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1421         * nptl/pt-fork.c: ... here.
1422         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1423         * nptl/pthread-pi-defines.sym: ... here.
1424         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1425         * nptl/pthread_attr_getaffinity.c: ... here.
1426         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1427         * nptl/pthread_attr_setaffinity.c: ... here.
1428         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1429         * nptl/pthread_mutex_cond_lock.c: ... here.
1430         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1431         Update #include.
1432         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1433         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1434         * nptl/pthread_once.c: ... here, replacing old file.
1435         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1436         * nptl/pthread_yield.c: ... here.
1437         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1438         * nptl/register-atfork.c: ... here.
1439         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1440         * nptl/sem_post.c: ... here.
1441         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1442         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1443         * nptl/sem_timedwait.c: ... here.
1444         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1445         * nptl/sem_trywait.c: ... here.
1446         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1447         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1448         * nptl/sem_wait.c: ... here.
1449         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1450         * nptl/structsem.sym: ... here.
1451         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1452         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1453         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1454         * nptl/unregister-atfork.c: ... here.
1455         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1456         * nptl/unwindbuf.sym: ... here.
1457         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1458         * sysdeps/nptl/fork.c: ... here.
1459         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1460         * sysdeps/nptl/fork.h: ... here.
1461         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1462         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1463         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1464         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1465         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1466         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1467         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1468         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1469         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1470         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1471         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1472         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1473         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1474         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1475         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1476         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1477         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1478         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1479         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1480         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1481         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1482         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1483         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1484         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1485         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1486         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1487         * sysdeps/unix/sysv/linux/raise.c: ... here.
1488         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1489         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1490         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1491         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1492         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1493         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1494         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1495         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1496         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1497         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1498         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1499         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1500         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1501         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1502         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1503
1504 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1505
1506         * sysdeps/generic/memcopy.h: Add comment for
1507         MEMCPY_OK_FOR_FWD_MEMMOVE.
1508
1509 2014-07-04  Will Newton  <will.newton@linaro.org>
1510
1511         * string/memchr.c: Merge from gnulib.
1512         [_LIBC]: Remove conditionals.
1513         (__ptr_t): Remove define.
1514         (LONG_MAX_32_BITS): Likewise.
1515         (LONG_MAX): Likewise.
1516         (MEMCHR): Use ANSI prototype and optimize algorithm.
1517
1518         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1519
1520 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1521
1522         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1523         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1524
1525         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1526         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1527         in a bare environment with no <stdlib.h> installed.
1528         * sysdeps/nptl/configure: Regenerated.
1529
1530         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1531
1532         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1533         AC_EGREP_CPP for kernel header checks, so they only succeed if
1534         including <linux/version.h> actually works right.
1535         * sysdeps/unix/sysv/linux/configure: Regenerated.
1536
1537         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1538         value so it's not diagnosed as unused.
1539
1540         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1541         thing) with "ifeq ($(subdir),rt)".
1542
1543 2014-07-03  Richard Henderson  <rth@redhat.com>
1544
1545         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1546         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1547         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1548
1549         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1550         (math_force_eval): New.
1551
1552         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1553         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1554
1555         * sysdeps/alpha/fpu/s_round.c: Remove file.
1556         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1557
1558         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1559         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1560         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1561         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1562         (_dl_start, print_statistics): Likewise.
1563         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1564         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1565
1566         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1567         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1568         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1569         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1570         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1571         (HP_SMALL_TIMING_AVAIL): Define.
1572         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1573         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1574         (HP_SMALL_TIMING_AVAIL): Define.
1575         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1576         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1577
1578         * sysdeps/aarch64/hp-timing.h: New file.
1579
1580         * sysdeps/generic/hp-timing.h: Remove dead comment.
1581         * sysdeps/generic/hp-timing-common.h: New file.
1582         * sysdeps/alpha/hp-timing.h: Include it.
1583         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1584         * sysdeps/i386/i686/hp-timing.h: Likewise.
1585         * sysdeps/ia64/hp-timing.h: Likewise.
1586         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1587         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1588         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1589         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1590         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1591         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1592         (hp_timing_t): New.
1593
1594         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1595         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1596         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1597         * elf/rtld.c (_dl_start_final): Likewise.
1598         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1599         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1600         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1601         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1602         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1603         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1604         (HP_TIMING_DIFF_INIT): Remove.
1605         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1606         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1607         (HP_TIMING_DIFF_INIT): Remove.
1608         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1609         * sysdeps/i386/i686/hp-timing.c: Remove file.
1610         * sysdeps/x86_64/hp-timing.c: Remove file.
1611         * sysdeps/ia64/hp-timing.c: Remove file.
1612         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1613         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1614         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1615         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1616
1617         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1618         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1619         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1620         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1621         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1622         (HP_TIMING_ACCUM): Remove.
1623         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1624         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1625         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1626
1627         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1628         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1629         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1630         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1631         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1632         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1633         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1634         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1635
1636         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1637
1638 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1639
1640         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1641
1642 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1643
1644         Sync up with gettext.
1645         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1646         [_MSC_VER]: Include malloc.h
1647         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1648         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1649         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1650         TEMP_FAILURE_RETRY.  Cast return of alloca.
1651         [!_LIBC] Call gl_rwlock_init.
1652         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1653
1654 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1655
1656         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1657         before checking its value.
1658
1659 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1660
1661         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1662
1663         * debug/memcpy_chk.c: Don't include pagecopy.h.
1664         * debug/mempcpy_chk.c: Likewise.
1665         * string/memcpy.c: Likewise.
1666         * string/memmove.c: Likewise.
1667         * sysdeps/powerpc/memmove.c: Likewise.
1668         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1669         definition of PAGE_COPY_FWD_MAYBE here...
1670         * sysdeps/generic/pagecopy.h: ... from here.
1671         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1672
1673 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1674             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1675
1676         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1677         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1678         optimizations.
1679         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1680         (__libc_ifunc_impl_list): Likewise.
1681         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1682         multiarch strcat for PPC64.
1683         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1684         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1685
1686 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1687
1688         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1689
1690 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1691
1692         * intl/loadmsgcat.c: Remove declaration of
1693         get_sysdep_segment_value.
1694         (get_sysdep_segment_value): Use ISO C style.
1695         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1696         semicolon.  Fix typo and formatting in comment.
1697         (_nl_unload_domain): Use ISO C style.
1698
1699         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1700
1701 2014-07-02  Will Newton  <will.newton@linaro.org>
1702
1703         * malloc/obstack.c: Merge from gnulib master.
1704         [HAVE_CONFIG_H]: Remove conditional code.
1705         [!_LIBC]: Include config.h.
1706         [!ELIDE_CODE]: Don't include inttypes.h, include
1707         stdint.h unconditionally.
1708         (print_and_abort): Mark as _Noreturn.
1709         (_obstack_allocated_p): Mark as __attribute_pure__.
1710         (obstack_free): Rename to __obstack_free.
1711         [!__attribute__]: Remove conditional code.
1712         * malloc/obstack.h: Merge from gnulib master.
1713         [__cplusplus]: Move conditional down.
1714         [!__attribute_pure__]: Define __attribute_pure__ here
1715         if it is not already defined.
1716         (_obstack_memory_used): Mark as __attribute_pure__.
1717         [!__obstack_free]: Define as obstack_free.
1718         [__GNUC__]: Remove check for ancient NeXT gcc.
1719
1720 2014-07-02  Will Newton  <will.newton@linaro.org>
1721             Paul Eggert  <eggert@cs.ucla.edu>
1722
1723         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1724
1725 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1726
1727         * resolv/gethnamaddr.c: Add comment warning that the file is
1728         not maintained.
1729
1730 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1731
1732         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1733         entries.
1734
1735         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1736         entry for aio_cancel and aio_cancel64.
1737         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1738         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1739         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1740         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1741         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1742         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1743         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1744         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1745         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1746         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1747         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1748         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1749         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1750
1751 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1752
1753         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1754         * nptl/pthread_mutex_lock.c: Likewise.
1755         * nptl/pthread_mutex_timedlock.c: Likewise.
1756         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1757
1758 2014-07-01  Richard henderson  <rth@redhat.com>
1759
1760         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1761         (__isnan, __isnanl): Remove.
1762         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1763
1764         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1765
1766 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1767
1768         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1769
1770 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1771
1772         * resolv/nss_dns/dns-host.c (getanswer_r)
1773         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1774
1775 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1776
1777         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1778         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1779         undefine.
1780         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1781         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1782
1783 2014-07-01  Roland McGrath <roland@hack.frob.com>
1784
1785         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1786         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1787
1788         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1789         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1790
1791         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1792         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1793         ... here.
1794         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1795         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1796
1797         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1798         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1799         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1800         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1801
1802         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1803         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1804         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1805         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1806         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1807         Moved ...
1808         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1809         ... here.
1810         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1811         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1812         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1813         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1814         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1815         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1816         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1817         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1818         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1819         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1820         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1821         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1822         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1823         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1824         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1825         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1826         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1827         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1828         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1829         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1830         ... here.
1831         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1832         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1833         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1834         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1835         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1836         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1837         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1838         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1839
1840 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1841
1842         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1843         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1844         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1845         Add sysdep.
1846
1847 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1848
1849         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1850
1851 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1852
1853         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1854         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1855
1856         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1857
1858         * sysdeps/arm/libm-test-ulps: Regenerated.
1859
1860 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1861             Roland McGrath <roland@hack.frob.com>
1862
1863         * test-skeleton.c (signal_handler): Kill the whole process group
1864         before killing the child individually.
1865         (main): Report any failure on `setpgid'.
1866
1867 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1868
1869         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1870         from _TLS_H to _ARM_NPTL_TLS_H.
1871         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1872         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1873
1874 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1875
1876         [BZ #16539]
1877         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1878         (__expm1l): Return argument unchanged when small but not
1879         subnormal.
1880
1881         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1882         include macro name.
1883         (_FP_UNPACK_RAW_1_P): Likewise.
1884         (_FP_PACK_RAW_1): Likewise.
1885         (_FP_PACK_RAW_1_P): Likewise.
1886         (_FP_MUL_MEAT_1_wide): Likewise.
1887         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1888         (_FP_MUL_MEAT_1_hard): Likewise.
1889         (_FP_DIV_MEAT_1_imm): Likewise.
1890         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1891         (_FP_DIV_MEAT_1_udiv): Likewise.
1892         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1893         (_FP_UNPACK_RAW_2): Likewise.
1894         (_FP_UNPACK_RAW_2_P): Likewise.
1895         (_FP_PACK_RAW_2): Likewise.
1896         (_FP_PACK_RAW_2_P): Likewise.
1897         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1898         (_FP_MUL_MEAT_2_wide): Likewise.
1899         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1900         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1901         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1902         (_FP_MUL_MEAT_2_gmp): Likewise.
1903         (_FP_DIV_MEAT_2_udiv): Likewise.
1904         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1905         (_FP_FRAC_SRL_4): Likewise.
1906         (_FP_FRAC_SRST_4): Likewise.
1907         (_FP_FRAC_SRS_4): Likewise.
1908         (_FP_UNPACK_RAW_4): Likewise.
1909         (_FP_UNPACK_RAW_4_P): Likewise.
1910         (_FP_PACK_RAW_4): Likewise.
1911         (_FP_PACK_RAW_4_P): Likewise.
1912         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1913         (_FP_MUL_MEAT_4_wide): Likewise.
1914         (_FP_MUL_MEAT_4_gmp): Likewise.
1915         (umul_ppppmnnn): Likewise.
1916         (_FP_DIV_MEAT_4_udiv): Likewise.
1917         (__FP_FRAC_ADD_4): Likewise.
1918         (__FP_FRAC_SUB_3): Likewise.
1919         (__FP_FRAC_SUB_4): Likewise.
1920         (__FP_FRAC_DEC_3): Likewise.
1921         (__FP_FRAC_DEC_4): Likewise.
1922         (__FP_FRAC_ADDI_4): Likewise.
1923         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1924         (_FP_FRAC_SRL_8): Likewise.
1925         (_FP_FRAC_SRS_8): Likewise.
1926
1927         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1928         include macro name.
1929         (FP_UNPACK_RAW_EP): Likewise.
1930         (FP_PACK_RAW_E): Likewise.
1931         (FP_PACK_RAW_EP): Likewise.
1932         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1933         (_FP_ISSIGNAN): Likewise.
1934         (_FP_ADD_INTERNAL): Likewise.
1935         (_FP_FMA): Likewise.
1936         (_FP_CMP): Likewise.
1937         (_FP_SQRT): Likewise.
1938         (_FP_TO_INT): Likewise.
1939         (_FP_FROM_INT): Likewise.
1940         (FP_EXTEND): Likewise.
1941         (_FP_DIV_MEAT_N_loop): Likewise.
1942
1943 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1944
1945         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1946         throughout.
1947
1948 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1949
1950         [BZ #17097]
1951         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1952         result with correct sign in case of exponents that produce
1953         overflow except for X very close to 1.
1954
1955 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1956
1957         mktime: merge #if/#ifdef usage from glibc
1958         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1959         as that works with both Glibc's and Gnulib's style.
1960         See thread starting at Siddhesh Poyarekar's bug report at:
1961         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
1962
1963 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1964
1965         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
1966         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
1967         * sysdeps/tile/tilegx/memmove.c: Remove file.
1968
1969 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1970
1971         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
1972         abi-name definition.
1973         * scripts/soversions.awk: Do not handle or generate ABI lines.
1974         * shlib-versions: Remove ABI entries.
1975         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
1976         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
1977
1978 2014-06-27  Roland McGrath  <roland@hack.frob.com>
1979
1980         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
1981         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
1982         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
1983         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
1984         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
1985         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
1986         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1987         Moved ...
1988         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
1989         ... here.
1990         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
1991         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
1992         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
1993         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
1994         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
1995         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
1996         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
1997         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
1998         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
1999         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2000         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2001         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2002         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2003         Moved ...
2004         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2005         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2006         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2007         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2008         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2009         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2010         Moved ...
2011         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2012         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2013         Moved ...
2014         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2015         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2016         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2017         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2018         Moved ...
2019         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2020         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2021         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2022         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2023         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2024         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2025         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2026         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2027         Moved ...
2028         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2029         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2030         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2031         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2032         Moved ...
2033         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2034         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2035         Moved ...
2036         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2037         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2038         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2039         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2040         Moved ...
2041         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2042         ... here.
2043         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2044         Identical file removed.
2045         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2046         Moved ...
2047         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2048         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2049         Identical file removed.
2050         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2051         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2052         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2053         Moved ...
2054         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2055         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2056         Identical file removed.
2057         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2058         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2059         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2060         Identical file removed.
2061         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2062         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2063         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2064         Identical file removed.
2065         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2066         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2067         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2068         Identical file removed.
2069         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2070         Moved ...
2071         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2072         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2073         Identical file removed.
2074         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2075         Moved ...
2076         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2077         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2078         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2079         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2080         Identical file removed.
2081         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2082         Moved ...
2083         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2084         ... here.
2085         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2086         Identical file removed.
2087         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2088         Moved ...
2089         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2090         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2091         Identical file removed.
2092         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2093         Moved ...
2094         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2095         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2096         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2097         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2098         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2099         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2100         Moved ...
2101         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2102         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2103         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2104
2105         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2106         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2107         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2108         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2109         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2110
2111 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2112
2113         [BZ #17092]
2114         * nscd/nscd.c (monitor_child): Return exit status of child
2115         instead of return value from wait syscall.
2116
2117 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2118
2119         * configure.ac (libc_commonpagesize): Remove variable.
2120         (libc_relro_required): Likewise.
2121         (libc_cv_z_relro): Remove configure test.
2122         * configure: Regenerated.
2123         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2124         variable.
2125         (libc_relro_required): Likewise.
2126         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2127         (libc_relro_required): Likewise.
2128         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2129         (libc_relro_required): Likewise.
2130         * sysdeps/arm/preconfigure: Regenerated.
2131         * sysdeps/ia64/preconfigure: Remove file.
2132         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2133         variable.
2134         (libc_relro_required): Likewise.
2135
2136         [BZ #16561]
2137         [BZ #16562]
2138         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2139         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2140         recompute overflowing results in original rounding mode.
2141         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2142         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2143         recompute overflowing results in original rounding mode.
2144         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2145         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2146         recompute overflowing results in original rounding mode.
2147         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2148         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2149         recompute overflowing results in original rounding mode.
2150         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2151         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2152         recompute overflowing results in original rounding mode.
2153         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2154         (libc_feholdsetround_ctx): New macro.
2155         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2156         * sysdeps/i386/fpu/libm-test-ulps: Update.
2157         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2158
2159 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2160
2161         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2162         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2163         corresponding .cpsetup call.
2164
2165 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2166
2167         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2168         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2169         * sysdeps/arm/Makefile [$(subdir) = csu]
2170         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2171         (static-only-routines): Add aeabi_read_tp here.
2172         (shared-only-routines): Add libc-aeabi_read_tp here.
2173         (CFLAGS-libc-start.c): Add -fexceptions here.
2174         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2175         (sysdep_routines, static-only-routines, shared-only-routines):
2176         Don't add to these here.
2177         (CFLAGS-libc-start.c): Likewise.
2178
2179         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2180         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2181         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2182         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2183         * sysdeps/arm/Makefile [$(subdir) = rt]
2184         (librt-sysdep_routines, librt-shared-only-routines):
2185         Append rt-aeabi_unwind_cpp_pr1 here.
2186         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2187         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2188         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2189         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2190         Append nptl-aeabi_unwind_cpp_pr1 here.
2191         (tests): Filter out tst-cleanupx4 here.
2192         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2193         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2194         Don't do those here.
2195
2196 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2197
2198         * scripts/list-sources.sh: Do not handle ports specially.
2199
2200 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2201
2202         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2203         * sysdeps/arm/feupdateenv.c: Likewise.
2204
2205         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2206
2207 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2208
2209         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2210         trailing whitespace removed.
2211         * scripts/config.guess: Update to version 2014-03-23.
2212         * scripts/config.sub: Update to version 2014-05-01
2213         * scripts/install-sh: Update to version 2013-12-25.23.
2214         * scripts/move-if-change: Update from gnulib.
2215
2216 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2217
2218         * debug/memmove_chk.c: Remove pagecopy.h include.
2219
2220 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2221
2222         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2223         identical to gnulib mktime.
2224
2225 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2226
2227         * configure.ac: Do not test for machine being rs6000.  Do not test
2228         for powerpc*-*soft.
2229         * configure: Regenerated.
2230
2231         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2232         test.
2233         * configure: Regenerated.
2234         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2235         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2236         Remove configure test.
2237         * sysdeps/arm/configure: Regenerated.
2238         * sysdeps/nptl/configure.ac: Do not check
2239         libc_cv_asm_cfi_directives.
2240         * sysdeps/nptl/configure: Regenerated.
2241         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2242         * sysdeps/x86_64/nptl/configure: Remove generated file.
2243         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2244         unconditional.
2245         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2246
2247 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2248
2249         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2250         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2251         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2252         it is defined.
2253
2254         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2255         instead of whether it is defined.
2256         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2257         * sysdeps/hppa/dl-machine.h: Likewise.
2258         * sysdeps/ia64/dl-machine.h: Likewise.
2259         * sysdeps/m68k/dl-machine.h: Likewise.
2260         * sysdeps/microblaze/dl-machine.h: Likewise.
2261         * sysdeps/mips/dl-machine.: Likewise.
2262         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2263         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2264         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2265         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2266         * sysdeps/sh/dl-machine.h: Likewise.
2267         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2268         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2269         * sysdeps/tile/dl-machine.h: Likewise.
2270         * sysdeps/x86_64/dl-machine.h: Likewise.
2271
2272         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2273         code.
2274         (verify_persistent_db): Likewise.
2275
2276 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2277
2278         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2279         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2280         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2281         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2282         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2283         Moved ...
2284         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2285         ... here.
2286         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2287         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2288         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2289         Identical file removed.
2290         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2291         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2292         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2293         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2294         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2295         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2296         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2297         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2298         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2299         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2300         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2301         Moved ...
2302         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2303         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2304         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2305         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2306         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2307         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2308         Moved ...
2309         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2311         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2312         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2313         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2314         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2315         Identical file removed.
2316         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2317         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2318         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2319         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2320         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2321         Moved ...
2322         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2323         ... here.
2324         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2325         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2326         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2327         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2328         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2329         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2330         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2331         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2332         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2333         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2334         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2335         Moved ...
2336         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2337         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2338         Moved ...
2339         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2340         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2341         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2342         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2343         Moved ...
2344         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2345         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2346         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2347
2348         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2349         folded into ...
2350         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2351         * sysdeps/unix/sysv/linux/s390/Versions
2352         (libpthread: GLIBC_2.19): New version set.
2353         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2354         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2355         (librt: GLIBC_2.3.3): New version set.
2356         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2357         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2358         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2359         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2360         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2361         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2362         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2363         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2364         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2365         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2366         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2367         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2368         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2369         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2370         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2371         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2372         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2373         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2374         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2375         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2376         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2377         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2378         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2379         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2380         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2381         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2382         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2383         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2384         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2385         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2386         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2387         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2388         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2389         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2390         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2391         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2392         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2393         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2394         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2395         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2396         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2397         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2398         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2399         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2400         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2401
2402         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2403         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2404         (__libc_vfork): Define the function under this name.
2405         [!NOT_IN_libc] (__vfork): Make this an alias.
2406         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2407         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2408         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2409         (__libc_vfork): Define the function under this name.
2410         [!NOT_IN_libc] (__vfork): Make this an alias.
2411         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2412         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2413         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2414         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2415         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2416         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2417
2418         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2419         code that was previously under [RESET_PID].
2420         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2421         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2422         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2423
2424         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2425         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2426         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2427         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2428         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2429         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2430         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2431         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2432         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2433         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2434         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2435         Moved ...
2436         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2437         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2438         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2439         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2440         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2441         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2442         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2443         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2444         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2445         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2446         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2447         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2448         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2449         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2450         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2451         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2452         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2453         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2454         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2455         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2456         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2457         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2458         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2459         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2460         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2461         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2462         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2463         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2464         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2465
2466 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2467
2468         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2469         that was previously under [RESET_PID].
2470         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2471
2472 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2473
2474         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2475         not undefine and redefine.
2476         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2477         [O_CLOEXEC]: Make code unconditional.
2478         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2479         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2480         <kernel-features.h>.
2481         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2482         conditional variable definition.
2483         (shm_open) [O_CLOEXEC]: Make code unconditional.
2484         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2485         code.
2486
2487         * configure.ac (USE_REGPARMS): Don't define here.
2488         * configure: Regenerated.
2489         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2490         * sysdeps/i386/configure: Regenerated.
2491
2492         * nptl/createthread.c: Don't include kernel-features.h.
2493         * nptl/pthread_cancel.c: Likewise.
2494         * nptl/pthread_condattr_setclock.c: Likewise.
2495         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2496         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2497         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2498         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2499         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2500         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2501         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2502         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2503         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2504         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2505         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2506         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2507         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2508         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2509         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2510         * nscd/gai.c: Likewise.
2511         * nss/nss_db/db-open.c: Likewise.
2512         * sysdeps/generic/ldsodefs.h: Likewise.
2513         * sysdeps/sh/nptl/tls.h: Likewise.
2514         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2515         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2516         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2517         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2518         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2519         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2520         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2521         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2522         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2523         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2524         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2525         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2526         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2527         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2528         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2529         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2530         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2531         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2532         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2533         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2534         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2535         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2536         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2537         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2538         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2539         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2540         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2541         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2542         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2543         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2544         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2545         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2546         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2547         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2548         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2549         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2550         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2551         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2552         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2553         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2554         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2555         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2556         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2557         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2558         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2559         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2560         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2561         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2562         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2563         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2564         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2565         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2566         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2567         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2568         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2569         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2570         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2571         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2594         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2595         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2596         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2597         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2598         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2599         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2600         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2601         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2602         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2603         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2604         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2605         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2606         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2607         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2608         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2609         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2610         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2611         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2612         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2613         * sysdeps/unix/sysv/linux/system.c: Likewise.
2614         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2615         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2616         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2617         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2618         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2619         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2620         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2621
2622         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2623         * configure: Regenerated.
2624         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2625
2626         * configure.ac (base_machine): Do not set specially for particular
2627         machines here.
2628         * configure: Regenerated.
2629         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2630         settings from configure.ac.
2631         * sysdeps/i386/preconfigure: New file.
2632         * sysdeps/s390/preconfigure: Likewise.
2633         * sysdeps/sh/preconfigure: Likewise.
2634         * sysdeps/sparc/preconfigure: Likewise.
2635
2636 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2637
2638         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2639         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2640         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2641         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2642         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2643         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2644         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2645         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2646         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2647         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2648         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2649         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2650         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2651         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2652         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2653         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2654         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2655         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2656         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2657
2658         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2659         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2660         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2661         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2662         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2663         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2664         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2665         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2666         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2667         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2668         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2669         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2670         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2671         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2672         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2673         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2674         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2675         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2676         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2677         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2678         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2679         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2680         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2681         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2682         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2683         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2684         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2685         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2686         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2687         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2688         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2689         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2690         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2691         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2692         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2693         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2694         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2695         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2696
2697         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2698         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2699         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2700         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2701         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2702         Moved ...
2703         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2704         ... here.
2705         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2706         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2707         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2708         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2709         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2710         Moved ...
2711         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2712         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2713         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2714         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2715         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2716         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2717         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2718         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2719         Moved ...
2720         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2721         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2722         Moved ...
2723         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2724         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2725         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2726         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2727         Moved ...
2728         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2729         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2730         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2731         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2732         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2733         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2734         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2735         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2736         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2737         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2738         Moved ...
2739         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2740         ... here.
2741         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2742         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2743         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2744         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2745         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2746         Moved ...
2747         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2748         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2749         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2750         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2751         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2752         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2753         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2754         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2755         Moved ...
2756         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2757         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2758         Moved ...
2759         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2760         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2761         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2762         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2763         Moved ...
2764         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2765         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2766         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2767         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2768         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2769
2770 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2771
2772         * timezone/checktab.awk: Update from tzcode 2014e.
2773         * timezone/private.h: Likewise.
2774         * timezone/tzfile.h: Likewise.
2775         * timezone/zdump.c: Likewise.
2776         * timezone/zic.c: Likewise.
2777
2778         * sysdeps/unix/sysv/linux/kernel-features.h
2779         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2780         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2781         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2782         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2783         Remove conditional code.
2784
2785 2014-06-25  Will Newton  <will.newton@linaro.org>
2786
2787         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2788         (_dl_arm_cap_flags): Add HWCAP2 values.
2789         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2790         (_DL_HWCAP_COUNT): Increase to 37.
2791         (_DL_HWCAP_LAST): New define.
2792         (_DL_HWCAP2_LAST): New define.
2793         (_dl_procinfo): Add support for printing
2794         AT_HWCAP2 entries.
2795         (_dl_string_hwcap): Use _dl_hwcap_string.
2796
2797 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2798
2799         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2800
2801 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2802
2803         * README: Do not mention ports directory.
2804
2805         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2806         Remove macro.
2807         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2808         <kernel-features.h>.
2809         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2810         conditional variable definition.
2811         (__futimes): Update comment.
2812         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2813         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2814
2815         [BZ #16560]
2816         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2817         arguments close to 0.
2818         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2819         Likewise.
2820         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2821         Likewise.
2822         * math/auto-libm-test-in: Add more tests of exp10.
2823         * math/auto-libm-test-out: Regenerated.
2824         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2825
2826         * sysdeps/unix/sysv/linux/kernel-features.h
2827         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2828         * sysdeps/unix/sysv/linux/readv.c: Do not include
2829         <kernel-features.h>.
2830         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2831         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2832         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2833         unconditional.
2834         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2835         conditional code.
2836         * sysdeps/unix/sysv/linux/writev.c: Do not include
2837         <kernel-features.h>.
2838         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2839         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2840         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2841         unconditional.
2842         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2843         conditional code.
2844
2845 2014-06-25  Will Newton  <will.newton@linaro.org>
2846
2847         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2848         comment changes throughout the file.  Remove checks
2849         for HAVE_*_H definitions that are not required.
2850         (__gen_tempname): Call abort if an unknown kind value is
2851         passed.
2852
2853 2014-06-25  Andreas Schwab  <schwab@suse.de>
2854
2855         [BZ #17086]
2856         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2857         scalbln, scalblnf, scalblnl in libc.
2858
2859 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2860
2861         [BZ #17086]
2862         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2863         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2864         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2865
2866 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2867
2868         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2869         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2870         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2871         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2872         Update #include.
2873         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2874         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2875         Update #include.
2876         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2877         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2878         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2879         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2880         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2881         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2882         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2883         * sysdeps/x86/bits/semaphore.h: ... here.
2884         * sysdeps/x86/nptl/elide.h: Moved ...
2885         * sysdeps/x86/elide.h: ... here.
2886         * sysdeps/x86_64/nptl/Implies: File removed.
2887         * sysdeps/i386/nptl/Implies: File removed.
2888
2889 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2890
2891         [BZ #16539]
2892         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2893         return the argument for normal arguments with exponent below -64.
2894         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2895         Likewise.
2896         * math/auto-libm-test-in: Add another test of expm1.
2897         * math/auto-libm-test-out: Regenerated.
2898
2899         [BZ #16287]
2900         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2901         calling __erfcl for arguments at least 16.
2902         * math/auto-libm-test-in: Add more tests of erf.
2903         * math/auto-libm-test-out: Regenerated.
2904
2905         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2906         individual architectures.
2907         * sysdeps/unix/sysv/linux/configure: Regenerated.
2908         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2909         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2910         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2911         (ldd_rewrite_script): Define variable.
2912         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2914         file.
2915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2916         generated file.
2917         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2918         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2919         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2920         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2921         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2922         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2923         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2924         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2925
2926 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2927
2928         [BZ #17084]
2929         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2930         Rename member __data.d to __data.__elision_data.
2931
2932 2014-06-24  Wilco  <wdijkstr@arm.com>
2933
2934         * NEWS: Add 16918 to fixed bug list.
2935
2936 2014-06-24  Wilco  <wdijkstr@arm.com>
2937
2938         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2939
2940 2014-06-24  Wilco  <wdijkstr@arm.com>
2941
2942         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2943         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2944         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2945         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2946         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2947         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2948         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2949         Use _FPU_MASK_RM.
2950
2951 2014-06-24  Wilco  <wdijkstr@arm.com>
2952
2953         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2954
2955 2014-06-24  Wilco  <wdijkstr@arm.com>
2956
2957         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2958         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2959         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2960         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
2961
2962 2014-06-24  Wilco  <wdijkstr@arm.com>
2963
2964         [BZ #16918]
2965         * sysdeps/arm/feupdateenv.c (feupdateenv):
2966         Rewrite to reduce FPSCR accesses and fix return value.
2967
2968 2014-06-24  Wilco  <wdijkstr@arm.com>
2969
2970         * sysdeps/arm/fclrexcpt.c (feclearexcept):
2971         Optimize to avoid unnecessary FPSCR writes.
2972         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
2973         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
2974         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
2975         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
2976
2977 2014-06-24  Wilco  <wdijkstr@arm.com>
2978
2979         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
2980         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
2981         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
2982         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
2983         Call libc_fetestexcept_vfp.
2984         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
2985         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
2986         __SOFTFP__ ifdef so that they can be built for softfp.
2987
2988 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2989
2990         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
2991         argument type signed char.
2992
2993         * Makerules (check-abi): Dump diff of symlist if the test
2994         fails.
2995
2996 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2997
2998         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
2999         using abort.
3000
3001         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3002         Remove unused variable ST.
3003
3004 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3005
3006         [BZ #16354]
3007         [BZ #17061]
3008         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3009         small arguments before calling __expm1.
3010         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3011         small arguments before calling __expm1f.
3012         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3013         small arguments before calling __expm1l.
3014         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3015         Likewise.
3016         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3017         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3018         spurious underflow for some cosh tests.
3019         * math/auto-libm-test-out: Regenerated.
3020         * sysdeps/i386/fpu/libm-test-ulps: Update.
3021
3022         [BZ #17050]
3023         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3024         (__ieee754_y1): Set errno if return value overflows.
3025         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3026         (__ieee754_y1f): Set errno if return value overflows.
3027         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3028         (__ieee754_y1l): Set errno if return value overflows.
3029         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3030         (__ieee754_y1l): Set errno if return value overflows.
3031         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3032         * math/auto-libm-test-out: Regenerated.
3033
3034         * math/gen-auto-libm-tests.c: Document use of
3035         ignore-zero-inf-sign.
3036         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3037         (input_flags): Add ignore-zero-inf-sign.
3038         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3039         * math/gen-libm-test.pl (generate_testfile): Handle
3040         ignore-zero-inf-sign.
3041         * math/auto-libm-test-in: Mark some cpow tests with
3042         ignore-zero-inf-sign and some with xfail-rounding.
3043         * math/auto-libm-test-out: Regenerated.
3044         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3045         * sysdeps/i386/fpu/libm-test-ulps: Update.
3046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3047
3048         [BZ #16315]
3049         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3050         overflowing or underflowing operations take place with sign of
3051         result.
3052         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3053         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3054         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3055         (__ieee754_pow): Recompute overflowing and underflowing results in
3056         original rounding mode.
3057         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3058         (__powl_helper): Allow negative argument X and scale negated value
3059         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3060         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3061         overflowing or underflowing operations take place with sign of
3062         result.
3063         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3064         Include <math.h>.
3065         * math/auto-libm-test-in: Add more tests of pow.
3066         * math/auto-libm-test-out: Regenerated.
3067         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3068         (pow_tonearest_test_data): Remove.
3069         (pow_test_tonearest): Likewise.
3070         (pow_towardzero_test_data): Likewise.
3071         (pow_test_towardzero): Likewise.
3072         (pow_downward_test_data): Likewise.
3073         (pow_test_downward): Likewise.
3074         (pow_upward_test_data): Likewise.
3075         (pow_test_upward): Likewise.
3076         (main): Don't call removed functions.
3077         * sysdeps/i386/fpu/libm-test-ulps: Update.
3078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3079
3080 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3081
3082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3083         Moved ...
3084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3086         Moved ...
3087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3089         Moved ...
3090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3092         Moved ...
3093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3095         File removed.
3096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3097         File removed.
3098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3099         File removed.
3100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3101         File removed.
3102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3103         File removed.
3104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3105         File removed.
3106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3107         File removed.
3108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3109         File removed.
3110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3111         File removed.
3112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3113         File removed.
3114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3115         File removed.
3116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3117         File removed.
3118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3119         Moved ...
3120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3122         Moved ...
3123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3124         ... here.
3125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3126         Moved ...
3127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3129         Moved ...
3130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3132         Moved ...
3133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3135         Moved ...
3136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3138         Moved ...
3139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3141         Moved ...
3142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3144         Moved ...
3145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3148         ... here.
3149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3150         Moved ...
3151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3153         Moved ...
3154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3155         ... here.
3156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3157         Moved ...
3158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3159         ... here.
3160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3161         Moved ...
3162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3163         ... here.
3164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3165         Moved ...
3166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3168         Moved ...
3169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3173         Moved ...
3174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3175         ... here.
3176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3177         Moved ...
3178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3179         ... here.
3180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3181         Moved ...
3182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3184         Moved ...
3185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3187         Moved ...
3188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3190         Moved ...
3191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3193         Moved ...
3194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3195         ... here.
3196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3197         Moved ...
3198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3200         Moved ...
3201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3203         Moved ...
3204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3206         Moved ...
3207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3211         Moved ...
3212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3214         Moved ...
3215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3217         Moved ...
3218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3219         ... here.
3220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3221         Moved ...
3222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3223         ... here.
3224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3225         Moved ...
3226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3227         ... here.
3228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3229         Moved ...
3230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3232         Moved ...
3233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3235         Moved ...
3236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3238         Moved ...
3239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3240         ... here.
3241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3242         Moved ...
3243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3244         ... here.
3245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3246         Moved ...
3247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3248         ... here.
3249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3250         Moved ...
3251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3253         Moved ...
3254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3255
3256 2014-06-23  Will Newton  <will.newton@linaro.org>
3257             Wilco  <wdijkstr@arm.com>
3258
3259         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3260         implementation.  Include get-rounding-mode.h.
3261         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3262         [!libc_feholdsetround_noex_ctx]: Define
3263         libc_feholdsetround_noex_ctx.
3264         [!libc_feholdsetround_noexf_ctx]: Define
3265         libc_feholdsetround_noexf_ctx.
3266         [!libc_feholdsetround_noexl_ctx]: Define
3267         libc_feholdsetround_noexl_ctx.
3268         (libc_feholdsetround_ctx): New function.
3269         (libc_feresetround_ctx): New function.
3270         (libc_feholdsetround_noex_ctx): New function.
3271         (libc_feresetround_noex_ctx): New function.
3272
3273 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3274
3275         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3276         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3277         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3278         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3279         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3280         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3281
3282         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3283         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3284         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3285         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3286         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3287         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3288         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3289         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3290         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3291         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3292         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3293         Moved ...
3294         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3295         ... here.
3296         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3297         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3298         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3299         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3300         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3301         Moved ...
3302         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3303         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3304         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3305         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3306         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3307         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3308         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3309         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3310         Moved ...
3311         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3312         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3313         Moved ...
3314         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3315         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3316         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3317         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3318         Moved ...
3319         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3320         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3321         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3322         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3323         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3324         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3325         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3326         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3327         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3328         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3329         Moved ...
3330         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3331         ... here.
3332         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3333         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3334         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3335         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3336         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3337         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3338         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3339         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3340         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3341         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3342         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3343         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3344         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3345         Moved ...
3346         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3347         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3348         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3349         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3350         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3351         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3352         Moved ...
3353         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3354         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3355         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3356         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3357         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3358
3359         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3360         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3361         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3362         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3363         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3364         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3365         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3366         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3367         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3368         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3369         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3370         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3371         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3372         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3373         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3374         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3375         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3376         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3377         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3378         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3379         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3380         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3381         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3382         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3383         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3384         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3385         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3386         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3387
3388 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3389
3390         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3391         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3392         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3393         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3394         (IPV6_PMTUDISC_INTERFACE): Likewise.
3395         (IPV6_PMTUDISC_OMIT): Likewise.
3396
3397 2014-06-23  Andreas Schwab  <schwab@suse.de>
3398
3399         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3400         Remove unused errout label.
3401
3402 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3403
3404         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3405         macro: hardware supports Vector Crypto instructions.
3406
3407 2014-06-23  Will Newton  <will.newton@linaro.org>
3408
3409         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3410         rather than __builtin_expect.
3411
3412         * elf/dl-lookup.c (undefined_msg): Remove variable.
3413         (_dl_lookup_symbol_x): Replace undefined_msg with string
3414         literal.
3415
3416         * elf/dl-lookup.c (do_lookup_unique): New function.
3417         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3418         to a separate function.
3419
3420 2014-06-23  Andreas Schwab  <schwab@suse.de>
3421
3422         [BZ #17079]
3423         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3424         before reading the next line.
3425
3426 2014-06-23  Will Newton  <will.newton@linaro.org>
3427
3428         * test-skeleton.c (signal_handler): Use printf and %m
3429         rather than perror.  Use printf rather than fprintf to
3430         stderr.  Use puts rather than fputs to stderr.
3431         (main): Likewise.
3432
3433 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3434
3435         * nscd/nscd.c (thread_info_t): Remove typedef.
3436         (thread_info): Remove variable.
3437
3438 2014-06-21  Allan McRae  <allan@archlinux.org>
3439
3440         * NEWS: Mention CVE-2014-4043.
3441
3442 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3443
3444         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3445         * nptl/smp.h: ... here.
3446
3447         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3448
3449         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3450         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3451         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3452         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3453
3454         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3455         * nptl/stack-aliasing.h: New file.
3456         * sysdeps/i386/i686/stack-aliasing.h: New file.
3457         * sysdeps/i386/i686/nptl/Makefile: File removed.
3458         * sysdeps/x86_64/stack-aliasing.h: New file.
3459         * sysdeps/x86_64/nptl/Makefile
3460         (CFLAGS-pthread_create.c): Variable removed.
3461
3462         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3463         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3464         old file.
3465         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3466         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3467         old file.
3468
3469 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3470
3471         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3472         (__ASSUME_SIGFRAME_V2): Remove macro.
3473         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3474         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3475         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3476         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3477         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3478         Declare as function.  Remove conditional macro definitions.
3479         (__default_rt_sa_restorer): Likewise.
3480         (__default_sa_restorer_v1): Remove declaration.
3481         (__default_sa_restorer_v2): Likewise.
3482         (__default_rt_sa_restorer_v1): Likewise.
3483         (__default_rt_sa_restorer_v2): Likewise.
3484         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3485         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3486         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3487
3488 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3489
3490         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3491         (libpthread-routines): Add sysdep.
3492         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3493         * sysdeps/unix/sysv/linux/sparc/Versions
3494         (libpthread: GLIBC_2.3.3): New version set.
3495         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3496         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3497         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3498         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3499         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3500         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3501         Moved ...
3502         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3503         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3504         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3505         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3506         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3507         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3508         * sysdeps/sparc/nptl/sem_init.c: ... here.
3509         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3510         * sysdeps/sparc/nptl/sem_post.c: ... here.
3511         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3512         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3513         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3514         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3515         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3516         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3517         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3518         (libpthread-routines): Add cpu_relax.
3519         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3520         File removed.
3521         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3522         (librt: GLIBC_2.3.3): New version set.
3523         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3524         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3525         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3526         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3527         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3528         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3529         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3530         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3531         Moved ...
3532         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3533         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3534         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3535         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3536         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3537         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3538         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3539         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3540         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3541         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3542         Moved ...
3543         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3544         Update #include.
3545         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3546         Moved ...
3547         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3548         Update #include.
3549         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3550         Moved ...
3551         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3552         Update #include.
3553         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3554         Moved ...
3555         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3556         Update #include.
3557         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3558         Moved ...
3559         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3560         Update #include.
3561         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3562         Moved ...
3563         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3564         Update #include.
3565         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3566         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3567         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3568         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3569         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3570         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3571         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3572         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3573         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3574         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3575         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3576         Moved ...
3577         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3578         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3579         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3580         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3581         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3582
3583 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3584
3585         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3586         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3587         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3588         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3589         * nscd/nscd.c: Likewise.
3590         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3591         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3592         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3593         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3594
3595         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3596         <kernel-features.h>.
3597         (init_mq_netlink): Remove conditional have_sock_cloexec
3598         definitions.  Remove code conditional on have_sock_cloexec < 0.
3599         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3600         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3601         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3602         <kernel-features.h>.
3603         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3604         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3605
3606 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3607
3608         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3609         Add tests for memset_chk and memset.
3610
3611         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3612         with AVX2_Usable.
3613
3614 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3615
3616         [BZ #16046]
3617         * elf/tst-dl-iter-static.c: New file.
3618         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3619
3620         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3621         error.
3622
3623 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3624
3625         * sysdeps/unix/sysv/linux/kernel-features.h
3626         (__ASSUME_F_GETOWN_EX): Remove macro.
3627         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3628         <kernel-features.h>.
3629         (miss_F_GETOWN_EX): Remove variable or macro.
3630         (do_fcntl): Do not check miss_F_GETOWN_EX.
3631         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3632
3633         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3634         Remove macro.
3635         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3636         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3637         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3638
3639         * sysdeps/unix/sysv/linux/kernel-features.h
3640         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3641         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3642         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3643         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3644
3645 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3646
3647         [BZ #17075]
3648         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3649         Fix calculation of the symbol's value.
3650         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3651         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3652         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3653         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3654         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3655         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3656         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3657         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3658         (modules-names): Add `tst-armtlsdescmod',
3659         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3660         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3661         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3662         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3663         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3664         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3665         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3666         ($(objpfx)tst-armtlsdescloc): New dependency.
3667         ($(objpfx)tst-armtlsdescextnow): Likewise.
3668         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3669         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3670         TLS scheme support.
3671         * sysdeps/arm/configure: Regenerate.
3672
3673 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3674
3675         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3676         (__atfct_seterrno_2): Likewise.
3677         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3678         <kernel-features.h>.
3679         (__ASSUME_ATFCTS): Do not undefine and redefine.
3680         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3681         (__have_atfcts): Remove conditional definition.
3682         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3683         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3684         unreachable if [__ASSUME_ATFCTS].
3685         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3686         not undefine and redefine.
3687         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3688         <kernel-features.h>.
3689         (faccessat) [__NR_faccessat]: Make code unconditional.
3690         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3691         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3692         <kernel-features.h>.
3693         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3694         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3695         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3696         <kernel-features.h>.
3697         (fchownat) [__NR_fchownat]: Make code unconditional.
3698         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3699         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3700         <kernel-features.h>.
3701         (futimesat) [__NR_futimesat]: Make code unconditional.
3702         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3703         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3704         <kernel-features.h>.
3705         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3706         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3707         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3708         <kernel-features.h>.
3709         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3710         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3711         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3712         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3713         <kernel-features.h>.
3714         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3715         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3716         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3717         <kernel-features.h>.
3718         (linkat) [__NR_linkat]: Make code unconditional.
3719         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3720         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3721         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3722         <kernel-features.h>.
3723         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3724         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3725         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3726         <kernel-features.h>.
3727         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3728         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3729         * sysdeps/unix/sysv/linux/openat.c: Do not include
3730         <kernel-features.h>.
3731         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3732         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3733         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3734         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3735         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3736         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3737         <kernel-features.h>.
3738         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3739         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3740         result of INLINE_SYSCALL directly, not via int variable.
3741         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3742         <kernel-features.h>.
3743         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3744         (renameat) [__NR_renameat]: Make code unconditional.
3745         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3746         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3747         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3748         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3749         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3750         (__ASSUME_ATFCTS): Do not undefine and redefine.
3751         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3752         <kernel-features.h>.
3753         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3754         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3755         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3756         <kernel-features.h>.
3757         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3758         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3759         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3760         (__ASSUME_ATFCTS): Do not undefine and redefine.
3761         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3762         <kernel-features.h>.
3763         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3764         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3765         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3766         <kernel-features.h>.
3767         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3768         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3769
3770 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3771
3772         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3773
3774 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3775
3776         [BZ #17069]
3777         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3778         constructed tree before returning error.
3779         * posix/bug-regexp36.c: Expand test case.
3780
3781 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3782
3783         [BZ #6803]
3784         * math/libm-test.inc (scalbln_test_date):
3785         Add errno expectations.
3786         * math/w_scalblnf.c: New File.
3787         Add wrapper which checks for setting errno to ERANGE.
3788         Add weak_alias for corresponding scalbln function.
3789         * math/w_scalbln.c: Likewise.
3790         * math/w_scalblnl.c: Likewise.
3791         * math/Makefile (libm-calls): Add w_scalbln.
3792         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3793         Remove weak_alias for corresponding scalbln function.
3794         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3795         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3796         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3797         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3798         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3799         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3800         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3801         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3802         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3803         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3804         Remove long_double_symbol for scalblnl function in libm, libc.
3805         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3806         Add wrapper which checks for setting errno to ERANGE.
3807         Add long_double_symbol for scalblnl function in libm, libc.
3808         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3809         Remove long_double_symbol for scalblnl in libm.
3810         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3811         Add wrapper which checks for setting errno to ERANGE.
3812         Add long_double_symbol for scalblnl function in libm.
3813         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3814         Do not use wrapper because of own implementation.
3815
3816 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3817
3818         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3819         3 bytes for __pad1 for x32.
3820         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3821
3822 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3823             H.J. Lu  <hongjiu.lu@intel.com>
3824
3825         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3826         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3827         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3828         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3829         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3830
3831 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3832
3833         [BZ #17069]
3834         * posix/regcomp.c (parse_expression): Deallocate partially
3835         constructed tree before returning error.
3836         * posix/Makefile.c (tests): Add bug-regex36.
3837         (generated): Add bug-regex36.mtrace.
3838         (tests-special): Add $(objpfx)bug-regex36-mem.out
3839         (bug-regex36-ENV): New variable.
3840         ($(objpfx)bug-regex36-mem.out): New rule.
3841         * posix/bug-regex36.c: New file.
3842
3843 2014-06-19  Will Newton  <will.newton@linaro.org>
3844
3845         * malloc/malloc.c (systrim): If extra is zero then return
3846         early.
3847
3848 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3849
3850         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3851
3852 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3853
3854         * sysdeps/aarch64/strchr.S: New file.
3855
3856 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3857
3858         [BZ #17022]
3859         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3860         from arguments -2 or below.
3861         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3862         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3863
3864 2014-06-18  Andreas Schwab  <schwab@suse.de>
3865
3866         [BZ #17062]
3867         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3868         of a bracket expr not to run off the end of the string.
3869         * posix/Makefile (tests): Add tst-fnmatch3.
3870         * posix/tst-fnmatch3.c: New file.
3871
3872 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3873
3874         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3875         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3876         [$(cross-compiling) = no]: Likewise.
3877         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3878         [$(cross-compiling) = no]: Likewise.
3879
3880 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3881
3882         [BZ #17031]
3883         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3884         double, adjusted for any remainder from the high double.
3885         * math/libm-test.inc (nearbyint): Add tests.
3886         (rint): Likewise.
3887
3888 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3889
3890         * nptl/sysdeps/powerpc/Makefile: Moved ...
3891         * sysdeps/powerpc/nptl/Makefile: ... here.
3892         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3893         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3894         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3895         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3896         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3897         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3898         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3899         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3900         * nptl/sysdeps/powerpc/tls.h: Moved ...
3901         * sysdeps/powerpc/nptl/tls.h: ... here.
3902
3903 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3904
3905         [BZ #16681]
3906         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3907         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3908         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3909         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3910         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3911         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3912         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3913         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3914         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3915
3916 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3917
3918         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3919
3920 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3921
3922         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3923         defined operator.
3924
3925         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3926         $TIMEOUTFACTOR.
3927
3928 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3929
3930         [BZ #17058]
3931         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3932         non-executed part of the test.
3933
3934 2014-06-16  Andreas Schwab  <schwab@suse.de>
3935
3936         * string/bits/string2.h (strdup, strndup): Update feature guard.
3937
3938 2014-06-14  David S. Miller  <davem@davemloft.net>
3939
3940         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3941
3942 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3943
3944         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3945         that was previously under [RESET_PID].
3946         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3947
3948         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3949         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3950         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3951         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3952         (__libc_vfork): New strong alias.
3953         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3954
3955 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3956
3957         * sysdeps/generic/elide.h: New file.
3958
3959 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3960
3961         * Makefile (installed-headers): Adjust path of pthread.h header.
3962
3963 2014-06-13  Roland McGrath  <roland@hack.frob.com>
3964
3965         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
3966         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
3967         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
3968         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
3969
3970         * nptl/sysdeps/s390/Makefile: Moved ...
3971         * sysdeps/s390/nptl/Makefile: ... here.
3972         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
3973         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
3974         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
3975         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
3976         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
3977         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
3978         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
3979         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
3980         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
3981         * sysdeps/s390/nptl/pthreaddef.h: ... here.
3982         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
3983         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
3984         * nptl/sysdeps/s390/tls.h: Moved ...
3985         * sysdeps/s390/nptl/tls.h: ... here.
3986
3987         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
3988         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
3989
3990 2014-06-13  David S. Miller  <davem@davemloft.net>
3991
3992         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
3993         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
3994         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
3995         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
3996         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
3997         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
3998         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
3999         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4000         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4001         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4002         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4003         Remove RESET_PID cpp guards.
4004         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4005         Remove RESET_PID cpp guards.
4006         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4007
4008 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4009
4010         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4011         __sp to uintptr_t.
4012
4013 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4014
4015         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4016         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4017         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4018         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4019         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4020         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4021         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4022         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4023         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4024         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4025         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4026         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4027         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4028         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4029         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4030         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4031         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4032         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4033         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4034         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4035
4036         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4037         (pthread_rwlock_rdlock): Add elision.
4038         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4039         (pthread_rwlock_wrlock): Add elision.
4040         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4041         (pthread_rwlock_trywrlock): Add elision.
4042         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4043         (pthread_rwlock_tryrdlock): Add elision.
4044         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4045         (pthread_rwlock_tryrdlock): Add elision unlock.
4046         * nptl/sysdeps/pthread/pthread.h:
4047         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4048         (PTHREAD_RWLOCK_INITIALIZER,
4049         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4050         Handle new elision field.
4051         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4052         * sysdeps/arm/nptl/bits/pthreadtypes.h
4053         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4054         * sysdeps/sh/nptl/bits/pthreadtypes.h
4055         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4056         * sysdeps/tile/nptl/bits/pthreadtypes.h
4057         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4058         * sysdeps/a/nptl/bits/pthreadtypes.h
4059         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4060         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4061         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4062         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4063         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4064         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4065         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4066         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4067         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4068         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4069         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4070         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4071         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4072         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4073         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4074         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4075         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4076         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4077         (elision_init): Set try_xbegin to zero when no RTM.
4078         * sysdeps/x86/nptl/bits/pthreadtypes.h
4079         (pthread_rwlock_t): Change __pad1 to __rwelision.
4080         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4081
4082 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4083
4084         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4085         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4086         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4087         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4088
4089 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4090
4091         [BZ #16996]
4092         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4093         that the cached result has been set before returning it.
4094
4095 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4096
4097         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4098         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4099         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4100         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4101         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4102         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4103
4104         * nptl/sysdeps/sparc/Makefile: Moved ...
4105         * sysdeps/sparc/nptl/Makefile: ... here.
4106         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4107         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4108         * nptl/sysdeps/sparc/tls.h: Moved ...
4109         * sysdeps/sparc/nptl/tls.h: ... here.
4110         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4111         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4112         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4113         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4114         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4115         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4116         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4117         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4118         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4119         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4120         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4121         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4122         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4123         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4124         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4125         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4126         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4127         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4128         Update #include.
4129         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4130         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4131         Update #include.
4132         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4133         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4134         Update #include.
4135         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4136         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4137         Update #include.
4138
4139         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4140
4141         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4142         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4143
4144         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4145         (struct list_links): Type removed.
4146         (struct thread_node, struct timer_node): Replace struct list_links
4147         with struct list_head.
4148         (list_unlink_ip): Likewise.
4149         * sysdeps/pthread/timer_routines.c
4150         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4151         (list_append, list_insbefore): Likewise.
4152         (list_init): Function removed.
4153         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4154         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4155         * sysdeps/pthread/Makefile: ... here, new file.
4156
4157         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4158         * sysdeps/nptl/Implies: ... here.
4159         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4160         * nptl/sysdeps/pthread/list.h: Moved ...
4161         * include/list.h: ... here.
4162         * nptl/sysdeps/pthread/createthread.c: Moved ...
4163         * nptl/createthread.c: ... here.
4164         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4165         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4166         * nptl/pt-longjmp.c: ... here.
4167         * nptl/sysdeps/pthread/Makefile: Moved ...
4168         * sysdeps/nptl/Makefile: ... here.
4169         * nptl/sysdeps/pthread/Subdirs: Moved ...
4170         * sysdeps/nptl/Subdirs: ... here.
4171         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4172         * sysdeps/nptl/aio_misc.h: ... here.
4173         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4174         * sysdeps/nptl/bits/libc-lock.h: ... here.
4175         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4176         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4177         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4178         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4179         * nptl/sysdeps/pthread/configure: Moved ...
4180         * sysdeps/nptl/configure: ... here.
4181         * nptl/sysdeps/pthread/configure.ac: Moved ...
4182         * sysdeps/nptl/configure.ac: ... here.
4183         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4184         * sysdeps/nptl/gai_misc.h: ... here.
4185         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4186         * sysdeps/nptl/librt-cancellation.c: ... here.
4187         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4188         * sysdeps/nptl/malloc-machine.h: ... here.
4189         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4190         * sysdeps/nptl/pthread-functions.h: ... here.
4191         * nptl/sysdeps/pthread/pthread.h: Moved ...
4192         * sysdeps/nptl/pthread.h: ... here.
4193         * nptl/sysdeps/pthread/setxid.h: Moved ...
4194         * sysdeps/nptl/setxid.h: ... here.
4195         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4196         * sysdeps/nptl/sigfillset.c: ... here.
4197         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4198         * sysdeps/nptl/tcb-offsets.h: ... here.
4199         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4200         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4201         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4202         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4203         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4204         * sysdeps/pthread/allocalim.h: ... here.
4205         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4206         * sysdeps/pthread/bits/sigthread.h: ... here.
4207         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4208         * sysdeps/pthread/flockfile.c: ... here.
4209         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4210         * sysdeps/pthread/ftrylockfile.c: ... here.
4211         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4212         * sysdeps/pthread/funlockfile.c: ... here.
4213         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4214         * sysdeps/pthread/posix-timer.h: ... here.
4215         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4216         * sysdeps/pthread/timer_create.c: ... here.
4217         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4218         * sysdeps/pthread/timer_delete.c: ... here.
4219         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4220         * sysdeps/pthread/timer_getoverr.c: ... here.
4221         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4222         * sysdeps/pthread/timer_gettime.c: ... here.
4223         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4224         * sysdeps/pthread/timer_routines.c: ... here.
4225         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4226         * sysdeps/pthread/timer_settime.c: ... here.
4227         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4228         * sysdeps/pthread/tst-timer.c: ... here.
4229         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4230         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4231
4232         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4233         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4234
4235         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4236         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4237         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4238         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4239         Update #include target.
4240         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4241         * sysdeps/i386/i686/nptl/Makefile: ... here.
4242         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4243         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4244         Update #include target.
4245         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4246         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4247         * nptl/sysdeps/i386/Makefile: Moved ...
4248         * sysdeps/i386/nptl/Makefile: ... here.
4249         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4250         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4251         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4252         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4253         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4254         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4255         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4256         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4257         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4258         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4259         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4260         * nptl/sysdeps/i386/tls.h: Moved ...
4261         * sysdeps/i386/nptl/tls.h: ... here.
4262
4263         * sysdeps/sh/Makefile [$(subdir) = csu]
4264         (gen-as-const-headers): Add tcb-offsets.sym.
4265         * nptl/sysdeps/sh/Makefile: File removed.
4266         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4267         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4268         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4269         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4270         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4271         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4272         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4273         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4274         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4275         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4276         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4277         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4278         * nptl/sysdeps/sh/tls.h: Moved ...
4279         * sysdeps/sh/nptl/tls.h: ... here.
4280         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4281         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4282         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4283         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4284         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4285         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4286         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4287         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4288         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4289         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4290         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4291         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4292         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4293         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4294         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4295         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4296         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4297         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4298         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4299         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4300         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4301         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4302         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4303         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4304         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4305         Moved ...
4306         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4307         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4308         Moved ...
4309         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4310         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4311         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4312         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4313         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4314         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4315         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4316         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4317         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4318         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4319         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4320         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4321         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4322         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4323         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4324         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4325         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4326         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4327         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4328
4329 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4330
4331         * posix/spawn_faction_addopen.c: Include string.h.
4332
4333 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4334
4335         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4336         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4337         * nptl/sysdeps/x86_64/Makefile: Moved ...
4338         * sysdeps/x86_64/nptl/Makefile: ... here.
4339         * nptl/sysdeps/x86_64/configure: Moved ...
4340         * sysdeps/x86_64/nptl/configure: ... here.
4341         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4342         * sysdeps/x86_64/nptl/configure.ac: ... here.
4343         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4344         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4345         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4346         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4347         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4348         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4349         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4350         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4351         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4352         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4353         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4354         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4355         * nptl/sysdeps/x86_64/tls.h: Moved ...
4356         * sysdeps/x86_64/nptl/tls.h: ... here.
4357         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4358         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4359         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4360         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4361
4362         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4363
4364 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4365
4366         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4367
4368 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4369
4370         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4371         type.
4372         [POSIX] (off_t): Likewise.
4373         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4374         [POSIX] (S_ISBLK): Require macro.
4375         [POSIX] (S_ISCHR): Likewise.
4376         [POSIX] (S_ISDIR): Likewise.
4377         [POSIX] (S_ISFIFO): Likewise.
4378         [POSIX] (S_ISREG): Likewise.
4379         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4380         optional-macro.
4381         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4382         type.
4383         [POSIX] (time_t): Likewise.
4384         [POSIX] (timer_t): Likewise.
4385
4386 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4387
4388         [BZ #17048]
4389         * posix/spawn_int.h (struct __spawn_action): Make the path string
4390         non-const to support deallocation.
4391         * posix/spawn_faction_addopen.c
4392         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4393         * posix/spawn_faction_destroy.c
4394         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4395         path in all spawn_do_open actions.
4396         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4397         posix_spawn_file_actions_addopen.
4398
4399 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4400
4401         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4402         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4403         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4404         conditional code always true.
4405         (__libc_vfork): New alias.
4406
4407 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4408
4409         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4410         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4411
4412         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4413
4414         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4415         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4416
4417         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4418         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4419
4420         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4421         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4422
4423 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4424
4425         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4426         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4427         multiarch strcmp for PPC64.
4428         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4429         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4430         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4431         multiarch optimizations.
4432         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4433         (__libc_ifunc_impl_list): Likewise.
4434
4435 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4436
4437         * benchtests/scripts/validate_benchout.py: New script.
4438         * benchtests/Makefile (bench-func): Call it.
4439         * benchtests/scripts/benchout.schema.json: New file.
4440
4441 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4442
4443         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4444         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4445         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4446         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4447         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4448         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4449         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4450         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4451         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4452         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4453         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4454         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4455         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4456         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4457         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4458         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4459         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4460         Moved ...
4461         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4462         ... here.
4463         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4464         Moved ...
4465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4466         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4467         Moved ...
4468         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4469         ... here.
4470         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4471         Moved ...
4472         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4473         ... here.
4474         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4475         Moved ...
4476         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4477         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4478         Moved ...
4479         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4480         ... here.
4481         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4482         Moved ...
4483         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4484         ... here.
4485         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4486         Moved ...
4487         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4488         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4489         Moved ...
4490         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4491         ... here.
4492         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4493         Moved ...
4494         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4495         ... here.
4496         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4497         Moved ...
4498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4499         ... here.
4500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4501         Moved ...
4502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4503         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4504         Moved ...
4505         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4506         ... here.
4507         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4508         Moved ...
4509         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4510         ... here.
4511         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4512         Moved ...
4513         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4514         ... here.
4515         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4516         Moved ...
4517         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4519         Moved ...
4520         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4521         ... here.
4522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4523         Moved ...
4524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4525         ... here.
4526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4527         Moved ...
4528         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4529         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4530         Moved ...
4531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4532         ... here.
4533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4534         Moved ...
4535         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4536         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4537         Moved ...
4538         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4540         Moved ...
4541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4542         ... here.
4543         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4544         Moved ...
4545         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4546         ... here.
4547         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4548         Moved ...
4549         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4550         ... here.
4551         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4552         Moved ...
4553         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4554         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4555         Moved ...
4556         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4557         ... here.
4558         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4559         Moved ...
4560         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4561         ... here.
4562         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4563         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4564         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4565         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4566         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4567         Moved ...
4568         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4569         ... here.
4570         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4571         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4572         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4573         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4574         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4575         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4576         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4577         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4578         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4579         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4580         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4581         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4582         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4583         Moved ...
4584         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4585         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4586         Moved ...
4587         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4588         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4589         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4590         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4591         Moved ...
4592         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4593         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4594         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4595         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4596         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4597         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4598         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4599
4600 2014-06-10  Wilco  <wdijkstr@arm.com>
4601
4602         * math/test-fenv-return.c: New file.
4603         * math/Makefile: Add new test test-fenv-return.
4604
4605 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4606
4607         [BZ #17042]
4608         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4609         when x - 1 is zero.
4610         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4611         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4612         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4613         0.0L for an argument of 1.0L.
4614         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4615         Likewise.
4616         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4617         value when x - 1 is zero.
4618         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4619         * sysdeps/i386/fpu/libm-test-ulps: Update.
4620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4621
4622 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4623
4624         [BZ #15119]
4625         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4626
4627 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4628
4629         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4630         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4631
4632 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4633
4634         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4635         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4636
4637         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4638         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4639
4640         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4641         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4642
4643         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4644         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4645
4646         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4647         if not already defined.
4648         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4649         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4650         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4651         (TLS_INIT_TP): Use it.
4652         (TLS_DEFINE_INIT_TP): New macro.
4653         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4654
4655 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4656
4657         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4658         constant.
4659         [POSIX] (IXANY): Likewise.
4660         [POSIX] (OLCUC): Likewise.
4661         [POSIX || POSIX2008] (CBAUD): Do not allow.
4662         [POSIX || POSIX2008] (DEFECHO): Likewise.
4663         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4664         [POSIX || POSIX2008] (ECHOKE): Likewise.
4665         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4666         [POSIX || POSIX2008] (EXTA): Likewise.
4667         [POSIX || POSIX2008] (EXTB): Likewise.
4668         [POSIX || POSIX2008] (FLUSHO): Likewise.
4669         [POSIX || POSIX2008] (LOBLK): Likewise.
4670         [POSIX || POSIX2008] (PENDIN): Likewise.
4671         [POSIX || POSIX2008] (SWTCH): Likewise.
4672         [POSIX || POSIX2008] (VDISCARD): Likewise.
4673         [POSIX || POSIX2008] (VDSUSP): Likewise.
4674         [POSIX || POSIX2008] (VLNEXT): Likewise.
4675         [POSIX || POSIX2008] (VREPRINT): Likewise.
4676         [POSIX || POSIX2008] (VSTATUS): Likewise.
4677         [POSIX || POSIX2008] (VWERASE): Likewise.
4678         (B*): Change to B[0123456789]*.
4679         * conform/data/time.h-data [POSIX || UNIX98]
4680         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4681         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4682         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4683         [POSIX] (tm_*): Do not allow.
4684
4685 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4686
4687         * Makefile (install): Don't set LANGUAGE.
4688         * Makefile.in (install): Likewise.
4689         * assert/Makefile (test-assert-ENV): Remove variable.
4690         (test-assert-perr-ENV): Likewise.
4691         * elf/Makefile (neededtest4-ENV): Likewise.
4692         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4693         [$(cross-compiling) = no]: Don't set LANGUAGE.
4694         * io/ftwtest-sh (LANG): Remove variable.
4695         * libio/Makefile (tst-widetext-ENV): Likewise.
4696         * manual/install.texi (Running make install): Don't refer to
4697         environment settings for make install.
4698         * INSTALL: Regenerated.
4699         * nptl/tst-tls6.sh: Don't set LANG.
4700         * posix/globtest.sh (LANG): Remove variable.
4701         * string/Makefile (tester-ENV): Likewise.
4702         (inl-tester-ENV): Likewise.
4703         (noinl-tester-ENV): Likewise.
4704         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4705         [$(cross-compiling) = no]: Don't set LANGUAGE.
4706         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4707         without explicit environment settings.
4708
4709 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4710
4711         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4712         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4713         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4714         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4715
4716 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4717
4718         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4719         other files in the crypt directory.
4720         * crypt/crypt.c: Remove duplicate includes.
4721         * crypt/crypt-entry.c: Likewise.
4722         * crypt/crypt_util.c: Likewise.
4723
4724 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4725
4726         * Makeconfig (run-program-env): New variable.
4727         (run-program-prefix-before-env): Likewise.
4728         (run-program-prefix-after-env): Likewise.
4729         (run-program-prefix): Define in terms of new variables.
4730         (built-program-cmd-before-env): New variable.
4731         (built-program-cmd-after-env): Likewise.
4732         (built-program-cmd): Define in terms of new variables.
4733         (test-program-prefix-before-env): New variable.
4734         (test-program-prefix-after-env): Likewise.
4735         (test-program-prefix): Define in terms of new variables.
4736         (test-program-cmd-before-env): New variable.
4737         (test-program-cmd-after-env): Likewise.
4738         (test-program-cmd): Define in terms of new variables.
4739         * Rules (make-test-out): Use $(run-program-env).
4740         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4741         (help): Do not mention environment variables.  Mention
4742         --timeoutfactor option.
4743         (timeoutfactor): New variable.
4744         (blacklist_exports): Remove function.
4745         (exports): Remove variable.
4746         (command): Do not include ${exports}.
4747         * manual/install.texi (Configuring and compiling): Do not mention
4748         test wrappers preserving environment variables.  Mention that last
4749         assignment to a variable must take precedence.
4750         * INSTALL: Regenerated.
4751         * benchtests/Makefile (run-bench): Use $(run-program-env).
4752         * catgets/Makefile ($(objpfx)test1.cat): Use
4753         $(built-program-cmd-before-env), $(run-program-env) and
4754         $(built-program-cmd-after-env).
4755         ($(objpfx)test2.cat): Do not specify environment variables
4756         explicitly.
4757         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4758         $(run-program-env) and $(built-program-cmd-after-env).
4759         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4760         $(run-program-env) and $(test-program-cmd-after-env).
4761         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4762         explicitly.
4763         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4764         run_program_env and test_program_cmd_after_env arguments.
4765         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4766         * elf/tst-pathopt.sh: Use run_program_env argument.
4767         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4768         $(test-wrapper-env) and $(run-program-env).
4769         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4770         run_program_env arguments.
4771         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4772         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4773         $(test-program-prefix-before-env), $(run-program-env) and
4774         $(test-program-prefix-after-env).
4775         ($(objpfx)tst-gettext2.out): Likewise.
4776         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4777         run_program_env and test_program_prefix_after_env arguments.
4778         * intl/tst-gettext2.sh: Likewise.
4779         * intl/tst-gettext4.sh: Do not set environment variables
4780         explicitly.
4781         * intl/tst-gettext6.sh: Likewise.
4782         * intl/tst-translit.sh: Likewise.
4783         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4784         $(test-program-prefix-before-env), $(run-program-env) and
4785         $(test-program-prefix-after-env).
4786         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4787         run_program_env and test_program_prefix_after_env arguments.
4788         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4789         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4790         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4791         explicitly with each use of ${test_wrapper_env}.
4792         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4793         $(test-program-prefix-before-env), $(run-program-env) and
4794         $(test-program-prefix-after-env).
4795         * posix/tst-getconf.sh: Do not set environment variables
4796         explicitly.
4797         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4798         run_program_env and test_program_prefix_after_env arguments.
4799         * stdio-common/tst-printf.sh: Do not set environment variables
4800         explicitly.
4801         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4802         $(test-program-prefix-before-env), $(run-program-env) and
4803         $(test-program-prefix-after-env).
4804         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4805         run_program_env and test_program_prefix_after_env arguments.
4806         Split $test calls into $test_pre and $test.
4807         * timezone/Makefile (build-testdata): Use
4808         $(built-program-cmd-before-env), $(run-program-env) and
4809         $(built-program-cmd-after-env).
4810
4811 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4812
4813         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4814         strlen for non SHARED builds.
4815
4816 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4817
4818         * nptl/allocatestack.c (check_list): Inlined function...
4819         (__reclaim_stacks): ... here.
4820
4821 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4822
4823         [BZ #15698]
4824         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4825         memory overrun.
4826
4827 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4828
4829         * Rules (make-test-out): Include
4830         LOCPATH=$(common-objpfx)localedata in default environment.
4831         * debug/Makefile (tst-chk1-ENV): Remove variable.
4832         (tst-chk2-ENV): Likewise.
4833         (tst-chk3-ENV): Likewise.
4834         (tst-chk4-ENV): Likewise.
4835         (tst-chk5-ENV): Likewise.
4836         (tst-chk6-ENV): Likewise.
4837         (tst-lfschk1-ENV): Likewise.
4838         (tst-lfschk2-ENV): Likewise.
4839         (tst-lfschk3-ENV): Likewise.
4840         (tst-lfschk4-ENV): Likewise.
4841         (tst-lfschk5-ENV): Likewise.
4842         (tst-lfschk6-ENV): Likewise.
4843         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4844         (tst-iconv7-ENV): Likewise.
4845         * intl/Makefile (LOCPATH-ENV): Likewise.
4846         (tst-codeset-ENV): Likewise.
4847         (tst-gettext3-ENV): Likewise.
4848         (tst-gettext5-ENV): Likewise.
4849         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4850         (tst-fopenloc-ENV): Likewise.
4851         (tst-fgetws-ENV): Remove variable.
4852         (tst-ungetwc1-ENV): Likewise.
4853         (tst-ungetwc2-ENV): Likewise.
4854         (bug-ungetwc2-ENV): Likewise.
4855         (tst-swscanf-ENV): Likewise.
4856         (bug-ftell-ENV): Likewise.
4857         (tst-fgetwc-ENV): Likewise.
4858         (tst-fseek-ENV): Likewise.
4859         (tst-ftell-partial-wide-ENV): Likewise.
4860         (tst-ftell-active-handler-ENV): Likewise.
4861         (tst-ftell-append-ENV): Likewise.
4862         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4863         (tst-regexloc-ENV): Likewise.
4864         (bug-regex1-ENV): Likewise.
4865         (tst-regex-ENV): Likewise.
4866         (tst-regex2-ENV): Likewise.
4867         (bug-regex5-ENV): Likewise.
4868         (bug-regex6-ENV): Likewise.
4869         (bug-regex17-ENV): Likewise.
4870         (bug-regex18-ENV): Likewise.
4871         (bug-regex19-ENV): Likewise.
4872         (bug-regex20-ENV): Likewise.
4873         (bug-regex22-ENV): Likewise.
4874         (bug-regex23-ENV): Likewise.
4875         (bug-regex25-ENV): Likewise.
4876         (bug-regex26-ENV): Likewise.
4877         (bug-regex30-ENV): Likewise.
4878         (bug-regex32-ENV): Likewise.
4879         (bug-regex33-ENV): Likewise.
4880         (bug-regex34-ENV): Likewise.
4881         (bug-regex35-ENV): Likewise.
4882         (tst-rxspencer-ENV): Likewise.
4883         (tst-rxspencer-no-utf8-ENV): Likewise.
4884         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4885         (tst-sscanf-ENV): Likewise.
4886         (tst-swprintf-ENV): Likewise.
4887         (tst-swscanf-ENV): Likewise.
4888         (test-vfprintf-ENV): Likewise.
4889         (scanf13-ENV): Likewise.
4890         (bug14-ENV): Likewise.
4891         (tst-grouping-ENV): Likewise.
4892         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4893         (tst-strtod3-ENV): Likewise.
4894         (tst-strtod4-ENV): Likewise.
4895         (tst-strtod5-ENV): Likewise.
4896         (testmb2-ENV): Likewise./
4897         * string/Makefile (tst-strxfrm-ENV): Likewise.
4898         (tst-strxfrm2-ENV): Likewise.
4899         (bug-strcoll1-ENV): Likewise.
4900         (test-strcasecmp-ENV): Likewise.
4901         (test-strncasecmp-ENV): Likewise.
4902         * time/Makefile (tst-strptime-ENV): Likewise.
4903         (tst-ftime_l-ENV): Likewise.
4904         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4905         (tst-mbrtowc-ENV): Likewise.
4906         (tst-wcrtomb-ENV): Likewise.
4907         (tst-mbrtowc2-ENV): Likewise.
4908         (tst-c16c32-1-ENV): Likewise.
4909         (tst-mbsnrtowcs-ENV): Likewise.
4910
4911 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4912
4913         * manual/resource.texi (How to get information about the memory
4914         subsystem?): Fix typo.
4915         Reported by Peon de la Parra Ivan <peon@keba.com>
4916
4917 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4918
4919         [BZ #16882]
4920         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4921         (pthread_spin_lock): Branch out of spin loop to proper location.
4922         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4923         (pthread_spin_lock): Likewise.
4924
4925         * nptl/tst-spin4.c: New test.
4926         * nptl/Makefile (tests): Add tst-spin4.
4927
4928 2014-06-03  Andreas Schwab  <schwab@suse.de>
4929
4930         [BZ #15946]
4931         * resolv/res_send.c (send_dg): Reload file descriptor after
4932         calling reopen.
4933
4934 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4935
4936         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4937
4938 2014-06-03  Richard Henderson  <rth@redhat.com>
4939
4940         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4941         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4942         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4943         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4944         in the SAVE_PID block.
4945         (__libc_vfork): New alias.
4946         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4947
4948         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4949         child in registers, not on the stack.  Remove RESET_PID conditionals.
4950         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4951
4952 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4953
4954         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4955
4956 2014-06-03  Wilco  <wdijkstr@arm.com>
4957
4958         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4959         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4960         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4961         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
4962         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
4963         Likewise.
4964
4965 2014-06-03  Wilco  <wdijkstr@arm.com>
4966
4967         * sysdeps/aarch64/fpu/math_private.h
4968         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
4969         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
4970         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
4971         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4972         Fix declarations.
4973
4974 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4975
4976         * crypt/crypt-private.h: Include ufc-crypt.h.
4977         (__b64_from_24bit): Declare extern.
4978         * crypt/crypt_util.c(__b64_from_24bit): New function.
4979         (b64t): New static const variable.
4980         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
4981         (b64t): Remove variable.
4982         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
4983         * crypt/sha256-crypt.c: Include crypt-private.h.
4984         (b64t): Remove variable.
4985         (__sha256_crypt_r): Remove b64_from_24bit and replace
4986         with __b64_from_24bit.
4987         * crypt/sha512-crypt.c: Likewise.
4988
4989 2014-06-02  Roland McGrath  <roland@hack.frob.com>
4990
4991         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
4992         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
4993         Label the code __libc_vfork rather than __vfork.
4994         [!NOT_IN_libc] (vfork): Define as weak alias.
4995         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
4996         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
4997         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
4998
4999 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5000
5001         * malloc/malloc.c (malloc_info): Fix format specifier for
5002         n_mmaps.
5003
5004 2014-06-02  Wilco  <wdijkstr@arm.com>
5005
5006         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5007         FPCR write.
5008
5009 2014-06-02  Wilco  <wdijkstr@arm.com>
5010
5011         [BZ #17009]
5012         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5013         Rewrite to reduce FPCR/FPSR accesses.
5014
5015 2014-06-01  David S. Miller  <davem@davemloft.net>
5016
5017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5018
5019 2014-05-31  David S. Miller  <davem@davemloft.net>
5020
5021         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5022         to occur in round to nearest mode when |x| >= 2.0
5023
5024 2014-05-30  Richard Henderson  <rth@twiddle.net>
5025
5026         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5027         (PSEUDO_RET_NOERRNO): Remove.
5028         (ret): Don't redefine.
5029         (ret_NOERRNO): Define in terms of ret.
5030         (ret_ERRVAL): Likewise.
5031
5032         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5033         use of PSEUDO_RET; perform the error check directly.
5034
5035 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5036
5037         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5038         with __int128_t.
5039
5040 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5041
5042         * malloc/malloc (malloc_info): Fix formatting.
5043
5044 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5045             Roland McGrath  <roland@hack.frob.com>
5046
5047         * malloc/malloc (malloc_info): Also print mmapped statistics.
5048
5049 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5050
5051         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5052         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5053
5054 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5055
5056         * malloc/malloc.c (malloc_info): Inline mi_arena.
5057
5058 2014-05-29  Richard Henderson  <rth@twiddle.net>
5059
5060         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5061         Remove comma before expanding ASM_ARGS_##nr.
5062         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5063         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5064         of ASM_ARGS_##nr.
5065         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5066         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5067         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5068         (ASM_ARGS_1): Add leading comma.
5069
5070         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5071         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5072         to __errno_location.
5073         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5074         Remove the expected plt for __errno_location.
5075
5076         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5077         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5078         call to __read_tp.
5079
5080         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5081         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5082         it and break it down.
5083         (DOCARGS_0, DOCARGS_1): Do nothing.
5084         (DOCARGS_2): Update to store into the new stack frame.
5085         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5086         (UNDOCARGS_1): Update to restore from the new stack frame.
5087         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5088         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5089
5090         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5091         (SINGLE_THREAD_P): New parameter for result regno.
5092         (PSEUDO): Update to match; use cbz instead of beq.
5093
5094         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5095         Use ENTRY to define the _nocancel entry point.  Share the syscall
5096         and syscall error check paths with the cancel path.
5097         (PSEUDO_END): New.
5098
5099         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5100         whitespace; tabs before and after asm mnemonics.
5101
5102 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5103
5104         [BZ #15132]
5105         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5106         Call fstat64 or stat64 internally, depending on arguments passed.
5107         Replace stat buffer argument with file descriptor argument.
5108         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5109         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5110         Pass fd to __internal_statvfs instead of calling fstat64.
5111         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5112         Pass fd to __internal_statvfs64 instead of calling fstat64.
5113         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5114         Pass -1 to __internal_statvfs instead of calling stat64.
5115         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5116         Pass -1 to __internal_statvfs64 instead of calling stat64.
5117
5118 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5119
5120         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5121         that was previously under [RESET_PID].
5122         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5123
5124         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5125         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5126
5127 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5128
5129         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5130
5131         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5132         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5133
5134 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5135
5136         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5137
5138 2014-05-27  Andreas Schwab  <schwab@suse.de>
5139
5140         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5141         TLS_INIT_TP macro.
5142         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5143         * elf/rtld.c (init_tls, dl_main): Likewise.
5144         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5145         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5146         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5147         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5148         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5149         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5150         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5151         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5152         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5153         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5154         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5155         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5156         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5157         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5158         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5159         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5160         * sysdeps/generic/tls.h: Update description.
5161
5162 2014-05-27  Will Newton  <will.newton@linaro.org>
5163
5164         [BZ #16990]
5165         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5166         and restore r2 rather than just restoring.
5167
5168 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5169
5170         [BZ #16724]
5171         * libio/tst-ftell-append.c: New test case.
5172         * libio/Makefile (tests): Add test case.
5173         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5174         append mode.
5175         * libio/wfileops.c (do_ftell_wide): Likewise.
5176
5177 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5178
5179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5180
5181         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5182         ...
5183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5185         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5186         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5187         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5188         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5189         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5190         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5191         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5192         Moved ...
5193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5194         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5195         Moved ...
5196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5197         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5198         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5199         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5200         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5201         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5202         ...
5203         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5204         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5205         Moved ...
5206         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5207         here.
5208         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5209         ...
5210         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5211         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5212         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5213
5214         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5215         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5216         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5217         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5218
5219         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5220         merge into ...
5221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5222         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5223         ...
5224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5225         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5226         ...
5227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5228         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5229         Moved ...
5230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5231         here.
5232         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5233         Moved ...
5234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5235         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5236         Moved ...
5237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5238
5239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5240         conditional [RESET_PID].
5241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5242         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5243         removed.
5244         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5245         removed.
5246
5247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5248         <tcb-offsets.h>.
5249         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5250         (__libc_vfork): New strong alias.
5251         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5252         removed.
5253         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5254         Removed.
5255
5256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5257         <tcb-offsets.h>.
5258         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5259         (__libc_vfork): New strong alias.
5260         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5261         removed.
5262         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5263         removed.
5264
5265 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5266
5267         * malloc/malloc.c (mi_arena): New function.
5268         (malloc_info): Remove nested function mi_arena. Call non-nosted
5269         function mi_arena.
5270
5271 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5272
5273         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5274         by insrwi.
5275         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5276         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5277         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5278         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5279         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5280         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5281         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5282
5283 2014-05-26  Andreas Schwab  <schwab@suse.de>
5284
5285         [BZ #16984]
5286         * locale/programs/repertoire.c (repertoire_read): Add slash
5287         between I18NPATH element and file name.
5288         * locale/programs/locfile.c (locfile_read): Likewise.
5289
5290 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5291
5292         * nptl/pthread_mutexattr_settype.c
5293         (__pthread_mutexattr_settype):
5294         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5295
5296 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5297
5298         * nptl/tst-mutex5 (do_test):
5299         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5300
5301 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5302
5303         * benchtests/README: Document 'init' directive.
5304         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5305         BENCH_INIT.
5306         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5307         (parse_file): Recognize 'init' directive.
5308
5309 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5310
5311         [BZ #16796]
5312         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5313         alignment of struct pthread.
5314
5315 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5316
5317         [BZ #16878]
5318         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5319         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5320         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5321         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5322
5323 2014-05-25  Richard Henderson  <rth@twiddle.net>
5324
5325         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5326         (SINGLE_THREAD_P_PIC): Remove.
5327         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5328         (SINGLE_THREAD_P_PIC): Remove.
5329
5330         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5331         branch to syscall error ...
5332         (PSEUDO): ... here.
5333         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5334         from __local_syscall_error to .Lsyscall_error.
5335         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5336         (SYSCALL_ERROR): Update label name.
5337
5338         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5339         Do not use DOARGS/UNDOARGS.
5340         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5341         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5342         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5343         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5344         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5345
5346         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5347         block comment.
5348
5349         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5350         define if !NOT_IN_libc.
5351         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5352         define with non-default symbol versions.
5353
5354 2014-05-23  Richard Henderson  <rth@twiddle.net>
5355
5356         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5357         (vfork, __vfork): Define via compat_symbol.
5358
5359         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5360         [!HAVE_IFUNC] (vfork_compat): Remove.
5361         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5362
5363 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5364
5365         [BZ #16978]
5366         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5367         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5368         variable.
5369
5370 2014-05-23  Richard Henderson  <rth@twiddle.net>
5371
5372         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5373         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5374         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5375         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5376
5377         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5378         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5379         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5380         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5381         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5382         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5383         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5384         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5385         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5386         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5387         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5388         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5389         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5390         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5391         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5392         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5393         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5394         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5395         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5396         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5397         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5398         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5399         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5400         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5401         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5402         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5403         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5404         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5405         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5406         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5407         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5408         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5409         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5410         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5411         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5412         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5413         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5414         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5415         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5416         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5417         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5418         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5419         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5420         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5421         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5422         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5423         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5424         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5425         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5426         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5427         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5428         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5429         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5430         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5431         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5432         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5433
5434         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5435         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5436         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5437         before exiting on error.
5438         (__libc_vfork): New strong alias.
5439         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5440         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5441
5442         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5443         that was previously under [RESET_PID].
5444         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5445
5446         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5447
5448 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5449
5450         [BZ #16977]
5451         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5452         value when x - 1 is zero.
5453         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5454         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5455         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5456         0.0L for an argument of 1.0L.
5457         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5458         Likewise.
5459         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5460         value when x - 1 is zero.
5461         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5462         * sysdeps/i386/fpu/libm-test-ulps: Update.
5463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5464
5465 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5466
5467         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5468         alphasort and versionsort.
5469
5470 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5471
5472         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5473         macro.
5474         [copysignf]: Likewise.
5475
5476 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5477
5478         * crypt/md5-crypt.c: Fix formatting.
5479
5480 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5481
5482         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5483         (b64_from_24bit): New function.
5484
5485 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5486
5487         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5488         libc_hidden_builtin_def to ifunc.
5489         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5490         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5491
5492 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5493
5494         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5495         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5496
5497 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5498
5499         * nscd/Depend (linuxthreads): Remove.
5500         (nptl): Add.
5501         * resolv/Depend (linuxthreads): Remove.
5502         * rt/Depend (linuxthreads): Remove.
5503
5504         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5505         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5506         $(common-objpfx)elf/.
5507         (link-libc-before-gnulib): Likewise.
5508         (elfobjdir): Remove variable.
5509         * Makefile (install): Use $(elf-objpfx) instead of
5510         $(common-objpfx)elf/.
5511         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5512         $(elfobjdir)/.
5513         (link-libc-deps): Likewise.
5514         ($(common-objpfx)libc.so): Likewise.
5515         ($(common-objpfx)linkobj/libc.so): Likewise.
5516         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5517         instead of $(common-objpfx)elf/.
5518         (symbolic-link-list): Likewise.
5519         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5520         [$(cross-compiling) = no]: Likewise.
5521         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5522         $(elfobjdir)/.
5523         (static-gnulib-arch): Likewise.
5524         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5525         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5526         $(common-objpfx)elf/.
5527
5528 2014-05-21  Richard Henderson  <rth@redhat.com>
5529
5530         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5531         (SINGLE_THREAD_P): Use the correct width load.  Fold
5532         into the ldr offset.
5533
5534         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5535         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5536
5537 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5538
5539         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5540         (libgcc_s_resume): Use __attribute_used__.
5541         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5542         Likewise.
5543
5544 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5545
5546         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5547         optimization when used with float constants.
5548
5549         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5550
5551 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5552
5553         [BZ #16915]
5554         * locale/nl_langinfo_l.c: Make direct reference to every
5555         _nl_current_CATEGORY symbol.
5556         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5557         (tests-static): Add tst-langinfo-static.
5558         (tests-special): Add tst-langinfo-static.out.
5559         ($(objpfx)tst-langinfo.out): Redirect output.
5560         ($(objpfx)tst-langinfo-static.out): New.
5561         * localedata/tst-langinfo.sh: Send output to stdout.
5562         * localedata/tst-langinfo-static.c: New file.
5563
5564         [BZ #16965]
5565         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5566         when the shift amount is modulo the limb size.
5567
5568 2014-05-20  Richard Henderson  <rth@redhat.com>
5569
5570         [BZ #16967]
5571         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5572         Change type of sa_flags from unsigned int to int.
5573
5574         [BZ #16966]
5575         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5576
5577         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5578
5579 2014-05-20  Will Newton  <will.newton@linaro.org>
5580
5581         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5582         Test the return value of the system call in the nocancel case.
5583
5584 2014-05-20  Will Newton  <will.newton@linaro.org>
5585             Yvan Roux  <yvan.roux@linaro.org>
5586
5587         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5588         #include of asm/ptrace.h.
5589         (PTRACE_GET_THREAD_AREA): Remove #undef.
5590         (PTRACE_GETHBPREGS): Likewise.
5591         (PTRACE_SETHBPREGS): Likewise.
5592         (struct user_regs_struct): New structure.
5593         (struct user_fpsimd_struct): New structure.
5594         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5595         #include of asm/ptrace.h and second #include of sys/user.h.
5596         (PTRACE_GET_THREAD_AREA): Remove #undef.
5597         (PTRACE_GETHBPREGS): Likewise.
5598         (PTRACE_SETHBPREGS): Likewise.
5599         (ELF_NGREG): Use new struct user_regs_struct.
5600         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5601
5602 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5603
5604         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5605         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5606
5607 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5608
5609         [BZ #16958]
5610         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5611         membar to avoid block loads/stores to overlap previous stores.
5612
5613 2014-05-17  Richard Henderson  <rth@redhat.com>
5614
5615         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5616         Create the __##syscall_name##_nocancel entry point.
5617         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5618         Remove; let the sysdep-cancel.h code create it.
5619
5620 2014-05-17  David S. Miller  <davem@davemloft.net>
5621
5622         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5623         Protect with __USE_GNU.
5624         (TIOCSET_TEMPT): Likewise.
5625         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5626         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5627         these are already provided in bits/ioctl-types.h
5628
5629 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5630
5631         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5632         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5633
5634         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5635         Use wait4 regardless of [__NR_waitpid].
5636
5637 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5638
5639         PR libgcc/60166
5640         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5641         (_FP_NANSIGN_Q): Set the quiet bit.
5642
5643 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5644
5645         * benchtests/Makefile
5646         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5647         not $(common-objpfx)math/libm.so.
5648         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5649         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5650         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5651         $(common-objpfx)dlfcn/libdl.so.
5652         ($(objpfx)tst-audit8): Depend on $(libm), not
5653         $(common-objpfx)math/libm.so.
5654         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5655         not $(common-objpfx)dlfcn/libdl.so.
5656         * math/Makefile
5657         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5658         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5659         [$(build-shared) = yes].
5660         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5661         $(common-objpfx)nptl/libpthread.so.
5662         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5663         $(common-objpfx)math/libm.so$(libm.so-version) or
5664         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5665         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5666         $(common-objpfx)dlfcn/libdl.so.
5667         * setjmp/Makefile (link-libm): Remove variable.
5668         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5669         * stdio-common/Makefile (link-libm): Remove variable.
5670         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5671         * stdlib/Makefile (link-libm): Remove variable.
5672         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5673         ($(objpfx)tst-strtod-round): Likewise.
5674         ($(objpfx)tst-tininess): Likewise.
5675         ($(objpfx)tst-strtod-underflow): Likewise.
5676         ($(objpfx)tst-strtod6): Likewise.
5677         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5678         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5679         $(common-objpfx)dlfcn/libdl.so.
5680
5681 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5682
5683         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5684         BSD terminal modes definitions.
5685
5686 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5687
5688         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5689         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5690
5691         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5692         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5693         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5694         Don't do #include_next.
5695         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5696         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5697         Don't do #include_next.
5698         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5699         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5700         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5701         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5702
5703 2014-05-16  Allan McRae  <allan@archlinux.org>
5704
5705         * po/sv.po: Update Swedish translation from translation project.
5706
5707         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5708         in sed expression.
5709
5710 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5711
5712         [BZ #16917]
5713         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5714         errno if the TIOCGPTN ioctl fails with an error different than
5715         EINVAL.
5716         * login/tst-ptsname.c: New file.
5717         * login/Makefile (tests): Add tst-ptsname.
5718
5719         [BZ #16943]
5720         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5721         and prlimit64.
5722
5723 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5724
5725         [BZ #16849]
5726         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5727         herrno to return EAI_AGAIN.
5728
5729 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5730
5731         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5732         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5733         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5734         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5735         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5736         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5737         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5738         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5739         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5740         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5741         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5742         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5743         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5744         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5745         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5746         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5747         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5748         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5749         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5750         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5751         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5752         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5753         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5754         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5755         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5756         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5757         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5758         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5759         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5760         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5761         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5762         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5763         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5764         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5765         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5766         Moved ...
5767         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5768         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5769         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5770         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5771         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5772         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5773         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5774         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5775         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5776         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5777         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5778         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5779         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5780         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5781         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5782         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5783         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5784         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5785         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5786         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5787         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5788         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5789         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5790         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5791         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5792         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5793         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5794         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5795         Moved ...
5796         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5797         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5798         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5800         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5801         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5802         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5803         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5804         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5805         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5806         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5807         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5808         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5809         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5810         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5811         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5812         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5813         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5814         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5815         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5816         Moved ...
5817         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5818         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5819         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5820
5821         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5822         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5823         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5824         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5825         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5826         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5827         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5828         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5829         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5830         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5831         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5832         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5833         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5834         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5835         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5836         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5837         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5838         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5839         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5840         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5841         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5842         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5843         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5844         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5845         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5846         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5847         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5848         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5849         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5850         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5851         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5852
5853         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5854         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5855
5856         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5857         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5858         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5859         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5860         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5861         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5862         Moved ...
5863         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5864         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5865         Moved ...
5866         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5867         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5868         Moved ...
5869         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5870         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5871         Moved ...
5872         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5873         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5874         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5875         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5876         Moved ...
5877         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5878         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5879         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5880         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5881         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5882         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5883         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5884         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5885         Moved ...
5886         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5887         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5888         Moved ...
5889         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5890         ... here.
5891         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5892         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5893         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5894         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5895         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5896         Moved ...
5897         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5898         ... here.
5899         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5900         Moved ...
5901         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5902         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5903         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5904         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5905         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5906         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5907         Moved ...
5908         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5909         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5910         Moved ...
5911         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5912         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5913         Moved ...
5914         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5915         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5916         Moved ...
5917         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5918         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5919         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5920         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5921         Moved ...
5922         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5923         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5924         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5925         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5926         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5927         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5928         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5929         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5930         Moved ...
5931         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5932         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5933         Moved ...
5934         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5935         ... here.
5936         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5937         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5938         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5939         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5940         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5941         Moved ...
5942         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5943         ... here.
5944         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5945         Moved ...
5946         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5947         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5948         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5949         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5950         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5951         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5952         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5953         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5954         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5955         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5956         Moved ...
5957         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5958         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5959         Moved ...
5960         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
5961         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5962         Moved ...
5963         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
5964         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
5965         Moved ...
5966         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
5967         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
5968         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
5969         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
5970         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
5971         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5972         Moved ...
5973         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
5974         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
5975         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
5976         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
5977         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
5978         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
5979         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
5980         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5981         Moved ...
5982         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
5983         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5984         Moved ...
5985         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5986         ... here.
5987         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
5988         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
5989         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
5990         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
5991         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5992         Moved ...
5993         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5994         ... here.
5995         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
5996         Moved ...
5997         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
5998         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
5999         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6000         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6001         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6002         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6003         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6004         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6005         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6006         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6007         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6008
6009         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6010         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6011
6012         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6013         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6014
6015         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6016         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6017         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6018         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6019         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6020         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6021         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6022         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6023         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6024         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6025         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6026         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6027         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6028         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6029         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6030         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6031         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6032         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6033         Moved ...
6034         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6035         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6036         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6037         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6038         Moved ...
6039         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6040         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6041         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6042         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6043         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6044         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6045         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6046         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6047         Moved ...
6048         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6049         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6050         Moved ...
6051         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6052         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6053         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6054         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6055         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6056         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6057         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6058         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6059         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6060         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6061         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6062         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6063         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6064         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6065         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6066         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6067         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6068
6069         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6070         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6071         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6072         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6073         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6074
6075         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6076         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6077         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6078         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6079         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6080         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6081         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6082         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6083         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6084         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6085
6086         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6087         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6088
6089         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6090         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6091         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6092         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6093         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6094         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6095         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6096         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6097         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6098         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6099         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6100         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6101         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6102         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6103         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6104         Update #include.
6105         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6106         Likewise.
6107         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6108         Likewise.
6109         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6110         Likewise.
6111         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6112         Likewise.
6113         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6114         Likewise.
6115         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6116         Likewise.
6117         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6118         Likewise.
6119         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6120         Likewise.
6121         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6122         Likewise.
6123         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6124         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6125         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6126         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6127         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6128         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6129         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6130         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6131         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6132         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6133         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6134         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6135         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6136         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6137         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6138
6139         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6140         that was previously under [RESET_PID].
6141         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6142         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6143         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6144
6145         * sysdeps/i386/nptl/Implies: New file.
6146         * sysdeps/x86_64/nptl/Implies: New file.
6147         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6148         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6149         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6150         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6151
6152         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6153         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6154         (__libc_vfork): New strong alias.
6155         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6156         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6157
6158         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6159         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6160         (__libc_vfork): New strong alias.
6161         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6162         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6163
6164         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6165         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6166         (__libc_vfork): New strong alias.
6167         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6168         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6169         * nptl/pt-vfork.c: New file.
6170         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6171         (libpthread: GLIBC_2.20): New version set (empty).
6172
6173 2014-05-14  Will Newton  <will.newton@linaro.org>
6174
6175         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6176         rather than #if.
6177
6178 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6179
6180         [BZ #16564]
6181         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6182         arguments with exponent 65 or above.
6183         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6184         arguments 0x1p113L or above.
6185         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6186         to arguments 0x1p107L or above.
6187         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6188         positive arguments with exponent 65 or above.
6189         * math/auto-libm-test-in: Add more tests of log1p.
6190         * math/auto-libm-test-out: Regenerated.
6191
6192         [BZ #16928]
6193         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6194         non-finite arguments is +0.
6195         * math/s_cacosf.c (__cacosf): Likewise.
6196         * math/s_cacosl.c (__cacosl): Likewise.
6197         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6198         * sysdeps/i386/fpu/libm-test-ulps: Update.
6199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6200
6201         [BZ #16927]
6202         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6203         value.
6204         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6205         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6206         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6207         for explicit high bit of mantissa when testing for argument equal
6208         to 1.
6209         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6210         * sysdeps/i386/fpu/libm-test-ulps: Update.
6211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6212
6213         [BZ #16516]
6214         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6215         (__erf): Scale by 16 instead of 8 in potentially underflowing
6216         case.  Ensure exception if result actually underflows.
6217         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6218         (__erff): Scale by 16 instead of 8 in potentially underflowing
6219         case.  Ensure exception if result actually underflows.
6220         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6221         (efx8): Remove variable.
6222         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6223         case.  Ensure exception if result actually underflows.
6224         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6225         (efx8): Remove variable.
6226         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6227         case.  Ensure exception if result actually underflows.
6228         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6229         (efx8): Remove variable.
6230         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6231         case.  Ensure exception if result actually underflows.
6232         * math/auto-libm-test-in: Add more tests of erf.
6233         * math/auto-libm-test-out: Regenerated.
6234
6235 2014-05-14  Andreas Schwab  <schwab@suse.de>
6236
6237         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6238         Remove code conditionalized on USE___THREAD.
6239
6240         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6241         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6242         not definedness.
6243
6244 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6245
6246         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6247         Define unconditionally.
6248         (__ASSUME_O_CLOEXEC): Likewise.
6249         (__ASSUME_SOCK_CLOEXEC): Likewise.
6250         (__ASSUME_IN_NONBLOCK): Likewise.
6251         (__ASSUME_PIPE2): Likewise.
6252         (__ASSUME_EVENTFD2): Likewise.
6253         (__ASSUME_SIGNALFD4): Likewise.
6254         (__ASSUME_DUP3): Likewise.
6255         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6256         (__ASSUME_DUP3): Do not define.
6257         (__ASSUME_EVENTFD2): Likewise.
6258         (__ASSUME_IN_NONBLOCK): Likewise.
6259         (__ASSUME_O_CLOEXEC): Likewise.
6260         (__ASSUME_PIPE2): Likewise.
6261         (__ASSUME_SIGNALFD4): Likewise.
6262         (__ASSUME_SOCK_CLOEXEC): Likewise.
6263         (__ASSUME_UTIMES): Undefine.
6264         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6265         (__ASSUME_UTIMES): Do not define.
6266         (__ASSUME_O_CLOEXEC): Likewise.
6267         (__ASSUME_SOCK_CLOEXEC): Likewise.
6268         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6269         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6270         0x020621].
6271         (__ASSUME_PIPE2): Likewise.
6272         (__ASSUME_EVENTFD2): Likewise.
6273         (__ASSUME_SIGNALFD4): Likewise.
6274         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6275         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6276         Do not define.
6277         (__ASSUME_EVENTFD2): Likewise.
6278         (__ASSUME_SIGNALFD4): Likewise.
6279         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6280         (__ASSUME_32BITUIDS): Likewise.
6281         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6282         (__ASSUME_IPC64): Likewise.
6283         (__ASSUME_ST_INO_64_BIT): Likewise.
6284         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6285         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6286         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6287         (__ASSUME_UTIMES): Do not define.
6288         (__ASSUME_PSELECT): Likewise.
6289         (__ASSUME_PPOLL): Likewise.
6290         (__ASSUME_O_CLOEXEC): Likewise.
6291         (__ASSUME_SOCK_CLOEXEC): Likewise.
6292         (__ASSUME_IN_NONBLOCK): Likewise.
6293         (__ASSUME_PIPE2): Likewise.
6294         (__ASSUME_EVENTFD2): Likewise.
6295         (__ASSUME_SIGNALFD4): Likewise.
6296         (__ASSUME_DUP3): Likewise.
6297         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6298         (__ASSUME_UTIMES): Likewise.
6299         (__ASSUME_O_CLOEXEC): Likewise.
6300         (__ASSUME_SOCK_CLOEXEC): Likewise.
6301         (__ASSUME_IN_NONBLOCK): Likewise.
6302         (__ASSUME_PIPE2): Likewise.
6303         (__ASSUME_EVENTFD2): Likewise.
6304         (__ASSUME_SIGNALFD4): Likewise.
6305         (__ASSUME_DUP3): Likewise.
6306         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6307         (__ASSUME_UTIMES): Likewise.
6308         (__ASSUME_O_CLOEXEC): Likewise.
6309         (__ASSUME_SOCK_CLOEXEC): Likewise.
6310         (__ASSUME_IN_NONBLOCK): Likewise.
6311         (__ASSUME_PIPE2): Likewise.
6312         (__ASSUME_EVENTFD2): Likewise.
6313         (__ASSUME_SIGNALFD4): Likewise.
6314         (__ASSUME_DUP3): Likewise.
6315         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6316         Likewise.
6317         (__ASSUME_UTIMES): Likewise.
6318         (__ASSUME_EVENTFD2): Likewise.
6319         (__ASSUME_SIGNALFD4): Likewise.
6320         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6321         (__ASSUME_O_CLOEXEC): Likewise.
6322         (__ASSUME_SOCK_CLOEXEC): Likewise.
6323         (__ASSUME_IN_NONBLOCK): Likewise.
6324         (__ASSUME_PIPE2): Likewise.
6325         (__ASSUME_EVENTFD2): Likewise.
6326         (__ASSUME_SIGNALFD4): Likewise.
6327         (__ASSUME_DUP3): Likewise.
6328         (__ASSUME_UTIMES): Undefine.
6329
6330         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6331         feclearexcept.  Remove symbol versioning code.
6332         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6333         symbol versioning code.
6334         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6335         symbol versioning code.
6336         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6337         feupdateenv.  Remove symbol versioning code.
6338         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6339         fegetexceptflag.  Remove symbol versioning code.
6340         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6341         fesetexceptflag.  Remove symbol versioning code.
6342         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6343         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6344         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6345         (__posix_fadvise64_l32): Remove prototype.
6346         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6347         code.
6348
6349 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6350
6351         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6352         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6353         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6354         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6355
6356 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6357
6358         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6359         current working directory
6360
6361 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6362
6363         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6364         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6365         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6366         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6367         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6368         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6369         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6370         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6371         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6372         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6373         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6374         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6376         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6378         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6379         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6380         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6381         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6382         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6383         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6384         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6385         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6386         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6388         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6389         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6390         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6391         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6392         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6393         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6394         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6395         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6396         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6397         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6398         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6399         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6400         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6401         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6402         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6403         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6404         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6405
6406         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6407         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6408
6409         * sysdeps/unix/sysv/linux/arm/Makefile
6410         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6411         Add rt-aeabi_unwind_cpp_pr1.
6412         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6413         Add nptl-aeabi_unwind_cpp_pr1.
6414         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6415         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6416         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6417         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6418         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6419         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6420
6421         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6422         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6423         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6424         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6425
6426         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6427         Deconditionalize the code that was previously under [RESET_PID].
6428         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6429
6430         * sysdeps/generic/exit-thread.h: New file.
6431         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6432         * include/unistd.h (__exit_thread): Remove declaration.
6433         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6434         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6435         * csu/libc-start.c: Include <exit-thread.h>.
6436         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6437         * nptl/pthread_create.c: Include <exit-thread.h>.
6438         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6439         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6440         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6441         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6442         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6443         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6444         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6445         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6446         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6447         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6448         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6449         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6450         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6451         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6452         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6453         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6454         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6455
6456 2014-05-13  Andreas Schwab  <schwab@suse.de>
6457
6458         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6459
6460 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6461
6462         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6463         (__ASSUME_UTIMES): Do not condition on kernel version.
6464         (__ASSUME_PSELECT): Define unconditionally.
6465         (__ASSUME_PPOLL): Likewise.
6466         (__ASSUME_ATFCTS): Likewise.
6467         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6468         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6469         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6470         (__ASSUME_UTIMENSAT): Define unconditionally.
6471         (__ASSUME_PRIVATE_FUTEX): Likewise.
6472         (__ASSUME_FALLOCATE): Likewise.
6473         (__ASSUME_O_CLOEXEC): Likewise.
6474         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6475         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6476         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6477         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6478         (__ASSUME_IN_NONBLOCK): Likewise.
6479         (__ASSUME_PIPE2): Likewise.
6480         (__ASSUME_EVENTFD2): Likewise.
6481         (__ASSUME_SIGNALFD4): Likewise.
6482         (__ASSUME_DUP3): Likewise.
6483         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6484         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6485         (__ASSUME_AT_RANDOM): Likewise.
6486         (__ASSUME_PREADV): Likewise.
6487         (__ASSUME_PWRITEV): Likewise.
6488         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6489         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6490         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6491         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6492         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6493         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6494         (__ASSUME_O_CLOEXEC): Define unconditionally.
6495         (__ASSUME_PSELECT): Do not undefine conditionally.
6496         (__ASSUME_PPOLL): Likewise.
6497         (__ASSUME_ATFCTS): Likewise.
6498         (__ASSUME_SET_ROBUST_LIST): Likewise.
6499         (__ASSUME_UTIMENSAT): Likewise.
6500         (__ASSUME_FDATASYNC): Define unconditionally.
6501         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6502         (__ASSUME_SIGFRAME_V2): Likewise.
6503         )__ASSUME_EVENTFD2): Likewise.
6504         (__ASSUME_SIGNALFD4): Likewise.
6505         (__ASSUME_PSELECT): Do not undefine conditionally.
6506         (__ASSUME_PPOLL): Likewise.
6507         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6508         (__ASSUME_PSELECT): Define unconditionally.
6509         (__ASSUME_PPOLL): Likewise.
6510         (__ASSUME_O_CLOEXEC): Likewise.
6511         (__ASSUME_SOCK_CLOEXEC): Likewise.
6512         (__ASSUME_IN_NONBLOCK): Likewise.
6513         (__ASSUME_PIPE2): Likewise.
6514         (__ASSUME_EVENTFD2): Likewise.
6515         (__ASSUME_SIGNALFD4): Likewise.
6516         (__ASSUME_DUP3): Likewise.
6517         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6518         (__ASSUME_O_CLOEXEC): Likewise.
6519         (__ASSUME_SOCK_CLOEXEC): Likewise.
6520         (__ASSUME_IN_NONBLOCK): Likewise.
6521         (__ASSUME_PIPE2): Likewise.
6522         (__ASSUME_EVENTFD2): Likewise.
6523         (__ASSUME_SIGNALFD4): Likewise.
6524         (__ASSUME_DUP3): Likewise.
6525         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6526         (__ASSUME_EVENTFD2): Likewise.
6527         (__ASSUME_SIGNALFD4): Likewise.
6528         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6529
6530 2014-05-12  Andreas Schwab  <schwab@suse.de>
6531
6532         [BZ #16932]
6533         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6534         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6535         than maximum RPC packet size.
6536         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6537         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6538         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6539         (_nss_nis_getservbyport_r): Likewise.
6540
6541 2014-05-12  Will Newton  <will.newton@linaro.org>
6542
6543         * malloc/Makefile (tests): Add tst-mallopt.
6544         * malloc/tst-mallopt.c: New file.
6545
6546 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6547
6548         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6549         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6550
6551 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6552
6553         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6554         (tst-tlsmod6.so): Likewise.
6555
6556 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6557
6558         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6559
6560 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6561
6562         [BZ #16064]
6563         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6564         and <dl-procinfo.h>.
6565         (__fegetenv): Save SSE state in envp->__eip if supported.
6566         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6567         envp->__eip if supported.
6568         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6569         and <dl-procinfo.h>.
6570         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6571         __data_offset and __data_selector in environment to 0.  Set SSE
6572         state if supported.
6573         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6574         test-fenv-sse.
6575         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6576         -mfpmath=sse.
6577         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6578
6579 2014-05-09  Will Newton  <will.newton@linaro.org>
6580
6581         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6582         and libc_relro_required for ARM.
6583         * sysdeps/arm/preconfigure: Regenerate.
6584
6585 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6586             Stefan Liebler  <stli@linux.vnet.ibm.com>
6587
6588         * config.make.in (enable-lock-elision): New Makefile variable.
6589         * configure.ac: Likewise.
6590         * configure: Regenerate.
6591         * sysdeps/s390/configure.ac:
6592         Add check for gcc transactions support.
6593         * sysdeps/s390/configure: Regenerate.
6594         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6595         Build elision files if enabled.
6596         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6597         Add lock elision support for s390.
6598         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6599         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6600         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6601         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6602         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6603         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6604         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6605         Likewise.
6606         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6607         Likewise.
6608         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6609         Likewise.
6610         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6611         Likewise.
6612         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6613         (__lll_timedlock_elision, __lll_lock_elision)
6614         (__lll_unlock_elision, __lll_trylock_elision)
6615         (lll_timedlock_elision, lll_lock_elision)
6616         (lll_unlock_elision, lll_trylock_elision): Add.
6617         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6618         (pthread_mutex_t): Add lock elision support for s390.
6619
6620 2014-05-14  Wilco  <wdijkstr@arm.com>
6621
6622         * sysdeps/arm/fclrexcpt.c: Cleanup.
6623         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6624         * sysdeps/arm/feenablxcpt.c: Cleanup.
6625         * sysdeps/arm/fegetenv.c: Cleanup.
6626         * sysdeps/arm/fegetexcept.c: Cleanup.
6627         * sysdeps/arm/fegetround.c: Cleanup.
6628         * sysdeps/arm/feholdexcpt.c: Cleanup.
6629         * sysdeps/arm/fesetenv.c: Cleanup.
6630         * sysdeps/arm/fesetround.c: Cleanup.
6631         * sysdeps/arm/feupdateenv.c: Cleanup.
6632         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6633         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6634         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6635         * sysdeps/arm/ftestexcept.c: Cleanup.
6636         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6637         * sysdeps/arm/setfpucw.c: Cleanup.
6638
6639 2014-05-09  Will Newton  <will.newton@linaro.org>
6640
6641         * sysdeps/arm/armv7/strcmp.S: New file.
6642         * NEWS: Mention addition of ARMv7 optimized strcmp.
6643
6644 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6645
6646         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6647         look for %.ac rather than %.in.
6648
6649         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6650         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6651         * sysdeps/mach/hurd/configure: Regenerated.
6652         * sysdeps/unix/sysv/linux/configure: Regenerated.
6653
6654         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6655
6656 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6657
6658         [BZ# 16922]
6659         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6660         (LONG_SUB): Ditto.
6661         (PTR_SUB): Ditto.
6662
6663 2014-05-07  Andreas Schwab  <schwab@suse.de>
6664
6665         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6666         when skipping over non-matching result from nscd.
6667
6668 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6669
6670         [BZ #16876]
6671         * nptl/sockperf.c (client): Check socket return value.
6672
6673         [BZ #16877]
6674         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6675         nscd security class.
6676
6677 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6678
6679         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6680         * sysdeps/arm/unwind.h: ... here.
6681
6682 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6683
6684         [BZ# 16916]
6685         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6686         Define.
6687
6688 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6689
6690         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6691         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6692         multiarch strncpy for PPC64.
6693         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6694         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6695         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6696         multiarch optimizations.
6697         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6698         (__libc_ifunc_impl_list): Likewise.
6699         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6700         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6701         multiarch stpncpy for PPC64.
6702         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6703         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6704
6705 2014-05-06  Andreas Schwab  <schwab@suse.de>
6706
6707         [BZ #16912]
6708         * gmon/mcount.c (_MCOUNT_DECL): Use
6709         atomic_compare_and_exchange_bool_acq instead of
6710         catomic_compare_and_exchange_bool_acq.
6711
6712 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6713
6714         * elf/Makefile (others, install-bin): Remove pldd.
6715         (pldd-modules): Variable removed.
6716         ($(objpfx)pldd): Target removed.
6717         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6718         (others, install-bin): Append pldd here.
6719         ($(objpfx)pldd): New target.
6720
6721         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6722         to 0, so the first #if test emitted later doesn't see it undefined.
6723         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6724         * sysdeps/gnu/errlist.c: Regenerated.
6725
6726 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6727
6728         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6729         [libc_hidden_builtin_def]: Define to empty value.
6730         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6731         [libc_hidden_builtin_def]: Likewise.
6732         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6733         [libc_hidden_builtin_def]: Likewise.
6734         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6735         [libc_hidden_builtin_def]: Likewise.
6736         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6737         __redirect_memcpy and define ifunc as default hidden symbol.
6738         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6739         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6740
6741 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6742
6743         * locale/iso-4217.def: Reintroduce XDR currency.
6744
6745 2014-05-04  Allan McRae  <allan@archlinux.org>
6746
6747         * po/eo.po: Update Esperanto translation from translation project.
6748
6749 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6750
6751         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6752         and FEATURE_INDEX_MAX to 1.
6753         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6754
6755 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6756
6757         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6758         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6759         * iconvdata/big5.c (ONE_DIRECTION): Define.
6760         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6761         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6762         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6763         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6764         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6765         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6766         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6767         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6768         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6769         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6770         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6771         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6772         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6773         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6774         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6775         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6776         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6777         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6778         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6779         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6780         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6781         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6782         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6783         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6784         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6785         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6786         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6787         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6788         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6789         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6790         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6791         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6792         * iconvdata/johab.c (ONE_DIRECTION): Define.
6793         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6794         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6795         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6796         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6797         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6798         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6799         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6800         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6801         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6802         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6803
6804 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6805
6806         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6807         (_IO_JUMPS_OFFSET): Define to 0.
6808
6809         * nptl/sysdeps/pthread/bits/libc-lock.h
6810         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6811         (__libc_lock_define_initialized_recursive): Always define using
6812         initializer.  Modern compilers treat uninitialized (implicit zero) and
6813         explicit zero initializers the same (i.e. put the datum in bss).
6814
6815 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6816
6817         * nscd/nscd-client.h: Include <string.h>.
6818
6819 2014-05-01  David S. Miller  <davem@davemloft.net>
6820
6821         [BZ #16885]
6822         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6823         multiple zero bytes exist at the end of a string.
6824         Reported by Aurelien Jarno <aurelien@aurel32.net>
6825
6826         * string/test-strcmp.c (check): Add explicit test for situations where
6827         there are multiple zero bytes after the first.
6828
6829 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6830
6831         [BZ #16890]
6832         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6833         when compiling wprintf.
6834         * stdio-common/tstdiomisc.c (t3): New function.
6835         (main): Call it.
6836
6837 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6838
6839         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6840         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6841         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6842         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6843
6844 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6845
6846         * stdlib/longlong.h: Updated from GCC.
6847
6848 2014-05-01  Will Newton  <will.newton@linaro.org>
6849             Bernard Ogden  <bernie.ogden@linaro.org>
6850
6851         * NEWS: Update fixed bug list.
6852
6853         [BZ #15119]
6854         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6855
6856 2014-04-30  David S. Miller  <davem@davemloft.net>
6857
6858         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6859         (libc_feholdexcept_setround_sparc_ctx): New function.
6860         (libc_fesetenv_sparc_ctx): Likewise.
6861         (libc_feupdateenv_sparc_ctx): Likewise.
6862         (libc_feholdsetround_sparc_ctx): Likewise.
6863         (libc_feholdexcept_setround_ctx): Define.
6864         (libc_feholdexcept_setroundf_ctx): Likewise.
6865         (libc_feholdexcept_setroundl_ctx): Likewise.
6866         (libc_fesetenv_ctx): Likewise.
6867         (libc_fesetenvf_ctx): Likewise.
6868         (libc_fesetenvl_ctx): Likewise.
6869         (libc_feupdateenv_ctx): Likewise.
6870         (libc_feupdateenvf_ctx): Likewise.
6871         (libc_feupdateenvl_ctx): Likewise.
6872         (libc_feresetround_ctx): Likewise.
6873         (libc_feresetroundf_ctx): Likewise.
6874         (libc_feresetroundl_ctx): Likewise.
6875         (libc_feholdsetround_ctx): Likewise.
6876         (libc_feholdsetroundf_ctx): Likewise.
6877         (libc_feholdsetroundl_ctx): Likewise.
6878
6879         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6880         with __USE_GNU instead of XOPEN cpp guards.
6881
6882         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6883         0.
6884
6885         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6886         with XOPEN cpp guards.
6887
6888 2014-04-30  Julian Brown  <julian@codesourcery.com>
6889
6890         [BZ #16888]
6891         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6892         handling.
6893
6894 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6895
6896         [BZ #9894]
6897         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6898         Change to 2.6.32.
6899         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6900         * sysdeps/unix/sysv/linux/configure: Regenerated.
6901         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6902         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6903         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6904         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6905         * README: Update reference to required Linux kernel version.
6906         * manual/install.texi (Linux): Update reference to required Linux
6907         kernel headers version.
6908         * INSTALL: Regenerated.
6909
6910         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6911         header inclusion.
6912         [POSIX] (limits.h): Likewise.
6913         [POSIX] (math.h): Likewise.
6914         [POSIX] (sys/wait.h): Likewise.
6915         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6916         function.
6917         [POSIX] (stddef.h): Do not allow header inclusion.
6918
6919 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6920
6921         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6922
6923 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6924
6925         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6926         Return immediately after lll_futex_wake.
6927
6928 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6929
6930         [BZ #16791]
6931         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6932         structure.
6933         (datahead_init_pos): Call datahead_init_common early.
6934         (datahead_init_neg): Likewise.
6935
6936         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6937         datahead_init_neg): New functions.
6938         * nscd/aicache.c (addhstaiX): Use them.
6939         * nscd/grpcache.c (cache_addgr): Likewise.
6940         * nscd/hstcache.c (cache_addhst): Likewise.
6941         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6942         * nscd/netgroupcache.c (do_notfound): Likewise.
6943         (addgetnetgrentX): Likewise.
6944         (addinnetgrX): Likewise.
6945         * nscd/pwdcache.c (cache_addpw): Likewise.
6946         * nscd/servicescache.c (cache_addserv): Likewise.
6947
6948 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6949             Atsushi Onoe  <atsushi@onoe.org>
6950
6951         [BZ #14308]
6952         [BZ #12994]
6953         [BZ #13651]
6954         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6955         one response is valid.
6956         * resolv/res_send.c (send_dg): Check for validity of other
6957         response if the current response is a referral.
6958
6959 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6960
6961         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
6962
6963 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
6964
6965         [BZ #16823]
6966         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
6967         Always divide by positive zero when computing -Inf result.
6968         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6969         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6970
6971 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6972
6973         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
6974         FPSCR if value do not change.
6975         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6976         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
6977         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6978         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
6979         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
6980         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
6981         function.
6982
6983 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
6984
6985         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
6986         * sysdeps/unix/sysv/linux/hppa: Move directory from
6987         ports/systeps/unix/sysv/linux/hppa.
6988         * README: Update listing for hppa-*-linux-gnu.
6989
6990 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
6991
6992         [BZ #16754]
6993         * manual/stdio.texi (Hook functions): Fix types of stream hook
6994         functions.
6995         [BZ #16854]
6996         * socket/sys/socket.h: Fix typo in comment.
6997
6998 2014-04-28  Wilco  <wdijkstr@arm.com>
6999
7000         * sysdeps/arm/fenv_private.h: New file.
7001         * sysdeps/arm/math_private.h: New file.
7002         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7003
7004 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7005
7006         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7007         with __int128_t.
7008         (La_x86_64_retval): Likewise.
7009
7010 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7011
7012         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7013         fpsr if value didn't change.
7014         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7015         to fpcr if value didn't change.
7016         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7017         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7018         fpsr or fpcr if value didn't change.
7019         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7020         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7021         fpcr if value didn't change.
7022         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7023         to fpsr if value didn't change.
7024
7025 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7026
7027         * nptl/tst-sem3.c: Use test-skeleton.c
7028         (main): Rename to do_test.  Use return instead of
7029         exit.
7030         * nptl/tst-sem4.c: Use test-skeleton.c
7031         (main): Rename to do_test.
7032
7033 2014-04-22  David S. Miller  <davem@davemloft.net>
7034
7035         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7036         (struct sigaction): New struct member __glibc_reserved0, change
7037         type of sa_flags to int.
7038
7039 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7040
7041         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7042         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7043
7044 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7045
7046         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7047         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7048
7049 2014-04-22  Will Newton  <will.newton@linaro.org>
7050             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7051
7052         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7053         (__longjmp): Add longjmp and longjmp_target SystemTap
7054         probes.
7055         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7056         (__sigsetjmp): Add setjmp SystemTap probe.
7057
7058 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7059
7060         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7061         match manual order.
7062
7063 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7064
7065         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7066
7067         * sysdeps/powerpc/fpu/fenv_private.h
7068         (libc_feholdexcept_setroundl_ctx): Define to
7069         libc_feholdexcept_setround_ppc_ctx.
7070         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7071         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7072         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7073         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7074
7075 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7076
7077         * sysdeps/aarch64/math-tests.h: New file.
7078
7079 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7080
7081         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7082         New.
7083         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7084         Check and set bit_AVX2_Usable.
7085         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7086         macro.
7087         (bit_AVX2): Likewise.
7088         (index_AVX2_Usable): Likewise.
7089         (CPUID_AVX2): Likewise.
7090         (HAS_AVX2): Likewise.
7091
7092 2014-04-17  Will Newton  <will.newton@linaro.org>
7093
7094         * manual/setjmp.texi (System V contexts): Add note that
7095         calling setcontext on a context created by a call to a
7096         signal handler is undefined.  Update text to note that
7097         setcontext from a signal handler is possible but not
7098         recommended.
7099
7100         [BZ #16629]
7101         * stdlib/tst-setcontext.c: Include signal.h.
7102         (main): Check that the signal stack before and
7103         after swapcontext is the same.
7104
7105         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7106         Re-implement to restore registers in user code and avoid
7107         rt_sigreturn system call.
7108
7109 2014-04-17  Wilco  <wdijkstr@arm.com>
7110
7111         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7112         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7113         * math/test-fenv.c: Skip exception trap tests on targets which only
7114         support non-stop mode.
7115
7116 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7117             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7118
7119         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7120         (libc_feholdsetround_aarch64_ctx)
7121         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7122         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7123         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7124         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7125         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7126         (libc_feresetround_noexl_ctx): Define.
7127
7128 2014-04-16  Richard Henderson  <rth@redhat.com>
7129
7130         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7131
7132         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7133         unwind tables.
7134
7135         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7136         const from the non-libc, non-ldso copy.
7137
7138         * sysdeps/alpha/libm-test-ulps: Regenerate.
7139
7140 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7141             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7142
7143         * sysdeps/aarch64/fpu/math_private.h: New file.
7144
7145 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7146
7147         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7148
7149 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7150
7151         [BZ #16275]
7152         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7153         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7154         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7155         Intel MPX bound registers before _dl_profile_fixup.
7156         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7157         registers after _dl_profile_fixup.  Save and restore bound
7158         registers bnd0/bnd1 when calling _dl_call_pltexit.
7159         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7160         (LR_BND_OFFSET): Likewise.
7161         (LRV_BND0_OFFSET): Likewise.
7162         (LRV_BND1_OFFSET): Likewise.
7163
7164 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7165
7166         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7167         to...
7168         * sysdeps/mach/hurd/i386/tls.h: ... here.
7169         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7170         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7171         fields.
7172
7173 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7174
7175         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7176
7177 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7178
7179         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7180
7181 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7182
7183         [BZ #14770]
7184         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7185         * sysdeps/s390/configure: Regenerate.
7186
7187         [BZ #16824]
7188         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7189         Set round-to-nearest internally to reduce error accumulation.
7190
7191 2014-04-16  Alan Modra  <amodra@gmail.com>
7192
7193         [BZ #16740]
7194         [BZ #16619]
7195         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7196         * math/libm-test.inc (frexp_test_data): Add tests.
7197         * NEWS: Update fixed bug list.
7198
7199 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7200
7201         * benchtests/Makefile: Depend on libraries in build directory.
7202         (bench-math): Separate out math tests.
7203         (bench-pthread): Separate out pthread tests.
7204         (bench): Include math and pthread tests.
7205
7206 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7207
7208         [BZ #16831]
7209         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7210         _dl_debug_initialize.
7211
7212         * configure.ac: Remove SELinux header check.
7213         * configure: Regenerate.
7214         * nscd/selinux.c (perms): Array of const char* to permission names.
7215         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7216         default policy. Call string_to_security_class and string_to_av_perm to
7217         translate strings. Enforce default policy and call avs_has_perm with
7218         results of translated strings.
7219
7220 2014-04-13  David S. Miller  <davem@davemloft.net>
7221
7222         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7223
7224 2014-04-12  Allan McRae  <allan@archlinux.org>
7225
7226         [BZ #16838]
7227         * manual/string.texi (Collation Functions): Fix qsort argument
7228         order in example.
7229         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7230
7231 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7232
7233         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7234         Make the test a no-op if there are no exceptions defined.
7235
7236 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7237
7238         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7239         enable-hardcoded-path-in-tests
7240
7241 2014-04-11  Will Newton  <will.newton@linaro.org>
7242
7243         * benchtests/Makefile (extra-objs): Add json-lib.o.
7244         (bench-func): Tidy up JSON output.
7245         * benchtests/bench-skeleton.c: Include json-lib.h.
7246         (main): Use JSON library functions to do output of
7247         benchmark results.
7248         * benchtests/bench-timing-type.c (main): Output the
7249         timing type simply, leaving formatting to the user.
7250         * benchtests/json-lib.c: New file.
7251         * benchtests/json-lib.h: Likewise.
7252
7253 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7254
7255         [BZ #15215]
7256         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7257         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7258         memory barriers.  Add comments.
7259         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7260         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7261         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7262         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7263         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7264         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7265
7266 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7267
7268         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7269         * sysdeps/s390/s390-64/configure.ac: ... this ...
7270         * sysdeps/s390/configure.ac: ... to here.
7271         * sysdeps/s390/s390-32/configure: Delete file.
7272         * sysdeps/s390/s390-64/configure: Delete file.
7273         * sysdeps/s390/configure: Regenerate.
7274
7275 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7276
7277         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7278
7279 2014-04-11  Will Newton  <will.newton@linaro.org>
7280
7281         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7282         to zero if it is not defined elsewhere.  (mtrim): Test
7283         the value of MALLOC_DEBUG with #if rather than #ifdef.
7284
7285 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7286
7287         * benchtests/pthread_once-inputs: New file.
7288         * benchtests/pthread_once-source.c: New file.
7289         * benchtests/README: Update documentation.
7290
7291 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7292             H.J. Lu  <hongjiu.lu@intel.com>
7293
7294         [BZ #16275]
7295         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7296         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7297         * sysdeps/x86_64/configure: Regenerated.
7298         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7299         macro.
7300         (REGISTER_SAVE_RAX): Likewise.
7301         (REGISTER_SAVE_RCX): Likewise.
7302         (REGISTER_SAVE_RDX): Likewise.
7303         (REGISTER_SAVE_RSI): Likewise.
7304         (REGISTER_SAVE_RDI): Likewise.
7305         (REGISTER_SAVE_R8): Likewise.
7306         (REGISTER_SAVE_R9): Likewise.
7307         (REGISTER_SAVE_BND0): Likewise.
7308         (REGISTER_SAVE_BND1): Likewise.
7309         (REGISTER_SAVE_BND2): Likewise.
7310         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7311         bound registers when calling _dl_fixup.
7312
7313 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7314
7315         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7316         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7317         of its definition.
7318         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7319         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7320         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7321         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7322         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7323         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7324         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7325
7326 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7327
7328         [BZ #15514]
7329         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7330         pathconf(_PC_NAME_MAX).
7331
7332 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7333
7334         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7335         Remove macro usage.
7336         (__PTHREAD_SPINS): Move definition to ...
7337         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7338         (__PTHREAD_SPINS): ... here.
7339         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7340         (__PTHREAD_SPIN): Likewise.
7341         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7342         (__PTHREAD_SPIN): Likewise.
7343         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7344         (__PTHREAD_SPIN): Likewise.
7345         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7346         (__PTHREAD_SPIN): Likewise.
7347         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7348         (__PTHREAD_SPIN): Likewise.
7349         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7350         (__PTHREAD_SPIN): Likewise.
7351         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7352         (__PTHREAD_SPIN): Likewise.
7353         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7354         (__PTHREAD_SPIN): Likewise.
7355         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7356         (__PTHREAD_SPIN): Likewise.
7357         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7358         (__PTHREAD_SPIN): Likewise.
7359         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7360         (__PTHREAD_SPIN): Likewise.
7361         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7362         (__PTHREAD_SPIN): Likewise.
7363
7364         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7365         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7366         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7367         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7368         imply folder.
7369         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7370         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7371         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7372         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7373         correct imply path.
7374         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7375         strlen symbol for non multi-arch builds.
7376         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7377         missing hidden_def and weak_alias.
7378
7379 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7380
7381         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7382
7383 2014-04-07  Will Newton  <will.newton@linaro.org>
7384
7385         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7386         and contents.  [!_LIBC] Remove #ifndef and contents.
7387         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7388         * string/memccpy.c (__memccpy): Use ANSI prototype.
7389         * string/memfrob.c (memfrob): Likewise.
7390         * string/strcoll.c (STRCOLL): Likewise.
7391         * string/strlen.c (strlen): Likewise.
7392         * string/strtok.c (STRTOK): Likewise.
7393         * string/strcat.c: Remove unused #include of memcopy.h.
7394         (strcat): Use ANSI prototype.
7395         * string/strchr.c: Remove unused #include of memcopy.h.
7396         (strchr): Use ANSI prototype.
7397         * string/strcmp.c: Remove unused #include of memcopy.h.
7398         (strcmp): Use ANSI prototype.
7399         * string/strcpy.c: Remove unused #include of memcopy.h.
7400         (strcpy): Use ANSI prototype.
7401
7402 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7403
7404         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7405         * config.make.in (config-extra-cppflags): Set it from
7406         libc_extra_cppflags.
7407         * configure.ac (libc_extra_cflags): Make it accumulate over
7408         configure fragments.
7409         (libc_extra_cppflags): New flag.
7410         * configure. Regenerate.
7411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7412         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7413         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7415
7416         [BZ #16815]
7417         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7418         result for FE_DOWNWARD rounding mode.
7419         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7420         Likewise.
7421         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7422
7423 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7424
7425         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7426         in function argument name.
7427
7428 2014-04-03  David Svoboda  <svoboda@cert.org>
7429
7430         [BZ #5666]
7431         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7432         explicitly.
7433
7434 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7435
7436         * elf/dl-unmap-segments.h: New file.
7437         * sysdeps/generic/ldsodefs.h
7438         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7439         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7440         * elf/dl-fptr.c: Likewise.
7441         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7442         * sysdeps/aarch64/tlsdesc.c: Likewise.
7443         * sysdeps/arm/tlsdesc.c: Likewise.
7444         * sysdeps/i386/tlsdesc.c: Likewise.
7445         * sysdeps/tile/dl-runtime.c: Likewise.
7446         * sysdeps/x86_64/tlsdesc.c: Likewise.
7447         * elf/dl-load.h: New file.
7448         * elf/dl-load.c: Include it.
7449         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7450         Macros moved to dl-load.h.
7451         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7452         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7453         Use _dl_unmap_segments in place of __munmap.
7454         Break out segment-mapping loop into ...
7455         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7456
7457 2014-04-03  Will Newton  <will.newton@linaro.org>
7458
7459         * elf/dl-lookup.c (do_lookup_x): Remove comment
7460         referring to nested function and move variable
7461         declarations down to before first use.
7462
7463 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7464
7465         [BZ #16799]
7466         [BZ #16800]
7467         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7468         with 0 numerator.
7469         * math/s_catanf.c (__catanf): Likewise.
7470         * math/s_catanh.c (__catanh): Likewise.
7471         * math/s_catanhf.c (__catanhf): Likewise.
7472         * math/s_catanhl.c (__catanhl): Likewise.
7473         * math/s_catanl.c (__catanl): Likewise.
7474         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7475         by positive zero when computing -Inf result.
7476         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7477         (catanh_test): Likewise.
7478         * sysdeps/i386/fpu/libm-test-ulps: Update.
7479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7480
7481         [BZ #16789]
7482         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7483         instead of using underflowing value in computing result.
7484         * math/s_clog10.c (__clog10): Likewise.
7485         * math/s_clog10f.c (__clog10f): Likewise.
7486         * math/s_clog10l.c (__clog10l): Likewise.
7487         * math/s_clogf.c (__clogf): Likewise.
7488         * math/s_clogl.c (__clogl): Likewise.
7489         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7490         (clog10_test): Likewise.
7491         * sysdeps/i386/fpu/libm-test-ulps: Update.
7492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7493
7494 2014-04-02  Alan Modra  <amodra@gmail.com>
7495
7496         [BZ #16739]
7497         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7498         output when value is near a power of two.  Use int64_t for lx and
7499         remove casts.  Use decimal rather than hex exponent constants.
7500         Don't use long double multiplication when double will suffice.
7501         * math/libm-test.inc (nextafter_test_data): Add tests.
7502         * NEWS: Add 16739 and 16786 to bug list.
7503
7504         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7505
7506         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7507
7508 2014-04-01  Will Newton  <will.newton@linaro.org>
7509
7510         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7511         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7512
7513 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7514
7515         [BZ #13347]
7516         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7517         * nptl/tst-setuid2.c: New file.
7518         * nptl/Makefile (xtests): Add tst-setuid2.
7519
7520 2014-04-01  Alan Modra  <amodra@gmail.com>
7521
7522         [BZ #16786]
7523         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7524
7525 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7526
7527         [BZ #6803]
7528         [BZ #6804]
7529         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7530         set errno as appropriate.
7531         * math/w_scalbf.c (__scalbf): Likewise.
7532         * math/w_scalbl.c (__scalbl): Likewise.
7533         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7534         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7535         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7536         Add more NaN tests.
7537
7538         [BZ #16349]
7539         * math/w_atan2.c: Include <errno.h>.
7540         (__atan2): Set errno for result underflowing to zero.
7541         * math/w_atan2f.c: Include <errno.h>.
7542         (__atan2f): Set errno for result underflowing to zero.
7543         * math/w_atan2l.c: Include <errno.h>.
7544         (__atan2l): Set errno for result underflowing to zero.
7545         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7546         tests.
7547         * math/auto-libm-test-out: Regenerated.
7548
7549 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7550
7551         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7552         Encode instruction correctly in little endian.
7553         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7554         Likewise.
7555         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7556         Likewise.
7557         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7558         Likewise.
7559         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7560         Likewise.
7561
7562 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7563
7564         [BZ #9894]
7565         * sysdeps/unix/sysv/linux/kernel-features.h
7566         [__sparc__ && !__arch64__ && !__sparc_v9__]
7567         (__ASSUME_SET_ROBUST_LIST): Do not define.
7568         [__sparc__ && !__arch64__ && !__sparc_v9__]
7569         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7570         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7571         Likewise.
7572         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7573         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7574         (__ASSUME_REQUEUE_PI): Likewise.
7575         (__ASSUME_SET_ROBUST_LIST): Likewise.
7576         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7577         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7578         Undefine.
7579         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7580         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7581         Likewise.
7582         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7583         Likewise.
7584         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7585         Likewise.
7586         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7587         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7588         Undefine.
7589         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7590         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7591         Likewise.
7592
7593         [BZ #16648]
7594         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7595         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7596         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7597
7598 2014-03-31  Will Newton  <will.newton@linaro.org>
7599
7600         * benchtests/Makefile (bench): Add ffs and ffsll to list
7601         of tests.
7602         * benchtests/ffs-inputs: New file.
7603         * benchtests/ffsll-inputs: Likewise.
7604
7605 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7606
7607         [BZ #16770]
7608         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7609         too large before casting to int.
7610         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7611         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7612         * math/libm-test.inc (scalb_test_data): Add more tests.
7613
7614 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7615
7616         * benchtests/Makefile (DETAILED_OPT): New make option.
7617         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7618         set.
7619         * benchtests/bench-skeleton.c: Include stdbool.h.
7620         (main): Store and print timings per input.
7621         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7622         member to each argument value.
7623         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7624         (_print_arg_data): Initialize per-input timing to 0.
7625
7626         * benchtests/Makefile (timing-type): New binary.
7627         (bench-clean): Also remove bench-timing-type.
7628         (bench): New target for timing-type.
7629         (bench-func): Print output in JSON format.
7630         * benchtests/bench-skeleton.c (main): Print output in JSON
7631         format.
7632         * benchtests/bench-timing-type.c: New file.
7633         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7634         (TIMING_PRINT_STATS): Remove.
7635         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7636         name separately.
7637
7638         * benchtests/bench-modf.c: Remove.
7639         * benchtests/modf-inputs: New inputs file.
7640
7641 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7642
7643         [BZ #16362]
7644         * math/s_clog10.c (M_PI_LOG10E): New macro.
7645         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7646         imaginary parts are 0.
7647         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7648         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7649         imaginary parts are 0.
7650         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7651         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7652         imaginary parts are 0.
7653         * math/libm-test.inc (clog10_test_data): Update expected results
7654         for when real and imaginary parts are 0.
7655
7656 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7657
7658         * elf/dl-load.c: Finish conversion of __builtin_expect into
7659         __glibc_{un}likely.
7660
7661 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7662
7663         [BZ #16348]
7664         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7665         1+x for argument with exponent below -67.
7666         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7667         Likewise.
7668         * math/auto-libm-test-in: Add more tests of exp.
7669         * math/auto-libm-test-out: Regenerated.
7670
7671 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7672
7673         [BZ #16759]
7674         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7675         (nscd_getnetgrent): Use it.
7676
7677         [BZ #16760]
7678         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7679         of stpcpy.
7680
7681 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7682
7683         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7684         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7685         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7686         (lll_robust_unlock): Remove out of line section. Use cfi
7687         intrinsics.
7688         (LLL_STUB_UNWIND_INFO*): Remove.
7689         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7690         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7691         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7692         (lll_robust_unlock): Remove out of line section. Use cfi
7693         intrinsics.
7694         (LLL_STUB_UNWIND_INFO*): Remove.
7695
7696 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7697
7698         [BZ #16758]
7699         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7700         blank values.
7701
7702 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7703
7704         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7705
7706 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7707
7708         [BZ #16198]
7709         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7710         fnstenv.
7711         * math/test-fenv-preserve.c: New file.
7712         * math/Makefile (tests): Add test-fenv-preserve.
7713
7714 2014-03-26  Will Newton <will.newton@linaro.org>
7715
7716         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7717
7718 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7719
7720         * scripts/versionlist.awk: Partition the version sets and emit all
7721         GLIBC_* (sorted) before all others (sorted).
7722
7723 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7724
7725         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7726         GLIBC_2.2.5 version.
7727
7728 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7729
7730         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7731         calls.
7732
7733         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7734         previous change.
7735
7736         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7737
7738 2014-03-25  Andreas Schwab  <schwab@suse.de>
7739
7740         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7741         label to be used after in6ailist is initialized.
7742
7743 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7744
7745         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7746         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7747
7748 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7749
7750         [BZ #16357]
7751         [BZ #16599]
7752         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7753         min_plus_half.
7754         (fp_formats): Update initializers.
7755         (init_fp_formats): Initialize new field.
7756         (output_for_one_input_case): Allow underflow for results up to
7757         min_plus_half.
7758         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7759         * math/auto-libm-test-in: Don't mark some underflows from asin and
7760         atanh as spurious.
7761         * math/auto-libm-test-out: Regenerated.
7762         * sysdeps/i386/fpu/libm-test-ulps: Update.
7763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7764
7765 2014-03-25  Andreas Schwab  <schwab@suse.de>
7766
7767         * libio/Makefile (tst-ftell-partial-wide-ENV)
7768         (tst-ftell-active-handler-ENV): Define.
7769
7770 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7771
7772         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7773
7774 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7775
7776         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7777
7778 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7779
7780         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7781         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7782         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7783
7784 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7785
7786         [BZ #16634]
7787         * elf/dl-load.c (open_verify): Add mode parameter.
7788         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7789         (open_path): Change from boolean 'secure' to complete flag 'mode'
7790         (_dl_map_object): Adjust.
7791         * elf/Makefile (tests): Add tst-dlopen-aout.
7792         * elf/tst-dlopen-aout.c: New test.
7793
7794 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7795
7796         [BZ #16714]
7797         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7798         (struct stat): Rename member pad0 to __glibc_reserved0.
7799
7800         [BZ #16712]
7801         * sysdeps/s390/s390-32/bits/wordsize.h
7802         (__WORDSIZE32_SIZE_ULONG): New define.
7803         * sysdeps/s390/s390-64/bits/wordsize.h
7804         (__WORDSIZE32_SIZE_ULONG): Likewise.
7805         * sysdeps/generic/stdint.h (SIZE_MAX):
7806         Define as UL if __WORDSIZE32_SIZE_ULONG.
7807
7808         [BZ #16713]
7809         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7810         (__glibc_reserved0): New variable.
7811         (sa_flags): Change type to int.
7812
7813         * posix/Makefile (before-compile): Use += before-compile instead
7814         of a :=.
7815
7816         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7817         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7818
7819 2014-03-20  Andreas Schwab  <schwab@suse.de>
7820
7821         [BZ #16743]
7822         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7823         non-matching result from nscd.
7824
7825 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7826
7827         * scripts/bench.py: Moved to ...
7828         * benchtests/scripts/bench.py: ... here.
7829         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7830
7831 2014-03-24  Andreas Schwab  <schwab@suse.de>
7832
7833         [BZ #16002]
7834         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7835         alloca_account and account alloca use for struct in6ailist.
7836
7837 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7838
7839         [BZ #16284]
7840         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7841         rounding mode to recompute results that overflow to infinity or
7842         underflow to zero.
7843         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7844         bug 16284.
7845         * math/auto-libm-test-out: Regenerated.
7846         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7847         (ccosh_test): Likewise.
7848         (csin_test_data): Use plus_oflow.
7849         (csin_test): Use ALL_RM_TEST.
7850         (csinh_test_data): Use plus_oflow.
7851         (csinh_test): Use ALL_RM_TEST.
7852         * sysdeps/i386/fpu/libm-test-ulps: Update.
7853         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7854
7855 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7856
7857         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7858         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7859         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7860
7861         [BZ #16731]
7862         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7863         when x - 1 is zero.
7864         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7865         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7866         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7867         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7868         argument is 1.
7869         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7870         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7871         zero.
7872         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7873         * sysdeps/i386/fpu/libm-test-ulps: Update.
7874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7875
7876 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7877
7878         * scripts/bench.pl: Remove file.
7879         * scripts/bench.py: New benchmark script.
7880         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7881         * benchtests/README: Mention python dependency.
7882         * scripts/pylintrc: New file.
7883         * scripts/pylint: New file.
7884
7885         * bits/mathdef.h: Use #ifdef instead of #if.
7886         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7887         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7888         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7889         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7890         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7891         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7892
7893 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7894             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7895
7896         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7897         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7898         and strpbrk-ppc64 objects.
7899         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7900         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7901         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7902         multiarch strpbrk for POWER7.
7903         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7904         multiarch strpbrk for PPC64.
7905         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7906         ifunc selector.
7907         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7908         strpbrk for POWER7.
7909
7910 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7911
7912         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7913         (atan_test): Likewise.
7914         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7915         (atanh_test): Use ALL_RM_TEST.
7916         (atan2_test_data): Likewise.
7917         (cabs_test): Likewise.
7918         (cacosh_test): Likewise.
7919         (carg_test): Likewise.
7920         (casin_test): Likewise.
7921         (casinh_test): Likewise.
7922         (cbrt_test): Likewise.
7923         (csqrt_test): Likewise.
7924         (erf_test): Likewise.
7925         (erfc_test): Likewise.
7926         (pow10_test): Likewise.
7927         (exp2_test): Likewise.
7928         (hypot_test): Likewise.
7929         (j0_test): Likewise.
7930         (j1_test): Likewise.
7931         (lgamma_test): Likewise.
7932         (gamma_test): Likewise.
7933         (sincos_test): Likewise.
7934         (tanh_test): Likewise.
7935         (y0_test): Likewise.
7936         (y1_test): Likewise.
7937         * sysdeps/i386/fpu/libm-test-ulps: Update.
7938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7939
7940 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7941
7942         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7943         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7944         and strcspn-ppc64 objects.
7945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7946         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7947         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7948         multiarch strcspn for POWER7.
7949         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7950         multiarch strcspn for PPC64.
7951         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7952         ifunc selector.
7953         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7954         strcspn for POWER7.
7955
7956 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7957
7958         * math/gen-libm-test.pl (generate_testfile): Expect only function
7959         name as argument to AUTO_TESTS_* and pass results for all rounding
7960         modes to parse_args.
7961         (parse_auto_input): Separate inputs of automatic tests from
7962         outputs before storing in %auto_tests.
7963         * math/libm-test.inc (acos_test_data): Update call to
7964         AUTO_TESTS_f_f.
7965         (acos_test): Use ALL_RM_TEST.
7966         (acos_tonearest_test_data): Remove.
7967         (acos_test_tonearest): Likewise.
7968         (acos_towardzero_test_data): Likewise.
7969         (acos_test_towardzero): Likewise.
7970         (acos_downward_test_data): Likewise.
7971         (acos_test_downward): Likewise.
7972         (acos_upward_test_data): Likewise.
7973         (acos_test_upward): Likewise.
7974         (acosh_test_data): Update call to AUTO_TESTS_f_f.
7975         (asin_test_data): Likewise.
7976         (asin_test): Use ALL_RM_TEST.
7977         (asin_tonearest_test_data): Remove.
7978         (asin_test_tonearest): Likewise.
7979         (asin_towardzero_test_data): Likewise.
7980         (asin_test_towardzero): Likewise.
7981         (asin_downward_test_data): Likewise.
7982         (asin_test_downward): Likewise.
7983         (asin_upward_test_data): Likewise.
7984         (asin_test_upward): Likewise.
7985         (asinh_test_data): Update call to AUTO_TESTS_f_f.
7986         (atan_test_data): Likewise.
7987         (atanh_test_data): Likewise.
7988         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
7989         (cabs_test_data): Update call to AUTO_TESTS_c_f.
7990         (carg_test_data): Likewise.
7991         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
7992         (ccos_test_data): Update call to AUTO_TESTS_c_c.
7993         (ccosh_test_data): Likewise.
7994         (cexp_test_data): Likewise.
7995         (clog_test_data): Likewise.
7996         (clog10_test_data): Likewise.
7997         (cos_test_data): Update call to AUTO_TESTS_f_f.
7998         (cos_test): Use ALL_RM_TEST.
7999         (cos_tonearest_test_data): Remove.
8000         (cos_test_tonearest): Likewise.
8001         (cos_towardzero_test_data): Likewise.
8002         (cos_test_towardzero): Likewise.
8003         (cos_downward_test_data): Likewise.
8004         (cos_test_downward): Likewise.
8005         (cos_upward_test_data): Likewise.
8006         (cos_test_upward): Likewise.
8007         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8008         (cosh_test): Use ALL_RM_TEST.
8009         (cosh_tonearest_test_data): Remove.
8010         (cosh_test_tonearest): Likewise.
8011         (cosh_towardzero_test_data): Likewise.
8012         (cosh_test_towardzero): Likewise.
8013         (cosh_downward_test_data): Likewise.
8014         (cosh_test_downward): Likewise.
8015         (cosh_upward_test_data): Likewise.
8016         (cosh_test_upward): Likewise.
8017         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8018         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8019         (ctan_test_data): Likewise.
8020         (ctan_test): Use ALL_RM_TEST.
8021         (ctan_tonearest_test_data): Remove.
8022         (ctan_test_tonearest): Likewise.
8023         (ctan_towardzero_test_data): Likewise.
8024         (ctan_test_towardzero): Likewise.
8025         (ctan_downward_test_data): Likewise.
8026         (ctan_test_downward): Likewise.
8027         (ctan_upward_test_data): Likewise.
8028         (ctan_test_upward): Likewise.
8029         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8030         (ctanh_test): Use ALL_RM_TEST.
8031         (ctanh_tonearest_test_data): Remove.
8032         (ctanh_test_tonearest): Likewise.
8033         (ctanh_towardzero_test_data): Likewise.
8034         (ctanh_test_towardzero): Likewise.
8035         (ctanh_downward_test_data): Likewise.
8036         (ctanh_test_downward): Likewise.
8037         (ctanh_upward_test_data): Likewise.
8038         (ctanh_test_upward): Likewise.
8039         (erf_test_data): Update call to AUTO_TESTS_f_f.
8040         (erfc_test_data): Likewise.
8041         (exp_test_data): Likewise.
8042         (exp_test): Use ALL_RM_TEST.
8043         (exp_tonearest_test_data): Remove.
8044         (exp_test_tonearest): Likewise.
8045         (exp_towardzero_test_data): Likewise.
8046         (exp_test_towardzero): Likewise.
8047         (exp_downward_test_data): Likewise.
8048         (exp_test_downward): Likewise.
8049         (exp_upward_test_data): Likewise.
8050         (exp_test_upward): Likewise.
8051         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8052         (exp10_test): Use ALL_RM_TEST.
8053         (exp10_tonearest_test_data): Remove.
8054         (exp10_test_tonearest): Likewise.
8055         (exp10_towardzero_test_data): Likewise.
8056         (exp10_test_towardzero): Likewise.
8057         (exp10_downward_test_data): Likewise.
8058         (exp10_test_downward): Likewise.
8059         (exp10_upward_test_data): Likewise.
8060         (exp10_test_upward): Likewise.
8061         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8062         (expm1_test_data): Likewise.
8063         (expm1_test): Use ALL_RM_TEST.
8064         (expm1_tonearest_test_data): Remove.
8065         (expm1_test_tonearest): Likewise.
8066         (expm1_towardzero_test_data): Likewise.
8067         (expm1_test_towardzero): Likewise.
8068         (expm1_downward_test_data): Likewise.
8069         (expm1_test_downward): Likewise.
8070         (expm1_upward_test_data): Likewise.
8071         (expm1_test_upward): Likewise.
8072         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8073         (fma_test): Use ALL_RM_TEST.
8074         (fma_towardzero_test_data): Remove.
8075         (fma_test_towardzero): Likewise.
8076         (fma_downward_test_data): Likewise.
8077         (fma_test_downward): Likewise.
8078         (fma_upward_test_data): Likewise.
8079         (fma_test_upward): Likewise.
8080         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8081         (j0_test_data): Update call to AUTO_TESTS_f_f.
8082         (j1_test_data): Likewise.
8083         (jn_test_data): Update call to AUTO_TESTS_if_f.
8084         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8085         (log_test_data): Update call to AUTO_TESTS_f_f.
8086         (log10_test_data): Likewise.
8087         (log1p_test_data): Likewise.
8088         (log2_test_data): Likewise.
8089         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8090         (pow_tonearest_test_data): Likewise.
8091         (sin_test_data): Update call to AUTO_TESTS_f_f.
8092         (sin_test): Use ALL_RM_TEST.
8093         (sin_tonearest_test_data): Remove.
8094         (sin_test_tonearest): Likewise.
8095         (sin_towardzero_test_data): Likewise.
8096         (sin_test_towardzero): Likewise.
8097         (sin_downward_test_data): Likewise.
8098         (sin_test_downward): Likewise.
8099         (sin_upward_test_data): Likewise.
8100         (sin_test_upward): Likewise.
8101         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8102         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8103         (sinh_test): Use ALL_RM_TEST.
8104         (sinh_tonearest_test_data): Remove.
8105         (sinh_test_tonearest): Likewise.
8106         (sinh_towardzero_test_data): Likewise.
8107         (sinh_test_towardzero): Likewise.
8108         (sinh_downward_test_data): Likewise.
8109         (sinh_test_downward): Likewise.
8110         (sinh_upward_test_data): Likewise.
8111         (sinh_test_upward): Likewise.
8112         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8113         (sqrt_test): Use ALL_RM_TEST.
8114         (sqrt_tonearest_test_data): Remove.
8115         (sqrt_test_tonearest): Likewise.
8116         (sqrt_towardzero_test_data): Likewise.
8117         (sqrt_test_towardzero): Likewise.
8118         (sqrt_downward_test_data): Likewise.
8119         (sqrt_test_downward): Likewise.
8120         (sqrt_upward_test_data): Likewise.
8121         (sqrt_test_upward): Likewise.
8122         (tan_test_data): Update call to AUTO_TESTS_f_f.
8123         (tan_test): Use ALL_RM_TEST.
8124         (tan_tonearest_test_data): Remove.
8125         (tan_test_tonearest): Likewise.
8126         (tan_towardzero_test_data): Likewise.
8127         (tan_test_towardzero): Likewise.
8128         (tan_downward_test_data): Likewise.
8129         (tan_test_downward): Likewise.
8130         (tan_upward_test_data): Likewise.
8131         (tan_test_upward): Likewise.
8132         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8133         (tgamma_test_data): Likewise.
8134         (y0_test_data): Likewise.
8135         (y1_test_data): Likewise.
8136         (yn_test_data): Update call to AUTO_TESTS_if_f.
8137         (main): Do not call removed functions.
8138
8139 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8140
8141         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8142         (ldexp_test_data): Remove.
8143         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8144         scalbn_test_data.
8145         (scalb_test): Use ALL_RM_TEST.
8146
8147 2014-03-19  Andreas Schwab  <schwab@suse.de>
8148
8149         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8150
8151 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8152
8153         [BZ #16649]
8154         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8155         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8156         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8157         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8158         (__ASSUME_PREADV): Undefine.
8159         (__ASSUME_PWRITEV): Likewise.
8160
8161 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8162
8163         * bits/mman-linux.h: Add comment about non-Linux use.
8164         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8165         bits/mman-linux.h resting place.
8166
8167         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8168         * bits/mman-linux.h: ... here.
8169
8170 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8171
8172         * conform/conformtest.pl: Add standard definition when calling C
8173         preprocessor on data files.
8174         (checknamespace): Remove unused variable.
8175
8176 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8177
8178         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8179         minus_oflow, plus_uflow and minus_uflow in expected results.
8180         * math/libm-test.inc (scalbn_test_data): Add more tests of
8181         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8182         minus_uflow.
8183         (scalbn_test): Use ALL_RM_TEST.
8184         (scalbln_test_data): Add more tests of negative arguments.  Use
8185         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8186         (scalbln_test): Use ALL_RM_TEST.
8187
8188 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8189
8190         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8191
8192 2014-03-18  Will Newton  <will.newton@linaro.org>
8193
8194         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8195         inaccurate comment.
8196
8197 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8198
8199         * Makerules [!subdir] (check-abi): Exit with error status if a
8200         test failed.
8201
8202 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8203
8204         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8205         for rint.  Include results for all rounding modes.
8206         (nearbyint_test): Use ALL_RM_TEST.
8207         (rint_test_data): Include all tests used for nearbyint.
8208
8209 2014-03-17  Will Newton  <will.newton@linaro.org>
8210
8211         * nptl/sysdeps/pthread/pthread.h: Revert previous
8212         change.
8213
8214         * sysdeps/generic/ldsodefs.h: Revert previous
8215         change.
8216
8217         * libio/genops.c: Revert previous change.
8218         * libio/libioP.h: Likewise.
8219         * stdio-common/vfprintf.c: Likewise.
8220
8221         * sysdeps/generic/math_private.h: Revert previous
8222         change.
8223
8224         * sysdeps/generic/math_private.h: Check whether
8225         HAVE_RM_CTX is defined with #ifdef rather
8226         than #if.
8227
8228         * argp/argp-fmtstream.h: Check whether
8229         __STRICT_ANSI__ is defined with #ifdef rather
8230         than #if.
8231         * argp/argp.h: Likewise.
8232
8233         * libio/genops.c: Check whether
8234         _IO_JUMPS_OFFSET is defined with #ifdef rather
8235         than #if.
8236         * libio/libioP.h: Likewise.
8237         * stdio-common/vfprintf.c: Likewise.
8238
8239         * sysdeps/generic/ldsodefs.h: Check whether
8240         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8241         than #if.
8242
8243         * nptl/sysdeps/pthread/pthread.h: Check
8244         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8245         its value.
8246
8247 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8248
8249         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8250         setting O_APPEND.
8251         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8252         test case.
8253
8254         [BZ #16680]
8255         * libio/fileops.c (_IO_file_open): Seek to end of file but
8256         don't cache the offset.
8257         (get_file_offset): Remove function.
8258         (do_ftell): Use cached offset when available.
8259         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8260         don't cache the offset.
8261         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8262         case.
8263         (do_one_test): Call it.
8264         (do_ftell_test): Fix up expected old offset for a+ mode.
8265         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8266         available.
8267
8268         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8269         up test status with function return status.
8270         (do_write_test): Likewise.
8271         (do_append_test): Likewise.
8272
8273         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8274         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8275         Remove.
8276
8277 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8278
8279         * math/gen-libm-test.pl (parse_args): Handle results specified for
8280         each rounding mode separately.
8281         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8282         tests and results from lrint_tonearest_test_data,
8283         lrint_towardzero_test_data, lrint_downward_test_data and
8284         lrint_upward_test_data.
8285         (lrint_test): Use ALL_RM_TEST.
8286         (lrint_tonearest_test_data): Remove.
8287         (lrint_test_tonearest): Likewise.
8288         (lrint_towardzero_test_data): Likewise.
8289         (lrint_test_towardzero): Likewise.
8290         (lrint_downward_test_data): Likewise.
8291         (lrint_test_downward): Likewise.
8292         (lrint_upward_test_data): Likewise.
8293         (lrint_test_upward): Likewise.
8294         (llrint_test_data): Merge in per-rounding-mode tests and results
8295         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8296         llrint_downward_test_data and llrint_upward_test_data.
8297         (llrint_test): Use ALL_RM_TEST.
8298         (llrint_tonearest_test_data): Remove.
8299         (llrint_test_tonearest): Likewise.
8300         (llrint_towardzero_test_data): Likewise.
8301         (llrint_test_towardzero): Likewise.
8302         (llrint_downward_test_data): Likewise.
8303         (llrint_test_downward): Likewise.
8304         (llrint_upward_test_data): Likewise.
8305         (llrint_test_upward): Likewise.
8306         (rint_test_data): Merge in per-rounding-mode tests and results
8307         from rint_tonearest_test_data, rint_towardzero_test_data,
8308         rint_downward_test_data and rint_upward_test_data.  Add
8309         per-rounding-mode results for tests not in those arrays.
8310         (rint_test): Use ALL_RM_TEST.
8311         (rint_tonearest_test_data): Remove.
8312         (rint_test_tonearest): Likewise.
8313         (rint_towardzero_test_data): Likewise.
8314         (rint_test_towardzero): Likewise.
8315         (rint_downward_test_data): Likewise.
8316         (rint_test_downward): Likewise.
8317         (rint_upward_test_data): Likewise.
8318         (rint_test_upward): Likewise.
8319         (main): Don't call removed functions.
8320
8321 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8322
8323         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8324         "Compiled on ..." crapola.  It is anti-useful.
8325
8326 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8327
8328         * scripts/evaluate-test.sh: Handle fourth argument to determine
8329         whether test run should stop on failure.
8330         * Makeconfig (stop-on-test-failure): New variable.
8331         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8332         $(stop-on-test-failure).
8333         * Makefile (tests): Give a summary of results from testing and
8334         exit with failure status if they include an ERROR or FAIL.
8335         (xtests): Likewise.
8336         * manual/install.texi (Configuring and compiling): Mention
8337         stop-on-test-failure=y.
8338         * INSTALL: Regenerated.
8339
8340 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8341
8342         * scripts/versionlist.awk: New file.
8343         * Makerules [$(build-shared) = yes]
8344         (postclean-generated): Add Versions.def, not Versions.def.v and
8345         Versions.def.v.i.
8346         ($(common-objpfx)Versions.def.v.i): Target removed.
8347         ($(common-objpfx)Versions.def): New target.
8348         ($(common-objpfx)Versions.all): Depend on that rather that
8349         $(common-objpfx)Versions.def.v.
8350         * Versions.def: File removed.
8351
8352         * Makeconfig (+gccwarn): Add -Wundef.
8353         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8354         a dl-sysdep.h breaking its contract.
8355         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8356         * include/stackinfo.h: New file.
8357         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8358         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8359         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8360         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8361         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8362         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8363         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8364         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8365         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8366         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8367         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8368         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8369         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8370         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8371         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8372
8373 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8374
8375         [BZ #16707]
8376         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8377         implementation.
8378         * math/libm-test.inc (round_test_data): Add more tests.
8379
8380         [BZ #16706]
8381         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8382         implementation.
8383         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8384
8385         [BZ #16701]
8386         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8387         implementation.
8388         * math/libm-test.inc (ceil_test_data): Add more tests.
8389
8390         * math/libm-test.inc (trunc_test_data): Add more tests related to
8391         BZ#16414.
8392
8393 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8394
8395         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8396         with #if rather than #ifdef.
8397         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8398
8399 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8400
8401         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8402         first.  Disable AVX-512 GCC support if assembler doesn't support
8403         it.
8404         * sysdeps/x86_64/configure: Regenerated.
8405
8406 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8407
8408         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8409         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8410         (__old_pthread_attr_setstack): Likewise.
8411         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8412         [!_STACK_GROWS_DOWN]: Likewise.
8413
8414 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8415
8416         * config.make.in (have-bash2): Delete.
8417         * configure.ac (libc_cv_have_bash2): Delete.
8418         * configure: Regenerate.
8419         * elf/Makefile (common-ldd-rewrite): Rename to ...
8420         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8421         (sh-ldd-rewrite): Delete.
8422         (bash-ldd-rewrite): Delete.
8423         (have-bash2): Delete checks.
8424         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8425         ldd-rewrite.
8426
8427         * config.make.in (have-ksh): Delete.
8428         (KSH): Delete.
8429         * configure.ac (libc_cv_have_ksh): Delete.
8430         * configure: Regenerate.
8431
8432         * elf/Makefile: Delete $(have-ksh) check.
8433         ($(objpfx)sotruss): Change KSH to BASH.
8434         * elf/sotruss.ksh: Rename to ...
8435         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8436         function style to match POSIX.  Drop ksh vim mode setting.
8437
8438         * manual/time.texi (Specifying the Time Zone with TZ): Change
8439         Tuesday to Thursday.
8440
8441         * debug/tst-longjmp_chk2.c: Update header comment.
8442         (stackoverflow_handler): Add comment.  Call assert on pass value.
8443
8444 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8445
8446         [BZ #16194]
8447         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8448         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8449         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8450         (La_x86_64_vector): Add zmm.
8451         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8452         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8453         ($(objpfx)tst-audit10): New target.
8454         ($(objpfx)tst-audit10.out): Likewise.
8455         (tst-audit10-ENV): New.
8456         (AVX512-CFLAGS): Likewise.
8457         (CFLAGS-tst-audit10.c): Likewise.
8458         (CFLAGS-tst-auditmod10a.c): Likewise.
8459         (CFLAGS-tst-auditmod10b.c): Likewise.
8460         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8461         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8462         * sysdeps/x86_64/configure: Regenerated.
8463         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8464         AVX-512 zmm register support.
8465         (_dl_x86_64_save_sse): Likewise.
8466         (_dl_x86_64_restore_sse): Likewise.
8467         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8468         size vector registers.
8469         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8470         (ZMM_SIZE): Likewise.
8471         * sysdeps/x86_64/tst-audit10.c: New file.
8472         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8473         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8474
8475 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8476
8477         * configure.ac (HAVE_EHDR_START): New check.
8478         * configure: Regenerated.
8479         * config.h.in (HAVE_EHDR_START): New #undef.
8480         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8481         assuming the lowest-addressed segment maps the start of the file.
8482
8483 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8484
8485         * INSTALL: Regenerated.
8486
8487 2014-03-13  Will Newton  <will.newton@linaro.org>
8488
8489         * manual/setjmp.texi (System V contexts): Improve
8490         clarity and grammar of documentation.
8491
8492 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8493
8494         [BZ #16381]
8495         * elf/Makefile (tests): Add tst-pie2.
8496         (tests-pie): Add tst-pie2.
8497         * elf/tst-pie2.c: New file.
8498         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8499         for ET_EXEC.
8500         * elf/rtld.c (map_doit): Load executable as lt_executable.
8501         (dl_main): Likewise.
8502
8503 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8504
8505         [BZ #16642]
8506         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8507         (__ASSUME_PSELECT): Undefine.
8508
8509 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8510
8511         [BZ #16689]
8512         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8513         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8514         static build.
8515         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8516         selector for static builds.
8517
8518 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8519
8520         [BZ #16695]
8521         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8522         key in the buffer.
8523
8524 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8525
8526         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8527         IFUNC selector for static builds.
8528
8529 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8530
8531         * sysdeps/mips/math_private.h [__mips_hard_float]
8532         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8533         libc_feresetround_mips_ctx.
8534         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8535         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8536         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8537
8538         [BZ #16677]
8539         * math/s_nextafter.c (__nextafter): Do not return value from
8540         overflowing computation.
8541         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8542         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8543         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8544         Likewise.
8545         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8546         Likewise.
8547         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8548         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8549
8550 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8551
8552         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8553         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8554         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8555         the new mov targetting sp.
8556
8557 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8558
8559         [BZ #16683]
8560         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8561         Define it for static builds as well.
8562         (NO_BZERO_IMPL): Likewise.
8563
8564 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8565
8566         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8567         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8568         multiarch strspn for PPC64.
8569         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8570         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8571         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8572         (__libc_ifunc_impl_list): Likewise.
8573         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8574         multiarch optimizations
8575         * string/strspn.c (strspn): Using macro to redefine symbol name.
8576
8577 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8578             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8579
8580         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8581         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8582         multiarch strncat for PPC64.
8583         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8584         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8585         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8586         (__libc_ifunc_impl_list): Likewise.
8587         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8588         multiarch optimizations
8589
8590 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8591
8592         [BZ #16639]
8593         * nscd/nscd.service: Make service type forking.
8594
8595 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8596
8597         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8598         sign in non default rounding modes.
8599         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8600
8601 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8602
8603         * math/libm-test.inc (ALL_RM_TEST): New macro.
8604         (ceil_test): Use ALL_RM_TEST.
8605         (cimag_test): Likewise.
8606         (conj_test): Likewise.
8607         (copysign_test): Likewise.
8608         (cproj_test): Likewise.
8609         (creal_test): Likewise.
8610         (fabs_test): Likewise.
8611         (floor_test): Likewise.
8612         (fmax_test): Likewise.
8613         (fmin_test): Likewise.
8614         (fmod_test): Likewise.
8615         (fpclassify_test): Likewise.
8616         (frexp_test): Likewise.
8617         (ilogb_test): Likewise.
8618         (isfinite_test): Likewise.
8619         (finite_test): Likewise.
8620         (isgreater_test): Likewise.
8621         (isgreaterequal_test): Likewise.
8622         (isinf_test): Likewise.
8623         (isless_test): Likewise.
8624         (islessequal_test): Likewise.
8625         (islessgreater_test): Likewise.
8626         (isnan_test): Likewise.
8627         (isnormal_test): Likewise.
8628         (issignaling_test): Likewise.
8629         (isunordered_test): Likewise.
8630         (logb_test): Likewise.
8631         (logb_downward_test_data): Remove.
8632         (logb_test_downward): Likewise.
8633         (lround_test): Use ALL_RM_TEST.
8634         (llround_test): Likewise.
8635         (modf_test): Likewise.
8636         (nexttoward_test): Likewise.
8637         (remainder_test): Likewise.
8638         (drem_test): Likewise.
8639         (remainder_tonearest_test_data): Likewise.
8640         (remainder_test_tonearest): Likewise.
8641         (drem_test_tonearest): Likewise.
8642         (remainder_towardzero_test_data): Likewise.
8643         (remainder_test_towardzero): Likewise.
8644         (drem_test_towardzero): Likewise.
8645         (remainder_downward_test_data): Likewise.
8646         (remainder_test_downward): Likewise.
8647         (drem_test_downward): Likewise.
8648         (remainder_upward_test_data): Likewise.
8649         (remainder_test_upward): Likewise.
8650         (drem_test_upward): Likewise.
8651         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8652         (round_test): Use ALL_RM_TEST.
8653         (signbit_test): Likewise.
8654         (trunc_test): Likewise.
8655         (significand_test): Likewise.
8656         (main): Don't call removed functions.
8657
8658 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8659
8660         [BZ #16674]
8661         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8662         || __USE_XOPEN2K8].
8663         (ILL_ILLOPN): Likewise.
8664         (ILL_ILLADR): Likewise.
8665         (ILL_ILLTRP): Likewise.
8666         (ILL_PRVOPC): Likewise.
8667         (ILL_PRVREG): Likewise.
8668         (ILL_COPROC): Likewise.
8669         (ILL_BADSTK): Likewise.
8670         (FPE_INTDIV): Likewise.
8671         (FPE_INTOVF): Likewise.
8672         (FPE_FLTDIV): Likewise.
8673         (FPE_FLTOVF): Likewise.
8674         (FPE_FLTUND): Likewise.
8675         (FPE_FLTRES): Likewise.
8676         (FPE_FLTINV): Likewise.
8677         (FPE_FLTSUB): Likewise.
8678         (SEGV_MAPERR): Likewise.
8679         (SEGV_ACCERR): Likewise.
8680         (BUS_ADRALN): Likewise.
8681         (BUS_ADRERR): Likewise.
8682         (BUS_OBJERR): Likewise.
8683         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8684         (TRAP_TRACE): Likewise.
8685         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8686         __USE_XOPEN2K8].
8687         (CLD_KILLED): Likewise.
8688         (CLD_DUMPED): Likewise.
8689         (CLD_TRAPPED): Likewise.
8690         (CLD_STOPPED): Likewise.
8691         (CLD_CONTINUED): Likewise.
8692         (POLL_IN): Likewise.
8693         (POLL_OUT): Likewise.
8694         (POLL_MSG): Likewise.
8695         (POLL_ERR): Likewise.
8696         (POLL_PRI): Likewise.
8697         (POLL_HUP): Likewise.
8698         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8699         Likewise.
8700         (ILL_ILLOPN): Likewise.
8701         (ILL_ILLADR): Likewise.
8702         (ILL_ILLTRP): Likewise.
8703         (ILL_PRVOPC): Likewise.
8704         (ILL_PRVREG): Likewise.
8705         (ILL_COPROC): Likewise.
8706         (ILL_BADSTK): Likewise.
8707         (FPE_INTDIV): Likewise.
8708         (FPE_INTOVF): Likewise.
8709         (FPE_FLTDIV): Likewise.
8710         (FPE_FLTOVF): Likewise.
8711         (FPE_FLTUND): Likewise.
8712         (FPE_FLTRES): Likewise.
8713         (FPE_FLTINV): Likewise.
8714         (FPE_FLTSUB): Likewise.
8715         (SEGV_MAPERR): Likewise.
8716         (SEGV_ACCERR): Likewise.
8717         (BUS_ADRALN): Likewise.
8718         (BUS_ADRERR): Likewise.
8719         (BUS_OBJERR): Likewise.
8720         (BUS_MCEERR_AR): Likewise.
8721         (BUS_MCEERR_AO): Likewise.
8722         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8723         (TRAP_TRACE): Likewise.
8724         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8725         __USE_XOPEN2K8].
8726         (CLD_KILLED): Likewise.
8727         (CLD_DUMPED): Likewise.
8728         (CLD_TRAPPED): Likewise.
8729         (CLD_STOPPED): Likewise.
8730         (CLD_CONTINUED): Likewise.
8731         (POLL_IN): Likewise.
8732         (POLL_OUT): Likewise.
8733         (POLL_MSG): Likewise.
8734         (POLL_ERR): Likewise.
8735         (POLL_PRI): Likewise.
8736         (POLL_HUP): Likewise.
8737         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8738         (ILL_ILLOPN): Likewise.
8739         (ILL_ILLADR): Likewise.
8740         (ILL_ILLTRP): Likewise.
8741         (ILL_PRVOPC): Likewise.
8742         (ILL_PRVREG): Likewise.
8743         (ILL_COPROC): Likewise.
8744         (ILL_BADSTK): Likewise.
8745         (FPE_INTDIV): Likewise.
8746         (FPE_INTOVF): Likewise.
8747         (FPE_FLTDIV): Likewise.
8748         (FPE_FLTOVF): Likewise.
8749         (FPE_FLTUND): Likewise.
8750         (FPE_FLTRES): Likewise.
8751         (FPE_FLTINV): Likewise.
8752         (FPE_FLTSUB): Likewise.
8753         (SEGV_MAPERR): Likewise.
8754         (SEGV_ACCERR): Likewise.
8755         (BUS_ADRALN): Likewise.
8756         (BUS_ADRERR): Likewise.
8757         (BUS_OBJERR): Likewise.
8758         (BUS_MCEERR_AR): Likewise.
8759         (BUS_MCEERR_AO): Likewise.
8760         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8761         (TRAP_TRACE): Likewise.
8762         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8763         __USE_XOPEN2K8].
8764         (CLD_KILLED): Likewise.
8765         (CLD_DUMPED): Likewise.
8766         (CLD_TRAPPED): Likewise.
8767         (CLD_STOPPED): Likewise.
8768         (CLD_CONTINUED): Likewise.
8769         (POLL_IN): Likewise.
8770         (POLL_OUT): Likewise.
8771         (POLL_MSG): Likewise.
8772         (POLL_ERR): Likewise.
8773         (POLL_PRI): Likewise.
8774         (POLL_HUP): Likewise.
8775         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8776         Likewise.
8777         (ILL_ILLOPN): Likewise.
8778         (ILL_ILLADR): Likewise.
8779         (ILL_ILLTRP): Likewise.
8780         (ILL_PRVOPC): Likewise.
8781         (ILL_PRVREG): Likewise.
8782         (ILL_COPROC): Likewise.
8783         (ILL_BADSTK): Likewise.
8784         (ILL_BADIADDR): Likewise.
8785         (ILL_BREAK): Likewise.
8786         (FPE_INTDIV): Likewise.
8787         (FPE_INTOVF): Likewise.
8788         (FPE_FLTDIV): Likewise.
8789         (FPE_FLTOVF): Likewise.
8790         (FPE_FLTUND): Likewise.
8791         (FPE_FLTRES): Likewise.
8792         (FPE_FLTINV): Likewise.
8793         (FPE_FLTSUB): Likewise.
8794         (FPE_DECOVF): Likewise.
8795         (FPE_DECDIV): Likewise.
8796         (FPE_DECERR): Likewise.
8797         (FPE_INVASC): Likewise.
8798         (FPE_INVDEC): Likewise.
8799         (SEGV_MAPERR): Likewise.
8800         (SEGV_ACCERR): Likewise.
8801         (SEGV_PSTKOVF): Likewise.
8802         (BUS_ADRALN): Likewise.
8803         (BUS_ADRERR): Likewise.
8804         (BUS_OBJERR): Likewise.
8805         (BUS_MCEERR_AR): Likewise.
8806         (BUS_MCEERR_AO): Likewise.
8807         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8808         (TRAP_TRACE): Likewise.
8809         (TRAP_BRANCH): Likewise.
8810         (TRAP_HWBKPT): Likewise.
8811         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8812         __USE_XOPEN2K8].
8813         (CLD_KILLED): Likewise.
8814         (CLD_DUMPED): Likewise.
8815         (CLD_TRAPPED): Likewise.
8816         (CLD_STOPPED): Likewise.
8817         (CLD_CONTINUED): Likewise.
8818         (POLL_IN): Likewise.
8819         (POLL_OUT): Likewise.
8820         (POLL_MSG): Likewise.
8821         (POLL_ERR): Likewise.
8822         (POLL_PRI): Likewise.
8823         (POLL_HUP): Likewise.
8824         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8825         (ILL_ILLOPN): Likewise.
8826         (ILL_ILLADR): Likewise.
8827         (ILL_ILLTRP): Likewise.
8828         (ILL_PRVOPC): Likewise.
8829         (ILL_PRVREG): Likewise.
8830         (ILL_COPROC): Likewise.
8831         (ILL_BADSTK): Likewise.
8832         (FPE_INTDIV): Likewise.
8833         (FPE_INTOVF): Likewise.
8834         (FPE_FLTDIV): Likewise.
8835         (FPE_FLTOVF): Likewise.
8836         (FPE_FLTUND): Likewise.
8837         (FPE_FLTRES): Likewise.
8838         (FPE_FLTINV): Likewise.
8839         (FPE_FLTSUB): Likewise.
8840         (SEGV_MAPERR): Likewise.
8841         (SEGV_ACCERR): Likewise.
8842         (BUS_ADRALN): Likewise.
8843         (BUS_ADRERR): Likewise.
8844         (BUS_OBJERR): Likewise.
8845         (BUS_MCEERR_AR): Likewise.
8846         (BUS_MCEERR_AO): Likewise.
8847         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8848         (TRAP_TRACE): Likewise.
8849         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8850         __USE_XOPEN2K8].
8851         (CLD_KILLED): Likewise.
8852         (CLD_DUMPED): Likewise.
8853         (CLD_TRAPPED): Likewise.
8854         (CLD_STOPPED): Likewise.
8855         (CLD_CONTINUED): Likewise.
8856         (POLL_IN): Likewise.
8857         (POLL_OUT): Likewise.
8858         (POLL_MSG): Likewise.
8859         (POLL_ERR): Likewise.
8860         (POLL_PRI): Likewise.
8861         (POLL_HUP): Likewise.
8862         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8863         (ILL_ILLOPN): Likewise.
8864         (ILL_ILLADR): Likewise.
8865         (ILL_ILLTRP): Likewise.
8866         (ILL_PRVOPC): Likewise.
8867         (ILL_PRVREG): Likewise.
8868         (ILL_COPROC): Likewise.
8869         (ILL_BADSTK): Likewise.
8870         (FPE_INTDIV): Likewise.
8871         (FPE_INTOVF): Likewise.
8872         (FPE_FLTDIV): Likewise.
8873         (FPE_FLTOVF): Likewise.
8874         (FPE_FLTUND): Likewise.
8875         (FPE_FLTRES): Likewise.
8876         (FPE_FLTINV): Likewise.
8877         (FPE_FLTSUB): Likewise.
8878         (SEGV_MAPERR): Likewise.
8879         (SEGV_ACCERR): Likewise.
8880         (BUS_ADRALN): Likewise.
8881         (BUS_ADRERR): Likewise.
8882         (BUS_OBJERR): Likewise.
8883         (BUS_MCEERR_AR): Likewise.
8884         (BUS_MCEERR_AO): Likewise.
8885         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8886         (TRAP_TRACE): Likewise.
8887         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8888         __USE_XOPEN2K8].
8889         (CLD_KILLED): Likewise.
8890         (CLD_DUMPED): Likewise.
8891         (CLD_TRAPPED): Likewise.
8892         (CLD_STOPPED): Likewise.
8893         (CLD_CONTINUED): Likewise.
8894         (POLL_IN): Likewise.
8895         (POLL_OUT): Likewise.
8896         (POLL_MSG): Likewise.
8897         (POLL_ERR): Likewise.
8898         (POLL_PRI): Likewise.
8899         (POLL_HUP): Likewise.
8900         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8901         (ILL_ILLOPN): Likewise.
8902         (ILL_ILLADR): Likewise.
8903         (ILL_ILLTRP): Likewise.
8904         (ILL_PRVOPC): Likewise.
8905         (ILL_PRVREG): Likewise.
8906         (ILL_COPROC): Likewise.
8907         (ILL_BADSTK): Likewise.
8908         (FPE_INTDIV): Likewise.
8909         (FPE_INTOVF): Likewise.
8910         (FPE_FLTDIV): Likewise.
8911         (FPE_FLTOVF): Likewise.
8912         (FPE_FLTUND): Likewise.
8913         (FPE_FLTRES): Likewise.
8914         (FPE_FLTINV): Likewise.
8915         (FPE_FLTSUB): Likewise.
8916         (SEGV_MAPERR): Likewise.
8917         (SEGV_ACCERR): Likewise.
8918         (BUS_ADRALN): Likewise.
8919         (BUS_ADRERR): Likewise.
8920         (BUS_OBJERR): Likewise.
8921         (BUS_MCEERR_AR): Likewise.
8922         (BUS_MCEERR_AO): Likewise.
8923         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8924         (TRAP_TRACE): Likewise.
8925         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8926         __USE_XOPEN2K8].
8927         (CLD_KILLED): Likewise.
8928         (CLD_DUMPED): Likewise.
8929         (CLD_TRAPPED): Likewise.
8930         (CLD_STOPPED): Likewise.
8931         (CLD_CONTINUED): Likewise.
8932         (POLL_IN): Likewise.
8933         (POLL_OUT): Likewise.
8934         (POLL_MSG): Likewise.
8935         (POLL_ERR): Likewise.
8936         (POLL_PRI): Likewise.
8937         (POLL_HUP): Likewise.
8938         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8939         (ILL_ILLOPN): Likewise.
8940         (ILL_ILLADR): Likewise.
8941         (ILL_ILLTRP): Likewise.
8942         (ILL_PRVOPC): Likewise.
8943         (ILL_PRVREG): Likewise.
8944         (ILL_COPROC): Likewise.
8945         (ILL_BADSTK): Likewise.
8946         (ILL_DBLFLT): Likewise.
8947         (ILL_HARDWALL): Likewise.
8948         (FPE_INTDIV): Likewise.
8949         (FPE_INTOVF): Likewise.
8950         (FPE_FLTDIV): Likewise.
8951         (FPE_FLTOVF): Likewise.
8952         (FPE_FLTUND): Likewise.
8953         (FPE_FLTRES): Likewise.
8954         (FPE_FLTINV): Likewise.
8955         (FPE_FLTSUB): Likewise.
8956         (SEGV_MAPERR): Likewise.
8957         (SEGV_ACCERR): Likewise.
8958         (BUS_ADRALN): Likewise.
8959         (BUS_ADRERR): Likewise.
8960         (BUS_OBJERR): Likewise.
8961         (BUS_MCEERR_AR): Likewise.
8962         (BUS_MCEERR_AO): Likewise.
8963         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8964         (TRAP_TRACE): Likewise.
8965         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8966         __USE_XOPEN2K8].
8967         (CLD_KILLED): Likewise.
8968         (CLD_DUMPED): Likewise.
8969         (CLD_TRAPPED): Likewise.
8970         (CLD_STOPPED): Likewise.
8971         (CLD_CONTINUED): Likewise.
8972         (POLL_IN): Likewise.
8973         (POLL_OUT): Likewise.
8974         (POLL_MSG): Likewise.
8975         (POLL_ERR): Likewise.
8976         (POLL_PRI): Likewise.
8977         (POLL_HUP): Likewise.
8978         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
8979         (ILL_ILLOPN): Likewise.
8980         (ILL_ILLADR): Likewise.
8981         (ILL_ILLTRP): Likewise.
8982         (ILL_PRVOPC): Likewise.
8983         (ILL_PRVREG): Likewise.
8984         (ILL_COPROC): Likewise.
8985         (ILL_BADSTK): Likewise.
8986         (FPE_INTDIV): Likewise.
8987         (FPE_INTOVF): Likewise.
8988         (FPE_FLTDIV): Likewise.
8989         (FPE_FLTOVF): Likewise.
8990         (FPE_FLTUND): Likewise.
8991         (FPE_FLTRES): Likewise.
8992         (FPE_FLTINV): Likewise.
8993         (FPE_FLTSUB): Likewise.
8994         (SEGV_MAPERR): Likewise.
8995         (SEGV_ACCERR): Likewise.
8996         (BUS_ADRALN): Likewise.
8997         (BUS_ADRERR): Likewise.
8998         (BUS_OBJERR): Likewise.
8999         (BUS_MCEERR_AR): Likewise.
9000         (BUS_MCEERR_AO): Likewise.
9001         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9002         (TRAP_TRACE): Likewise.
9003         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9004         __USE_XOPEN2K8].
9005         (CLD_KILLED): Likewise.
9006         (CLD_DUMPED): Likewise.
9007         (CLD_TRAPPED): Likewise.
9008         (CLD_STOPPED): Likewise.
9009         (CLD_CONTINUED): Likewise.
9010         (POLL_IN): Likewise.
9011         (POLL_OUT): Likewise.
9012         (POLL_MSG): Likewise.
9013         (POLL_ERR): Likewise.
9014         (POLL_PRI): Likewise.
9015         (POLL_HUP): Likewise.
9016         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9017         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9018
9019         [BZ #16670]
9020         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9021         before #include of <time.h>.
9022         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9023         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9024         (test-xfail-UNIX98/sched.h/conform): Likewise.
9025
9026 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9027
9028         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9029         error absence of trapping exception support.
9030         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9031
9032 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9033
9034         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9035         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9036         * timezone/Makefile (testdata): Move definition above include of
9037         Rules.
9038         (test-zones): New variable.
9039         (tests-special): Add zone files.
9040         (build-testdata): Use $(evaluate-test).
9041
9042         * elf/Makefile (tests-special): Rename tests to end with .out.
9043         ($(objpfx)noload-mem): Likewise.
9044         ($(objpfx)tst-leaks1-mem): Likewise.
9045         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9046         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9047         $(objpfx)test-iconvconfig.out.
9048         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9049         set -e inside subshell and redirect output to file.
9050         * iconvdata/Makefile (generated): Rename tests to end with .out.
9051         Correct type.
9052         (tests-special): Rename tests to end with .out.
9053         ($(objpfx)mtrace-tst-loading): Likewise.
9054         * intl/Makefile (generated): Likewise.
9055         (tests-special): Likewise.
9056         ($(objpfx)mtrace-tst-gettext): Likewise.
9057         * misc/Makefile (generated): Likewise.
9058         (tests-special): Likewise.
9059         ($(objpfx)tst-error1-mem): Likewise.
9060         * nptl/Makefile (tests-special): Likewise.
9061         ($(objpfx)tst-stack3-mem): Likewise.
9062         (generated): Likewise.
9063         * posix/Makefile (generated): Likewise.
9064         (tests-special): Likewise.
9065         (xtests-special): Likewise.
9066         ($(objpfx)tst-fnmatch-mem): Likewise.
9067         ($(objpfx)bug-regex2-mem): Likewise.
9068         ($(objpfx)bug-regex14-mem): Likewise.
9069         ($(objpfx)bug-regex21-mem): Likewise.
9070         ($(objpfx)bug-regex31-mem): Likewise.
9071         ($(objpfx)tst-vfork3-mem): Likewise.
9072         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9073         ($(objpfx)tst-pcre-mem): Likewise.
9074         ($(objpfx)tst-boost-mem): Likewise.
9075         ($(objpfx)bug-ga2-mem): Likewise.
9076         ($(objpfx)bug-glob2-mem): Likewise.
9077         * resolv/Makefile (generate): Likewise.
9078         (tests-special): Likewise.
9079         (xtests-special): Likewise.
9080         (generated): Likewise.
9081         ($(objpfx)mtrace-tst-leaks): Likewise.
9082         ($(objpfx)mtrace-tst-leaks2): Likewise.
9083
9084         * scripts/merge-test-results.sh: New file.
9085         * Makefile (tests-special-notdir): New variable.
9086         (tests): Run merge-test-results.sh.
9087         (xtests): Likewise.
9088         * Rules (tests-special-notdir): New variable.
9089         (xtests-special-notdir): Likewise.
9090         (tests): Run merge-test-results.sh
9091         (xtests): Likewise.
9092
9093         * Makeconfig (test-xfail-name): New variable.
9094         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9095         compute variable name for expected failures.
9096         * conform/Makefile (conformtest-headers-data): New variable.
9097         (conformtest-standards): Likewise.
9098         (conformtest-headers-ISO): Likewise.
9099         (conformtest-headers-ISO99): Likewise.
9100         (conformtest-headers-ISO11): Likewise.
9101         (conformtest-headers-POSIX): Likewise.
9102         (conformtest-headers-XPG3): Likewise.
9103         (conformtest-headers-XPG4): Likewise.
9104         (conformtest-headers-UNIX98): Likewise.
9105         (conformtest-headers-XOPEN2K): Likewise.
9106         (conformtest-headers-POSIX2008): Likewise.
9107         (conformtest-headers-XOPEN2K8): Likewise.
9108         (conformtest-header-list-base): Likewise.
9109         (conformtest-header-list-tests): Likewise.
9110         (conformtest-header-base): Likewise.
9111         (conformtest-header-tests): Likewise.
9112         (tests-special): Add $(conformtest-header-list-tests).  If
9113         [$(fast-check) && !$(cross-compiling)], add
9114         $(conformtest-header-tests) instead of
9115         $(objpfx)run-conformtest.out.
9116         (generated): Add $(conformtest-header-list-base).  If
9117         [$(fast-check) && !$(cross-compiling)], add
9118         $(conformtest-header-base).  Remove previous setting.
9119         ($(conformtest-header-list-tests)): New target.
9120         (test-xfail-run-conformtest): Remove variable.
9121         ($(objpfx)run-conformtest.out): Remove target.
9122         (test-xfail-ISO11/complex.h/conform): New variable.
9123         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9124         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9125         (test-xfail-XPG3/varargs.h/conform): Likewise.
9126         (test-xfail-XPG4/varargs.h/conform): Likewise.
9127         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9128         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9129         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9130         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9131         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9132         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9133         (test-xfail-XPG3/ftw.h/conform): Likewise.
9134         (test-xfail-XPG3/grp.h/conform): Likewise.
9135         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9136         (test-xfail-XPG3/limits.h/conform): Likewise.
9137         (test-xfail-XPG3/pwd.h/conform): Likewise.
9138         (test-xfail-XPG3/search.h/conform): Likewise.
9139         (test-xfail-XPG3/signal.h/conform): Likewise.
9140         (test-xfail-XPG3/stdio.h/conform): Likewise.
9141         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9142         (test-xfail-XPG3/string.h/conform): Likewise.
9143         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9144         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9145         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9146         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9147         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9148         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9149         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9150         (test-xfail-XPG3/termios.h/conform): Likewise.
9151         (test-xfail-XPG3/time.h/conform): Likewise.
9152         (test-xfail-XPG3/unistd.h/conform): Likewise.
9153         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9154         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9155         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9156         (test-xfail-XPG4/netdb.h/conform): Likewise.
9157         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9158         (test-xfail-XPG4/signal.h/conform): Likewise.
9159         (test-xfail-XPG4/stdio.h/conform): Likewise.
9160         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9161         (test-xfail-XPG4/stropts.h/conform): Likewise.
9162         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9163         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9164         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9165         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9166         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9167         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9168         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9169         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9170         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9171         (test-xfail-XPG4/termios.h/conform): Likewise.
9172         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9173         (test-xfail-XPG4/unistd.h/conform): Likewise.
9174         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9175         (test-xfail-POSIX/sched.h/conform): Likewise.
9176         (test-xfail-POSIX/signal.h/conform): Likewise.
9177         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9178         (test-xfail-POSIX/tar.h/conform): Likewise.
9179         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9180         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9181         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9182         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9183         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9184         (test-xfail-UNIX98/sched.h/conform): Likewise.
9185         (test-xfail-UNIX98/signal.h/conform): Likewise.
9186         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9187         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9188         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9189         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9190         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9191         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9192         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9193         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9194         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9195         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9196         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9197         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9198         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9199         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9200         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9201         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9202         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9203         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9204         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9205         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9206         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9207         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9208         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9209         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9210         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9211         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9212         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9213         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9214         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9215         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9216         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9217         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9218         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9219         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9220         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9221         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9222         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9223         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9224         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9225         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9226         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9227         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9228         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9229         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9230         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9231         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9232         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9233         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9234         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9235         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9236         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9237         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9238         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9239         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9240         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9241         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9242         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9243         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9244         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9245         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9246         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9247         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9248         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9249         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9250         (conformtest-cc-flags): Likewise.
9251         ($(conformtest-header-tests): New target.
9252         * conform/check-header-lists.sh: New file.
9253         * conform/run-conformtest.sh: Remove.
9254
9255         * conform/conformtest.pl: Allow ' and \ in values given for
9256         constants.
9257         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9258         inclusion.
9259         [POSIX] (sys/types.h): Likewise.
9260         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9261         inclusion.
9262         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9263         inclusion.
9264         * conform/data/signal.h-data (SIGIO): Remove expectation.
9265         [XPG3] (SIGBUS): Do not expect.
9266         [POSIX || XPG3] (SIGPOLL): Likewise.
9267         [POSIX || XPG3] (SIGPROF): Likewise.
9268         [POSIX || XPG3] (SIGSYS): Likewise.
9269         [XPG3] (SIGTRAP): Likewise.
9270         [POSIX || XPG3] (SIGURG): Likewise.
9271         [POSIX || XPG3] (SIGVTALRM): Likewise.
9272         [POSIX || XPG3] (SIGXCPU): Likewise.
9273         [POSIX || XPG3] (SIGXFSZ): Likewise.
9274         [POSIX] (SA_SIGINFO): Expect.
9275         [XPG3] (siginfo_t): Do not expect type or contents.
9276         [POSIX] (si_pid): Do not expect element.
9277         [POSIX] (si_uid): Likewise.
9278         [POSIX] (si_addr): Likewise.
9279         [POSIX] (si_status): Likewise.
9280         [POSIX] (si_band): Likewise.
9281         [XPG4] (si_value): Likewise.
9282         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9283         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9284         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9285         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9286         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9287         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9288         [POSIX || XPG3] (ILL_COPROC): Likewise.
9289         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9290         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9291         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9292         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9293         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9294         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9295         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9296         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9297         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9298         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9299         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9300         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9301         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9302         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9303         [POSIX || XPG3] (CLD_EXITED): Likewise.
9304         [POSIX || XPG3] (CLD_KILLED): Likewise.
9305         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9306         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9307         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9308         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9309         [POSIX || XPG3] (POLL_IN): Likewise.
9310         [POSIX || XPG3] (POLL_OUT): Likewise.
9311         [POSIX || XPG3] (POLL_MSG): Likewise.
9312         [POSIX || XPG3] (POLL_ERR): Likewise.
9313         [POSIX || XPG3] (POLL_PRI): Likewise.
9314         [POSIX || XPG3] (POLL_HUP): Likewise.
9315         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9316         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9317         (SIG*): Do not allow.
9318         [XPG3] (si_*): Likewise.
9319         [XPG3] (SI_*): Likewise.
9320         [XPG3 || XPG4] (sigev_*): Likewise.
9321         [XPG3 || XPG4] (SIGEV_*): Likewise.
9322         [XPG3 || XPG4] (sival_*): Likewise.
9323         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9324         [POSIX || XPG3] (BUS_*): Likewise.
9325         [POSIX || XPG3] (CLD_*): Likewise.
9326         [POSIX || XPG3] (FPE_*): Likewise.
9327         [POSIX || XPG3] (ILL_*): Likewise.
9328         [POSIX || XPG3] (POLL_*): Likewise.
9329         [POSIX || XPG3] (SEGV_*): Likewise.
9330         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9331         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9332         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9333         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9334         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9335         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9336         Specify type and value.
9337         (TVERSLEN): Likewise.
9338         (REGTYPE): Likewise.
9339         (AREGTYPE): Likewise.
9340         (LNKTYPE): Likewise.
9341         (SYMTYPE): Likewise.
9342         (CHRTYPE): Likewise.
9343         (BLKTYPE): Likewise.
9344         (DIRTYPE): Likewise.
9345         (FIFOTYPE): Likewise.
9346         (CONTTYPE): Likewise.
9347         (TSUID): Likewise.
9348         (TSGID): Likewise.
9349         (TSVTX): Likewise.
9350         (TUREAD): Likewise.
9351         (TUWRITE): Likewise.
9352         (TUEXEC): Likewise.
9353         (TGREAD): Likewise.
9354         (TGWRITE): Likewise.
9355         (TGEXEC): Likewise.
9356         (TOREAD): Likewise.
9357         (TOWRITE): Likewise.
9358         (TOEXEC): Likewise.
9359         [POSIX] (TSVTX): Expect constant.
9360
9361 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9362
9363         * Makefile (tests): Change dependencies to ....
9364         (tests-special): ... additions to this variable.
9365         (tests): Depend on $(tests-special).
9366         * Makerules (check-abi-list): New variable.
9367         (check-abi): Depend on $(check-abi-list).
9368         [$(subdir) = elf] (tests-special): Add
9369         $(objpfx)check-abi-libc.out.
9370         [$(build-shared) = yes && subdir] (tests-special): Add
9371         $(check-abi-list).
9372         [$(build-shared) = yes && subdir] (tests): Do not depend on
9373         check-abi.
9374         * Rules (tests): Depend on $(tests-special).
9375         (xtests): Depend on $(xtests-special).
9376         * catgets/Makefile (tests): Change dependencies to ....
9377         (tests-special): ... additions to this variable.
9378         * conform/Makefile (tests): Change dependencies to ....
9379         (tests-special): ... additions to this variable.
9380         * elf/Makefile (tests): Change dependencies to ....
9381         (tests-special): ... additions to this variable.
9382         * grp/Makefile (tests): Change dependencies to ....
9383         (tests-special): ... additions to this variable.
9384         * iconv/Makefile (xtests): Change dependencies to ....
9385         (xtests-special): ... additions to this variable.
9386         * iconvdata/Makefile (tests): Change dependencies to ....
9387         (tests-special): ... additions to this variable.
9388         * intl/Makefile (tests): Change dependencies to ....
9389         (tests-special): ... additions to this variable.  Also add
9390         $(objpfx)tst-gettext.out.
9391         * io/Makefile (tests): Change dependencies to ....
9392         (tests-special): ... additions to this variable.
9393         * libio/Makefile (tests): Change dependencies to ....
9394         (tests-special): ... additions to this variable.
9395         * malloc/Makefile (tests): Change dependencies to ....
9396         (tests-special): ... additions to this variable.
9397         * misc/Makefile (tests): Change dependencies to ....
9398         (tests-special): ... additions to this variable.
9399         * nptl/Makefile (tests): Change dependencies to ....
9400         (tests-special): ... additions to this variable.
9401         * nptl_db/Makefile (tests): Change dependencies to ....
9402         (tests-special): ... additions to this variable.
9403         * posix/Makefile (tests): Change dependencies to ....
9404         (tests-special): ... additions to this variable.
9405         (xtests): Change dependencies to ....
9406         (xtests-special): ... additions to this variable.
9407         * resolv/Makefile (tests): Change dependencies to ....
9408         (tests-special): ... additions to this variable.
9409         (xtests): Change dependencies to ....
9410         (xtests-special): ... additions to this variable.
9411         * stdio-common/Makefile (tests): Change dependencies to ....
9412         (tests-special): ... additions to this variable.
9413         (do-tst-unbputc): Remove target.
9414         (do-tst-printf): Likewise.
9415         * stdlib/Makefile (tests): Change dependencies to ....
9416         (tests-special): ... additions to this variable.
9417         * string/Makefile (tests): Change dependencies to ....
9418         (tests-special): ... additions to this variable.
9419         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9420         (tests-special): ... additions to this variable.
9421
9422         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9423         whole file.
9424         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9425         whole file.
9426         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9427         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9428
9429         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9430         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9431         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9432         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9433         * conform/data/libgen.h-data [XPG3]: Likewise.
9434         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9435         * conform/data/ndbm.h-data [XPG3]: Likewise.
9436         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9437         * conform/data/netdb.h-data [XPG3]: Likewise.
9438         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9439         * conform/data/poll.h-data [XPG3]: Likewise.
9440         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9441         * conform/data/strings.h-data [XPG3]: Likewise.
9442         * conform/data/stropts.h-data [XPG3]: Likewise.
9443         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9444         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9445         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9446         Likewise.
9447         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9448         * conform/data/sys/time.h-data [XPG3]: Likewise.
9449         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9450         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9451         * conform/data/sys/un.h-data [XPG3]: Likewise.
9452         * conform/data/syslog.h-data [XPG3]: Likewise.
9453         * conform/data/ucontext.h-data [XPG3]: Likewise.
9454         * conform/data/utmpx.h-data [XPG3]: Likewise.
9455         * conform/data/varargs.h-data [UNIX98]: Enable file.
9456
9457         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9458
9459         * math/libm-test.inc (struct test_f_f_data): Move expected results
9460         into structure for each rounding mode.
9461         (struct test_ff_f_data): Likewise.
9462         (struct test_ff_f_data_nexttoward): Likewise.
9463         (struct test_fi_f_data): Likewise.
9464         (struct test_fl_f_data): Likewise.
9465         (struct test_if_f_data): Likewise.
9466         (struct test_fff_f_data): Likewise.
9467         (struct test_c_f_data): Likewise.
9468         (struct test_f_f1_data): Likewise.
9469         (struct test_fF_f1_data): Likewise.
9470         (struct test_ffI_f1_data): Likewise.
9471         (struct test_c_c_data): Likewise.
9472         (struct test_cc_c_data): Likewise.
9473         (struct test_f_i_data): Likewise.
9474         (struct test_ff_i_data): Likewise.
9475         (struct test_f_l_data): Likewise.
9476         (struct test_f_L_data): Likewise.
9477         (struct test_fFF_11_data): Likewise.
9478         (RM_): New macro.
9479         (RM_FE_DOWNWARD): Likewise.
9480         (RM_FE_TONEAREST): Likewise.
9481         (RM_FE_TOWARDZERO): Likewise.
9482         (RM_FE_UPWARD): Likewise.
9483         (RUN_TEST_LOOP_f_f): Update references to expected results.
9484         (RUN_TEST_LOOP_2_f): Likewise.
9485         (RUN_TEST_LOOP_fff_f): Likewise.
9486         (RUN_TEST_LOOP_c_f): Likewise.
9487         (RUN_TEST_LOOP_f_f1): Likewise.
9488         (RUN_TEST_LOOP_fF_f1): Likewise.
9489         (RUN_TEST_LOOP_fI_f1): Likewise.
9490         (RUN_TEST_LOOP_ffI_f1): Likewise.
9491         (RUN_TEST_LOOP_c_c): Likewise.
9492         (RUN_TEST_LOOP_cc_c): Likewise.
9493         (RUN_TEST_LOOP_f_i): Likewise.
9494         (RUN_TEST_LOOP_f_i_tg): Likewise.
9495         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9496         (RUN_TEST_LOOP_f_b): Likewise.
9497         (RUN_TEST_LOOP_f_b_tg): Likewise.
9498         (RUN_TEST_LOOP_f_l): Likewise.
9499         (RUN_TEST_LOOP_f_L): Likewise.
9500         (RUN_TEST_LOOP_fFF_11): Likewise.
9501         * math/gen-libm-test.pl (parse_args): Output four copies of
9502         expected results for each test.
9503
9504         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9505         (__ASSUME_UTIMES): Remove.
9506         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9507         (__ASSUME_UTIMES): Likewise.
9508
9509         * math/gen-auto-libm-tests.c: Update comment on output format.
9510         (output_for_one_input_case): Generate before-rounding and
9511         after-rounding information as conditions on output flags not
9512         floating-point format.
9513         * math/auto-libm-test-out: Regenerated.
9514         * math/gen-libm-test.pl (cond_value): New function.
9515         (or_cond_value): Use cond_value.
9516         (generate_testfile): Handle conditional exceptions.
9517
9518 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9519
9520         * math/libm-test.inc (max_valid_error): New variable.
9521         (init_max_error): Take new argument specifying whether function
9522         results are exactly determined.  Set max_valid_error and bound
9523         other variables for errors based on this argument.
9524         (set_max_error): Do not record results above max_valid_error.
9525         (check_float_internal): Only accept errors of up to 0.5ulps if
9526         also at most max_valid_error.
9527         (START): Take new argument EXACT and pass it to init_max_error.
9528         (acos_test): Update call to START.
9529         (acos_test_tonearest): Likewise.
9530         (acos_test_towardzero): Likewise.
9531         (acos_test_downward): Likewise.
9532         (acos_test_upward): Likewise.
9533         (acosh_test): Likewise.
9534         (asin_test): Likewise.
9535         (asin_test_tonearest): Likewise.
9536         (asin_test_towardzero): Likewise.
9537         (asin_test_downward): Likewise.
9538         (asin_test_upward): Likewise.
9539         (asinh_test): Likewise.
9540         (atan_test): Likewise.
9541         (atanh_test): Likewise.
9542         (atan2_test): Likewise.
9543         (cabs_test): Likewise.
9544         (cacos_test): Likewise.
9545         (cacosh_test): Likewise.
9546         (carg_test): Likewise.
9547         (casin_test): Likewise.
9548         (casinh_test): Likewise.
9549         (catan_test): Likewise.
9550         (catanh_test): Likewise.
9551         (cbrt_test): Likewise.
9552         (ccos_test): Likewise.
9553         (ccosh_test): Likewise.
9554         (ceil_test): Likewise.
9555         (cexp_test): Likewise.
9556         (cimag_test): Likewise.
9557         (clog_test): Likewise.
9558         (clog10_test): Likewise.
9559         (conj_test): Likewise.
9560         (copysign_test): Likewise.
9561         (cos_test): Likewise.
9562         (cos_test_tonearest): Likewise.
9563         (cos_test_towardzero): Likewise.
9564         (cos_test_downward): Likewise.
9565         (cos_test_upward): Likewise.
9566         (cosh_test): Likewise.
9567         (cosh_test_tonearest): Likewise.
9568         (cosh_test_towardzero): Likewise.
9569         (cosh_test_downward): Likewise.
9570         (cosh_test_upward): Likewise.
9571         (cpow_test): Likewise.
9572         (cproj_test): Likewise.
9573         (creal_test): Likewise.
9574         (csin_test): Likewise.
9575         (csinh_test): Likewise.
9576         (csqrt_test): Likewise.
9577         (ctan_test): Likewise.
9578         (ctan_test_tonearest): Likewise.
9579         (ctan_test_towardzero): Likewise.
9580         (ctan_test_downward): Likewise.
9581         (ctan_test_upward): Likewise.
9582         (ctanh_test): Likewise.
9583         (ctanh_test_tonearest): Likewise.
9584         (ctanh_test_towardzero): Likewise.
9585         (ctanh_test_downward): Likewise.
9586         (ctanh_test_upward): Likewise.
9587         (erf_test): Likewise.
9588         (erfc_test): Likewise.
9589         (exp_test): Likewise.
9590         (exp_test_tonearest): Likewise.
9591         (exp_test_towardzero): Likewise.
9592         (exp_test_downward): Likewise.
9593         (exp_test_upward): Likewise.
9594         (exp10_test): Likewise.
9595         (exp10_test_tonearest): Likewise.
9596         (exp10_test_towardzero): Likewise.
9597         (exp10_test_downward): Likewise.
9598         (exp10_test_upward): Likewise.
9599         (pow10_test): Likewise.
9600         (exp2_test): Likewise.
9601         (expm1_test): Likewise.
9602         (expm1_test_tonearest): Likewise.
9603         (expm1_test_towardzero): Likewise.
9604         (expm1_test_downward): Likewise.
9605         (expm1_test_upward): Likewise.
9606         (fabs_test): Likewise.
9607         (fdim_test): Likewise.
9608         (floor_test): Likewise.
9609         (fma_test): Likewise.
9610         (fma_test_towardzero): Likewise.
9611         (fma_test_downward): Likewise.
9612         (fma_test_upward): Likewise.
9613         (fmax_test): Likewise.
9614         (fmin_test): Likewise.
9615         (fmod_test): Likewise.
9616         (fpclassify_test): Likewise.
9617         (frexp_test): Likewise.
9618         (hypot_test): Likewise.
9619         (ilogb_test): Likewise.
9620         (isfinite_test): Likewise.
9621         (finite_test): Likewise.
9622         (isgreater_test): Likewise.
9623         (isgreaterequal_test): Likewise.
9624         (isinf_test): Likewise.
9625         (isless_test): Likewise.
9626         (islessequal_test): Likewise.
9627         (islessgreater_test): Likewise.
9628         (isnan_test): Likewise.
9629         (isnormal_test): Likewise.
9630         (issignaling_test): Likewise.
9631         (isunordered_test): Likewise.
9632         (j0_test): Likewise.
9633         (j1_test): Likewise.
9634         (jn_test): Likewise.
9635         (ldexp_test): Likewise.
9636         (lgamma_test): Likewise.
9637         (gamma_test): Likewise.
9638         (lrint_test): Likewise.
9639         (lrint_test_tonearest): Likewise.
9640         (lrint_test_towardzero): Likewise.
9641         (lrint_test_downward): Likewise.
9642         (lrint_test_upward): Likewise.
9643         (llrint_test): Likewise.
9644         (llrint_test_tonearest): Likewise.
9645         (llrint_test_towardzero): Likewise.
9646         (llrint_test_downward): Likewise.
9647         (llrint_test_upward): Likewise.
9648         (log_test): Likewise.
9649         (log10_test): Likewise.
9650         (log1p_test): Likewise.
9651         (log2_test): Likewise.
9652         (logb_test): Likewise.
9653         (logb_test_downward): Likewise.
9654         (lround_test): Likewise.
9655         (llround_test): Likewise.
9656         (modf_test): Likewise.
9657         (nearbyint_test): Likewise.
9658         (nextafter_test): Likewise.
9659         (nexttoward_test): Likewise.
9660         (pow_test): Likewise.
9661         (pow_test_tonearest): Likewise.
9662         (pow_test_towardzero): Likewise.
9663         (pow_test_downward): Likewise.
9664         (pow_test_upward): Likewise.
9665         (remainder_test): Likewise.
9666         (drem_test): Likewise.
9667         (remainder_test_tonearest): Likewise.
9668         (drem_test_tonearest): Likewise.
9669         (remainder_test_towardzero): Likewise.
9670         (drem_test_towardzero): Likewise.
9671         (remainder_test_downward): Likewise.
9672         (drem_test_downward): Likewise.
9673         (remainder_test_upward): Likewise.
9674         (drem_test_upward): Likewise.
9675         (remquo_test): Likewise.
9676         (rint_test): Likewise.
9677         (rint_test_tonearest): Likewise.
9678         (rint_test_towardzero): Likewise.
9679         (rint_test_downward): Likewise.
9680         (rint_test_upward): Likewise.
9681         (round_test): Likewise.
9682         (scalb_test): Likewise.
9683         (scalbn_test): Likewise.
9684         (scalbln_test): Likewise.
9685         (signbit_test): Likewise.
9686         (sin_test): Likewise.
9687         (sin_test_tonearest): Likewise.
9688         (sin_test_towardzero): Likewise.
9689         (sin_test_downward): Likewise.
9690         (sin_test_upward): Likewise.
9691         (sincos_test): Likewise.
9692         (sinh_test): Likewise.
9693         (sinh_test_tonearest): Likewise.
9694         (sinh_test_towardzero): Likewise.
9695         (sinh_test_downward): Likewise.
9696         (sinh_test_upward): Likewise.
9697         (sqrt_test): Likewise.
9698         (sqrt_test_tonearest): Likewise.
9699         (sqrt_test_towardzero): Likewise.
9700         (sqrt_test_downward): Likewise.
9701         (sqrt_test_upward): Likewise.
9702         (tan_test): Likewise.
9703         (tan_test_tonearest): Likewise.
9704         (tan_test_towardzero): Likewise.
9705         (tan_test_downward): Likewise.
9706         (tan_test_upward): Likewise.
9707         (tanh_test): Likewise.
9708         (tgamma_test): Likewise.
9709         (trunc_test): Likewise.
9710         (y0_test): Likewise.
9711         (y1_test): Likewise.
9712         (yn_test): Likewise.
9713         (significand_test): Likewise.
9714
9715         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9716         individual tests in comment.
9717         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9718         (prev_max_error): New variable.
9719         (prev_real_max_error): Likewise.
9720         (prev_imag_max_error): Likewise.
9721         (compare_ulp_data): Don't refer to test names in comment.
9722         (find_test_ulps): Remove function.
9723         (find_function_ulps): Likewise.
9724         (find_complex_function_ulps): Likewise.
9725         (init_max_error): Take function name as argument.  Look up ulps
9726         for that function.
9727         (print_ulps): Remove function.
9728         (print_max_error): Use prev_max_error instead of calling
9729         find_function_ulps.
9730         (print_complex_max_error): Use prev_real_max_error and
9731         prev_imag_max_error instead of calling find_complex_function_ulps.
9732         (check_float_internal): Take max_ulp parameter instead of calling
9733         find_test_ulps.  Don't call print_ulps.
9734         (check_float): Update call to check_float_internal.
9735         (check_complex): Update calls to check_float_internal.
9736         (START): Pass argument to init_max_error.
9737         * math/gen-libm-test.pl (%results): Don't include "kind"
9738         information.
9739         (parse_ulps): Don't handle ulps of individual tests.
9740         (print_ulps_file): Likewise.
9741         (output_ulps): Likewise.
9742         * math/README.libm-test: Update.
9743         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9744         individual tests.
9745         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9746         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9747         * sysdeps/arm/libm-test-ulps: Likewise.
9748         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9749         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9750         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9751         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9752         * sysdeps/microblaze/libm-test-ulps: Likewise.
9753         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9754         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9755         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9756         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9757         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9758         * sysdeps/sh/libm-test-ulps: Likewise.
9759         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9760         * sysdeps/tile/libm-test-ulps: Likewise.
9761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9762
9763 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9764
9765         * math/libm-test.inc (print_complex_max_error): Check separately
9766         whether real and imaginary errors are within allowed range and
9767         pass 0 to print_complex_function_ulps instead of value within
9768         allowed range.
9769
9770 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9771
9772         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9773         formatting.
9774         (get_handles_fopen): Likewise.
9775         (do_write_test): Likewise.
9776
9777         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9778
9779         * libio/fileops.c (do_ftell): Use cached offset when
9780         available.
9781         * libio/iofwide.c (do_ftell_wide): Likewise.
9782         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9783         _IO_file_attach.
9784         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9785
9786         [BZ #16532]
9787         * libio/libioP.h (get_file_offset): New function.
9788         * libio/fileops.c (get_file_offset): Likewise.
9789         (do_ftell): Likewise.
9790         (_IO_new_file_seekoff): Split out ftell logic.
9791         * libio/wfileops.c (do_ftell_wide): Likewise.
9792         (_IO_wfile_seekoff): Split out ftell logic.
9793         * libio/tst-ftell-active-handler.c: New test case.
9794         * libio/Makefile (tests): Add it.
9795
9796 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9797
9798         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9799         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9800
9801 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9802
9803         [BZ #16639]
9804         * nscd/connections.c (nscd_init): Call do_exit.
9805         (start_threads): Call do_exit and notify_parent.
9806         (begin_drop_privileges): Call do_exit.
9807         (finish_drop_privileges): Likewise.
9808         * nscd/selinux.c (preserve_capabilities): Likewise.
9809         (install_real_capabilities): Likewise.
9810         (nscd_selinux_enabled): Likewise.
9811         (avc_create_thread): Likewise.
9812         (avc_alloc_lock): Likewise.
9813         (nscd_avc_init): Likewise.
9814         * nscd/nscd.c (parent_fd): New static variable.
9815         (main): Create a pipe between parent and child processes.
9816         Skip closing parent_fd.
9817         (monitor_child): New function.
9818         (do_exit): Likewise.
9819         (notify_parent): Likewise.
9820         * nscd/nscd.h (notify_parent): Likewise.
9821         (do_exit): Likewise.
9822
9823 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9824
9825         * malloc/malloc.c (__libc_calloc): Revert last change.
9826
9827 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9828
9829         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9830
9831 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9832
9833         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9834         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9835         implementation.
9836         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9837         (__libc_ifunc_impl_list): Likewise.
9838         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9839         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9840         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9841         * string/strrchr.c: Define STRRCHR.
9842
9843 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9844
9845         * benchtest/bench-strtok.c (simple_strtok): Delete.
9846         (strtok_string): Use as benchmark.
9847         * string/strtok (STRTOK): New macro.
9848
9849 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9850
9851         * manual/threads.texi: Add header and standard comments to all
9852         functions.
9853
9854         * elf/dl-lookup.c (check_match): New function.
9855         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9856         (do_lookup_x): Remove nested function check_match. Use non-nested
9857         function check_match.
9858
9859 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9860
9861         * csu/Makefile (generated, before-compile): Use += rather than =.
9862         * catgets/Makefile (generated, generated-dirs): Likewise.
9863         * debug/Makefile (generated): Likewise.
9864         * dlfcn/Makefile (generated): Likewise.
9865         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9866         * iconvdata/Makefile (before-compile, generated): Likewise.
9867         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9868         * libio/Makefile (generated): Likewise.
9869         * malloc/Makefile (generated): Likewise.
9870         * manual/Makefile (generated, generated-dirs): Likewise.
9871         * misc/Makefile (generated): Likewise.
9872         * posix/Makefile (generated): Likewise.
9873         * resolv/Makefile (generated): Likewise.
9874         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9875         * timezone/Makefile (generated, generated-dirs): Likewise.
9876
9877         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9878
9879 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9880
9881         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9882         power8 implementation.
9883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9884         file: POWER8 llround ifunc implementation.
9885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9886         (__lllround): Add POWER8 implementation.
9887         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9888         POWER8 llround implementation.
9889
9890         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9891         power8 implementation.
9892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9893         file: POWER8 llrint ifunc implementation.
9894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9895         Add POWER8 implementation.
9896         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9897         POWER8 llrint implementation.
9898
9899         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9900         power8 implementation.
9901         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9902         file: POWER8 finite ifunc implementation.
9903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9904         Add POWER8 implementation.
9905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9906         Likewise.
9907         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9908         POWER8 finite implementation.
9909         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9910
9911         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9912         power8 implementation.
9913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9914         file: POWER8 isinf ifunc implementation.
9915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9916         POWER8 implementation.
9917         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9918         Likewise.
9919         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9920         isinf implementation.
9921         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9922
9923         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9924         (INIT_ARCH): Add hwcap2 initialization.
9925         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9926         power8 implementation.
9927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9928         file: POWER8 isnan ifunc implementation.
9929         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9930         POWER8 implementation.
9931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9932         Likewise.
9933         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9934         isnan implementation.
9935         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9936
9937 2014-02-27  Joey Ye  <joey.ye@arm.com>
9938
9939         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9940         (_FP_NANFRAC_Q): Set to zero.
9941
9942 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9943
9944         [BZ #16623]
9945         * math/auto-libm-test-in: New test inputs.
9946         * math/auto-libm-test-out: Regenerate.
9947         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9948         and DA.
9949         (__cos): Likewise.
9950         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9951
9952 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9953
9954         * scripts/evaluate-test.sh: Take new argument indicating whether
9955         failure is expected.
9956         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9957         indicating whether failure is expected.
9958         * conform/Makefile (test-xfail-run-conformtest): New variable.
9959         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9960         level.
9961         * posix/Makefile (test-xfail-annexc): New variable.
9962         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
9963
9964 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
9965
9966         * argp/Makefile: Include Makeconfig immediately after defining
9967         subdir.
9968         * assert/Makefile: Likewise.
9969         * benchtests/Makefile: Likewise.
9970         * catgets/Makefile: Likewise.
9971         * conform/Makefile: Likewise.
9972         * crypt/Makefile: Likewise.
9973         * csu/Makefile: Likewise.
9974         (all): Remove target.
9975         * ctype/Makefile: Include Makeconfig immediately after defining
9976         subdir.
9977         * debug/Makefile: Likewise.
9978         * dirent/Makefile: Likewise.
9979         * dlfcn/Makefile: Likewise.
9980         * gmon/Makefile: Likewise.
9981         * gnulib/Makefile: Likewise.
9982         * grp/Makefile: Likewise.
9983         * gshadow/Makefile: Likewise.
9984         * hesiod/Makefile: Likewise.
9985         * hurd/Makefile: Likewise.
9986         (all): Remove target.
9987         * iconvdata/Makefile: Include Makeconfig immediately after
9988         defining subdir.
9989         * inet/Makefile: Likewise.
9990         * intl/Makefile: Likewise.
9991         * io/Makefile: Likewise.
9992         * libio/Makefile: Likewise.
9993         (all): Remove target.
9994         * locale/Makefile: Include Makeconfig immediately after defining
9995         subdir.
9996         * login/Makefile: Likewise.
9997         * mach/Makefile: Likewise.
9998         (all): Remove target.
9999         * malloc/Makefile: Include Makeconfig immediately after defining
10000         subdir.
10001         (all): Remove target.
10002         * manual/Makefile: Include Makeconfig immediately after defining
10003         subdir.
10004         * math/Makefile: Likewise.
10005         * misc/Makefile: Likewise.
10006         * nis/Makefile: Likewise.
10007         * nss/Makefile: Likewise.
10008         * po/Makefile: Likewise.
10009         (all): Remove target.
10010         * posix/Makefile: Include Makeconfig immediately after defining
10011         subdir.
10012         * pwd/Makefile: Likewise.
10013         * resolv/Makefile: Likewise.
10014         * resource/Makefile: Likewise.
10015         * rt/Makefile: Likewise.
10016         * setjmp/Makefile: Likewise.
10017         * shadow/Makefile: Likewise.
10018         * signal/Makefile: Likewise.
10019         * socket/Makefile: Likewise.
10020         * soft-fp/Makefile: Likewise.
10021         * stdio-common/Makefile: Likewise.
10022         * stdlib/Makefile: Likewise.
10023         * streams/Makefile: Likewise.
10024         * string/Makefile: Likewise.
10025         * sunrpc/Makefile: Likewise.
10026         (all): Remove target.
10027         * sysvipc/Makefile: Include Makeconfig immediately after defining
10028         subdir.
10029         * termios/Makefile: Likewise.
10030         * time/Makefile: Likewise.
10031         * timezone/Makefile: Likewise.
10032         (all): Remove target.
10033         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10034         subdir.
10035         * wctype/Makefile: Likewise.
10036
10037 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10038
10039         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10040         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10041         (libc_feholdexcept_setround_mips): Ditto.
10042         (libc_feholdsetround): New.
10043         (libc_feholdsetroundf): New.
10044         (libc_feholdsetroundl): New.
10045         (libc_feupdateenv_test_mips): New.
10046         (libc_feupdateenv_test): New.
10047         (libc_feupdateenv_testf): New.
10048         (libc_feupdateenv_testl): New.
10049         (libc_feresetround): New.
10050         (libc_feresetroundf): New.
10051         (libc_feresetroundl): New.
10052         (libc_fetestexcept_mips): New.
10053         (libc_fetestexcept): New.
10054         (libc_fetestexceptf): New.
10055         (libc_fetestexceptl): New.
10056         (HAVE_RM_CTX): New.
10057         (libc_feholdexcept_setround_mips_ctx): New.
10058         (libc_feholdexcept_setround_ctx): New.
10059         (libc_feholdexcept_setroundf_ctx): New.
10060         (libc_feholdexcept_setroundl_ctx): New.
10061         (libc_fesetenv_mips_ctx): New.
10062         (libc_fesetenv_ctx): New.
10063         (libc_fesetenv_ctxf): New.
10064         (libc_fesetenv_ctxl): New.
10065         (libc_feupdateenv_mips_ctx): New.
10066         (libc_feupdateenv_ctx): New.
10067         (libc_feupdateenvf_ctx): New.
10068         (libc_feupdateenvl_ctx): New.
10069         (libc_feholdsetround_mips_ctx): New.
10070         (libc_feholdsetround_ctx): New.
10071         (libc_feholdsetroundf_ctx): New.
10072         (libc_feholdsetroundl_ctx): New.
10073         (libc_feresetround_mips_ctx): New.
10074         (libc_feresetround_ctx): New.
10075         (libc_feresetroundf_ctx): New.
10076         (libc_feresetroundl_ctx): New.
10077
10078 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10079
10080         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10081
10082         * manual/ipc.texi: New file.
10083         * manual/Makefile (chapters): Add ipc.
10084         * manual/job.texi: Add "Inter-Process Communication" to next.
10085         * manual/process.texi: Add "Inter-Process Communication" to prev.
10086
10087 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10088
10089         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10090
10091 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10092
10093         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10094
10095         * manual/arith.texi: Fix spaces after sentences.
10096         * manual/charset.texi: Likewise.
10097         * manual/errno.texi: Likewise.
10098         * manual/install.texi: Likewise.
10099         * manual/llio.texi: Likewise.
10100         * manual/locale.texi: Likewise.
10101         * manual/maint.texi: Likewise.
10102         * manual/math.texi: Likewise.
10103         * manual/memory.texi: Likewise.
10104         * manual/message.texi: Likewise.
10105         * manual/probes.texi: Likewise.
10106         * manual/resource.texi: Likewise.
10107         * manual/signal.texi: Likewise.
10108         * manual/socket.texi: Likewise.
10109         * manual/stdio.texi: Likewise.
10110         * manual/string.texi: Likewise.
10111         * manual/time.texi: Likewise.
10112         * manual/users.texi: Likewise.
10113
10114 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10115
10116         [BZ #16632]
10117         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10118         _DEFAULT_SOURCE is defined.
10119
10120 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10121             Carlos O'Donell  <carlos@redhat.com>
10122
10123         [BZ #16613]
10124         * elf/dl-tls.c (_dl_count_modids): New function.
10125         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10126         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10127         audit library and increment generation counter.
10128         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10129         * elf/tst-audit9.c: New file.
10130         * elf/tst-auditmod9a.c: New file.
10131         * elf/tst-auditmod9b.c: New file.
10132         * elf/Makefile: Add rules to build and run tst-audit9.
10133
10134 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10135
10136         [BZ #15347]
10137         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10138
10139 2014-02-25  Will Newton  <will.newton@linaro.org>
10140
10141         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10142         (__longjmp): Restore sp and lr before restoring callee
10143         saved registers.  Add longjmp and longjmp_target
10144         SystemTap probe point.
10145         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10146         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10147         Define to zero to match jmpbuf layout.
10148         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10149         (__sigsetjmp): Save sp and lr before saving callee
10150         saved registers.  Add setjmp SystemTap probe point.
10151
10152 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10153
10154         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10155
10156 2014-02-24  Andreas Schwab  <schwab@suse.de>
10157
10158         [BZ #15804]
10159         * elf/pldd.c (wait_for_ptrace_stop): New function.
10160         (main): Call it after attaching.
10161
10162 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10163
10164         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10165         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10166         Versions files is now verboten.
10167         * hurd/Versions (libc: GLIBC_2.0):
10168         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10169         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10170         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10171         * mach/Versions: Likewise.
10172
10173         * csu/Versions: Remove unused %include.
10174         * resolv/Versions: Likewise.
10175
10176 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10177
10178         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10179         ($(objpfx)check-local-headers.out): Likewise.
10180         ($(objpfx)begin-end-check.out): Likewise.
10181         * Makerules (check-abi-%.out): Likewise.
10182         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10183         ($(objpfx)test2.cat): Likewise.
10184         ($(objpfx)de/libc.cat): Likewise.
10185         ($(objpfx)test-gencat.out): Likewise.
10186         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10187         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10188         ($(objpfx)noload-mem): Likewise.
10189         ($(objpfx)tst-pathopt.out): Likewise.
10190         ($(objpfx)tst-rtld-load-self.out): Likewise.
10191         ($(objpfx)tst-array1-cmp.out): Likewise.
10192         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10193         ($(objpfx)tst-array2-cmp.out): Likewise.
10194         ($(objpfx)tst-array3-cmp.out): Likewise.
10195         ($(objpfx)tst-array4-cmp.out): Likewise.
10196         ($(objpfx)tst-array5-cmp.out): Likewise.
10197         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10198         ($(objpfx)check-textrel.out): Likewise.
10199         ($(objpfx)check-execstack.out): Likewise.
10200         ($(objpfx)check-localplt.out): Likewise.
10201         ($(objpfx)order2-cmp.out): Likewise.
10202         ($(objpfx)tst-leaks1-mem): Likewise.
10203         ($(objpfx)tst-leaks1-static-mem): Likewise.
10204         ($(objpfx)tst-initorder-cmp.out): Likewise.
10205         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10206         ($(objpfx)tst-unused-dep.out): Likewise.
10207         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10208         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10209         * iconv/Makefile (test-iconvconfig): Likewise.
10210         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10211         ($(objpfx)iconv-test.out): Likewise.
10212         ($(objpfx)tst-tables.out): Likewise.
10213         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10214         ($(objpfx)tst-gettext.out): Likewise.
10215         ($(objpfx)tst-translit.out): Likewise.
10216         ($(objpfx)tst-gettext2.out): Likewise.
10217         ($(objpfx)tst-gettext4.out): Likewise.
10218         ($(objpfx)tst-gettext6.out): Likewise.
10219         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10220         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10221         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10222         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10223         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10224         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10225         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10226         ($(objpfx)wordexp-tst.out): Likewise.
10227         ($(objpfx)annexc.out): Likewise.
10228         ($(objpfx)tst-fnmatch-mem): Likewise.
10229         ($(objpfx)bug-regex2-mem): Likewise.
10230         ($(objpfx)bug-regex14-mem): Likewise.
10231         ($(objpfx)bug-regex21-mem): Likewise.
10232         ($(objpfx)bug-regex31-mem): Likewise.
10233         ($(objpfx)tst-vfork3-mem): Likewise.
10234         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10235         ($(objpfx)tst-pcre-mem): Likewise.
10236         ($(objpfx)tst-boost-mem): Likewise.
10237         ($(objpfx)tst-getconf.out): Likewise.
10238         ($(objpfx)bug-ga2-mem): Likewise.
10239         ($(objpfx)bug-glob2-mem): Likewise.
10240         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10241         ($(objpfx)mtrace-tst-leaks2): Likewise.
10242         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10243         ($(objpfx)tst-printf.out): Likewise.
10244         ($(objpfx)tst-setvbuf1.out): Likewise.
10245         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10246         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10247         ($(objpfx)tst-fmtmsg.out): Likewise.
10248         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10249         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10250
10251         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10252         * bits/sigaction.h [__USE_MISC]: Likewise.
10253         * bits/waitstatus.h: Update #endif comments.
10254         * ctype/ctype.h: Likewise.
10255         * dirent/dirent.h: Likewise.
10256         [__USE_MISC]: Remove redundant conditionals.
10257         * grp/grp.h: Update #endif comments.
10258         [__USE_GNU]: Remove redundant conditionals.
10259         [__USE_MISC]: Likewise.
10260         * inet/netinet/in.h [__USE_GNU]: Likewise.
10261         * io/sys/stat.h [__USE_MISC]: Likewise.
10262         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10263         * libio/bits/stdio.h: Update #endif comments.
10264         [__USE_MISC]: Remove redundant conditionals.
10265         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10266         * libio/stdio.h: Update #endif comments.
10267         [__USE_MISC]: Remove redundant conditionals.
10268         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10269         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10270         * math/math.h: Update #else and #endif comments.
10271         [__USE_MISC]: Remove redundant conditionals.
10272         * misc/sys/uio.h: Update #endif comments.
10273         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10274         * posix/glob.h [__USE_MISC]: Likewise.
10275         * posix/sys/types.h: Update #endif comments.
10276         [__USE_MISC]: Remove redundant conditionals.
10277         * posix/sys/wait.h: Update #endif comments.
10278         [__USE_MISC]: Remove redundant conditionals.
10279         * posix/unistd.h: Update #endif comments.
10280         [__USE_MISC]: Remove redundant conditionals.
10281         * pwd/pwd.h [__USE_GNU]: Likewise.
10282         [__USE_MISC]: Likewise.
10283         * resolv/netdb.h [__USE_GNU]: Likewise.
10284         * signal/signal.h: Update #endif comments.
10285         [__USE_MISC]: Remove redundant conditionals.
10286         * stdlib/stdlib.h: Update #else and #endif comments.
10287         [__USE_MISC]: Remove redundant conditionals.
10288         [__USE_GNU]: Likewise.
10289         * string/bits/string2.h [__USE_MISC]: Likewise.
10290         * string/string.h: Update #endif comments.
10291         [__USE_MISC]: Remove redundant conditionals.
10292         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10293         Likewise.
10294         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10295         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10296         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10297         Likewise.
10298         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10299         Likewise.
10300         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10301         comments.
10302         [__USE_MISC]: Remove redundant conditionals.
10303         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10304         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10305         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10306         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10307         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10308         Likewise.
10309         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10310         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10311         Likewise.
10312         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10313         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10314         Likewise.
10315         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10316         Likewise.
10317         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10318         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10319         Likewise.
10320         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10321         Likewise.
10322         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10323         * sysdeps/x86/bits/string.h: Update #endif comments.
10324         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10325         conditionals.
10326         * time/sys/time.h: Update #endif comments.
10327         * time/time.h: Likewise.
10328         [__USE_MISC]: Remove redundant conditionals.
10329
10330 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10331
10332         [BZ #16600]
10333         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10334
10335 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10336
10337         * Versions.def (librt): Add GLIBC_2.17.
10338
10339 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10340
10341         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10342         synonym for _SYS_AUXV_H to allow direct inclusion.
10343         * sysdeps/sparc/bits/hwcap.h: Likewise.
10344         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10345         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10346         * sysdeps/sparc/sysdep.h: Likewise.
10347
10348 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10349
10350         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10351
10352 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10353
10354         * benchtests/bench-strrchr.c: Print length instead of position.
10355
10356 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10357
10358         [BZ #16611]
10359         * sysdeps/unix/sysv/linux/kernel-features.h
10360         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10361         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10362         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10363         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10364         Likewise.
10365         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10366         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10367         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10368         (__ASSUME_SENDMMSG): Define instead of using previous
10369         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10370         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10371         (__ASSUME_SENDMMSG_SYSCALL): Define.
10372         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10373         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10374         Likewise.
10375         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10376         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10377         Likewise.
10378         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10379         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10380         Likewise.
10381         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10382         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10383         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10384         [__ASSUME_SENDMMSG]: Change conditionals to
10385         [__ASSUME_SENDMMSG_SOCKETCALL].
10386         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10387         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10388         Define.
10389         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10390         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10391         Likewise.
10392         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10393         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10394         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10395         [!__ASSUME_SENDMMSG]: Change conditional to
10396         [!__ASSUME_SENDMMSG_SOCKETCALL].
10397         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10398         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10399         Define.
10400
10401         [BZ #16610]
10402         * sysdeps/unix/sysv/linux/kernel-features.h
10403         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10404         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10405         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10406         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10407         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10408         [__i386__ || __sparc__]
10409         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10410         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10411         (__ASSUME_RECVMMSG): Define instead of using previous
10412         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10413         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10414         (__ASSUME_RECVMMSG_SYSCALL): Define.
10415         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10416         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10417         Likewise.
10418         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10419         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10420         Likewise.
10421         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10422         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10423         Likewise.
10424         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10425         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10426         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10427         [__ASSUME_RECVMMSG]: Change condition to
10428         [__ASSUME_RECVMMSG_SOCKETCALL].
10429         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10430         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10431         Define.
10432         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10433         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10434         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10435         Likewise.
10436         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10437         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10438         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10439         [!__ASSUME_RECVMMSG]: Change condition to
10440         [!__ASSUME_RECVMMSG_SOCKETCALL].
10441         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10442         (__ASSUME_RECVMMSG_SYSCALL): Define.
10443
10444         [BZ #16609]
10445         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10446         __powerpc__ || __s390__ || __sh__ || __sparc__]
10447         (__ASSUME_SOCKETCALL): Define.
10448         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10449         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10450         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10451         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10452         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10453         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10454         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10455         (__ASSUME_ACCEPT4): Define instead of using previous
10456         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10457         __powerpc__ || __sparc__ || __s390__)] condition.
10458         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10459         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10460         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10461         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10462         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10463         [!__ASSUME_ACCEPT4]: Change condition to
10464         [!__ASSUME_ACCEPT4_SOCKETCALL].
10465         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10466         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10467         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10468         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10469         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10470         __ASSUME_ACCEPT4_SYSCALL.
10471         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10472         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10473         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10474         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10475         __ASSUME_ACCEPT4_SYSCALL.
10476         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10477         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10478         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10479         [__ASSUME_ACCEPT4]: Change condition to
10480         [__ASSUME_ACCEPT4_SOCKETCALL].
10481         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10482         (__ASSUME_SOCKETCALL): Define.
10483         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10484         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10485         (__ASSUME_SOCKETCALL): Define.
10486         (__ASSUME_ACCEPT4): Remove.
10487         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10488         Define.
10489         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10490         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10491         Likewise.
10492         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10493         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10494
10495         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10496         macro.
10497         (HWCAP_ARM_LPAE): Likewise.
10498         (HWCAP_ARM_EVTSTRM): Likewise.
10499         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10500         Add vpfd32, lpae and evtstrm.
10501         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10502         Increase to 22.
10503
10504 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10505
10506         * math/auto-libm-test-in: Add tests of clog10.
10507         * math/auto-libm-test-out: Regenerated.
10508         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10509         * sysdeps/i386/fpu/libm-test-ulps: Update.
10510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10511
10512 2014-02-18  Andreas Schwab  <schwab@suse.de>
10513
10514         [BZ #16574]
10515         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10516         Store non-zero if the second buffer was newly allocated.
10517         (send_dg): Likewise.
10518         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10519         to send_vc and send_dg.
10520         (res_nsend): Pass NULL for ansp2_malloced.
10521         * resolv/res_query.c (__libc_res_nquery): Add parameter
10522         answerp2_malloced and pass it down to __libc_res_nsend.
10523         (res_nquery): Pass additional NULL to __libc_res_nquery.
10524         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10525         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10526         second answer buffer if answerp2_malloced was set.
10527         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10528         (__libc_res_nquerydomain): Add parameter
10529         answerp2_malloced and pass it down to __libc_res_nquery.
10530         (res_nquerydomain): Pass additional NULL to
10531         __libc_res_nquerydomain.
10532         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10533         additional NULL to __libc_res_nsend and __libc_res_nquery.
10534         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10535         additional NULL to __libc_res_nsearch.
10536         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10537         parameter of __libc_res_nsearch to check for separately allocated
10538         second buffer.
10539         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10540         __libc_res_nquery.
10541         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10542         additional NULL to __libc_res_nquery.
10543         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10544         __libc_res_nsearch.
10545         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10546         * include/resolv.h: Update prototypes of __libc_res_nquery,
10547         __libc_res_nsearch, __libc_res_nsend.
10548
10549 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10550
10551         * math/auto-libm-test-in: Add tests of fma.
10552         * math/auto-libm-test-out: Regenerated.
10553         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10554         (fma_towardzero_test_data): Likewise.
10555         (fma_downward_test_data): Likewise.
10556         (fma_upward_test_data): Likewise.
10557         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10558         mpc_mode.
10559         (rounding_modes): Add values for new field.
10560         (func_calc_method): Add value mpfr_fff_f.
10561         (func_calc_desc): Add mpfr_fff_f union field.
10562         (test_function): Add field exact_args.
10563         (FUNC): Add macro argument EXACT_ARGS.
10564         (FUNC_mpfr_f_f): Update call to FUNC.
10565         (FUNC_mpfr_f_f): Likewise.
10566         (FUNC_mpfr_ff_f): Likewise.
10567         (FUNC_mpfr_if_f): Likewise.
10568         (FUNC_mpc_c_f): Likewise.
10569         (FUNC_mpc_c_c): Likewise.
10570         (test_functions): Add fma.  Update calls to FUNC.
10571         (handle_input_arg): Add argument exact_args.
10572         (add_test): Update call to handle_input_arg.
10573         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10574         (output_for_one_input_case): Update call to calc_generic_results.
10575         Recalculate exact zero results in each rounding mode.
10576
10577         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10578         non-negative before setting low bit.
10579         * math/auto-libm-test-in: Mark one asin test possibly having
10580         spurious underflow.
10581         * math/auto-libm-test-out: Regenerated.
10582         * sysdeps/i386/fpu/libm-test-ulps: Update.
10583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10584
10585 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10586
10587         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10588         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10589         ports/sysdeps/unix/sysv/linux/microblaze.
10590         * README: Add missing listing for microblaze*-*-linux-gnu.
10591
10592 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10593
10594         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10595         duplicate code
10596
10597 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10598
10599         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10600         * sysdeps/unix/sysv/linux/ia64: Move directory from
10601         ports/sysdeps/unix/sysv/linux/ia64.
10602         * README: Update listing for ia64-*-linux-gnu.
10603
10604 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10605             Joseph Myers  <joseph@codesourcery.com>
10606
10607         * Makeconfig (test-name): New variable.
10608         (evaluate-test): Likewise.
10609         * Makerules (do-test-clean): Remove .test-result files.
10610         (common-mostlyclean): Likewise.
10611         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10612         * scripts/evaluate-test.sh: New file.
10613
10614 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10615
10616         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10617         separate $(objpfx)tst-fopenloc-cmp.out and
10618         $(objpfx)tst-fopenloc-mem.out targets.
10619         (tests): Update dependencies.
10620         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10621         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10622         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10623         (tst-rxspencer-no-utf8-ARGS): New variable.
10624         (tst-rxspencer-no-utf8-ENV): Likewise.
10625         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10626         instead of $(objpfx)tst-rxspencer-mem.
10627         ($(objpfx)tst-rxspencer-mem): Change target to
10628         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10629         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10630         * posix/tst-rxspencer-no-utf8.c: New file.
10631
10632         * elf/Makefile ($(objpfx)order.out): Remove rule.
10633         [$(run-built-tests) = yes] (tests): Depend on
10634         $(objpfx)order-cmp.out.
10635         ($(objpfx)order-cmp.out): New rule.
10636         [$(run-built-tests) = yes] (tests): Depend on
10637         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10638         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10639         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10640         $(objpfx)tst-array5-static-cmp.out.
10641         ($(objpfx)tst-array1.out): Remove rule.
10642         ($(objpfx)tst-array1-cmp.out): New rule.
10643         ($(objpfx)tst-array1-static.out): Remove rule.
10644         ($(objpfx)tst-array1-static-cmp.out): New rule.
10645         ($(objpfx)tst-array2.out): Remove rule.
10646         ($(objpfx)tst-array2-cmp.out): New rule.
10647         ($(objpfx)tst-array3.out): Remove rule.
10648         ($(objpfx)tst-array3-cmp.out): New rule.
10649         ($(objpfx)tst-array4.out): Remove rule.
10650         ($(objpfx)tst-array4-cmp.out): New rule.
10651         ($(objpfx)tst-array5.out): Remove rule.
10652         ($(objpfx)tst-array5-cmp.out): New rule.
10653         ($(objpfx)tst-array5-static.out): Remove rule.
10654         ($(objpfx)tst-array5-static-cmp.out): New rule.
10655         [$(run-built-tests) = yes] (tests): Depend on
10656         $(objpfx)order2-cmp.out.
10657         ($(objpfx)order2.out): Remove rule.
10658         ($(objpfx)order2-cmp.out): New rule.
10659         ($(objpfx)tst-initorder.out): Remove rule.
10660         [$(run-built-tests) = yes] (tests): Depend on
10661         $(objpfx)tst-initorder-cmp.out.
10662         ($(objpfx)tst-initorder-cmp.out): New rule.
10663         ($(objpfx)tst-initorder2.out): Remove rule.
10664         [$(run-built-tests) = yes] (tests): Depend on
10665         $(objpfx)tst-initorder2-cmp.out.
10666         ($(objpfx)tst-initorder2-cmp.out): New rule.
10667         [$(run-built-tests) = yes] (tests): Depend on
10668         $(objpfx)tst-unused-dep-cmp.out.
10669         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10670         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10671         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10672         on $(objpfx)tst-setvbuf1-cmp.out.
10673         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10674         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10675         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10676         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10677         ($(objpfx)tst-svc.out): Remove rule.
10678         ($(objpfx)tst-svc-cmp.out): New rule.
10679
10680 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10681
10682         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10683         * ctype/ctype.h [__USE_MISC]: Likewise.
10684         * dirent/dirent.h [__USE_MISC]: Likewise.
10685         * grp/grp.h [__USE_MISC]: Likewise.
10686         * io/fcntl.h [__USE_MISC]: Likewise.
10687         * io/sys/stat.h [__USE_MISC]: Likewise.
10688         * libio/stdio.h [__USE_MISC]: Likewise.
10689         * posix/unistd.h [__USE_MISC]: Likewise.
10690         * pwd/pwd.h [__USE_MISC]: Likewise.
10691         * stdlib.h [__USE_MISC]: Likewise.
10692         * string/bits/string2.h [__USE_MISC]: Likewise.
10693         * string/string.h [__USE_MISC]: Likewise.
10694         * time/time.h [__USE_MISC]: Likewise.
10695
10696 2014-02-13  Andreas Schwab  <schwab@suse.de>
10697
10698         [BZ #16574]
10699         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10700         second answer buffer if it was separately allocated.
10701
10702 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10703
10704         * sysdeps/mips/math-tests.h: Include <features.h>.
10705         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10706         (ROUNDING_TESTS_long_double): Do not define.
10707         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10708         (EXCEPTION_TESTS_long_double): Likewise.
10709         * sysdeps/mips/mips64/libm-test-ulps: Update.
10710
10711         * include/features.h (__USE_BSD): Remove macro definitions.
10712         (__USE_SVID): Likewise.
10713         (_BSD_SOURCE): Likewise.
10714         (_SVID_SOURCE): Likewise.
10715         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10716         from definition of _DEFAULT_SOURCE.
10717         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10718         [_DEFAULT_SOURCE].
10719         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10720         * bits/mman.h [__USE_BSD]: Likewise.
10721         * bits/termios.h [__USE_BSD]: Likewise.
10722         * bits/waitstatus.h [__USE_BSD]: Likewise.
10723         * ctype/ctype.h [__USE_SVID]: Likewise.
10724         * dirent/dirent.h [__USE_BSD]: Likewise.
10725         * grp/grp.h [__USE_SVID]: Likewise.
10726         [__USE_BSD]: Likewise.
10727         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10728         * io/fcntl.h [__USE_BSD]: Likewise.
10729         * io/ftw.h [__USE_BSD]: Likewise.
10730         * io/sys/stat.h [__USE_BSD]: Likewise.
10731         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10732         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10733         * libio/stdio.h [__USE_SVID]: Likewise.
10734         [__USE_BSD]: Likewise.
10735         * math/math.h [__USE_SVID]: Likewise.
10736         [__USE_BSD]: Likewise.
10737         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10738         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10739         * misc/search.h [__USE_SVID]: Likewise.
10740         * misc/sys/mman.h [__USE_BSD]: Likewise.
10741         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10742         * misc/sys/uio.h [__USE_BSD]: Likewise.
10743         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10744         * posix/glob.h [__USE_BSD]: Likewise.
10745         * posix/regex.h [__USE_BSD]: Likewise.
10746         * posix/sys/types.h [__USE_BSD]: Likewise.
10747         [__USE_SVID]: Likewise.
10748         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10749         * posix/sys/wait.h [__USE_BSD]: Likewise.
10750         [__USE_SVID]: Likewise.
10751         * posix/unistd.h [__USE_BSD]: Likewise.
10752         [__USE_SVID]: Likewise.
10753         * pwd/pwd.h [__USE_SVID]: Likewise.
10754         * resolv/netdb.h [__USE_BSD]: Likewise.
10755         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10756         * signal/signal.h [__USE_BSD]: Likewise.
10757         [__USE_SVID]: Likewise.
10758         * socket/sys/socket.h [__USE_BSD]: Likewise.
10759         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10760         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10761         [__USE_SVID]: Likewise.
10762         * string/bits/string2.h [__USE_BSD]: Likewise.
10763         [__USE_SVID]: Likewise.
10764         * string/bits/string3.h [__USE_BSD]: Likewise.
10765         * string/endian.h [__USE_BSD]: Likewise.
10766         * string/string.h [__USE_SVID]: Likewise.
10767         [__USE_BSD]: Likewise.
10768         * string/strings.h [__USE_BSD]: Likewise.
10769         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10770         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10771         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10772         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10773         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10774         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10775         Likewise.
10776         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10777         Likewise.
10778         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10779         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10780         Likewise.
10781         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10782         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10783         Likewise.
10784         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10785         Likewise.
10786         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10787         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10788         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10789         Likewise.
10790         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10791         Likewise.
10792         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10793         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10794         * termios/termios.h [__USE_BSD]: Likewise.
10795         * time/sys/time.h [__USE_BSD]: Likewise.
10796         * time/time.h [__USE_BSD]: Likewise.
10797         [__USE_SVID]: Likewise.
10798
10799         * Makefile (subdir_targets): Remove subdir_lint.out.
10800
10801         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10802         (do-tst-printf): Likewise.
10803         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10804         $(objpfx)tst-printf.out.
10805
10806         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10807
10808         * Makerules (check-abi-%): Change target to
10809         $(objpfx)check-abi-%.out.
10810         (check-abi target): Update dependencies.
10811         (check-abi-pattern variable): Redirect output of diff to $@.
10812         (check-abi variable): Likewise.
10813         * elf/Makefile (check-abi): Update dependencies.
10814
10815         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10816         unused.
10817         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10818         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10819         subnormal range.
10820         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10821         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10822         value has largest subnormal exponent.
10823         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10824         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10825         * sysdeps/aarch64/soft-fp/sfp-machine.h
10826         (_FP_TININESS_AFTER_ROUNDING): New macro.
10827         * sysdeps/alpha/soft-fp/sfp-machine.h
10828         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10829         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10830         Likewise.
10831         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10832         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10833         * sysdeps/mips/soft-fp/sfp-machine.h
10834         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10835         * sysdeps/powerpc/soft-fp/sfp-machine.h
10836         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10837         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10838         Likewise.
10839         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10840         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10841         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10842         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10843         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10844         Likewise.
10845
10846 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10847
10848         [BZ #16545]
10849         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10850         model 1.
10851
10852 2014-02-12  Richard Henderson  <rth@redhat.com>
10853
10854         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10855         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10856         * sysdeps/unix/sysv/linux/alpha: Move directory from
10857         ports/sysdeps/unix/sysv/linux/alpha.
10858         * README: Update listing for alpha-*-linux-gnu.
10859
10860 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10861
10862         * include/features.h: Update comment documenting feature test
10863         macros.
10864         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10865         _DEFAULT_SOURCE.
10866         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10867         (_SVID_SOURCE): Likewise.
10868         (_DEFAULT_SOURCE): Update description of default features.
10869         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10870         with _GNU_SOURCE.
10871         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10872         (S_ISVTX): Likewise.
10873         * manual/math.texi (Mathematical Constants): Likewise.
10874         * manual/signal.texi (Interrupted Primitives): Likewise.
10875         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10876         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10877         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10878         Don't refer to _SVID_SOURCE in warning text.
10879
10880         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10881
10882         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10883         already defined.
10884         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10885         * sysdeps/mips/dl-lookup.c: Remove.
10886         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10887
10888 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10889
10890         [BZ #16447]
10891         * math/auto-libm-test-in: Add testcase for expl.
10892         * math/auto-libm-test-out: Regenerate.
10893         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10894         calculation of unsafe.
10895         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10896
10897 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10898
10899         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10900         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10901         ports/sysdeps/unix/sysv/linux/aarch64.
10902         * README: Update listing for aarch64*-*-linux-gnu.
10903
10904 2014-02-11  Will Newton  <will.newton@linaro.org>
10905
10906         * manual/probes.texi (Mathematical Function Probes): Use
10907         "triggered" instead of "hit".
10908
10909         * manual/probes.texi (Internal Probes): Add documentation
10910         of setjmp, longjmp and longjmp_target probes.
10911
10912         * include/stap-probe.h: Add comment about probe argument
10913         format.
10914
10915         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10916         definition.  (tr_where, tr_freehook, tr_mallochook,
10917         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10918
10919 2014-02-11  David S. Miller  <davem@davemloft.net>
10920
10921         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10922         processing int_tests.
10923
10924 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10925
10926         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10927         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10928         * sysdeps/unix/sysv/linux/mips: Move directory from
10929         ports/sysdeps/unix/sysv/linux/mips.
10930         * README: Update listing for mips-*-linux-gnu and
10931         mips64-*-linux-gnu.
10932
10933 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10934
10935         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10936         * sysdeps/unix/sysv/linux/m68k: Move directory from
10937         ports/sysdeps/unix/sysv/linux/m68k.
10938         * README: Update listing for m68k-*-linux-gnu.
10939
10940 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10941
10942         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10943         * sysdeps/unix/sysv/linux/generic: Move directory from
10944         ports/sysdeps/unix/sysv/linux/generic.
10945         * sysdeps/unix/sysv/linux/tile: Move directory from
10946         ports/sysdeps/unix/sysv/linux/tile.
10947         * README: Update listing for tile*-*-linux-gnu.
10948
10949 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10950
10951         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10952         __builtin_expect.
10953         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10954         * catgets/open_catalog.c (__open_catalog): Likewise.
10955         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10956         * debug/confstr_chk.c: Likewise.
10957         * debug/fread_chk.c (__fread_chk): Likewise.
10958         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10959         * debug/getgroups_chk.c: Likewise.
10960         * debug/mbsnrtowcs_chk.c: Likewise.
10961         * debug/mbsrtowcs_chk.c: Likewise.
10962         * debug/mbstowcs_chk.c: Likewise.
10963         * debug/memcpy_chk.c: Likewise.
10964         * debug/memmove_chk.c: Likewise.
10965         * debug/mempcpy_chk.c: Likewise.
10966         * debug/memset_chk.c: Likewise.
10967         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
10968         * debug/strcat_chk.c (__strcat_chk): Likewise.
10969         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
10970         * debug/strncat_chk.c (__strncat_chk): Likewise.
10971         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
10972         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
10973         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
10974         * debug/wcpncpy_chk.c: Likewise.
10975         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
10976         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
10977         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
10978         * debug/wcsncpy_chk.c: Likewise.
10979         * debug/wcsnrtombs_chk.c: Likewise.
10980         * debug/wcsrtombs_chk.c: Likewise.
10981         * debug/wcstombs_chk.c: Likewise.
10982         * debug/wmemcpy_chk.c: Likewise.
10983         * debug/wmemmove_chk.c: Likewise.
10984         * debug/wmempcpy_chk.c: Likewise.
10985         * debug/wmemset_chk.c: Likewise.
10986         * dirent/scandirat.c (SCANDIRAT): Likewise.
10987         * dlfcn/dladdr1.c (dladdr1): Likewise.
10988         * dlfcn/dladdr.c (dladdr): Likewise.
10989         * dlfcn/dlclose.c (dlclose_doit): Likewise.
10990         * dlfcn/dlerror.c (__dlerror): Likewise.
10991         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10992         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
10993         * dlfcn/dlopen.c (dlopen_doit): Likewise.
10994         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
10995         * dlfcn/dlsym.c (dlsym_doit): Likewise.
10996         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
10997         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
10998         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
10999         Likewise.
11000         * elf/dl-conflict.c: Likewise.
11001         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11002         * elf/dl-dst.h: Likewise.
11003         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11004         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11005         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11006         * elf/dl-init.c (call_init, _dl_init): Likewise.
11007         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11008         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11009         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11010         Likewise.
11011         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11012         Likewise.
11013         * elf/dl-minimal.c (__libc_memalign): Likewise.
11014         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11015         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11016         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11017         * elf/dl-sym.c (do_sym): Likewise.
11018         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11019         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11020         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11021         * elf/dl-writev.h (_dl_writev): Likewise.
11022         * elf/ldconfig.c (search_dir): Likewise.
11023         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11024         (dl_main): Likewise.
11025         * elf/setup-vdso.h (setup_vdso): Likewise.
11026         * grp/compat-initgroups.c (compat_call): Likewise.
11027         * grp/fgetgrent.c (fgetgrent): Likewise.
11028         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11029         * grp/putgrent.c (putgrent): Likewise.
11030         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11031         Likewise.
11032         * hurd/hurdinit.c: Likewise.
11033         * iconvdata/8bit-gap.c (struct): Likewise.
11034         * iconvdata/ansi_x3.110.c : Likewise.
11035         * iconvdata/big5.c : Likewise.
11036         * iconvdata/big5hkscs.c : Likewise.
11037         * iconvdata/cp1255.c: Likewise.
11038         * iconvdata/cp1258.c : Likewise.
11039         * iconvdata/cp932.c : Likewise.
11040         * iconvdata/euc-cn.c: Likewise.
11041         * iconvdata/euc-jisx0213.c : Likewise.
11042         * iconvdata/euc-jp.c: Likewise.
11043         * iconvdata/euc-jp-ms.c : Likewise.
11044         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11045         * iconvdata/gb18030.c : Likewise.
11046         * iconvdata/gbbig5.c (const): Likewise.
11047         * iconvdata/gbgbk.c: Likewise.
11048         * iconvdata/gbk.c : Likewise.
11049         * iconvdata/ibm1364.c : Likewise.
11050         * iconvdata/ibm930.c : Likewise.
11051         * iconvdata/ibm932.c: Likewise.
11052         * iconvdata/ibm933.c : Likewise.
11053         * iconvdata/ibm935.c : Likewise.
11054         * iconvdata/ibm937.c : Likewise.
11055         * iconvdata/ibm939.c : Likewise.
11056         * iconvdata/ibm943.c: Likewise.
11057         * iconvdata/iso_11548-1.c: Likewise.
11058         * iconvdata/iso-2022-cn.c : Likewise.
11059         * iconvdata/iso-2022-cn-ext.c : Likewise.
11060         * iconvdata/iso-2022-jp-3.c: Likewise.
11061         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11062         * iconvdata/iso-2022-kr.c : Likewise.
11063         * iconvdata/iso646.c (gconv_end): Likewise.
11064         * iconvdata/iso_6937-2.c : Likewise.
11065         * iconvdata/iso_6937.c : Likewise.
11066         * iconvdata/iso8859-1.c: Likewise.
11067         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11068         * iconvdata/shift_jisx0213.c : Likewise.
11069         * iconvdata/sjis.c : Likewise.
11070         * iconvdata/t.61.c : Likewise.
11071         * iconvdata/tcvn5712-1.c : Likewise.
11072         * iconvdata/tscii.c: Likewise.
11073         * iconvdata/uhc.c : Likewise.
11074         * iconvdata/unicode.c (gconv_end): Likewise.
11075         * iconvdata/utf-16.c (gconv_end): Likewise.
11076         * iconvdata/utf-32.c (gconv_end): Likewise.
11077         * iconvdata/utf-7.c (base64): Likewise.
11078         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11079         * iconv/gconv_close.c (__gconv_close): Likewise.
11080         * iconv/gconv_open.c (__gconv_open): Likewise.
11081         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11082         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11083         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11084         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11085         (ucs4le_internal_loop_single): Likewise.
11086         * iconv/iconv.c (iconv): Likewise.
11087         * iconv/iconv_close.c: Likewise.
11088         * iconv/loop.c (SINGLE): Likewise.
11089         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11090         * include/atomic.h: Likewise.
11091         * inet/inet6_option.c (option_alloc): Likewise.
11092         * intl/bindtextdom.c (set_binding_values): Likewise.
11093         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11094         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11095         * intl/localealias.c (read_alias_file): Likewise.
11096         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11097         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11098         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11099         * libio/fmemopen.c (fmemopen): Likewise.
11100         * libio/iofgets.c (_IO_fgets): Likewise.
11101         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11102         * libio/iofgetws.c (fgetws): Likewise.
11103         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11104         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11105         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11106         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11107         * locale/findlocale.c (_nl_find_locale): Likewise.
11108         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11109         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11110         Likewise.
11111         * locale/setlocale.c (setlocale): Likewise.
11112         * login/programs/pt_chown.c (main): Likewise.
11113         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11114         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11115         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11116         (mmap, mmap64, mremap, munmap): Likewise.
11117         * math/e_exp2l.c: Likewise.
11118         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11119         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11120         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11121         * math/s_catan.c (__catan): Likewise.
11122         * math/s_catanf.c (__catanf): Likewise.
11123         * math/s_catanh.c (__catanh): Likewise.
11124         * math/s_catanhf.c (__catanhf): Likewise.
11125         * math/s_catanhl.c (__catanhl): Likewise.
11126         * math/s_catanl.c (__catanl): Likewise.
11127         * math/s_ccosh.c (__ccosh): Likewise.
11128         * math/s_ccoshf.c (__ccoshf): Likewise.
11129         * math/s_ccoshl.c (__ccoshl): Likewise.
11130         * math/s_cexp.c (__cexp): Likewise.
11131         * math/s_cexpf.c (__cexpf): Likewise.
11132         * math/s_cexpl.c (__cexpl): Likewise.
11133         * math/s_clog10.c (__clog10): Likewise.
11134         * math/s_clog10f.c (__clog10f): Likewise.
11135         * math/s_clog10l.c (__clog10l): Likewise.
11136         * math/s_clog.c (__clog): Likewise.
11137         * math/s_clogf.c (__clogf): Likewise.
11138         * math/s_clogl.c (__clogl): Likewise.
11139         * math/s_csin.c (__csin): Likewise.
11140         * math/s_csinf.c (__csinf): Likewise.
11141         * math/s_csinh.c (__csinh): Likewise.
11142         * math/s_csinhf.c (__csinhf): Likewise.
11143         * math/s_csinhl.c (__csinhl): Likewise.
11144         * math/s_csinl.c (__csinl): Likewise.
11145         * math/s_csqrt.c (__csqrt): Likewise.
11146         * math/s_csqrtf.c (__csqrtf): Likewise.
11147         * math/s_csqrtl.c (__csqrtl): Likewise.
11148         * math/s_ctan.c (__ctan): Likewise.
11149         * math/s_ctanf.c (__ctanf): Likewise.
11150         * math/s_ctanh.c (__ctanh): Likewise.
11151         * math/s_ctanhf.c (__ctanhf): Likewise.
11152         * math/s_ctanhl.c (__ctanhl): Likewise.
11153         * math/s_ctanl.c (__ctanl): Likewise.
11154         * math/w_pow.c: Likewise.
11155         * math/w_powf.c: Likewise.
11156         * math/w_powl.c: Likewise.
11157         * math/w_scalb.c (sysv_scalb): Likewise.
11158         * math/w_scalbf.c (sysv_scalbf): Likewise.
11159         * math/w_scalbl.c (sysv_scalbl): Likewise.
11160         * misc/error.c (error_tail): Likewise.
11161         * misc/pselect.c (__pselect): Likewise.
11162         * nis/nis_callback.c (__nis_create_callback): Likewise.
11163         * nis/nis_call.c (__nisfind_server): Likewise.
11164         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11165         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11166         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11167         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11168         * nis/nis_lookup.c (nis_lookup): Likewise.
11169         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11170         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11171         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11172         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11173         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11174         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11175         * nis/nss_compat/compat-initgroups.c (add_group)
11176         (internal_getgrent_r): Likewise.
11177         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11178         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11179         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11180         (internal_getspnam_r): Likewise.
11181         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11182         (_nss_nis_getaliasbyname_r): Likewise.
11183         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11184         (_nss_nis_getntohost_r): Likewise.
11185         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11186         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11187         (_nss_nis_getgrgid_r): Likewise.
11188         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11189         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11190         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11191         (_nss_nis_gethostbyname4_r): Likewise.
11192         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11193         (initgroups_netid): Likewise.
11194         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11195         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11196         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11197         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11198         (_nss_nis_getprotobynumber_r): Likewise.
11199         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11200         (_nss_nis_getsecretkey): Likewise.
11201         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11202         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11203         (_nss_nis_getpwuid_r): Likewise.
11204         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11205         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11206         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11207         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11208         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11209         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11210         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11211         Likewise.
11212         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11213         (_nss_nisplus_getntohost_r): Likewise.
11214         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11215         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11216         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11217         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11218         Likewise.
11219         * nis/nss_nisplus/nisplus-initgroups.c
11220         (_nss_nisplus_initgroups_dyn): Likewise.
11221         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11222         (_nss_nisplus_getnetbyaddr_r): Likewise.
11223         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11224         (_nss_nisplus_getprotobynumber_r): Likewise.
11225         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11226         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11227         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11228         Likewise.
11229         * nis/nss_nisplus/nisplus-service.c
11230         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11231         (_nss_nisplus_getservbyport_r): Likewise.
11232         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11233         (_nss_nisplus_getspnam_r): Likewise.
11234         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11235         Likewise.
11236         * nscd/aicache.c (addhstaiX): Likewise.
11237         * nscd/cache.c (cache_search, prune_cache): Likewise.
11238         * nscd/connections.c (register_traced_file, send_ro_fd)
11239         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11240         (main_loop_epoll): Likewise.
11241         * nscd/grpcache.c (addgrbyX): Likewise.
11242         * nscd/hstcache.c (addhstbyX): Likewise.
11243         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11244         * nscd/mem.c (gc, mempool_alloc): Likewise.
11245         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11246         (addinnetgrX): Likewise.
11247         * nscd/nscd-client.h (__nscd_acquire_maplock)
11248         (__nscd_drop_map_ref): Likewise.
11249         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11250         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11251         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11252         Likewise.
11253         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11254         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11255         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11256         (__nscd_get_map_ref): Likewise.
11257         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11258         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11259         Likewise.
11260         * nscd/pwdcache.c (addpwbyX): Likewise.
11261         * nscd/selinux.c (preserve_capabilities): Likewise.
11262         * nscd/servicescache.c (addservbyX): Likewise.
11263         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11264         * posix/fnmatch.c (fnmatch): Likewise.
11265         * posix/getopt.c (_getopt_internal_r): Likewise.
11266         * posix/glob.c (glob, glob_in_dir): Likewise.
11267         * posix/wordexp.c (exec_comm_child): Likewise.
11268         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11269         (getanswer_r, gaih_getanswer_slice): Likewise.
11270         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11271         * resolv/res_init.c: Likewise.
11272         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11273         * resolv/res_query.c (__libc_res_nquery): Likewise.
11274         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11275         Likewise.
11276         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11277         * stdio-common/perror.c (perror): Likewise.
11278         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11279         * stdio-common/tmpnam.c (tmpnam): Likewise.
11280         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11281         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11282         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11283         Likewise.
11284         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11285         * stdlib/putenv.c (putenv): Likewise.
11286         * stdlib/setenv.c (__add_to_environ): Likewise.
11287         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11288         * stdlib/strtol_l.c (INTERNAL): Likewise.
11289         * string/memmem.c (memmem): Likewise.
11290         * string/strerror.c (strerror): Likewise.
11291         * string/strnlen.c (__strnlen): Likewise.
11292         * string/test-memmem.c (simple_memmem): Likewise.
11293         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11294         * sunrpc/pm_getport.c (__get_socket): Likewise.
11295         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11296         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11297         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11298         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11299         Likewise.
11300         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11301         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11302         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11303         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11304         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11305         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11306         Likewise.
11307         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11308         Likewise.
11309         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11310         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11311         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11312         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11313         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11314         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11315         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11316         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11317         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11318         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11319         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11320         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11321         Likewise.
11322         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11323         Likewise.
11324         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11325         Likewise.
11326         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11327         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11328         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11329         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11330         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11331         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11332         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11333         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11334         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11335         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11336         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11337         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11338         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11339         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11340         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11341         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11342         Likewise.
11343         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11344         Likewise.
11345         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11346         Likewise.
11347         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11348         Likewise.
11349         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11350         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11351         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11352         Likewise.
11353         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11354         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11355         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11356         * sysdeps/posix/sleep.c: Likewise.
11357         * sysdeps/posix/tempname.c: Likewise.
11358         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11359         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11360         Likewise.
11361         * sysdeps/powerpc/powerpc32/dl-machine.h
11362         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11363         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11364         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11365         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11366         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11367         Likewise.
11368         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11369         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11370         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11371         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11372         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11373         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11374         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11375         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11376         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11377         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11378         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11379         (elf_machine_lazy_rel): Likewise.
11380         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11381         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11382         (elf_machine_lazy_rel): Likewise.
11383         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11384         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11385         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11386         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11387         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11388         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11389         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11390         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11391         Likewise.
11392         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11393         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11394         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11395         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11396         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11397         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11398         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11399         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11400         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11401         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11402         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11403         Likewise.
11404         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11405         (__posix_fallocate64_l64): Likewise.
11406         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11407         (posix_fallocate): Likewise.
11408         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11409         Likewise.
11410         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11411         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11412         (getifaddrs_internal): Likewise.
11413         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11414         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11415         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11416         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11417         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11418         (__posix_fallocate64_l64): Likewise.
11419         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11420         Likewise.
11421         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11422         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11423         (__get_clockfreq): Likewise.
11424         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11425         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11426         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11427         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11428         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11429         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11430         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11431         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11432         Likewise.
11433         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11434         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11435         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11436         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11437         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11438         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11439         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11440         Likewise.
11441         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11442         (posix_fallocate): Likewise.
11443         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11444         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11445         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11446         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11447         (elf_machine_rela, elf_machine_rela_relative)
11448         (elf_machine_lazy_rel): Likewise.
11449         * time/asctime.c (asctime_internal): Likewise.
11450         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11451         * time/tzset.c (__tzset_parse_tz): Likewise.
11452         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11453         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11454         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11455         * wcsmbs/wcsmbsload.h: Likewise.
11456
11457         [BZ #15894]
11458         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11459
11460         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11461         (arena_get2): Remove THREAD_STATS conditionals.
11462         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11463         (__malloc_stats, int): Likewise.
11464
11465 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11466
11467         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11468         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11469
11470         * manual/setjmp.texi: Fix typos/grammar errors.
11471
11472         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11473         Only return early when n is <= 0.  Delete unused return statement.
11474
11475         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11476         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11477         * debug/tst-longjmp_chk3.c: New file.
11478
11479         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11480         (test_main): Replace code with set_fortify_handler call.
11481         * debug/test-strcpy_chk.c: Likewise.
11482         * debug/tst-chk1.c: Likewise.
11483         * debug/tst-longjmp_chk.c: Likewise.
11484         * test-skeleton.c: Include fcntl.h & paths.h
11485         (set_fortify_handler): Define.
11486
11487         * debug/tst-longjmp_chk.c: Add header comment and include
11488         ../test-skeleton.c.
11489         (do_test): Mark static.
11490         (TEST_FUNCTION): Define.
11491
11492         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11493         (IP_PMTUDISC_INTERFACE): Likewise.
11494         (IP_MULTICAST_IF): Likewise.
11495         (IP_MULTICAST_TTL): Likewise.
11496         (IP_MULTICAST_LOOP): Likewise.
11497         (IP_ADD_MEMBERSHIP): Likewise.
11498         (IP_DROP_MEMBERSHIP): Likewise.
11499         (IP_UNBLOCK_SOURCE): Likewise.
11500         (IP_BLOCK_SOURCE): Likewise.
11501         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11502         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11503         (IP_MSFILTER): Likewise.
11504         (MCAST_JOIN_GROUP): Likewise.
11505         (MCAST_BLOCK_SOURCE): Likewise.
11506         (MCAST_UNBLOCK_SOURCE): Likewise.
11507         (MCAST_LEAVE_GROUP): Likewise.
11508         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11509         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11510         (MCAST_MSFILTER): Likewise.
11511         (IP_MULTICAST_ALL): Likewise.
11512         (IP_UNICAST_IF): Likewise.
11513
11514         * timezone/Makefile: Delete $(have-ksh) check.
11515         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11516         * timezone/tzselect.ksh: Add +x mode bits.
11517
11518         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11519         (ANON_INODE_FS_MAGIC): Likewise.
11520         (BDEVFS_MAGIC): Likewise.
11521         (BINFMTFS_MAGIC): Likewise.
11522         (BTRFS_TEST_MAGIC): Likewise.
11523         (CRAMFS_MAGIC_WEND): Likewise.
11524         (DEBUGFS_MAGIC): Likewise.
11525         (ECRYPTFS_SUPER_MAGIC): Likewise.
11526         (EXT3_SUPER_MAGIC): Likewise.
11527         (EXT4_SUPER_MAGIC): Likewise.
11528         (FUTEXFS_SUPER_MAGIC): Likewise.
11529         (HOSTFS_SUPER_MAGIC): Likewise.
11530         (HUGETLBFS_MAGIC): Likewise.
11531         (MINIX3_SUPER_MAGIC): Likewise.
11532         (MTD_INODE_FS_MAGIC): Likewise.
11533         (NILFS_SUPER_MAGIC): Likewise.
11534         (OPENPROM_SUPER_MAGIC): Likewise.
11535         (PIPEFS_MAGIC): Likewise.
11536         (PSTOREFS_MAGIC): Likewise.
11537         (QNX6_SUPER_MAGIC): Likewise.
11538         (RAMFS_MAGIC): Likewise.
11539         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11540         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11541         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11542         (SECURITYFS_MAGIC): Likewise.
11543         (SELINUX_MAGIC): Likewise.
11544         (SMACK_MAGIC): Likewise.
11545         (SOCKFS_MAGIC): Likewise.
11546         (SQUASHFS_MAGIC): Likewise.
11547         (STACK_END_MAGIC): Likewise.
11548         (TMPFS_MAGIC): Likewise.
11549         (USBDEVICE_SUPER_MAGIC): Likewise.
11550         (V9FS_MAGIC): Likewise.
11551         (XENFS_SUPER_MAGIC): Likewise.
11552         (CRAMFS_MAGIC): Fix typo in comment.
11553         (EXT2_SUPER_MAGIC): Update comment.
11554         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11555
11556 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11557
11558         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11559         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11560         * sysdeps/unix/sysv/linux/arm: Move directory from
11561         ports/sysdeps/unix/sysv/linux/arm.
11562         * README: Update listing for arm-*-linux-gnueabi.
11563
11564         * README: Remove mention of am33.
11565
11566 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11567
11568         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11569         than the comma operator, to avoid "rhs of comma has no effect"
11570         compiler warnings.
11571         (__sigfillset, __sigandset, __sigorset): Likewise.
11572         * include/signal.h (__sigemptyset): Likewise.
11573         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11574
11575 2014-02-07  Allan McRae  <allan@archlinux.org>
11576
11577         * version.h (RELEASE): Set to "development".
11578         (VERSION): Set to "2.19.90"
11579         * NEWS: Add 2.20 section.
11580
11581 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11582
11583         [BZ #16529]
11584         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11585
11586 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11587
11588         * manual/contrib.texi: Update entry for Carlos O'Donell,
11589         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11590
11591 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11592
11593         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11594
11595         * sysdeps/unix/sysv/linux/kernel-features.h
11596         [__LINUX_KERNEL_VERSION >= 0x020621]
11597         (__ASSUME_PROC_PID_TASK_COMM): Define.
11598
11599 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11600
11601         [BZ #16398]
11602         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11603         conversion when destination buffer does not have enough space.
11604         * libio/tst-ftell-partial-wide.c: New test case.
11605         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11606
11607         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11608         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11609         Leonard and Allan McRae.
11610
11611 2014-02-04  David S. Miller  <davem@davemloft.net>
11612
11613         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11614         32-bit.
11615
11616 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11617
11618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11619         New file
11620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11621         New file
11622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11623         New file.
11624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11625         New file.
11626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11627         New file.
11628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11629         New file.
11630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11631         New file.
11632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11633         New file.
11634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11635         New file.
11636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11637         New file.
11638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11639         New file.
11640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11641         New file.
11642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11643         New file.
11644
11645 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11646
11647         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11648         * shlib-versions: Likewise.
11649
11650 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11651             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11652
11653         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11654         (abilist-pattern): New variable, set to %-le.abilist.
11655
11656         * Makerules (abilist-pattern): New variable.
11657         (vpath): Use $(abilist-pattern) in place of %.abilist.
11658         (check-abi-% pattern rule): Likewise.
11659         (check-abi, update-abi): Likewise.
11660
11661 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11662
11663         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11664
11665 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11666
11667         * manual/startup.texi: Add next, previous, and top entries for
11668         the `Program Arguments' and `Environment Variables' nodes.
11669
11670 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11671
11672         * manual/macros.texi: Add comments before MTASC-safety macros.
11673
11674         * manual/users.texi: Document MTASC-safety properties.
11675
11676         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11677         (pthread_getspecific, pthread_setspecific): Format with
11678         @deftypefun, and add @safety note.
11679         * manual/signal.texi: Move comments that analyze the above
11680         functions to their home place.
11681
11682 2014-02-03  Allan McRae  <allan@archlinux.org>
11683
11684         * po/sl.po: Update Slovenian translation from translation project.
11685
11686 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11687
11688         * manual/time.texi (timegm): Add missing blank after @c.
11689         Reported by Joseph Myers <joseph@codesourcery.com>.
11690
11691 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11692
11693         * manual/check-safety.sh: New.
11694         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11695
11696         * manual/terminal.texi: Document MTASC-safety properties.
11697
11698         * manual/filesys.texi: Document MTASC-safety properties.
11699
11700         * manual/errno.texi: Document MTASC-safety properties.
11701
11702         * manual/intro.texi: Document safety identifiers and
11703         conditionals.
11704
11705         * manual/string.texi (wcstok): Fix prototype.
11706         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11707
11708         * manual/time.texi: Document MTASC-safety properties.
11709
11710         * manual/string.texi: Document MTASC-safety properties.
11711
11712         * manual/threads.texi: Document MTASC-safety properties.
11713
11714         * manual/stdio.texi: Document MTASC-safety properties.
11715
11716         * manual/syslog.texi: Document MTASC-safety properties.
11717
11718         * manual/sysinfo.texi: Document MTASC-safety properties.
11719
11720         * manual/startup.texi: Document MTASC-safety properties.
11721
11722         * manual/socket.texi: Document MTASC-safety properties.
11723
11724         * manual/signal.texi: Document MTASC-safety properties.
11725
11726 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11727
11728         * manual/setjmp.texi: Document MTASC-safety properties.
11729
11730         * manual/search.texi: Document MTASC-safety properties.
11731
11732         * manual/resource.texi: Document MTASC-safety properties.
11733
11734         * manual/process.texi: Document MTASC-safety properties.
11735
11736         * manual/platform.texi: Document MTASC-safety properties.
11737
11738         * manual/pipe.texi: Document MTASC-safety properties.
11739
11740         * manual/pattern.texi: Document MTASC-safety properties.
11741
11742         * manual/message.texi: Document MTASC-safety properties.
11743
11744         [BZ #12751]
11745         * manual/memory.texi: Document MTASC-safety properties.
11746
11747         * manual/math.texi: Document MTASC-safety properties.
11748
11749         * manual/locale.texi: Document MTASC-safety properties.
11750
11751         * manual/llio.texi: Document MTASC-safety properties.
11752
11753         * manual/libdl.texi: New.
11754
11755         * manual/lang.texi: Document MTASC-safety properties.
11756
11757         * manual/job.texi: Document MTASC-safety properties.
11758
11759         * manual/getopt.texi: Document MTASC-safety properties.
11760
11761         * manual/ctype.texi: Document MTASC-safety properties.
11762
11763 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11764
11765         [BZ #16046]
11766         * csu/libc-tls.c (static_map): Remove variable.
11767         (__libc_setup_tls): Use main executable's link map for TLS data.
11768         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11769         casing for LM_ID_BASE and GL(dl_nns).
11770         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11771         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11772         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11773         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11774         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11775         member.
11776         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11777         l_phnum members.
11778
11779 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11780
11781         * manual/debug.texi: Document MTASC-safety properties.
11782
11783 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11784
11785         [BZ #16510]
11786         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11787         of __x86_64__ when disabling x87 inline functions.
11788
11789 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11790
11791         * manual/charset.texi: Document MTASC-safety properties.
11792
11793         * manual/crypt.texi: Document MTASC-safety properties.
11794
11795         * manual/conf.texi: Document MTASC-safety properties.
11796
11797         * manual/arith.texi: Document MTASC-safety properties.
11798
11799         * manual/argp.texi: Document MTASC-safety properties.
11800
11801         * manual/macros.texi: Introduce macros to document multi
11802         thread, asynchronous signal and asynchronous cancellation
11803         safety properties.
11804         * manual/intro.texi: Introduce the properties themselves.
11805
11806 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11807
11808         * sysdeps/sh/sh4/Makefile: New file.
11809
11810 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11811
11812         * math/gen-libm-test.pl ($srcdir): New variable.
11813         ($auto_input): Use it.
11814
11815 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11816
11817         [BZ #16506]
11818         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11819         access beyond array bounds when parsing netgroups file.
11820
11821         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11822         the old buffer before realloc.
11823
11824 2014-01-27  Allan McRae  <allan@archlinux.org>
11825
11826         * po/fr.po: Update French translation from translation project.
11827
11828 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11829
11830         * sysdeps/sh/libm-test-ulps: Regenerate.
11831
11832 2014-01-24  David S. Miller  <davem@davemloft.net>
11833
11834         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11835
11836 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11837
11838         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11839         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11840
11841 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11842
11843         [BZ #16474]
11844         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11845         string pointers after reallocation.
11846
11847 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11848
11849         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11850         __SH4A__ instead of __SH_FPU_ANY__.
11851
11852 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11853
11854         * sysdeps/sh/fpu_control.h: New file.
11855         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11856         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11857         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11858         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11859         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11860         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11861         * sysdeps/sh/sys/ucontext.h: Remove.
11862         * sysdeps/sh/sys: Remove directory.
11863
11864 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11865
11866         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11867         s390/sys/ucontext.h.
11868         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11869         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11870
11871 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11872
11873         [BZ #15605]
11874         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11875
11876 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11877
11878         [BZ#16431]
11879         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11880         Adjust the vDSO correctly for internal calls.
11881         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11882
11883 2014-01-20  Allan McRae  <allan@archlinux.org>
11884
11885         * po/ca.po: Update Catalan translation from translation project.
11886
11887 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11888
11889         * sysdeps/s390/sotruss-lib.c: New file.
11890
11891 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11892
11893         [BZ#16430]
11894         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11895         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11896         local calls issues by not having a PLT stub required for IFUNC calls.
11897         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11898
11899 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11900
11901         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11902         * math/test-fpucw-static.c: Likewise.
11903
11904 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11905
11906         [BZ #16453]
11907         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11908
11909 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11910
11911         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11912         implementation for powerpc.
11913
11914 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11915
11916         [BZ #14782]
11917         * sysdeps/posix/system.c (__libc_system): Do not enable
11918         asynchronous cancellation.
11919
11920 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11921
11922         [BZ #16427]
11923         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11924         handling only for numbers special also in the IEEE case.
11925
11926 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11927
11928         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11929
11930 2014-01-11  Allan McRae  <allan@archlinux.org>
11931
11932         * po/bg.po: Update Bulgarian translation from translation project.
11933
11934         * po/de.po: Update German translation from translation project.
11935
11936 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11937
11938         * sysdeps/generic/gcc-compat.h: New file.
11939
11940 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11941
11942         * benchtests/asin-inputs: Correct slow inputs.
11943         * benchtests/acos-inputs: Likewise.
11944
11945 2014-01-10  Allan McRae  <allan@archlinux.org>
11946
11947         * po:sv.po: Update Swedish translation from translation project.
11948
11949         * po/vi.po: Update Vietnamese translation from translation project.
11950
11951         * po/eo.po: Update Esperanto translation from translation project.
11952
11953         * po/cs.po: Update Czech translation from translation project.
11954
11955         * po/nl.po: Update Dutch translation from translation project.
11956
11957         * po/pl.po: Update Polish translation from translation project.
11958
11959         * po/ru.po: Update Russian translation from translation project.
11960
11961         * po/uk.po: Update Ukrainian translation from translation project.
11962
11963 2014-01-08  Brooks Moses  <bmoses@google.com>
11964
11965         * elf/dl-load.c: Fix comment typo.
11966
11967 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
11968
11969         * po/header.pot: Rename to...
11970         * po/pot.header: ... this.
11971         * po/Makefile: Use pot.header.
11972
11973 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
11974             Maxim Kuvyrkov  <maxim@kugelworks.com>
11975
11976         [BZ #16394]
11977         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
11978         SRC and DEST against LEN.
11979
11980 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11981
11982         [BZ #16414]
11983         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
11984         implementation.
11985         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
11986
11987 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11988
11989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11990
11991 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
11992
11993         [BZ #16408]
11994         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
11995         for large positive arguments.
11996
11997 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
11998
11999         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12000
12001         * math/auto-libm-test-in: Mark various tests with
12002         xfail-rounding:ldbl-128ibm.
12003         * math/auto-libm-test-out: Regenerated.
12004
12005         [BZ #16407]
12006         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12007         Increase overflow threshold.
12008
12009 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12010
12011         [BZ #14286]
12012         * stdio-common/vfprintf.c: Check for integer overflow.
12013
12014 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12015
12016         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12017         the first argument and return value of __tls_get_addr_internal.
12018
12019 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12020
12021         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12022         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12023
12024 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12025
12026         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12027         * sysdeps/s390/rtld-global-offsets.sym: New file.
12028         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12029         GLIBC_2.19 symbol.
12030         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12031         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12032         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12033         ... this.
12034         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12035         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12036         ... this.
12037         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12038         Regenerate.
12039         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12040         Regenerate.
12041         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12042         halfs of GPRs for high_gprs contexts.
12043         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12044         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12045         field.
12046         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12047         uc_flags field.
12048         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12049         64 bit versions:
12050         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12051         for high GPRs (uc_high_gprs) and for future extensions
12052         (__reserved).
12053         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12054         for future extensions (__reserved).
12055         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12056         64 bit versions:
12057         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12058         SC_HIGHGPRS offset definition.
12059         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12060         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12061
12062         * Versions.def: Add GLIBC_2.19 for libpthread.
12063         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12064         siglongjmp for libpthread with GLIBC_2.19 symver.
12065         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12066         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12067         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12068         * sysdeps/s390/__longjmp.c: New file.
12069         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12070         * sysdeps/s390/longjmp.c: New file.
12071         * sysdeps/s390/setjmp.S: New file.
12072         * sysdeps/s390/sigjmp.S: New file.
12073         * sysdeps/s390/v1-longjmp.c: New file.
12074         * sysdeps/s390/v1-setjmp.h: New file.
12075         * sysdeps/s390/v1-sigjmp.c: New file.
12076         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12077         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12078         GLIBC_2.19 version.
12079         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12080         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12081         versioned symbols for ____longjmp_chk.
12082         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12083         Likewise.
12084         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12085         Regenerate.
12086         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12087         Regenerate.
12088         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12089         Regenerate.
12090         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12091         Regenerate.
12092         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12093         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12094         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12095         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12096         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12097         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12098         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12099         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12100         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12101         * sysdeps/s390/rtld-__longjmp.c: New file.
12102         * sysdeps/s390/rtld-setjmp.S: New file.
12103
12104 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12105
12106         [BZ #16400]
12107         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12108         Return -__logl (x) for small positive arguments without evaluating
12109         a polynomial.
12110
12111 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12112
12113         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12114         Rename to ...
12115         (__ptrace_peeksiginfo_args): ... this.
12116         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12117         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12118         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12119
12120 2014-01-06  Allan McRae  <allan@archlinux.org>
12121
12122         * inet/netinet/in.h: Fix typo in comment.
12123
12124 2014-01-05  Andreas Jaeger  <aj@suse.de>
12125
12126         * sysdeps/i386/fpu/libm-test-ulps: Update.
12127
12128 2014-01-05  Allan McRae  <allan@archlinux.org>
12129
12130         * po/libc.pot: Regenerated.
12131
12132         * malloc/memusagestat.c: Fix gettext call formatting.
12133
12134 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12135
12136         * nscd/nscd.c: Improve usage() output.
12137
12138 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12139
12140         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12141         * sysdeps/unix/sysv/linux/configure: Regenerated.
12142         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12143         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12144
12145 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12146
12147         [BZ #16390]
12148         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12149         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12150
12151 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12152
12153         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12154         extra tokens at end of #undef directive.
12155         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12156         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12157         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12158
12159 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12160
12161         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12162
12163         * math/auto-libm-test-in: Mark various tests with
12164         xfail-rounding:ldbl-128ibm.
12165         * math/auto-libm-test-out: Regenerated.
12166
12167 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12168
12169         [BZ #16386]
12170         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12171         numbers with subnormal high part when calculating exponent.
12172
12173         [BZ #16385]
12174         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12175         fabs.
12176
12177         [BZ #16384]
12178         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12179         M_LN2l.
12180         (__ieee754_acoshl): Use __log1pl not __log1p.
12181
12182 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12183
12184         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12185         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12186         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12187         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12188         (reused_arena, arena_get2): Convert to GNU style.
12189         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12190         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12191         (memalign_check, __malloc_set_state): Likewise.
12192         * malloc/mallocbug.c (main): Likewise.
12193         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12194         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12195         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12196         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12197         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12198         (__posix_memalign, malloc_info): Likewise.
12199         * malloc/malloc.h: Likewise.
12200         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12201         (mallochook, memalignhook, reallochook, mabort): Likewise.
12202         * malloc/mcheck.h: Likewise.
12203         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12204         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12205         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12206         * malloc/morecore.c (__default_morecore): Likewise.
12207         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12208         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12209         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12210         (print_and_abort): Likewise.
12211         * malloc/obstack.h: Likewise.
12212         * malloc/set-freeres.c (__libc_freeres): Likewise.
12213         * malloc/tst-mallocstate.c (main): Likewise.
12214         * malloc/tst-mtrace.c (main): Likewise.
12215         * malloc/tst-realloc.c (do_test): Likewise.
12216
12217 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12218
12219         [BZ #16366]
12220         * nscd/netgroupcache.c (do_notfound): New function.
12221         (addgetnetgrentX): Use it.
12222
12223         [BZ # 16365]
12224         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12225         NSS_STATUS_NOTFOUND.
12226
12227 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12228
12229         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12231
12232 2014-01-01  Allan McRae  <allan@archlinux.org>
12233
12234         * scripts/update-copyrights: Update configure input file suffix.
12235
12236         * NEWS: Update copyright year.
12237         * catgets/gencat.c: Likewise.
12238         * csu/version.c: Likewise.
12239         * debug/catchsegv.sh: Likewise.
12240         * debug/pcprofiledump.c: Likewise.
12241         * debug/xtrace.sh: Likewise.
12242         * elf/ldconfig.c: Likewise.
12243         * elf/ldd.bash.in: Likewise.
12244         * elf/pldd.c: Likewise.
12245         * elf/sotruss.ksh: Likewise.
12246         * elf/sprof.c: Likewise.
12247         * iconv/iconv_prog.c: Likewise.
12248         * iconv/iconvconfig.c: Likewise.
12249         * locale/programs/locale.c: Likewise.
12250         * locale/programs/localedef.c: Likewise.
12251         * login/programs/pt_chown.c: Likewise.
12252         * malloc/memusage.sh: Likewise.
12253         * malloc/memusagestat.c: Likewise.
12254         * malloc/mtrace.pl: Likewise.
12255         * manual/libc.texinfo: Likewise.
12256         * nscd/nscd.c: Likewise.
12257         * nss/getent.c: Likewise.
12258         * nss/makedb.c: Likewise.
12259         * posix/getconf.c: Likewise.
12260         * scripts/test-installation.pl: Likewise.
12261
12262         * All files with FSF copyright notices: Update copyright dates
12263         using scripts/update-copyrights.
12264         * intl/plural.c: Regenerated.
12265         * locale/programs/charmap-kw.h: Likewise.
12266         * locale/programs/locfile-kw.h: Likewise.
12267
12268 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12269
12270         * sysdeps/unix/sysv/linux/configure: Regenerated.
12271         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12272         the linux/fanotify.h header.
12273         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12274         HAVE_LINUX_FANOTIFY_H is defined.
12275
12276 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12277
12278         * benchtests/cos-inputs: New inputs.
12279         * benchtests/sin-inputs: Likewise.
12280
12281         * benchtests/atan-inputs: New inputs. Fix name of multiple
12282         precision fallback inputs.
12283
12284         * benchtests/atanh-inputs: New inputs.
12285         * benchtests/tanh-inputs: Likewise.
12286
12287         * benchtests/acosh-inputs: New inputs.
12288         * benchtests/asinh-inputs: Likewise.
12289
12290         * benchtests/cosh-inputs: New inputs.
12291         * benchtests/sinh-inputs: Likewise.
12292
12293         * benchtests/acos-inputs: Add more inputs.
12294         * benchtests/asin-inputs: Likewise.
12295
12296 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12297
12298         [BZ #16375]
12299         * manual/arith.texi: Fix spelling.
12300         * manual/charset.texi: Likewise.
12301         * manual/errno.texi: Likewise.
12302         * manual/filesys.texi: Likewise.
12303         * manual/lang.texi: Likewise.
12304         * manual/llio.texi: Likewise.
12305         * manual/locale.texi: Likewise.
12306         * manual/message.texi: Likewise.
12307         * manual/resource.texi: Likewise.
12308         * manual/search.texi: Likewise.
12309         * manual/setjmp.texi: Likewise.
12310         * manual/stdio.texi: Likewise.
12311         * manual/string.texi: Likewise.
12312         * manual/sysinfo.texi: Likewise.
12313         * manual/time.texi: Likewise.
12314
12315 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12316
12317         * po/sl.po: New file.
12318
12319 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12320
12321         * .gitignore: Add core/.gdbinit/.gdb_history.
12322
12323 2013-12-27  Allan McRae  <allan@archlinux.org>
12324
12325         [BZ #16369]
12326         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12327         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12328
12329 2013-12-24  Brooks Moses  <bmoses@google.com>
12330
12331         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12332         all compilers that claim C++98 compliance, not just GCC.
12333         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12334         Likewise.
12335
12336 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12337
12338         * NEWS: Restore accidentally deleted bug-fix entries.
12339
12340 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12341             Ondřej Bílka  <neleai@seznam.cz>
12342
12343         [BZ #15073]
12344         * malloc/malloc.c (_int_free): Perform sanity check only if we
12345         have_lock.
12346
12347 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12348
12349         [BZ #12986]
12350         * manual/stdio.texi (String Input Conversions): Clarify that character
12351         classes are not supported.
12352
12353 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12354
12355         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12356
12357 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12358
12359         [BZ #16337]
12360         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12361         Calculate results for small negative arguments directly rather
12362         than using reflection formula with special underflow handling.
12363
12364         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12365         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12366         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12367         (fchflags): Likewise.
12368         (revoke): Likewise.
12369         (setlogin): Likewise.
12370         (sigaltstack): Likewise.
12371         (wait4): Likewise.
12372         (sigblock): Remove.
12373         (sigsetmask): Likewise.
12374         (wait3): Likewise.
12375         (waitpid): Likewise.
12376         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12377         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12378         file.
12379         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12380         * sysdeps/unix/bsd/Makefile: ... here.
12381         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12382         * sysdeps/unix/bsd/Versions: ... here.
12383         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12384         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12385         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12386         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12387         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12388         * sysdeps/unix/bsd/sigblock.c: ... here.
12389         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12390         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12391         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12392         * sysdeps/unix/bsd/sigvec.c: ... here.
12393         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12394         * sysdeps/unix/bsd/tcdrain.c: ... here.
12395         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12396         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12397         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12398         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12399         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12400         * sysdeps/unix/bsd/wait.c: ... here.
12401         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12402         * sysdeps/unix/bsd/wait3.c: ... here.
12403         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12404         * sysdeps/unix/bsd/waitpid.c: ... here.
12405
12406 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12407
12408         [BZ #16356]
12409         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12410         round-to-nearest for [!USE_AS_EXPM1L].
12411         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12412         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12413         more tests of exp and exp10.  Expect some exp10 tests to miss
12414         exceptions or fail in directed rounding modes.
12415         * math/auto-libm-test-out: Regenerated.
12416         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12417         (exp10_test_tonearest): New function.
12418         (exp10_towardzero_test_data): New array.
12419         (exp10_test_towardzero): New function.
12420         (exp10_downward_test_data): New array.
12421         (exp10_test_downward): New function.
12422         (exp10_upward_test_data): New array.
12423         (exp10_test_upward): New function.
12424         (main): Call the new functions.
12425         * sysdeps/i386/fpu/libm-test-ulps: Update.
12426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12427
12428 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12429
12430         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12431         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12432         * math/auto-libm-test-out: Regenerated.
12433         * math/libm-test.inc (acosh_test_data): Add more tests.
12434         (atanh_test_data): Likewise.
12435         (ceil_test_data): Likewise.
12436         (copysign_test_data): Likewise.
12437         * sysdeps/i386/fpu/libm-test-ulps: Update.
12438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12439
12440         * timezone/checktab.awk: Update from tzcode 2013i.
12441         * timezone/private.h: Likewise.
12442         * timezone/scheck.c: Likewise.
12443         * timezone/tzfile.h: Likewise.
12444         * timezone/tzselect.ksh: Likewise.
12445         * timezone/zdump.c: Likewise.
12446         * timezone/zic.c: Likewise.
12447
12448         * math/auto-libm-test-in: Add tests of cpow.
12449         * math/auto-libm-test-out: Regenerated.
12450         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12451         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12452         mpc_cc_c.
12453         (func_calc_desc): Add mpc_cc_c union field.
12454         (test_functions): Add cpow.
12455         (special_fill_2pi): New function.
12456         (special_real_inputs): Add 2pi.
12457         (calc_generic_results): Handle mpc_cc_c.
12458         * sysdeps/i386/fpu/libm-test-ulps: Update.
12459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12460
12461         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12462         csqrt, ctan and ctanh.
12463         * math/auto-libm-test-out: Regenerated.
12464         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12465         (TEST_COND_x86): Likewise.
12466         (ccos_test_data): Use AUTO_TESTS_c_c.
12467         (ccosh_test_data): Likewise.
12468         (cexp_test_data): Likewise.
12469         (clog_test_data): Likewise.
12470         (csqrt_test_data): Likewise.
12471         (ctan_test_data): Likewise.
12472         (ctan_tonearest_test_data): Likewise.
12473         (ctan_towardzero_test_data): Likewise.
12474         (ctan_downward_test_data): Likewise.
12475         (ctan_upward_test_data): Likewise.
12476         (ctanh_test_data): Likewise.
12477         (ctanh_tonearest_test_data): Likewise.
12478         (ctanh_towardzero_test_data): Likewise.
12479         (ctanh_downward_test_data): Likewise.
12480         (ctanh_upward_test_data): Likewise.
12481         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12482         mpc_c_c.
12483         (func_calc_desc): Add mpc_c_c union field.
12484         (FUNC_mpc_c_c): New macro.
12485         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12486         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12487         ctanh.
12488         (special_fill_min_subnorm_p120): New function.
12489         (special_real_inputs): Add min_subnorm_p120.
12490         (calc_generic_results): Handle mpc_c_c.
12491         * sysdeps/i386/fpu/libm-test-ulps: Update.
12492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12493
12494 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12495
12496         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12497         (do_sin_slow): New functions.
12498         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12499         (cslow2, csloww1, csloww2): Use the new functions.
12500
12501         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12502         Use M to change sign of result instead of X.  Assume X is
12503         positive.
12504         (csloww1): Likewise.
12505         (__sin): Adjust.
12506         (__cos): Adjust.
12507
12508         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12509         arguments A and DA.
12510         (__sin): Adjust.
12511         (__cos): Likewise.
12512
12513         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12514         (__cos): Likewise.
12515         (sloww1): Don't adjust sign of DX.
12516         (csloww1): Likewise.
12517         (sloww2): Use X directly and don't adjust sign of DX.
12518         (csloww2): Likewise.
12519
12520 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12521
12522         * math/auto-libm-test-in: Add tests of cabs and carg.
12523         * math/auto-libm-test-out: Regenerated.
12524         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12525         (carg_test_data): Likewise.
12526         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12527         mpc_c_f.
12528         (func_calc_desc): Add mpc_c_f union field.
12529         (test_functions): Add cabs and carg.
12530         (calc_generic_results): Handle mpc_c_f.
12531
12532         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12533         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12534         as a macro and a compat symbol.
12535         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12536         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12537         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12538         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12539         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12540         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12541         not use .hidden.
12542         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12543         Likewise.
12544         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12545         Likewise.
12546         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12547         Likewise.
12548         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12549         Likewise.
12550         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12551         Likewise.
12552         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12553         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12554         from GLIBC_2.3.2.
12555
12556 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12557
12558         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12559
12560 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12561
12562         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12563         trailing whitespace removed.
12564         * scripts/config.guess: Update to version 2013-11-29.
12565         * scripts/config.sub: Update to version 2013-10-01.
12566
12567         * math/auto-libm-test-in: Add tests of sincos.
12568         * math/auto-libm-test-out: Regenerated.
12569         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12570         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12571         mpfr_f_11.
12572         (func_calc_desc): Add mpfr_f_11 union field.
12573         (test_functions): Add sincos.
12574         (calc_generic_results): Handle mpfr_f_11.
12575         * sysdeps/i386/fpu/libm-test-ulps: Update.
12576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12577
12578 2013-12-19  Andreas Schwab  <schwab@suse.de>
12579
12580         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12581         CALL_MCOUNT.
12582         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12583         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12584         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12585
12586 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12587
12588         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12589         * sysdeps/i386/fpu/libm-test-ulps: Update.
12590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12591
12592         [BZ #16293]
12593         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12594         round-to-nearest mode when using frndint.
12595         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12596         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12597         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12598         Likewise.
12599         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12600         sinh test to fail.
12601         * math/auto-libm-test-out: Regenerated.
12602         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12603         (TEST_COND_x86): Likewise.
12604         (expm1_tonearest_test_data): New array.
12605         (expm1_test_tonearest): New function.
12606         (expm1_towardzero_test_data): New array.
12607         (expm1_test_towardzero): New function.
12608         (expm1_downward_test_data): New array.
12609         (expm1_test_downward): New function.
12610         (expm1_upward_test_data): New array.
12611         (expm1_test_upward): New function.
12612         (main): Run the new test functions.
12613         * sysdeps/i386/fpu/libm-test-ulps: Update.
12614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12615
12616         * include/features.h: Update comment documenting feature test
12617         macros.  Mention _DEFAULT_SOURCE in comment.
12618         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12619         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12620         _BSD_SOURCE and _SVID_SOURCE.
12621         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12622         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12623         !_SVID_SOURCE]: Likewise.
12624         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12625         (__USE_POSIX_IMPLICITLY): Define.
12626         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12627         (_POSIX_SOURCE): Undefine and redefine.
12628         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12629         (_POSIX_C_SOURCE): Likewise.
12630         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12631         (Feature Test Macros): Update documentation of default features.
12632
12633 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12634
12635         * benchtests/Makefile: Add bench-strtok.
12636         * benchtests/bench-strtok.c: New file: strtok benchtest.
12637
12638 2013-12-19  Allan McRae  <allan@archlinux.org>
12639
12640         * manual/install.texi: Suppress menu for plain text output.
12641         * INSTALL: Regenerated.
12642
12643 2013-12-18  Brooks Moses  <bmoses@google.com>
12644
12645         [BZ #15846]
12646         * misc/getauxval.c: Include errno.h.
12647         (__getauxval): Set errno to ENOENT if the requested type is not
12648         found.
12649         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12650         don't declare with __attribute_const__.
12651         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12652         * manual/startup.texi: Document that getauxval sets errno.
12653
12654 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12655
12656         * math/auto-libm-test-in: Add tests of jn and yn.
12657         * math/auto-libm-test-out: Regenerated.
12658         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12659         (yn_test_data): Likewise.
12660         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12661         mpfr_if_f.
12662         (func_calc_desc): Add mpfr_if_f union field.
12663         (FUNC_mpfr_if_f): New macro.
12664         (test_functions): Add jn and yn.
12665         (calc_generic_results): Assert type of second input for
12666         mpfr_ff_f.  Handle mpfr_if_f.
12667         (output_for_one_input_case): Disable all checking for arguments
12668         fitting floating-point types in case of an integer argument.
12669         * sysdeps/i386/fpu/libm-test-ulps: Update.
12670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12671
12672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12673         Don't expect fegetround reference in libm.so.
12674
12675 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12676
12677         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12678         $(config-cflags-nofma).
12679
12680 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12681
12682         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12683         * math/auto-libm-test-out: Regenerated.
12684
12685         [BZ #16338]
12686         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12687         to determine exponent and adjust argument to have exponent of -1.
12688         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12689         log2.
12690         * math/auto-libm-test-out: Regenerated.
12691         * sysdeps/i386/fpu/libm-test-ulps: Update.
12692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12693
12694 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12695
12696         * manual/probes.texi: Remove cases when per-thread arenas are
12697         disabled.
12698
12699 2013-12-18  Andreas Schwab  <schwab@suse.de>
12700
12701         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12702         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12703         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12704         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12705         * sysdeps/i386/i686/multiarch/Makefile: Update.
12706         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12707
12708 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12709
12710         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12711         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12712
12713 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12714
12715         [BZ #15968]
12716         Support TZ transition times < 00:00:00.
12717         This is needed for version-3 tz-format files; it supports time
12718         stamps past 2037 for America/Godthab (the only entry in the tz
12719         database for which this change is relevant).
12720         * manual/time.texi (TZ Variable): Document transition times
12721         from -167:59:59 through -00:00:01.
12722         * time/tzset.c (tz_rule): Time of day is now signed.
12723         (__tzset_parse_tz): Parse negative time of day.
12724
12725         Document TZ transition times >= 25:00:00.
12726         * manual/time.texi (TZ Variable): Document transition times from
12727         25:00:00 through 167:59:59.  These are already supported, and this
12728         support will help with version-3 tz-format files.
12729
12730         * manual/time.texi (TZ Variable): Modernize North America example
12731         to reflect current (i.e., 2007-and-later) daylight saving rules.
12732
12733         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12734
12735 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12736
12737         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12738         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12739         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12740         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12741         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12742         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12743         * sysdeps/unix/bsd/clock.c: Likewise.
12744         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12745         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12746         * sysdeps/unix/bsd/init-posix.c: Likewise.
12747         * sysdeps/unix/bsd/poll.c: Likewise.
12748         * sysdeps/unix/bsd/ptsname.c: Likewise.
12749         * sysdeps/unix/bsd/seekdir.c: Likewise.
12750         * sysdeps/unix/bsd/setegid.c: Likewise.
12751         * sysdeps/unix/bsd/seteuid.c: Likewise.
12752         * sysdeps/unix/bsd/setgid.c: Likewise.
12753         * sysdeps/unix/bsd/setrgid.c: Likewise.
12754         * sysdeps/unix/bsd/setruid.c: Likewise.
12755         * sysdeps/unix/bsd/setsid.c: Likewise.
12756         * sysdeps/unix/bsd/setuid.c: Likewise.
12757         * sysdeps/unix/bsd/sigaction.c: Likewise.
12758         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12759         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12760         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12761         * sysdeps/unix/bsd/telldir.c: Likewise.
12762         * sysdeps/unix/bsd/times.c: Likewise.
12763         * sysdeps/unix/bsd/usleep.c: Likewise.
12764
12765         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12766         ($(objpfx)libbsd-compat.a): Remove rule.
12767
12768         * include/features.h (__FAVOR_BSD): Do not define.
12769         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12770         features conflicting with POSIX.
12771         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12772         (_BSD_SOURCE): Remove description of not being a subset of other
12773         feature test macros.
12774         * manual/job.texi (getpgrp): Do not document BSD version.
12775         (getpgid): Do not document by reference to BSD getpgrp.
12776         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12777         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12778         * signal/signal.h [__FAVOR_BSD]: Likewise.
12779         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12780         instead of making contents conditional on [__FAVOR_BSD].
12781         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12782
12783 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12784
12785         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12786
12787 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12788
12789         [BZ #16314]
12790         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12791         values below 2**-450, not 2**-500.
12792         * math/auto-libm-test-in: Don't allow spurious underflow from
12793         hypot.
12794         * math/auto-libm-test-out: Regenerated.
12795
12796         [BZ #16316]
12797         [BZ #16330]
12798         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12799         values of ha and hb and sort them after adjusting subnormal
12800         arguments.
12801         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12802         Likewise.
12803         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12804         values of ea and eb and sort them after adjusting subnormal
12805         arguments.
12806         * math/auto-libm-test-in: Do not expect some hypot tests of
12807         subnormals to fail.  Add more hypot tests.
12808         * math/auto-libm-test-out: Regenerated.
12809
12810 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12811
12812         [BZ #13304]
12813         * sysdeps/sh/s_fma.c: New file.
12814         * sysdeps/sh/s_fmaf.c: New file.
12815         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12816         version.
12817         * sysdeps/sh/Implies: Add sh/soft-fp.
12818
12819 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12820
12821         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12822         level of indirection to members `objname', `errstring', `malloced'.
12823         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12824         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12825         it as the __longjmp argument (just pass 1 instead).
12826         (_dl_catch_error): Initialize C with argument pointers and address of
12827         volatile local ERRCODE rather than copying values out of C at return.
12828
12829 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12830
12831         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12832         * math/auto-libm-test-out: Regenerated.
12833         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12834         (hypot_test_data): Likewise.
12835         (pow_test_data): Likewise.
12836         (pow_tonearest_test_data): Likewise.
12837         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12838         mpfr_ff_f.
12839         (func_calc_desc): Add mpfr_ff_f union field.
12840         (FUNC_mpfr_ff_f): New macro.
12841         (test_functions): Add atan2, hypot and pow.
12842         (special_fill_min): New function.
12843         (special_fill_minus_min): Likewise.
12844         (special_fill_min_subnorm): Likewise.
12845         (special_fill_minus_min_subnorm): Likewise.
12846         (special_real_inputs): Add min, -min, min_subnorm and
12847         -min_subnorm.
12848         (calc_generic_results): Handle mpfr_ff_f.
12849         * sysdeps/i386/fpu/libm-test-ulps: Update.
12850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12851
12852 2013-12-16  Will Newton  <will.newton@linaro.org>
12853
12854         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12855         (Aligned Memory Blocks): Add documentation for aligned_alloc
12856         and suggest it as an alternative to posix_memalign.
12857         (Hooks for Malloc): Document __memalign_hook is also called
12858         for aligned_alloc.  (Summary of Malloc): Add summary for
12859         aligned alloc.  Document __memalign_hook is also called
12860         for aligned_alloc.
12861
12862 2013-12-16  Will Newton  <will.newton@linaro.org>
12863
12864         * manual/memory.texi (Malloc Examples): Clarify default
12865         alignment documentation.  Suggest posix_memalign rather
12866         than memalign or valloc.
12867         (Aligned Memory Blocks): Remove suggestion to use memalign
12868         or valloc.  Remove obsolete comment about BSD.
12869         Document memalign errno values and mark the function obsolete.
12870         Document posix_memalign returned error codes.  Mark valloc
12871         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12872         called for posix_memalign and valloc.
12873         (Summary of Malloc): Add posix_memalign to function summary.
12874         __memalign_hook is also called for posix_memalign and valloc.
12875
12876 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12877
12878         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12879         TAYLOR_SIN.
12880         (__sin): Adjust.
12881         (__cos): Likewise.
12882         (sloww): Use mynumber union.  Expand ternary operator into
12883         if-else statements.
12884         (cslow): use mynumber union.
12885
12886 2013-12-16  Allan McRae  <allan@archlinux.org>
12887
12888         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12889         * configure: Regenerated.
12890
12891         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12892
12893         [BZ #14120]
12894         * configure.ac: Added --enable-maintainer-mode. Check for
12895         autoconf when enabled.
12896         * configure: Regenerated.
12897
12898         * nscd/nscd.service: New file.
12899         * nscd/nscd.tmpfiles: New file.
12900
12901 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12902
12903         [BZ #12100]
12904         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12905         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12906         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12907         (strstr): Add __strstr_sse2_unaligned ifunc.
12908         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12909         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12910         (strcasestr): Remove __strcasestr_sse42 ifunc.
12911         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12912         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12913         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12914
12915 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12916
12917         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12918         * sysdeps/sh/bits/fenv.h: ... here.
12919         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12920
12921 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12922
12923         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12924
12925         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12926         hypotf multiarch implementations.
12927         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12928         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12929         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12930         multiarch hypot for PPC64.
12931         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12932         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12933         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12934         multiarch hypotf for PPC64.
12935
12936         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12937         modff multiarch implementations.
12938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12941         multiarch modf for PPC64.
12942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12945         multiarch modff for PPC64.
12946
12947         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12948         and logl multiarch implementations.
12949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12952         multiarch logb for PPC64.
12953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12956         multiarch logb for PPC64.
12957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12960         multiarch logb for PPC64.
12961
12962         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
12963         isinff multiarch implementation.
12964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
12965         file.
12966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
12967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
12968         multiarch isinf for PPC64.
12969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
12970         file.
12971         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
12972         multiarch isinff for PPC64.
12973
12974         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
12975         finitef multiarch implementation.
12976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
12977         file.
12978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
12979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
12980         multiarch finite for PPC64.
12981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
12982         file.
12983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
12984         multiarch finitef for PPC64.
12985
12986         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
12987         lrint multiarch implementation.
12988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
12989         file.
12990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
12991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
12992         multiarch llrint for PPC64.
12993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
12994         multiarch lrint for PPC64.
12995
12996         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
12997         copysignf multiarch implementation.
12998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
12999         file.
13000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13001         file.
13002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13003         multiarch copysign for PPC64.
13004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13005         multiarch copysignf for PPC64.
13006
13007         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13008         multiarch implementation.
13009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13010         file.
13011         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13012         file.
13013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13014         file.
13015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13016         file.
13017         multiarch llround for PPC64.
13018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13019         multiarch trunc for PPC64.
13020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13021         multiarch truncf for PPC64.
13022
13023         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13024         multiarch implementation.
13025         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13026         file.
13027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13028         file.
13029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13030         file.
13031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13032         file.
13033         multiarch llround for PPC64.
13034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13035         multiarch round for PPC64.
13036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13037         multiarch roundf for PPC64.
13038
13039         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13040         multiarch implementation.
13041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13042         file.
13043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13044         file.
13045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13046         file.
13047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13048         file.
13049         multiarch llround for PPC64.
13050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13051         multiarch floor for PPC64.
13052         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13053         multiarch floorf for PPC64.
13054
13055         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13056         multiarch implementation.
13057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13058         file.
13059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13060         file.
13061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13062         file.
13063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13064         file.
13065         multiarch llround for PPC64.
13066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13067         multiarch ceil for PPC64.
13068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13069         multiarch ceilf for PPC64.
13070
13071         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13072         multiarch implementation.
13073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13074         file.
13075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13076         file.
13077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13078         file.
13079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13080         multiarch llround for PPC64.
13081         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13082         multiarch lround for PPC64.
13083
13084         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13085         multiarch implementation.
13086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13089         file.
13090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13093         multiarch isnan for PPC64.
13094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13095         multiarch isnanf for PPC64.
13096
13097         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13098         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13099         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13100         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13101         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13103
13104         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13105         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13106         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13107         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13108
13109         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13110         multiarch implementations.
13111         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13112         (__libc_ifunc_impl_list): Likewise.
13113         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13114         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13115         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13116         multiarch stpcpy for PPC64.
13117
13118         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13119         multiarch implementations.
13120         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13121         (__libc_ifunc_impl_list): Likewise.
13122         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13123         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13124         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13125         multiarch strcpy for PPC64.
13126
13127         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13128         redefine function name.
13129         (_wordcopy_fwd_dest_aligned): Likewise.
13130         (_wordcopy_bwd_aligned): Likewise.
13131         (_wordcopy_bwd_dest_aligned): Likewise.
13132         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13133         multiarch implementations.
13134         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13135         (__libc_ifunc_impl_list): Likewise.
13136         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13137         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13138         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13139         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13140         multiarch wcscpy for PPC64.
13141
13142         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13143         multiarch implementations.
13144         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13145         (__libc_ifunc_impl_list): Likewise.
13146         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13147         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13148         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13149         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13150         multiarch wcscpy for PPC64.
13151
13152         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13153         multiarch implementations.
13154         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13155         (__libc_ifunc_impl_list): Likewise.
13156         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13157         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13158         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13159         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13160         multiarch wcsrchr for PPC64.
13161
13162         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13163         multiarch implementations.
13164         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13165         (__libc_ifunc_impl_list): Likewise.
13166         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13167         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13168         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13169         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13170         multiarch wcschr for PPC64.
13171
13172         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13173         multiarch implementations.
13174         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13175         (__libc_ifunc_impl_list): Likewise.
13176         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13177         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13178         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13179         multiarch strchrnul for PPC64.
13180
13181         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13182         implementations.
13183         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13184         (__libc_ifunc_impl_list): Likewise.
13185         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13186         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13187         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13188         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13189         strchr for PPC64.
13190
13191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13192         implementations.
13193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13194         (__libc_ifunc_impl_list): Likewise.
13195         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13196         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13197         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13198         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13199         strncmp for PPC64.
13200
13201         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13202         multiarch implementations.
13203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13204         (__libc_ifunc_impl_list): Likewise.
13205         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13206         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13207         strncasecmp for PPC64.
13208         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13209         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13210         multiarch strncasecmp_l for PPC64.
13211
13212         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13213         multiarch implementations.
13214         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13215         (__libc_ifunc_impl_list): Likewise.
13216         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13217         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13218         multiarch strcasecmp for PPC64.
13219         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13220         file.
13221         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13222         multiarch strcasecmp_l for PPC64.
13223
13224         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13225         implementations.
13226         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13227         (__libc_ifunc_impl_list): Likewise.
13228         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13229         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13230         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13231         strnlen for PPC64.
13232
13233         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13234         implementations.
13235         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13236         (__libc_ifunc_impl_list): Likewise.
13237         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13238         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13239         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13240         strlen for PPC64.
13241
13242         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13243         implementations.
13244         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13245         (__libc_ifunc_impl_list): Likewise.
13246         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13247         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13248         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13249         rawmemrchr for PPC64.
13250
13251         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13252         implementation.
13253         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13254         (__libc_ifunc_impl_list): Likewise.
13255         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13256         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13257         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13258         memrchr for PPC64.
13259
13260         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13261         implementation.
13262         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13263         (__libc_ifunc_impl_list): Likewise.
13264         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13265         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13266         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13267         memchr for PPC64.
13268
13269         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13270         implementation.
13271         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13272         (__libc_ifunc_impl_list): Likewise.
13273         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13274         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13275         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13276         mempcpy for PPC64.
13277
13278         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13279         avoid cretion of __bzero symbol.
13280         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13281         Likewise.
13282         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13283         Likewise.
13284         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13285         Likewise.
13286         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13287         multiarch implementations.
13288         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13289         (__libc_ifunc_impl_list): Likewise.
13290         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13291         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13292         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13293         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13294         bzero for PPC32.
13295         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13296         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13297         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13298         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13299         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13300         memset for PPC64.
13301         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13302
13303         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13304         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13305         implementations.
13306         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13307         (__libc_ifunc_impl_list): Likewise.
13308         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13309         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13310         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13311         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13312         memcmp for PPC64.
13313
13314         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13315         multiarch for POWER/PPC64.
13316         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13317         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13318         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13319         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13320         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13321         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13322         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13323         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13324         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13325         memcpy for PPC64.
13326
13327         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13328         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13329         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13330         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13331         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13332         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13333         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13334         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13335         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13336         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13337         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13338         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13339         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13340         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13341         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13349
13350 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13351
13352         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13353
13354 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13355
13356         * benchtests/Makefile (bench): Add exp2 and log2.
13357         (LDLIBS-bench-exp2): Add -lm.
13358         (LDLIBS-bench-log2): Likewise.
13359         * benchtests/exp2-inputs: New inputs file.
13360         * benchtests/log2-inputs: New inputs file.
13361         * benchtests/log-inputs: Add new inputs.
13362         * benchtests/tan-inputs: Likewise.
13363
13364 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13365
13366         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13367         definition...
13368         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13369         (csloww2): ... from here.
13370
13371         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13372         instead of structures.
13373         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13374         (POLYNOMIAL): Likewise.
13375         (TAYLOR_SLOW): Likewise.
13376         (__sin): Likewise.
13377         (__cos): Likewise.
13378         (slow1): Likewise.
13379         (slow2): Likewise.
13380         (sloww): Likewise.
13381         (sloww1); Likewise.
13382         (sloww2): Likewise.
13383         (bsloww1): Likewise.
13384         (bsloww2): Likewise.
13385         (cslow2): Likewise.
13386         (csloww): Likewise.
13387         (csloww1): Likewise.
13388         (csloww2): Likewise.
13389
13390 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13391
13392         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13393         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13394         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13395         * malloc/hooks.c (realloc_check): Likewise.
13396
13397         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13398         * malloc/arena.c: Remove PER_THREAD conditional.
13399         [!PER_THREAD]: Remove code.
13400         (ptmalloc_unlock_all2): Likewise.
13401         (ptmalloc_init): Likewise.
13402         (_int_new_arena): Likewise.
13403         (arena_get2): Likewise.
13404         * malloc/hooks.c (__malloc_get_state): Likewise.
13405         (__malloc_set_state): Likewise.
13406         * malloc/malloc.c: Likewise.
13407         (struct malloc_state): Likewise.
13408         (struct malloc_par): Likewise.
13409         (__libc_realloc): Likewise.
13410         (__libc_mallopt): Likewise.
13411
13412 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13413
13414         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13415
13416 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13417
13418         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13419         macro to a function.  Check for zero perturb_byte.
13420         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13421
13422         * malloc/malloc.c: (force_reg): Remove.
13423         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13424         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13425         force_reg by atomic_forced_read.
13426         * malloc/arena.c (ptmalloc_init): Likewise.
13427         * malloc/hooks.c (top_check): Likewise.
13428
13429 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13430
13431         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13432
13433 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13434
13435         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13436
13437 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13438
13439         * math/auto-libm-test-in: Add tests of lgamma.
13440         * math/auto-libm-test-out: Regenerated.
13441         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13442         (M_LOG_2_SQRT_PIl): Likewise.
13443         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13444         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13445         mpfr_f_f1.
13446         (func_calc_desc): Add mpfr_f_f1 union field.
13447         (ARGS1): New macro.
13448         (ARGS2): Likewise.
13449         (ARGS3): Likewise.
13450         (ARGS4): Likewise.
13451         (RET1): Likewise.
13452         (RET2): Likewise.
13453         (CALC): Likewise.
13454         (FUNC): Likewise.
13455         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13456         (test_functions): Add lgamma.
13457         (calc_generic_results): Handle mpfr_f_f1.
13458         * sysdeps/i386/fpu/libm-test-ulps: Update.
13459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13460
13461 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13462
13463         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13464         __mpn_add_n for PowerPC64/POWER7.
13465         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13466         __mpn_sub_n for PowerPC64/POWER7.
13467
13468         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13469         __mpn_addmul_1 for PowerPC64.
13470         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13471         __mpn_submul_1 for PowerPC64.
13472         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13473         for PowerPC64.
13474         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13475         for PowerPC64.
13476
13477 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13478
13479         [BZ #15089]
13480         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13481
13482 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13483
13484         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13485
13486         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13487         add multiarch folders.
13488         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13489         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13490         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13491         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13492         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13493         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13494         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13495         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13496         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13497         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13498         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13505
13506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13507         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13509         New file.
13510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13511         New file.
13512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13513         multiarch __ieee754_hypot for PowerPC32.
13514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13515         New file.
13516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13517         New file.
13518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13519         multiarch __ieee754_hypotf for PowerPC32.
13520
13521         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13522         long_double_symbol only if __logbl is defined.
13523         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13524         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13525         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13526         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13527         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13528         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13529         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13530         path for implementation.
13531         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13532         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13534         logb, and logbl multiarch implementations for PowerPC32.
13535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13536         file.
13537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13538         file.
13539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13540         multiarch logb for PowerPC32.
13541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13542         file.
13543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13544         file.
13545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13546         multiarch logbf for PowerPC32.
13547         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13549         file.
13550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13551         multiarch logbl implementation for PowerPC32.
13552
13553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13554         and modff multiarch implementations.
13555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13556         New file.
13557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13558         New file.
13559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13560         multiarch modf for PowerPC32.
13561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13562         New file.
13563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13564         New file.
13565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13566         multiarch modff for PowerPC32.
13567
13568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13569         and lrintf multiarch implementations.
13570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13571         New file.
13572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13573         New file.
13574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13575         multiarch lrint for PowerPC32.
13576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13577         file: multiarch lrintf for PowerPC32.
13578
13579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13580         and lroundf multiarch implementations.
13581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13582         New file.
13583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13584         New file.
13585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13586         New file.
13587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13588         multiarch lround for PowerPC32.
13589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13590         file: multiarch lroundf for PowerPC32.
13591
13592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13593         copysign and copysignf multiarch implementations.
13594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13595         New file.
13596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13597         New file.
13598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13599         file: multiarch copysign for PowerPC32.
13600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13601         file: multiarch copysignf for PowerPC32.
13602
13603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13604         and truncf multiarch implementations.
13605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13606         New file.
13607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13608         file.
13609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13610         multiarch trunc for PowerPC32.
13611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13612         New file.
13613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13614         New file.
13615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13616         multiarch truncf for PowerPC32.
13617
13618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13619         and roundf multiarch implementations.
13620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13621         New file.
13622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13623         file.
13624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13625         multiarch round for PowerPC32.
13626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13627         New file.
13628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13629         New file.
13630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13631         multiarch roundf for PowerPC32.
13632
13633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13634         and floorf multiarch implementations.
13635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13636         New file.
13637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13638         file.
13639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13640         multiarch floor for PowerPC32.
13641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13642         New file.
13643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13644         New file.
13645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13646         multiarch floorf for PowerPC32.
13647
13648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13649         and ceilf multiarch implementations.
13650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13651         New file.
13652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13653         file.
13654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13655         multiarch ceil for PowerPC32.
13656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13657         New file.
13658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13659         file.
13660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13661         multiarch ceilf for PowerPC32.
13662
13663         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13664         is defined.
13665         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13666         FINITEF is defined.
13667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13668         and finitef multiarch implementations.
13669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13670         New file.
13671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13672         file.
13673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13674         multiarch finite for PowerPC32.
13675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13676         New file.
13677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13678         file: multiarch finitef for PowerPC32.
13679
13680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13681         and isinff multiarch implementations.
13682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13683         file.
13684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13685         file.
13686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13687         multiarch isinf for PowerPC32.
13688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13689         New file.
13690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13691         multiarch isinff for PowerPC32.
13692
13693         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13694         alias when __isnan is defined.
13695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13696         and isnanf multiarch implementations.
13697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13698         file.
13699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13700         file.
13701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13702         file.
13703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13704         file.
13705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13706         multiarch isnan for PowerPC32.
13707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13708         New file.
13709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13710         New file.
13711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13712         multiarch isnanf for PowerPC32.
13713
13714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13715         and sqrtf multiarch implementations.
13716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13717         file.
13718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13719         file.
13720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13721         multiarch sqrt for PowerPC32.
13722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13723         file.
13724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13725         file.
13726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13727         multiarch sqrtf for PowerPC32.
13728
13729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13730         and llroundf multiarch implementations.
13731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13732         New file.
13733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13734         New file.
13735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13736         New file.
13737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13738         file: multiarch llround for PowerPC32.
13739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13740         file: multiarch llroundf for PowerPC32.
13741
13742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13743         multiarch PowerPC32 fpu implementations.
13744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13745         New file.
13746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13747         New file.
13748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13749         multiarch llrint for PowerPC32.
13750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13751         New file.
13752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13753         New file.
13754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13755         file.
13756
13757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13758
13759         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13760         file.
13761         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13762         file.
13763         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13764         file.
13765         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13766         multiarch wordcopy for PPC32.
13767         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13768         wordcopy objects.
13769         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13770         (__libc_ifunc_impl_list): Likewise.
13771         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13772         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13773         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13774         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13775         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13776         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13777
13778         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13779         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13780         file.
13781         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13782         file.
13783         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13784         file.
13785         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13786         multiarch wcscpy for PPC32.
13787         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13788         multiarch objects.
13789         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13790         (__libc_ifunc_impl_list): Likewise.
13791         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13792         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13793         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13794         sysdeps/powerpc/power6/wcscpy.c.
13795
13796         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13797         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13798         file.
13799         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13800         file.
13801         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13802         file.
13803         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13804         multiarch wcsrchr for PPC32.
13805         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13806         multiarch objects.
13807         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13808         (__libc_ifunc_impl_list): Likewise.
13809         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13810         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13811         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13812         sysdeps/powerpc/power6/wcsrchr.c.
13813
13814         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13815         file.
13816         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13817         file.
13818         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13819         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13820         multiarch wcschr for PPc32.
13821         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13822         multiarch objects.
13823         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13824         (__libc_ifunc_impl_list): Likewise.
13825         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13826         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13827         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13828         sysdeps/powerpc/power6/wcschr.c.
13829
13830         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13831         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13832         file.
13833         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13834         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13835         file: multiarch strchr for PPC32.
13836         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13837         multiarch objects.
13838         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13839         (__libc_ifunc_impl_list): Likewise.
13840
13841         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13842         name.
13843         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13844         file.
13845         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13846         file.
13847         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13848         multiarch strchrnul for PPC32.
13849         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13850         multiarch objects.
13851         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13852         (__libc_ifunc_impl_list): Likewise.
13853
13854         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13855         file.
13856         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13857         multiarch strncasecmp for PPC32.
13858         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13859         file.
13860         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13861         multiarch strncasecmp_l for PPC32.
13862         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13863         strncasecmp multiarch objects.
13864         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13865         (__libc_ifunc_impl_list): Likewise.
13866
13867         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13868         file.
13869         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13870         multiarch strncasecmp for PPC32.
13871         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13872         New file.
13873         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13874         multiarch strcasecmp_l for PPC32.
13875         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13876         multiarch objects.
13877         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13878         (__libc_ifunc_impl_list): Likewise.
13879
13880         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13881         file.
13882         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13883         file.
13884         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13885         multiarch strncmp for PPC32.
13886         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13887         multiarch objects.
13888         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13889         (__libc_ifunc_impl_list): Likewise.
13890
13891         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13892         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13893         file.
13894         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13895         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13896         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13897         multiarch objects.
13898         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13899         (__libc_ifunc_impl_list): Likewise.
13900
13901         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13902         file.
13903         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13904         file.
13905         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13906         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13907         multiarch objects.
13908         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13909         (__libc_ifunc_impl_list): Likewise.
13910
13911         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13912         file.
13913         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13914         file.
13915         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13916         multiarch rawmemchr for PPC32.
13917         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13918         multiarch objects.
13919         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13920         (__libc_ifunc_impl_list): Likewise.
13921
13922         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13923         file.
13924         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13925         file.
13926         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13927         file: memrchr multiarch for PPC32.
13928         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13929         multiarch objects.
13930         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13931         (__libc_ifunc_impl_list): Likewise.
13932
13933         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13934         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13935         file.
13936         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13937         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13938         multiarch memchr for PPC32.
13939         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13940         multiarch objects.
13941         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13942         (__libc_ifunc_impl_list): Likewise.
13943
13944         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13945         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13946         file.
13947         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13948         file.
13949         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13950         file: multiarch mempcpy for PPC32.
13951         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13952         multiarch objects.
13953         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13954         (__libc_ifunc_impl_list): Likewise.
13955
13956         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13957         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13958         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13959         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13960         multiarch bzero for PPC32.
13961         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
13962         file.
13963         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
13964         file.
13965         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
13966         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
13967         file: multiarch memset for PPC32.
13968         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
13969         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
13970         memset multiarch objects.
13971         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13972         (__libc_ifunc_impl_list): Likewise.
13973
13974         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
13975         file.
13976         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
13977         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
13978         memcmp for PPC32.
13979         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
13980         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
13981         multiarch objects.
13982         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13983         (__libc_ifunc_impl_list): Likewise.
13984
13985         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
13986         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
13987         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
13988         file.
13989         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
13990         file.
13991         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
13992         file.
13993         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
13994         multiarch memcpy for PPC32.
13995         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
13996         multiarch objects.
13997         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13998         (__libc_ifunc_impl_list): Likewise.
13999
14000         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14001         support multiarch for POWER/PPC32.
14002         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14003         Likewise.
14004         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14006         Implies file to make multiarch folder appers before the fpu and
14007         default folder for power4 configuration.
14008
14009 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14010
14011         * scripts/bench.pl: Append volatile keyword to type.
14012
14013 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14014
14015         * sysdeps/sh/sotruss-lib.c: New file.
14016         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14017
14018 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14019
14020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14021
14022 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14023
14024         [BZ #6810]
14025         * math/w_tgamma.c: Include <errno.h>.
14026         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14027         * math/w_tgammaf.c: Include <errno.h>.
14028         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14029         * math/w_tgammal.c: Include <errno.h>.
14030         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14031         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14032         underflow.  Add more tgamma tests.
14033         * math/auto-libm-test-out: Regenerated.
14034         * sysdeps/i386/fpu/libm-test-ulps: Update.
14035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14036
14037         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14038         sin, sinh, tan, tanh, tgamma, y0 and y1.
14039         * math/auto-libm-test-out: Regenerated.
14040         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14041         (TEST_COND_x86): Likewise.
14042         (M_E2l): Remove macro.
14043         (M_E3l): Likewise.
14044         (M_2_SQRT_PIl): Likewise.
14045         (M_SQRT_PIl): Likewise.
14046         (M_1_DIV_El): Likewise.
14047         (log_test_data): Use AUTO_TESTS_f_f.
14048         (log10_test_data): Likewise.
14049         (log1p_test_data): Likewise.
14050         (log2_test_data): Likewise.
14051         (sin_test_data): Likewise.
14052         (sin_tonearest_test_data): Likewise.
14053         (sin_towardzero_test_data): Likewise.
14054         (sin_downward_test_data): Likewise.
14055         (sin_upward_test_data): Likewise.
14056         (sinh_test_data): Likewise.
14057         (sinh_tonearest_test_data): Likewise.
14058         (sinh_towardzero_test_data): Likewise.
14059         (sinh_downward_test_data): Likewise.
14060         (sinh_upward_test_data): Likewise.
14061         (tan_test_data): Likewise.
14062         (tan_tonearest_test_data): Likewise.
14063         (tan_towardzero_test_data): Likewise.
14064         (tan_downward_test_data): Likewise.
14065         (tan_upward_test_data): Likewise.
14066         (tanh_test_data): Likewise.
14067         (tgamma_test_data): Likewise.
14068         (y0_test_data): Likewise.
14069         (y1_test_data): Likewise.
14070         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14071         (special_real_inputs): Add pi/4.
14072         * sysdeps/i386/fpu/libm-test-ulps: Update.
14073         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14074
14075 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14076
14077         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14078         "longjmp_target" static probes.
14079         (__longjmp): Rename to __longjmp_symbol.
14080         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14081         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14082         on which longjmp to generate.
14083         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14084         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14085         probe.
14086         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14087         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14088         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14089         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14090         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14091         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14093         __longjmp_symbol based on which __longjmp to generate.
14094         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14095         probe.
14096         (setjmp): Rename to setjmp_symbol.
14097         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14098         (_setjmp): Rename to _setjmp_symbol.
14099         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14100         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14101         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14102         which setjmp to generate.
14103         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14104         "longjmp_target" static probes.
14105
14106 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14107
14108         * benchtests/README: Add note about output arguments.
14109         * benchtests/bench-sincos.c: Remove file.
14110         * benchtests/sincos-inputs: New file.
14111         * scripts/bench.pl: Identify output arguments and define
14112         static variables for them.
14113
14114         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14115
14116         [BZ #15941]
14117         * Makefile (INSTALL): Add install-plain.texi as the primary
14118         dependency.
14119         * manual/install-plain.texi: New file.
14120         * manual/install.texi: Include node directive only for
14121         non-plaintext output.
14122
14123 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14124
14125         * stdlib/longlong.h: Update from GCC.
14126
14127         [BZ #6807]
14128         [BZ #15901]
14129         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14130         * math/w_j0f.c (y0f): Likewise.
14131         * math/w_j0l.c (__y0l): Likewise.
14132         * math/w_j1.c (y1): Likewise.
14133         * math/w_j1f.c (y1f): Likewise.
14134         * math/w_j1l.c (__y1l): Likewise
14135         * math/w_jn.c (yn): Likewise.
14136         * math/w_jnf.c (ynf): Likewise.
14137         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14138         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14139         value for Bessel function domain errors outside _SVID_ mode.
14140         Adjust sign of return value for yn (negative integer, 0).
14141         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14142         by zero in return for negative x and set sign appropriately for
14143         negative n.
14144         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14145         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14146         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14147         expectations in error cases.
14148         (y1_test_data): Likewise.
14149         (yn_test_data): Likewise.
14150         * sysdeps/i386/fpu/libm-test-ulps: Update.
14151         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14152
14153 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14154
14155         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14156         "64" to "64-v1".  Add "64-v2".
14157         (abi-64-options): Rename to ...
14158         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14159         (abi-64-condition): Rename to ...
14160         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14161         (abi-64-ld-soname): Rename to ...
14162         (abi-64-v1-ld-soname): ... this.
14163         (abi-64-v2-options): Define.
14164         (abi-64-v2-condition): Likewise.
14165         (abi-64-v2-ld-soname): Likewise.
14166         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14167         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14171
14172 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14173             Alan Modra  <amodra@gmail.com>
14174
14175         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14176         New versions for use with the ELFv2 ABI.
14177         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14178         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14179         declaration.
14180         (struct La_ppc64v2_retval): Likewise.
14181         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14182         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14183         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14184         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14185         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14186         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14187         Do not save or restore CR.
14188         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14189         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14190         return values for ELFv2 ABI.  Fix location of FPR return registers.
14191         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14192         updated values for _CALL_ELF == 2.
14193         (La_regs, La_retval, int_retval): Likewise.
14194
14195 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14196
14197         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14198         (FRAME_MIN_SIZE_PARM): Likewise.
14199         (FRAME_BACKCHAIN): Likewise.
14200         (FRAME_CR_SAVE): Likewise.
14201         (FRAME_LR_SAVE): Likewise.
14202         (FRAME_TOC_SAVE): Likewise.
14203         (FRAME_PARM_SAVE): Likewise.
14204         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14205         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14206         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14207         (call_mcount_parm_offset): New macro.
14208         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14209         (PROF): Use symbolic stack frame offsets.
14210         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14211         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14212         Redefine in terms of FRAME_MIN_SIZE.
14213         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14214         (_dl_profile_resolve): Likewise.  Update comment.
14215         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14216         symbols stack frame offsets.
14217         (__sigsetjmp): Likewise.
14218         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14219         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14220         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14221         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14222
14223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14224         (FRAME_BACKCHAIN): Remove.
14225         (FRAME_CR_SAVE): Likewise.
14226         (FRAME_LR_SAVE): Likewise.
14227         (FRAME_COMPILER_DW): Likewise.
14228         (FRAME_LINKER_DW): Likewise.
14229         (FRAME_TOC_SAVE): Likewise.
14230         (FRAME_PARM_SAVE): Likewise.
14231         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14232         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14233         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14235         (CHECK_SP): Use symbolic stack frame offsets.
14236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14237         zone" instead of caller's parameter save area for temp storage.
14238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14239         Likewise.  Also, use symbolic stack frame offsets.
14240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14241         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14242         our own stack frame instead of the caller's.
14243         (__socket): Use symbolic stack frame offsets.
14244
14245 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14246             Alan Modra  <amodra@gmail.com>
14247
14248         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14249         Define.
14250         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14251         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14252         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14253         New function.
14254         (elf_machine_fixup_plt): Call it.
14255         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14256         reloc arguments.
14257         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14258         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14259         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14260         r2 before calling target.
14261
14262 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14263             Alan Modra  <amodra@gmail.com>
14264
14265         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14266         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14267         versions of macros to support ELFv2 ABI.
14268         (LOCALENTRY): New macro.
14269         (ENTRY, EALIGN): Use it.
14270         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14271         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14272         fall through into ENTRY entry point.
14273         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14274         Only define if _CALL_ELF != 2.
14275
14276         (elf_machine_matches_host): Verify ABI version matches.
14277         (RTLD_START): Use LOCALENTRY.
14278         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14279         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14280         (PLT_ENTRY_WORDS): New macro.
14281         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14282         (elf_machine_runtime_setup): Support ELFv2 ABI.
14283         (elf_machine_fixup_plt): Likewise.
14284         (elf_machine_plt_conflict): Likewise.
14285         (resolve_ifunc): Likewise.
14286         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14287         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14288         Likewise.
14289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14290         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14292         (makecontext): Support ELFv2 ABI.
14293         * elf/elf.h (EF_PPC64_ABI): Define.
14294
14295 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14296
14297         * sysdeps/powerpc/powerpc64/sysdep.h
14298         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14299         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14300         (ENTRY) [ASSEMBLER]: ... but instead here ...
14301         (EALIGN) [ASSEMBLER]: ... and here.
14302         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14303         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14304         (ENTRY_2) [!ASSEMBLER]: Use it.
14305         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14306         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14307         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14308         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14309         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14311         Use PPC64_LOAD_FUNCPTR.
14312
14313         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14314
14315 2013-12-04  Alan Modra  <amodra@gmail.com>
14316
14317         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14318         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14319         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14320         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14321
14322         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14323         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14324         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14325         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14326         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14327         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14328
14329 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14330
14331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14332         (__makecontext): Fix incorrect CFI when backtracing out of
14333         context created via makecontext.
14334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14335         (__setcontext): Fix incorrect CFI during switch to new context.
14336         (__novec_setcontext): Likewise.
14337
14338 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14339
14340         [BZ #4772]
14341         * time/strptime_l.c (__strptime_internal): Allow modifiers
14342         in strptime.
14343         * time/tst-strptime.c (day_tests): Add testcase.
14344
14345 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14346
14347         * scripts/bench.pl: Skip over blank lines.
14348
14349 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14350
14351         [BZ #926]
14352         * manual/time.texi (Calendar Time): Clarify what timezone functions
14353         use.
14354
14355 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14356
14357         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14358
14359 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14360
14361         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14362         implementation.
14363         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14364         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14365         * debug/memset_chk.c (__memset_chk): Likewise.
14366         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14367         * debug/strncpy_chk.c: Likewise.
14368
14369 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14370
14371         [BZ #15268]
14372         [BZ #15425]
14373         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14374         (__ieee754_exp): For possibly underflowing results, check size of
14375         result and force underflow exception if required.
14376         * math/auto-libm-test-in: Add more tests of exp.
14377         * math/auto-libm-test-out: Regenerated.
14378         * sysdeps/i386/fpu/libm-test-ulps: Update.
14379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14380
14381         [BZ #16283]
14382         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14383         * math/w_exp2f.c (__exp2f): Likewise.
14384         * math/w_exp2l.c (__exp2l): Likewise.
14385         * math/auto-libm-test-in: Do not allow missing errno on exp2
14386         underflow.
14387         * math/auto-libm-test-out: Regenerated.
14388
14389 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14390
14391         [BZ #16274]
14392         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14393         handle filename validation.
14394         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14395         (do_open): Delete.
14396
14397 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14398
14399         [BZ #6786]
14400         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14401         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14402         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14403         <float.h>.
14404         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14405         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14406         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14407         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14408         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14409         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14410         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14411         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14412         Add more erfc tests.
14413         * math/auto-libm-test-out: Regenerated.
14414         * sysdeps/i386/fpu/libm-test-ulps: Update.
14415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14416
14417         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14418         exp2, expm1, j0 and j1.
14419         * math/auto-libm-test-out: Regenerated.
14420         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14421         (erfc_test_data): Likewise.
14422         (exp_test_data): Likewise.
14423         (exp_tonearest_test_data): Likewise.
14424         (exp_towardzero_test_data): Likewise.
14425         (exp_downward_test_data): Likewise.
14426         (exp_upward_test_data): Likewise.
14427         (exp10_test_data): Likewise.
14428         (exp2_test_data): Likewise.
14429         (expm1_test_data): Likewise.
14430         (j0_test_data): Likewise.
14431         (j1_test_data): Likewise.
14432         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14433         (input_flag_type): Add flag_xfail_rounding.
14434         (input_flags): Add xfail-rounding.
14435         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14436         (output_for_one_input_case): Handle flag_xfail_rounding.
14437         * sysdeps/i386/fpu/libm-test-ulps: Update.
14438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14439
14440 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14441
14442         [BZ #16289]
14443         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14444         division by 0.
14445
14446 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14447
14448         [BZ #16195]
14449         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14450         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14451         (STAP_PROBE0): New macro.
14452         (STAP_PROBE1): Likewise.
14453         (STAP_PROBE2): Likewise.
14454         (STAP_PROBE3): Likewise.
14455         (STAP_PROBE4): Likewise.
14456
14457 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14458
14459         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14460
14461 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14462
14463         * benchtests/Makefile (bench): Add sqrt.
14464         (LDLIBS-bench-sqrt): New.
14465         * benchtests/sqrt-input: New.
14466
14467 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14468
14469         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14470         (GAIH_EAI): Likewise.
14471         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14472         (gaih_inet): Likewise.
14473         (getaddrinfo): Don't use GAIH_EAI.
14474
14475         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14476         (struct gaih): Remove definition.
14477
14478 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14479
14480         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14481         Use HERRNOP directly.
14482
14483 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14484
14485         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14486
14487 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14488
14489         * math/gen-auto-libm-tests.c (test_functions): Add more
14490         single-argument functions.
14491         (special_fill_pi_2): New function.
14492         (special_fill_minus_pi_2): Likewise.
14493         (special_fill_pi_6): Likewise.
14494         (special_fill_minus_pi_6): Likewise.
14495         (special_fill_pi_3): Likewise.
14496         (special_fill_2pi_3): Likewise.
14497         (special_fill_e): Likewise.
14498         (special_fill_1_e): Likewise.
14499         (special_fill_e_minus_1): Likewise.
14500         (special_real_inputs): Add more special inputs.
14501         (output_for_one_input_case): Do not require ERANGE on underflow to
14502         zero if round-to-nearest result does not underflow to zero, unless
14503         exact results required.
14504         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14505         atan, atanh, cbrt, cos and cosh.
14506         * math/auto-libm-test-out: Regenerated.
14507         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14508         (acos_tonearest_test_data): Likewise.
14509         (acos_towardzero_test_data): Likewise.
14510         (acos_downward_test_data): Likewise.
14511         (acos_upward_test_data): Likewise.
14512         (acosh_test_data): Likewise.
14513         (asin_test_data): Likewise.
14514         (asin_tonearest_test_data): Likewise.
14515         (asin_towardzero_test_data): Likewise.
14516         (asin_upward_test_data): Likewise.
14517         (asinh_test_data): Likewise.
14518         (atan_test_data): Likewise.
14519         (atanh_test_data): Likewise.
14520         (cbrt_test_data): Likewise.
14521         (cos_test_data): Likewise.
14522         (cos_tonearest_test_data): Likewise.
14523         (cos_towardzero_test_data): Likewise.
14524         (cos_downward_test_data): Likewise.
14525         (cos_upward_test_data): Likewise.
14526         (cosh_test_data): Likewise.
14527         (cosh_tonearest_test_data): Likewise.
14528         (cosh_towardzero_test_data): Likewise.
14529         (cosh_downward_test_data): Likewise.
14530         (cosh_upward_test_data): Likewise.
14531         * sysdeps/i386/fpu/libm-test-ulps: Update.
14532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14533
14534 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14535
14536         [BZ #6787]
14537         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14538         * math/w_exp10f.c (__exp10f): Likewise.
14539         * math/w_exp10l.c (__exp10l): Likewise.
14540         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14541         errno settings in existing tests.
14542
14543         [BZ #14032]
14544         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14545         precision control set to double precision.
14546         * sysdeps/i386/fpu/w_sqrt.c: New file.
14547         * math/auto-libm-test-in: Add more tests.
14548         * math/auto-libm-test-out: Update.
14549
14550         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14551         (sqrt_test_tonearest): New function.
14552         (sqrt_towardzero_test_data): New variable.
14553         (sqrt_test_towardzero): New function.
14554         (sqrt_downward_test_data): New variable.
14555         (sqrt_test_downward): New function.
14556         (sqrt_upward_test_data): New variable.
14557         (sqrt_test_upward): New function.
14558         (main): Call the new functions.
14559
14560         * math/gen-auto-libm-tests.c: New file.
14561         * math/auto-libm-test-in: Likewise.
14562         * math/auto-libm-test-out: New generated file.
14563         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14564         variables.
14565         (%beautify): Add generated representations of zero.
14566         (top level): Set $auto_input and call parse_auto_input.
14567         (beautify): Remove trailing "f" from hex float constants.
14568         (parse_args): Handle XFAIL_TEST.
14569         (convert_condition): New function.
14570         (or_value): Likewise.
14571         (or_cond_value): Likewise.
14572         (generate_testfile): Handle AUTO_TESTS_* lines.
14573         (parse_auto_input): New function.
14574         * math/libm-test.inc (XFAIL_TEST): New macro.
14575         (ERRNO_UNCHANGED): Update value.
14576         (ERRNO_EDOM): Likewise.
14577         (ERRNO_ERANGE): Likewise.
14578         (IGNORE_RESULT): Likewise.
14579         (TEST_COND_flt_32): New macro.
14580         (TEST_COND_dbl_64): Likewise.
14581         (TEST_COND_ldbl_96_intel): Likewise.
14582         (TEST_COND_ldbl_96_m68k): Likewise.
14583         (TEST_COND_ldbl_128): Likewise.
14584         (TEST_COND_ldbl_128ibm): Likewise.
14585         (TEST_COND_long32): Likewise.
14586         (TEST_COND_long64): Likewise.
14587         (TEST_COND_before_rounding): Likewise.
14588         (TEST_COND_after_rounding): Likewise.
14589         (enable_test): Handle XFAIL_TEST flag.
14590         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14591         with finite results.
14592         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14593         auto-libm-test-out.
14594
14595 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14596             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14597
14598         [BZ #16214]
14599         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14600         __tls_get_addr_internal instead of __tls_get_offset in order to
14601         avoid GOT pointer dependency.  Make rtld export
14602         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14603         __tls_get_addr since we are a __tls_get_offset platform.
14604         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14605         GOT pointer being set up before.
14606         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14607
14608 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14609
14610         * manual/math.texi (Errors in Math Functions): Document accuracy
14611         goals.
14612
14613         [BZ #15004]
14614         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14615         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14616         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14617         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14618         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14619         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14620         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14621         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14622         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14623         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14624         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14625         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14626         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14627         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14628         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14629         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14630
14631         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14632         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14633         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14634         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14635         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14636         Likewise.
14637         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14638         Likewise.
14639         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14640         Likewise.
14641         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14642         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14643         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14644         atomic-feupdateenv and flt-rounds.
14645         * sysdeps/powerpc/nofpu/Versions (libc): Add
14646         __atomic_feholdexcept, __atomic_feclearexcept,
14647         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14648         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14649         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14650         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14651         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14652         here.
14653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14654         Update.
14655
14656         * manual/arith.texi (FP Exceptions): Document that exceptions may
14657         not be raised when matherr is used.
14658         (Math Error Reporting): Document overflow in directed rounding
14659         modes.  Document that errno may not be set when finite values are
14660         returned on overflow.  Document intent to set errno on underflow
14661         only for underflow to zero.
14662
14663         [BZ #16271]
14664         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14665         round-to-nearest then adjust result for other rounding modes.
14666         * include/fenv.h (fegetround): Use libm_hidden_proto.
14667         * math/fegetround.c (fegetround): Use libm_hidden_def.
14668         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14669         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14670         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14671         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14672         Likewise.
14673         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14674         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14675         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14676         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14677
14678 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14679
14680         [BZ #16077]
14681         * nss/Versions (libnss_files): Add
14682         _nss_files_gethostbyname3_r.
14683         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14684         New function.
14685         (HOST_DB_LOOKUP): Remove macro.
14686         (_nss_files_gethostbyname_r): Implement function without the
14687         HOST_DB_LOOKUP macro.
14688         (_nss_files_gethostbyname2_r): Likewise.
14689
14690 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14691
14692         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14693
14694 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14695
14696         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14697         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14698         warning.
14699
14700 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14701
14702         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14703         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14704         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14705         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14706         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14707         __fe_nomask_env_priv and attribute_hidden.
14708         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14709         (libc_feupdateenv_test_ppc): Likewise.
14710         (libc_feresetround_ppc): Likewise.
14711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14712         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14713         compat_symbol macro.
14714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14715         (__fe_nomask_env): Likewise.
14716         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14717
14718 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14719
14720         * string/Makefile: Remove ifunc tests.
14721         * string/test-string.h: Define TEST_IFUNC.
14722         * string/test-bcopy-ifunc.c: Remove.
14723         * string/test-bzero-ifunc.c: Likewise.
14724         * string/test-memccpy-ifunc.c: Likewise.
14725         * string/test-memchr-ifunc.c: Likewise.
14726         * string/test-memcmp-ifunc.c: Likewise.
14727         * string/test-memcpy-ifunc.c: Likewise.
14728         * string/test-memmem-ifunc.c: Likewise.
14729         * string/test-memmove-ifunc.c: Likewise.
14730         * string/test-mempcpy-ifunc.c: Likewise.
14731         * string/test-memrchr-ifunc.c: Likewise.
14732         * string/test-memset-ifunc.c: Likewise.
14733         * string/test-rawmemchr-ifunc.c: Likewise.
14734         * string/test-stpcpy-ifunc.c: Likewise.
14735         * string/test-stpncpy-ifunc.c: Likewise.
14736         * string/test-strcasecmp-ifunc.c: Likewise.
14737         * string/test-strcasestr-ifunc.c: Likewise.
14738         * string/test-strcat-ifunc.c: Likewise.
14739         * string/test-strchr-ifunc.c: Likewise.
14740         * string/test-strchrnul-ifunc.c: Likewise.
14741         * string/test-strcmp-ifunc.c: Likewise.
14742         * string/test-strcpy-ifunc.c: Likewise.
14743         * string/test-strcspn-ifunc.c: Likewise.
14744         * string/test-strlen-ifunc.c: Likewise.
14745         * string/test-strncasecmp-ifunc.c: Likewise.
14746         * string/test-strncat-ifunc.c: Likewise.
14747         * string/test-strncmp-ifunc.c: Likewise.
14748         * string/test-strncpy-ifunc.c: Likewise.
14749         * string/test-strnlen-ifunc.c: Likewise.
14750         * string/test-strpbrk-ifunc.c: Likewise.
14751         * string/test-strrchr-ifunc.c: Likewise.
14752         * string/test-strspn-ifunc.c: Likewise.
14753         * string/test-strstr-ifunc.c: Likewise.
14754
14755 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14756
14757         * benchtests/Makefile: Remove ifunc tests.
14758         * benchtests/bench-string.h: Define TEST_IFUNC.
14759         * benchtests/bench-bcopy-ifunc.c: Remove.
14760         * benchtests/bench-bzero-ifunc.c: Likewise.
14761         * benchtests/bench-memccpy-ifunc.c: Likewise.
14762         * benchtests/bench-memchr-ifunc.c: Likewise.
14763         * benchtests/bench-memcmp-ifunc.c: Likewise.
14764         * benchtests/bench-memcpy-ifunc.c: Likewise.
14765         * benchtests/bench-memmem-ifunc.c: Likewise.
14766         * benchtests/bench-memmove-ifunc.c: Likewise.
14767         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14768         * benchtests/bench-memrchr-ifunc.c: Likewise.
14769         * benchtests/bench-memset-ifunc.c: Likewise.
14770         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14771         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14772         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14773         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14774         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14775         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14776         * benchtests/bench-strcat-ifunc.c: Likewise.
14777         * benchtests/bench-strchr-ifunc.c: Likewise.
14778         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14779         * benchtests/bench-strcmp-ifunc.c: Likewise.
14780         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14781         * benchtests/bench-strcpy-ifunc.c: Likewise.
14782         * benchtests/bench-strcspn-ifunc.c: Likewise.
14783         * benchtests/bench-strlen-ifunc.c: Likewise.
14784         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14785         * benchtests/bench-strncat-ifunc.c: Likewise.
14786         * benchtests/bench-strncmp-ifunc.c: Likewise.
14787         * benchtests/bench-strncpy-ifunc.c: Likewise.
14788         * benchtests/bench-strnlen-ifunc.c: Likewise.
14789         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14790         * benchtests/bench-strrchr-ifunc.c: Likewise.
14791         * benchtests/bench-strsep-ifunc.c: Likewise.
14792         * benchtests/bench-strspn-ifunc.c: Likewise.
14793         * benchtests/bench-strstr-ifunc.c: Likewise.
14794
14795 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14796
14797         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14798
14799 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14800
14801         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14802         * rt/aio.h: Likewise.
14803         * sysdeps/gnu/bits/utmp.h: Likewise.
14804         * sysdeps/gnu/bits/utmpx.h: Likewise.
14805         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14806         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14807         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14808         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14809         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14810         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14811         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14812         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14813         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14814         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14815         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14816         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14817         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14819         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14820         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14821         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14822         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14823         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14824         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14825         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14826         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14827         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14828         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14829         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14830         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14831         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14832         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14833         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14834         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14835         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14836         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14837         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14838         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14839         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14840         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14841         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14842         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14843         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14844         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14845         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14846         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14847
14848 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14849
14850         [BZ #16245]
14851         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14852         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14853
14854 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14855
14856         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14857         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14858         Likewise.
14859
14860 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14861
14862         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14863         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14864         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14865         (__fesetround): Remove define.
14866         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14867         rounding and exceptions handling.
14868         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14869         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14870         (__fe_nomask_env): Likewise.
14871         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14872         __fegetround instead of fegetround.
14873         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14874         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14875
14876 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14877
14878         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14879         it's there.
14880
14881         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14882
14883 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14884
14885         [BZ #11157]
14886         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14887         (encrypt_r): Likewise.
14888         * malloc/obstack.h (obstack_free): Likewise.
14889         * posix/unistd.h (encrypt): Likewise.
14890
14891 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14892
14893         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14894         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14895         DL_CALL_DT_FINI() that call the functions directly.
14896         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14897         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14898         * elf/dl-fini.c: Likewise.
14899
14900 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14901
14902         * malloc/hooks.c (memalign_check): Add alignment rounding.
14903         * malloc/malloc.c (_mid_memalign): New function.
14904         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14905         Implement by calling _mid_memalign.
14906         * manual/probes.texi (Memory Allocation Probes): Remove
14907         memory_valloc_retry and memory_pvalloc_retry.
14908
14909 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14910
14911         * locale/programs/locarchive.c (open_archive): Add const
14912         qualifier to ARCHIVEFNAME and copy default fname to
14913         DEFAULT_FNAME.
14914
14915         [BZ #15601]
14916         * libio/tst-widetext.input: Rename Oriya to Odia.
14917         * locale/iso-639.def: Likewise.
14918
14919         * manual/probes.texi (Mathematical Function Probes): Add
14920         documentation for sin, cos, asin and acos probes.
14921         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14922         (__sin32): Add slowasin probe.
14923         (__cos32): Add slowacos probe.
14924         (__mpsin): Add slowsin probe.
14925         (__mpcos): Add slowcos probe.
14926
14927 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14928
14929         [BZ #15483]
14930         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14931         thread-local __sim_exceptions_thread and global
14932         __sim_exceptions_global.
14933         (__sim_disabled_exceptions): Change to thread-local
14934         __sim_disabled_exceptions_thread and global
14935         __sim_disabled_exceptions_global.
14936         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14937         and global __sim_round_mode_global.
14938         (__simulate_exceptions): Use thread-local floating-point state and
14939         set global state from it as needed.
14940         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14941         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14942         __sim_round_mode_thread.
14943         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14944         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14945         and global __sim_exceptions_global.
14946         (__sim_disabled_exceptions): Change to thread-local
14947         __sim_disabled_exceptions_thread and global
14948         __sim_disabled_exceptions_global.
14949         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14950         and global __sim_round_mode_global.
14951         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14952         (SIM_SET_GLOBAL): Likewise.
14953         * sysdeps/powerpc/soft-fp/sfp-machine.h
14954         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14955         __sim_round_mode_thread.
14956         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14957         __sim_disabled_exceptions_thread.
14958         (__sim_exceptions): Change to __sim_exceptions_thread.
14959         (__sim_disabled_exceptions): Change to
14960         __sim_disabled_exceptions_thread.
14961         (__sim_round_mode): Change to __sim_round_mode_thread.
14962         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
14963         thread-local floating-point state and set global state from it as
14964         needed.
14965         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
14966         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
14967         (__sim_disabled_exceptions): Remove extern declaration.
14968         (feenableexcept): Use thread-local floating-point state and set
14969         global state from it as needed.
14970         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
14971         extern declaration.
14972         (__sim_disabled_exceptions): Likewise.
14973         (__sim_round_mode): Likewise.
14974         (__fegetenv): Use thread-local floating-point state.
14975         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
14976         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14977         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
14978         floating-point state and set global state from it as needed.
14979         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
14980         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
14981         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
14982         Likewise.
14983         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
14984         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
14985         Likewise.
14986         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
14987         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
14988         Use __sim_round_mode_thread.
14989         * math/test-fenv-tls.c: New file.
14990         * math/Makefile (tests): Add test-fenv-tls.
14991         ($(objpfx)test-fenv-tls): Depend on
14992         $(common-objpfx)nptl/libpthread.so.
14993
14994 2013-11-19  Andreas Schwab  <schwab@suse.de>
14995
14996         * locale/programs/locale.c (show_info): Decode wordarray elements.
14997         * locale/categories.def (LC_MONETARY): Add element for
14998         _NL_MONETARY_CRNCYSTR.
14999         * locale/C-monetary.c (conversion_rate): New variable.
15000         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15001         element.
15002
15003 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15004
15005         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15006         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15007
15008 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15009
15010         * elf/Makefile (tst-auxv): New test.
15011         * elf/tst-auxv.c: New
15012         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15013
15014 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15015
15016         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15017         (hidden_proto): Caller changed.
15018         (hidden_tls_proto): New macro.
15019         (libc_hidden_tls_proto): Likewise.
15020         (rtld_hidden_tls_proto): Likewise.
15021         (libm_hidden_tls_proto): Likewise.
15022         (libresolv_hidden_tls_proto): Likewise.
15023         (librt_hidden_tls_proto): Likewise.
15024         (libdl_hidden_tls_proto): Likewise.
15025         (libnss_files_hidden_tls_proto): Likewise.
15026         (libnsl_hidden_tls_proto): Likewise.
15027         (libnss_nisplus_hidden_tls_proto): Likewise.
15028         (libutil_hidden_tls_proto): Likewise.
15029
15030 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15031
15032         [BZ #10253]
15033         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15034         (decompose_rpath): Defer expansion to fillin_rpath.
15035         (_dl_init_paths): Pass linkmap to fillin_rpath.
15036
15037 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15038
15039         * benchtests/Makefile: Add strsep.
15040         * benchtests/bench-strsep.c: New file: strsep benchtest.
15041         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15042
15043 2013-11-18  Andreas Schwab  <schwab@suse.de>
15044
15045         * locale/programs/locale.c (show_info) [case byte]: Check for
15046         '\377' instead of '\177'.
15047         * locale/C-monetary.c (not_available): Always use "\377".
15048         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15049         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15050         detect unavailable sign_posn locale elements.
15051         * locale/localeconv.c (__localeconv): For grouping and
15052         mon_grouping handle "\177" and "\377" like no grouping.
15053         (INT_ELEM): New macro.  Use it to set all numeric members.
15054         * locale/programs/ld-monetary.c (monetary_read)
15055         <tok_mon_grouping>: Normalize single -1 to the empty string.
15056         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15057         Likewise.
15058
15059 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15060
15061         [BZ #16055]
15062         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15063         when we match (nil).
15064         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15065
15066 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15067
15068         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15069         (NO_TEST_INLINE): Update value.
15070         (ERRNO_UNCHANGED): Likewise.
15071         (ERRNO_EDOM): Likewise.
15072         (ERRNO_ERANGE): Likewise.
15073         (IGNORE_RESULT): Likewise.
15074         (check_float_internal): Check signs of NaN results if
15075         TEST_NAN_SIGN used.
15076         (check_complex): Pass TEST_NAN_SIGN flag through to second
15077         check_float_internal call.
15078         (copysign_test_data): Add tests with quiet NaNs as second
15079         argument.  Use TEST_NAN_SIGN.
15080         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15081         TEST_NAN_SIGN.
15082         (signbit_test_data): Add tests of quiet NaN argument.
15083         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15084
15085         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15086         $ignore_result.
15087         (parse_args): Handle function results specified as IGNORE.
15088         * math/libm-test.inc (IGNORE_RESULT): New macro.
15089         (check_float_internal): Do not check numerical result if flag
15090         IGNORE_RESULT set.
15091         (check_complex): Pass through IGNORE_RESULT to second
15092         check_float_internal call.
15093         (check_int): Do not check numerical result if flag IGNORE_RESULT
15094         set.
15095         (check_long): Likewise.
15096         (check_bool): Likewise.
15097         (check_longlong): Likewise.
15098         (lrint_test_data): Add tests of infinite and NaN arguments.
15099         (lrint_tonearest_test_data): Likewise.
15100         (lrint_towardzero_test_data): Likewise.
15101         (lrint_downward_test_data): Likewise.
15102         (lrint_upward_test_data): Likewise.
15103         (llrint_test_data): Likewise.
15104         (llrint_tonearest_test_data): Likewise.
15105         (llrint_towardzero_test_data): Likewise.
15106         (llrint_downward_test_data): Likewise.
15107         (llrint_upward_test_data): Likewise.
15108         (lround_test_data): Likewise.
15109         (llround_test_data): Likewise.
15110
15111         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15112         (ERRNO_UNCHANGED): Update value.
15113         (ERRNO_EDOM): Likewise.
15114         (ERRNO_ERANGE): Likewise.
15115         (NO_TEST_INLINE_FLOAT): New macro.
15116         (NO_TEST_INLINE_DOUBLE): Likewise.
15117         (enable_test): New function.
15118         (RUN_TEST_f_f): Check enable_test before running test.
15119         (RUN_TEST_2_f): Likewise.
15120         (RUN_TEST_fff_f): Likewise.
15121         (RUN_TEST_c_f): Likewise.
15122         (RUN_TEST_f_f1): Likewise.
15123         (RUN_TEST_fF_f1): Likewise.
15124         (RUN_TEST_fI_f1): Likewise.
15125         (RUN_TEST_ffI_f1): Likewise.
15126         (RUN_TEST_c_c): Likewise.
15127         (RUN_TEST_cc_c): Likewise.
15128         (RUN_TEST_f_i): Likewise.
15129         (RUN_TEST_f_i_tg): Likewise.
15130         (RUN_TEST_ff_i_tg): Likewise.
15131         (RUN_TEST_f_b): Likewise.
15132         (RUN_TEST_f_b_tg): Likewise.
15133         (RUN_TEST_f_l): Likewise.
15134         (RUN_TEST_f_L): Likewise.
15135         (RUN_TEST_fFF_11): Likewise.
15136         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15137         conditionals.
15138         (cosh_test_data): Likewise.
15139         (exp_test_data): Likewise.
15140         (expm1_test_data): Likewise.
15141         (hypot_test_data): Likewise.
15142         (pow_test_data): Likewise.
15143         (sinh_test_data): Likewise.
15144         (tanh_test_data): Likewise.
15145         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15146         flags argument.
15147
15148         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15149         tests with quiet NaN input and output.
15150         (acosh_test_data): Likewise.
15151         (asin_test_data): Likewise.
15152         (asinh_test_data): Likewise.
15153         (atan_test_data): Likewise.
15154         (atanh_test_data): Likewise.
15155         (atan2_test_data): Likewise.
15156         (cbrt_test_data): Likewise.
15157         (cos_test_data): Likewise.
15158         (cosh_test_data): Likewise.
15159         (erf_test_data): Likewise.
15160         (erfc_test_data): Likewise.
15161         (exp_test_data): Likewise.
15162         (exp10_test_data): Likewise.
15163         (exp2_test_data): Likewise.
15164         (expm1_test_data): Likewise.
15165         (hypot_test_data): Likewise.
15166         (j0_test_data): Likewise.
15167         (j1_test_data): Likewise.
15168         (jn_test_data): Likewise.
15169         (lgamma_test_data): Likewise.
15170         (log_test_data): Likewise.
15171         (log10_test_data): Likewise.
15172         (log1p_test_data): Likewise.
15173         (log2_test_data): Likewise.
15174         (pow_test_data): Likewise.
15175         (scalb_test_data): Likewise.
15176         (sin_test_data): Likewise.
15177         (sincos_test_data): Likewise.
15178         (sinh_test_data): Likewise.
15179         (tan_test_data): Likewise.
15180         (tanh_test_data): Likewise.
15181         (tgamma_test_data): Likewise.
15182         (y0_test_data): Likewise.
15183         (y1_test_data): Likewise.
15184         (yn_test_data): Likewise.
15185
15186         [BZ #16167]
15187         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15188         argument being NaN and avoid computations with second argument in
15189         that case.
15190         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15191         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15192         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15193
15194 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15195
15196         * locale/iso-639.def: Add Chitwani Tharu (the).
15197
15198 2013-11-14  Andreas Schwab  <schwab@suse.de>
15199
15200         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15201         word instead of empty string.
15202
15203 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15204
15205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15206         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15208         (__fe_nomask_env): Likewise.
15209
15210 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15211
15212         * benchtests/bench-timing.h: Include time.h.
15213
15214 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15215
15216         [BZ #15997]
15217         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15218         to 3.4.0 for x32.
15219         * sysdeps/unix/sysv/linux/configure: Regenerated.
15220
15221 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15222
15223         [BZ #16151]
15224         * stdlib/strtod_l.c (round_and_return): Do not consider
15225         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15226         exponent one less than half the least subnormal exponent.
15227         * stdlib/test-strtod-round-data: Add more tests.
15228         * stdlib/tst-strtod-round.c (tests): Regenerated.
15229
15230 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15231
15232         [BZ #14143]
15233         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15234         (__fe_mask_env): Likewise.
15235         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15236         libm_hidden_proto and add function prototype.
15237         (__fe_mask_env): Add function prototype.
15238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15239         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15241         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15243         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15244
15245 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15246
15247         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15248         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15249
15250 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15251
15252         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15253         of htab_find_slot().
15254
15255 2013-11-11  David S. Miller  <davem@davemloft.net>
15256
15257         [BZ #16150]
15258         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15259         symbol in the non-vis3 case in static builds.
15260         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15261         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15262         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15263         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15264
15265 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15266
15267         [BZ #387]
15268         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15269         it is empty.
15270
15271 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15272
15273         * benchtests/Makefile: Add bench-strtod.
15274         * benchtests/bench-strtod.c: New file: strtod benchtest
15275
15276 2013-11-11  Andreas Schwab  <schwab@suse.de>
15277
15278         [BZ #16153]
15279         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15280         terminating NUL in key length.
15281
15282 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15283
15284         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15285         Add artificial ODP entry for vDSO symbol for PPC64.
15286         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15287         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15288
15289 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15290
15291         [BZ #15374]
15292         * nss/getent.c (services_keys): Recognize services starting with digit.
15293
15294 2013-11-06  David S. Miller  <davem@davemloft.net>
15295
15296         [BZ #15985]
15297         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15298         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15299
15300 2013-11-06  Will Newton  <will.newton@linaro.org>
15301
15302         * manual/memory.texi (Malloc Examples): Remove register
15303         keyword from examples.
15304
15305 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15306
15307         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15308
15309 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15310
15311         [BZ #6981]
15312         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15313         depending on [__GCC_IEC_559 > 0].
15314         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15315         depending on [__GCC_IEC_559_COMPLEX > 0].
15316
15317 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15318
15319         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15320         to iso-639.def.
15321
15322 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15323
15324         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15325
15326 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15327
15328         [BZ #16112]
15329         * malloc/malloc (malloc_info): Do not handle first bin as
15330         special case.
15331
15332 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15333
15334         * locale/iso-639.def: Add Central Nahuatl (nhn).
15335
15336 2013-11-01  Bruno Haible  <bruno@clisp.org>
15337
15338         [BZ #7003]
15339         * manual/math.texi (BSD Random): Specify range upper bound as
15340         in POSIX.
15341
15342 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15343
15344         * locale/iso-639.def: Add Meadow Mari (mhr).
15345
15346 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15347
15348         [BZ #14752], [BZ #15763]
15349         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15350         Validate name.
15351         * rt/tst_shm.c: Add test for escaping directory.
15352
15353 2013-10-31  Andreas Schwab  <schwab@suse.de>
15354
15355         [BZ #15917]
15356         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15357         followed by 'x' as part of digit sequence.
15358         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15359
15360 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15361
15362         [BZ #16037]
15363         * configure.ac: allow GNU Make 4.0 and greater.
15364         * configure: Regenerated.
15365
15366 2013-10-30  Will Newton  <will.newton@linaro.org>
15367
15368         [BZ #16038]
15369         * malloc/hooks.c (memalign_check): Limit alignment to the
15370         maximum representable power of two.
15371         * malloc/malloc.c (__libc_memalign): Likewise.
15372         * malloc/tst-memalign.c (do_test): Add test for very
15373         large alignment values.
15374         * malloc/tst-posix_memalign.c (do_test): Likewise.
15375
15376 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15377
15378         [BZ #11087]
15379         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15380         (munmap_chunk): Likewise.
15381         (mremap_chunk): Likewise.
15382
15383 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15384
15385         [BZ #15799]
15386         * stdlib/div.c (div): Remove obsolete code.
15387         * stdlib/ldiv.c (ldiv): Likewise.
15388         * stdlib/lldiv.c (lldiv): Likewise.
15389
15390 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15391
15392         [BZ #16071]
15393         * nss/nss_files/files-XXX.c (get_contents_ret): New
15394         enumerator.
15395         (get_contents): New function.
15396         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15397
15398 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15399
15400         * configure.in: Moved to ...
15401         * configure.ac: ... here. Change reference to configure.in
15402         to configure.ac.
15403         * sysdeps/arm/preconfigure.ac: ... here.
15404         configure.in to configure.ac.
15405         * sysdeps/gnu/configure.in: Moved to ...
15406         * sysdeps/gnu/configure.ac: ... here.
15407         * sysdeps/i386/configure.in: Moved to ...
15408         * sysdeps/i386/configure.ac: ... here.
15409         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15410         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15411         * sysdeps/mach/configure.in: Moved to ...
15412         * sysdeps/mach/configure.ac: ... here.
15413         * sysdeps/mach/hurd/configure.in: Moved to ...
15414         * sysdeps/mach/hurd/configure.ac: ... here.
15415         * sysdeps/powerpc/configure.in: Moved to ...
15416         * sysdeps/powerpc/configure.ac: ... here.
15417         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15418         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15419         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15420         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15421         * sysdeps/s390/s390-32/configure.in: Moved to ...
15422         * sysdeps/s390/s390-32/configure.ac: ... here.
15423         * sysdeps/s390/s390-64/configure.in: Moved to ...
15424         * sysdeps/s390/s390-64/configure.ac: ... here.
15425         * sysdeps/sh/configure.in: Moved to ...
15426         * sysdeps/sh/configure.ac: ... here.
15427         * sysdeps/sparc/configure.in: Moved to ...
15428         * sysdeps/sparc/configure.ac: ... here.
15429         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15430         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15431         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15432         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15433         * sysdeps/x86_64/configure.in: Moved to ...
15434         * sysdeps/x86_64/configure.ac: ... here.
15435         * sysdeps/x86_64/preconfigure.in: Moved to ...
15436         * sysdeps/x86_64/preconfigure.ac: ... here.
15437         * aclocal.m4: Change reference to configure.in to configure.ac.
15438         * config.h.in: Likewise.
15439         * manual/install.texi: Likewise.
15440         * manual/maint.texi: Likewise.
15441         * Makefile: Likewise.
15442         * malloc/Makefile: Likewise.
15443         * nscd/Makefile: Likewise.
15444         * Makeconfig: Change reference to configure.in and
15445         preconfigure.in to configure.ac and preconfigure.ac
15446         respectively.
15447         * INSTALL: Regenerated.
15448         * configure: Likewise.
15449         * sysdeps/gnu/configure: Likewise.
15450         * sysdeps/i386/configure: Likewise.
15451         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15452         * sysdeps/mach/configure: Likewise.
15453         * sysdeps/mach/hurd/configure: Likewise.
15454         * sysdeps/powerpc/configure: Likewise.
15455         * sysdeps/powerpc/powerpc32/configure: Likewise.
15456         * sysdeps/powerpc/powerpc64/configure: Likewise.
15457         * sysdeps/s390/s390-32/configure: Likewise.
15458         * sysdeps/s390/s390-64/configure: Likewise.
15459         * sysdeps/sh/configure: Likewise.
15460         * sysdeps/sparc/configure: Likewise.
15461         * sysdeps/unix/sysv/linux/configure: Likewise.
15462         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15463         * sysdeps/x86_64/configure: Likewise.
15464         * sysdeps/x86_64/preconfigure: Likewise.
15465
15466 2013-10-29  Andreas Schwab  <schwab@suse.de>
15467
15468         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15469
15470 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15471
15472         * benchtests/pow-inputs: Add new inputs.
15473
15474         * benchtests/exp-inputs: Add new inputs.
15475
15476         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15477         conditional check for return value.
15478         (__cos32): Likewise.
15479
15480 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15481
15482         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15483         to provide a boost for large inputs with word alignment.
15484         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15485         implementation based on optimized PPC64 strcpy.
15486         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15487         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15488         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15489         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15490
15491 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15492
15493         [BZ #2801]
15494         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15495
15496 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15497
15498         [BZ #14876]
15499         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15500         * time/tst-strptime.c (day_tests): Add testcase.
15501
15502 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15503
15504         [BZ #14029]
15505         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15506
15507 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15508
15509         [BZ #16074]
15510         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15511         MAP_FAILED on error.
15512
15513 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15514
15515         [BZ #16072]
15516         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15517         heap for large requests.
15518
15519 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15520
15521         [BZ #9954]
15522         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15523         result if the result has no associated interface.
15524         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15525         interface for all 127.X.Y.Z addresses.
15526
15527 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15528
15529         * locale/iso-639.def: Add Ligurian (lij)
15530
15531 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15532
15533         [BZ #15825]
15534         * sunrpc/rpc_main.c: Document rpcgen -5.
15535
15536 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15537
15538         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15539
15540 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15541
15542         [BZ #10278]
15543         * posix/glob.c: Match only directories when trailing slash is present.
15544         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15545         (main): Add testcase.
15546
15547 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15548
15549         [BZ #15670]
15550         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15551
15552 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15553
15554         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15555         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15556         AUTH_DES and cindex for FIPS 140-2.
15557         (DES Encryption): Add cindex FIPS 46-3.
15558
15559         * locale/locarchive.h (struct locarhandle): Add fname.
15560         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15561         if an optional argument was specified to --list-archive,
15562         otherwise NULL.
15563         * locale/programs/locarchive.c (show_archive_content): Take new
15564         argument fname and pass it via ah.fname to open_archive.
15565         * locale/programs/localedef.h: Update decl.
15566         (open_archive): If AH->fname is non-null, open that file
15567         rather than the default file name, and don't ignore ENOENT.
15568         (create_archive): Set AH.fname to NULL.
15569         (delete_locales_from_archive): Likewise.
15570         (add_locales_to_archive): Likewise.
15571         * locale/programs/locfile.c (write_all_categories): Likewise.
15572
15573 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15574             Aldy Hernandez  <aldyh@redhat.com>
15575
15576         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15577         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15578         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15579         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15580         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15581         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15582         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15583         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15584         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15585         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15586         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15587         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15588         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15589         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15590         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15591         Likewise.
15592         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15593         Likewise.
15594         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15595         Likewise.
15596         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15597         Likewise.
15598         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15599         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15600         Likewise.
15601         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15602         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15603         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15604         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15605         Likewise.
15606         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15607         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15608         * sysdeps/powerpc/preconfigure: Likewise.
15609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15610         Likewise.
15611         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15612         Replace contents of file by #include of <fenv_libc.h>.
15613         * sysdeps/powerpc/soft-fp/sfp-machine.h
15614         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15615         and <sys/prctl.h>.
15616         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15617         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15618         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15619         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15620         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15621         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15622         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15623         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15624         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15625         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15626         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15627         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15629         Allow copysignl PLT reference to be missing.
15630
15631 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15632             Joseph Myers  <joseph@codesourcery.com
15633
15634         [BZ #15948]
15635         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15636         single character.
15637         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15638
15639 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15640
15641         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15642         * elf/tst-tls1.c: Likewise.
15643         * elf/tst-tls10.h: Likewise.
15644         * elf/tst-tls14.c: Likewise.
15645         * elf/tst-tls2.c: Likewise.
15646         * elf/tst-tls3.c: Likewise.
15647         * elf/tst-tls4.c: Likewise.
15648         * elf/tst-tls5.c: Likewise.
15649         * elf/tst-tls6.c: Likewise.
15650         * elf/tst-tls7.c: Likewise.
15651         * elf/tst-tls8.c: Likewise.
15652         * elf/tst-tls9.c: Likewise.
15653         * elf/tst-tlsmod1.c: Likewise.
15654         * elf/tst-tlsmod13.c: Likewise.
15655         * elf/tst-tlsmod13a.c: Likewise.
15656         * elf/tst-tlsmod14a.c: Likewise.
15657         * elf/tst-tlsmod16a.c: Likewise.
15658         * elf/tst-tlsmod16b.c: Likewise.
15659         * elf/tst-tlsmod2.c: Likewise.
15660         * elf/tst-tlsmod3.c: Likewise.
15661         * elf/tst-tlsmod4.c: Likewise.
15662         * elf/tst-tlsmod5.c: Likewise.
15663         * elf/tst-tlsmod6.c: Likewise.
15664
15665 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15666
15667         [BZ #12486]
15668         * malloc/malloc.c: remove checks for statistics.
15669
15670 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15671
15672         [BZ #15277]
15673         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15674         * inet/tst-network.c: Add testcase.
15675
15676 2013-10-17  Andreas Schwab  <schwab@suse.de>
15677
15678         [BZ #15218]
15679         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15680         to determine canonical name.
15681
15682 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15683
15684         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15685         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15686         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15687         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15688         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15689         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15690         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15691         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15692         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15693         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15694         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15695         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15696         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15697         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15698         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15699         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15700         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15701         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15702         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15703         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15704         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15705         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15706         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15707         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15708         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15709         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15710         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15711         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15712         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15713         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15714         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15715         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15716         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15717         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15718         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15719         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15720         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15721         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15722         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15723         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15724         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15725         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15726         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15727         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15728         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15729         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15730         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15731         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15732         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15733         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15734         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15735         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15736         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15737         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15738         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15739         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15740         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15741         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15742
15743 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15744
15745         [BZ #16041]
15746         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15747         make result into a quiet NaN.
15748
15749 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15750
15751         * soft-fp/adddf3.c: Fix horizontal whitespace.
15752         * soft-fp/addsf3.c: Likewise.
15753         * soft-fp/addtf3.c: Likewise.
15754         * soft-fp/divdf3.c: Likewise.
15755         * soft-fp/divsf3.c: Likewise.
15756         * soft-fp/divtf3.c: Likewise.
15757         * soft-fp/double.h: Likewise.
15758         * soft-fp/eqdf2.c: Likewise.
15759         * soft-fp/eqsf2.c: Likewise.
15760         * soft-fp/eqtf2.c: Likewise.
15761         * soft-fp/extenddftf2.c: Likewise.
15762         * soft-fp/extended.h: Likewise.
15763         * soft-fp/extendsfdf2.c: Likewise.
15764         * soft-fp/extendsftf2.c: Likewise.
15765         * soft-fp/extendxftf2.c: Likewise.
15766         * soft-fp/fixdfdi.c: Likewise.
15767         * soft-fp/fixdfsi.c: Likewise.
15768         * soft-fp/fixdfti.c: Likewise.
15769         * soft-fp/fixsfdi.c: Likewise.
15770         * soft-fp/fixsfsi.c: Likewise.
15771         * soft-fp/fixsfti.c: Likewise.
15772         * soft-fp/fixtfdi.c: Likewise.
15773         * soft-fp/fixtfsi.c: Likewise.
15774         * soft-fp/fixtfti.c: Likewise.
15775         * soft-fp/fixunsdfdi.c: Likewise.
15776         * soft-fp/fixunsdfsi.c: Likewise.
15777         * soft-fp/fixunsdfti.c: Likewise.
15778         * soft-fp/fixunssfdi.c: Likewise.
15779         * soft-fp/fixunssfsi.c: Likewise.
15780         * soft-fp/fixunssfti.c: Likewise.
15781         * soft-fp/fixunstfdi.c: Likewise.
15782         * soft-fp/fixunstfsi.c: Likewise.
15783         * soft-fp/fixunstfti.c: Likewise.
15784         * soft-fp/floatdidf.c: Likewise.
15785         * soft-fp/floatdisf.c: Likewise.
15786         * soft-fp/floatditf.c: Likewise.
15787         * soft-fp/floatsidf.c: Likewise.
15788         * soft-fp/floatsisf.c: Likewise.
15789         * soft-fp/floatsitf.c: Likewise.
15790         * soft-fp/floattidf.c: Likewise.
15791         * soft-fp/floattisf.c: Likewise.
15792         * soft-fp/floattitf.c: Likewise.
15793         * soft-fp/floatundidf.c: Likewise.
15794         * soft-fp/floatundisf.c: Likewise.
15795         * soft-fp/floatunditf.c: Likewise.
15796         * soft-fp/floatunsidf.c: Likewise.
15797         * soft-fp/floatunsisf.c: Likewise.
15798         * soft-fp/floatunsitf.c: Likewise.
15799         * soft-fp/floatuntidf.c: Likewise.
15800         * soft-fp/floatuntisf.c: Likewise.
15801         * soft-fp/floatuntitf.c: Likewise.
15802         * soft-fp/fmadf4.c: Likewise.
15803         * soft-fp/fmasf4.c: Likewise.
15804         * soft-fp/fmatf4.c: Likewise.
15805         * soft-fp/gedf2.c: Likewise.
15806         * soft-fp/gesf2.c: Likewise.
15807         * soft-fp/getf2.c: Likewise.
15808         * soft-fp/ledf2.c: Likewise.
15809         * soft-fp/lesf2.c: Likewise.
15810         * soft-fp/letf2.c: Likewise.
15811         * soft-fp/muldf3.c: Likewise.
15812         * soft-fp/mulsf3.c: Likewise.
15813         * soft-fp/multf3.c: Likewise.
15814         * soft-fp/negdf2.c: Likewise.
15815         * soft-fp/negsf2.c: Likewise.
15816         * soft-fp/negtf2.c: Likewise.
15817         * soft-fp/op-1.h: Likewise.
15818         * soft-fp/op-2.h: Likewise.
15819         * soft-fp/op-4.h: Likewise.
15820         * soft-fp/op-8.h: Likewise.
15821         * soft-fp/op-common.h: Likewise.
15822         * soft-fp/quad.h: Likewise.
15823         * soft-fp/single.h: Likewise.
15824         * soft-fp/soft-fp.h: Likewise.
15825         * soft-fp/sqrtdf2.c: Likewise.
15826         * soft-fp/sqrtsf2.c: Likewise.
15827         * soft-fp/sqrttf2.c: Likewise.
15828         * soft-fp/subdf3.c: Likewise.
15829         * soft-fp/subsf3.c: Likewise.
15830         * soft-fp/subtf3.c: Likewise.
15831         * soft-fp/truncdfsf2.c: Likewise.
15832         * soft-fp/trunctfdf2.c: Likewise.
15833         * soft-fp/trunctfsf2.c: Likewise.
15834         * soft-fp/trunctfxf2.c: Likewise.
15835         * soft-fp/unorddf2.c: Likewise.
15836         * soft-fp/unordsf2.c: Likewise.
15837         * soft-fp/unordtf2.c: Likewise.
15838
15839 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15840
15841         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15842         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15843
15844 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15845
15846         * elf/dl-libc.c: Clear initfini list after freeing.
15847
15848 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15849
15850         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15851         * soft-fp/addsf3.c: Likewise.
15852         * soft-fp/addtf3.c: Likewise.
15853         * soft-fp/divdf3.c: Likewise.
15854         * soft-fp/divsf3.c: Likewise.
15855         * soft-fp/divtf3.c: Likewise.
15856         * soft-fp/double.h: Likewise.
15857         * soft-fp/eqdf2.c: Likewise.
15858         * soft-fp/eqsf2.c: Likewise.
15859         * soft-fp/eqtf2.c: Likewise.
15860         * soft-fp/extenddftf2.c: Likewise.
15861         * soft-fp/extended.h: Likewise.
15862         * soft-fp/extendsfdf2.c: Likewise.
15863         * soft-fp/extendsftf2.c: Likewise.
15864         * soft-fp/extendxftf2.c: Likewise.
15865         * soft-fp/fixdfdi.c: Likewise.
15866         * soft-fp/fixdfsi.c: Likewise.
15867         * soft-fp/fixdfti.c: Likewise.
15868         * soft-fp/fixsfdi.c: Likewise.
15869         * soft-fp/fixsfsi.c: Likewise.
15870         * soft-fp/fixsfti.c: Likewise.
15871         * soft-fp/fixtfdi.c: Likewise.
15872         * soft-fp/fixtfsi.c: Likewise.
15873         * soft-fp/fixtfti.c: Likewise.
15874         * soft-fp/fixunsdfdi.c: Likewise.
15875         * soft-fp/fixunsdfsi.c: Likewise.
15876         * soft-fp/fixunsdfti.c: Likewise.
15877         * soft-fp/fixunssfdi.c: Likewise.
15878         * soft-fp/fixunssfsi.c: Likewise.
15879         * soft-fp/fixunssfti.c: Likewise.
15880         * soft-fp/fixunstfdi.c: Likewise.
15881         * soft-fp/fixunstfsi.c: Likewise.
15882         * soft-fp/fixunstfti.c: Likewise.
15883         * soft-fp/floatdidf.c: Likewise.
15884         * soft-fp/floatdisf.c: Likewise.
15885         * soft-fp/floatditf.c: Likewise.
15886         * soft-fp/floatsidf.c: Likewise.
15887         * soft-fp/floatsisf.c: Likewise.
15888         * soft-fp/floatsitf.c: Likewise.
15889         * soft-fp/floattidf.c: Likewise.
15890         * soft-fp/floattisf.c: Likewise.
15891         * soft-fp/floattitf.c: Likewise.
15892         * soft-fp/floatundidf.c: Likewise.
15893         * soft-fp/floatundisf.c: Likewise.
15894         * soft-fp/floatunsidf.c: Likewise.
15895         * soft-fp/floatunsisf.c: Likewise.
15896         * soft-fp/floatuntidf.c: Likewise.
15897         * soft-fp/floatuntisf.c: Likewise.
15898         * soft-fp/floatuntitf.c: Likewise.
15899         * soft-fp/fmadf4.c: Likewise.
15900         * soft-fp/fmasf4.c: Likewise.
15901         * soft-fp/fmatf4.c: Likewise.
15902         * soft-fp/gedf2.c: Likewise.
15903         * soft-fp/gesf2.c: Likewise.
15904         * soft-fp/getf2.c: Likewise.
15905         * soft-fp/ledf2.c: Likewise.
15906         * soft-fp/lesf2.c: Likewise.
15907         * soft-fp/letf2.c: Likewise.
15908         * soft-fp/muldf3.c: Likewise.
15909         * soft-fp/mulsf3.c: Likewise.
15910         * soft-fp/multf3.c: Likewise.
15911         * soft-fp/negdf2.c: Likewise.
15912         * soft-fp/negsf2.c: Likewise.
15913         * soft-fp/negtf2.c: Likewise.
15914         * soft-fp/op-1.h: Likewise.
15915         * soft-fp/op-2.h: Likewise.
15916         * soft-fp/op-4.h: Likewise.
15917         * soft-fp/op-8.h: Likewise.
15918         * soft-fp/op-common.h: Likewise.
15919         * soft-fp/quad.h: Likewise.
15920         * soft-fp/single.h: Likewise.
15921         * soft-fp/soft-fp.h: Likewise.
15922         * soft-fp/sqrtdf2.c: Likewise.
15923         * soft-fp/sqrtsf2.c: Likewise.
15924         * soft-fp/sqrttf2.c: Likewise.
15925         * soft-fp/subdf3.c: Likewise.
15926         * soft-fp/subsf3.c: Likewise.
15927         * soft-fp/subtf3.c: Likewise.
15928         * soft-fp/truncdfsf2.c: Likewise.
15929         * soft-fp/trunctfdf2.c: Likewise.
15930         * soft-fp/trunctfsf2.c: Likewise.
15931         * soft-fp/trunctfxf2.c: Likewise.
15932         * soft-fp/unorddf2.c: Likewise.
15933         * soft-fp/unordsf2.c: Likewise.
15934         * soft-fp/unordtf2.c: Likewise.
15935
15936 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15937
15938         [BZ #15672]
15939         * misc/error.c (error_tail): Fix possible buffer overflow.
15940
15941 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15942
15943         [BZ #13028]
15944         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15945         address.
15946
15947 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15948
15949         [BZ #832]
15950         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15951         testing pipefail option.
15952
15953 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15954
15955         * soft-fp/double.h: Indent preprocessor directives inside #if.
15956         * soft-fp/extended.h: Likewise.
15957         * soft-fp/op-2.h: Likewise.
15958         * soft-fp/op-4.h: Likewise.
15959         * soft-fp/op-common.h: Likewise.
15960         * soft-fp/quad.h: Likewise.
15961         * soft-fp/single.h: Likewise.
15962         * soft-fp/soft-fp.h: Likewise.
15963
15964 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
15965
15966         * iconv/iconv_prog.c: Fix typos.
15967         * stdio-common/psiginfo-data.h: Likewise.
15968
15969 2013-10-12   Reuben Thomas <rrt@sc3d.org>
15970
15971         [BZ #15764]
15972         * locale/setlocale.c: Fix typo.
15973
15974 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15975
15976         [BZ #16036]
15977         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
15978         signaling NaN arguments.
15979         * soft-fp/unordsf2.c (__unordsf2): Likewise.
15980         * soft-fp/unordtf2.c (__unordtf2): Likewise.
15981
15982         [BZ #14910]
15983         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
15984         unordered operands.
15985         * soft-fp/gesf2.c (__gesf2): Likewise.
15986         * soft-fp/getf2.c (__getf2): Likewise.
15987         * soft-fp/ledf2.c (__ledf2): Likewise.
15988         * soft-fp/lesf2.c (__lesf2): Likewise.
15989         * soft-fp/letf2.c (__letf2): Likewise.
15990
15991         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
15992         * soft-fp/eqsf2.c (__eqsf2): Likewise.
15993         * soft-fp/eqtf2.c (__eqtf2): Likewise.
15994         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
15995         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
15996         * soft-fp/fixdfti.c (__fixdfti): Likewise.
15997         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
15998         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
15999         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16000         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16001         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16002         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16003         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16004         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16005         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16006         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16007         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16008         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16009         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16010         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16011         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16012         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16013         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16014         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16015         * soft-fp/floattidf.c (__floattidf): Likewise.
16016         * soft-fp/floattisf.c (__floattisf): Likewise.
16017         * soft-fp/floattitf.c (__floattitf): Likewise.
16018         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16019         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16020         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16021         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16022         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16023         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16024         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16025         * soft-fp/gesf2.c (__gesf2): Likewise.
16026         * soft-fp/getf2.c (__getf2): Likewise.
16027         * soft-fp/ledf2.c (__ledf2): Likewise.
16028         * soft-fp/lesf2.c (__lesf2): Likewise.
16029         * soft-fp/letf2.c (__letf2): Likewise.
16030
16031         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16032         Undefine and redefine.
16033         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16034         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16035         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16036         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16037         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16038         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16039         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16040         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16041         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16042         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16043         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16044         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16045         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16046         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16047         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16048
16049         [BZ #16032]
16050         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16051         without decrementing exponent if mantissa >= that for the
16052         denominator, not >.
16053         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16054         denominator, not >.  Decrement exponent in < case instead of
16055         incrementing in >= case.
16056         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16057         without decrementing exponent if mantissa >= that for the
16058         denominator, not >.
16059
16060         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16061         computing saturated result for unsigned overflow.
16062
16063 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16064             Jeff Law  <law@redhat.com>
16065
16066         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16067         (atan2Mp): Add systemtap probe marker.
16068         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16069         (__ieee754_log): Add systemtap probe marker.
16070         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16071         (atanMp): Add systemtap probe marker.
16072         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16073         (tanMp): Add systemtap probe marker.
16074         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16075         (__slowexp): Add systemtap probe marker.
16076         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16077         (__slowpow): Add systemtap probe marker.
16078         * manual/probes.texi: Document probes.
16079
16080 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16081
16082         [BZ #15362]
16083         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16084         written.
16085         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16086         written.
16087         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16088         written to buffer but not flushed.
16089         * libio/iofwrite_u.c:  Likewise.
16090         * libio/iopadn.c:  Return bytes returned even if EOF was
16091         encountered.
16092         * libio/iowpadn.c:  Likewise.
16093         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16094         if _IO_padn does not write the whole buffer.
16095         [!COMPILE_WPRINTF] (PAD): Likewise.
16096
16097 2013-10-10  David S. Miller  <davem@davemloft.net>
16098
16099         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16100         directory block.
16101
16102 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16103
16104         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16105         instead of FSF address.
16106         * soft-fp/fixdfti.c: Likewise.
16107         * soft-fp/fixsfti.c: Likewise.
16108         * soft-fp/fixtfti.c: Likewise.
16109         * soft-fp/fixunsdfti.c: Likewise.
16110         * soft-fp/fixunssfti.c: Likewise.
16111         * soft-fp/fixunstfti.c: Likewise.
16112         * soft-fp/floattidf.c: Likewise.
16113         * soft-fp/floattisf.c: Likewise.
16114         * soft-fp/floattitf.c: Likewise.
16115         * soft-fp/floatuntidf.c: Likewise.
16116         * soft-fp/floatuntisf.c: Likewise.
16117         * soft-fp/floatuntitf.c: Likewise.
16118         * soft-fp/trunctfxf2.c: Likewise.
16119
16120         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16121         * soft-fp/fixdfti.c: Likewise.
16122         * soft-fp/fixsfti.c: Likewise.
16123         * soft-fp/fixtfti.c: Likewise.
16124         * soft-fp/fixunsdfti.c: Likewise.
16125         * soft-fp/fixunssfti.c: Likewise.
16126         * soft-fp/fixunstfti.c: Likewise.
16127         * soft-fp/floattidf.c: Likewise.
16128         * soft-fp/floattisf.c: Likewise.
16129         * soft-fp/floattitf.c: Likewise.
16130         * soft-fp/floatuntidf.c: Likewise.
16131         * soft-fp/floatuntisf.c: Likewise.
16132         * soft-fp/floatuntitf.c: Likewise.
16133         * soft-fp/trunctfxf2.c: Likewise.
16134
16135 2013-10-10  David S. Miller  <davem@davemloft.net>
16136
16137         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16138
16139 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16140
16141         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16142         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16143         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16144         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16145         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16146         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16147         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16148
16149         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16150         for NaNs before doing comparisons on argument.
16151         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16152         Likewise.
16153
16154 2013-10-10  Will Newton  <will.newton@linaro.org>
16155
16156         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16157         passed to _int_memalign does not overflow.
16158
16159 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16160
16161         * scripts/bench.pl: Add include-sources directive.
16162         * benchtests/README: Update documentation.
16163
16164 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16165
16166         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16167         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16168         instead of FP_INIT_ROUNDMODE.
16169         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16170         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16171
16172         [BZ #16034]
16173         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16174         copy class of input value.
16175         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16176         not handle exceptions.
16177         * soft-fp/negsf2.c (__negsf2): Likewise.
16178         * soft-fp/negtf2.c (__negtf2): Likewise.
16179         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16180
16181 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16182
16183         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16184         semicolon.  From Linux kernel.
16185
16186 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16187
16188         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16189
16190 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16191
16192         [BZ #156]
16193         * manual/socket.texi: Added statement about buffer
16194         for gethostbyname2_r.
16195
16196 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16197
16198         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16199         Use .p2align directive instead, throughout.
16200         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16201         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16202         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16203         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16204         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16205         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16206         * sysdeps/x86_64/strchr.S: Likewise.
16207         * sysdeps/x86_64/strrchr.S: Likewise.
16208
16209 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16210
16211         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16212
16213         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16214
16215         * sysdeps/generic/math_private.h (__mpsin1): Remove
16216         declaration.
16217         (__mpcos1): Likewise.
16218         (__mpsin): New argument __range_reduce.
16219         (__mpcos): Likewise.
16220         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16221         (slow): Use __mpsin and __mpcos.
16222         (slow1): Likewise.
16223         (slow2): Likewise.
16224         (sloww): Likewise.
16225         (sloww1): Likewise.
16226         (sloww2): Likewise.
16227         (bsloww): Likewise.
16228         (bsloww1): Likewise.
16229         (bsloww2): Likewise.
16230         (cslow2): Likewise.
16231         (csloww): Likewise.
16232         (csloww1): Likewise.
16233         (csloww2): Likewise.
16234         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16235         range_reduce.  Merge in __mpsin1.
16236         (__mpcos): Likewise.
16237         (__mpsin1): Remove.
16238         (__mpcos1): Likewise.
16239
16240 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16241
16242         * locale/loadlocale.c (_nl_intern_locale_data): Use
16243         LOCFILE_ALIGNED_P.
16244         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16245         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16246         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16247         obstack data is appropriately aligned.
16248         (obstack_int32_grow_fast): Likewise.
16249         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16250         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16251         (add_locale_uint32_array): Likewise.
16252
16253 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16254
16255         * benchtests/Makefile: Remove ARGLIST and RET variables.
16256         ($(objpfx)bench-%.c): Pass only function name to the script.
16257         * benchtests/README: Update documentation.
16258         * benchtests/acos-inputs: Add new directives.
16259         * benchtests/acosh-inputs: Likewise.
16260         * benchtests/asin-inputs: Likewise.
16261         * benchtests/asinh-inputs: Likewise.
16262         * benchtests/atan-inputs: Likewise.
16263         * benchtests/atanh-inputs: Likewise.
16264         * benchtests/cos-inputs: Likewise.
16265         * benchtests/cosh-inputs: Likewise.
16266         * benchtests/exp-inputs: Likewise.
16267         * benchtests/log-inputs: Likewise.
16268         * benchtests/pow-inputs: Likewise.
16269         * benchtests/rint-inputs: Likewise.
16270         * benchtests/sin-inputs: Likewise.
16271         * benchtests/sinh-inputs: Likewise.
16272         * benchtests/tan-inputs: Likewise.
16273         * benchtests/tanh-inputs: Likewise.
16274         * scripts/bench.pl: Add support for new directives.
16275
16276 2013-10-07  Alan Modra  <amodra@gmail.com>
16277
16278         * README: Fix careless merge.
16279
16280 2013-10-05  Alan Modra  <amodra@gmail.com>
16281
16282         * NEWS: Mention powerpc64le support and bugs fixed.
16283         * README: Both big-endian and little-endian powerpc64 supported.
16284
16285 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16286
16287         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16288         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16289         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16290         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16291
16292 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16293
16294         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16295         match prototype.
16296
16297 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16298
16299         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16300         Move -mhard-float appending from
16301         ports/sysdeps/powerpc/powerpc32/Makefile.
16302         [$(with-fp) = yes] (ASFLAGS): Likewise.
16303         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16304         * sysdeps/powerpc/nofpu: Move directory from
16305         ports/sysdeps/powerpc/nofpu.
16306         * sysdeps/powerpc/soft-fp: Move directory from
16307         ports/sysdeps/powerpc/soft-fp.
16308         * sysdeps/powerpc/powerpc32/405: Move directory from
16309         ports/sysdeps/powerpc/powerpc32/405.
16310         * sysdeps/powerpc/powerpc32/440: Move directory from
16311         ports/sysdeps/powerpc/powerpc32/440.
16312         * sysdeps/powerpc/powerpc32/464: Move directory from
16313         ports/sysdeps/powerpc/powerpc32/464.
16314         * sysdeps/powerpc/powerpc32/476: Move directory from
16315         ports/sysdeps/powerpc/powerpc32/476.
16316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16317         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16319         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16321         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16323         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16325         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16326         * README: Update for powerpc-*-linux-gnu software floating point
16327         support in libc.
16328
16329         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16330         case to powerpc/powerpc32*.
16331         * sysdeps/unix/sysv/linux/configure: Regenerated.
16332
16333         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16334         (_FPU_MASK_OM): Define as 0x04.
16335         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16336         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16337         0x00c10080.
16338         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16339         0x0000003c.
16340         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16341
16342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16343         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16344         getcontext_e500.
16345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16346         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16347         setcontext_e500.
16348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16349         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16350         and setcontext_e500.
16351
16352 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16353
16354         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16355
16356 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16357
16358         * manual/threads.texi (Default Thread Attributes): Fix typo.
16359
16360 2013-10-04  Will Newton  <will.newton@linaro.org>
16361
16362         * malloc/Makefile: Add tst-memalign.
16363         * malloc/tst-memalign.c: New file.
16364
16365         * malloc/tst-posix_memalign.c: Add comments.
16366         (do_test): Add comments and call free on all potentially
16367         allocated pointers. Add space after cast.
16368
16369         * malloc/tst-pvalloc.c: Add comments.
16370         (do_test): Add comments and call free on all potentially
16371         allocated pointers. Remove duplicate check for NULL pointer.
16372         Add space after cast.
16373
16374         * malloc/tst-valloc.c: Add comments.
16375         (do_test): Add comments and call free on all potentially
16376         allocated pointers. Remove duplicate check for NULL pointer.
16377         Add space after cast.
16378
16379 2013-10-04  Alan Modra  <amodra@gmail.com>
16380
16381         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16382         Use stdint types in rather than __attribute__((mode())).
16383         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16384
16385 2013-10-04  Alan Modra  <amodra@gmail.com>
16386
16387         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16388         Correct handling of unaligned relocs for little-endian.
16389         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16390
16391 2013-10-04  Alan Modra  <amodra@gmail.com>
16392
16393         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16394         * configure: Regenerate.
16395         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16396         * shlib-versions: Likewise.
16397
16398 2013-10-04  Alan Modra  <amodra@gmail.com>
16399
16400         * string/tester.c (test_memrchr): Increment reported test cycle.
16401
16402 2013-10-04  Alan Modra  <amodra@gmail.com>
16403
16404         * string/test-memcpy.c (do_one_test): When reporting errors, print
16405         string address and don't overrun end of string.
16406
16407 2013-10-04  Alan Modra  <amodra@gmail.com>
16408
16409         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16410         insrdi.  Make better use of reg selection to speed exit slightly.
16411         Schedule entry path a little better.  Remove useless "are we done"
16412         checks on entry to main loop.  Handle wrapping around zero address.
16413         Correct main loop count.  Handle single left-over word from main
16414         loop inline rather than by using loop_small.  Remove extra word
16415         case in loop_small caused by wrong loop count.  Add little-endian
16416         support.
16417         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16418         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16419         cache hint.
16420         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16421         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16422         support.  Avoid rlwimi.
16423         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16424
16425 2013-10-04  Alan Modra  <amodra@gmail.com>
16426
16427         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16428         insrdi.  Formatting.
16429         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16430         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16431         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16432         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16433         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16434         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16435
16436 2013-10-04  Alan Modra  <amodra@gmail.com>
16437
16438         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16439         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16440         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16441         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16442         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16443         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16444         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16445         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16446         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16447         use of regs.  Use power7 mtocrf.  Tidy function tails.
16448
16449 2013-10-04  Alan Modra  <amodra@gmail.com>
16450
16451         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16452         Formatting.  Consistently use rXXX register defines or rN defines.
16453         Use early exit labels that avoid restoring unused non-volatile regs.
16454         Make cr field use more consistent with rWORDn compares.  Rename
16455         regs used as shift registers for unaligned loop, using rN defines
16456         for short lifetime/multiple use regs.
16457         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16458         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16459         addi 1,1,64 to pop stack frame.  Simplify return value code.
16460         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16461
16462 2013-10-04  Alan Modra  <amodra@gmail.com>
16463
16464         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16465         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16466         rather than rlwimi.
16467         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16468         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16469         little-endian support.  Correct typos.
16470         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16471         rather than rlwimi.
16472         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16473         in loop and entry code to keep "and." results.
16474         (strchr): Add little-endian support.  Comment.  Move cntlzd
16475         earlier in tail.
16476         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16477
16478 2013-10-04  Alan Modra  <amodra@gmail.com>
16479
16480         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16481         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16482         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16483         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16484
16485 2013-10-04  Alan Modra  <amodra@gmail.com>
16486
16487         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16488         (rTMP): Define as r11.
16489         (strcmp): Add little-endian support.  Optimise tail.
16490         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16491         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16492         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16493         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16494         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16495         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16496         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16497
16498 2013-10-04  Alan Modra  <amodra@gmail.com>
16499
16500         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16501         little-endian support.  Remove unnecessary "are we done" tests.
16502         Handle "s" wrapping around zero and extremely large "size".
16503         Correct main loop count.  Handle single left-over word from main
16504         loop inline rather than by using small_loop.  Correct comments.
16505         Delete "zero" tail, use "end_max" instead.
16506         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16507
16508 2013-10-04  Alan Modra  <amodra@gmail.com>
16509
16510         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16511         support.  Don't branch over align.
16512         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16513         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16514         support.  Rearrange tmp reg use to suit.  Comment.
16515         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16516
16517 2013-10-04  Alan Modra  <amodra@gmail.com>
16518
16519         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16520
16521 2013-10-04  Alan Modra  <amodra@gmail.com>
16522
16523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16524         conditional form of branch and link when obtaining pc.
16525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16526
16527 2013-10-04  Alan Modra  <amodra@gmail.com>
16528
16529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16530         HIWORD/LOWORD.
16531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16533
16534 2013-10-04  Alan Modra  <amodra@gmail.com>
16535
16536         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16537         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16538         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16539         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16540         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16541         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16542         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16543         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16544         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16545         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16546
16547 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16548             Alistair Popple <alistair@ozlabs.au.ibm.com>
16549             Alan Modra <amodra@gmail.com>
16550
16551         [BZ #15723]
16552         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16553         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16554         _dl_hwcap access for little-endian.
16555         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16556         destroy vmx regs when saving unaligned.
16557         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16558         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16559         destroy vmx regs when saving unaligned.
16560
16561 2013-10-04  Alan Modra  <amodra@gmail.com>
16562
16563         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16564         Don't use a union to pack hi/low value.
16565
16566 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16567
16568         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16569         for little-endian.
16570         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16571         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16572         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16573         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16574         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16575
16576 2013-10-04  Alan Modra  <amodra@gmail.com>
16577
16578         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16579         constants to usual value for .cst8 section, and remove redundant
16580         high address load.
16581         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16582         constant for 0x1p52.  Load little-endian words of double from
16583         correct stack offsets.
16584
16585 2013-10-04  Alan Modra  <amodra@gmail.com>
16586
16587         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16588         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16589         words of double from correct stack offsets.
16590         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16591         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16592         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16593         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16594         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16595         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16596         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16597         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16598         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16599         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16600         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16601         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16602         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16603         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16604         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16605         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16606         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16607
16608 2013-10-04  Alan Modra  <amodra@gmail.com>
16609
16610         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16611         64-bit int/double union.
16612         (_FPU_SETCW): Likewise.
16613         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16614         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16615
16616 2013-10-04  Alan Modra  <amodra@gmail.com>
16617
16618         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16619         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16620
16621 2013-10-04  Alan Modra  <amodra@gmail.com>
16622
16623         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16624         use vector int constants.
16625         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16626
16627 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16628
16629         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16630         array with long long.
16631         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16632         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16633         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16634         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16635         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16636         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16637         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16638         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16639         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16640         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16641         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16642         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16643         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16644
16645 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16646
16647         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16648         (__signbit): Likewise.  Correct for little-endian.
16649         (__signbitl): Call __signbit.
16650         (lrint): Correct for little-endian.
16651         (lrintf): Call lrint.
16652
16653 2013-10-04  Alan Modra  <amodra@gmail.com>
16654
16655         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16656         union 32-bit int array member with 64-bit int array.
16657         (t515, tm256): Double rather than long double.
16658         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16659
16660 2013-10-04  Alan Modra  <amodra@gmail.com>
16661
16662         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16663         Delete.
16664         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16665         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16666         version of math_ldbl.h.
16667
16668 2013-10-04  Alan Modra  <amodra@gmail.com>
16669
16670         [BZ #15734], [BZ #15735]
16671         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16672         all uses of ieee875 long double macros and unions.  Simplify test
16673         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16674         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16675         normalize after ldbl_extract_mantissa, and don't add hidden bit
16676         already handled.  Don't treat low word of ieee854 mantissa like
16677         low word of IBM long double and mask off bit when testing for
16678         zero.
16679         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16680         all uses of ieee875 long double macros and unions.  Simplify tests
16681         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16682         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16683         two1022, instead use their values.  Recognise that tests for large
16684         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16685         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16686         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16687         test for 0.0L and nan.  Correct negation.
16688         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16689         ieee875 long double macros and unions.  Correct output for large
16690         magnitude x.  Correct absolute value calculation.
16691         (__erfcl): Likewise.
16692         * math/libm-test.inc: Add tests for errors discovered in IBM long
16693         double versions of fmodl, remainderl, erfl and erfcl.
16694
16695 2013-10-04  Alan Modra  <amodra@gmail.com>
16696
16697         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16698         all uses of ieee854 long double macros and unions.  Simplify tests
16699         for long doubles that are fully specified by the high double.
16700         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16701         Likewise.
16702         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16703         Remove dead code too.
16704         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16705         (__ieee754_ynl): Likewise.
16706         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16707         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16708         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16709         Remove dead code too.
16710         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16711         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16712         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16713         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16714         Simplify.
16715         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16716         Simplify.
16717         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16718         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16719         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16720         Comment on variable precision.
16721         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16722         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16723         Likewise.
16724         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16725         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16726         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16727         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16728         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16729
16730 2013-10-04  Alan Modra  <amodra@gmail.com>
16731
16732         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16733         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16734         all uses of ieee854 long double macros and unions.
16735         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16736         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16737         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16738         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16739         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16740         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16741         Likewise.
16742         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16743         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16744         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16745         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16746         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16747         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16748         Simplify sign and nan test too.
16749         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16750         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16751         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16752         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16753         Likewise.
16754         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16755         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16756         Likewise.
16757         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16758         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16759         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16760         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16761         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16762         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16763
16764 2013-10-04  Alan Modra  <amodra@gmail.com>
16765
16766         * stdio-common/printf_size.c (__printf_size): Don't use
16767         union ieee854_long_double in fpnum union.
16768         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16769         signbit macro to retrieve sign from long double.
16770         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16771         retrieve sign from long double.
16772         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16773         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16774         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16775         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16776         * math/test-misc.c (main): Don't use union ieee854_long_double.
16777
16778 2013-10-04  Alan Modra  <amodra@gmail.com>
16779
16780         [BZ #15680]
16781         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16782         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16783         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16784         calculation.  Remove unnecessary test for denormal exponent.
16785         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16786         Correct handling of denormals.  Avoid undefined shift behaviour.
16787         Correct normalisation of low mantissa when low double is denormal.
16788         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16789         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16790         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16791         Correct normalisation of low mantissa.  Test for overflow of high
16792         mantissa and normalise.
16793         (ldbl_nearbyint): Use more readable constant for two52.
16794         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16795         (__mpn_construct_long_double): Fix test for overflow of high
16796         mantissa and correct normalisation.  Avoid undefined shift.
16797
16798 2013-10-04  Alan Modra  <amodra@gmail.com>
16799
16800         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16801         (union ibm_extended_long_double): Define as an array of ieee754_double.
16802         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16803         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16804         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16805         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16806         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16807         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16808         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16809         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16810         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16811         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16812         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16813
16814 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16815
16816         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16817         page size instead of calling getpagesize.
16818
16819         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16820         (LOCFILE_ALIGN_MASK): Likewise.
16821         (LOCFILE_ALIGN_UP): Likewise.
16822         (LOCFILE_ALIGNED_P): Likewise.
16823         * locale/programs/ld-collate.c (collate_output): Use the new
16824         macros instead of __alignof__ (int32_t).
16825         * locale/weight.h (findidx): Likewise.
16826
16827 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16828
16829         [BZ #431]
16830         * manual/string.texi: Fix strncat and wcsncat.
16831
16832 2013-10-03  Brooks Moses  <bmoses@google.com>
16833
16834         [BZ #15915]
16835         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16836         * Makerules: ...here, and adjust associated comments.
16837
16838 2013-10-02  Will Newton  <will.newton@linaro.org>
16839
16840         * malloc/Makefile: Add tst-pvalloc.
16841         * malloc/tst-pvalloc.c: New file.
16842
16843 2013-10-02  Will Newton  <will.newton@linaro.org>
16844
16845         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16846         improve test coverage.
16847
16848 2013-10-02  Will Newton  <will.newton@linaro.org>
16849
16850         * malloc/Makefile: Add tst-posix_memalign.
16851         * malloc/tst-posix_memalign.c: New file.
16852
16853 2013-10-01  Eric Blake  <eblake@redhat.com>
16854
16855         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16856         Use __THROWNL rather than __THROW on static functions.
16857
16858 2013-09-30  Petr Machata  <pmachata@redhat.com>
16859
16860         * elf/elf.h (R_AARCH64_ABS16): New macro.
16861         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16862         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16863         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16864         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16865         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16866         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16867         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16868         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16869         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16870         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16871         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16872         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16873         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16874         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16875         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16876         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16877         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16878         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16879         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16880         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16881         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16882         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16883         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16884         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16885         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16886         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16887         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16888         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16889         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16890         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16891         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16892         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16893         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16894         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16895         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16896         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16897         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16898         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16899         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16900         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16901         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16902         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16903         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16904         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16905         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16906         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16907         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16908         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16909         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16910         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16911         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16912         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16913         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16914         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16915         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16916         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16917         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16918         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16919         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16920         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16921         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16922         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16923         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16924         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16925         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16926         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16927         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16928         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16929         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16930         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16931         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16932         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16933         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16934         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16935         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16936         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16937         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16938         (R_AARCH64_TLSDESC_LDR): Likewise.
16939         (R_AARCH64_TLSDESC_ADD): Likewise.
16940         (R_AARCH64_TLSDESC_CALL): Likewise.
16941
16942 2013-09-30  Andreas Schwab  <schwab@suse.de>
16943
16944         [BZ #15048]
16945         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16946         the nss database lookup.
16947         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16948         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16949
16950 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16951
16952         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16953
16954 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16955
16956         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16957         ${Bash-specific parameter/pattern/string} parameter expansion.
16958         * sysdeps/unix/make-syscalls.sh: Likewise.
16959
16960 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16961
16962         * sysdeps/sh/stackguard-macros.h: New file.
16963
16964 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
16965
16966         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16967         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
16968         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
16969         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
16970         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16971         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
16972
16973 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16974
16975         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
16976         Fix thread ID register.
16977
16978 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
16979
16980         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
16981         [POSIX || UNIX98]: Require rather than permitting all symbols from
16982         <time.h>.
16983         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
16984         element of struct sched_param.
16985         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
16986         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
16987         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
16988         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
16989         constant.
16990
16991 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
16992
16993         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
16994         argument calculation.
16995
16996 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16997
16998         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
16999         Expect macro.
17000         [POSIX] (pthread_attr_t): Do not require type.
17001         [POSIX] (pthread_cond_t): Likewise.
17002         [POSIX] (pthread_condattr_t): Likewise.
17003         [POSIX] (pthread_key_t): Likewise.
17004         [POSIX] (pthread_mutex_t): Likewise.
17005         [POSIX] (pthread_mutexattr_t): Likewise.
17006         [POSIX] (pthread_once_t): Likewise.
17007         [POSIX] (pthread_t): Likewise.
17008         [POSIX-based standards] (pthread_atfork): Expect function.
17009
17010 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17011             Richard Sandiford  <richard@codesourcery.com>
17012
17013         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17014         (swap_endianness_p): New extern variable.
17015         (set_big_endian): New inline function.
17016         (maybe_swap_uint32): Likewise.
17017         (maybe_swap_uint32_array): Likewise.
17018         (maybe_swap_uint32_obstack): Likewise.
17019         * locale/programs/locfile.c: Include <stdbool.h>.
17020         (swap_endianness_p): New variable.
17021         (add_locale_uint32): Call maybe_swap_uint32.
17022         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17023         (write_locale_data): Call maybe_swap_uint32_array.
17024         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17025         maybe_swap_uint32.
17026         (obstack_int32_grow_fast): Likewise.
17027         (output_weightwc): Call maybe_swap_uint32_obstack.
17028         (collate_output): Likewise.
17029         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17030         (OPT_LITTLE_ENDIAN): Likewise.
17031         (options): Add --little-endian and --big-endian options.
17032         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17033         * locale/programs/locarchive.c: Include "locfile.h".
17034         (GET): New macro.
17035         (SET): Likewise.
17036         (INC): Likewise.
17037         (create_archive): Use the new macros to access fields of
17038         structures directly mapped from or written to locale archives.
17039         (oldlocrecentcmp): Likewise.
17040         (enlarge_archive): Likewise.
17041         (insert_name): Likewise.
17042         (add_alias): Likewise.
17043         (add_locale): Likewise.
17044         (delete_locales_from_archive): Likewise.
17045         (show_archive_content): Likewise.
17046         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17047         locale data.
17048
17049 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17050
17051         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17052         http://www.gnu.org/doc/freemanuals.texi.
17053         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17054
17055 2013-09-24  Will Newton  <will.newton@linaro.org>
17056
17057         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17058         macro.
17059
17060 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17061
17062         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17063         unsigned char.
17064
17065 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17066
17067         * manual/threads.texi (POSIX Threads): Fix a typo.
17068
17069 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17070
17071         [BZ #14547]
17072         * string/tst-strcoll-overflow.c: New test case.
17073         * string/Makefile (xtests): Add tst-strcoll-overflow.
17074         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17075         cache if string sizes may cause integer overflow.
17076
17077         [BZ #14547]
17078         * string/strcoll_l.c (coll_seq): New members rule, idx,
17079         save_idx and back_us.
17080         (get_next_seq_nocache): New function.
17081         (do_compare_nocache): New function.
17082         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17083         when malloc fails.
17084
17085 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17086
17087         [BZ #15754]
17088         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17089         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17090         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17091
17092         [BZ #15754]
17093         * elf/Makefile (tests): Add tst-ptrguard1.
17094         (tests-static): Add tst-ptrguard1-static.
17095         (tst-ptrguard1-ARGS): Define.
17096         (tst-ptrguard1-static-ARGS): Define.
17097         * elf/tst-ptrguard1.c: New file.
17098         * elf/tst-ptrguard1-static.c: New file.
17099         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17100         * sysdeps/i386/stackguard-macros.h: Likewise.
17101         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17102         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17103         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17104         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17105         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17106         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17107
17108 2013-09-23  Hector Marco  <hecmargi@upv.es>
17109             Ismael Ripoll  <iripoll@disca.upv.es>
17110             Carlos O'Donell  <carlos@redhat.com>
17111
17112         [BZ #15754]
17113         * sysdeps/generic/stackguard-macros.h: Define
17114         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17115         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17116         Define __pointer_chk_guard_local.
17117         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17118         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17119
17120 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17121
17122         [BZ #15859]
17123         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17124
17125 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17126
17127         * include/string.h (__ffs): Declare as hidden.
17128         * string/ffs.c (__ffs): Define as hidden.
17129         * sysdeps/i386/ffs.c (__ffs): Likewise.
17130         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17131         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17132         * sysdeps/s390/ffs.c (__ffs): Likewise.
17133         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17134
17135 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17136
17137         * NEWS: Mention malloc probes.
17138
17139         * malloc/arena.c (new_heap): New memory_heap_new probe.
17140         (grow_heap): New memory_heap_more probe.
17141         (shrink_heap): New memory_heap_less probe.
17142         (heap_trim): New memory_heap_free probe.
17143         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17144         (systrim): New memory_sbrk_less probe.
17145         * manual/probes.texi: Document them.
17146
17147         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17148         * manual/probes.texi: Document it.
17149
17150         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17151         (__libc_realloc): Add memory_realloc_retry probe.
17152         (__libc_memalign): Add memory_memalign_retry probe.
17153         (__libc_valloc): Add memory_valloc_retry probe.
17154         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17155         (__libc_calloc): Add memory_calloc_retry probe.
17156         * manual/probes.texi: Document them.
17157
17158         * malloc/arena.c (get_free_list): Add probe
17159         memory_arena_reuse_free_list.
17160         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17161         and memory_arena_reuse.
17162         (arena_get2) [!PER_THREAD]: Likewise.
17163         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17164         memory_arena_reuse_realloc.
17165         * manual/probes.texi: Document them.
17166
17167         * malloc/malloc.c (__libc_free): Add
17168         memory_mallopt_free_dyn_thresholds probe.
17169         (__libc_mallopt): Add multiple memory_mallopt probes.
17170         * manual/probes.texi: Document them.
17171
17172         * malloc/malloc.c: Include stap-probe.h.
17173         (__libc_mallopt): Add memory_mallopt probe.
17174         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17175         * manual/probes.texi: New.
17176         * manual/Makefile (chapters): Add probes.
17177         * manual/threads.texi: Set next node.
17178
17179 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17180
17181         [BZ #15963, #13985]
17182         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17183         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17184         Add `Chinese' to `nan' entry name.
17185
17186 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17187
17188         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17189         (POLYNOMIAL): Likewise.
17190         (TAYLOR_SINCOS): Likewise.
17191         (TAYLOR_SLOW): Likewise.
17192         (__sin): Use TAYLOR_SINCOS.
17193         (__cos): Likewise.
17194         (slow): Use TAYLOR_SLOW.
17195         (sloww): Likewise.
17196         (bsloww): Likewise.
17197         (csloww): Likewise.
17198
17199 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17200
17201         * stdlib/strtod_l.c: Fix buffer overrun.
17202
17203 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17204
17205         * benchtests/Makefile (bench): Add sincos.
17206         * benchtests/bench-sincos.c: New file.
17207
17208         * math/libm-test.inc (cos_test_data): New test inputs.
17209         (sin_test_data): Likewise.
17210
17211         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17212         macro.
17213         (__sin): Use it.
17214         (__cos): Likewise.
17215         (slow1): Likewise.
17216         (slow2): Likewise.
17217         (sloww1): Likewise.
17218         (sloww2): Likewise.
17219         (bsloww1): Likewise.
17220         (bsloww2): Likewise.
17221         (cslow2): Likewise.
17222         (csloww1): Likewise.
17223         (csloww2): Likewise.
17224
17225         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17226         function.
17227         (__sin): Use it.
17228         (__cos): Likewise.
17229
17230         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17231         gotos.
17232         (__cos): Likewise.
17233
17234 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17235
17236         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17237         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17238         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17239         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17240         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17241         * elf/cache.c (print_entry): Handle the new cache flags.
17242
17243 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17244             Aldy Hernandez  <aldyh@redhat.com>
17245
17246         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17247         Change condition to [_SOFT_FLOAT].
17248         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17249         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17250         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17251         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17252         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17253         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17254         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17255         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17256         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17257         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17258         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17259         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17260         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17261         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17262         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17263         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17264         declaration.
17265
17266 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17267
17268         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17269         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17270         (__longjmp): Use LOAD_GP to load saved GPRs.
17271         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17272         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17273         (__sigsetjmp): Use SAVE_GP to save GPRs.
17274
17275         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17276         Do not append -msoft-float.
17277         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17278
17279 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17280
17281         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17282
17283 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17284
17285         [BZ #15966]
17286         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17287         (_FPU_GETCW): Use initial "__" on variable and field names but not
17288         on macro parameter name.
17289         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17290         parentheses around reference to macro parameter.
17291
17292 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17293
17294         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17295         prototype.
17296         (ctype_startup): Use uint32_t in cast and sizeof for
17297         ctype->charnames.
17298
17299 2013-09-11  Jia Liu  <proljc@gmail.com>
17300
17301         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17302         __daddr_t_defined.
17303         [__FreeBSD__]: Likewise.
17304
17305 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17306
17307         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17308         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17309         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17310         (strchr): Remove __strchr_sse42 ifunc selection.
17311         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17312         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17313
17314 2013-09-11  Will Newton  <will.newton@linaro.org>
17315
17316         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17317         parameter to RES. Remove hardcoded 1000 value.
17318         * benchtests/bench-skeleton.c (main): Pass RES parameter
17319         to TIMING_INIT and multiply result by 1000.
17320
17321 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17322
17323         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17324
17325 2013-09-11  Andreas Schwab  <schwab@suse.de>
17326
17327         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17328         if not defined.
17329         (O_TMPFILE) [__USE_GNU]: Define.
17330         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17331         Define.
17332
17333 2013-09-11  Will Newton  <will.newton@linaro.org>
17334
17335         [BZ #15857]
17336         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17337         does not overflow.
17338
17339 2013-09-11  Will Newton  <will.newton@linaro.org>
17340
17341         [BZ #15856]
17342         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17343         does not overflow.
17344
17345 2013-09-11  Will Newton  <will.newton@linaro.org>
17346
17347         [BZ #15855]
17348         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17349         does not overflow.
17350
17351 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17352
17353         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17354         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17355         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17356         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17357         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17358
17359 2013-09-10  Allan McRae  <allan@archlinux.org>
17360
17361         [BZ #15748]
17362         * manual/arith.texi (Parsing of Floats): Clarify
17363         cross-reference.
17364
17365         [BZ #15849]
17366         * manual/install.texi (Running make install): Mention
17367         --enable-pt-chown.
17368         * INSTALL: Regenerated.
17369
17370 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17371
17372         * csu/init-first.c (_init): Remove the !SHARED condition around
17373         FPU control word initialization.
17374         * elf/dl-support.c (_dl_fpu_control): New variable.
17375         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17376         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17377         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17378         * math/test-fpucw-static.c: New file.
17379         * math/test-fpucw-ieee.c: New file.
17380         * math/test-fpucw-ieee-static.c: New file.
17381         * math/Makefile (tests): Add `test-fpucw-ieee' and
17382         `$(tests-static)'.
17383         (tests-static): New variable.
17384         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17385         dependency to...
17386         [($(build-shared),yes)]
17387         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17388         ... this.
17389         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17390         New dependency.
17391
17392 2013-09-09  Allan McRae  <allan@archlinux.org>
17393
17394         [BZ #15939]
17395         * manual/string.texi (Collation Functions): Fix typo in
17396         strcoll example.
17397         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17398
17399         [BZ #15893]
17400         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17401
17402         [BZ #15892]
17403         * libio/memstream.c (open_memstream): Fix memory leak.
17404         * libio/wmemstream.c (open_wmemstream): Likewise.
17405
17406         [BZ #15895]
17407         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17408
17409 2013-09-09  Will Newton  <will.newton@linaro.org>
17410
17411         * malloc/Makefile: Add tst-realloc to tests.
17412         * malloc/tst-realloc.c: New file.
17413
17414 2013-09-09  Allan McRae  <allan@archlinux.org>
17415
17416         [BZ #15844]
17417         * COPYING: Update from GNU website to fix FSF address.
17418         * COPYING.LIB: Likewise.
17419
17420 2013-09-06  David S. Miller  <davem@davemloft.net>
17421
17422         * po/zh_TW.po: Update Chinese (traditional) translation from
17423         translation project.
17424
17425 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17426             Joseph Myers  <joseph@codesourcery.com>
17427
17428         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17429         "localeinfo.h".
17430         (obstack_chunk_alloc): New macro.
17431         (obstack_chunk_free): Likewise.
17432         (record_offset): New function.
17433         (init_locale_data): Likewise.
17434         (align_locale_data): Likewise.
17435         (add_locale_empty): Likewise.
17436         (add_locale_raw_data): Likewise.
17437         (add_locale_raw_obstack): Likewise.
17438         (add_locale_string): Likewise.
17439         (add_locale_wstring): Likewise.
17440         (add_locale_uint32): Likewise.
17441         (add_locale_uint32_array): Likewise.
17442         (add_locale_char): Likewise.
17443         (start_locale_structure): Likewise.
17444         (end_locale_structure): Likewise.
17445         (start_locale_prelude): Likewise.
17446         (end_locale_prelude): Likewise.
17447         (write_locale_data): Take locale_file structure rather than an
17448         iovec.
17449         * locale/programs/locfile.h: Include "obstack.h".
17450         (struct locale_file): Change to store locale file contents instead
17451         of header.
17452         (init_locale_data): New prototype.
17453         (align_locale_data): Likewise.
17454         (add_locale_empty): Likewise.
17455         (add_locale_raw_data): Likewise.
17456         (add_locale_raw_obstack): Likewise.
17457         (add_locale_string): Likewise.
17458         (add_locale_wstring): Likewise.
17459         (add_locale_uint32): Likewise.
17460         (add_locale_uint32_array): Likewise.
17461         (add_locale_char): Likewise.
17462         (start_locale_structure): Likewise.
17463         (end_locale_structure): Likewise.
17464         (start_locale_prelude): Likewise.
17465         (end_locale_prelude): Likewise.
17466         (write_locale_data): Update prototype.
17467         * locale/programs/3level.h (struct TABLE): Remove result field.
17468         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17469         Use new locale_file interface.
17470         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17471         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17472         * locale/programs/ld-address.c (address_output): Use new
17473         locale_file interface.
17474         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17475         NO_ADD_LOCALE.
17476         (collate_finish): Don't call collseq_table_finalize.
17477         (collate_output): Use new locale_file interface.
17478         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17479         in file.
17480         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17481         (TABLE): Move defines earlier in file.
17482         (ELEMENT): Likewise.
17483         (DEFAULT): Likewise.
17484         (wctrans_table_add): Move macro and inline function earlier in
17485         file.
17486         (struct wctype_table): Move type earlier in file.
17487         (add_locale_wctype_table): New static prototype.
17488         (struct locale_ctype_t): Use logical types instead of struct iovec
17489         pointers for members.
17490         (ctype_output): Use new locale_file interface.
17491         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17492         new locale_file interface.
17493         (allocate_arrays): Update for use of new locale_file interface.
17494         * locale/programs/ld-identification.c (identification_output): Use
17495         new locale_file interface.
17496         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17497         * locale/programs/ld-messages.c (messages_output): Likewise.
17498         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17499         * locale/programs/ld-name.c (name_output): Likewise.
17500         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17501         * locale/programs/ld-paper.c (paper_output): Likewise.
17502         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17503         * locale/programs/ld-time.c (time_output): Likewise.
17504
17505 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17506
17507         * benchtests/Makefile: Add memrchr benchmark.
17508         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17509         benchmark as memrchr.
17510         * benchtests/bench-memrchr-ifunc.c: New file.
17511         * benchtests/bench-memrchr.c: New file.
17512
17513 2013-09-06   Will Newton  <will.newton@linaro.org>
17514
17515         * benchtests/Makefile (string-bench): Add memcpy.
17516
17517 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17518             Cong Wang  <amwang@redhat.com>
17519
17520         [BZ #15850]
17521         * sysdeps/unix/sysv/linux/bits/in.h
17522         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17523         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17524         before __USE_KERNEL_IPV6_DEFS uses.
17525         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17526         IPPROTO_BEETPH.
17527         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17528         sockaddr_in6, or ipv6_mreq.
17529
17530 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17531
17532         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17533         memory access for final bytes in some large inputs.
17534         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17535
17536 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17537
17538         * string/test-memrchr.c: New file.
17539         * string/test-memrchr-ifunc.c: New file.
17540         * string/Makefile: Add new memrchr testcase.
17541
17542 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17543
17544         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17545         fanotify_init returns EPERM.
17546
17547 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17548
17549         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17550         errors.
17551         (top level): Treat second token from macro or constant entries for
17552         allowed headers as allowed.
17553         * include/complex.h: Condition internal declarations on
17554         [!_ISOMAC].
17555         * include/fenv.h: Condition include of <stdbool.h> and internal
17556         declarations on [!_ISOMAC].
17557
17558 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17559
17560         [BZ #15923]
17561         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17562
17563 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17564
17565         * configure.in (--enable-versioning): Remove configure option.
17566         (libc_cv_asm_symver_directive): Remove configure test.
17567         (libc_cv_ld_version_script_option): Likewise.
17568         (VERSIONING): Remove variable and AC_SUBST.
17569         (DO_VERSIONING): Remove AC_DEFINE.
17570         * configure: Regenerated.
17571         * config.h.in (DO_VERSIONING): Remove macro.
17572         * Makerules [$(versioning) = yes]: Change conditionals to
17573         [$(build-shared) = yes].
17574         * config.make.in (versioning): Remove variable.
17575         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17576         [$(build-shared) = yes].
17577         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17578         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17579         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17580         [$(build-shared) = yes].
17581         * extra-lib.mk [$(versioning) = yes]: Likewise.
17582         * hurd/Makefile [$(versioning) = yes]: Likewise.
17583         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17584         [SHARED].
17585         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17586         [SHARED].
17587         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17588         [SHARED && !NO_HIDDEN].
17589         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17590         [SHARED].
17591         [SHARED && DO_VERSIONING]: Likewise..
17592         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17593         [$(build-shared) = yes].
17594         * manual/install.texi (--disable-versioning): Remove
17595         documentation.
17596         * INSTALL: Regenerated.
17597         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17598         to [SHARED].
17599         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17600         [$(build-shared) = yes].
17601         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17602         * sysdeps/i386/i686/multiarch/strstr-c.c
17603         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17604         [SHARED && !NO_HIDDEN].
17605         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17606         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17607         * sysdeps/powerpc/powerpc32/dl-machine.c
17608         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17609         * sysdeps/powerpc/powerpc32/sysdep.h
17610         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17611         to [SHARED && PIC && !NO_HIDDEN].
17612         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17613         conditional to [SHARED].
17614
17615 2013-09-04   Will Newton  <will.newton@linaro.org>
17616
17617         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17618         * benchtests/bench-string.h: Include bench-timing.h instead
17619         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17620         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17621         call to HP_TIMING_DIFF_INIT.
17622         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17623         instead of hp-timing.h macros.
17624         * benchtests/bench-memchr.c: Likewise.
17625         * benchtests/bench-memcmp.c: Likewise.
17626         * benchtests/bench-memcpy.c: Likewise.
17627         * benchtests/bench-memmem.c: Likewise.
17628         * benchtests/bench-memmove.c: Likewise.
17629         * benchtests/bench-memset.c: Likewise.
17630         * benchtests/bench-rawmemchr.c: Likewise.
17631         * benchtests/bench-strcasecmp.c: Likewise.
17632         * benchtests/bench-strcasestr.c: Likewise.
17633         * benchtests/bench-strcat.c: Likewise.
17634         * benchtests/bench-strchr.c: Likewise.
17635         * benchtests/bench-strcmp.c: Likewise.
17636         * benchtests/bench-strcpy.c: Likewise.
17637         * benchtests/bench-strcpy_chk.c: Likewise.
17638         * benchtests/bench-strlen.c: Likewise.
17639         * benchtests/bench-strncasecmp.c: Likewise.
17640         * benchtests/bench-strncat.c: Likewise.
17641         * benchtests/bench-strncmp.c: Likewise.
17642         * benchtests/bench-strncpy.c: Likewise.
17643         * benchtests/bench-strnlen.c: Likewise.
17644         * benchtests/bench-strpbrk.c: Likewise.
17645         * benchtests/bench-strrchr.c: Likewise.
17646         * benchtests/bench-strspn.c: Likewise.
17647         * benchtests/bench-strstr.c: Likewise.
17648
17649 2013-09-04  Will Newton  <will.newton@linaro.org>
17650
17651         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17652
17653 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17654
17655         [BZ #15427]
17656         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17657         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17658         * math/libm-test.inc (lgamma_test_data): Add more tests.
17659         * sysdeps/i386/fpu/libm-test-ulps: Update.
17660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17661
17662 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17663
17664         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17665         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17666         Add ifunc.
17667         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17668         Add strcmp-sse2-unaligned
17669         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17670
17671 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17672
17673         * Versions.def (libc): Add GLIBC_2.19.
17674
17675 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17676
17677         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17678         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17679
17680 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17681
17682         [BZ #14155]
17683         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17684         intermediate calculations in recurrence.
17685         (__ieee754_ynf): Likewise.
17686         * math/libm-test.inc (jn_test_data): Do not allow spurious
17687         underflow exception.  Add more tests.
17688         (yn_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-02   Ondřej Bílka  <neleai@seznam.cz>
17693
17694         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17695
17696 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17697
17698         * csu/init-first.c: Fix then/than typos.
17699         * locale/programs/ld-collate.c: Likewise.
17700         * locale/programs/linereader.h: Likewise.
17701         * manual/charset.texi: Likewise.
17702         * manual/filesys.texi: Likewise.
17703         * manual/stdio.texi: Likewise.
17704         * manual/string.texi: Likewise.
17705         * stdlib/fmtmsg.c: Likewise.
17706         * sysdeps/i386/stpncpy.S: Likewise.
17707         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17708         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17709         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17710         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17711
17712 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17713
17714         * elf/dl-open.c: Fix typos.
17715         * iconvdata/gbbig5.c: Likewise.
17716         * iconvdata/iso-2022-jp.c: Likewise.
17717         * iconv/gconv_int.h: Likewise.
17718         * iconv/loop.c: Likewise.
17719         * nis/rpcsvc/nis.h: Likewise.
17720         * resolv/ns_name.c: Likewise.
17721         * stdio-common/vfscanf.c: Likewise.
17722         * streams/stropts.h: Likewise.
17723         * sunrpc/rpc_thread.c: Likewise.
17724         * sysdeps/i386/strpbrk.S: Likewise.
17725         * sysdeps/ieee754/k_standard.c: Likewise.
17726         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17727         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17728         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17729         * sysdeps/mach/hurd/profil.c: Likewise.
17730         * sysdeps/s390/dl-procinfo.h: Likewise.
17731         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17732         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17733         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17734         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17735         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17736
17737 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17738
17739         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17740         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17741
17742 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17743
17744         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17745         aix specific files.
17746         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17747         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17748         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17749         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17750         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17751         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17752         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17753         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17754
17755 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17756             Roland McGrath  <roland@hack.frob.com>
17757
17758         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17759         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17760
17761 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17762
17763         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17764         __executable_start symbol instead of _start.
17765
17766 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17767
17768         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17769         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17770         Move macros to...
17771         * sysdeps/gnu/ldsodefs.h: ... this new file.
17772
17773         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17774         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17775         instead of ELFOSABI_LINUX.
17776
17777         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17778         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17779         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17780         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17781         Likewise.
17782         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17783         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17784         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17785         Likewise.
17786         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17787         (ibm_extended_long_double): Add ieee_nan member.
17788         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17789         (do_test): New function.
17790
17791         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17792         TEST_TRUNC.
17793         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17794         functions, renamed from truncdfsf_test, trunctfsf_test,
17795         trunctfdf_test.
17796         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17797         functions.
17798         (do_test): Run all these.
17799
17800 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17801
17802         * argp/argp-help.c: Fix typos.
17803         * argp/argp-parse.c: Likewise.
17804         * debug/backtracesyms.c: Likewise.
17805         * elf/elf.h: Likewise.
17806         * malloc/malloc.c: Likewise.
17807         * nis/nis_print.c: Likewise.
17808         * resolv/res_comp.c: Likewise.
17809         * stdlib/stdlib.h: Likewise.
17810         * sunrpc/clnt_tcp.c: Likewise.
17811         * sunrpc/clnt_udp.c: Likewise.
17812         * sunrpc/clnt_unix.c: Likewise.
17813         * sysdeps/unix/bsd/ptsname.c: Likewise.
17814         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17815         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17817         Likewise.
17818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17819         Likewise.
17820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17821         Likewise.
17822         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17823
17824 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17825
17826         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17827         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17828
17829 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17830
17831         [BZ #15897]
17832         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17833         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17834         ($(objpfx)bug-dl-leaf): New rule.
17835         ($(objpfx)bug-dl-leaf.so): Likewise.
17836         ($(objpfx)bug-dl-leaf.out): Likewise.
17837         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17838         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17839         * dlfcn/bug-dl-leaf.c: New test.
17840         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17841         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17842         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17843         (dlclose): Likewise.
17844         (dlmopen): Likewise.
17845
17846 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17847
17848         * include/netdb.h [!_ISOMAC]:
17849         Don't include <tls.h>.
17850         (h_errno, __libc_h_errno): Move declaration and macros out of
17851         [_LIBC_REENTRANT].
17852
17853         * include/resolv.h [_RESOLV_H_]:
17854         Don't include <tls.h>.
17855         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17856         * resolv/res_libc.c: Don't include <tls.h>.
17857         (_res): Use __attribute__ ((nocommon)) in place of
17858         __attribute__ ((section (".bss"))).
17859
17860         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17861         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17862
17863         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17864
17865         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17866         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17867
17868         * resolv/res_mkquery.c: Include <sys/time.h>.
17869
17870         * inet/ifreq.c: Moved to ...
17871         * sysdeps/unix/ifreq.c: ... here.
17872         * inet/ifreq.c: New file, true stub version.
17873
17874         * socket/sa_len.c: New file.
17875         * socket/Makefile (aux): Add it.
17876         * sysdeps/unix/sysv/linux/Makefile
17877         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17878         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17879         and #include <socket/sa_len.c>.
17880         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17881         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17882
17883         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17884         * bits/socket.h: ... here.
17885
17886         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17887         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17888         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17889
17890 2013-08-27  Andreas Schwab  <schwab@suse.de>
17891
17892         [BZ #15736]
17893         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17894         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17895         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17896         * string/test-strcasecmp.c (test_main): Run tests in several
17897         locales.
17898         * string/test-strncasecmp.c (test_main): Likewise.
17899
17900         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17901         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17902         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17903         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17904         (__strncasecmp_ssse3) [PIC]: Likewise.
17905
17906 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17907
17908         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17909
17910         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17911         instead of explicitly declaring xdecrypt.
17912         * nis/nss_nis/nis-publickey.c: Likewise.
17913
17914 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17915
17916         [BZ #15890]
17917         * nscd/aicache.c: Include res_hconf.h.
17918         (addhstaiX): Initialize res_hconf.
17919
17920 2013-08-26  Andreas Schwab  <schwab@suse.de>
17921
17922         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17923         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17924
17925 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17926
17927         * nscd/aicache.c (addhstaiX): Fix indentation.
17928
17929 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17930
17931         * configure.ac: Quote $build_pt_chown test.
17932         * configure: Regenerated.
17933
17934 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17935
17936         [BZ #15532]
17937         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17938         * math/s_cexpf.c (__cexpf): Likewise.
17939         * math/s_cexpl.c (__cexpl): Likewise.
17940         * math/libm-test.inc (cexp_test_data): Correct expected return
17941         value for NaN + i0.  Add another test.
17942
17943 2013-08-22  David S. Miller  <davem@davemloft.net>
17944
17945         * po/ca.po: Update Catalan translation from translation project.
17946         * po/uk.po: Add Ukrainian translations from translation project.
17947
17948 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17949
17950         [BZ #15797]
17951         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17952         is infinite, not alongside NaN test.
17953         * math/s_fdimf.c (__fdimf): Likewise.
17954         * math/s_fdiml.c (__fdiml): Likewise.
17955         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17956         errno is unchanged.
17957
17958 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17959
17960         * argp/argp-help.c: Fix typos.
17961         * crypt/speeds.c: Likewise.
17962         * csu/check_fds.c: Likewise.
17963         * elf/dl-load.c: Likewise.
17964         * elf/dl-open.c: Likewise.
17965         * elf/reldep3.c: Likewise.
17966         * elf/reldep.c: Likewise.
17967         * elf/sprof.c: Likewise.
17968         * iconv/iconv_charmap.c: Likewise.
17969         * iconv/skeleton.c: Likewise.
17970         * iconv/strtab.c: Likewise.
17971         * io/lockf64.c: Likewise.
17972         * libio/libioP.h: Likewise.
17973         * resolv/gai_notify.c: Likewise.
17974         * resolv/ns_name.c: Likewise.
17975         * resolv/ns_samedomain.c: Likewise.
17976         * resolv/res_send.c: Likewise.
17977         * stdlib/random.c: Likewise.
17978         * sunrpc/rpc/xdr.h: Likewise.
17979         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
17980         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17981         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17982         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17983         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17984         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17985         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17986         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17987         * sysdeps/mach/hurd/check_fds.c: Likewise.
17988         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
17989         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17990         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17991         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
17992         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17993         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
17994         * sysdeps/pthread/aio_notify.c: Likewise.
17995         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
17996         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
17997         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
17998         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17999         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18000
18001 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18002
18003         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18004         version if bit_Slow_SSE4_2 is set.
18005         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18006         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18007
18008 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18009
18010         [BZ #15867]
18011         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18012         trampoline stack frame information.
18013         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18014         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18015         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18016         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18017         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18018         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18019         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18020         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18021         sa_flags value.
18022         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18023         interrupting a syscall and set with option SA_SIGINFO.
18024
18025 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18026
18027         [BZ #15531]
18028         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18029         argument is infinite.
18030         * math/s_cprojf.c (__cprojf): Likewise.
18031         * math/s_cprojl.c (__cprojl): Likewise.
18032         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18033         * math/libm-test.inc (cproj_test_data): Add more tests.
18034
18035         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18036
18037         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18038         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18039         size.  Use __ffs to determine corresponding shift.
18040
18041 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18042             Roland McGrath  <roland@hack.frob.com>
18043
18044         * Makefile (INSTALL): Remove trailing blank lines from output of
18045         makeinfo.
18046
18047 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18048
18049         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18050         Align 32 bit compat elf_greg to 8 bytes.
18051
18052 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18053
18054         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18055
18056 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18057
18058         * string/strcoll_l.c (coll_seq): New structure.
18059         (get_next_seq_cached): New function.
18060         (get_next_seq): New function.
18061         (do_compare): New function.
18062         (STRCOLL): Use GNU style definition.  Simplify implementation
18063         by using get_next_seq, get_next_seq_cached and do_compare.
18064
18065 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18066
18067         [BZ #14699]
18068         CVE-2013-4237
18069         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18070         member.
18071         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18072         member.
18073         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18074         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18075         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18076         conditional.
18077         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18078         GETDENTS_64BIT_ALIGNED.
18079         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18080         * manual/filesys.texi (Reading/Closing Directory): Document
18081         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18082         strongly.
18083         * manual/conf.texi (Limits for Files): Add portability note to
18084         NAME_MAX, PATH_MAX.
18085         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18086
18087 2013-08-13  Andreas Schwab  <schwab@suse.de>
18088
18089         [BZ #15749]
18090         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18091         of fabs.
18092         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18093         LDBL_MAX_EXP >= 16384]: Add tests for it.
18094
18095 2013-08-12  David S. Miller  <davem@davemloft.net>
18096
18097         * version.h (RELEASE): Set to "development".
18098         (VERSION): Set to "2.18.90".
18099         * NEWS: Add 2.19 section.
18100
18101 2013-08-03  David S. Miller  <davem@davemloft.net>
18102
18103         * po/ko.po: Update Korean translation from translation project.
18104
18105 2013-08-01  David S. Miller  <davem@davemloft.net>
18106
18107         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18108         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18109         Bilka.
18110
18111 2013-07-30  David S. Miller  <davem@davemloft.net>
18112
18113         * po/fr.po: Update French translation from translation project.
18114
18115 2013-07-28  David S. Miller  <davem@davemloft.net>
18116
18117         * po/cs.po: Update Czech translation from translation project.
18118
18119         * po/sv.po: Update Swedish translation from translation project.
18120
18121 2013-07-27  David S. Miller  <davem@davemloft.net>
18122
18123         * po/eo.po: Update Esperanto translation from translation project.
18124
18125         * po/vi.po: Update Vietnamese translation from translation project.
18126
18127         * po/de.po: Update German translation from translation project.
18128
18129 2013-07-26  David S. Miller  <davem@davemloft.net>
18130
18131         * po/bg.po: Update Bulgarian translation from translation project.
18132
18133         * po/nl.po: Update Dutch translation from translation project.
18134         * po/pl.po: Update Polish translation from translation project.
18135         * po/ru.po: Update Russian translation from translation project.
18136
18137 2013-07-24  David S. Miller  <davem@davemloft.net>
18138
18139         * po/libc.pot: Update.
18140
18141 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18142
18143         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18144         variable page size.
18145         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18146         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18147         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18148
18149 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18150
18151         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18152
18153 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18154             Andreas Schwab  <schwab@suse.de>
18155             Roland McGrath  <roland@hack.frob.com>
18156             Joseph Myers  <joseph@codesourcery.com>
18157             Carlos O'Donell  <carlos@redhat.com>
18158
18159         [BZ #15755]
18160         * config.h.in: Define HAVE_PT_CHOWN.
18161         * config.make.in (build-pt-chown): New variable.
18162         * configure.in (--enable-pt_chown): New configure option.
18163         * configure: Regenerate.
18164         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18165         build-pt-chown is enabled.
18166         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18167         pt_chown to fix pty ownership.
18168         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18169         CLOSE_ALL_FDS.
18170         * manual/install.texi (Configuring and compiling): Mention
18171         --enable-pt_chown. Add @findex for grantpt.
18172         * INSTALL: Regenerate.
18173
18174 2013-07-20  David S. Miller  <davem@davemloft.net>
18175
18176         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18177         difference between 32-bit and 64-bit.
18178
18179 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18180
18181         [BZ #15711]
18182         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18183         Avoid system header dependency with -ffreestanding.
18184         ($(objpfx)bits/syscall%d): Likewise.
18185
18186 2013-07-13  David S. Miller  <davem@davemloft.net>
18187
18188         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18189         underflows from atanl/atan2l due to bug 15319.
18190         (casinh_test_data): Likewise.
18191
18192 2013-07-07  David S. Miller  <davem@davemloft.net>
18193
18194         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18195
18196 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18197
18198         * sysdeps/i386/fpu/libm-test-ulps: Update.
18199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18200
18201 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18202
18203         * configure.in (--enable-lock-elision): Fix message text.
18204         * INSTALL: Regenerate.
18205         * configure: Regenerate.
18206
18207 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18208
18209         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18210
18211 2013-07-03  Andreas Jaeger  <aj@suse.de>
18212
18213         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18214         define.
18215         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18216         (ptrace_peeksiginfo_args): Add.
18217         (__ptrace_peeksiginfo_flags): Add.
18218         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18219         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18220         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18221
18222 2013-07-03  Allan McRae  <allan@archlinux.org>
18223
18224         * sysdeps/i386/fpu/libm-test-ulps: Update.
18225
18226 2013-07-02  David S. Miller  <davem@davemloft.net>
18227
18228         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18229
18230 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18231
18232         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18233
18234 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18235
18236         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18238
18239 2013-07-02  Andi Kleen <ak@linux.intel.com>
18240
18241         * config.h.in (ENABLE_LOCK_ELISION): Add.
18242         * configure.in (--enable-lock-elision): Add option.
18243         * manual/install.texi: Document --enable lock elision.
18244         * configure: Regenerate
18245         * INSTALL: Regenerate.
18246
18247 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18248
18249         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18250         SSE4.2 strcasecmp for libc.a.
18251         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18252
18253 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18254
18255         [BZ #13304]
18256         * soft-fp/op-common.h (_FP_FMA): New macro.
18257         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18258         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18259         (_FP_MUL_MEAT_1_imm): ... here.
18260         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18261         (_FP_MUL_MEAT_1_wide): ... here.
18262         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18263         (_FP_MUL_MEAT_1_hard): ... here.
18264         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18265         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18266         (_FP_MUL_MEAT_2_wide): ... here.
18267         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18268         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18269         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18270         (_FP_MUL_MEAT_2_gmp): ... here.
18271         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18272         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18273         (_FP_MUL_MEAT_4_wide): ... here.
18274         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18275         (_FP_MUL_MEAT_4_gmp): ... here.
18276         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18277         (_FP_WFRACBITS_DW_S): Likewise.
18278         (_FP_WFRACXBITS_DW_S): Likewise.
18279         (_FP_HIGHBIT_DW_S): Likewise.
18280         (FP_FMA_S): Likewise.
18281         (_FP_FRAC_HIGH_DW_S): Likewise.
18282         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18283         (_FP_WFRACBITS_DW_D): Likewise.
18284         (_FP_WFRACXBITS_DW_D): Likewise.
18285         (_FP_HIGHBIT_DW_D): Likewise.
18286         (FP_FMA_D): Likewise.
18287         (_FP_FRAC_HIGH_DW_D): Likewise.
18288         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18289         (_FP_WFRACBITS_DW_E): Likewise.
18290         (_FP_WFRACXBITS_DW_E): Likewise.
18291         (_FP_HIGHBIT_DW_E): Likewise.
18292         (FP_FMA_E): Likewise.
18293         (_FP_FRAC_HIGH_DW_E): Likewise.
18294         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18295         (_FP_WFRACBITS_DW_Q): Likewise.
18296         (_FP_WFRACXBITS_DW_Q): Likewise.
18297         (_FP_HIGHBIT_DW_Q): Likewise.
18298         (FP_FMA_Q): Likewise.
18299         (_FP_FRAC_HIGH_DW_Q): Likewise.
18300         * soft-fp/fmasf4.c: New file.
18301         * soft-fp/fmadf4.c: Likewise.
18302         * soft-fp/fmatf4.c: Likewise.
18303
18304 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18305
18306         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18307         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18308         Silvermont.
18309         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18310         macro.
18311         (index_Slow_SSE4_2): Likewise.
18312         (index_Prefer_PMINUB_for_stringop): Likewise.
18313         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18314         bit_Slow_SSE4_2 is set.
18315         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18316         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18317
18318 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18319
18320         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18321         rtld_global._dl_hwcap2.
18322         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18323         POWER8.
18324         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18325         POWER8 feature descriptions defined in _dl_hwcap2.
18326         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18327         string handling for POWER8 feature bits.
18328         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18329         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18330         _dl_powerpc_cap_flags.
18331         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18332         * sysdeps/powerpc/rtld-global-offsets.sym
18333         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18334         _dl_hwcap2 in the rtld_global_ro structure.
18335
18336 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18337
18338         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18339         hardware capabilities in support of AT_HWCAP2.
18340         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18341         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18342         GLRO(dl_hwcap2).
18343         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18344         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18345         explicitly the unknown a_type display mechanism is used.
18346         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18347         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18348         struct member.
18349         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18350         to macro prototype for AT_HWCAP2 support.
18351         * sysdeps/i386/dl-procinfo.h: Likewise.
18352         * sysdeps/s390/dl-procinfo.h: Likewise.
18353         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18354         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18355         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18356         return -1 for unknown a_type display fallback.
18357         * sysdeps/sparc/dl-procinfo.h: Likewise.
18358         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18359         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18360
18361 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18362
18363         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18364         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18365
18366 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18367
18368         [BZ #12492]
18369         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18370         mprotect making __stack_prot writable.
18371
18372 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18373             Joseph Myers  <joseph@codesourcery.com>
18374
18375         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18376         as being properly aligned.
18377
18378 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18379
18380         * dlfcn/modstatic5.c: New file.
18381         * dlfcn/tststatic5.c: New file.
18382         * dlfcn/Makefile (tests): Add tststatic5.
18383         (tests-static): Likewise.
18384         (modules-names): Add modstatic5.
18385         (tststatic5-ENV): New variable.
18386         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18387
18388         [BZ #15022]
18389         * elf/dl-support.c (_dl_main_map): New variable.
18390         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18391         (_dl_nns, _dl_load_adds): Set to 1.
18392         (_dl_initial_searchlist): Refer to _dl_main_map.
18393         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18394         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18395         call to _dl_get_origin.
18396         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18397         around call_map.
18398         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18399         * dlfcn/modstatic3.c: New file.
18400         * dlfcn/tststatic3.c: New file.
18401         * dlfcn/tststatic4.c: New file.
18402         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18403         (tests-static): Likewise.
18404         (modules-names): Add modstatic3.
18405         (tststatic3-ENV, tststatic4-ENV): New variables.
18406         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18407         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18408
18409 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18410
18411         * configure.in (CC): Require GCC version 4.4 or later.
18412         * configure: Regenerated.
18413         * manual/install.texi (Tools for Compilation): Update GCC version
18414         requirement.
18415         * INSTALL: Regenerated.
18416
18417 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18418
18419         [BZ #15674]
18420         * string/test-memcmp.c (check2): New.
18421         (main): Call check2.
18422
18423         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18424
18425 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18426
18427         [BZ #15022]
18428         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18429         over to...
18430         (dl_open_worker) [!SHARED]: ... here.
18431
18432 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18433
18434         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18435
18436 2013-06-25  Richard Henderson  <rth@redhat.com>
18437
18438         * locale/programs/locarchive.c: Include <libc-internal.h>
18439
18440 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18441
18442         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18443         trailing whitespace removed.
18444
18445 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18446
18447         [BZ #10283]
18448         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18449         * locale/programs/locarchive.c: Include libc-mmap.h.
18450         (prepare_address_space): Take two new outputs (the mmap base and len).
18451         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18452         values.
18453         (create_archive): Declare new mmap base and len values for
18454         prepare_address_space, and store the result in ah.
18455         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18456         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18457         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18458         Declare new mmap base and len values for
18459         prepare_address_space, and store the result in new_ah.
18460         (open_archive): Declare new mmap base and len values for
18461         prepare_address_space, and store the result in ah.
18462         (close_archive): If ah->mmap_base is not NULL, use that and
18463         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18464         * sysdeps/generic/libc-mmap.h: New file.
18465
18466 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18467
18468         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18469         (ALIGN_UP): Likewise.
18470         (PTR_ALIGN_DOWN): Likewise.
18471         (PTR_ALIGN_UP): Likewise.
18472
18473 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18474
18475         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18476         entry mapped to PPC_PLATFORM_POWER8.
18477         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18478         POWER8.
18479         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18480         (_dl_string_platform): Add case for exporting platform position for
18481         POWER8.
18482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18483         search path to sysdeps/powerpc/powerpc32/power8 directory.
18484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18485         search path to sysdeps/powerpc/powerpc64/power8 directory.
18486         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18487         power7 directories.
18488         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18489         power7 directories.
18490
18491 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18492
18493         * INSTALL: Regenerate.
18494
18495         * nscd/connections.c (nscd_init): Fix comment.
18496
18497 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18498
18499         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18500
18501         [BZ #15667]
18502         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18503         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18504
18505 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18506
18507         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18508         DL_DST_REQ_STATIC.
18509         (DL_DST_REQ_STATIC): Remove macro.
18510
18511 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18512
18513         [BZ #7006]
18514         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18515         with a shift of 0 bits.
18516
18517 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18518
18519         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18520         $(tststatic-ENV).
18521
18522 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18523
18524         [BZ #15655]
18525         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18526
18527 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18528
18529         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18530         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18531         accepts -fno-tree-loop-distribute-patterns.
18532         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18533         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18534         recursive call.
18535         * string/memset.c (memset): Likewise.
18536         * string/test-memmove.c (simple_memmove): Disable loop transformation
18537         to library calls.
18538         * string/test-memset.c (simple_memset): Likewise.
18539         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18540         * benchtests/bench-memset.c (simple_memset): Likewise.
18541         * configure: Regenerated.
18542
18543 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18544
18545         * math/test-misc.c (main): Ignore fesetround failure when failures
18546         of subsequent rounding tests would be ignored.
18547
18548         [BZ #15654]
18549         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18550         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18551         * math/fegetenv.c (__fegetenv): Return 0.
18552         * math/fegetexcept.c (fegetexcept): Return 0.
18553         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18554         FE_TONEAREST.
18555         * math/feholdexcpt.c (feholdexcept): Return 0.
18556         * math/fesetenv.c (__fesetenv): Return 0.
18557         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18558         argument FE_TONEAREST.
18559         * math/feupdateenv.c (__feupdateenv): Return 0.
18560         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18561
18562 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18563
18564         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18565         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18566         ($(objpfx)rtld-%.os rules): Use them.
18567
18568 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18569
18570         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18571         fields.
18572
18573 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18574
18575         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18576         length of target pattern, then descending length of dependency pattern.
18577         * configure.in (AWK): Require gawk 3.1.2 or newer.
18578         * manual/install.texi (Tools for Compilation): Say that we do.
18579         * configure: Regenerated.
18580
18581         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18582         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18583         * scripts/sysd-rules.awk: ... this new script.
18584         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18585         than a glob-style pattern.
18586
18587 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18588
18589         * math/test-misc.c (main): Do not treat incorrectly rounded
18590         conversions as failure unless ROUNDING_TESTS passes.
18591
18592 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18593
18594         [BZ #15631]
18595         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18596         restore exception state around main square root computation, then
18597         check for inexactness explicitly.
18598
18599         * math/libm-test.inc (fma_test_data): Add another test.
18600
18601 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18602
18603         * manual/threads.texi (Non-POSIX Extensions): New document
18604         node.  Document pthread_getattr_default_np and
18605         pthread_setattr_default_np.
18606
18607         * Versions.def (libpthread): Add GLIBC_2.18.
18608         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18610         Likewise.
18611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18612         Likewise.
18613         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18614         Likewise.
18615         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18616         Likewise.
18617         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18618         Likewise.
18619         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18620         Likewise.
18621         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18622         Likewise.
18623         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18624         Likewise.
18625         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18626         Likewise.
18627
18628 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18629
18630         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18631         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18632
18633 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18634             H.J. Lu  <hjl.tools@gmail.com>
18635
18636         [BZ #15627]
18637         * sysdeps/x86_64/rtld-memset.c: Remove file.
18638         * sysdeps/x86_64/rtld-memset.S: New file.
18639
18640 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18641
18642         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18643         (test_in_one_mode): Take arguments for whether the rounding mode
18644         is supported for each floating-point type.
18645         (do_test): Pass new arguments to test_in_one_mode using
18646         ROUNDING_TESTS.
18647
18648 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18649
18650         * posix/tst-waitid.c (do_test): Distinguish different instances of
18651         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18652         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18653         before entering the kernel for waitpid.
18654
18655 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18656
18657         * NEWS: Fix note on clock function precision.  Text by Roland
18658         McGrath.
18659
18660 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18661
18662         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18663         it into place only when and if the sanity check passes.
18664
18665 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18666
18667         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18668         output for whether conversion result is exact.  Take argument
18669         indicating whether type is IBM long double.
18670         (round_for_all): Change need_exact field to ibm_ld.
18671         * stdlib/tst-strtod-round.c (struct exactness): New type.
18672         (struct test): Change bool ld_ok field to struct exactness exact.
18673         (TEST): Update all definitions for change to field.
18674         (tests): Regenerate array contents.
18675         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18676         field value.  Check for IBM long double here.
18677         (do_test): Update calls to test_in_one_mode.
18678
18679 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18680
18681         [BZ #12515]
18682         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18683         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18684
18685 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18686
18687         [BZ #15605]
18688         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18689         generated by the compiler on loop optimizations.
18690         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18691         general definitions.
18692
18693 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18694
18695         * math/bug-nextafter.c: Include <math-tests.h>.
18696         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18697         the relevant type.
18698         * math/bug-nexttoward.c: Include <math-tests.h>.
18699         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18700         the relevant type.
18701         * math/test-misc.c: Include <math-tests.h>.
18702         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18703         the relevant type.
18704
18705 2013-06-12  Andreas Jaeger  <aj@suse.de>
18706
18707         * po/ia.po: Update Interlingua translation from translation
18708         project.
18709
18710 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18711
18712         * include/fenv.h: Include stdbool.h.
18713         (struct rm_ctx): New structure.
18714         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18715         Define macro.
18716         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18717         (SET_RESTORE_ROUNDF): Likewise.
18718         (SET_RESTORE_ROUNDL): Likewise.
18719         (SET_RESTORE_ROUND_NOEX): Likewise.
18720         (SET_RESTORE_ROUND_NOEXF): Likewise.
18721         (SET_RESTORE_ROUND_NOEXL): Likewise.
18722         (SET_RESTORE_ROUND_53BIT): Likewise.
18723         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18724         (libc_feresetround_noexf_ctx): Likewise.
18725         (libc_feresetround_noexl_ctx): Likewise.
18726         (libc_feholdsetround_53bit_ctx): Likewise.
18727         (libc_feresetround_53bit_ctx): Likewise.
18728         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18729         (libc_feholdexcept_setround_sse_ctx): New function.
18730         (libc_fesetenv_sse_ctx): Likewise.
18731         (libc_feupdateenv_sse_ctx): Likewise.
18732         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18733         (libc_feholdexcept_setround_387_ctx): Likewise.
18734         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18735         (libc_feholdsetround_387_prec_ctx): Likewise.
18736         (libc_feholdsetround_387_ctx): Likewise.
18737         (libc_feholdsetround_387_53bit_ctx): Likewise.
18738         (libc_feholdsetround_sse_ctx): Likewise.
18739         (libc_feresetround_sse_ctx): Likewise.
18740         (libc_feresetround_387_ctx): Likewise.
18741         (libc_feupdateenv_387_ctx): Likewise.
18742         (libc_feholdexcept_setroundf_ctx): Define macro.
18743         (libc_fesetenvf_ctx): Likewise.
18744         (libc_feupdateenvf_ctx): Likewise.
18745         (libc_feholdsetroundf_ctx): Likewise.
18746         (libc_feresetroundf_ctx): Likewise.
18747         (libc_feholdexcept_setround_ctx): Likewise.
18748         (libc_fesetenv_ctx): Likewise.
18749         (libc_feupdateenv_ctx): Likewise.
18750         (libc_feholdsetround_ctx): Likewise.
18751         (libc_feresetround_ctx): Likewise.
18752         (libc_feholdexcept_setroundl_ctx): Likewise.
18753         (libc_feupdateenvl_ctx): Likewise.
18754         (libc_feholdsetroundl_ctx): Likewise.
18755         (libc_feresetroundl_ctx): Likewise.
18756         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18757         (libc_feresetround_53bit_ctx): Likewise.
18758
18759 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18760
18761         * locale/iso-639.def: Convert to UTF-8.
18762
18763 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18764
18765         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18766         (EXCEPTION_TESTS_double): Likewise.
18767         (EXCEPTION_TESTS_long_double): Likewise.
18768         (EXCEPTION_TESTS): Likewise.
18769         * math/libm-test.inc (test_exceptions): Only test exceptions if
18770         EXCEPTION_TESTS (FLOAT).
18771
18772 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18773
18774         * benchtests/Makefile (string-bench): Add strcpy_chk and
18775         stpcpy_chk.
18776         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18777         * benchtests/bench-stpcpy_chk.c: New file.
18778         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18779         * benchtests/bench-strcpy_chk.c: New file.
18780         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18781         code.
18782         (do_test): Likewise.
18783
18784 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18785
18786         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18787         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18788         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18789         with tabs where appropriate.
18790         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18791         dl-procinfo.h.
18792         [PPC_PLATFORM_PPC440]: Likewise.
18793         [PPC_PLATFORM_PPC464]: Likewise.
18794         [PPC_PLATFORM_PPC476]: Likewise.
18795         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18796         ppc464, and ppc476 platform strings merging from ports/
18797         dl-procinfo.h.
18798
18799 2013-06-11  Andreas Schwab  <schwab@suse.de>
18800
18801         [BZ #14991]
18802         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18803         (from_ucs4_idx): Regenerate.
18804         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18805         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18806         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18807         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18808         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18809         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18810         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18811         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18812         from FROM_LOOP and TO_LOOP specific macros.
18813         (BODY): Handle combining characters.
18814         * iconvdata/BIG5HKSCS.irreversible: Update.
18815         * iconvdata/BIG5HKSCS.precomposed: New file.
18816         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18817         characters.
18818         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18819
18820 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18821
18822         * include/sys/time.h: Fix indentation and add copyright header.
18823
18824         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18825         (do_test): Likewise.
18826         * string/test-memchr.c (do_one_test): Likewise.
18827         (do_test): Likewise.
18828         * string/test-memcmp.c (do_one_test): Likewise.
18829         (do_test): Likewise.
18830         * string/test-memcpy.c (do_one_test): Likewise.
18831         (do_test): Likewise.
18832         * string/test-memmem.c (do_one_test): Likewise.
18833         (do_test): Likewise.
18834         (do_random_tests): Likewise.
18835         * string/test-memmove.c (do_one_test): Likewise.
18836         (do_test): Likewise.
18837         * string/test-memset.c (do_one_test): Likewise.
18838         (do_test): Likewise.
18839         * string/test-rawmemchr.c (do_one_test): Likewise.
18840         (do_test): Likewise.
18841         * string/test-strcasecmp.c (do_one_test): Likewise.
18842         (do_test): Likewise.
18843         * string/test-strcasestr.c (do_one_test): Likewise.
18844         (do_test): Likewise.
18845         * string/test-strcat.c (do_one_test): Likewise.
18846         (do_test): Likewise.
18847         * string/test-strchr.c (do_one_test): Likewise.
18848         (do_test): Likewise.
18849         * string/test-strcmp.c (do_one_test): Likewise.
18850         (do_test): Likewise.
18851         * string/test-strcpy.c (do_one_test): Likewise.
18852         (do_test): Likewise.
18853         * string/test-string.h: Likewise.
18854         (test_init): Likewise.
18855         * string/test-strlen.c (do_one_test): Likewise.
18856         (do_test): Likewise.
18857         * string/test-strncasecmp.c (do_one_test): Likewise.
18858         (do_test): Likewise.
18859         * string/test-strncat.c (do_one_test): Likewise.
18860         (do_test): Likewise.
18861         * string/test-strncmp.c (do_one_test): Likewise.
18862         (do_test_limit): Likewise.
18863         (do_test): Likewise.
18864         * string/test-strncpy.c (do_one_test): Likewise.
18865         (do_test): Likewise.
18866         * string/test-strnlen.c (do_one_test): Likewise.
18867         (do_test): Likewise.
18868         * string/test-strpbrk.c (do_one_test): Likewise.
18869         (do_test): Likewise.
18870         * string/test-strrchr.c (do_one_test): Likewise.
18871         (do_test): Likewise.
18872         * string/test-strspn.c (do_one_test): Likewise.
18873         (do_test): Likewise.
18874         * string/test-strstr.c (do_one_test): Likewise.
18875         (do_test): Likewise.
18876
18877         * benchtests/Makefile (string-bench): Add string benchmarks.
18878         * benchtests/bench-bcopy-ifunc.c: New file.
18879         * benchtests/bench-bcopy.c: New file.
18880         * benchtests/bench-bzero-ifunc.c: New file.
18881         * benchtests/bench-bzero.c: New file.
18882         * benchtests/bench-memccpy-ifunc.c: New file.
18883         * benchtests/bench-memccpy.c: New file.
18884         * benchtests/bench-memchr-ifunc.c: New file.
18885         * benchtests/bench-memchr.c: New file.
18886         * benchtests/bench-memcmp-ifunc.c: New file.
18887         * benchtests/bench-memcmp.c: New file.
18888         * benchtests/bench-memmem-ifunc.c: New file.
18889         * benchtests/bench-memmem.c: New file.
18890         * benchtests/bench-memmove-ifunc.c: New file.
18891         * benchtests/bench-memmove.c: New file.
18892         * benchtests/bench-mempcpy-ifunc.c: New file.
18893         * benchtests/bench-mempcpy.c: New file.
18894         * benchtests/bench-memset-ifunc.c: New file.
18895         * benchtests/bench-memset.c: New file.
18896         * benchtests/bench-rawmemchr-ifunc.c: New file.
18897         * benchtests/bench-rawmemchr.c: New file.
18898         * benchtests/bench-stpcpy-ifunc.c: New file.
18899         * benchtests/bench-stpcpy.c: New file.
18900         * benchtests/bench-stpncpy-ifunc.c: New file.
18901         * benchtests/bench-stpncpy.c: New file.
18902         * benchtests/bench-strcasecmp-ifunc.c: New file.
18903         * benchtests/bench-strcasecmp.c: New file.
18904         * benchtests/bench-strcasestr-ifunc.c: New file.
18905         * benchtests/bench-strcasestr.c: New file.
18906         * benchtests/bench-strcat-ifunc.c: New file.
18907         * benchtests/bench-strcat.c: New file.
18908         * benchtests/bench-strchr-ifunc.c: New file.
18909         * benchtests/bench-strchr.c: New file.
18910         * benchtests/bench-strchrnul-ifunc.c: New file.
18911         * benchtests/bench-strchrnul.c: New file.
18912         * benchtests/bench-strcmp-ifunc.c: New file.
18913         * benchtests/bench-strcmp.c: New file.
18914         * benchtests/bench-strcpy-ifunc.c: New file.
18915         * benchtests/bench-strcpy.c: New file.
18916         * benchtests/bench-strcspn-ifunc.c: New file.
18917         * benchtests/bench-strcspn.c: New file.
18918         * benchtests/bench-strlen-ifunc.c: New file.
18919         * benchtests/bench-strlen.c: New file.
18920         * benchtests/bench-strncasecmp-ifunc.c: New file.
18921         * benchtests/bench-strncasecmp.c: New file.
18922         * benchtests/bench-strncat-ifunc.c: New file.
18923         * benchtests/bench-strncat.c: New file.
18924         * benchtests/bench-strncmp-ifunc.c: New file.
18925         * benchtests/bench-strncmp.c: New file.
18926         * benchtests/bench-strncpy-ifunc.c: New file.
18927         * benchtests/bench-strncpy.c: New file.
18928         * benchtests/bench-strnlen-ifunc.c: New file.
18929         * benchtests/bench-strnlen.c: New file.
18930         * benchtests/bench-strpbrk-ifunc.c: New file.
18931         * benchtests/bench-strpbrk.c: New file.
18932         * benchtests/bench-strrchr-ifunc.c: New file.
18933         * benchtests/bench-strrchr.c: New file.
18934         * benchtests/bench-strspn-ifunc.c: New file.
18935         * benchtests/bench-strspn.c: New file.
18936         * benchtests/bench-strstr-ifunc.c: New file.
18937         * benchtests/bench-strstr.c: New file.
18938
18939         * benchtests/Makefile: Disable parallel execution of targets.
18940         (string-bench): Add memcpy.
18941         (benchset): New variable to store a list of benchmark sets.
18942         (bench-func): Renamed from bench.
18943         (bench-set): New target.
18944         (bench): Depend on bench-func and bench-set.
18945         * benchtests/README: Add section on benchmark sets.
18946         * benchtests/bench-memcpy-ifunc.c: New file.
18947         * benchtests/bench-memcpy.c: New file.
18948         * benchtests/bench-string.h: New file.
18949
18950 2013-06-11  Andreas Schwab  <schwab@suse.de>
18951
18952         [BZ #15577]
18953         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18954         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18955         values in the triple.
18956         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18957         terminator in the group key.
18958
18959 2013-06-11  Andreas Jaeger  <aj@suse.de>
18960
18961         * po/zh_TW.po: Update Chinese (traditional) translation from
18962         translation project.
18963
18964 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18965
18966         * include/time.h (__clock_gettime): Add libc_hidden_proto.
18967         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
18968         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
18969         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18970         (clock_getcpuclockid): Likewise.
18971         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
18972         Add weak_alias and libc_hidden_def.
18973         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
18974         * rt/clock_gettime.c (clock_gettime): Rename to
18975         __clock_gettime.  Add weak_alias and libc_hidden_def.
18976         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
18977         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
18978         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
18979         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
18980         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
18981         Likewise.
18982         * rt/clock_settime.c (clock_settime): Rename to
18983         __clock_settime.  Add weak_alias and libc_hidden_def.
18984         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
18985
18986 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
18987
18988         * mach/err_boot.sub: Remove trailing whitespace.
18989         * mach/err_ipc.sub: Likewise.
18990         * mach/err_mach.sub: Likewise.
18991
18992         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
18993         (ROUNDING_TESTS_double): Likewise.
18994         (ROUNDING_TESTS_long_double): Likewise.
18995         (ROUNDING_TESTS): Likewise.
18996         * math/libm-test.inc: Include <math-tests.h>.
18997         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
18998         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
18999         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19000         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19001
19002 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19003
19004         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19005         of assigning.
19006
19007 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19008
19009         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19010         otherwise empty TRANS lines.
19011         * sysdeps/gnu/errlist.c: Regenerated.
19012
19013         * catgets/gencat.c (error_print): Use (void) in function
19014         definition.
19015         * crypt/crypt_util.c (__init_des): Likewise.
19016         * crypt/speeds.c (Stop): Likewise.
19017         (main): Likewise.
19018         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19019         * inet/ruserpass.c (token): Likewise.
19020         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19021         * intl/localealias.c (extend_alias_table): Likewise.
19022         * intl/plural-exp.c (init_germanic_plural): Likewise.
19023         * libio/fcloseall.c (__fcloseall): Likewise.
19024         * libio/genops.c (_IO_flush_all): Likewise.
19025         (_IO_flush_all_linebuffered): Likewise.
19026         (_IO_cleanup): Likewise.
19027         (_IO_iter_begin): Likewise.
19028         (_IO_iter_end): Likewise.
19029         (_IO_list_lock): Likewise.
19030         (_IO_list_unlock): Likewise.
19031         (_IO_list_resetlock): Likewise.
19032         * libio/getchar.c (getchar): Likewise.
19033         * libio/getchar_u.c (getchar_unlocked): Likewise.
19034         * libio/getwchar.c (getwchar): Likewise.
19035         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19036         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19037         * login/getpt.c (__getpt): Likewise.
19038         * login/tst-utmp.c (main): Likewise.
19039         * malloc/hooks.c (__malloc_check_init): Likewise.
19040         * malloc/malloc.c (__malloc_stats): Likewise.
19041         * malloc/mtrace.c (tr_break): Likewise.
19042         (mtrace): Likewise.
19043         (muntrace): Likewise.
19044         * misc/fstab.c (endfsent): Likewise.
19045         * misc/getclktck.c (__getclktck): Likewise.
19046         * misc/getdtsz.c (__getdtablesize): Likewise.
19047         * misc/gethostid.c (gethostid): Likewise.
19048         * misc/getpagesize.c (__getpagesize): Likewise.
19049         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19050         (__get_nprocs): Likewise.
19051         (__get_phys_pages): Likewise.
19052         (__get_avphys_pages): Likewise.
19053         * misc/getttyent.c (getttyent): Likewise.
19054         (setttyent): Likewise.
19055         (endttyent): Likewise.
19056         * misc/getusershell.c (getusershell): Likewise.
19057         (endusershell): Likewise.
19058         (setusershell): Likewise.
19059         (initshells): Likewise.
19060         * misc/hsearch.c (__hdestroy): Likewise.
19061         * misc/sync.c (sync): Likewise.
19062         * misc/syslog.c (closelog_internal): Likewise.
19063         (closelog): Likewise.
19064         * misc/ttyslot.c (ttyslot): Likewise.
19065         * misc/vhangup.c (vhangup): Likewise.
19066         * posix/fork.c (__fork): Likewise.
19067         * posix/getegid.c (__getegid): Likewise.
19068         * posix/geteuid.c (__geteuid): Likewise.
19069         * posix/getgid.c (__getgid): Likewise.
19070         * posix/getpid.c (__getpid): Likewise.
19071         * posix/getppid.c (__getppid): Likewise.
19072         * posix/getuid.c (__getuid): Likewise.
19073         * posix/pause.c (pause): Likewise.
19074         * posix/setpgrp.c (setpgrp): Likewise.
19075         * posix/setsid.c (__setsid): Likewise.
19076         * posix/test-vfork.c (noop): Likewise.
19077         * resolv/gethnamaddr.c (_endhtent): Likewise.
19078         (_gethtent): Likewise.
19079         (ht_endhostent): Likewise.
19080         (gethostent): Likewise.
19081         (dns_service): Likewise.
19082         * stdlib/drand48.c (drand48): Likewise.
19083         * stdlib/lrand48.c (lrand48): Likewise.
19084         * stdlib/mrand48.c (mrand48): Likewise.
19085         * stdlib/rand.c (rand): Likewise.
19086         * stdlib/random.c (__random): Likewise.
19087         * stdlib/setenv.c (clearenv): Likewise.
19088         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19089         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19090         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19091         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19092         (__get_nprocs): Likewise.
19093         (__get_phys_pages): Likewise.
19094         (__get_avphys_pages): Likewise.
19095         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19096         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19097         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19098         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19099         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19100         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19101         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19102         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19103         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19104         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19105         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19106         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19107         * sysdeps/posix/clock.c (clock): Likewise.
19108         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19109         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19110         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19111         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19112         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19113         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19114         (__get_nprocs_conf): Likewise.
19115         (__get_phys_pages): Likewise.
19116         (__get_avphys_pages): Likewise.
19117         * time/clock.c (clock): Likewise.
19118         * time/tzset.c (__tzname_max): Likewise.
19119
19120 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19121
19122         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19123         (__bswap_32): Do not use "register".
19124         * crypt/crypt.c (_ufc_doit_r): Likewise.
19125         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19126         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19127         * gmon/gmon.c (__monstartup): Likewise.
19128         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19129         * hurd/hurdmalloc.c (more_memory): Likewise.
19130         (malloc): Likewise.
19131         (free): Likewise.
19132         (realloc): Likewise.
19133         (malloc_fork_prepare): Likewise.
19134         (malloc_fork_parent): Likewise.
19135         (malloc_fork_child): Likewise.
19136         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19137         (_svcauth_des): Likewise.
19138         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19139         * inet/inet_net.c (inet_network): Likewise.
19140         * inet/inet_netof.c (inet_netof): Likewise.
19141         * inet/rcmd.c (__validuser2_sa): Likewise.
19142         * io/fts.c (fts_open): Likewise.
19143         (fts_load): Likewise.
19144         (fts_close): Likewise.
19145         (fts_read): Likewise.
19146         (fts_children): Likewise.
19147         (fts_build): Likewise.
19148         (fts_stat): Likewise.
19149         (fts_sort): Likewise.
19150         (fts_alloc): Likewise.
19151         (fts_lfree): Likewise.
19152         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19153         (_IO_file_xsgetn): Likewise.
19154         (_IO_file_xsgetn_mmap): Likewise.
19155         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19156         (_IO_cookie_write): Likewise.
19157         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19158         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19159         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19160         * malloc/obstack.c (_obstack_begin): Likewise.
19161         (_obstack_begin_1): Likewise.
19162         (_obstack_newchunk): Likewise.
19163         (_obstack_allocated_p): Likewise.
19164         (obstack_free): Likewise.
19165         (_obstack_memory_used): Likewise.
19166         * misc/getttyent.c (getttynam): Likewise.
19167         (getttyent): Likewise.
19168         (skip): Likewise.
19169         (value): Likewise.
19170         * misc/getusershell.c (initshells): Likewise.
19171         * misc/syslog.c (__vsyslog_chk): Likewise.
19172         * misc/ttyslot.c (ttyslot): Likewise.
19173         * nis/nis_hash.c (__nis_hash): Likewise.
19174         * posix/fnmatch_loop.c (FCT): Likewise.
19175         * posix/getconf.c (print_all): Likewise.
19176         (main): Likewise.
19177         * posix/getopt.c (exchange): Likewise.
19178         * posix/glob.c (globfree): Likewise.
19179         (prefix_array): Likewise.
19180         (__glob_pattern_type): Likewise.
19181         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19182         (NS_GET32): Likewise.
19183         (NS_PUT16): Likewise.
19184         (NS_PUT32): Likewise.
19185         * resolv/gethnamaddr.c (getanswer): Likewise.
19186         (gethostbyname2): Likewise.
19187         (gethostbyaddr): Likewise.
19188         (_gethtent): Likewise.
19189         (_gethtbyname2): Likewise.
19190         (_gethtbyaddr): Likewise.
19191         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19192         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19193         * resolv/res_init.c (__res_vinit): Likewise.
19194         (net_mask): Likewise.
19195         * resolv/res_mkquery.c (outchar): Likewise.
19196         (PRINT): Likewise.
19197         * stdio-common/printf_fp.c (outchar): Likewise.
19198         (PRINT): Likewise.
19199         * stdio-common/printf_fphex.c (outchar): Likewise.
19200         (PRINT): Likewise.
19201         * stdio-common/printf_size.c (outchar): Likewise.
19202         (PRINT): Likewise.
19203         * stdio-common/test_rdwr.c (main): Likewise.
19204         * stdio-common/tfformat.c (matches): Likewise.
19205         * stdio-common/vfprintf.c (outchar): Likewise.
19206         (printf_unknown): Likewise.
19207         (buffered_vfprintf): Likewise.
19208         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19209         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19210         (ReadFile): Likewise.
19211         * stdlib/qsort.c (SWAP): Likewise.
19212         (_quicksort): Likewise.
19213         * stdlib/setenv.c (__add_to_environ): Likewise.
19214         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19215         * stdlib/strtol_l.c (__strtol_l): Likewise.
19216         * stdlib/tst-strtod.c (main): Likewise.
19217         * stdlib/tst-strtol.c (main): Likewise.
19218         * stdlib/tst-strtoll.c (main): Likewise.
19219         * string/bits/string2.h (__strcmp_cc): Likewise.
19220         (__strcmp_cg): Likewise.
19221         (__strcspn_c1): Likewise.
19222         (__strcspn_c2): Likewise.
19223         (__strcspn_c3): Likewise.
19224         (__strspn_c1): Likewise.
19225         (__strspn_c2): Likewise.
19226         (__strspn_c3): Likewise.
19227         (__strsep_1c): Likewise.
19228         (__strsep_2c): Likewise.
19229         (__strsep_3c): Likewise.
19230         * string/memccpy.c (__memccpy): Likewise.
19231         * string/stpcpy.c (__stpcpy): Likewise.
19232         * string/strcmp.c (strcmp): Likewise.
19233         * string/strrchr.c (strrchr): Likewise.
19234         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19235         Likewise.
19236         * sysdeps/mach/hurd/getcwd.c
19237         (_hurd_canonicalize_directory_name_internal): Likewise.
19238         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19239         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19240         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19241         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19242         Likewise, in both definitions.
19243         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19244         definitions.
19245         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19246         64] (__bswap_64): Likewise.
19247         * time/test_time.c (main): Likewise.
19248         * time/tzfile.c (__tzfile_read): Likewise.
19249         (__tzfile_compute): Likewise.
19250         * time/tzset.c (__tzset_parse_tz): Likewise.
19251         (tzset_internal): Likewise.
19252         (compute_change): Likewise.
19253         * wcsmbs/wcscat.c (__wcscat): Likewise.
19254         * wcsmbs/wcschr.c (wcschr): Likewise.
19255         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19256         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19257         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19258         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19259         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19260         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19261         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19262         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19263         * wcsmbs/wmemset.c (wmemset): Likewise.
19264
19265 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19266
19267         * scripts/config.guess: Update to version 2013-05-16.
19268         * scripts/config.sub: Update to version 2013-04-24.
19269         * scripts/install-sh: Update to version 2011-11-20.07.
19270         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19271         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19272
19273 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19274
19275         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19276         * elf/sln.c: Likewise.
19277         * hurd/hurd/ioctl.h: Likewise.
19278         * hurd/hurdmalloc.c: Likewise.
19279         * hurd/xattr.c: Likewise.
19280         * include/shlib-compat.h: Likewise.
19281         * inet/ruserpass.c: Likewise.
19282         * libio/iofgets_u.c: Likewise.
19283         * libio/iofgetws_u.c: Likewise.
19284         * locale/programs/ld-identification.c: Likewise.
19285         * locale/programs/ld-time.c: Likewise.
19286         * mach/msg-destroy.c: Likewise.
19287         * nss/nss_files/files-netgrp.c: Likewise.
19288         * resolv/res_data.c: Likewise.
19289         * soft-fp/op-1.h: Likewise.
19290         * soft-fp/op-2.h: Likewise.
19291         * soft-fp/op-4.h: Likewise.
19292         * soft-fp/op-common.h: Likewise.
19293         * stdio-common/printf_fphex.c: Likewise.
19294         * stdlib/strtod_l.c: Likewise.
19295         * sunrpc/rpc/clnt.h: Likewise.
19296         * sysdeps/generic/framestate.c: Likewise.
19297         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19298         * sysdeps/i386/bsd-setjmp.S: Likewise.
19299         * sysdeps/i386/__longjmp.S: Likewise.
19300         * sysdeps/i386/setjmp.S: Likewise.
19301         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19302         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19303         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19304         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19305         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19306         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19307         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19308         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19309         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19310         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19311         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19312         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19313         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19314         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19315         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19316         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19317         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19318         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19319         * sysdeps/ieee754/support.c: Likewise.
19320         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19321         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19322         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19323         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19324         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19325         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19326         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19327         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19328         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19329         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19330         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19331         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19332         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19333         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19334         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19335         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19336         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19338
19339 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19340
19341         * posix/transbug.c: Remove executable mode.
19342
19343 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19344
19345         * crypt/speeds.c: Remove trailing whitespace.
19346         * dlfcn/default.c: Likewise.
19347         * elf/ifuncdep2.c: Likewise.
19348         * elf/ifuncmain1.c: Likewise.
19349         * elf/ifuncmain1vis.c: Likewise.
19350         * elf/testobj.h: Likewise.
19351         * elf/tst-stackguard1.c: Likewise.
19352         * gmon/sys/gmon.h: Likewise.
19353         * hurd/hurdmsg.c: Likewise.
19354         * hurd/new-fd.c: Likewise.
19355         * hurd/ports-get.c: Likewise.
19356         * iconvdata/ibm1008_420.c: Likewise.
19357         * inet/tst-getni1.c: Likewise.
19358         * inet/tst-getni2.c: Likewise.
19359         * libio/ioungetc.c: Likewise.
19360         * libio/wfiledoalloc.c: Likewise.
19361         * manual/libm-err-tab.pl: Likewise.
19362         * math/w_dremf.c: Likewise.
19363         * misc/ftruncate.c: Likewise.
19364         * posix/bug-glob2.c: Likewise.
19365         * posix/tst-pcre.c: Likewise.
19366         * posix/wait4.c: Likewise.
19367         * resolv/README: Likewise.
19368         * resolv/res_debug.h: Likewise.
19369         * resolv/tst-inet_ntop.c: Likewise.
19370         * setjmp/bug269-setjmp.c: Likewise.
19371         * soft-fp/extended.h: Likewise.
19372         * soft-fp/op-1.h: Likewise.
19373         * soft-fp/op-2.h: Likewise.
19374         * soft-fp/op-4.h: Likewise.
19375         * soft-fp/op-8.h: Likewise.
19376         * soft-fp/testit.c: Likewise.
19377         * stdio-common/bug16.c: Likewise.
19378         * stdlib/random.c: Likewise.
19379         * sunrpc/rpcsvc/rquota.x: Likewise.
19380         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19381         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19382         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19383         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19384         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19385         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19386         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19387         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19388         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19389         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19390         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19391         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19392         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19393         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19394         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19395         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19396         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19397         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19398         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19399         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19400         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19401         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19402         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19403         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19404         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19405         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19406         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19407         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19408         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19409         * sysdeps/ieee754/s_lib_version.c: Likewise.
19410         * sysdeps/mach/hurd/check_fds.c: Likewise.
19411         * sysdeps/mach/hurd/getsockname.c: Likewise.
19412         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19413         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19414         * sysdeps/powerpc/bits/link.h: Likewise.
19415         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19416         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19417         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19418         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19419         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19420         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19421         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19422         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19423         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19424         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19425         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19426         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19427         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19428         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19429         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19430         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19431         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19432         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19433         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19434         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19435         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19436         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19437         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19438         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19439         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19440         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19441         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19442         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19443         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19444         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19445         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19446         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19447         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19448         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19449         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19450         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19451         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19452         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19453         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19454         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19455         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19456         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19457         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19458         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19459         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19460         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19461         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19462         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19463         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19464         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19465         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19466         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19467         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19468         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19469         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19470         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19471         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19472         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19473         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19474         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19475         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19476         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19477         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19478         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19479         * sysdeps/powerpc/sysdep.h: Likewise.
19480         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19481         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19482         * sysdeps/sh/dl-trampoline.S: Likewise.
19483         * sysdeps/sh/memset.S: Likewise.
19484         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19485         * sysdeps/sh/strlen.S: Likewise.
19486         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19487         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19488         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19489         * sysdeps/sparc/sparc32/rem.S: Likewise.
19490         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19491         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19492         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19493         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19494         * sysdeps/sparc/sparc32/urem.S: Likewise.
19495         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19496         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19497         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19498         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19499         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19500         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19501         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19502         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19503         * sysdeps/unix/bsd/times.c: Likewise.
19504         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19505         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19509         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19510         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19511         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19512         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19513         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19514         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19515         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19516         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19517         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19518         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19519         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19520         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19521         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19522         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19523         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19524         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19525         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19526         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19527         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19528         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19529         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19530         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19531         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19532         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19533         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19534         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19535         * sysdeps/x86_64/strcspn.S: Likewise.
19536
19537 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19538
19539         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19540         generated file.  Regenerate properly from gen-translit.pl.
19541         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19542         locale/C-translit.h.
19543
19544 2013-06-05  Andreas Schwab  <schwab@suse.de>
19545
19546         [BZ #15100]
19547         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19548         week as 6 instead of -1.
19549         * time/tst-strptime.c (day_tests): Add test case.
19550
19551 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19552
19553         * sysdeps/generic/math_private.h
19554         (libc_feholdexcept_setround_53bit): Replace with
19555         libc_feholdsetround_53bit.
19556         (libc_feupdateenv_53bit): Replace with
19557         libc_feresetround_53bit.
19558         (SET_RESTORE_ROUND_53BIT): Adjust.
19559
19560 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19561
19562         * string/test-strchrnul.c: Add copyright header.
19563
19564         * posix/tst-getaddrinfo4.c: Increase test timeout.
19565
19566 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19567
19568         [BZ #15536]
19569         * math/libm-test.inc (MAX_EXP): Remove
19570         (MIN_EXP): Define.
19571         (ulp): Use MIN_EXP - MANT_DIG.
19572         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19573
19574 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19575
19576         * po/be.po: Revert last change.
19577         * po/zh_CN.po: Likewise.
19578         * po/header.pot: Likewise.
19579
19580 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19581
19582         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19583         link-libc-deps to empty as target-specific variable.
19584         * Makerules (link-libc-args): New variable.
19585         (libc-for-link): Likewise.
19586         (link-libc-deps): Likewise.
19587         (lib%.so): Depend on $(link-libc-deps).  Link with
19588         $(link-libc-args).
19589         (build-module): Link with $(link-libc-args).
19590         (build-module-asneeded): Likewise.
19591         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19592         list of objects.
19593         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19594         target-specific variable.
19595         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19596         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19597         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19598         libc.
19599         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19600         libc and ld.so.
19601         ($(objpfx)libpcprofile.so): Likewise.
19602         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19603         libc_nonshared.a.
19604         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19605         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19606         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19607         $(link-libc-deps).
19608         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19609         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19610         * login/Makefile ($(objpfx)libutil.so): Likewise.
19611         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19612         * math/Makefile ($(objpfx)libm.so): Likewise.
19613         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19614         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19615         variable instead of depending directly on libc.
19616         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19617         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19618         $(link-libc-deps).
19619         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19620         libc.
19621         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19622         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19623         ($(objpfx)libanl.so): Likewise.
19624         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19625         ld.so.
19626         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19627         $(link-libc-deps).
19628         * sysdeps/i386/fpu/Makefile: Remove file.
19629         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19630         ($(objpfx)libm.so): Remove dependency on ld.so.
19631
19632 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19633
19634         [BZ # 15553]
19635         * nis/yp_xdr.c (XDRMAXNAME): Define.
19636         (XDRMAXRECORD): Define.
19637         (xdr_domainname): Use XDRMAXNAME.
19638         (xdr_mapname): Likewise.
19639         (xdr_peername): Likewise.
19640         (xdr_keydat): Use XDRMAXRECORD.
19641         (xdr_valdat): Likewise.
19642
19643 2013-05-30  Jeff Law  <law@redhat.com>
19644
19645         [BZ #14256]
19646         * manual/errno.texi (ESTALE): Update to account for more than
19647         just NFS file systems.
19648         * sysdeps/gnu/errlist.c: Regenerated.
19649
19650 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19651
19652         [BZ #15465]
19653         * elf/Makefile (tests): Add tst-null-argv.
19654         (modules-names):  Add tst-null-argv-lib.
19655         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19656         (tst-null-argv-ENV): Set environment for tst-null-argv.
19657         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19658         (RTLD_PROGNAME): New macro.
19659         * elf/tst-null-argv.c: New test case.
19660         * elf/tst-null-argv-lib.c: Library for test case.
19661         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19662         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19663         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19664         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19665         * elf/dl-init.c (call_init): Likewise.
19666         (_dl_init): Likewise.
19667         * elf/dl-load.c (print_search_path): Likewise.
19668         (_dl_map_object): Likewise.
19669         * elf/dl-lookup.c (do_lookup_x): Likewise.
19670         (add_dependency): Likewise.
19671         (_dl_lookup_symbol_x): Likewise.
19672         (_dl_debug_bindings): Likewise.
19673         * elf/dl-open.c (_dl_show_scope): Likewise.
19674         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19675         * elf/dl-version.c (match_symbol): Likewise.
19676         (_dl_check_map_versions): Likewise.
19677         * elf/rtld.c (dl_main): Likewise.
19678         (print_unresolved): Use RTLD_PROGNAME.
19679         (print_missing_version): Likewise.
19680         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19681         (elf_machine_rela): Likewise.
19682         * sysdeps/powerpc/powerpc32/dl-machine.c
19683         (__process_machine_rela): Likewise.
19684         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19685         Likewise.
19686         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19687         Likewise.
19688         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19689         Likewise.
19690         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19691         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19692         Likewise.
19693         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19694         Likewise.
19695         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19696
19697 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19698
19699         * po/be.po: Add descriptive title.
19700         * po/zh_CN.po: Likewise.
19701         * po/header.pot: Likewise.
19702
19703 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19704
19705         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19706         error message.
19707         (enlarge_archive): Likewise.
19708
19709 2013-05-28  Ben North  <ben@redfrontdoor.org>
19710
19711         * manual/arith.texi (frexp): It is the magnitude of the return
19712         value which lies in [0.5, 1), not the return value itself.
19713
19714 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19715
19716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19717
19718 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19719
19720         * stdio-common/bug26.c (main): Correct fscanf template.
19721
19722         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19723         declare _dl_skip_args.
19724
19725         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19726         Don't declare.
19727
19728         * manual/platform.texi: Add missing @end deftypefun.
19729
19730 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19731
19732         [BZ #15529]
19733         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19734         bit of mantissa of 2^16382.
19735         * math/libm-test.inc (hypot_test_data): Add more tests.
19736
19737         * math/libm-test.inc: Add drem and pow10 to list of tested
19738         functions.
19739         (pow10_test): New function.
19740         (drem_test): Likewise.
19741         (drem_test_tonearest): Likewise.
19742         (drem_test_towardzero): Likewise.
19743         (drem_test_downward): Likewise.
19744         (drem_test_upward): Likewise.
19745         (main): Call the new functions.
19746
19747         * math/libm-test.inc (finite_test_data): Remove.
19748         (finite_test): Run tests from isfinite_test_data.
19749         (gamma_test_data): Remove.
19750         (gamma_test): Run tests from lgamma_test_data.
19751         * sysdeps/i386/fpu/libm-test-ulps: Update.
19752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19753
19754 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19755
19756         * manual/platform.texi: Add PowerPC PPR function set documentation.
19757         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19758         implementation.
19759
19760 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19761
19762         * math/libm-test.inc (MAX_EXP): Define.
19763         (ULPDIFF): Define.
19764         (ulp): New function.
19765         (check_float_internal): Use ULPDIFF.
19766         (cpow_test): Disable failing test.
19767         (check_ulp): Test ulp() implemetnation.
19768         (main): Call check_ulp before starting tests.
19769
19770 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19771
19772         * math/gen-libm-test.pl (generate_testfile): Do not handle
19773         START_DATA and END_DATA.
19774         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19775         END_DATA.
19776         (acos_tonearest_test_data): Likewise.
19777         (acos_towardzero_test_data): Likewise.
19778         (acos_downward_test_data): Likewise.
19779         (acos_upward_test_data): Likewise.
19780         (acosh_test_data): Likewise.
19781         (asin_test_data): Likewise.
19782         (asin_tonearest_test_data): Likewise.
19783         (asin_towardzero_test_data): Likewise.
19784         (asin_downward_test_data): Likewise.
19785         (asin_upward_test_data): Likewise.
19786         (asinh_test_data): Likewise.
19787         (atan_test_data): Likewise.
19788         (atanh_test_data): Likewise.
19789         (atan2_test_data): Likewise.
19790         (cabs_test_data): Likewise.
19791         (cacos_test_data): Likewise.
19792         (cacosh_test_data): Likewise.
19793         (carg_test_data): Likewise.
19794         (casin_test_data): Likewise.
19795         (casinh_test_data): Likewise.
19796         (catan_test_data): Likewise.
19797         (catanh_test_data): Likewise.
19798         (cbrt_test_data): Likewise.
19799         (ccos_test_data): Likewise.
19800         (ccosh_test_data): Likewise.
19801         (ceil_test_data): Likewise.
19802         (cexp_test_data): Likewise.
19803         (cimag_test_data): Likewise.
19804         (clog_test_data): Likewise.
19805         (clog10_test_data): Likewise.
19806         (conj_test_data): Likewise.
19807         (copysign_test_data): Likewise.
19808         (cos_test_data): Likewise.
19809         (cos_tonearest_test_data): Likewise.
19810         (cos_towardzero_test_data): Likewise.
19811         (cos_downward_test_data): Likewise.
19812         (cos_upward_test_data): Likewise.
19813         (cosh_test_data): Likewise.
19814         (cosh_tonearest_test_data): Likewise.
19815         (cosh_towardzero_test_data): Likewise.
19816         (cosh_downward_test_data): Likewise.
19817         (cosh_upward_test_data): Likewise.
19818         (cpow_test_data): Likewise.
19819         (cproj_test_data): Likewise.
19820         (creal_test_data): Likewise.
19821         (csin_test_data): Likewise.
19822         (csinh_test_data): Likewise.
19823         (csqrt_test_data): Likewise.
19824         (ctan_test_data): Likewise.
19825         (ctan_tonearest_test_data): Likewise.
19826         (ctan_towardzero_test_data): Likewise.
19827         (ctan_downward_test_data): Likewise.
19828         (ctan_upward_test_data): Likewise.
19829         (ctanh_test_data): Likewise.
19830         (ctanh_tonearest_test_data): Likewise.
19831         (ctanh_towardzero_test_data): Likewise.
19832         (ctanh_downward_test_data): Likewise.
19833         (ctanh_upward_test_data): Likewise.
19834         (erf_test_data): Likewise.
19835         (erfc_test_data): Likewise.
19836         (exp_test_data): Likewise.
19837         (exp_tonearest_test_data): Likewise.
19838         (exp_towardzero_test_data): Likewise.
19839         (exp_downward_test_data): Likewise.
19840         (exp_upward_test_data): Likewise.
19841         (exp10_test_data): Likewise.
19842         (exp2_test_data): Likewise.
19843         (expm1_test_data): Likewise.
19844         (fabs_test_data): Likewise.
19845         (fdim_test_data): Likewise.
19846         (finite_test_data): Likewise.
19847         (floor_test_data): Likewise.
19848         (fma_test_data): Likewise.
19849         (fma_towardzero_test_data): Likewise.
19850         (fma_downward_test_data): Likewise.
19851         (fma_upward_test_data): Likewise.
19852         (fmax_test_data): Likewise.
19853         (fmin_test_data): Likewise.
19854         (fmod_test_data): Likewise.
19855         (fpclassify_test_data): Likewise.
19856         (frexp_test_data): Likewise.
19857         (gamma_test_data): Likewise.
19858         (hypot_test_data): Likewise.
19859         (ilogb_test_data): Likewise.
19860         (isfinite_test_data): Likewise.
19861         (isgreater_test_data): Likewise.
19862         (isgreaterequal_test_data): Likewise.
19863         (isinf_test_data): Likewise.
19864         (isless_test_data): Likewise.
19865         (islessequal_test_data): Likewise.
19866         (islessgreater_test_data): Likewise.
19867         (isnan_test_data): Likewise.
19868         (isnormal_test_data): Likewise.
19869         (issignaling_test_data): Likewise.
19870         (isunordered_test_data): Likewise.
19871         (j0_test_data): Likewise.
19872         (j1_test_data): Likewise.
19873         (jn_test_data): Likewise.
19874         (ldexp_test_data): Likewise.
19875         (lgamma_test_data): Likewise.
19876         (lrint_test_data): Likewise.
19877         (lrint_tonearest_test_data): Likewise.
19878         (lrint_towardzero_test_data): Likewise.
19879         (lrint_downward_test_data): Likewise.
19880         (lrint_upward_test_data): Likewise.
19881         (llrint_test_data): Likewise.
19882         (llrint_tonearest_test_data): Likewise.
19883         (llrint_towardzero_test_data): Likewise.
19884         (llrint_downward_test_data): Likewise.
19885         (llrint_upward_test_data): Likewise.
19886         (log_test_data): Likewise.
19887         (log10_test_data): Likewise.
19888         (log1p_test_data): Likewise.
19889         (log2_test_data): Likewise.
19890         (logb_test_data): Likewise.
19891         (logb_downward_test_data): Likewise.
19892         (lround_test_data): Likewise.
19893         (llround_test_data): Likewise.
19894         (modf_test_data): Likewise.
19895         (nearbyint_test_data): Likewise.
19896         (nextafter_test_data): Likewise.
19897         (nexttoward_test_data): Likewise.
19898         (pow_test_data): Likewise.
19899         (pow_tonearest_test_data): Likewise.
19900         (pow_towardzero_test_data): Likewise.
19901         (pow_downward_test_data): Likewise.
19902         (pow_upward_test_data): Likewise.
19903         (remainder_test_data): Likewise.
19904         (remainder_tonearest_test_data): Likewise.
19905         (remainder_towardzero_test_data): Likewise.
19906         (remainder_downward_test_data): Likewise.
19907         (remainder_upward_test_data): Likewise.
19908         (remquo_test_data): Likewise.
19909         (rint_test_data): Likewise.
19910         (rint_tonearest_test_data): Likewise.
19911         (rint_towardzero_test_data): Likewise.
19912         (rint_downward_test_data): Likewise.
19913         (rint_upward_test_data): Likewise.
19914         (round_test_data): Likewise.
19915         (scalb_test_data): Likewise.
19916         (scalbn_test_data): Likewise.
19917         (scalbln_test_data): Likewise.
19918         (signbit_test_data): Likewise.
19919         (sin_test_data): Likewise.
19920         (sin_tonearest_test_data): Likewise.
19921         (sin_towardzero_test_data): Likewise.
19922         (sin_downward_test_data): Likewise.
19923         (sin_upward_test_data): Likewise.
19924         (sincos_test_data): Likewise.
19925         (sinh_test_data): Likewise.
19926         (sinh_tonearest_test_data): Likewise.
19927         (sinh_towardzero_test_data): Likewise.
19928         (sinh_downward_test_data): Likewise.
19929         (sinh_upward_test_data): Likewise.
19930         (sqrt_test_data): Likewise.
19931         (tan_test_data): Likewise.
19932         (tan_tonearest_test_data): Likewise.
19933         (tan_towardzero_test_data): Likewise.
19934         (tan_downward_test_data): Likewise.
19935         (tan_upward_test_data): Likewise.
19936         (tanh_test_data): Likewise.
19937         (tgamma_test_data): Likewise.
19938         (trunc_test_data): Likewise.
19939         (y0_test_data): Likewise.
19940         (y1_test_data): Likewise.
19941         (yn_test_data): Likewise.
19942         (significand_test_data): Likewise.
19943
19944         * math/gen-libm-test.pl (@functions): Remove variable.
19945         (generate_testfile): Don't handle START and END lines.
19946         * math/libm-test.inc (START): New macro.
19947         (END): Likewise.
19948         (END_COMPLEX): Likewise.
19949         (acos_test): Use END macro without arguments.
19950         (acos_test_tonearest): Likewise.
19951         (acos_test_towardzero): Likewise.
19952         (acos_test_downward): Likewise.
19953         (acos_test_upward): Likewise.
19954         (acosh_test): Likewise.
19955         (asin_test): Likewise.
19956         (asin_test_tonearest): Likewise.
19957         (asin_test_towardzero): Likewise.
19958         (asin_test_downward): Likewise.
19959         (asin_test_upward): Likewise.
19960         (asinh_test): Likewise.
19961         (atan_test): Likewise.
19962         (atanh_test): Likewise.
19963         (atan2_test): Likewise.
19964         (cabs_test): Likewise.
19965         (cacos_test): Use END_COMPLEX macro without arguments.
19966         (cacosh_test): Likewise.
19967         (carg_test): Use END macro without arguments.
19968         (casin_test): Use END_COMPLEX macro without arguments.
19969         (casinh_test): Likewise.
19970         (catan_test): Likewise.
19971         (catanh_test): Likewise.
19972         (cbrt_test): Use END macro without arguments.
19973         (ccos_test): Use END_COMPLEX macro without arguments.
19974         (ccosh_test): Likewise.
19975         (ceil_test): Use END macro without arguments.
19976         (cexp_test): Use END_COMPLEX macro without arguments.
19977         (cimag_test): Use END macro without arguments.
19978         (clog_test): Use END_COMPLEX macro without arguments.
19979         (clog10_test): Likewise.
19980         (conj_test): Likewise.
19981         (copysign_test): Use END macro without arguments.
19982         (cos_test): Likewise.
19983         (cos_test_tonearest): Likewise.
19984         (cos_test_towardzero): Likewise.
19985         (cos_test_downward): Likewise.
19986         (cos_test_upward): Likewise.
19987         (cosh_test): Likewise.
19988         (cosh_test_tonearest): Likewise.
19989         (cosh_test_towardzero): Likewise.
19990         (cosh_test_downward): Likewise.
19991         (cosh_test_upward): Likewise.
19992         (cpow_test): Use END_COMPLEX macro without arguments.
19993         (cproj_test): Likewise.
19994         (creal_test): Use END macro without arguments.
19995         (csin_test): Use END_COMPLEX macro without arguments.
19996         (csinh_test): Likewise.
19997         (csqrt_test): Likewise.
19998         (ctan_test): Likewise.
19999         (ctan_test_tonearest): Likewise.
20000         (ctan_test_towardzero): Likewise.
20001         (ctan_test_downward): Likewise.
20002         (ctan_test_upward): Likewise.
20003         (ctanh_test): Likewise.
20004         (ctanh_test_tonearest): Likewise.
20005         (ctanh_test_towardzero): Likewise.
20006         (ctanh_test_downward): Likewise.
20007         (ctanh_test_upward): Likewise.
20008         (erf_test): Use END macro without arguments.
20009         (erfc_test): Likewise.
20010         (exp_test): Likewise.
20011         (exp_test_tonearest): Likewise.
20012         (exp_test_towardzero): Likewise.
20013         (exp_test_downward): Likewise.
20014         (exp_test_upward): Likewise.
20015         (exp10_test): Likewise.
20016         (exp2_test): Likewise.
20017         (expm1_test): Likewise.
20018         (fabs_test): Likewise.
20019         (fdim_test): Likewise.
20020         (finite_test): Likewise.
20021         (floor_test): Likewise.
20022         (fma_test): Likewise.
20023         (fma_test_towardzero): Likewise.
20024         (fma_test_downward): Likewise.
20025         (fma_test_upward): Likewise.
20026         (fmax_test): Likewise.
20027         (fmin_test): Likewise.
20028         (fmod_test): Likewise.
20029         (fpclassify_test): Likewise.
20030         (frexp_test): Likewise.
20031         (gamma_test): Likewise.
20032         (hypot_test): Likewise.
20033         (ilogb_test): Likewise.
20034         (isfinite_test): Likewise.
20035         (isgreater_test): Likewise.
20036         (isgreaterequal_test): Likewise.
20037         (isinf_test): Likewise.
20038         (isless_test): Likewise.
20039         (islessequal_test): Likewise.
20040         (islessgreater_test): Likewise.
20041         (isnan_test): Likewise.
20042         (isnormal_test): Likewise.
20043         (issignaling_test): Likewise.
20044         (isunordered_test): Likewise.
20045         (j0_test): Likewise.
20046         (j1_test): Likewise.
20047         (jn_test): Likewise.
20048         (ldexp_test): Likewise.
20049         (lgamma_test): Likewise.
20050         (lrint_test): Likewise.
20051         (lrint_test_tonearest): Likewise.
20052         (lrint_test_towardzero): Likewise.
20053         (lrint_test_downward): Likewise.
20054         (lrint_test_upward): Likewise.
20055         (llrint_test): Likewise.
20056         (llrint_test_tonearest): Likewise.
20057         (llrint_test_towardzero): Likewise.
20058         (llrint_test_downward): Likewise.
20059         (llrint_test_upward): Likewise.
20060         (log_test): Likewise.
20061         (log10_test): Likewise.
20062         (log1p_test): Likewise.
20063         (log2_test): Likewise.
20064         (logb_test): Likewise.
20065         (logb_test_downward): Likewise.
20066         (lround_test): Likewise.
20067         (llround_test): Likewise.
20068         (modf_test): Likewise.
20069         (nearbyint_test): Likewise.
20070         (nextafter_test): Likewise.
20071         (nexttoward_test): Likewise.
20072         (pow_test): Likewise.
20073         (pow_test_tonearest): Likewise.
20074         (pow_test_towardzero): Likewise.
20075         (pow_test_downward): Likewise.
20076         (pow_test_upward): Likewise.
20077         (remainder_test): Likewise.
20078         (remainder_test_tonearest): Likewise.
20079         (remainder_test_towardzero): Likewise.
20080         (remainder_test_downward): Likewise.
20081         (remainder_test_upward): Likewise.
20082         (remquo_test): Likewise.
20083         (rint_test): Likewise.
20084         (rint_test_tonearest): Likewise.
20085         (rint_test_towardzero): Likewise.
20086         (rint_test_downward): Likewise.
20087         (rint_test_upward): Likewise.
20088         (round_test): Likewise.
20089         (scalb_test): Likewise.
20090         (scalbn_test): Likewise.
20091         (scalbln_test): Likewise.
20092         (signbit_test): Likewise.
20093         (sin_test): Likewise.
20094         (sin_test_tonearest): Likewise.
20095         (sin_test_towardzero): Likewise.
20096         (sin_test_downward): Likewise.
20097         (sin_test_upward): Likewise.
20098         (sincos_test): Likewise.
20099         (sinh_test): Likewise.
20100         (sinh_test_tonearest): Likewise.
20101         (sinh_test_towardzero): Likewise.
20102         (sinh_test_downward): Likewise.
20103         (sinh_test_upward): Likewise.
20104         (sqrt_test): Likewise.
20105         (tan_test): Likewise.
20106         (tan_test_tonearest): Likewise.
20107         (tan_test_towardzero): Likewise.
20108         (tan_test_downward): Likewise.
20109         (tan_test_upward): Likewise.
20110         (tanh_test): Likewise.
20111         (tgamma_test): Likewise.
20112         (trunc_test): Likewise.
20113         (y0_test): Likewise.
20114         (y1_test): Likewise.
20115         (yn_test): Likewise.
20116         (significand_test): Likewise.
20117
20118 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20119
20120         [BZ #15381]
20121         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20122
20123 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20124
20125         [BZ #14894]
20126         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20127         __ppc_mdoio and __ppc_mdoom.
20128         * manual/platform.texi: Document new functions __ppc_yield,
20129         __ppc_mdoio and __ppc_mdoom.
20130
20131 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20132
20133         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20134         (main): Mention "tls" pseudo-hwcap is legacy.
20135         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20136
20137 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20138
20139         * math/gen-libm-test.pl (parse_args): Output only string of
20140         arguments as text for test name, not full call or descriptions of
20141         tests for extra outputs.
20142         (generate_testfile): Do not pass function name to parse_args.
20143         Generate this_func variable from START.
20144         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20145         field to arg_str.
20146         (struct test_ff_f_data): Likewise.
20147         (test_ff_f_data_nexttoward): Likewise.
20148         (struct test_fi_f_data): Likewise.
20149         (struct test_fl_f_data): Likewise.
20150         (struct test_if_f_data): Likewise.
20151         (struct test_fff_f_data): Likewise.
20152         (struct test_c_f_data): Likewise.
20153         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20154         (struct test_fF_f1_data): Likewise.
20155         (struct test_ffI_f1_data): Likewise.
20156         (struct test_c_c_data): Rename test_name field to arg_str.
20157         (struct test_cc_c_data): Likewise.
20158         (struct test_f_i_data): Likewise.
20159         (struct test_ff_i_data): Likewise.
20160         (struct test_f_l_data): Likewise.
20161         (struct test_f_L_data): Likewise.
20162         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20163         and extra2_name.
20164         (COMMON_TEST_SETUP): New macro.
20165         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20166         (COMMON_TEST_CLEANUP): Likewise.
20167         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20168         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20169         macros.
20170         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20171         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20172         macros.
20173         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20174         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20175         cleanup macros.
20176         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20177         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20178         macros.
20179         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20180         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20181         macros.
20182         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20183         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20184         cleanup macros.
20185         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20186         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20187         cleanup macros.
20188         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20189         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20190         cleanup macros.
20191         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20192         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20193         macros.
20194         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20195         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20196         macros.
20197         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20198         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20199         macros.
20200         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20201         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20202         cleanup macros.
20203         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20204         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20205         cleanup macros.
20206         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20207         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20208         macros.
20209         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20210         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20211         cleanup macros.
20212         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20213         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20214         macros.
20215         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20216         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20217         macros.
20218         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20219         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20220         cleanup macros.
20221         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20222
20223 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20224
20225         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20226         to _sifields.sigfault.
20227         (si_addr_lsb): Define new macro.
20228         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20229         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20230         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20231
20232 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20233
20234         [BZ #15441]
20235         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20236         returns -1.
20237         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20238         null return -1.
20239         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20240         loading the domain.
20241
20242 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20243
20244         * math/gen-libm-test.pl (parse_args): Do not include expected
20245         result in test name.
20246         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20247         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20248         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20249         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20250         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20252
20253 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20254
20255         * benchtests/Makefile: Sort function entries.
20256
20257         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20258         tanh, asinh, acosh, atanh.
20259         * benchtests/acos-inputs: New file.
20260         * benchtests/acosh-inputs: New file.
20261         * benchtests/asin-inputs: New file.
20262         * benchtests/asinh-inputs: New file.
20263         * benchtests/atanh-inputs: New file.
20264         * benchtests/cosh-inputs: New file.
20265         * benchtests/log-inputs: New file.
20266         * benchtests/sinh-inputs: New file.
20267         * benchtests/tanh-inputs: New file.
20268
20269 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20270
20271         [BZ #15339]
20272         * posix/tst-getaddrinfo4.c: New test.
20273         * posix/Makefile (tests): Add it.
20274
20275 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20276
20277         [BZ #15339]
20278         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20279         when no services were used.
20280         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20281         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20282
20283 2013-05-21  Andreas Schwab  <schwab@suse.de>
20284
20285         [BZ #15014]
20286         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20287         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20288         successful.
20289         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20290         redundant variable declarations and reallocation of buffer when
20291         parsing as IPv6 address.  Always set NSS status when called from
20292         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20293         buffer too small.  Correct computation of needed size.
20294         * nss/Makefile (tests): Add test-digits-dots.
20295         * nss/test-digits-dots.c: New test.
20296
20297 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20298
20299         * benchtests/Makefile: Remove instructions for adding
20300         benchmark tests.
20301         * benchtests/README: New file to explain how to execute and
20302         enhance the benchmark tests.
20303
20304 2013-05-21  Andreas Schwab  <schwab@suse.de>
20305
20306         [BZ #15493]
20307         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20308         * setjmp/tst-sigsetjmp.c: New test.
20309
20310 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20311
20312         * sysdeps/x86_64/memset.S (memset): New implementation.
20313         (__bzero): Likewise.
20314         (__memset_tail): New function.
20315
20316 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20317
20318         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20319         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20320         __memcpy_sse2_unaligned ifunc selection.
20321         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20322         Add memcpy-sse2-unaligned.S.
20323         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20324         Add: __memcpy_sse2_unaligned.
20325
20326 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20327
20328         [BZ #15490]
20329         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20330         math_force_eval before restoring floating-point envrionment.
20331         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20332         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20333         Likewise.
20334         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20335         <math_private.h>.
20336         (__nearbyintl): Use math_force_eval before restoring
20337         floating-point environment.
20338         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20339
20340         * math/gen-libm-test.pl (special_functions): Remove.
20341         (parse_args): Don't handle TEST_extra.  Handle functions with no
20342         return value.
20343         * math/libm-test.inc (struct test_sincos_data): Replace with
20344         struct test_fFF_11_data.
20345         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20346         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20347         (sincos_test_data): Change element type to struct
20348         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20349         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20350         RUN_TEST_LOOP_sincos.
20351         * math/README.libm-test: Don't mention special handling of
20352         individual functions.
20353         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20354         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20355         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20356         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20357         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20359
20360         * math/gen-libm-test.pl (get_variable): Remove function.
20361         (parse_args): Don't show pointer parameters to call in test
20362         names.  Use "extra output N" in test names for extra outputs
20363         rather than naming variables.
20364
20365 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20366
20367         [BZ #15488]
20368         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20369         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20370         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20371         double tests.
20372         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20373         disable.
20374         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20375         check_long_double.
20376
20377         * math/gen-libm-test.pl (@tests): Remove variable.
20378         ($count): Likewise.
20379         (new_test): Remove function.
20380         (show_exceptions): New function.
20381         (special_functions): Use show_exceptions instead of new_test.
20382         (parse_args): Likewise.
20383         (generate_testfile): Pass only function name in generated call to
20384         print_max_error or print_complex_max_error.
20385         (get_ulps): Do not handle complex tests specially.
20386         (output_test): Rename to ...
20387         (get_all_ulps_for_test): ... this.  Return a string rather than
20388         printing to a file.  Require ulps to be present.
20389         (output_ulps): Generate arrays rather than #defines.
20390         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20391         (struct ulp_data): New type.
20392         (BUILD_COMPLEX_ULP): Remove macro.
20393         (compare_ulp_data): New function.
20394         (find_ulps): Likewise.
20395         (find_test_ulps): Likewise.
20396         (find_function_ulps): Likewise.
20397         (find_complex_function_ulps): Likewise.
20398         (print_max_error): Determine allowed ulps using
20399         find_function_ulps.
20400         (print_complex_max_error): Determine allowed ulps using
20401         find_complex_function_ulps.
20402         (check_float_internal): Determine max ulps using find_test_ulps.
20403         (check_float): Do not take max_ulp parameter.  Update call to
20404         check_float_internal.
20405         (check_complex): Likewise.
20406         (check_int): Do not take max_ulp parameter.
20407         (check_long): Likewise.
20408         (check_bool): Likewise.
20409         (check_longlong): Likewise.
20410         (struct test_f_f_data): Remove max_ulp field.
20411         (struct test_ff_f_data): Likewise.
20412         (struct test_ff_f_data_nexttoward): Likewise.
20413         (struct test_fi_f_data): Likewise.
20414         (struct test_fl_f_data): Likewise.
20415         (struct test_if_f_data): Likewise.
20416         (struct test_fff_f_data): Likewise.
20417         (struct test_c_f_data): Likewise.
20418         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20419         (struct test_fF_f1_data): Likewise.
20420         (struct test_ffI_f1_data): Likewise.
20421         (struct test_c_c_data): Remove max_ulp field.
20422         (struct test_cc_c_data): Likewise.
20423         (struct test_f_i_data): Likewise.
20424         (struct test_ff_i_data): Likewise.
20425         (struct test_f_l_data): Likewise.
20426         (struct test_f_L_data): Likewise.
20427         (struct test_sincos_data): Likewise.
20428         (RUN_TEST_f_f): Do not handle ulps.
20429         (RUN_TEST_LOOP_f_f): Likewise.
20430         (RUN_TEST_2_f): Likewise.
20431         (RUN_TEST_LOOP_2_f): Likewise.
20432         (RUN_TEST_fff_f): Likewise.
20433         (RUN_TEST_LOOP_fff_f): Likewise.
20434         (RUN_TEST_c_f): Likewise.
20435         (RUN_TEST_LOOP_c_f): Likewise.
20436         (RUN_TEST_f_f1): Likewise.
20437         (RUN_TEST_LOOP_f_f1): Likewise.
20438         (RUN_TEST_fF_f1): Likewise.
20439         (RUN_TEST_LOOP_fF_f1): Likewise.
20440         (RUN_TEST_fI_f1): Likewise.
20441         (RUN_TEST_LOOP_fI_f1): Likewise.
20442         (RUN_TEST_ffI_f1): Likewise.
20443         (RUN_TEST_LOOP_ffI_f1): Likewise.
20444         (RUN_TEST_c_c): Likewise.
20445         (RUN_TEST_LOOP_c_c): Likewise.
20446         (RUN_TEST_cc_c): Likewise.
20447         (RUN_TEST_LOOP_cc_c): Likewise.
20448         (RUN_TEST_f_i): Likewise.
20449         (RUN_TEST_LOOP_f_i): Likewise.
20450         (RUN_TEST_f_i_tg): Likewise.
20451         (RUN_TEST_LOOP_f_i_tg): Likewise.
20452         (RUN_TEST_ff_i_tg): Likewise.
20453         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20454         (RUN_TEST_f_b): Likewise.
20455         (RUN_TEST_LOOP_f_b): Likewise.
20456         (RUN_TEST_f_b_tg): Likewise.
20457         (RUN_TEST_LOOP_f_b_tg): Likewise.
20458         (RUN_TEST_f_l): Likewise.
20459         (RUN_TEST_LOOP_f_l): Likewise.
20460         (RUN_TEST_f_L): Likewise.
20461         (RUN_TEST_LOOP_f_L): Likewise.
20462         (RUN_TEST_sincos): Likewise.
20463         (RUN_TEST_LOOP_sincos): Likewise.
20464
20465 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20466
20467         [BZ #15480]
20468         [BZ #15485]
20469         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20470         main case of finite arguments, set rounding mode to FE_TONEAREST
20471         and discard exceptions.
20472         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20473         exceptions.
20474         (remainder_tonearest_test_data): New variable.
20475         (remainder_test_tonearest): New function.
20476         (remainder_towardzero_test_data): New variable.
20477         (remainder_test_towardzero): New function.
20478         (remainder_downward_test_data): New variable.
20479         (remainder_test_downward): New function.
20480         (remainder_upward_test_data): New variable.
20481         (remainder_test_upward): New function.
20482         (main): Call the new test functions.
20483
20484         * math/libm-test.inc (struct test_f_f1_data): Remove field
20485         extra_init.
20486         (struct test_fF_f1_data): Likewise.
20487         (struct test_ffI_f1_data): Likewise.
20488         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20489         based on value of EXTRA_EXPECTED.
20490         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20491         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20492         EXTRA_VAR based on value of EXTRA_EXPECTED.
20493         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20494         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20495         EXTRA_VAR based on value of EXTRA_EXPECTED.
20496         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20497         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20498         EXTRA_VAR based on value of EXTRA_EXPECTED.
20499         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20500         * math/gen-libm-test.pl (parse_args): Don't output initializers
20501         for extra output values.
20502
20503         * math/libm-test.inc (check_int): Expect result to be exactly
20504         equal to expected value and do not handle ulps.
20505         (check_long): Likewise.
20506         (check_longlong): Likewise.
20507
20508         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20509         exceptions.
20510         (cimag_test_data): Likewise.
20511         (conj_test_data): Likewise.
20512         (copysign_test_data): Likewise.
20513         (cproj_test_data): Likewise.
20514         (creal_test_data): Likewise.
20515         (fabs_test_data): Likewise.
20516         (fdim_test_data): Likewise.
20517         (finite_test_data): Likewise.
20518         (floor_test_data): Likewise.
20519         (fmax_test_data): Likewise.
20520         (fmin_test_data): Likewise.
20521         (fmod_test_data): Likewise.
20522         (fpclassify_test_data): Likewise.
20523         (frexp_test_data): Likewise.
20524         (ilogb_test_data): Likewise.
20525         (isfinite_test_data): Likewise.
20526         (isgreater_test_data): Likewise.
20527         (isgreaterequal_test_data): Likewise.
20528         (isinf_test_data): Likewise.
20529         (isless_test_data): Likewise.
20530         (islessequal_test_data): Likewise.
20531         (islessgreater_test_data): Likewise.
20532         (isnan_test_data): Likewise.
20533         (isnormal_test_data): Likewise.
20534         (issignaling_test_data): Likewise.
20535         (isunordered_test_data): Likewise.
20536         (ldexp_test_data): Likewise.
20537         (lrint_test_data): Likewise.
20538         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20539         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20540         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20541         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20542         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20543         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20544         test input.
20545         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20546         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20547         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20548         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20549         that test input.
20550         (lrint_downward_test_data): Test for "inexact" exceptions.
20551         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20552         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20553         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20554         test input.
20555         (lrint_upward_test_data): Test for "inexact" exceptions.
20556         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20557         test input.
20558         (llrint_test_data): Test for "inexact" exceptions.
20559         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20560         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20561         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20562         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20563         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20564         (llrint_downward_test_data): Test for "inexact" exceptions.
20565         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20566         (llrint_upward_test_data): Test for "inexact" exceptions.
20567         (logb_test_data): Likewise.
20568         (logb_downward_test_data): Likewise.
20569         (nextafter_test_data): Likewise.
20570         (nexttoward_test_data): Likewise.
20571         (remainder_test_data): Likewise.
20572         (remquo_test_data): Likewise.
20573         (scalbn_test_data): Likewise.
20574         (scalbln_test_data): Likewise.
20575         (signbit_test_data): Likewise.
20576         (sqrt_test_data): Likewise.
20577         (significand_test_data): Likewise.
20578
20579 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20580
20581         [BZ #15424]
20582         * benchtests/bench-modf.c (struct args): Mark arg0 as
20583         volatile.
20584         * scripts/bench.pl: Mark members of struct args as volatile.
20585
20586 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20587
20588         [BZ # 15497]
20589         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20590         negative infinity on POWER6 or lower.
20591         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20592
20593 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20594
20595         [BZ #15442]
20596         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20597         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20598         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20599         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20600         (_FP_SETQNAN): New macro.
20601         (_FP_SETQNAN_SEMIRAW): Likewise.
20602         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20603         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20604         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20605         (FP_EXTEND): Use _FP_FRAC_SNANP.
20606         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20607         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20608         into account.
20609         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20610         New macro.
20611         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20612         Likewise.
20613
20614 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20615
20616         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20617         with DIVIDE_BY_ZERO_EXCEPTION.
20618         (gamma_test_data): Likewise.
20619         (lgamma_test_data): Likewise.
20620         (log_test_data): Likewise.
20621         (log10_test_data): Likewise.
20622         (log2_test_data): Likewise.
20623         (tgamma_test_data): Likewise.
20624
20625         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20626         (acos_test_tonearest): Likewise.
20627         (acos_test_towardzero): Likewise.
20628         (acos_test_downward): Likewise.
20629         (acos_test_upward): Likewise.
20630         (acosh_test): Likewise.
20631         (asin_test): Likewise.
20632         (asin_test_tonearest): Likewise.
20633         (asin_test_towardzero): Likewise.
20634         (asin_test_downward): Likewise.
20635         (asin_test_upward): Likewise.
20636         (asinh_test): Likewise.
20637         (atan_test): Likewise.
20638         (atanh_test): Likewise.
20639         (atan2_test): Likewise.
20640         (cabs_test): Likewise.
20641         (cacos_test): Likewise.
20642         (cacosh_test): Likewise.
20643         (casin_test): Likewise.
20644         (casinh_test): Likewise.
20645         (catan_test): Likewise.
20646         (catanh_test): Likewise.
20647         (cbrt_test): Likewise.
20648         (ccos_test): Likewise.
20649         (ccosh_test): Likewise.
20650         (cexp_test): Likewise.
20651         (clog_test): Likewise.
20652         (clog10_test): Likewise.
20653         (cos_test): Likewise.
20654         (cos_test_tonearest): Likewise.
20655         (cos_test_towardzero): Likewise.
20656         (cos_test_downward): Likewise.
20657         (cos_test_upward): Likewise.
20658         (cosh_test): Likewise.
20659         (cosh_test_tonearest): Likewise.
20660         (cosh_test_towardzero): Likewise.
20661         (cosh_test_downward): Likewise.
20662         (cosh_test_upward): Likewise.
20663         (cpow_test): Likewise.
20664         (csin_test): Likewise.
20665         (csinh_test): Likewise.
20666         (csqrt_test): Likewise.
20667         (ctan_test): Likewise.
20668         (ctan_test_tonearest): Likewise.
20669         (ctan_test_towardzero): Likewise.
20670         (ctan_test_downward): Likewise.
20671         (ctan_test_upward): Likewise.
20672         (ctanh_test): Likewise.
20673         (ctanh_test_tonearest): Likewise.
20674         (ctanh_test_towardzero): Likewise.
20675         (ctanh_test_downward): Likewise.
20676         (ctanh_test_upward): Likewise.
20677         (erf_test): Likewise.
20678         (erfc_test): Likewise.
20679         (exp_test): Likewise.
20680         (exp_test_tonearest): Likewise.
20681         (exp_test_towardzero): Likewise.
20682         (exp_test_downward): Likewise.
20683         (exp_test_upward): Likewise.
20684         (exp10_test): Likewise.
20685         (exp2_test): Likewise.
20686         (expm1_test): Likewise.
20687         (fmod_test): Likewise.
20688         (gamma_test): Likewise.
20689         (hypot_test): Likewise.
20690         (j0_test): Likewise.
20691         (j1_test): Likewise.
20692         (jn_test): Likewise.
20693         (lgamma_test): Likewise.
20694         (log_test): Likewise.
20695         (log10_test): Likewise.
20696         (log1p_test): Likewise.
20697         (log2_test): Likewise.
20698         (logb_test_downward): Likewise.
20699         (pow_test): Likewise.
20700         (pow_test_tonearest): Likewise.
20701         (pow_test_towardzero): Likewise.
20702         (pow_test_downward): Likewise.
20703         (pow_test_upward): Likewise.
20704         (remainder_test): Likewise.
20705         (remquo_test): Likewise.
20706         (sin_test): Likewise.
20707         (sin_test_tonearest): Likewise.
20708         (sin_test_towardzero): Likewise.
20709         (sin_test_downward): Likewise.
20710         (sin_test_upward): Likewise.
20711         (sincos_test): Likewise.
20712         (sinh_test): Likewise.
20713         (sinh_test_tonearest): Likewise.
20714         (sinh_test_towardzero): Likewise.
20715         (sinh_test_downward): Likewise.
20716         (sinh_test_upward): Likewise.
20717         (sqrt_test): Likewise.
20718         (tan_test): Likewise.
20719         (tan_test_tonearest): Likewise.
20720         (tan_test_towardzero): Likewise.
20721         (tan_test_downward): Likewise.
20722         (tan_test_upward): Likewise.
20723         (tanh_test): Likewise.
20724         (tgamma_test): Likewise.
20725         (y0_test): Likewise.
20726         (y1_test): Likewise.
20727         (yn_test): Likewise.
20728
20729         * math/gen-libm-test.pl (adjust_arg): Remove function.
20730         (special_function): Remove argument $in_func.  Only handle
20731         generating output for tables of tests, not inside functions.
20732         (parse_args): Likewise.
20733         (generate_testfile): Remove variable $in_func.  Update call to
20734         parse_args.
20735         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20736         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20737         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20738         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20739         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20740         (MAX_VALUE_INIT): Rename macro to max_value.
20741         (MIN_VALUE_INIT): Rename macro to min_value.
20742         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20743         (plus_zero): Remove variable.
20744         (minus_zero): Likewise.
20745         (plus_infty): Likewise.
20746         (minus_infty): Likewise.
20747         (qnan_value): Likewise.
20748         (max_value): Likewise.
20749         (min_value): Likewise.
20750         (min_subnorm_value): Likewise.
20751
20752 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20753
20754         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20755         uint64_t or uint32_t usage.
20756         * crypt/sha256-block.c: Likewise.
20757         * crypt/sha256-crypt.c: Likewise.
20758         * crypt/sha256.c: Likewise.
20759         * crypt/sha512-block.c: Likewise.
20760         * crypt/sha512-crypt.c: Likewise.
20761         * crypt/sha512.c: Likewise.
20762         * debug/backtrace-tst.c: Likewise.
20763         * debug/pcprofiledump.c: Likewise.
20764         * elf/cache.c: Likewise.
20765         * elf/dl-cache.c: Likewise.
20766         * elf/dl-misc.c: Likewise.
20767         * elf/dl-profile.c: Likewise.
20768         * elf/dl-support.c: Likewise.
20769         * elf/ldconfig.c: Likewise.
20770         * elf/sprof.c: Likewise.
20771         * iconv/dummy-repertoire.c: Likewise.
20772         * iconv/iconv_charmap.c: Likewise.
20773         * iconv/skeleton.c: Likewise.
20774         * iconvdata/8bit-generic.c: Likewise.
20775         * iconvdata/cp737.h: Likewise.
20776         * iconvdata/cp775.h: Likewise.
20777         * iconvdata/ibm1008.h: Likewise.
20778         * iconvdata/ibm1025.h: Likewise.
20779         * iconvdata/ibm1046.h: Likewise.
20780         * iconvdata/ibm1097.h: Likewise.
20781         * iconvdata/ibm1112.h: Likewise.
20782         * iconvdata/ibm1122.h: Likewise.
20783         * iconvdata/ibm1123.h: Likewise.
20784         * iconvdata/ibm1124.h: Likewise.
20785         * iconvdata/ibm1129.h: Likewise.
20786         * iconvdata/ibm1130.h: Likewise.
20787         * iconvdata/ibm1132.h: Likewise.
20788         * iconvdata/ibm1133.h: Likewise.
20789         * iconvdata/ibm1137.h: Likewise.
20790         * iconvdata/ibm1140.h: Likewise.
20791         * iconvdata/ibm1141.h: Likewise.
20792         * iconvdata/ibm1142.h: Likewise.
20793         * iconvdata/ibm1143.h: Likewise.
20794         * iconvdata/ibm1144.h: Likewise.
20795         * iconvdata/ibm1145.h: Likewise.
20796         * iconvdata/ibm1146.h: Likewise.
20797         * iconvdata/ibm1147.h: Likewise.
20798         * iconvdata/ibm1148.h: Likewise.
20799         * iconvdata/ibm1149.h: Likewise.
20800         * iconvdata/ibm1153.h: Likewise.
20801         * iconvdata/ibm1154.h: Likewise.
20802         * iconvdata/ibm1155.h: Likewise.
20803         * iconvdata/ibm1156.h: Likewise.
20804         * iconvdata/ibm1157.h: Likewise.
20805         * iconvdata/ibm1158.h: Likewise.
20806         * iconvdata/ibm1160.h: Likewise.
20807         * iconvdata/ibm1161.h: Likewise.
20808         * iconvdata/ibm1162.h: Likewise.
20809         * iconvdata/ibm1163.h: Likewise.
20810         * iconvdata/ibm1164.h: Likewise.
20811         * iconvdata/ibm1166.h: Likewise.
20812         * iconvdata/ibm1167.h: Likewise.
20813         * iconvdata/ibm12712.h: Likewise.
20814         * iconvdata/ibm1390.h: Likewise.
20815         * iconvdata/ibm1399.h: Likewise.
20816         * iconvdata/ibm16804.h: Likewise.
20817         * iconvdata/ibm4517.h: Likewise.
20818         * iconvdata/ibm4899.h: Likewise.
20819         * iconvdata/ibm4909.h: Likewise.
20820         * iconvdata/ibm4971.h: Likewise.
20821         * iconvdata/ibm5347.h: Likewise.
20822         * iconvdata/ibm803.h: Likewise.
20823         * iconvdata/ibm856.h: Likewise.
20824         * iconvdata/ibm901.h: Likewise.
20825         * iconvdata/ibm902.h: Likewise.
20826         * iconvdata/ibm9030.h: Likewise.
20827         * iconvdata/ibm9066.h: Likewise.
20828         * iconvdata/ibm921.h: Likewise.
20829         * iconvdata/ibm922.h: Likewise.
20830         * iconvdata/ibm9448.h: Likewise.
20831         * iconvdata/isiri-3342.h: Likewise.
20832         * iconvdata/jis0201.h: Likewise.
20833         * include/link.h: Likewise.
20834         * include/netdb.h: Likewise.
20835         * inet/check_native.c: Likewise.
20836         * inet/check_pf.c: Likewise.
20837         * inet/getipv4sourcefilter.c: Likewise.
20838         * inet/getnameinfo.c: Likewise.
20839         * inet/getsourcefilter.c: Likewise.
20840         * inet/htonl.c: Likewise.
20841         * inet/setipv4sourcefilter.c: Likewise.
20842         * inet/setsourcefilter.c: Likewise.
20843         * inet/test-inet6_opt.c: Likewise.
20844         * inet/tst-network.c: Likewise.
20845         * locale/C-collate.c: Likewise.
20846         * locale/C-ctype.c: Likewise.
20847         * locale/C-time.c: Likewise.
20848         * locale/C-translit.h: Likewise.
20849         * locale/loadarchive.c: Likewise.
20850         * locale/programs/3level.h: Likewise.
20851         * locale/programs/charmap.c: Likewise.
20852         * locale/programs/charmap.h: Likewise.
20853         * locale/programs/ld-address.c: Likewise.
20854         * locale/programs/ld-collate.c: Likewise.
20855         * locale/programs/ld-ctype.c: Likewise.
20856         * locale/programs/ld-identification.c: Likewise.
20857         * locale/programs/ld-measurement.c: Likewise.
20858         * locale/programs/ld-messages.c: Likewise.
20859         * locale/programs/ld-monetary.c: Likewise.
20860         * locale/programs/ld-name.c: Likewise.
20861         * locale/programs/ld-numeric.c: Likewise.
20862         * locale/programs/ld-paper.c: Likewise.
20863         * locale/programs/ld-telephone.c: Likewise.
20864         * locale/programs/ld-time.c: Likewise.
20865         * locale/programs/linereader.c: Likewise.
20866         * locale/programs/locale.c: Likewise.
20867         * locale/programs/locarchive.c: Likewise.
20868         * locale/programs/locfile.h: Likewise.
20869         * locale/programs/repertoire.c: Likewise.
20870         * locale/programs/simple-hash.c: Likewise.
20871         * locale/programs/simple-hash.h: Likewise.
20872         * malloc/memusage.c: Likewise.
20873         * malloc/memusagestat.c: Likewise.
20874         * nis/nis_defaults.c: Likewise.
20875         * nis/nis_hash.c: Likewise.
20876         * nis/nis_print.c: Likewise.
20877         * nis/nis_xdr.c: Likewise.
20878         * nscd/connections.c: Likewise.
20879         * nscd/hstcache.c: Likewise.
20880         * nscd/nscd_gethst_r.c: Likewise.
20881         * nscd/nscd_getserv_r.c: Likewise.
20882         * nscd/nscd_helper.c: Likewise.
20883         * nscd/servicescache.c: Likewise.
20884         * nss/makedb.c: Likewise.
20885         * nss/nss_db/db-XXX.c: Likewise.
20886         * nss/nss_db/db-initgroups.c: Likewise.
20887         * nss/nss_db/db-netgrp.c: Likewise.
20888         * nss/nss_files/files-network.c: Likewise.
20889         * nss/nss_files/files-parse.c: Likewise.
20890         * posix/bug-regex5.c: Likewise.
20891         * posix/fnmatch_loop.c: Likewise.
20892         * posix/regcomp.c: Likewise.
20893         * posix/regexec.c: Likewise.
20894         * posix/tst-rfc3484-2.c: Likewise.
20895         * posix/tst-rfc3484-3.c: Likewise.
20896         * posix/tst-rfc3484.c: Likewise.
20897         * resolv/nss_dns/dns-canon.c: Likewise.
20898         * resolv/nss_dns/dns-network.c: Likewise.
20899         * resolv/res_init.c: Likewise.
20900         * resolv/res_mkquery.c: Likewise.
20901         * resolv/tst-aton.c: Likewise.
20902         * stdlib/cxa_atexit.c: Likewise.
20903         * stdlib/cxa_finalize.c: Likewise.
20904         * stdlib/gen-fpioconst.c: Likewise.
20905         * stdlib/strtol_l.c: Likewise.
20906         * string/tst-endian.c: Likewise.
20907         * sunrpc/auth_des.c: Likewise.
20908         * sunrpc/clnt_udp.c: Likewise.
20909         * sunrpc/rtime.c: Likewise.
20910         * sunrpc/svcauth_des.c: Likewise.
20911         * sunrpc/xdr.c: Likewise.
20912         * sunrpc/xdr_intXX_t.c: Likewise.
20913         * sunrpc/xdr_rec.c: Likewise.
20914         * sysdeps/generic/ldconfig.h: Likewise.
20915         * sysdeps/generic/ldsodefs.h: Likewise.
20916         * sysdeps/generic/memusage.h: Likewise.
20917         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20918         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20919         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20920         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20921         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20922         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20923         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20924         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20925         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20926         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20927         * sysdeps/posix/getaddrinfo.c: Likewise.
20928         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20929         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20930         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20931         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20932         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20933         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20934         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20935         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20936         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20937         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20938         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20939         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20940         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20941         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20942         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20943         * sysdeps/x86_64/dl-tls.h: Likewise.
20944         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20945         * time/alt_digit.c: Likewise.
20946         * time/era.c: Likewise.
20947         * wcsmbs/tst-c16c32-1.c: Likewise.
20948
20949 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20950
20951         * math/libm-test.inc (struct test_sincos_data): New type.
20952         (RUN_TEST_LOOP_sincos): New macro.
20953         (sincos_test_data): New variable.
20954         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20955
20956 2013-05-16  Richard Henderson  <rth@redhat.com>
20957
20958         * math/atest-exp2.c (LIMB64): New macro.
20959         (CONSTSZ): New macro.
20960         (mp_exp1, mp_exp_m1, mp_log2): New variables.
20961         (hexdig): Move ...
20962         (print_mpn_fp): ... to function scope.
20963         (read_mpn_hex): Remove.
20964         (get_log2): Remove.
20965         (exp2_mpn): Use mp_log2.
20966         (main): Use mp_exp1.
20967
20968 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20969
20970         * math/libm-test.inc: Remove comment about not testing "inexact"
20971         exceptions.
20972         (INEXACT_EXCEPTION): New macro.
20973         (NO_INEXACT_EXCEPTION): Likewise.
20974         (INVALID_EXCEPTION_OK): Update value.
20975         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20976         (OVERFLOW_EXCEPTION_OK): Likewise.
20977         (UNDERFLOW_EXCEPTION_OK): Likewise.
20978         (IGNORE_ZERO_INF_SIGN): Likewise.
20979         (ERRNO_UNCHANGED): Likewise.
20980         (ERRNO_EDOM): Likewise.
20981         (ERRNO_ERANGE): Likewise.
20982         (test_exceptions): Handle testing "inexact" exceptions.
20983         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
20984         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
20985         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
20986         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
20987         INEXACT_EXCEPTION.
20988         (rint_towardzero_test_data): Likewise.
20989         (rint_downward_test_data): Likewise.
20990         (rint_upward_test_data): Likewise.
20991
20992         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
20993         with OVERFLOW_EXCEPTION.
20994         (exp10_test_data): Likewise.
20995         (exp2_test_data): Likewise.
20996         (expm1_test_data): Likewise.
20997         (lgamma_test_data): Likewise.
20998         (pow_test_data): Likewise.
20999         (tgamma_test_data): Likewise.
21000         (yn_test_data): Remove duplicate test of overflow.
21001
21002         * math/libm-test.inc (struct test_cc_c_data): New type.
21003         (RUN_TEST_LOOP_cc_c): New macro.
21004         (cpow_test_data): New variable.
21005         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21006
21007         * math/libm-test.inc (struct test_f_L_data): New type.
21008         (RUN_TEST_LOOP_f_L): New macro.
21009         (llrint_test_data): New variable.
21010         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21011         (llrint_tonearest_test_data): New variable.
21012         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21013         (llrint_towardzero_test_data): New variable.
21014         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21015         (llrint_downward_test_data): New variable.
21016         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21017         (llrint_upward_test_data): New variable.
21018         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21019         (llround_test_data): New variable.
21020         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21021
21022 2013-05-13  Peter Collingbourne  <pcc@google.com>
21023
21024         * math/atest-exp2.c (get_log2): Remove const attribute.
21025
21026 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21027
21028         * math/libm-test.inc (struct test_f_l_data): New type.
21029         (RUN_TEST_LOOP_f_l): New macro.
21030         (lrint_test_data): New variable.
21031         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21032         (lrint_tonearest_test_data): New variable.
21033         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21034         (lrint_towardzero_test_data): New variable.
21035         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21036         (lrint_downward_test_data): New variable.
21037         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21038         (lrint_upward_test_data): New variable.
21039         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21040         (lround_test_data): New variable.
21041         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21042
21043 2013-05-15  Peter Collingbourne  <pcc@google.com>
21044
21045         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21046         (EXTRACT_WORDS64) Use where appropriate.
21047         (INSERT_WORDS64) Likewise.
21048
21049         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21050         constraints with x constraints.
21051         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21052
21053         * malloc/obstack.c (_obstack_compat): Add initializer.
21054
21055 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21056
21057         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21058         si_trapno and add si_addr_lsb to _sifields.sigfault.
21059         (si_trapno): Remove macro.
21060         (si_addr_lsb): Define new macro.
21061         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21062
21063 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21064
21065         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21066         instead of TEST_f_l.
21067         (llrint_test_tonearest): Likewise.
21068         (llrint_test_towardzero): Likewise.
21069         (llrint_test_downward): Likewise.
21070         (llrint_test_upward): Likewise.
21071         (llround_test): Likewise.
21072
21073         * math/libm-test.inc (struct test_f_i_data): Add comment.
21074         (RUN_TEST_LOOP_f_b): New macro.
21075         (RUN_TEST_LOOP_f_b_tg): Likewise.
21076         (finite_test_data): New variable.
21077         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21078         (isfinite_test_data): New variable.
21079         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21080         (isinf_test_data): New variable.
21081         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21082         (isnan_test_data): New variable.
21083         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21084         (isnormal_test_data): New variable.
21085         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21086         (issignaling_test_data): New variable.
21087         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21088         (signbit_test_data): New variable.
21089         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21090
21091         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21092         with INVALID_EXCEPTION.
21093         (acosh_test_data): Likewise.
21094         (asin_test_data): Likewise.
21095         (atanh_test_data): Likewise.
21096         (fmod_test_data): Likewise.
21097         (log_test_data): Likewise.
21098         (log10_test_data): Likewise.
21099         (log2_test_data): Likewise.
21100         (pow_test_data): Likewise.
21101         (sqrt_test_data): Likewise.
21102         (y0_test_data): Likewise.
21103         (y1_test_data): Likewise.
21104         (yn_test_data): Likewise.
21105
21106         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21107         function contents.
21108
21109         * math/libm-test.inc (struct test_ff_i_data): New type.
21110         (RUN_TEST_LOOP_ff_i_tg): New macro.
21111         (isgreater_test_data): New variable.
21112         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21113         (isgreaterequal_test_data): New variable.
21114         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21115         (isless_test_data): New variable.
21116         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21117         (islessequal_test_data): New variable.
21118         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21119         (islessgreater_test_data): New variable.
21120         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21121         (isunordered_test_data): New variable.
21122         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21123
21124 2013-05-14  David S. Miller  <davem@davemloft.net>
21125
21126         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21127
21128 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21129
21130         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21131
21132         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21133         extra_test to int.
21134         (struct test_f_i_data): Change type of max_ulp to int.
21135
21136         * math/libm-test.inc (test_ffI_f1_data): New type.
21137         (RUN_TEST_LOOP_ffI_f1): New macro.
21138         (remquo_test_data): New variable.
21139         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21140
21141         * setjmp/tst-setjmp-fp.c: New file.
21142         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21143         (link-libm): New variable.
21144         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21145
21146         * math/libm-test.inc (struct test_f_i_data): New type.
21147         (RUN_TEST_LOOP_f_i): New macro.
21148         (RUN_TEST_LOOP_f_i_tg): Likewise.
21149         (fpclassify_test_data): New variable.
21150         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21151         (ilogb_test_data): New variable.
21152         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21153
21154         * math/libm-test.inc (scalbln_test): Correct function name in END
21155         call.
21156
21157         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21158         (RUN_TEST_LOOP_fI_f1): New macro.
21159         (frexp_test_data): New variable.
21160         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21161
21162         * math/libm-test.inc (struct test_fF_f1_data): New type.
21163         (RUN_TEST_LOOP_fF_f1): New macro.
21164         (modf_test_data): New variable.
21165         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21166
21167         * math/libm-test.inc (struct test_f_f1_data): New type.
21168         (RUN_TEST_LOOP_f_f1): New macro.
21169         (gamma_test_data): New variable.
21170         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21171         (lgamma_test_data): New variable.
21172         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21173
21174 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21175
21176         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21177         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21178         (main): Comment "tls" pseudo-hwcap.
21179
21180 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21181
21182         * math/libm-test.inc (struct test_fl_f_data): New type.
21183         (RUN_TEST_LOOP_fl_f): New variable.
21184         (scalbln_test_data): New variable.
21185         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21186
21187         * math/libm-test.inc (struct test_fi_f_data): New type.
21188         (RUN_TEST_LOOP_fi_f): New macro.
21189         (ldexp_test_data): New variable.
21190         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21191         (scalbn_test_data): New variable.
21192         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21193
21194         * math/libm-test.inc (struct test_c_f_data): New type.
21195         (RUN_TEST_LOOP_c_f): New macro.
21196         (cabs_test_data): New variable.
21197         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21198         (carg_test_data): New variable.
21199         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21200         (cimag_test_data): New variable.
21201         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21202         (creal_test_data): New variable.
21203         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21204
21205         * math/libm-test.inc (struct test_if_f_data): New type.
21206         (RUN_TEST_LOOP_if_f): New macro.
21207         (jn_test_data): New variable.
21208         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21209         (yn_test_data): New variable.
21210         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21211
21212         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21213
21214 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21215
21216         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21217         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21218
21219 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21220
21221         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21222         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21223         (bench-deps): Add bench-timing.h.
21224         * benchtests-bench-skeleton.c: Include bench-timing.h.
21225         (main): Use TIMING_* macros instead of clock_gettime.
21226         * benchtests/bench-timing.h: New file.
21227
21228         [BZ #14582]
21229         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21230         Renamed from _LIB_VERSION.
21231         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21232
21233 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21234
21235         * math/libm-test.inc (struct test_fff_f_data): New type.
21236         (RUN_TEST_LOOP_fff_f): New macro.
21237         (fma_test_data): New variable.
21238         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21239         (fma_towardzero_test_data): New variable.
21240         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21241         (fma_downward_test_data): New variable.
21242         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21243         (fma_upward_test_data): New variable.
21244         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21245
21246         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21247         (struct test_c_c_data): New type.
21248         (RUN_TEST_LOOP_c_c): New macro.
21249         (cacos_test_data): New variable.
21250         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21251         (cacosh_test_data): New variable.
21252         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21253         (casin_test_data): New variable.
21254         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21255         (casinh_test_data): New variable.
21256         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21257         (catan_test_data): New variable.
21258         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21259         (catanh_test_data): New variable.
21260         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21261         (ccos_test_data): New variable.
21262         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21263         (ccosh_test_data): New variable.
21264         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21265         (cexp_test_data): New variable.
21266         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21267         (clog_test_data): New variable.
21268         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21269         (clog10_test_data): New variable.
21270         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21271         (conj_test_data): New variable.
21272         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21273         (cproj_test_data): New variable.
21274         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21275         (csin_test_data): New variable.
21276         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21277         (csinh_test_data): New variable.
21278         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21279         (csqrt_test_data): New variable.
21280         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21281         (ctan_test_data): New variable.
21282         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21283         (ctan_tonearest_test_data): New variable.
21284         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21285         (ctan_towardzero_test_data): New variable.
21286         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21287         (ctan_downward_test_data): New variable.
21288         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21289         (ctan_upward_test_data): New variable.
21290         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21291         (ctanh_test_data): New variable.
21292         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21293         (ctanh_tonearest_test_data): New variable.
21294         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21295         (ctanh_towardzero_test_data): New variable.
21296         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21297         (ctanh_downward_test_data): New variable.
21298         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21299         (ctanh_upward_test_data): New variable.
21300         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21301         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21302         of BUILD_COMPLEX.
21303
21304         * math/libm-test.inc (struct test_ff_f_data): New type.
21305         (struct test_ff_f_data_nexttoward): Likewise.
21306         (RUN_TEST_LOOP_2_f): New macro.
21307         (RUN_TEST_LOOP_ff_f): Likewise.
21308         (atan2_test_data): New variable.
21309         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21310         (copysign_test_data): New variable.
21311         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21312         (fdim_test_data): New variable.
21313         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21314         (fmax_test_data): New variable.
21315         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21316         (fmin_test_data): New variable.
21317         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21318         (fmod_test_data): New variable.
21319         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21320         (hypot_test_data): New variable.
21321         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21322         (nextafter_test_data): New variable.
21323         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21324         (nexttoward_test_data): New variable.
21325         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21326         (pow_test_data): New variable.
21327         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21328         (pow_tonearest_test_data): New variable.
21329         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21330         (pow_towardzero_test_data): New variable.
21331         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21332         (pow_downward_test_data): New variable.
21333         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21334         (pow_upward_test_data): New variable.
21335         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21336         (remainder_test_data): New variable.
21337         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21338         (scalb_test_data): New variable.
21339         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21340         * sysdeps/i386/fpu/libm-test-ulps: Update.
21341
21342 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21343
21344         * math/libm-test.inc (fma_test): Use max_value instead of local
21345         variable fltmax.
21346         (nextafter_test): Likewise.
21347
21348         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21349         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21350         (acos_downward_test_data): New variable.
21351         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21352         (acos_upward_test_data): New variable.
21353         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21354         (acosh_test_data): New variable.
21355         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21356         (asin_test_data): New variable.
21357         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21358         (asin_tonearest_test_data): New variable.
21359         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21360         (asin_towardzero_test_data): New variable.
21361         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21362         (asin_downward_test_data): New variable.
21363         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21364         (asin_upward_test_data): New variable.
21365         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21366         (asinh_test_data): New variable.
21367         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21368         (atan_test_data): New variable.
21369         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21370         (atanh_test_data): New variable.
21371         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21372         (cbrt_test_data): New variable.
21373         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21374         (ceil_test_data): New variable.
21375         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21376         (cos_test_data): New variable.
21377         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21378         (cos_tonearest_test_data): New variable.
21379         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21380         (cos_towardzero_test_data): New variable.
21381         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21382         (cos_downward_test_data): New variable.
21383         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21384         (cos_upward_test_data): New variable.
21385         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21386         (cosh_test_data): New variable.
21387         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21388         (cosh_tonearest_test_data): New variable.
21389         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21390         (cosh_towardzero_test_data): New variable.
21391         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21392         (cosh_downward_test_data): New variable.
21393         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21394         (cosh_upward_test_data): New variable.
21395         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21396         (erf_test_data): New variable.
21397         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21398         (erfc_test_data): New variable.
21399         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21400         (exp_test_data): New variable.
21401         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21402         (exp_tonearest_test_data): New variable.
21403         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21404         (exp_towardzero_test_data): New variable.
21405         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21406         (exp_downward_test_data): New variable.
21407         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21408         (exp_upward_test_data): New variable.
21409         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21410         (exp10_test_data): New variable.
21411         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21412         (exp2_test_data): New variable.
21413         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21414         (expm1_test_data): New variable.
21415         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21416         (fabs_test_data): New variable.
21417         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21418         (floor_test_data): New variable.
21419         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21420         (j0_test_data): New variable.
21421         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21422         (j1_test_data): New variable.
21423         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21424         (log_test_data): New variable.
21425         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21426         (log10_test_data): New variable.
21427         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21428         (log1p_test_data): New variable.
21429         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21430         (log2_test_data): New variable.
21431         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21432         (logb_test_data): New variable.
21433         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21434         (logb_downward_test_data): New variable.
21435         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21436         (nearbyint_test_data): New variable.
21437         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21438         (rint_test_data): New variable.
21439         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21440         (rint_tonearest_test_data): New variable.
21441         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21442         (rint_towardzero_test_data): New variable.
21443         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21444         (rint_downward_test_data): New variable.
21445         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21446         (rint_upward_test_data): New variable.
21447         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21448         (round_test_data): New variable.
21449         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21450         (sin_test_data): New variable.
21451         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21452         (sin_tonearest_test_data): New variable.
21453         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21454         (sin_towardzero_test_data): New variable.
21455         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21456         (sin_downward_test_data): New variable.
21457         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21458         (sin_upward_test_data): New variable.
21459         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21460         (sinh_test_data): New variable.
21461         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21462         (sinh_tonearest_test_data): New variable.
21463         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21464         (sinh_towardzero_test_data): New variable.
21465         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21466         (sinh_downward_test_data): New variable.
21467         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21468         (sinh_upward_test_data): New variable.
21469         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21470         (sqrt_test_data): New variable.
21471         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21472         (tan_test_data): New variable.
21473         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21474         (tan_tonearest_test_data): New variable.
21475         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21476         (tan_towardzero_test_data): New variable.
21477         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21478         (tan_downward_test_data): New variable.
21479         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21480         (tan_upward_test_data): New variable.
21481         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21482         (tanh_test_data): New variable.
21483         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21484         (tgamma_test_data): New variable.
21485         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21486         (trunc_test_data): New variable.
21487         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21488         (y0_test_data): New variable.
21489         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21490         (y1_test_data): New variable.
21491         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21492         (significand_test_data): New variable.
21493         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21494
21495 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21496
21497         [BZ #12387]
21498         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21499
21500 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21501
21502         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21503
21504 2013-05-10  Andreas Jaeger  <aj@suse.de>
21505
21506         [BZ #15448]
21507         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21508         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21509
21510 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21511
21512         * math/gen-libm-test.pl (adjust_arg): New function.
21513         (special_functions): Handle generating output in both functions
21514         and arrays.
21515         (parse_args): Likewise.
21516         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21517         $in_func argument to parse_args.
21518         * math/libm-test.inc (struct test_f_f_data): New type.
21519         (IF_ROUND_INIT_): New macro.
21520         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21521         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21522         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21523         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21524         (ROUND_RESTORE_): Likewise.
21525         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21526         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21527         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21528         (ROUND_RESTORE_FE_UPWARD): Likewise.
21529         (RUN_TEST_LOOP_f_f): New macro.
21530         (acos_test_data): New variable.
21531         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21532         (acos_tonearest_test_data): New variable.
21533         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21534
21535 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21536
21537         * benchtests/bench-skeleton.c (startup): Fix coding style.
21538
21539 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21540
21541         [BZ #6809]
21542         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21543         negative infinity argument.
21544         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21545         negative infinity argument.
21546         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21547         negative infinity argument.
21548         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21549         domain errors.
21550
21551 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21552
21553         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21554         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21555         * iconv/iconv_prog.c (main): Likewise.
21556         * locale/programs/charmap-dir.c (charmap_readdir)
21557         (fopen_uncompressed): Likewise.
21558         * locale/programs/locfile.c (siblings_uncached)
21559         (write_locale_data): Use lstat64 instead of lstat.
21560         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21561         stat.
21562
21563 2013-05-10  Andreas Jaeger  <aj@suse.de>
21564
21565         [BZ #15395]
21566         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21567         localization.
21568         Include <locale.h>.
21569
21570 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21571
21572         * elf/dl-close.c (_dl_close_worker): Add comments.
21573
21574 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21575
21576         [BZ #15359]
21577         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21578         high part of pi/2.
21579         (__ieee754_rem_pio2l): Update comments.
21580
21581         [BZ #15429]
21582         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21583         high part of pi/2.
21584         (__ieee754_rem_pio2l): Update comments.
21585
21586         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21587         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21588
21589         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21590         M_PI_4l.
21591
21592         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21593         (M_PI_34_LOG10El): Likewise.
21594         (M_PI2_LOG10El): Likewise.
21595         (M_PI4_LOG10El): Likewise.
21596         (M_PI_LOG10El): Likewise.
21597
21598 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21599
21600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21601
21602 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21603
21604         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21605         (MINUS_ZERO_INIT): Likewise.
21606         (PLUS_INFTY_INIT): Likewise.
21607         (MINUS_INFTY_INIT): Likewise.
21608         (QNAN_VALUE_INIT): Likewise.
21609         (MAX_VALUE_INIT): Likewise.
21610         (MIN_VALUE_INIT): Likewise.
21611         (MIN_SUBNORM_VALUE_INIT): Likewise.
21612         (plus_zero): Initialize with PLUS_ZERO_INIT.
21613         (minus_zero): Initialize with MINUS_ZERO_INIT.
21614         (plus_infty): Initialize with PLUS_INFTY_INIT.
21615         (minus_infty): Initialize with MINUS_INFTY_INIT.
21616         (qnan_value): Initialize with QNAN_VALUE_INIT.
21617         (max_value): Initialize with MAX_VALUE_INIT.
21618         (min_value): Initialize with MIN_VALUE_INIT.
21619         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21620
21621         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21622         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21623         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21624         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21625
21626         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21627         (RUN_TEST_2_f): Likewise.
21628         (RUN_TEST_ff_f): Likewise.
21629         (RUN_TEST_fi_f): Likewise.
21630         (RUN_TEST_fl_f): Likewise.
21631         (RUN_TEST_fff_f): Likewise.
21632         (RUN_TEST_c_f): Likewise.
21633         (RUN_TEST_f_f1): Likewise.
21634         (RUN_TEST_fF_f1): Likewise.
21635         (RUN_TEST_fI_f1): Likewise.
21636         (RUN_TEST_ffI_f1): Likewise.
21637         (RUN_TEST_c_c): Likewise.
21638         (RUN_TEST_cc_c): Likewise.
21639         (RUN_TEST_f_i): Likewise.
21640         (RUN_TEST_f_i_tg): Likewise.
21641         (RUN_TEST_ff_i_tg): Likewise.
21642         (RUN_TEST_f_b): Likewise.
21643         (RUN_TEST_f_b_tg): Likewise.
21644         (RUN_TEST_f_l): Likewise.
21645         (RUN_TEST_f_L): Likewise.
21646         (RUN_TEST_sincos): Likewise.
21647         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21648         whether to show exceptions.  Do not include ");\n" in return
21649         value.
21650         (special_functions): Output call to RUN_TEST_sincos instead of
21651         check_float calls.  Update calls to new_test.
21652         (parse_args): Output call to single RUN_TEST_* macro instead of
21653         check_* calls and other assignments.  Update calls to new_test.
21654
21655         [BZ #2546]
21656         [BZ #2560]
21657         [BZ #5159]
21658         [BZ #15426]
21659         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21660         input to result for tgamma overflow.
21661         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21662         (gamma_coeff): New variable.
21663         (NCOEFF): New macro.
21664         (gamma_positive): New function.
21665         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21666         underflow here.  Use gamma_positive instead of exp (lgamma) for
21667         other arguments.
21668         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21669         (gamma_coeff): New variable.
21670         (NCOEFF): New macro.
21671         (gammaf_positive): New function.
21672         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21673         underflow here.  Use gamma_positive instead of exp (lgamma) for
21674         other arguments.
21675         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21676         (gamma_coeff): New variable.
21677         (NCOEFF): New macro.
21678         (gammal_positive): New function.
21679         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21680         underflow here.  Use gamma_positive instead of exp (lgamma) for
21681         other arguments.
21682         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21683         (gamma_coeff): New variable.
21684         (NCOEFF): New macro.
21685         (gammal_positive): New function.
21686         (__ieee754_gammal_r): Handle positive infinity, overflow and
21687         underflow here.  Handle NaN the same as positive infinity.  Remove
21688         check x < 0xffffffff for negative integers.  Use gamma_positive
21689         instead of exp (lgamma) for other arguments.
21690         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21691         (gamma_coeff): New variable.
21692         (NCOEFF): New macro.
21693         (gammal_positive): New function.
21694         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21695         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21696         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21697         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21698         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21699         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21700         * sysdeps/generic/math_private.h (__gamma_productf): New
21701         prototype.
21702         (__gamma_product): Likewise.
21703         (__gamma_productl): Likewise.
21704         * math/Makefile (libm-calls): Add gamma_product.
21705         * math/libm-test.inc (tgamma_test): Add more tests.
21706         * sysdeps/i386/fpu/libm-test-ulps: Update.
21707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21708
21709 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21710
21711         * benchtests/bench-skeleton.c (main): Preheat CPU.
21712
21713 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21714
21715         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21716
21717 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21718
21719         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21720         and _dl_skip_args_internal.
21721
21722 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21723
21724         * manual/message.texi (Message Translation): Talk about users.
21725         Message to key mapping impacts design.
21726
21727 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21728
21729         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21730
21731         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21732
21733         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21734         * sysdeps/wordsize-64/glob64.c: ... here.
21735
21736         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21737         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21738         New macros.
21739
21740         * debug/getlogin_r_chk.c: Moved to ...
21741         * login/getlogin_r_chk.c: ... here.
21742         * debug/Makefile (routines): Move getlogin_r_chk to ...
21743         * login/Makefile (routines): ... here.
21744         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21745         * login/Versions (libc: GLIBC_2.4): ... here.
21746
21747         * io/poll.c (__poll): Renamed from poll.
21748         Add libc_hidden_def.
21749         (poll): Define as weak alias.
21750
21751         * debug/ptsname_r_chk.c: Moved to ...
21752         * login/ptsname_r_chk.c: ... here.
21753         * debug/Makefile (routines): Move ptsname_r_chk to ...
21754         * login/Makefile (routines): ... here.
21755         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21756         * login/Versions (libc: GLIBC_2.4): ... here.
21757
21758         * posix/getlogin.c: Moved to ...
21759         * login/getlogin.c: ... here.
21760         * posix/getlogin_r.c: Moved to ...
21761         * login/getlogin_r.c: ... here.
21762         * posix/getlogin_r.c: Moved to ...
21763         * login/getlogin_r.c: ... here.
21764         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21765         * login/Makefile (routines): ... here.
21766         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21767         * login/Versions (libc: GLIBC_2.0): ... here.
21768
21769         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21770         (setrlimit): Define as weak alias.
21771
21772         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21773         Call __ names for open, ftruncate, and close.
21774         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21775         (truncate): Define as weak alias.
21776
21777 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21778
21779         * math/gen-libm-test.pl (parse_args): Initialize x before each
21780         test of frexp, modf and remquo.
21781
21782         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21783         test signgam value.
21784
21785 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21786
21787         [BZ #15418]
21788         [BZ #15419]
21789         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21790         internal tests.
21791         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21792
21793 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21794
21795         * elf/dl-writev.h: New file.
21796         * elf/dl-misc.c: Include it.
21797         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21798         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21799
21800 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21801
21802         * math/libm-test.inc (noXFails): Remove variable.
21803         (noXPasses): Likewise.
21804         (BUILD_COMPLEX_INT): Remove macro.
21805         (print_screen): Remove xfail argument.
21806         (print_screen_max_error): Likewise.
21807         (update_stats): Likewise.
21808         (print_max_error): Likewise.  Update calls to other affected
21809         functions.
21810         (print_complex_max_error): Likewise.
21811         (test_single_exception): Update calls to print_screen.
21812         (test_single_errno): Likewise.
21813         (check_float_internal): Remove xfail argument.  Update calls to
21814         other affected functions.
21815         (check_float): Likewise.
21816         (check_complex): Likewise.
21817         (check_int): Likewise.
21818         (check_long): Likewise.
21819         (check_bool): Likewise.
21820         (check_longlong): Likewise.
21821         (main): Don't print noXFails and noXPasses.
21822         * math/gen-libm-test.pl (top level): Don't mention expected
21823         failure handling in comment.
21824         (new_test): Don't handle expected failures.
21825         (parse_args): Don't mention expected failure handling in comment.
21826         (generate_testfile): Don't handle expected failures.
21827         (parse_ulps): Likewise.
21828         (print_ulps_file): Likewise.
21829         (get_failure): Remove function.
21830         (output_test): Don't handle expected failures.
21831         * make/README.libm-test: Don't mention expected failure handling.
21832
21833         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21834         (minus_zero): Likewise.
21835         (plus_infty): Likewise.
21836         (minus_infty): Likewise.
21837         (qnan_value): Likewise.
21838         (max_value): Likewise.
21839         (min_value): Likewise.
21840         (min_subnorm_value): Likewise.
21841         (initialize): Do not initialize those variables dynamically.
21842
21843 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21844
21845         * io/open.c (__open_2): Moved to ...
21846         * io/open_2.c: ... this new file.
21847         * io/open64.c (__open64_2): Moved to ...
21848         * io/open64_2.c: ... this new file.
21849         * io/openat.c (__openat_2): Moved to ...
21850         * io/openat_2.c: ... this new file.
21851         * io/openat64.c (__openat64_2): Moved to ...
21852         * io/openat64_2.c: ... this new file.
21853         * io/Makefile (routines): Add them.
21854         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21855         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21856         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21857         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21858         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21859         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21860         (__openat64): Add hidden_ver.
21861         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21862         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21863
21864         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21865         Separately conditionalize setting of GLRO(dl_sysinfo) so
21866         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21867         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21868
21869 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21870
21871         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21872         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21873         definition.
21874         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21875         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21876         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21877         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21878         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21879
21880 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21881
21882         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21883         test signgam value.
21884
21885         * math/libm-test.inc (hypot_test): Do not use
21886         IGNORE_ZERO_INF_SIGN.
21887
21888 2013-05-03  Andreas Jaeger  <aj@suse.de>
21889
21890         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21891         Linux 3.9.
21892         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21893         (PF_MAX): Adjust for VSOCK change.
21894
21895 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21896
21897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21898
21899 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21900
21901         [BZ #15264]
21902         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21903         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21904         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21905
21906 2013-05-02  David S. Miller  <davem@davemloft.net>
21907
21908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21909
21910 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21911
21912         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21913
21914 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21915
21916         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21917
21918 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21919
21920         [BZ #14952]
21921         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21922         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21923         Use __attribute__ ((__gnu_inline__)).
21924         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21925         Don't use __attribute__ ((__gnu_inline__)).
21926
21927 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21928
21929         [BZ #15423]
21930         * math/s_catan.c (__catan): Handle small real or imaginary part of
21931         input specially to avoid spurious underflow.
21932         * math/s_catanf.c (__catanf): Likewise.
21933         * math/s_catanh.c (__catanh): Likewise.
21934         * math/s_catanhf.c (__catanhf): Likewise.
21935         * math/s_catanhl.c (__catanhl): Likewise.
21936         * math/s_catanl.c (__catanl): Likewise.
21937         * math/libm-test.inc (catan_test): Add more tests.
21938         (catanh_test): Likewise.
21939         * sysdeps/i386/fpu/libm-test-ulps: Update.
21940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21941
21942 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21943
21944         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21945
21946 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21947
21948         [BZ #15416]
21949         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21950         accurately for denominator in atan2.
21951         * math/s_catanf.c (__catanf): Likewise.
21952         * math/s_catanh.c (__catanh): Likewise.
21953         * math/s_catanhf.c (__catanhf): Likewise.
21954         * math/s_catanhl.c (__catanhl): Likewise.
21955         * math/s_catanl.c (__catanl): Likewise.
21956         * math/libm-test.inc (catan_test): Add more tests.
21957         (catanh_test): Likewise.
21958         * sysdeps/i386/fpu/libm-test-ulps: Update.
21959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21960
21961 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21962
21963         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
21964
21965         * benchtests/Makefile (bench): Remove slow benchmarks.
21966         * benchtests/atan-inputs: Add slow benchmark inputs.
21967         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
21968         (BENCH_FUNC): Accept variant offset.
21969         (VARIANT): Define.
21970         * benchtests/bench-skeleton.c (main): Run benchmark for each
21971         variant.
21972         * benchtests/cos-inputs: Add slow benchmark inputs.
21973         * benchtests/exp-inputs: Likewise.
21974         * benchtests/pow-inputs: Likewise.
21975         * benchtests/sin-inputs: Likewise.
21976         * benchtests/slowatan-inputs: Remove.
21977         * benchtests/slowatan.c: Remove.
21978         * benchtests/slowcos-inputs: Remove.
21979         * benchtests/slowcos.c: Remove.
21980         * benchtests/slowexp-inputs: Remove.
21981         * benchtests/slowexp.c: Remove.
21982         * benchtests/slowpow-inputs: Remove.
21983         * benchtests/slowpow.c: Remove.
21984         * benchtests/slowsin-inputs: Remove.
21985         * benchtests/slowsin.c: Remove.
21986         * benchtests/slowtan-inputs: Remove.
21987         * benchtests/slowtan.c: Remove.
21988         * benchtests/tan-inputs: Add slow benchmark inputs.
21989         * scripts/bench.pl: Parse comments and directives.
21990
21991         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
21992         in CPPFLAGS.
21993         ($(objpfx)bench-%.c): Remove *-ITER.
21994         * benchtests/bench-modf.c: Remove definition of ITER.
21995         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
21996         (main): Loop for DURATION seconds instead of fixed number of
21997         iterations.
21998         * scripts/bench.pl: Don't expect iterations in parameters.
21999
22000 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22001
22002         * io/fchdir.c (__fchdir): Renamed from fchdir.
22003         (fchdir): Define as weak alias.
22004
22005 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22006
22007         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22008         (ERRNO_EDOM): Likewise.
22009         (ERRNO_ERANGE): Likewise.
22010         (noErrnoTests): New variable.
22011         (init_max_error): Set errno to 0.
22012         (test_single_errno): New function.
22013         (test_errno): Likewise.
22014         (check_float_internal): Call test_errno.  Set errno to 0.
22015         (check_complex): Refer to errno tests in comment.
22016         (check_int): Call test_errno.  Set errno to 0.
22017         (check_long): Likewise.
22018         (check_bool): Likewise.
22019         (check_longlong): Likewise.
22020         (cos_test): Use ERRNO_* flags for errno tests instead of
22021         check_int.
22022         (expm1_test): Likewise.
22023         (fmod_test): Likewise.
22024         (ilogb_test): Likewise.
22025         (lgamma_test): Likewise.
22026         (pow_test): Likewise.
22027         (remainder_test): Likewise.
22028         (sin_test): Likewise.
22029         (tan_test): Likewise.
22030         (yn_test): Likewise.
22031         (initialize): Set errno to 0.
22032         (main): Print number of errno tests.
22033         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22034
22035 2013-04-29  Andreas Jaeger  <aj@suse.de>
22036
22037         [BZ #15084]
22038         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22039         and RES_USEVC.
22040
22041         [BZ #15085]
22042         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22043         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22044         unimplemented.
22045
22046         [BZ #15380]
22047         * stdlib/random.c (__initstate): Return NULL if
22048         __initstate fails.
22049
22050         [BZ #15086]
22051         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22052         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22053         RES_SNGLKUPREOP.
22054
22055 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22056
22057         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22058
22059 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22060
22061         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22062         of individual tests.
22063         (casin_test): Likewise.
22064         (casinh_test): Likewise.
22065
22066 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22067
22068         [BZ #15409]
22069         * math/s_catan.c (__catan): Handle arguments with large real or
22070         imaginary part separately without squaring.
22071         * math/s_catanf.c (__catanf): Likewise.
22072         * math/s_catanh.c (__catanh): Likewise.
22073         * math/s_catanhf.c (__catanhf): Likewise.
22074         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22075         and redefine.
22076         (__catanhl): Handle arguments with large real or imaginary part
22077         separately without squaring.
22078         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22079         and redefine.
22080         (__catanl): Handle arguments with large real or imaginary part
22081         separately without squaring.
22082         * math/libm-test.inc (catan_test): Add more tests.
22083         (catanh_test): Likewise.
22084         * sysdeps/i386/fpu/libm-test-ulps: Update.
22085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22086
22087 2013-04-27  Andreas Jaeger  <aj@suse.de>
22088
22089         [BZ #15007]
22090         * stdlib/stdlib.h: Update guards for qecvt.
22091         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22092         <stdlib.h>.
22093
22094 2013-04-27  Allan McRae  <allan@archlinux.org>
22095
22096         * sysdeps/i386/fpu/libm-test-ulps: Update.
22097
22098 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22099
22100         [BZ #15406]
22101         * math/s_catan.c: Include <float.h>.
22102         (__catan): Ensure underflow exception occurs for underflowed
22103         result.
22104         * math/s_catanf.c: Include <float.h>.
22105         (__catanf): Ensure underflow exception occurs for underflowed
22106         result.
22107         * math/s_catanh.c: Include <float.h>.
22108         (__catanh): Ensure underflow exception occurs for underflowed
22109         result.
22110         * math/s_catanhf.c: Include <float.h>.
22111         (__catanhf): Ensure underflow exception occurs for underflowed
22112         result.
22113         * math/s_catanhl.c: Include <float.h>.
22114         (__catanhl): Ensure underflow exception occurs for underflowed
22115         result.
22116         * math/s_catanl.c: Include <float.h>.
22117         (__catanl): Ensure underflow exception occurs for underflowed
22118         result.
22119         * math/libm-test.inc (catan_test): Add more tests.
22120         (catanh_test): Likewise.
22121
22122         [BZ #15405]
22123         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22124         underflowed result.
22125         * math/s_ccoshf.c (__ccoshf): Likewise.
22126         * math/s_ccoshl.c (__ccoshl): Likewise.
22127         * math/s_csin.c (__csin): Likewise.
22128         * math/s_csinf.c (__csinf): Likewise.
22129         * math/s_csinh.c (__csinh): Likewise.
22130         * math/s_csinhf.c (__csinhf): Likewise.
22131         * math/s_csinhl.c (__csinhl): Likewise.
22132         * math/s_csinl.c (__csinl): Likewise.
22133         * math/libm-test.inc (ccos_test): Add more tests.
22134         (ccosh_test): Likewise.
22135         (csin_test): Likewise.
22136         (csinh_test): Likewise.
22137
22138 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22139
22140         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22141         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22142         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22143         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22144         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22145         powerpc/power5+/fpu folders.
22146         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22147
22148
22149 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22150
22151         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22152
22153 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22154
22155         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22156         additions to variable.
22157         [$(config-machine) = x86_64] (modules-names): Likewise.
22158         ($(objpfx)tst-audit3): Remove dependency.
22159         ($(objpfx)tst-audit3.out): Likewise.
22160         ($(objpfx)tst-audit4): Likewise.
22161         ($(objpfx)tst-audit4.out): Likewise.
22162         ($(objpfx)tst-audit5): Likewise.
22163         ($(objpfx)tst-audit5.out): Likewise.
22164         ($(objpfx)tst-audit6): Likewise.
22165         ($(objpfx)tst-audit6.out): Likewise.
22166         ($(objpfx)tst-audit7): Likewise.
22167         ($(objpfx)tst-audit7.out): Likewise.
22168         (tst-audit3-ENV): Remove variable.
22169         (tst-audit4-ENV): Likewise.
22170         (tst-audit5-ENV): Likewise.
22171         (tst-audit6-ENV): Likewise.
22172         (tst-audit7-ENV): Likewise.
22173         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22174         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22175         addition to variable.
22176         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22177         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22178         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22179         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22180         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22181         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22182         tst-audit3, tst-audit4 and tst-audit5.
22183         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22184         tst-audit6 and tst-audit7.
22185         [$(subdir) = elf] (modules-names): Add audit modules for those
22186         tests.
22187         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22188         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22189         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22190         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22191         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22192         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22193         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22194         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22195         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22196         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22197         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22198         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22199         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22200         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22201         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22202         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22203         Likewise.
22204         [$(subdir) = elf && $(config-cflags-avx) = yes]
22205         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22206         [$(subdir) = elf && $(config-cflags-avx) = yes]
22207         (CFLAGS-tst-auditmod4a.c): Likewise.
22208         [$(subdir) = elf && $(config-cflags-avx) = yes]
22209         (CFLAGS-tst-auditmod4b.c): Likewise.
22210         [$(subdir) = elf && $(config-cflags-avx) = yes]
22211         (CFLAGS-tst-auditmod6b.c): Likewise.
22212         [$(subdir) = elf && $(config-cflags-avx) = yes]
22213         (CFLAGS-tst-auditmod6c.c): Likewise.
22214         [$(subdir) = elf && $(config-cflags-avx) = yes]
22215         (CFLAGS-tst-auditmod7b.c): Likewise.
22216         * elf/tst-audit3.c: Move to ...
22217         * sysdeps/x86_64/tst-audit3.c: ... here.
22218         * elf/tst-audit4.c: Move to ...
22219         * sysdeps/x86_64/tst-audit4.c: ... here.
22220         * elf/tst-audit5.c: Move to ...
22221         * sysdeps/x86_64/tst-audit5.c: ... here.
22222         * elf/tst-audit6.c: Move to ...
22223         * sysdeps/x86_64/tst-audit6.c: ... here.
22224         * elf/tst-audit7.c: Move to ...
22225         * sysdeps/x86_64/tst-audit7.c: ... here.
22226         * elf/tst-auditmod3a.c: Move to ...
22227         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22228         * elf/tst-auditmod3b.c: Move to ...
22229         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22230         * elf/tst-auditmod4a.c: Move to ...
22231         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22232         * elf/tst-auditmod4b.c: Move to ...
22233         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22234         * elf/tst-auditmod5a.c: Move to ...
22235         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22236         * elf/tst-auditmod5b.c: Move to ...
22237         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22238         * elf/tst-auditmod6a.c: Move to ...
22239         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22240         * elf/tst-auditmod6b.c: Move to ...
22241         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22242         * elf/tst-auditmod6c.c: Move to ...
22243         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22244         * elf/tst-auditmod7a.c: Move to ...
22245         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22246         * elf/tst-auditmod7b.c: Move to ...
22247         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22248
22249 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22250
22251         [BZ #15366]
22252         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22253         define unconditionally.
22254         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22255         define unconditionally.
22256         (INT8_C, INT16_C, etc.): Likewise.
22257
22258 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22259
22260         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22261         __ehdr_start with hidden visibility.
22262
22263         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22264
22265 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22266
22267         * math/libm-test.inc (cos_test): Use accurate hex constants.
22268         (sincost_test): Likewise.
22269
22270 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22271
22272         * math/libm-test.inc (catan_test): Add more tests.
22273         (catanh_test): Likewise.
22274
22275         * math/s_catanf.c (__catanf): Use suffixed floating-point
22276         constants.
22277         * math/s_catanhf.c (__catanhf): Likewise.
22278         * math/s_catanhl.c (__catanhl): Likewise.
22279         * math/s_catanl.c (__catanl): Likewise.
22280
22281         [BZ #15394]
22282         * math/s_catan.c (__catan): Calculate imaginary part of result
22283         with log1p not log unless computing log of number close to 0.
22284         * math/s_catanf.c (__catanf): Likewise.
22285         * math/s_catanl.c (__catanl): Likewise.
22286         * math/s_catanh.c (__catanh): Calculate real part of result with
22287         log1p not log unless computing log of number close to 0.
22288         * math/s_catanhf.c (__catanhf): Likewise.
22289         * math/s_catanhl.c (__catanhl): Likewise.
22290         * math/libm-test.inc (catan_test): Add more tests.
22291         (catanh_test): Likewise.
22292         * sysdeps/i386/fpu/libm-test-ulps: Update.
22293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22294
22295 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22296
22297         * benchtests/Makefile: Mention files in which fast and slow
22298         paths of math functions are implemented.
22299
22300 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22301
22302         * sysdeps/posix/timespec_get.c: New file.
22303
22304 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22305
22306         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22307         POWER.
22308         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22309         for POWER.
22310         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22311         powerpc/power5/fpu folders.
22312         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22313         * benchtests/Makefile: Add modf testcase.
22314         * benchtests/bench-modf.c: New file: Benchmark test for mo
22315
22316 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22317
22318         [BZ #14888]
22319         * time/Makefile (tests): Add tst-strptime-whitespace.
22320         * time/strptime_l.c (get_number): Use ISSPACE.
22321         (__strptime_internal): Likewise.
22322         * time/tst-strptime-whitespace.c: New test case.
22323
22324 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22325
22326         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22327         member.
22328         (_nss_files_init): Set it here.
22329
22330 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22331
22332         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22333         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22334         unsigned.
22335
22336 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22337
22338         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22339
22340 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22341
22342         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22343         size just once.
22344
22345 2013-04-21  David S. Miller  <davem@davemloft.net>
22346
22347         * po/ru.po: Update Russion translation from translation project.
22348
22349 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22350
22351         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22352         and setfsgid.
22353
22354 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22355
22356         * configure.in: Remove i386 configure warning. Remove i386 case.
22357         * configure: Regenerate.
22358         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22359         Add example to error message.
22360         * sysdeps/i386/configure: Regenerate.
22361
22362 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22363
22364         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22365         slowtan.
22366         * benchtests/cos-inputs: New file.
22367         * benchtests/slowcos-inputs: New file.
22368         * benchtests/slowcos.c: New file.
22369         * benchtests/slowtan-inputs: New file.
22370         * benchtests/slowtan.c: New file.
22371         * benchtests/tan-inputs: New file.
22372
22373 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22374
22375         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22376         considered kosher.
22377
22378 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22379
22380         * benchtests/Makefile: Include cppflags-iterator.mk to add
22381         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22382
22383         * Makefile.in (bench-clean): New target.
22384         * benchtests/Makefile (bench-clean): Likewise.
22385
22386 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22387
22388         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22389
22390 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22391
22392         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22393
22394 2013-04-15  Andreas Schwab  <schwab@suse.de>
22395
22396         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22397         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22398         * nscd/pwdcache.c (cache_addpw): Likewise.
22399         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22400         more than recsize.
22401
22402 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22403
22404         * benchtests/Makefile (bench): Write all output to
22405         bench-out.tmp together.
22406
22407 2013-04-15  Andreas Schwab  <schwab@suse.de>
22408
22409         * nscd/nscd.c (main): Don't fork again after closing files.
22410
22411 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22412
22413         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22414
22415         * benchtests/Rules (bench-deps): Collect dependencies into a
22416         single variable.  Add Makefile to dependencies.
22417         ($(objpfx)bench-%.c): Depend on bench-deps.
22418
22419 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22420             Xavier Roche  <roche+kml2@exalead.com>
22421
22422         [BZ #15361]
22423         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22424         just that it's a file descriptor.
22425         * manual/llio.texi (Synchronizing AIO Operations): Update description
22426         for EBADF error from aio_fsync.
22427
22428 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22429
22430         * Rules (bench): Move target definition...
22431         * benchtests/Makefile: ... here.
22432
22433 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22434
22435         * math/libm-test.inc (cos_test): Fix PI/2 test.
22436         (sincos_test): Likewise.
22437         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22438         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22439
22440 2013-04-11  Andreas Schwab  <schwab@suse.de>
22441
22442         [BZ #13988]
22443         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22444         accept exponent character only when digits were seen.
22445         * stdio-common/Makefile (tests): Add bug26.
22446         * stdio-common/bug26.c: New file.
22447
22448         [BZ #14293]
22449         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22450         non-freeable.
22451
22452 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22453
22454         * Makeconfig (rtld-prefix): Define built linker prefix.
22455         * Rules (run-bench): Use it.
22456         * math/Makefile (run-regen-ulps): Likewise.
22457
22458         * Rules (bench): Remove eval.
22459
22460 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22461             Roland McGrath  <roland@hack.frob.com>
22462             Ondrej Bilka  <neleai@seznam.cz>
22463
22464         [BZ #15346]
22465         * time/getdate.c: Include ctype.h and alloca.h.
22466         (__getdate_r): Trim leading and trailing spaces of input.
22467         * time/tst-getdate.c (tests): Add tests with leading and
22468         trailing spaces.
22469
22470 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22471
22472         [BZ #14280]
22473         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22474         when computing value.
22475
22476 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22477
22478         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22479         Use testrun.sh to run libm tests.
22480
22481         [BZ #15309]
22482         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22483
22484 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22485
22486         [BZ #15264]
22487         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22488
22489 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22490
22491         * Makefile.in (regen-ulps): New target.
22492         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22493         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22494         [ifneq (no,$(PERL)] (regen-ulps): New target.
22495         [ifeq (no,$(PERL)] (regen-ulps): New target.
22496         * math/libm-test.inc (ulps_file_name): Define.
22497         (output_dir): New variable.
22498         (options): Add "output-dir" option.
22499         (parse_opt): Handle 'o' case.
22500         (main): If output_dir is non-NULL use it as a prefix
22501         otherwise use "".
22502         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22503
22504 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22505
22506         [BZ #10060, #10062]
22507         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22508         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22509         fail configure if __sync_val_compare_and_swap is not inlined.
22510         * sysdeps/i386/configure: Regenerate.
22511         * configure.in: Build for i686 when configured for i386.
22512         * configure: Regenerate.
22513         * README: Remove i386 reference.
22514
22515 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22516
22517         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22518         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22519
22520 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22521
22522         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22523         (lmsnanval): New variables.
22524         (F): Add conversion tests.
22525         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22526         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22527
22528         * stdio-common/tstdiomisc.c (F): Properly collect individual
22529         tests' results.
22530
22531         [BZ #14686, #15336]
22532         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22533         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22534         Instead, use input NaN values or generate a qNaN by arithmetic
22535         operation.  Also fix bugs to comply with the standard.
22536         * math/libm-test.inc (remainder_test): Add more tests.
22537
22538         [BZ #15335, #15342]
22539         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22540         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22541         input NaN values or generate a qNaN by arithmetic operation.
22542
22543         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22544         unreachable code.
22545
22546         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22547         definitions.
22548
22549 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22550
22551         [BZ #14478]
22552         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22553         underflowed result.
22554         * math/s_cexpf.c (__cexpf): Likewise.
22555         * math/s_cexpl.c (__cexpl): Likewise.
22556         * math/libm-test.inc (cexp_test): Add more tests.
22557
22558 2013-04-03  Andreas Schwab  <schwab@suse.de>
22559
22560         [BZ #15330]
22561         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22562         order arrays from heap if bigger than alloca cutoff.
22563
22564 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22565
22566         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22567         (SNAN_TESTS_double): Refer to GCC PR56831.
22568         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22569         GCC PR56828.
22570
22571 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22572
22573         * Rules (bench): Move bench.out after the run is complete.
22574
22575         * Rules (bench): Echo currently running benchmark.
22576
22577         * benchtests/Makefile (bench): Add atan and slowatan.
22578         * benchtests/atan-inputs: New file.
22579         * benchtests/slowatan-inputs: New file.
22580         * benchtests/slowatan.c: New file.
22581
22582         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22583         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22584         its value.
22585
22586         [BZ #15305]
22587         * sysdeps/unix/sysv/linux/kernel-features.h
22588         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22589         __ASSUME_XFS_RESTRICTED_CHOWN.
22590         * sysdeps/unix/sysv/linux/pathconf.c
22591         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22592         Save and restore errno.
22593
22594 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22595
22596         [BZ #15327]
22597         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22598         arguments using __kernel_casinh.
22599         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22600         arguments using __kernel_casinhf.
22601         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22602         arguments using __kernel_casinhl.
22603         * math/libm-test.inc (cacosh_test): Add more tests.
22604         * sysdeps/i386/fpu/libm-test-ulps: Update.
22605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22606
22607 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22608
22609         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22610         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22611
22612         * bench/Makefile (bench): Add sin and slowsin.
22613         * benchtests/sin-inputs: New file.
22614         * benchtests/slowsin-inputs: New file.
22615         * benchtests/slowsin.c: New file.
22616
22617         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22618         (bench): Add slowexp and slowpow.
22619         (exp-ITER): Increase iterations.
22620         (pow-ITER): Likewise.
22621         * benchtests/exp-inputs: Change input.
22622         * benchtests/pow-inputs: Likewise.
22623         * benchtests/slowexp-inputs: New file.
22624         * benchtests/slowexp.c: New file.
22625         * benchtests/slowpow-inputs: New file.
22626         * benchtests/slowpow.c: New file.
22627
22628 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22629
22630         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22631         instructions.
22632         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22633         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22634         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22635         * benchtests/Makefile: Add rint benchtest.
22636         * benchtests/rint-inputs: Input for rint benchtest.
22637
22638 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22639
22640         * Versions.def (libm): Add GLIBC_2.18.
22641         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22642         hidden libm prototypes.
22643         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22644         * math/Makefile (libm-calls): Add s_issignaling.
22645         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22646         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22647         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22648         declaration.
22649         * math/math.h [__USE_GNU] (issignaling): New macro.
22650         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22651         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22652         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22653         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22654         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22655         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22656         * manual/arith.texi (issignaling): New section.
22657         * manual/libm-err-tab.pl (@all_functions): Update comment.
22658         * math/gen-libm-test.pl (parse_args): Apply special handling for
22659         issignaling.
22660         * math/libm-test.inc (print_float, issignaling_test): New
22661         functions.
22662         (check_float_internal): Add issignaling checks.
22663         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22664         default definition.
22665         * sysdeps/powerpc/math-tests.h: New file.
22666         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22667         tests.
22668         * math/test-snan.c (TEST_FUNC): Likewise.
22669
22670 2013-03-30  David S. Miller  <davem@davemloft.net>
22671
22672         * po/de.po: Update from translation team.
22673
22674 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22675
22676         [BZ #10357]
22677         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22678         imaginary part less than 1.0 and real part less than 0.5
22679         specially.
22680         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22681         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22682         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22683         (cacos_test): Add more tests.
22684         (casin_test): Likewise.
22685         (casinh_test): Likewise.
22686         * sysdeps/i386/fpu/libm-test-ulps: Update.
22687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22688
22689 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22690
22691         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22692         ONE with its value.
22693
22694         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22695         (__pow_mp): Replace ONE and MONE with their values.
22696         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22697         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22698         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22699         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22700         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22701         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22702
22703         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22704
22705         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22706         (__pow_mp): Replace ZERO and MZERO with their values.
22707         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22708         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22709         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22710         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22711         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22712         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22713         (__sqr): Likewise.
22714
22715         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22716
22717         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22718
22719 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22720
22721         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22722         Declare with __attribute__ ((weak)).
22723         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22724         Call __call_tls_dtors only if it's not NULL.
22725
22726 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22727
22728         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22729         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22730         magic __ehdr_start linker symbol if it's defined.
22731         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22732         them up here if it was already done.
22733
22734         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22735         (_dl_aux_init): Use const in cast when setting it.
22736         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22737         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22738         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22739
22740         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22741         Declare them here.
22742         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22743         * csu/libc-tls.c: Nor here.
22744         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22745
22746         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22747         (__libc_message): Never call vsyslog.
22748
22749 2013-03-28  Alan Modra  <amodra@gmail.com>
22750
22751         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22752         Define as empty.
22753         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22754         Likewise.
22755
22756 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22757
22758         [BZ #15214]
22759         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22760         underflow.
22761         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22762
22763 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22764
22765         [BZ #15304]
22766         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22767         Don't add gid passed as argument.
22768
22769         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22770
22771 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22772
22773         [BZ #15307]
22774         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22775         imaginary part between 1.0 and 1.5 and real part less than 0.5
22776         specially.
22777         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22778         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22779         * math/libm-test.inc (cacos_test): Add more tests.
22780         (casin_test): Likewise.
22781         (casinh_test): Likewise.
22782         * sysdeps/i386/fpu/libm-test-ulps: Update.
22783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22784
22785 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22786
22787         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22788         constants.
22789         (norm): Likewise.
22790         (denorm): Likewise.
22791         (__dbl_mp): Likewise.
22792         (add_magnitudes): Likewise.
22793         (sub_magnitudes): Likewise.
22794         (__add): Likewise.
22795         (__sub): Likewise.
22796         (__mul): Likewise.
22797         (__sqr): Likewise.
22798         (__inv): Likewise.
22799         (__dvd): Likewise.
22800
22801         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22802         commented code.
22803         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22804         (__dubcos): Likewise.
22805         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22806         (__ieee754_acos): Likewise.
22807         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22808         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22809         (__exp1): Likewise.
22810         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22811         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22812         (log1): Likewise.
22813         (my_log2): Likewise.
22814         (checkint): Likewise.
22815         * sysdeps/ieee754/dbl-64/e_remainder.c
22816         (__ieee754_remainder): Likewise.
22817         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22818         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22819         (bsloww): Likewise.
22820         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22821
22822         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22823         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22824         MANTISSA_STORE_T to store computations on mantissa.  Use
22825         macros for rounding and division.
22826         (denorm): Likewise.
22827         (__dbl_mp): Likewise.
22828         (add_magnitudes): Likewise.
22829         (sub_magnitudes): Likewise.
22830         (__mul): Likewise.
22831         (__sqr): Likewise.
22832         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22833         powers of two in terms of TWOPOW macro.
22834         (mp_no): Make type of mantissa as MANTISSA_T.
22835         [!RADIXI]: Define RADIXI.
22836         [!TWO52]: Define TWO52.
22837         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22838
22839 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22840
22841         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22842         llroundl symbol when building for PPC32.
22843
22844 2013-03-24  Mark H Weaver  <mhw@netris.org>
22845
22846         * manual/arith.texi (Normalization Functions): Fix prototypes for
22847         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22848
22849 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22850
22851         [BZ #13889]
22852         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22853         high value to check if expl overflow.
22854         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22855         to check for underflow and overflow.
22856         * math/libm-test.inc: Add exp test.
22857
22858 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22859
22860         [BZ #11120]
22861         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22862         with NOT_IN_libc.
22863
22864 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22865
22866         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22867         symbol.
22868
22869 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22870
22871         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22872         wrap blocks consisting of several statements.
22873
22874         * sysdeps/generic/math-tests.h: New file.
22875         * sysdeps/i386/fpu/math-tests.h: Likewise.
22876         * math/test-snan.c: Include it.
22877         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22878
22879 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22880
22881         [BZ #15285]
22882         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22883         (__ieee754_j0l): Do not improve calculations using cos of twice
22884         input for inputs above LDBL_MAX / 2.0L.
22885         (__ieee754_y0l): Likewise.
22886         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22887         (__ieee754_j1l): Do not improve calculations using cos of twice
22888         input for inputs above LDBL_MAX / 2.0L.
22889         (__ieee754_y1l): Likewise.
22890         * math/libm-test.inc (j0_test): Add another test.
22891         (j1_test): Likewise.
22892         (y0_test): Likewise.
22893         (y1_test): Likewise.
22894         * sysdeps/i386/fpu/libm-test-ulps: Update.
22895
22896 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22897
22898         * Rules ($(objpfx)bench-%.c): Include code from a C source
22899         file.
22900
22901 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22902
22903         [BZ #15287]
22904         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22905         imaginary part 1.0 and real part less than 0.5 specially.
22906         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22907         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22908         * math/libm-test.inc (cacos_test): Add more tests.
22909         (casin_test): Likewise.
22910         (casinh_test): Likewise.
22911         * sysdeps/i386/fpu/libm-test-ulps: Update.
22912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22913
22914 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22915
22916         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22917         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22918
22919 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22920
22921         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22922         * config.make.in (config-cflags-sse4): Remove variable.
22923         (config-cflags-avx): Likewise.
22924         (config-cflags-sse2avx): Likewise.
22925         (config-cflags-novzeroupper): Likewise.
22926         (config-asflags-i686): Likewise.
22927         (have-mfma4): Likewise.
22928         (have-as-vis3): Likewise.
22929         (MIG): Likewise.
22930         * configure.in (MIG): Do not AC_SUBST.
22931         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22932         (libc_cv_cc_sse4): Do not AC_SUBST.
22933         (libc_cv_cc_avx): Likewise.
22934         (libc_cv_cc_sse2avx): Likewise.
22935         (libc_cv_cc_novzeroupper): Likewise.
22936         (libc_cv_cc_fma4): Likewise.
22937         (libc_cv_as_i686): Likewise.
22938         (libc_cv_sparc_as_vis3): Likewise.
22939         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22940         LIBC_CONFIG_VAR.
22941         (config-asflags-i686): Likewise.
22942         (config-cflags-avx): Likewise.
22943         (config-cflags-sse2avx): Likewise.
22944         (have-mfma4): Likewise.
22945         (config-cflags-novzeroupper): Likewise.
22946         * sysdeps/mach/configure.in (MIG): Likewise.
22947         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22948         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22949         LIBC_CONFIG_VAR.
22950         (config-cflags-avx): Likewise.
22951         (config-cflags-sse2avx): Likewise.
22952         (have-mfma4): Likewise.
22953         (config-cflags-novzeroupper): Likewise.
22954         * configure: Regenerated.
22955         * sysdeps/i386/configure: Likewise.
22956         * sysdeps/mach/configure: Likewise.
22957         * sysdeps/sparc/configure: Likewise.
22958         * sysdeps/x86_64/configure: Likewise.
22959
22960 2013-03-20  Roland McGrath  <roland@hack.frob.com>
22961
22962         [BZ #14812]
22963         * locale/programs/localedef.c (options): Put N_ translation marker
22964         on argument names, not just descriptions.
22965
22966 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22967
22968         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
22969
22970 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
22971
22972         [BZ #14176]
22973         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
22974
22975 2013-03-19  Roland McGrath  <roland@hack.frob.com>
22976
22977         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
22978         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
22979         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
22980         [!BEFORE_ABORT] (before_abort): New function.
22981         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
22982         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
22983         (writev_for_fatal): New function.
22984         (WRITEV_FOR_FATAL): New macro; call that.
22985         (backtrace_and_maps): New function.
22986         (BEFORE_ABORT): New macro; call that.
22987         (struct str_list): Type removed.
22988         (__libc_message, __libc_fatal): Functions removed.
22989         Include <sysdeps/posix/libc_fatal.c> instead.
22990
22991 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
22992
22993         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
22994         constants.
22995         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
22996         double constants.
22997
22998 2013-03-19  Andreas Schwab  <schwab@suse.de>
22999
23000         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23001         * sysdeps/gnu/configure: Regenerate.
23002
23003         * configure.in: Substitute libc_cv_rtlddir.
23004         * configure: Regenerate.
23005         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23006         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23007         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23008         * elf/Makefile (install-others, CFLAGS-interp.c)
23009         (ldso_install, common-ldd-rewrite): Likewise.
23010         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23011         $(inst_slibdir)/$(rtld-installed-name).
23012         * scripts/rellns-sh: Add -p option.
23013         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23014         for source.
23015
23016 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23017
23018         * manual/nptl.texi: Renamed to ...
23019         * manual/threads.texi: ... this.
23020         * manual/Makefile (chapters): Update.
23021
23022 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23023
23024         [BZ #14812]
23025         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23026         on argument names, not just descriptions.
23027         * malloc/memusagestat.c (options): Likewise.
23028         * nss/getent.c (options): Likewise.
23029
23030 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23031
23032         [BZ #14812]
23033         * iconv/iconv_prog.c (options): Put N_ translation marker
23034         on argument names, not just descriptions.
23035         * iconv/iconvconfig.c (options): Likewise.
23036
23037 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23038
23039         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23040         implementation which is faster on all x86_64 architectures.
23041         Tested on AMD, Intel Nehalem, SNB, IVB.
23042         * sysdeps/x86_64/strnlen.S: Likewise.
23043
23044         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23045         Remove all multiarch strlen and strnlen versions.
23046         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23047         Remove strlen and strnlen related parts.
23048
23049         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23050         Inline strlen part.
23051         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23052
23053         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23054         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23055         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23056         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23057         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23058         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23059
23060 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23061
23062         * manual/memory.texi (Malloc Tunable Parameters):
23063         Sort parameters alphabetically. Add comments for missing entries.
23064
23065 2013-03-17  David S. Miller  <davem@davemloft.net>
23066
23067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23068
23069 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23070
23071         [BZ #15283]
23072         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23073         for arguments at most half maximum finite value.
23074         * math/libm-test.inc (j0_test): Add more tests.
23075         (j1_test): Likewise.
23076         (y0_test): Likewise.
23077         (y1_test): Likewise.
23078         * sysdeps/i386/fpu/libm-test-ulps: Update.
23079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23080
23081         [BZ #14155]
23082         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23083         1 / x and functions P and Q for arguments above 0x1p256L.
23084         (__ieee754_y0l): Likewise.
23085         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23086         (__ieee754_y1l): Likewise.
23087         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23088         (j1_test): Likewise.
23089         (y0_test): Likewise.
23090         (y1_test): Likewise.
23091
23092 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23093
23094         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23095         variable.
23096
23097 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23098
23099         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23100         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23101         zero since it's initialized to EXEC_PAGESIZE.
23102
23103         * sysdeps/unix/sysv/linux/ldsodefs.h
23104         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23105         * sysdeps/generic/ldsodefs.h: ... here.
23106
23107 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23108
23109         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23110
23111         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23112         math/test-snan.c.
23113         * math/test-snan.c: Renamed from
23114         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23115         * math/Makefile (tests): Add test-snan.
23116         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23117         test-powerpc-snan.
23118
23119         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23120         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23121         functions.
23122         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23123         __builtin_nan family of functions.
23124         * math/libm-test.inc (initialize): Initialize qnan_value with
23125         __builtin_nan family of functions.
23126         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23127         Remove variables.
23128         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23129         Remove functions.
23130         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23131         storage class.  Initialize qNaN_var and sNaN_var with
23132         __builtin_nan and __builtin_nans families of functions,
23133         respectively.
23134
23135         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23136         (sqrt_test): Remove duplicate test with qNaN input.
23137         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23138         (round_test, signbit_test, significand_test): Note missing +/-Inf
23139         as well as qNaN tests.
23140
23141         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23142         qNaN_var.  Fix a few strings, too.
23143         * math/libm-test.inc (nan_value): Rename to qnan_value.
23144         * math/gen-libm-test.pl (%beautify): Adjust to that.
23145         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23146         * math/test-misc.c (main): Likewise.
23147         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23148         to __qnan_bytes, and __qnan_union, respectively.
23149         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23150         Likewise.
23151         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23152         and lqnanval, respectively.
23153         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23154         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23155         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23156         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23157
23158         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23159         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23160         doubles.
23161
23162         * math/test-misc.c (main): Fix copy'n'pastos.
23163         * misc/tst-efgcvt.c (special): Likewise.
23164
23165         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23166         Remove declarations.
23167
23168 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23169
23170         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23171         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23172         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23173         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23174
23175 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23176
23177         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23178         macro to return vdso values correctly in IFUNC implementations.
23179         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23180         Optimization by using IFUNC.
23181
23182 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23183             Richard Henderson  <rth@redhat.com>
23184             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23185
23186         * Makefile.in (bench): New target.
23187         * NEWS: Mention the benchmark framework.
23188         * Rules (bench): Likewise.
23189         (binaries-bench): Generate binaries for functions to
23190         benchmark.
23191         * benchtests/Makefile: New makefile for benchmark tests.
23192         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23193         programs.
23194         * benchtests/exp-inputs: New input file for EXP function.
23195         * benchtests/pow-inputs: New input file for POW function.
23196         * scripts/bench.pl: New script to generate source files for
23197         benchmark programs.
23198
23199 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23200
23201         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23202         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23203         computations on mantissa.  Use macros for rounding and
23204         division.
23205         (denorm): Likewise.
23206         (__dbl_mp): Likewise.
23207         (add_magnitudes): Likewise.
23208         (sub_magnitudes): Likewise.
23209         (__mul): Likewise.
23210         (__sqr): Likewise.
23211         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23212         powers of two in terms of TWOPOW macro.
23213         (mp_no): Make type of mantissa as MANTISSA_T.
23214         [!RADIXI]: Define RADIXI.
23215         [!TWO52]: Define TWO52.
23216         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23217
23218         * manual/nptl.texi (cindex): Modify threads to pthreads.
23219
23220 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23221
23222         * sysdeps/x86_64/preconfigure: Regenerated.
23223
23224 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23225
23226         [BZ #14155]
23227         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23228         0x1p28 and above.
23229         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23230         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23231         0x1p28 and above.
23232         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23233         * math/libm-test.inc (j0_test): Do not allow one spurious
23234         underflow exception.
23235         (y1_test): Likewise.
23236
23237 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23238
23239         * manual/Makefile (chapters): Add nptl.
23240         * manual/debug.texi (Debugging Support): Add link to Threads
23241         chapter.
23242         * manual/nptl.texi: New file.
23243
23244         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23245
23246 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23247
23248         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23249         for non-NULL pointer before the memory validity test. Pointed
23250         out by Holger Brunck <holger.brunck@keymile.com>.
23251
23252 2013-03-13  Andreas Schwab  <schwab@suse.de>
23253
23254         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23255         instead of .os.
23256
23257 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23258
23259         * timezone/zic.c: Update from tzcode 2013b.
23260
23261 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23262
23263         * manual/install.texi (Configuring and compiling):
23264         Mention i686 and i586.
23265         * INSTALL: Regenerate.
23266
23267 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23268
23269         * sysdeps/init_array/elf-init.c: New file.
23270         * csu/elf-init.c
23271         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23272         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23273
23274         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23275         __gmon_start__ as global, but as static with a .preinit_array pointer.
23276         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23277         * sysdeps/init_array/crti.S: New file, empty except for comments.
23278         * sysdeps/init_array/crtn.S: Likewise.
23279
23280 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23281
23282         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23283         definining bcopy.
23284         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23285         Remove Prefer_SSE_for_memop.
23286         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23287         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23288         HAS_PREFER_SSE_FOR_MEMOP.
23289         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23290         memset-x86-64.
23291         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23292         Remove bzero, memset ifunc support.
23293         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23294         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23295         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23296         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23297
23298 2013-03-11  Andreas Schwab  <schwab@suse.de>
23299
23300         [BZ #15234]
23301         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23302         by SHLIB_COMPAT.
23303         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23304         (GLIBC_2.16): Remove pthread_atfork.
23305
23306 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23307
23308         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23309         (ptestcases.h): Likewise.
23310
23311 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23312
23313         * Makeconfig ($(common-objpfx)config.status): Depend on
23314         sysdeps/*/preconfigure{,.in} too.
23315
23316 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23317
23318         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23319         (__free_hook): Use void * instead of __malloc_ptr_t.
23320         (__malloc_hook): Likewise.
23321         (__realloc_hook): Likewise.
23322         (__memalign_hook): Likewise.
23323         (__after_morecore_hook): Likewise.
23324         * malloc/arena.c (save_malloc_hook): Likewise.
23325         (save_free_hook): Likewise.
23326         * malloc/hooks.c (malloc_hook_ini): Likewise.
23327         (realloc_hook_ini): Likewise.
23328         (memalign_hook_ini): Likewise.
23329         * malloc/malloc.c (malloc_hook_ini): Likewise.
23330         (realloc_hook_ini): Likewise.
23331         (memalign_hook_ini): Likewise.
23332         (__free_hook): Likewise.
23333         (__malloc_hook): Likewise.
23334         (__realloc_hook): Likewise.
23335         (__memalign_hook): Likewise.
23336         (__libc_malloc): Likewise.
23337         (__libc_free): Likewise.
23338         (__libc_realloc): Likewise.
23339         (__libc_memalign): Likewise.
23340         (__libc_valloc): Likewise.
23341         (__libc_pvalloc): Likewise.
23342         (__libc_calloc): Likewise.
23343         (__posix_memalign): Likewise.
23344         * malloc/morecore.c (__sbrk): Likewise.
23345         (__default_morecore): Likewise.
23346
23347         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23348
23349         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23350         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23351         __malloc_ptrdiff_t.
23352
23353         * malloc/malloc.h (__malloc_size_t): Remove macro.
23354         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23355         __malloc_size_t.
23356         (old_memalign_hook): Likewise.
23357         (old_realloc_hook): Likewise.
23358         (struct hdr): Likewise.
23359         (flood): Likewise.
23360         (mallochook): Likewise.
23361         (memalignhook): Likewise.
23362         (reallochook): Likewise.
23363         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23364         (tr_old_realloc_hook): Likewise.
23365         (tr_old_memalign_hook): Likewise.
23366         (tr_mallochook): Likewise.
23367         (tr_reallochook): Likewise.
23368         (tr_memalignhook): Likewise.
23369
23370 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23371
23372         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23373         default_ldbl_pack and using as default implementation.
23374         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23375         implementation.
23376         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23377         redundant definition.
23378         (ldbl_insert_mantissa): Likewise.
23379         (ldbl_canonicalize): Likewise.
23380         (ldbl_nearbyint): Likewise.
23381         (ldbl_pack): Rename to ldbl_pack_ppc.
23382         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23383         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23384         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23385
23386 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23387
23388         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23389         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23390         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23391         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23392         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23393         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23394         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23395         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23396
23397 2013-03-07  Andreas Jaeger  <aj@suse.de>
23398
23399         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23400         bits/mman-linux.h.
23401
23402 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23403
23404         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23405         Include mpa.h and declare __MPEXP.
23406         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23407         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23408         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23409         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23410         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23411         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23412         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23413
23414         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23415         (__slowpow): Use long double EXPL and LOGL functions to
23416         compute POW.
23417         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23418         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23419         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23420         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23421         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23422         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23423
23424         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23425         intermediate variable to calculate exponent.
23426         (__sqr): Likewise.
23427         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23428         Likewise.
23429         (__sqr): Likewise.
23430
23431         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23432         [!NO__SQR]: Define __sqr.
23433         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23434         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23435         sysdeps/ieee754/dbl-64/mpa.c.
23436         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23437
23438         [BZ #12723]
23439         * posix/Makefile (tests): Add tst-pathconf.
23440         * posix/tst-pathconf.c: New test case.
23441         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23442         _PC_PIPE_BUF.
23443         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23444
23445 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23446
23447         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23448
23449 2013-03-06  Andreas Jaeger  <aj@suse.de>
23450
23451         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23452         definition via __MAP_ANONYMOUS.
23453
23454         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23455         it's not part of Linux headers.
23456
23457         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23458         (MAP_HUGE_MASK): Define.
23459
23460         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23461         Define.
23462         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23463         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23464         Define.
23465         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23466         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23467         Define.
23468         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23469         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23470         Define.
23471         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23472
23473         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23474         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23475         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23476         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23477         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23478         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23479
23480         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23481         Handle f2fs.
23482
23483         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23484         Handle f2fs and efivarfs.
23485
23486         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23487         f2fs.
23488
23489         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23490         (EFIVARFS_MAGIC): Add.
23491         (F2FS_LINK_MAX): Add.
23492
23493 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23494
23495         * stdio-common/vfprintf.c: Replace __builtin_expect with
23496         __glibc_unlikely.
23497
23498 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23499
23500         [BZ #13550]
23501         * sysdeps/generic/bp-sym.h: Remove file.
23502         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23503         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23504         <bp-sym.h> and <bp-asm.h>.
23505         (__longjmp): Don't use BP_SYM.
23506         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23507         and <bp-asm.h>.
23508         (memcpy): Don't use BP_SYM.
23509         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23510         <bp-sym.h> and <bp-asm.h>.
23511         (memcpy): Don't use BP_SYM.
23512         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23513         <bp-asm.h>.
23514         (memcpy): Don't use BP_SYM.
23515         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23516         <bp-asm.h>.
23517         (memset): Don't use BP_SYM.
23518         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23519         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23520         (__bzero): Don't use BP_SYM.
23521         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23522         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23523         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23524         <bp-sym.h> and <bp-asm.h>.
23525         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23526         pointers.
23527         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23528         <bp-sym.h> and <bp-asm.h>.
23529         (memcpy): Don't use BP_SYM.
23530         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23531         <bp-sym.h> and <bp-asm.h>.
23532         (memset): Don't use BP_SYM.
23533         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23534         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23535         (__bzero): Don't use BP_SYM.
23536         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23537         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23538         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23539         <bp-sym.h> and <bp-asm.h>.
23540         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23541         pointers.
23542         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23543         <bp-sym.h> and <bp-asm.h>.
23544         (memcpy): Don't use BP_SYM.
23545         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23546         <bp-sym.h> and <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/power7/memchr.S: Don't include
23554         <bp-sym.h> and <bp-asm.h>.
23555         (__memchr): Don't use BP_SYM.
23556         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23557         <bp-sym.h> and <bp-asm.h>.
23558         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23559         pointers.
23560         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23561         <bp-sym.h> and <bp-asm.h>.
23562         (memcpy): Don't use BP_SYM.
23563         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23564         <bp-sym.h> and <bp-asm.h>.
23565         (__mempcpy): Don't use BP_SYM.
23566         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23567         <bp-sym.h> and <bp-asm.h>.
23568         (__memrchr): Don't use BP_SYM.
23569         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23570         <bp-sym.h> and <bp-asm.h>.
23571         (memset): Don't use BP_SYM.
23572         (__bzero): Likewise.
23573         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23574         <bp-sym.h> and <bp-asm.h>.
23575         (__rawmemchr): Don't use BP_SYM.
23576         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23577         <bp-sym.h> and <bp-asm.h>.
23578         (__STRCMP): Don't use BP_SYM.
23579         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23580         <bp-sym.h> and <bp-asm.h>.
23581         (strchr): Don't use BP_SYM.
23582         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23583         <bp-sym.h> and <bp-asm.h>.
23584         (__strchrnul): Don't use BP_SYM.
23585         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23586         <bp-sym.h> and <bp-asm.h>.
23587         (strlen): Don't use BP_SYM.
23588         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23589         <bp-sym.h> and <bp-asm.h>.
23590         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23591         pointers.
23592         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23593         <bp-sym.h> and <bp-asm.h>.
23594         (__strnlen): Don't use BP_SYM.
23595         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23596         <bp-sym.h> and <bp-asm.h>.
23597         (__GI__setjmp): Don't use BP_SYM.
23598         (_setjmp): Likewise.
23599         (__sigsetjmp): Likewise.
23600         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23601         (L(start_addresses)): Don't use BP_SYM.
23602         (_start): Likewise.
23603         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23604         <bp-asm.h>.
23605         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23606         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23607         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23608         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23609         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23610         <bp-asm.h>.
23611         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23612         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23613         about bounded pointers.
23614         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23615         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23616         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23617         <bp-asm.h>.
23618         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23619         about bounded pointers.  Remove GKM FIXME comments.
23620         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23621         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23622         <bp-asm.h>.
23623         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23624         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23625         Remove GKM FIXME comments.
23626         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23627         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23628         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23629         <bp-asm.h>.
23630         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23631         about bounded pointers.  Remove GKM FIXME comment.
23632         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23633         and <bp-asm.h>.
23634         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23635         pointers.
23636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23637         <bp-sym.h> and <bp-asm.h>.
23638         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23640         <bp-sym.h> and <bp-asm.h>.
23641         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23642         comment.
23643
23644 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23645
23646         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23647         call free(NULL).
23648
23649 2013-03-05  David S. Miller  <davem@davemloft.net>
23650
23651         * po/es.po: Update from translation team.
23652
23653 2013-03-05  Andreas Jaeger  <aj@suse.de>
23654
23655         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23656         <bits/mman-linux.h>.
23657         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23658         is fine.
23659         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23660         <bits/mman-linux.h> to end of file.
23661         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23662         is fine.
23663         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23664         <bits/mman-linux.h> to end of file.
23665         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23666         is fine.
23667         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23668         <bits/mman-linux.h> to end of file.
23669
23670         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23671         (MCL_CURRENT, MCL_FUTURE): Define here.
23672
23673 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23674
23675         [BZ #15232]
23676         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23677         attribute_hidden.
23678         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23679
23680 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23681
23682         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23683         fourth parameter needed for rt_sigprocmask syscall.
23684         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23685         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23686         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23687         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23688         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23689         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23690
23691 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23692
23693         [BZ #13550]
23694         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23695         comment about bounded pointers.
23696         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23697         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23698
23699 2013-03-04  Andreas Jaeger  <aj@suse.de>
23700
23701         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23702         common definitions.
23703
23704         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23705         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23706         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23707         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23708         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23709         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23710
23711 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23712
23713         [BZ #15055]
23714         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23715         __ieee754_sqrl instead of __sqrl.
23716
23717 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23718
23719         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23720         * sysdeps/powerpc/fpu_control.h: ... here.
23721         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23722         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23723         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23724         * sysdeps/powerpc/bits/mathinline.h: ... here.
23725
23726 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23727
23728         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23729         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23730         to just [NEED_DL_SYSINFO_DSO].
23731         * elf/dl-support.c: Likewise.
23732         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23733         * elf/rtld.c (dl_main): Likewise.
23734         * elf/setup-vdso.h (setup_vdso): Likewise.
23735         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23736         * sysdeps/unix/sysv/linux/dl-sysdep.c
23737         (_dl_discover_osversion): Likewise.
23738
23739 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23740
23741         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23742         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23743
23744 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23745
23746         * NEWS: Mention libm performance improvements and non-x86 PI
23747         futex support.
23748
23749         * csu/libc-start.c (__pthread_initialize_minimal): Change
23750         function arguments.
23751         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23752
23753 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23754
23755         [BZ #13550]
23756         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23757         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23758         <bp-sym.h> and <bp-asm.h>.
23759         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23760         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23761         and <bp-asm.h>.
23762         (memcpy): Don't use BP_SYM.
23763         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23764         <bp-asm.h>.
23765         (__mpn_add_n): Don't use BP_SYM.
23766         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23767         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23768         and <bp-asm.h>.
23769         (__mpn_addmul_1): Don't use BP_SYM.
23770         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23771         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23772         <bp-sym.h>.
23773         (_setjmp): Don't use BP_SYM.
23774         (__novmx_setjmp): Likewise.
23775         (__GI__setjmp): Likewise.
23776         (__vmx_setjmp): Likewise.
23777         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23778         <bp-sym.h>.
23779         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23780         (__bzero): Don't use BP_SYM.
23781         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23782         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23783         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23784         <bp-sym.h> and <bp-asm.h>.
23785         (memcpy): Don't use BP_SYM.
23786         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23787         <bp-sym.h> and <bp-asm.h>.
23788         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23789         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23790         <bp-sym.h> and <bp-asm.h>.
23791         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23792         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23793         <bp-asm.h>.
23794         (__mpn_lshift): Don't use BP_SYM.
23795         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23796         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23797         <bp-asm.h>.
23798         (memset): Don't use BP_SYM.
23799         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23800         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23801         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23802         <bp-asm.h>.
23803         (__mpn_mul_1): Don't use BP_SYM.
23804         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23805         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23806         <bp-sym.h> and <bp-asm.h>.
23807         (memcmp): Don't use BP_SYM.
23808         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23809         <bp-sym.h> and <bp-asm.h>.
23810         (memcpy): Don't use BP_SYM.
23811         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23812         <bp-sym.h> and <bp-asm.h>.
23813         (memset): Don't use BP_SYM.
23814         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23815         <bp-sym.h> and <bp-asm.h>.
23816         (strncmp): Don't use BP_SYM.
23817         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23818         <bp-sym.h> and <bp-asm.h>.
23819         (memcpy): Don't use BP_SYM.
23820         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23821         <bp-sym.h> and <bp-asm.h>.
23822         (memset): Don't use BP_SYM.
23823         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23824         <bp-sym.h> and <bp-asm.h>.
23825         (__memchr): Don't use BP_SYM.
23826         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23827         <bp-sym.h> and <bp-asm.h>.
23828         (memcmp): Don't use BP_SYM.
23829         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23830         <bp-sym.h> and <bp-asm.h>.
23831         (memcpy): Don't use BP_SYM.
23832         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23833         <bp-sym.h> and <bp-asm.h>.
23834         (__mempcpy): Don't use BP_SYM.
23835         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23836         <bp-sym.h> and <bp-asm.h>.
23837         (__memrchr): Don't use BP_SYM.
23838         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23839         <bp-sym.h> and <bp-asm.h>.
23840         (memset): Don't use BP_SYM.
23841         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23842         <bp-sym.h> and <bp-asm.h>.
23843         (__rawmemchr): Don't use BP_SYM.
23844         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23845         <bp-sym.h> and <bp-asm.h>.
23846         (__STRCMP): Don't use BP_SYM.
23847         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23848         <bp-sym.h> and <bp-asm.h>.
23849         (strchr): Don't use BP_SYM.
23850         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23851         <bp-sym.h> and <bp-asm.h>.
23852         (__strchrnul): Don't use BP_SYM.
23853         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23854         <bp-sym.h> and <bp-asm.h>.
23855         (strlen): Don't use BP_SYM.
23856         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23857         <bp-sym.h> and <bp-asm.h>.
23858         (strncmp): Don't use BP_SYM.
23859         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23860         <bp-sym.h> and <bp-asm.h>.
23861         (__strnlen): Don't use BP_SYM.
23862         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23863         <bp-asm.h>.
23864         (__mpn_rshift): Don't use BP_SYM.
23865         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23866         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23867         <bp-sym.h> and <bp-asm.h>.
23868         (__sigsetjmp): Don't use BP_SYM.
23869         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23870         (L(start_addresses)): Don't use BP_SYM.
23871         (_start): Likewise.
23872         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23873         <bp-asm.h>.
23874         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23875         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23876         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23877         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23878         <bp-asm.h>.
23879         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23880         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23881         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23882         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23883         <bp-asm.h>.
23884         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23885         comments.
23886         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23887         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23888         <bp-asm.h>.
23889         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23890         FIXME comments.
23891         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23892         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23893         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23894         <bp-asm.h>.
23895         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23896         comment.
23897         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23898         and <bp-asm.h>.
23899         (strncmp): Don't use BP_SYM,
23900         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23901         <bp-asm.h>.
23902         (__mpn_sub_n): Don't use BP_SYM.
23903         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23904         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23905         and <bp-asm.h>.
23906         (__mpn_submul_1): Don't use BP_SYM.
23907         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23909         <bp-sym.h> and <bp-asm.h>.
23910         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23912         <bp-sym.h> and <bp-asm.h>.
23913         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23914         comment.
23915
23916 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23917
23918         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23919         Use ZK to minimize writes to Z.
23920         (sub_magnitudes): Simplify code a bit.
23921         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23922         Use ZK to minimize writes to Z.
23923         (sub_magnitudes): Simplify code a bit.
23924
23925 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23926
23927         * csu/gmon-start.c: Add special exception to license text.
23928
23929 2013-02-27  Richard Henderson  <rth@redhat.com>
23930
23931         * scripts/config.guess: Update from config.git.
23932         * scripts/config.sub: Likewise.
23933
23934 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23935
23936         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23937
23938         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23939
23940         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23941
23942         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23943
23944         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23945
23946 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23947
23948         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23949         [$(build-shared = yes].
23950
23951 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23952
23953         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23954         (__mul): Reduce iterations for calculating mantissa.
23955
23956         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23957         MPTWO.
23958         (__mpranred): Likewise.
23959
23960         [BZ #15160]
23961         * malloc/memusagestat.c (main): Draw graphs for heap and stack
23962         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
23963
23964 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23965
23966         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
23967         Define __attribute__.
23968
23969 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23970
23971         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
23972         unused.
23973         * posix/regex_internal.h (__attribute): Remove.
23974         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
23975         (re_string_context_at): Likewise.
23976         (bitset_not): Use __attribute__ and mark function as possibly
23977         unused.
23978         (bitset_merge): Likewise.
23979         (bitset_mask): Likewise.
23980         (re_string_char_size_at): Likewise.
23981         (re_string_wchar_at): Likewise.
23982         (re_string_elem_size_at): Likewise.
23983
23984 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23985
23986         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
23987         code.
23988         (cc32): Likewise.
23989
23990         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
23991         (__acr): Likewise.
23992         (__cpy): Likewise.
23993         (norm): Likewise.
23994         (denorm): Likewise.
23995         (__dbl_mp): Likewise.
23996         (add_magnitudes): Likewise.
23997         (sub_magnitudes): Likewise.
23998         (__mul): Likewise.
23999         (__inv): Likewise.
24000
24001         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24002         style.
24003
24004         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24005         style.
24006
24007         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24008         code.
24009
24010         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24011         up changes with default code.
24012         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24013         Likewise.
24014
24015 2013-02-24  Allan McRae  <allan@archlinux.org>
24016
24017         * manual/socket.texi (The Internet Namespace): Order menu items
24018         to match that in the file.
24019
24020         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24021         node listing of the info page menu.
24022
24023 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24024
24025         [BZ #13550]
24026         * sysdeps/i386/bp-asm.h: Remove file.
24027         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24028         (PARMS): Do not use macros from bp-asm.h.
24029         (S1): Likewise.
24030         (S2): Likewise.
24031         (SIZE): Likewise.
24032         (__mpn_add_n): Do not use BP_SYM
24033         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24034         "bp-asm.h".
24035         (PARMS): Do not use macros from bp-asm.h.
24036         (S1): Likewise.
24037         (SIZE): Likewise.
24038         (__mpn_addmul_1): Do not use BP_SYM
24039         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24040         "bp-asm.h".
24041         (PARMS): Do not use macros from bp-asm.h.
24042         (SIGMSK): Likewise.
24043         (_setjmp): Likewise.  Do not use BP_SYM.
24044         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24045         "bp-asm.h".
24046         (PARMS): Do not use macros from bp-asm.h.
24047         (SIGMSK): Likewise.
24048         (setjmp): Likewise.  Do not use BP_SYM.
24049         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24050         "bp-asm.h".
24051         (PARMS): Do not use macros from bp-asm.h.
24052         (__frexp): Do not use BP_SYM.
24053         (frexp): Likewise.
24054         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24055         "bp-asm.h".
24056         (PARMS): Do not use macros from bp-asm.h.
24057         (__frexpf): Do not use BP_SYM.
24058         (frexpf): Likewise.
24059         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24060         "bp-asm.h".
24061         (PARMS): Do not use macros from bp-asm.h.
24062         (__frexpl): Do not use BP_SYM.
24063         (frexpl): Likewise.
24064         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24065         "bp-asm.h".
24066         (PARMS): Do not use macros from bp-asm.h.
24067         (__remquo): Do not use BP_SYM.
24068         (remquo): Likewise.
24069         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24070         "bp-asm.h".
24071         (PARMS): Do not use macros from bp-asm.h.
24072         (__remquof): Do not use BP_SYM.
24073         (remquof): Likewise.
24074         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24075         "bp-asm.h".
24076         (PARMS): Do not use macros from bp-asm.h.
24077         (__remquol): Do not use BP_SYM.
24078         (remquol): Likewise.
24079         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24080         "bp-asm.h".
24081         (PARMS): Do not use macros from bp-asm.h.
24082         (DEST): Likewise.
24083         (SRC): Likewise.
24084         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24085         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24086         "bp-asm.h".
24087         (PARMS): Do not use macros from bp-asm.h.
24088         (strlen): Do not use BP_SYM.
24089         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24090         "bp-asm.h".
24091         (PARMS): Do not use macros from bp-asm.h.
24092         (S1): Likewise.
24093         (S2): Likewise.
24094         (SIZE): Likewise.
24095         (__mpn_add_n): Do not use BP_SYM.
24096         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24097         "bp-asm.h".
24098         (PARMS): Do not use macros from bp-asm.h.
24099         (S1): Likewise.
24100         (SIZE): Likewise.
24101         (__mpn_addmul_1): Do not use BP_SYM.
24102         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24103         weak_alias.
24104         (bzero): Likewise.
24105         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24106         "bp-asm.h".
24107         (PARMS): Do not use macros from bp-asm.h.
24108         (S): Likewise.
24109         (SIZE): Likewise.
24110         (__mpn_lshift): Do not use BP_SYM.
24111         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24112         "bp-asm.h".
24113         (PARMS): Do not use macros from bp-asm.h.
24114         (DEST): Likewise.
24115         (SRC): Likewise.
24116         (LEN): Likewise.
24117         (memcpy): Likewise.  Do not use BP_SYM.
24118         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24119         libc_hidden_def and weak_alias.
24120         (mempcpy): Do not use BP_SYM in weak_alias.
24121         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24122         "bp-asm.h".
24123         (PARMS): Do not use macros from bp-asm.h.
24124         (DEST): Likewise.
24125         (LEN): Likewise.
24126         [!BZERO_P] (CHR): Likewise.
24127         (memset): Likewise.  Do not use BP_SYM.
24128         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24129         "bp-asm.h".
24130         (PARMS): Do not use macros from bp-asm.h.
24131         (S1): Likewise.
24132         (SIZE): Likewise.
24133         (__mpn_mul_1): Do not use BP_SYM.
24134         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24135         "bp-asm.h".
24136         (PARMS): Do not use macros from bp-asm.h.
24137         (S): Likewise.
24138         (SIZE): Likewise.
24139         (__mpn_rshift): Do not use BP_SYM.
24140         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24141         "bp-asm.h".
24142         (PARMS): Do not use macros from bp-asm.h.
24143         (STR): Likewise.
24144         (CHR): Likewise.
24145         (strchr): Likewise.  Do not use BP_SYM.
24146         (index): Do not use BP_SYM in weak_alias.
24147         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24148         "bp-asm.h".
24149         (PARMS): Do not use macros from bp-asm.h.
24150         (DEST): Likewise.
24151         (SRC): Likewise.
24152         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24153         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24154         "bp-asm.h".
24155         (PARMS): Do not use macros from bp-asm.h.
24156         (strlen): Do not use BP_SYM.
24157         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24158         "bp-asm.h".
24159         (PARMS): Do not use macros from bp-asm.h.
24160         (S1): Likewise.
24161         (S2): Likewise.
24162         (SIZE): Likewise.
24163         (__mpn_sub_n): Do not use BP_SYM.
24164         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24165         "bp-asm.h".
24166         (PARMS): Do not use macros from bp-asm.h.
24167         (S1): Likewise.
24168         (SIZE): Likewise.
24169         (__mpn_submul_1): Do not use BP_SYM.
24170         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24171         "bp-asm.h".
24172         (PARMS): Do not use macros from bp-asm.h.
24173         (S1): Likewise.
24174         (S2): Likewise.
24175         (SIZE): Likewise.
24176         (__mpn_add_n): Do not use BP_SYM.
24177         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24178         weak_alias.
24179         (bzero): Likewise.
24180         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24181         "bp-asm.h".
24182         (PARMS): Do not use macros from bp-asm.h.
24183         (BLK2): Likewise.
24184         (LEN): Likewise.
24185         (memcmp): Do not use BP_SYM.
24186         (bcmp): Do not use BP_SYM in weak_alias.
24187         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24188         "bp-asm.h".
24189         (PARMS): Do not use macros from bp-asm.h.
24190         (DEST): Likewise.
24191         (SRC): Likewise.
24192         (LEN): Likewise.
24193         (memcpy): Likewise.  Do not use BP_SYM.
24194         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24195         "bp-asm.h".
24196         (PARMS): Do not use macros from bp-asm.h.
24197         (DEST): Likewise.
24198         (SRC): Likewise.
24199         (LEN): Likewise.
24200         (memmove): Likewise.  Do not use BP_SYM.
24201         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24202         "bp-asm.h".
24203         (PARMS): Do not use macros from bp-asm.h.
24204         (DEST): Likewise.
24205         (SRC): Likewise.
24206         (LEN): Likewise.
24207         (__mempcpy): Likewise.  Do not use BP_SYM.
24208         (mempcpy): Do not use BP_SYM in weak_alias.
24209         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24210         "bp-asm.h".
24211         (PARMS): Do not use macros from bp-asm.h.
24212         (DEST): Likewise.
24213         (LEN): Likewise.
24214         [!BZERO_P] (CHR): Likewise.
24215         (memset): Likewise.  Do not use BP_SYM.
24216         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24217         "bp-asm.h".
24218         (PARMS): Do not use macros from bp-asm.h.
24219         (STR2): Likewise.
24220         (strcmp): Do not use BP_SYM.
24221         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24222         "bp-asm.h".
24223         (PARMS): Do not use macros from bp-asm.h.
24224         (STR): Likewise.
24225         (DELIM): Likewise.
24226         [USE_AS_STRTOK_R] (SAVE): Likewise.
24227         (FUNCTION): Likewise.  Do not use BP_SYM.
24228         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24229         aliases.
24230         (strtok_r): Likewise.
24231         (__GI___strtok_r): Likewise.
24232         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24233         (PARMS): Do not use macros from bp-asm.h.
24234         (S): Likewise.
24235         (SIZE): Likewise.
24236         (__mpn_lshift): Do not use BP_SYM.
24237         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24238         (PARMS): Do not use macros from bp-asm.h.
24239         (STR): Likewise.
24240         (CHR): Likewise.
24241         (__memchr): Do not use BP_SYM.
24242         (memchr): Do not use BP_SYM in weak_alias.
24243         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24244         (PARMS): Do not use macros from bp-asm.h.
24245         (BLK2): Likewise.
24246         (LEN): Likewise.
24247         (memcmp): Do not use BP_SYM.
24248         (bcmp): Do not use BP_SYM in weak_alias.
24249         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24250         (PARMS): Do not use macros from bp-asm.h.
24251         (S1): Likewise.
24252         (SIZE): Likewise.
24253         (__mpn_mul_1): Do not use BP_SYM.
24254         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24255         "bp-asm.h".
24256         (PARMS): Do not use macros from bp-asm.h.
24257         (STR): Likewise.
24258         (CHR): Likewise.
24259         (__rawmemchr): Do not use BP_SYM.
24260         (rawmemchr): Do not use BP_SYM in weak_alias.
24261         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24262         (PARMS): Do not use macros from bp-asm.h.
24263         (S): Likewise.
24264         (SIZE): Likewise.
24265         (__mpn_rshift): Do not use BP_SYM.
24266         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24267         (PARMS): Do not use macros from bp-asm.h.
24268         (SIGMSK): Likewise.
24269         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24270         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24271         (_start): Do not use BP_SYM.
24272         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24273         (PARMS): Do not use macros from bp-asm.h.
24274         (DEST): Likewise.
24275         (SRC): Likewise.
24276         (__stpcpy): Likewise.  Do not use BP_SYM.
24277         (stpcpy): Do not use BP_SYM in weak_alias.
24278         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24279         "bp-asm.h".
24280         (PARMS): Do not use macros from bp-asm.h.
24281         (DEST): Likewise.
24282         (SRC): Likewise.
24283         (LEN): Likewise.
24284         (__stpncpy): Likewise.  Do not use BP_SYM.
24285         (stpncpy): Do not use BP_SYM in weak_alias.
24286         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24287         (PARMS): Do not use macros from bp-asm.h.
24288         (STR): Likewise.
24289         (CHR): Likewise.
24290         (strchr): Likewise.  Do not use BP_SYM.
24291         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24292         "bp-asm.h".
24293         (PARMS): Do not use macros from bp-asm.h.
24294         (STR): Likewise.
24295         (CHR): Likewise.
24296         (__strchrnul): Likewise.  Do not use BP_SYM.
24297         (strchrnul): Do not use BP_SYM in weak_alias.
24298         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24299         "bp-asm.h".
24300         (PARMS): Do not use macros from bp-asm.h.
24301         (STOP): Likewise.
24302         (strcspn): Do not use BP_SYM.
24303         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24304         "bp-asm.h".
24305         (PARMS): Do not use macros from bp-asm.h.
24306         (STR): Likewise.
24307         (STOP): Likewise.
24308         (strpbrk): Likewise.  Do not use BP_SYM.
24309         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24310         "bp-asm.h".
24311         (PARMS): Do not use macros from bp-asm.h.
24312         (STR): Likewise.
24313         (CHR): Likewise.
24314         (strrchr): Likewise.  Do not use BP_SYM.
24315         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24316         (PARMS): Do not use macros from bp-asm.h.
24317         (SKIP): Likewise.
24318         (strspn): Do not use BP_SYM.
24319         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24320         (PARMS): Do not use macros from bp-asm.h.
24321         (STR): Likewise.
24322         (DELIM): Likewise.
24323         (SAVE): Likewise.
24324         (FUNCTION): Likewise.  Do not use BP_SYM.
24325         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24326         aliases.
24327         (strtok_r): Likewise.
24328         (__GI___strtok_r): Likewise.
24329         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24330         (PARMS): Do not use macros from bp-asm.h.
24331         (S1): Likewise.
24332         (S2): Likewise.
24333         (SIZE): Likewise.
24334         (__mpn_sub_n): Do not use BP_SYM.
24335         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24336         "bp-asm.h".
24337         (PARMS): Do not use macros from bp-asm.h.
24338         (S1): Likewise.
24339         (SIZE): Likewise.
24340         (__mpn_submul_1): Do not use BP_SYM.
24341         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24342         <bp-sym.h>.
24343         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24344         and <bp-asm.h>.
24345         (PARMS): Do not use macros from bp-asm.h.
24346         (FLAGS): Likewise.
24347         (PTID): Likewise.
24348         (TLS): Likewise.
24349         (CTID): Likewise.
24350         (__clone): Do not use BP_SYM.
24351         (clone): Do not use BP_SYM in weak_alias.
24352         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24353         and <bp-asm.h>.
24354         (PARMS): Do not use macros from bp-asm.h.
24355         (LEN): Likewise.
24356         (__mmap64): Do not use BP_SYM.
24357         (mmap64): Do not use BP_SYM in weak_alias.
24358         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24359         <bp-sym.h> and <bp-asm.h>.
24360         (PARMS): Do not use macros from bp-asm.h.
24361         (__posix_fadvise64_l64): Do not use BP_SYM.
24362         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24363         (PARMS): Do not use macros from bp-asm.h.
24364         (NSOPS): Likewise.
24365         (semtimedop): Do not use BP_SYM.
24366         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24367         and <bp-asm.h>.
24368
24369 2013-02-21  Allan McRae  <allan@archlinux.org>
24370
24371         * manual/message.texi (Charset conversion in gettext):
24372         Move @end statement to beginning of line.
24373
24374 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24375
24376         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24377         static.
24378         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24379         Likewise.
24380
24381         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24382         (denorm): Likewise.
24383         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24384         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24385
24386 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24387
24388         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24389         tail-call to the resolved function if pltexit isn't needed.
24390
24391 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24392
24393         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24394         or Y being zero as being unlikely.
24395         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24396         Likewise.
24397
24398 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24399
24400         * manual/nss.texi (System Databases and Name Service Switch):
24401         Remove frobnicate @pxref.
24402
24403 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24404
24405         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24406         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24407
24408 2013-02-20  Petr Machata  <pmachata@redhat.com>
24409
24410         * elf/elf.h (R_ARM_TARGET1): New macro.
24411         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24412         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24413         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24414         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24415         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24416         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24417         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24418         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24419         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24420         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24421         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24422         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24423         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24424         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24425         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24426         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24427         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24428         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24429         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24430         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24431         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24432         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24433         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24434         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24435         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24436         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24437         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24438         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24439         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24440         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24441         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24442         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24443         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24444         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24445         (R_ARM_THM_GOT_BREL12): Likewise.
24446         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24447         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24448         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24449         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24450         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24451         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24452         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24453         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24454         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24455
24456 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24457
24458         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24459         __attribute_used__ to __attribute__ ((unused)).
24460
24461 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24462
24463         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24464         powerpc mpa.c.
24465         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24466         comment formatting.
24467         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24468
24469 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24470
24471         [BZ #13550]
24472         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24473         Remove macro.
24474         (ENTER): Remove both macro definitions.
24475         (LEAVE): Likewise.
24476         (CHECK_BOUNDS_LOW): Likewise.
24477         (CHECK_BOUNDS_HIGH): Likewise.
24478         (CHECK_BOUNDS_BOTH): Likewise.
24479         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24480         (RETURN_BOUNDED_POINTER): Likewise.
24481         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24482         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24483         (POP_ERRNO_LOCATION_RETURN): Likewise.
24484         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24485         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24486         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24487         macros.
24488         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24489         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24490         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24491         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24492         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24493         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24494         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24495         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24496         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24497         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24498         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24499         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24500         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24501         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24502         removed macros.
24503         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24504         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24505         macros.
24506         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24507         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24508         * sysdeps/i386/i586/memset.S (memset): Likewise.
24509         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24510         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24511         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24512         macros.
24513         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24514         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24515         Change uses of L(2) to L(out).
24516         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24517         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24518         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24519         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24520         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24521         removed macros.
24522         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24523         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24524         macros.
24525         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24526         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24527         (RETURN): Do not use macro LEAVE.
24528         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24529         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24530         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24531         * sysdeps/i386/i686/memset.S (memset): Likewise.
24532         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24533         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24534         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24535         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24536         Likewise.
24537         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24538         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24539         L(1_2) and L(1_3) into L(1).
24540         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24541         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24542         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24543         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24544         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24545         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24546         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24547         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24548         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24549         macros.
24550         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24551         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24552         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24553         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24554         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24555         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24556         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24557         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24558         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24559         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24560         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24561         * sysdeps/i386/strspn.S (strspn): Likewise.
24562         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24563         conditional code.
24564         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24565         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24566         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24567         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24568         L(1_3) into L(1_1).
24569         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24570         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24571         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24572         macros.
24573         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24574
24575 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24576
24577         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24578         macro.
24579
24580 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24581
24582         * math/atest-exp.c (exp_mpn): Remove ROUND.
24583         * math/atest-exp2.c (exp_mpn): Likewise.
24584         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24585
24586         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24587         * stdlib/tst-tls-atexit-lib.c: Likewise.
24588         * stdlib/tst-tls-atexit.c: Likewise.
24589
24590 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24591
24592         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24593         and __attribute_alloc_size__.
24594
24595 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24596
24597         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24598         __attribute_alloc_size__.
24599         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24600         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24601
24602 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24603
24604         * include/programs/xmalloc.h: New file.
24605         * catgets/gencat.c: Include it.
24606         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24607         * elf/pldd.c: Likewise.
24608         * iconv/iconv_charmap.c: Likewise.
24609         * iconv/iconvconfig.c: Likewise.
24610         * iconv/strtab.c: Likewise.
24611         * locale/programs/locale.c: Likewise.
24612         * locale/programs/localedef.h: Likewise.
24613         * locale/programs/simple-hash.c: Likewise.
24614         * nscd/nscd.h: Likewise.
24615         * nss/makedb.c: Likewise.
24616         * sysdeps/generic/ldconfig.h: Likewise.
24617
24618 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24619
24620         * Versions.def: Add GLIBC_2.18.
24621         * include/link.h (struct link_map): New member l_tls_dtor_count.
24622         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24623         (__call_tls_dtors): Likewise.
24624         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24625         __cxa_thread_atexit_impl.
24626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24627         Likewise.
24628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24629         Likewise.
24630         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24631         Likewise.
24632         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24633         Likewise.
24634         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24635         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24636         Likewise.
24637         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24638         Likewise.
24639         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24640         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24641         Likewise.
24642         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24643         (tests): Add test case tst-tls-atexit.
24644         (modules-names): Add shared library for tst-tls-atexit.
24645         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24646         (GLIBC_PRIVATE): Add __call_tls_dtors.
24647         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24648         for libstdc++.
24649         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24650         * stdlib/tst-tls-atexit.c: New test case.
24651         * stdlib/tst-tls-atexit-lib.c: New test case.
24652
24653         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24654
24655         * elf/Versions (ld): Add _dl_find_dso_for_object.
24656         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24657         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24658         (dl_open_worker): Use _dl_find_dso_for_object.
24659         * elf/dl-sym.c (do_sym): Likewise.
24660         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24661
24662 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24663
24664         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24665         Syntactic changes only.
24666         (_dl_runtime_profile): Do a tail-call to the resolved function.
24667
24668 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24669
24670         [BZ #13550]
24671         * sysdeps/x86_64/bp-asm.h: Remove file.
24672         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24673         <bp-sym.h> and <bp-asm.h>.
24674         (__clone): Do not use BP_SYM.
24675         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24676         <bp-sym.h> and <bp-asm.h>.
24677         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24678         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24679         "bp-asm.h".
24680         (_setjmp): Do not use BP_SYM.
24681         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24682         "bp-asm.h".
24683         (setjmp): Do not use BP_SYM.
24684         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24685         libc_hidden_def.
24686         (mempcpy): Do not use BP_SYM in weak_alias.
24687         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24688         "bp-asm.h".
24689         (strchr): Do not use BP_SYM.
24690         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24691         "bp-asm.h".
24692         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24693         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24694         (_start): Do not use BP_SYM.
24695         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24696         "bp-asm.h".
24697         (strcat): Do not use BP_SYM.
24698         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24699         "bp-asm.h".
24700         (STRCMP): Do not use BP_SYM.
24701         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24702         "bp-asm.h".
24703         (STRCPY): Do not use BP_SYM.
24704         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24705         "bp-asm.h".
24706         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24707         "bp-asm.h".
24708         (FUNCTION): Do not use BP_SYM.
24709         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24710         weak_alias.
24711         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24712
24713 2013-02-17  Andreas Jaeger  <aj@suse.de>
24714
24715         * time/Versions: Sort entries.
24716         * string/Versions: Likewise.
24717         * resolv/Versions: Likewise.
24718         * posix/Versions: Likewise.
24719         * iconv/Versions: Likewise.
24720         * elf/Versions: Likewise.
24721         * wcsmbs/Versions: Likewise.
24722
24723 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24724
24725         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24726         loop termination condition.
24727
24728         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24729         variable to calculate EZ.
24730         (__sqr): Likewise.
24731
24732         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24733         the lower precision input.
24734
24735 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24736
24737         [BZ #13550]
24738         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24739         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24740         (run-via-rtld-prefix): Do not handle %-bp tests.
24741         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24742         (all-object-suffixes): Remove .ob.
24743         (bppfx): Remove variable.
24744         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24745         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24746         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24747         [$(build-bounded) = yes] (libtype.ob): Likewise.
24748         * Makerules (elide-routines.ob): Remove variable.
24749         (do-tests-clean): Do not handle *-bp.out.
24750         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24751         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24752         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24753         (tests): Do not include $(tests-bp.out).
24754         (xtests): Do not include $(xtests-bp.out).
24755         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24756         [$(build-bounded) = yes] ($(addprefix
24757         $(objpfx),$(binaries-bounded))): Remove rule.
24758         ($(objpfx)%-bp.out): Remove rule.
24759         * config.make.in (build-bounded): Remove variable.
24760         * crypt/Makefile [$(build-bounded) = yes]
24761         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24762         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24763         append to variable.
24764         [$(build-bounded) = yes] (install-lib): Likewise.
24765         [$(build-bounded) = yes] (generated): Likewise.
24766         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24767         Remove rule.
24768         * intl/Makefile [$(build-bounded) = yes]
24769         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24770         * math/Makefile [$(build-bounded) = yes]
24771         ($(tests:%=$(objpfx)%-bp): Likewise.
24772         * misc/Makefile [$(build-bounded) = yes]
24773         ($(objpfx)tst-tsearch-bp): Likewise.
24774         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24775         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24776         Remove dependency.
24777         * string/Makefile (o-objects.ob): Remove variable.
24778         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24779         (CFLAGS-.ob): Remove variable.
24780         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24781         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24782         both definitions of variable.
24783         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24784         (ASFLAGS-.ob): Remove variable.
24785
24786 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24787
24788         [BZ #13550]
24789         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24790         Remove __BOUNDED_POINTERS__ from condition.
24791         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24792         * string/bits/string2.h [!__NO_STRING_INLINES &&
24793         !__BOUNDED_POINTERS__]: Likewise.
24794         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24795         Likewise.
24796         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24797         Remove conditional code.
24798         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24799         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24800         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24801         condition.
24802
24803         [BZ #13550]
24804         * csu/libc-start.c: Do not include <bp-sym.h>.
24805         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24806         * elf/dl-open.c: Do not include <bp-sym.h>.
24807         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24808         * math/fegetenv.c: Do not include <bp-sym.h>.
24809         (fegetenv): Do not use BP_SYM in versioned symbols.
24810         * nptl/sysdeps/pthread/bits/libc-lockP.h
24811         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24812         <bp-sym.h>.
24813         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24814         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24815         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24816         (__pthread_mutex_destroy): Likewise.
24817         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24818         (__pthread_mutex_lock): Likewise.
24819         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24820         (__pthread_mutex_trylock): Likewise.
24821         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24822         (__pthread_mutex_unlock): Likewise.
24823         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24824         (__pthread_mutexattr_init): Likewise.
24825         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24826         (__pthread_mutexattr_destroy): Likewise.
24827         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24828         (__pthread_mutexattr_settype): Likewise.
24829         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24830         (__pthread_rwlock_init): Likewise.
24831         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24832         (__pthread_rwlock_destroy): Likewise.
24833         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24834         (__pthread_rwlock_rdlock): Likewise.
24835         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24836         (__pthread_rwlock_tryrdlock): Likewise.
24837         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24838         (__pthread_rwlock_wrlock): Likewise.
24839         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24840         (__pthread_rwlock_trywrlock): Likewise.
24841         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24842         (__pthread_rwlock_unlock): Likewise.
24843         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24844         (__pthread_key_create): Likewise.
24845         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24846         (__pthread_setspecific): Likewise.
24847         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24848         (__pthread_getspecific): Likewise.
24849         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24850         Likewise.
24851         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24852         (_pthread_cleanup_push_defer): Likewise.
24853         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24854         (_pthread_cleanup_pop_restore): Likewise.
24855         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24856         (pthread_setcancelstate): Likewise.
24857         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24858         <bp-sym.h>.
24859         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24860         (memchr): Do not use BP_SYM in weak_alias.
24861         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24862         (fegetenv): Do not use BP_SYM in versioned symbols.
24863         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24864         (fesetenv): Do not use BP_SYM in versioned symbols.
24865         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24866         (feupdateenv): Do not use BP_SYM in versioned symbols.
24867         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24868         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24869         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24870         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24871         (open64): Do not use BP_SYM in weak_alias.
24872         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24873         (fegetenv): Do not use BP_SYM in versioned symbols.
24874         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24875         (fesetenv): Do not use BP_SYM in versioned symbols.
24876         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24877         (feupdateenv): Do not use BP_SYM in versioned symbols.
24878         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24879         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24880         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24881         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24882         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24883         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24884         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24885         <bp-sym.h>.
24886         (__libc_start_main): Do not use BP_SYM.
24887
24888 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24889
24890         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24891         redundant return line.
24892         (norm): Likewise.
24893         (denorm): Likewise.
24894         (dbl_mp): Likewise.
24895         (sub_magnitudes): Likewise.
24896         (__add): Likewise.
24897         (__sub): Likewise.
24898         (__mul): Likewise.
24899         (__inv): Likewise.
24900         (__dvd): Likewise.
24901         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24902         (norm): Likewise.
24903         (denorm): Likewise.
24904         (dbl_mp): Likewise.
24905         (sub_magnitudes): Likewise.
24906         (__add): Likewise.
24907         (__sub): Likewise.
24908         (__mul): Likewise.
24909         (__inv): Likewise.
24910         (__dvd): Likewise.
24911
24912         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24913         instead of __mul.
24914         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24915         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24916         (cc32): Likewise.
24917
24918         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24919         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24920         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24921         of __mul for squares.
24922         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24923         function
24924         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24925         Likewise.
24926         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24927         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24928
24929 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24930
24931         [BZ #13550]
24932         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24933         code.
24934         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24935         prototype or function definition.  Rename ubp_* variables and
24936         parameters.  Remove argv definitions conditional on
24937         [__BOUNDED_POINTERS__].
24938         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24939         * elf/dl-runtime.c (_dl_fixup): Likewise.
24940         * include/set-hooks.h (RUN_HOOK): Likewise.
24941         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24942         definition.
24943         * string/strcpy.c (strcpy): Do not use __unbounded.
24944         * sysdeps/generic/frame.h (struct layout): Likewise.
24945         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24946         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24947         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24948         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24949         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24950         (__backtrace): Likewise.
24951         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24952         use __ptrvalue.
24953         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24954         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24955         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24956         Likewise.
24957         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24958         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24959         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24960         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24961         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
24962         Do not use __unbounded.
24963         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
24964         Rename __unboundedrlimits parameter to rlimits in prototype.
24965         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
24966         Do not use __unbounded.
24967         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
24968         not use __ptrvalue.
24969         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24970         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
24971         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24972         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
24973         __ptrvalue or __unbounded.
24974         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
24975         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
24976         use __unbounded.
24977         (__new_msgctl): Do not use __ptrvalue.
24978         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
24979         __unbounded.
24980         (__libc_msgrcv): Do not use __ptrvalue.
24981         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
24982         startup_info): Do not use __unbounded.
24983         (__libc_start_main): Likewise.  Rename ubp_* variables and
24984         parameters.  Remove argv definitions conditional on
24985         [__BOUNDED_POINTERS__].
24986         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
24987         __ptrvalue.
24988         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
24989         use __unbounded.
24990         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
24991         or __ptrvalue.
24992         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
24993         use __unbounded.
24994         (__new_shmctl): Do not use __ptrvalue.
24995         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
24996         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
24997         Likewise.
24998         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
24999         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25000         (__libc_sigaction): Likewise.
25001         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25002         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25003         Likewise.
25004         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25005
25006 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25007
25008         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25009
25010         * string/mempcpy.c: Implement by calling memcpy.
25011
25012 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25013
25014         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25015
25016         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25017         evaluation.
25018
25019         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25020         values in the mantissa.
25021
25022         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25023         minimize writes to Z.
25024         (sub_magnitudes): Simplify code a bit.
25025
25026 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25027
25028         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25029         from the message.  The linker prefixes all warnings with that already.
25030
25031 2013-02-12  Andreas Schwab  <schwab@suse.de>
25032
25033         [BZ #15078]
25034         * posix/regexec.c (extend_buffers): Add parameter min_len.
25035         (check_matching): Pass minimum needed length.
25036         (clean_state_log_if_needed): Likewise.
25037         (get_subexp): Likewise.
25038         * posix/Makefile (tests): Add bug-regex34.
25039         (bug-regex34-ENV): Define.
25040         * posix/bug-regex34.c: New file.
25041
25042         [BZ #11561]
25043         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25044         elements compare against the byte sequence of it, not its name.
25045         * posix/Makefile (tests): Add bug-regex35.
25046         (bug-regex35-ENV): Define.
25047         * posix/bug-regex35.c: New file.
25048
25049 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25050
25051         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25052         comment.
25053         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25054         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25055         (CHECK_EOL): Add undef.
25056
25057 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25058
25059         * bits/stdlib-bsearch.h: New file.
25060         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25061         * stdlib/stdlib.h: Likewise.
25062
25063 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25064
25065         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25066         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25067         declaration.
25068         * manual/search.texi (Array Search Function): Add missing const in
25069         lfind prototype.
25070         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25071         declaration to use rlim_t.
25072         (Basic Scheduling Functions): Remove erroneous const from
25073         sched_getparam prototype.  Remove erroneous * from
25074         sched_get_priority_max and sched_get_priority_min prototypes.
25075         (Resource Usage): Fix summary @comment on vtimes to refer to
25076         sys/vtimes.h rather than vtimes.h.
25077         Add missing *s in vtimes prototype.
25078         (Limits on Resources): Fix ulimit prototype to return long int.
25079         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25080         prototypes to use long int rather than double.
25081         (BSD Random): Fix initstate and setstate to use char *, not void *.
25082         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25083         prototype to make second argument 'struct aiocb64 *const[]'.
25084         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25085         (Status of AIO Operations): Remove erroneous const in aio_return and
25086         aio_return64 prototypes.
25087         (Synchronizing I/O): Fix sync prototype to return void.
25088         * manual/startup.texi (Suboptions): Remove an erroneous const in
25089         getsubopt prototype.
25090         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25091         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25092         use size_t rather than int.
25093         (Scanning All Users): Likewise for getpwent_r.
25094         (Setting Groups): Add missing const to setgroups prototype.
25095         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25096         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25097         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25098         'const void *' rather than 'const char *'.
25099         (Host Address Functions): Likewise for inet_ntop.
25100         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25101         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25102         ssize_t for return value.
25103         (Sending Data): Likewise for send, sendto, sendmsg.
25104         (Socket Option Functions): Add a missing const in setsockopt prototype.
25105         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25106         use wchar_t for the argument.
25107         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25108         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25109         take no arguments.
25110         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25111         double/float/long double for second argument.
25112         Fix return types of significand, significandf, significandl.
25113         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25114         argument in fchmod prototype.
25115         (File Owner): Use uid_t and gid_t in fchown prototype.
25116         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25117         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25118         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25119         use 'const struct dirent **' as argument types to CMP function pointer
25120         argument.
25121         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25122         (File Times): Fix summary magic @comment for struct utimbuf and utime
25123         to refer to utime.h, not time.h.
25124         * manual/string.texi (Argz Functions): Add missing const in
25125         argz_extract and argz_next prototypes.
25126         (Finding Tokens in a String): Likewise for basename.
25127         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25128         (Copying and Concatenation): Fix typo in wmemmove prototype.
25129         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25130         (Signal Stack): Remove erroneous const in sigstack prototype.
25131         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25132         prototype.
25133         (Simple Calendar Time): Likewise for stime.
25134         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25135         prototype.
25136         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25137         say sys/sysctl.h instead.
25138         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25139         and vsyslog prototypes.
25140
25141 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25142
25143         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25144         Remove.
25145
25146 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25147
25148         * misc/sys/mman.h: Fix typo in mremap comment.
25149
25150 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25151
25152         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25153         the '\0' terminator.
25154
25155 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25156
25157         [BZ #13550]
25158         * debug/segfault.c: Don't include <bp-checks.h>.
25159         * sysdeps/generic/bp-checks.h: Remove file.
25160         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25161         (__GETDENTS): Don't use CHECK_N.
25162         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25163         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25164         (__getgroups): Don't use CHECK_N.
25165         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25166         (setgroups): Don't use CHECK_N.
25167         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25168         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25169         (__libc_msgrcv): Don't use CHECK_N.
25170         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25171         (__libc_msgsnd): Don't use CHECK_N.
25172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25173         <bp-checks.h>.
25174         (__libc_pread): Don't use CHECK_N.
25175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25176         include <bp-checks.h>.
25177         (__libc_pread64): Don't use CHECK_N.
25178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25179         include <bp-checks.h>.
25180         (__libc_pwrite): Don't use CHECK_N.
25181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25182         include <bp-checks.h>.
25183         (__libc_pwrite64): Don't use CHECK_N.
25184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25185         <bp-checks.h>.
25186         (__libc_pread): Don't use CHECK_N.
25187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25188         include <bp-checks.h>.
25189         (__libc_pread64): Don't use CHECK_N.
25190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25191         include <bp-checks.h>.
25192         (__libc_pwrite): Don't use CHECK_N.
25193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25194         include <bp-checks.h>.
25195         (__libc_pwrite64): Don't use CHECK_N.
25196         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25197         (do_pread): Don't use CHECK_N.
25198         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25199         (do_pread64): Don't use CHECK_N.
25200         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25201         (do_pwrite): Don't use CHECK_N.
25202         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25203         (do_pwrite64): Don't use CHECK_N.
25204         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25205         (__libc_readv): Don't use CHECK_N.
25206         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25207         (semop): Don't use CHECK_N.
25208         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25209         <bp-checks.h>.
25210         (semtimedop): Don't use CHECK_N.
25211         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25212         (__libc_pread): Don't use CHECK_N.
25213         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25214         <bp-checks.h>.
25215         (__libc_pread64): Don't use CHECK_N.
25216         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25217         <bp-checks.h>.
25218         (__libc_pwrite): Don't use CHECK_N.
25219         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25220         <bp-checks.h>.
25221         (__libc_pwrite64): Don't use CHECK_N.
25222         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25223         <bp-checks.h>.
25224         (__libc_msgrcv): Don't use CHECK_N.
25225         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25226         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25227         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25228         (__libc_writev): Don't use CHECK_N.
25229
25230 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25231
25232         * string/strcpy.c: Removed unused variable.
25233
25234         * Makeconfig (+sysdep-includes): Define with := rather than =.
25235         Use an existing include/ subdir of each sysdeps dir before it.
25236
25237 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25238
25239         * nscd/connection.c (register_traced_file): Comment function.
25240         [HAVE_INOTIFY] (union __inev): Define.
25241         [HAVE_INOTIFY] (inotify_check_files): New function.
25242         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25243         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25244         clear_db_cache.
25245         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25246
25247 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25248
25249         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25250         loaded if not already and that a failure is permanent.
25251
25252 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25253
25254         [BZ #15006]
25255         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25256         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25257
25258 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25259
25260         [BZ #13550]
25261         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25262         (CHECK_1_NULL_OK): Likewise.
25263         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25264         (__fxstat): Do not use CHECK_1.
25265         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25266         <bp-checks.h>.
25267         (___fxstat64): Do not use CHECK_1.
25268         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25269         <bp-checks.h>.
25270         (__fxstatat): Do not use CHECK_1.
25271         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25272         <bp-checks.h>.
25273         (__fxstatat64): Do not use CHECK_1.
25274         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25275         <bp-checks.h>.
25276         (__fxstat): Do not use CHECK_1.
25277         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25278         <bp-checks.h>.
25279         (__fxstatat): Do not use CHECK_1.
25280         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25281         <bp-checks.h>.
25282         (__getresgid): Do not use CHECK_1.
25283         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25284         <bp-checks.h>.
25285         (__getresuid): Do not use CHECK_1.
25286         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25287         <bp-checks.h>.
25288         (__lxstat): Do not use CHECK_1.
25289         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25290         <bp-checks.h>.
25291         (__old_msgctl): Do not use CHECK_1.
25292         (__new_msgctl): Likewise.
25293         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25294         <bp-checks.h>.
25295         (__new_setrlimit): Do not use CHECK_1.
25296         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25297         <bp-checks.h>.
25298         (__old_shmctl): Do not use CHECK_1.
25299         (__new_shmctl): Likewise.
25300         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25301         <bp-checks.h>.
25302         (__xstat): Do not use CHECK_1.
25303         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25304         (__lxstat): Do not use CHECK_1.
25305         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25306         <bp-checks.h>.
25307         (___lxstat64): Do not use CHECK_1.
25308         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25309         (__old_msgctl): Do not use CHECK_1.
25310         (__new_msgctl): Likewise.
25311         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25312         <bp-checks.h>.
25313         (__gettimeofday): Do not use CHECK_1.
25314         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25315         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25316         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25317         <bp-checks.h>.
25318         (__gettimeofday): Do not use CHECK_1.
25319         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25320         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25321         (__new_shmctl): Do not use CHECK_1.
25322         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25323         <bp-checks.h>.
25324         (do_sigtimedwait): Do not use CHECK_1.
25325         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25326         <bp-checks.h>.
25327         (do_sigwaitinfo): Do not use CHECK_1.
25328         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25329         <bp-checks.h>.
25330         (msgctl): Do not use CHECK_1.
25331         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25332         <bp-checks.h>.
25333         (shmctl): Do not use CHECK_1.
25334         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25335         (ustat): Do not use CHECK_1.
25336         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25337         <bp-checks.h>.
25338         (__fxstat): Do not use CHECK_1.
25339         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25340         <bp-checks.h>.
25341         (__fxstatat): Do not use CHECK_1.
25342         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25343         <bp-checks.h>.
25344         (__lxstat): Do not use CHECK_1.
25345         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25346         <bp-checks.h>.
25347         (__xstat): Do not use CHECK_1.
25348         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25349         (__xstat): Do not use CHECK_1.
25350         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25351         (___xstat64): Do not use CHECK_1.
25352
25353         [BZ #13550]
25354         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25355         definitions.
25356         (CHECK_BOUNDS_HIGH): Likewise.
25357         * string/strcpy.c: Do not include <bp-checks.h>.
25358         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25359
25360 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25361
25362         * nscd/nscd-client.h (__nscd_drop_map_ref):
25363         Add __attribute__ ((unused)).
25364         * nis/nss-nisplus.h (niserr2nss): Likewise.
25365
25366         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25367         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25368
25369         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25370         Remove inline keyword.
25371         * include/rounding-mode.h (round_away): Likewise.
25372         * libio/wfileops.c (adjust_wide_data): Likewise.
25373         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25374         (__m128i_strloadu_tolower): Likewise.
25375         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25376         (__m128i_strloadu_tolower): Likewise.
25377         * time/mktime.c (ydhms_diff): Likewise.
25378         * locale/elem-hash.h (elem_hash): Likewise.
25379         * locale/setlocale.c (setdata): Likewise.
25380         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25381         (re_string_wchar_at): Likewise.
25382         (bitset_not, bitset_merge, bitset_mask): Likewise.
25383         [!(__GNUC__ > 3)] (inline): Remove macro.
25384         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25385         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25386         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25387         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25388         * string/memcmp.c (memcmp_bytes): Likewise.
25389         * locale/programs/locarchive.c (compute_hashval): Likewise.
25390         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25391         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25392         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25393         * nss/getent.c (print_rpc, print_protocols): Likewise.
25394         (print_passwd, print_group, print_aliases): Likewise.
25395         * nis/nss-nisplus.h (niserr2nss): Likewise.
25396         * nscd/connections.c (restart_p): Likewise.
25397         Change return type to bool.
25398
25399 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25400
25401         * Makeconfig (all-Depend-files): Add existing
25402         $(sorted-subdirs:=/Depend) files.
25403         (all-subdirs): Remove nss.
25404         * sysdeps/unix/inet/Subdirs: Add it here instead.
25405         * hesiod/Depend: New file.
25406
25407         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25408         instead of calling alloca.
25409
25410         * io/lseek.c (__lseek): Rename to __libc_lseek.
25411         Define __lseek as an alias.
25412
25413         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25414
25415 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25416
25417         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25418         else clause and remove check for non-standard endianness.
25419
25420 2013-02-04  David S. Miller  <davem@davemloft.net>
25421
25422         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25423
25424 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25425
25426         [BZ #13550]
25427         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25428         (__ubp_memchr): Remove prototype.
25429         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25430         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25431         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25432         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25433         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25434         Remove alias.
25435         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25436         (__ubp_memchr): Likewise.
25437         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25438         (__ubp_memchr): Likewise.
25439         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25440         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25441         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25442         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25443         CHECK_STRING.
25444         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25445         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25446         (__getcwd): Do not use CHECK_STRING.
25447         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25448         <bp-checks.h>.
25449         (__real_chown): Do not use CHECK_STRING.
25450         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25451         <bp-checks.h>.
25452         (fchownat): Do not use CHECK_STRING.
25453         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25454         CHECK_STRING.
25455         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25456         <bp-checks.h>.
25457         (__lchown): Do not use CHECK_STRING.
25458         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25459         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25460         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25461         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25463         include <bp-checks.h>.
25464         (truncate64): Do not use CHECK_STRING.
25465         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25466         <bp-checks.h>.
25467         (__real_chown): Do not use CHECK_STRING.
25468         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25469         <bp-checks.h>.
25470         (__lchown): Do not use CHECK_STRING.
25471         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25472         <bp-checks.h>.
25473         (__chown): Do not use CHECK_STRING.
25474         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25475         <bp-checks.h>.
25476         (truncate64): Do not use CHECK_STRING.
25477         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25478         Likewise.
25479         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25480         (__xmknod): Do not use CHECK_STRING.
25481         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25482         <bp-checks.h>.
25483         (__xmknodat): Do not use CHECK_STRING.
25484         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25485         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25486
25487 2013-02-04  Andreas Schwab  <schwab@suse.de>
25488
25489         [BZ #14142]
25490         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25491         * include/netdb.h: Likewise for h_errno.
25492         * elf/tst-stackguard1.c: Include <tls.h>.
25493
25494 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25495
25496         * elf/link.h (struct link_map): Extend the l_addr comment.
25497         * include/link.h (struct link_map): Likewise.
25498
25499 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25500
25501         [BZ #13550]
25502         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25503         (BOUNDED_1): Remove macro.
25504         * debug/backtrace.c: Don't include <bp-checks.h>.
25505         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25506         (__backtrace): Likewise.
25507         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25508         <bp-checks.h>.
25509         (__backtrace): Don't use BOUNDED_1.
25510         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25511         <bp-checks.h>.
25512         (__backtrace): Don't use BOUNDED_1.
25513         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25514         (__backtrace): Don't use BOUNDED_1.
25515         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25516         (shmat): Don't use BOUNDED_N.
25517
25518 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25519
25520         [BZ #13550]
25521         * sysdeps/generic/bp-start.h: Remove file.
25522         * csu/libc-start.c: Don't include <bp-start.h>.
25523         (LIBC_START_MAIN): Set up __environ directly instead of using
25524         INIT_ARGV_and_ENVIRON.
25525         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25526         <bp-start.h>.
25527
25528         [BZ #13550]
25529         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25530         definitions.
25531         (CHECK_FCNTL): Likewise.
25532         (CHECK_N_PAGES): Likewise.
25533
25534         [BZ #13550]
25535         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25536         definitions.
25537         (CHECK_SIGSET_NULL_OK): Likewise.
25538         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25539         <bp-checks.h>.
25540         (sigpending): Don't use CHECK_SIGSET.
25541         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25542         <bp-checks.h>.
25543         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25544         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25545         <bp-checks.h>.
25546         (do_sigsuspend): Don't use CHECK_SIGSET.
25547         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25548         use CHECK_SIGSET.
25549         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25550         (do_sigwait): Don't use CHECK_SIGSET.
25551         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25552         use CHECK_SIGSET.
25553         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25554         include <bp-checks.h>.
25555         (sigpending): Don't use CHECK_SIGSET.
25556         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25557         include <bp-checks.h>.
25558         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25559         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25560         <bp-checks.h>.
25561         (sigpending): Don't use CHECK_SIGSET.
25562         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25563         <bp-checks.h>.
25564         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25565
25566         [BZ #13550]
25567         * sysdeps/generic/bp-semctl.h: Remove file.
25568         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25569         <bp-checks.h> and <bp-semctl.h>.
25570         (__old_semctl): Don't use CHECK_SEMCTL.
25571         (__new_semctl): Likewise.
25572         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25573         and <bp-semctl.h>.
25574         (__old_semctl): Don't use CHECK_SEMCTL.
25575         (__new_semctl): Likewise.
25576         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25577         <bp-checks.h> and <bp-semctl.h>.
25578         (__old_semctl): Don't use CHECK_SEMCTL.
25579         (__new_semctl): Likewise.
25580         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25581         <bp-checks.h> and <bp-semctl.h>.
25582         (semctl): Don't use CHECK_SEMCTL.
25583
25584         [BZ #13550]
25585         * Makerules (elide-bp-thunks): Remove variable.
25586         (elide-routines.oS): Don't use $(elide-bp-thunks).
25587         (elide-routines.os): Likewise.
25588         (elide-routines.o): Likewise.
25589         (elide-routines.op): Likewise.
25590         (elide-routines.og): Likewise.
25591         (objects): Don't use $(bp-thunks).
25592         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25593         include.
25594         (common-generated): Do not add s-proto-bp.d.
25595         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25596         (int): Likewise.
25597         (typ): Likewise.
25598         Do not generate makefile rules for bounded-pointer thunks.
25599         * sysdeps/generic/bp-thunks.h: Remove file.
25600         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25601         * sysdeps/unix/s-proto-bp.S: Likewise.
25602
25603         [BZ #15062]
25604         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25605         parts of result separately when argument is not close to line from
25606         -i to i and one part of argument is small.
25607         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25608         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25609         * math/libm-test.inc (cacos_test): Add more tests.
25610         (casin_test): Likewise.
25611         (casinh_test): Likewise.
25612         * sysdeps/i386/fpu/libm-test-ulps: Update.
25613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25614
25615 2013-01-31  David S. Miller  <davem@davemloft.net>
25616
25617         * po/de.po: Update from translation team.
25618
25619 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25620
25621         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25622
25623 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25624
25625         * configure.in (_AC_PROG_CC_C89): New definition.
25626         * configure: Regenerate.
25627
25628         * configure.in (AC_PROG_CPP): New definition.
25629         * configure: Regenerate.
25630
25631 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25632
25633         * debug/tst-backtrace.h: New file.
25634         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25635         (ret): Remove variable.
25636         (x): Likewise.
25637         (FAIL): Remove macro.
25638         (NO_INLINE): Likewise.
25639         (fn1): Use match function instead of strstr.
25640         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25641         (ret): Remove variable.
25642         (x): Likewise.
25643         (FAIL): Remove macro.
25644         (NO_INLINE): Likewise.
25645         (fn): Use match function instead of strstr.
25646         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25647         (ret): Remove variable.
25648         (x): Likewise.
25649         (FAIL): Remove macro.
25650         (NO_INLINE): Likewise.
25651         (handle_signal): Use match function instead of strstr.
25652         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25653         (ret): Remove variable.
25654         (x): Likewise.
25655         (FAIL): Remove macro.
25656         (NO_INLINE): Likewise.
25657         (handle_signal): Use match function instead of strstr.
25658
25659 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25660
25661         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25662
25663 2013-01-23  David S. Miller  <davem@davemloft.net>
25664
25665         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25666         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25667         argument of CAS if possible.
25668         * sysdeps/sparc/sparc64/bits/atomic.h
25669         (__arch_compare_and_exchange_val_32_acq): Likewise.
25670         (__arch_compare_and_exchange_val_64_acq): Likewise.
25671
25672 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25673
25674         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25675         * sysdeps/posix/ulimit.c: ... this.
25676         Include <limits.h>.
25677         * sysdeps/unix/bsd/ulimit.c: Remove file.
25678
25679 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25680
25681         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25682         (LDFLAGS-tst-array5): Likewise.
25683
25684 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25685
25686         [BZ #15036]
25687         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25688         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25689         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25690         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25691
25692 2013-01-21  David S. Miller  <davem@davemloft.net>
25693
25694         * sysdeps/sparc/backtrace.c: New file.
25695         * sysdeps/sparc/sparc32/backtrace.h: New file.
25696         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25697         * sysdeps/sparc/sparc64/backtrace.h: New file.
25698         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25699         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25700         -funwind-tables.
25701
25702 2013-01-21  Andreas Schwab  <schwab@suse.de>
25703
25704         [BZ #15020]
25705         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25706         closed its stdout.
25707
25708 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25709
25710         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25711         "mpa2.h".
25712         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25713
25714 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25715             Mark Mitchell  <mark@codesourcery.com>
25716             Tom de Vries  <tom@codesourcery.com>
25717             Paul Pluzhnikov  <ppluzhnikov@google.com>
25718
25719         * debug/tst-backtrace2.c: New file.
25720         * debug/tst-backtrace3.c: Likewise.
25721         * debug/tst-backtrace4.c: Likewise.
25722         * debug/tst-backtrace5.c: Likewise.
25723         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25724         (CFLAGS-tst-backtrace3.c): Likewise.
25725         (CFLAGS-tst-backtrace4.c): Likewise.
25726         (CFLAGS-tst-backtrace5.c): Likewise.
25727         (LDFLAGS-tst-backtrace2): Likewise.
25728         (LDFLAGS-tst-backtrace3): Likewise.
25729         (LDFLAGS-tst-backtrace4): Likewise.
25730         (LDFLAGS-tst-backtrace5): Likewise.
25731         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25732         tst-backtrace4 and tst-backtrace5.
25733
25734 2013-01-18  Anton Blanchard  <anton@samba.org>
25735             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25736
25737         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25738         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25739         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25740         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25742         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25743         "+r" and remove output regs list as redundant.  Add explicit inline
25744         asm to specify register of return val to work around compiler codegen
25745         bug.  Remove (int) cast on return value.  Add return type parameter to
25746         use in macro so that this macro does not truncate return value for
25747         64-bit values.
25748         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25749         pass to INTERNAL_VSYSCALL_NCS.
25750         (INLINE_VSYSCALL): Add 'long int' as return type to
25751         INTERNAL_VSYSCALL_NCS macro invocation.
25752         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25753         INTERNAL_VSYSCALL_NCS macro invocation.
25754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25755
25756 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25757
25758         [BZ #14496]
25759         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25760         Fix application of SIMD FP exception mask.
25761
25762         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25763         mp_no from a power of two.
25764         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25765         __mpexp_twomm1.  Use __pow_mp.
25766
25767         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25768         multiplication.
25769
25770 2013-01-17  David S. Miller  <davem@davemloft.net>
25771
25772         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25773
25774 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25775
25776         [BZ #15023]
25777         * include/complex.h: Condition contents on [!_COMPLEX_H].
25778         (__kernel_casinhf): New prototype.
25779         (__kernel_casinh): Likewise.
25780         (__kernel_casinhl): Likewise.
25781         * math/Makefile (libm_calls): Add k_casinh.
25782         * math/k_casinh.c: New file.
25783         * math/k_casinhf.c: Likewise.
25784         * math/k_casinhl.c: Likewise.
25785         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25786         finite nonzero arguments.
25787         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25788         finite nonzero arguments.
25789         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25790         finite nonzero arguments.
25791         * math/s_casinh.c: Do not include <float.h>.
25792         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25793         * math/s_casinhf.c: Do not include <float.h>.
25794         (__casinhf): Move code for finite nonzero arguments to
25795         k_casinhf.c.
25796         * math/s_casinhl.c: Do not include <float.h>.
25797         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25798         redefine.
25799         (__casinhl): Move code for finite nonzero arguments to
25800         k_casinhl.c.
25801         * math/libm-test.inc (cacos_test): Add more tests.
25802         * sysdeps/i386/fpu/libm-test-ulps: Update.
25803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25804
25805 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25806
25807         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25808         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25809         [!HAVE_MREMAP]: Remove [defined linux] case.
25810         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25811
25812 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25813
25814         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25815
25816 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25817
25818         * elf/elf.h (R_386_SIZE32): New relocation.
25819         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25820         R_386_SIZE32.
25821         (elf_machine_rela): Likewise.
25822         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25823         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25824
25825 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25826
25827         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25828         (FP_FAST_FMA): Do not define.
25829         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25830         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25831         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25832         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25833         !_SOFT_FLOAT]: Likewise.
25834         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25835         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25836         value.
25837         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25838         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25839         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25840         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25841         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25842         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25843         file.
25844
25845 2013-01-16  Andreas Schwab  <schwab@suse.de>
25846
25847         [BZ #14327]
25848         * include/stdlib.h (__mktemp): Add declaration.
25849         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25850         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25851
25852 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25853
25854         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25855         definitions.
25856         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25857         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25858         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25859         definitions here.
25860         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25861         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25862         definitions.
25863         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25864         and ONE.
25865         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25866         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25867         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25868         definitions.
25869         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25870         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25871         definitions.
25872         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25873
25874         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25875
25876 2013-01-15  David S. Miller  <davem@davemloft.net>
25877
25878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25879         trunc{,f} to libm-sysdep_routes.
25880         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25882         file.
25883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25885         file.
25886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25887         file.
25888         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25889         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25890         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25891         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25892         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25893         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25894         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25895         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25896
25897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25898         nearbyint{,f} to libm-sysdep_routes.
25899         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25901         New file.
25902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25903         file.
25904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25905         New file.
25906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25907         file.
25908         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25909         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25910         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25911         file.
25912         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25913         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25914         file.
25915         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25916         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25917         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25918
25919         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25920         libc_feholdexcept and libc_fesetenv.
25921
25922 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25923
25924         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25925
25926 2013-01-14  David S. Miller  <davem@davemloft.net>
25927
25928         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25929         (SPARC_ASM_VIS2_IFUNC): Likewise.
25930         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25932         use of 'siam' instruction.
25933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25934         Likewise.
25935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25936         Likewise.
25937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25938         Likewise.
25939         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25940         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25941         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25942         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25944         file.
25945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25946         file.
25947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25948         file.
25949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25950         file.
25951         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25952         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25953         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25954         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25956         new VIS2 routines.
25957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25960         Likewise.
25961         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25962         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25963         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25964         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
25966         routines to libm-sysdep_routines.
25967         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25968
25969         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25970         fdim/fdimf to libm-sysdep_routines.
25971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
25972         file.
25973         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
25974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
25975         file.
25976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
25977         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
25978         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
25979         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
25980         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
25981         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
25982         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
25983
25984 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25985
25986         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
25987         to optimize copies.
25988
25989         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
25990         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25991         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25992
25993         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
25994         local variable MPTWO.
25995         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25996         Likewise.
25997
25998 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25999
26000         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26001         GLOB_NOESCAPE.
26002
26003 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26004
26005         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26006
26007 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26008
26009         * manual/pattern.texi (glob_t): Document gl_flags.
26010         (glob64_t): Likewise.
26011
26012 2013-01-11  David S. Miller  <davem@davemloft.net>
26013
26014         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26015         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26016         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26017         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26018         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26019         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26020         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26021         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26022         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26023         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26024         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26025         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26026         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26027
26028         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26029         sparc V9 rather than using V8 code.
26030         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26031         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26032
26033         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26034         Move to...
26035         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26036         Here.
26037
26038 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26039
26040         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26041         not in the main loop.
26042         * configure: Regenerated.
26043
26044 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26045
26046         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26047         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26048         to just #else.
26049         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26050         [!__GLIBC_HAVE_LONG_LONG] case.
26051         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26052         condition to just #else.
26053         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26054         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26055         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26056         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26057         unconditional.
26058         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26059         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26060         #elif condition to just #else.
26061         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26062         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26063         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26064         #elif condition to just #else.
26065
26066 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26067
26068         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26069         (EF_MIPS_ARCH_64): Fix value.
26070         (EF_MIPS_ARCH_32R2): New.
26071         (EF_MIPS_ARCH_64R2): New.
26072
26073 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26074
26075         * Makeconfig (+link-pie-before-libc): New.
26076         (+link-pie-after-libc): Likewise.
26077         (+link-pie-tests): Likewise.
26078         (+link-pie): Rewritten.
26079         (link-before-libc): Remove $(config-LDFLAGS).
26080         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26081         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26082         (config-LDFLAGS): Renamed to ...
26083         (rtld-LDFLAGS): This.
26084         (rtld-tests-LDFLAGS): New macro.
26085         (link-libc-rpath-link): Likewise.
26086         (link-libc-tests-rpath-link): Likewise.
26087         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26088         (link-libc): Prepand $(link-libc-rpath-link).
26089         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26090         (test-program-prefix): New macro.
26091         (test-via-rtld-prefix): Likewise.
26092         (test-program-cmd): Likewise.
26093         (host-test-program-cmd): Likewise.
26094         * Makefile ($(common-objpfx)testrun.sh): Replace
26095         $(run-program-prefix) with $(test-program-prefix).
26096         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26097         $(rtld-LDFLAGS).
26098         ($(common-objpfx)shlib.lds): Likewise.
26099         (build-module-helper): Likewise.
26100         ($(common-objpfx)format.lds): Likewise.
26101         * Rules (binaries-pie-tests): New.
26102         (binaries-pie-notests): Likewise.
26103         (binaries-pie): Rewritten.
26104         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26105         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26106         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26107         (make-test-out): Replace $(host-built-program-cmd) with
26108         $(host-test-program-cmd).
26109         * config.make.in (build-hardcoded-path-in-tests): New variable.
26110         * configure.in (--enable-hardcoded-path-in-tests): New configure
26111         option.
26112         (hardcoded_path_in_tests): New AC_SUBST.
26113         * configure: Regenerated.
26114         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26115         $(built-program-cmd) with $(test-program-cmd).
26116         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26117         (test_program_cmd): This.
26118         * elf/Makefile ($(objpfx)order.out): Run test with
26119         $(test-program-prefix).
26120         ($(objpfx)order2.out): Likewise.
26121         ($(objpfx)tst-initorder.out): Likewise.
26122         ($(objpfx)tst-initorder2.out): Likewise.
26123         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26124         $(test-program-cmd).
26125         ($(objpfx)tst-array1-static.out): Likewise.
26126         ($(objpfx)tst-array2.out): Likewise.
26127         ($(objpfx)tst-array3.out): Likewise.
26128         ($(objpfx)tst-array4.out): Likewise.
26129         ($(objpfx)tst-array5.out): Likewise.
26130         ($(objpfx)tst-array5-static.out): Likewise.
26131         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26132         $(test-program-cmd).
26133         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26134         $(run-program-prefix) with $(test-program-prefix).
26135         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26136         (test_program_prefix): This.
26137         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26138         $(run-program-prefix) with $(test-program-prefix).
26139         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26140         (test_program_prefix): This.
26141         * iconvdata/tst-tables.sh: Likewise.
26142         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26143         $(run-program-prefix) with $(test-program-prefix).
26144         ($(objpfx)tst-translit.out): Likewise.
26145         ($(objpfx)tst-gettext2.out): Likewise.
26146         ($(objpfx)tst-gettext4.out): Likewise.
26147         ($(objpfx)tst-gettext6.out): Likewise.
26148         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26149         (test_program_prefix): This.
26150         * intl/tst-gettext2.sh: Likewise.
26151         * intl/tst-gettext4.sh  Likewise.
26152         * intl/tst-gettext6.sh: Likewise.
26153         * intl/tst-translit.sh: Likewise.
26154         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26155         with $(test-program-cmd).
26156         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26157         $(run-program-prefix) with $(test-program-prefix).
26158         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26159         (test_program_prefix): This.
26160         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26161         $(run-program-prefix) with $(test-program-prefix).
26162         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26163         (test_program_prefix): This.
26164         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26165         * posix/Makefile ($(objpfx)globtest.out): Replace
26166         $(run-via-rtld-prefix) and $(test-wrapper) with
26167         $(test-program-prefix) and $(test-via-rtld-prefix).
26168         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26169         $(test-program-prefix).
26170         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26171         $(host-test-program-cmd).
26172         (tst-spawn-ARGS): Likewise.
26173         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26174         $(test-program-prefix).
26175         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26176         (test_via_rtld_prefix): This.
26177         (test_wrapper): Renamed to ...
26178         (test_program_prefix): This.
26179         (run_program_prefix): Replaced by test_program_prefix.
26180         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26181         (test_program_prefix): This.
26182         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26183         with $(host-test-program-cmd).
26184         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26185         $(run-program-prefix) with $(test-program-prefix).
26186         ($(objpfx)tst-printf.out): Likewise.
26187         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26188         $(test-program-cmd).
26189         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26190         (test_program_prefix): This.
26191         * stdio-common/tst-unbputc.sh: Likewise.
26192         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26193         $(run-program-prefix) with $(test-program-prefix).
26194         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26195         (test_program_prefix): This.
26196         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26197         $(built-program-cmd) with $(test-program-cmd).
26198
26199 2013-01-11  Andreas Jaeger  <aj@suse.de>
26200
26201         [BZ #15003]
26202         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26203         value. Sync with Linux 3.7.
26204
26205 2013-01-10  David S. Miller  <davem@davemloft.net>
26206
26207         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26208         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26209         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26210
26211 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26212
26213         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26214         never set.
26215         * configure: Regenerated.
26216
26217 2013-01-10  David S. Miller  <davem@davemloft.net>
26218
26219         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26220         sparc V9 rather than using V8 code.
26221         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26222         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26223
26224 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26225
26226         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26227         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26228         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26229         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26230         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26231         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26232         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26233         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26234         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26235         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26236         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26237         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26238         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26239         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26240         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26241         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26242         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26243         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26244         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26245         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26246         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26247         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26248         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26249         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26250         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26251         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26252         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26253
26254 2013-01-10  David S. Miller  <davem@davemloft.net>
26255
26256         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26257
26258 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26259
26260         * posix/Makefile (tests-static): New variable.
26261         (tests): Add $(tests-static).
26262         (tst-exec-static-ARGS): New variable.
26263         (tst-spawn-static-ARGS): Likewise.
26264         * posix/tst-exec-static.c: New file.
26265         * posix/tst-spawn-static.c: Likewise.
26266         * posix/tst-exec.c: Support run directly.
26267         * posix/tst-spawn.c: Likewise.
26268
26269 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26270
26271         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26272         long.
26273         * math/bits/mathcalls.h (llrint): Likewise.
26274         (llround): Likewise.
26275         * stdlib/stdlib.h (struct drand48_data): Likewise.
26276         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26277         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26278         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26279         Likewise.
26280         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26281         Likewise.
26282         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26283         (elf_greg_t): Likewise.
26284         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26285         (__jmp_buf): Likewise.
26286         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26287         definitions.
26288         (llrint): Likewise, for all definitions.
26289         (llrintl): Likewise.
26290
26291         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26292         Remove [__GNUC__] condition.
26293         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26294         condition to just [__USE_ISOC99].
26295         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26296
26297 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26298
26299         [BZ #14200]
26300         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26301         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26302         defined.
26303         (_POSIX_V6_ILP32_OFF32): Likewise.
26304         (_XBS5_ILP32_OFF32): Likewise.
26305         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26306         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26307
26308 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26309
26310         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26311
26312         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26313         doubles __mpexp_twomm1.  Adjust usage.
26314         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26315         Remove.
26316
26317 2013-01-10  Andreas Schwab  <schwab@suse.de>
26318
26319         [BZ #14964]
26320         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26321         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26322
26323 2013-01-09  David S. Miller  <davem@davemloft.net>
26324
26325         [BZ #15003]
26326         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26327         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26328         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26329         (TCP_FASTOPEN): Define.
26330         (tcp_repair_opt): New structure.
26331         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26332         enum values.
26333         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26334         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26335         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26336         (tcp_cookie_transactions): New structure.
26337
26338 2013-01-09  Anton Blanchard  <anton@samba.org>
26339
26340         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26341         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26342         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26343         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26344
26345 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26346
26347         * include/features.h (__USE_ANSI): Remove.
26348
26349 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26350
26351         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26352
26353         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26354
26355 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26356
26357         * sysdeps/s390/fpu/libm-test-ulps: Update.
26358
26359         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26360
26361         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26362         (__acr): Likewise.
26363         (__cpy): Likewise.
26364         (norm): Likewise.
26365         (denorm): Likewise.
26366         (__mp_dbl): Likewise.
26367         (__dbl_mp): Likewise.
26368         (add_magnitudes): Likewise.
26369         (sub_magnitudes): Likewise.
26370         (__add): Likewise.
26371         (__sub): Likewise.
26372         (__mul): Likewise.
26373         (__inv): Likewise.
26374         (__dvd): Likewise.
26375         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26376         (__acr): Likewise.
26377         (__cpy): Likewise.
26378         (norm): Likewise.
26379         (denorm): Likewise.
26380         (__mp_dbl): Likewise.
26381         (__dbl_mp): Likewise.
26382         (add_magnitudes): Likewise.
26383         (sub_magnitudes): Likewise.
26384         (__add): Likewise.
26385         (__sub): Likewise.
26386         (__mul): Likewise.
26387         (__inv): Likewise.
26388         (__dvd): Likewise.
26389         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26390         (__acr): Likewise.
26391         (__cpy): Likewise.
26392         (norm): Likewise.
26393         (denorm): Likewise.
26394         (__mp_dbl): Likewise.
26395         (__dbl_mp): Likewise.
26396         (add_magnitudes): Likewise.
26397         (sub_magnitudes): Likewise.
26398         (__add): Likewise.
26399         (__sub): Likewise.
26400         (__mul): Likewise.
26401         (__inv): Likewise.
26402         (__dvd): Likewise.
26403
26404 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26405
26406         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26407         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26408         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26409         2 && __USE_EXTERN_INLINES]: Likewise.
26410
26411 2013-01-08  Andreas Jaeger  <aj@suse.de>
26412
26413         [BZ# 14985]
26414         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26415         Remove.
26416         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26417         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26418
26419 2013-01-07  Anton Blanchard  <anton@samba.org>
26420
26421         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26422         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26423         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26424         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26425         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26426         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26427         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26428         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26429         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26430         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26431         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26432         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26433         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26434         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26435         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26436         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26437         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26438         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26439         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26440         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26441         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26442         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26443         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26444         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26445         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26446         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26447         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26448         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26449         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26450         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26451         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26452         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26453         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26454         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26455         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26456         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26457         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26458         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26459         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26460         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26461         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26462         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26463         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26464
26465 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26466
26467         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26468         (__MALLOC_PMT): Likewise.
26469         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26470         [__GNUC__], only on [_LIBC].
26471         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26472         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26473         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26474         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26475         forward declaration.
26476         (realloc_hook_ini): Likewise.
26477         (memalign_hook_ini): Likewise.
26478         (__libc_memalign): Do not use __MALLOC_PMT in variable
26479         declaration.
26480         (__libc_valloc): Likewise.
26481         (__libc_pvalloc): Likewise.
26482         (__libc_calloc): Likewise.
26483         (__posix_memalign): Likewise.
26484
26485         [BZ #14996]
26486         * math/s_casinh.c: Include <float.h>.
26487         (__casinh): Do not do computation with squaring and square root
26488         for large arguments.
26489         * math/s_casinhf.c: Include <float.h>.
26490         (__casinhf): Do not do computation with squaring and square root
26491         for large arguments.
26492         * math/s_casinhl.c: Include <float.h>.
26493         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26494         (__casinhl): Do not do computation with squaring and square root
26495         for large arguments.
26496         * math/libm-test.inc (casin_test): Add more tests.
26497         (casinh_test): Likewise.
26498         * sysdeps/i386/fpu/libm-test-ulps: Update.
26499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26500
26501 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26502
26503         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26504         (__x86_64_raw_data_cache_size): Likewise.
26505         (__x86_64_data_cache_size_half): Likewise.
26506         (__x86_64_raw_data_cache_size_half): Likewise.
26507         (__x86_64_shared_cache_size): Likewise.
26508         (__x86_64_raw_shared_cache_size): Likewise.
26509         (__x86_64_shared_cache_size_half): Likewise.
26510         (__x86_64_raw_shared_cache_size_half): Likewise.
26511         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26512         to ...
26513         (__x86_data_cache_size): This.
26514         (__x86_64_raw_data_cache_size): Renamed to ...
26515         (__x86_raw_data_cache_size): This.
26516         (__x86_64_data_cache_size_half): Renamed to ...
26517         (__x86_data_cache_size_half): This.
26518         (__x86_64_raw_data_cache_size_half): Renamed to ...
26519         (__x86_raw_data_cache_size_half): This.
26520         (__x86_64_shared_cache_size): Renamed to ...
26521         (__x86_shared_cache_size): This.
26522         (__x86_64_raw_shared_cache_size): Renamed to ...
26523         (__x86_raw_shared_cache_size): This.
26524         (__x86_64_shared_cache_size_half): Renamed to ...
26525         (__x86_shared_cache_size_half): This.
26526         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26527         (__x86_raw_shared_cache_size_half): This.
26528         * sysdeps/x86_64/memcpy.S: Updated.
26529         * sysdeps/x86_64/memset.S: Likewise.
26530         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26531         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26532         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26533
26534 2013-01-04  David S. Miller  <davem@davemloft.net>
26535
26536         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26537
26538 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26539
26540         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26541         1 to avoid redefinition warning.
26542         (__USE_GNU): Don't define.
26543         (init_signaling_nan): Protoize.
26544
26545         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26546
26547 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26548
26549         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26550         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26551         (__cpymn): Likewise.
26552         (norm): Remove commented code.
26553         (denorm): Likewise.
26554         (__mp_dbl): Likewise.
26555         (__inv): Likewise.
26556         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26557         (__cpymn): Likewise.
26558         (norm): Remove commented code.
26559         (denorm): Likewise.
26560         (__mp_dbl): Likewise.
26561         (__inv): Likewise.
26562
26563         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26564         mp_no value for 1.0 and 2.0.
26565         (norm): Use RADIXI instead of radixi.d.
26566         (denorm): Likewise.
26567         (__mul): Use 0.0 instead of zero.d.
26568         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26569         mp_no value for 1.0 and 2.0.
26570         (norm): Use RADIXI instead of radixi.d.
26571         (denorm): Likewise.
26572         (__mul): Use 0.0 instead of zero.d.
26573
26574 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26575
26576         [BZ #14994]
26577         * math/s_casinh.c (__casinh): Reduce finite argument to first
26578         quadrant then set signs of results at the end.
26579         * math/s_casinhf.c (__casinhf): Likewise.
26580         * math/s_casinhl.c (__casinhl): Likewise.
26581         * math/libm-test.inc (casin_test): Add more tests.
26582         (casinh_test): Likewise.
26583         * sysdeps/i386/fpu/libm-test-ulps: Update.
26584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26585
26586 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26587
26588         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26589
26590         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26591
26592         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26593         declarations.
26594         (denorm): Likewise.
26595         (__mp_dbl): Likewise.
26596         (__inv): Likewise.
26597
26598         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26599         and adjust the header comment.
26600
26601         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26602         variable name from declaration.
26603
26604 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26605
26606         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26607         Initialize COMMON_CPUID_INDEX_7 element.
26608         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26609         (CPUID_RTM): Likewise.
26610         (HAS_RTM): Likewise.
26611         (COMMON_CPUID_INDEX_7): New enum.
26612
26613 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26614
26615         [BZ #14981]
26616         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26617         size is zero, record memory as freed.
26618
26619 2013-01-03  Andreas Jaeger  <aj@suse.de>
26620
26621         * po/ia.po: Add new Interlingua translation.
26622
26623 2012-01-03  Allan McRae  <allan@archlinux.org>
26624
26625         * locale/programs/localedef.c: Fix description of '--posix' flag.
26626
26627 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26628
26629         * NEWS: Update dates in second copyright notice.
26630         * README: Update copyright dates in example.
26631         * manual/libc.texinfo: Update copyright dates.
26632         * scripts/test-installation.pl: Update copyright date in --version
26633         output.
26634
26635         * hurd/ctty-input.c: Fix copyright notice formatting.
26636         * hurd/ctty-output.c: Likewise.
26637         * hurd/dtable.c: Likewise.
26638         * hurd/hurd-raise.c: Likewise.
26639         * hurd/hurdprio.c: Likewise.
26640         * hurd/msgportdemux.c: Likewise.
26641         * misc/sys/file.h: Likewise.
26642         * misc/sys/ioctl.h: Likewise.
26643         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26644         * sysdeps/mach/hurd/chdir.c: Likewise.
26645         * sysdeps/mach/hurd/fchdir.c: Likewise.
26646         * sysdeps/mach/hurd/rename.c: Likewise.
26647         * sysdeps/mach/hurd/rmdir.c: Likewise.
26648         * sysdeps/mach/hurd/seekdir.c: Likewise.
26649         * sysdeps/mach/hurd/setsid.c: Likewise.
26650         * sysdeps/posix/wait3.c: Likewise.
26651
26652         * All files with FSF copyright notices: Update copyright dates
26653         using scripts/update-copyrights.
26654         * intl/plural.c: Regenerated.
26655         * locale/programs/charmap-kw.h: Likewise.
26656         * locale/programs/locfile-kw.h: Likewise.
26657
26658 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26659
26660         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26661         four values.
26662
26663         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26664         calculation loop and add branch prediction.
26665
26666         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26667         check access beyond bounds of m1np.
26668
26669         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26670         MPTWO.
26671         (__inv): Remove local variable MPTWO to use the global
26672         constant.
26673         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26674         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26675         variable MPTWO.
26676         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26677         MP3HALFS static const.
26678
26679 2013-01-01  David S. Miller  <davem@davemloft.net>
26680
26681         * po/ca.po: Update from translation team.
26682
26683 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26684
26685         * scripts/update-copyrights: New file.
26686         * Makeconfig: Reformat copyright notice.
26687         * ctype/ctype.h: Likewise.
26688         * debug/swprintf_chk.c: Likewise.
26689         * elf/dl-cache.c: Likewise.
26690         * elf/dl-debug.c: Likewise.
26691         * elf/dl-object.c: Likewise.
26692         * grp/initgroups.c: Likewise.
26693         * hurd/Makefile: Likewise.
26694         * hurd/hurd/signal.h: Likewise.
26695         * hurd/hurdfault.c: Likewise.
26696         * hurd/hurdioctl.c: Likewise.
26697         * hurd/hurdlookup.c: Likewise.
26698         * hurd/intr-msg.c: Likewise.
26699         * iconv/gconv_open.c: Likewise.
26700         * libio/swprintf.c: Likewise.
26701         * locale/lc-ctype.c: Likewise.
26702         * locale/nl_langinfo.c: Likewise.
26703         * mach/Machrules: Likewise.
26704         * mach/Makefile: Likewise.
26705         * malloc/obstack.h: Likewise.
26706         * manual/Makefile: Likewise.
26707         * manual/tsort.awk: Likewise.
26708         * misc/bits/stab.def: Likewise.
26709         * nis/nis_print_group_entry.c: Likewise.
26710         * nis/nis_table.c: Likewise.
26711         * nis/nss_compat/compat-pwd.c: Likewise.
26712         * nis/nss_compat/compat-spwd.c: Likewise.
26713         * po/Makefile: Likewise.
26714         * posix/fnmatch.c: Likewise.
26715         * posix/regex.h: Likewise.
26716         * resolv/Makefile: Likewise.
26717         * resolv/nss_dns/dns-network.c: Likewise.
26718         * resolv/res_hconf.c: Likewise.
26719         * scripts/gen-sorted.awk: Likewise.
26720         * soft-fp/soft-fp.h: Likewise.
26721         * stdio-common/printf.h: Likewise.
26722         * stdlib/monetary.h: Likewise.
26723         * stdlib/random.c: Likewise.
26724         * stdlib/random_r.c: Likewise.
26725         * sysdeps/generic/Makefile: Likewise.
26726         * sysdeps/gnu/Makefile: Likewise.
26727         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26728         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26729         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26730         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26731         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26732         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26733         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26734         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26735         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26736         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26737         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26738         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26739         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26740         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26741         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26742         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26743         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26744         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26745         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26746         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26747         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26748         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26749         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26750         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26751         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26752         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26753         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26754         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26755         * sysdeps/mach/hurd/errnos.awk: Likewise.
26756         * sysdeps/mach/hurd/fork.c: Likewise.
26757         * sysdeps/mach/hurd/getcwd.c: Likewise.
26758         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26759         * sysdeps/mach/hurd/mmap.c: Likewise.
26760         * sysdeps/mach/hurd/utimes.c: Likewise.
26761         * sysdeps/mach/hurd/xmknod.c: Likewise.
26762         * sysdeps/posix/profil.c: Likewise.
26763         * sysdeps/posix/readdir_r.c: Likewise.
26764         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26765         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26766         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26767         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26768         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26769         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26770         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26771         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26772         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26773         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26774         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26775         * sysdeps/pthread/lio_listio.c: Likewise.
26776         * sysdeps/sparc/dl-procinfo.h: Likewise.
26777         * sysdeps/unix/i386/sysdep.S: Likewise.
26778         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26779         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26780         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26781         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26783         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26784         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26785         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26786         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26787         * sysdeps/wordsize-32/divdi3.c: Likewise.
26788         * time/sys/time.h: Likewise.
26789         * wcsmbs/Makefile: Likewise.
26790
26791 2013-01-01  David S. Miller  <davem@davemloft.net>
26792
26793         * po/fr.po: Update from translation team.
26794
26795         * catgets/gencat.c: Update copyright year.
26796         * csu/version.c: Likewise.
26797         * debug/catchsegv.sh: Likewise.
26798         * debug/pcprofiledump.c: Likewise.
26799         * debug/xtrace.sh: Likewise.
26800         * elf/ldconfig.c: Likewise.
26801         * elf/ldd.bash.in: Likewise.
26802         * elf/pldd.c: Likewise.
26803         * elf/sotruss.ksh: Likewise.
26804         * elf/sprof.c: Likewise.
26805         * iconv/iconv_prog.c: Likewise.
26806         * iconv/iconvconfig.c: Likewise.
26807         * locale/programs/locale.c: Likewise.
26808         * locale/programs/localedef.c: Likewise.
26809         * login/programs/pt_chown.c: Likewise.
26810         * malloc/memusage.sh: Likewise.
26811         * malloc/memusagestat.c: Likewise.
26812         * malloc/mtrace.pl: Likewise.
26813         * nscd/nscd.c: Likewise.
26814         * nss/getent.c: Likewise.
26815         * nss/makedb.c: Likewise.
26816         * posix/getconf.c: Likewise.
26817
26818 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26819
26820         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26821         numbers.
26822
26823 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26824
26825         * math/bits/mathcalls.h (modf): Use __nonnull.
26826
26827 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26828
26829         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26830         (split): Use macro CN instead of the bare value.
26831         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26832         could be used.
26833         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26834         instead of the bare value.
26835         (power1): Likewise.
26836
26837 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26838
26839         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26840         __ATAN_TWOM.
26841         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26842
26843         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26844         their values.
26845         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26846         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26847         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26848         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26849
26850 2012-12-28  Andreas Jaeger  <aj@suse.de>
26851
26852         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26853         values are from Linux 3.7.
26854
26855         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26856         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26857
26858 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26859
26860         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26861         TRUE case.
26862
26863         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26864         (norm): Likewise.
26865         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26866         variables with preprocessor constants.
26867         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26868         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26869         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26870
26871 2012-12-27  Bruno Haible  <bruno@clisp.org>
26872
26873         [BZ #14317]
26874         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26875         only if needed.
26876
26877 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26878
26879         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26880         and use variable directly.
26881         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26882
26883         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26884         MPONE.
26885         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26886         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26887         variable MPONE.
26888         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26889         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26890         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26891         include directive.  Remove local variable MPONE.
26892         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26893         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26894         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26895
26896 2012-12-25  David S. Miller  <davem@davemloft.net>
26897
26898         * version.h (RELEASE): Set to "development".
26899         (VERSION): Set to "2.17.90".
26900         * NEWS: Add 2.18 section.
26901
26902 2012-12-21  David S. Miller  <davem@davemloft.net>
26903
26904         * po/hr.po: Update from translation team.
26905
26906 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26907
26908         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26909
26910 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26911
26912         * NEWS:  Mention new memcpy for MIPS.
26913
26914 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26915
26916         * manual/contrib.texi (Contributors): Spelling correction.
26917
26918 2012-12-15  David S. Miller  <davem@davemloft.net>
26919
26920         * po/ru.po: Update from translation team.
26921
26922 2012-12-13  David S. Miller  <davem@davemloft.net>
26923
26924         * NEWS: Mention IFUNC testsuite enhancements.
26925
26926         * po/pl.po: Update from translation team.
26927         * po/bg.po: Likewise.
26928
26929         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26930         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26931
26932 2012-12-11  David S. Miller  <davem@davemloft.net>
26933
26934         * po/sv.po: Update from translation team.
26935
26936         * po/vi.po: Update from translation team.
26937
26938         * po/cs.po: Update from translation team.
26939
26940         * po/de.po: Update from translation team.
26941         * po/eo.po: Likewise.
26942         * po/nl.po: Likewise.
26943
26944 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26945
26946         [BZ #14246]
26947         * manual/argp.texi (Argp Helper Functions): Move node to follow
26948         Argp Parsing State.
26949
26950         [BZ #14872]
26951         * manual/conf.texi (Limits on File System Capacity): Mention if
26952         terminating null is included in the max size.
26953
26954 2012-12-10  Andreas Jaeger  <aj@suse.de>
26955
26956         * po/cs.po: Update from translation team.
26957
26958 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26959
26960         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
26961         void pointer and cast to uintptr_t.
26962         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
26963         path.
26964         * sysdeps/s390/s390-64/memcpy.S: Likewise.
26965         * sysdeps/s390/s390-64/memset.S: Likewise.
26966
26967 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
26968
26969         [BZ #14833]
26970         * menual/message.texi (Message Translation): Fix typos.
26971         (Helper programs for gettext): Likewise.
26972
26973 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
26974
26975         [BZ #14898]
26976         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
26977         Change to -1.
26978
26979 2012-12-07  David S. Miller  <davem@davemloft.net>
26980
26981         * po/libc.pot: Update.
26982
26983 2012-12-07  Richard Henderson  <rth@redhat.com>
26984
26985         [BZ #10114]
26986         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
26987         normal/normal case to before the switch.
26988         (_FP_DIV): Likewise.
26989
26990 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
26991             Mike Frysinger  <vapier@gentoo.org>
26992
26993         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
26994         check for __NR_fadvise64_64.
26995
26996 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
26997
26998         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
26999         0, not just to plain "0" as a statement.
27000         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27001         with cw.
27002
27003 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27004
27005         * NEWS: Use sourceware.org in Bugzilla URL.
27006
27007 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27008
27009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27010         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27011
27012         * stdio-common/tst-put-error.c (do_test): Add newline to the
27013         padded test to ensure flush.
27014
27015 2012-12-05  Jeff Law  <law@redhat.com>
27016
27017         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27018
27019 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27020
27021         * README: Don't refer to ports add-on as distributed separately.
27022         Mention AArch64 in list of systems supported in the ports add-on.
27023
27024         * LICENSES: Add more non-FSF copyright and license notices.
27025
27026         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27027         ((unused)).
27028
27029         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27030
27031         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27032         10000 as width of padded output.
27033
27034 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27035
27036         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27037
27038         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27039         variable LX with __attribute__ ((unused)).
27040         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27041         Likewise.
27042         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27043         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27044         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27045         with __attribute__ ((unused)).
27046
27047 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27048
27049         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27050
27051 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27052
27053         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27054         (CFLAGS-nldbl-acos.c): New variable.
27055         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27056         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27057         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27058         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27059         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27060         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27061         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27062         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27063         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27064         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27065         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27066         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27067         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27068         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27069         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27070         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27071         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27072         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27073         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27074         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27075         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27076         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27077         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27078         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27079         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27080         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27081         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27082         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27083         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27084         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27085         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27086         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27087         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27088         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27089         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27090         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27091         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27092         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27093         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27094         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27095         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27096         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27097         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27098         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27099         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27100         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27101         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27102         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27103         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27104         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27105         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27106         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27107         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27108         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27109         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27110         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27111         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27112         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27113         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27114         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27115         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27116         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27117         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27118         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27119         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27120         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27121         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27122         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27123         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27124         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27125         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27126         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27127         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27128         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27129         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27130         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27131         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27132         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27133         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27134         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27135         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27136         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27137         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27138         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27139         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27140         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27141         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27142         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27143         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27144         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27145         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27146         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27147         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27148         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27149         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27150         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27151         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27152
27153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27154         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27155
27156         [BZ #14914]
27157         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27158         whole low double instead of just low 47 bits when splitting values
27159         into two parts.
27160
27161 2012-12-03  Allan McRae  <allan@archlinux.org>
27162
27163         * manual/stdio.texi (Predefined Printf Handlers): Remove
27164         @hsep and @vsep usage.
27165
27166 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27167
27168         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27169         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27170
27171 2012-12-03  Jeff Law  <law@redhat.com>
27172
27173         * time/sys/time.h (settimeofday): Do not mark TV argument
27174         as __nonnull.
27175
27176 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27177
27178         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27179         when currently writing and seek to current position when not.
27180         * libio/Makefile (tests): Remove bug-fclose1.
27181         * libio/bug-fclose1.c: Delete.
27182
27183 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27184
27185         * manual/arith.texi (feenableexcept): Fix typo.
27186         (fedisableexcept): Likewise.
27187
27188 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27189
27190         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27191         second, differently-typed declaration, rather than a cast.
27192
27193 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27194
27195         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27196         * include/rpc/svc.h: ... here.
27197
27198 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27199
27200         [BZ #13013]
27201         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27202         depending n and resplen2 to catch cases where answer
27203         equals answerp2.
27204
27205 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27206
27207         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27208         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27209
27210 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27211
27212         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27213
27214 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27215
27216         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27217
27218 2012-11-28  Jeff Law  <law@redhat.com>
27219
27220         [BZ #13761]
27221         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27222         dataset_temporary.  Track alloca usage into alloca_used.
27223         If dataset is large allocate and release it via malloc/free.
27224
27225 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27226
27227         [BZ #14197]
27228         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27229
27230 2012-11-28  David S. Miller  <davem@davemloft.net>
27231
27232         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27233
27234 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27235
27236         [BZ #14803]
27237         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27238         of pi/2 rounded to nearest to 64 bits.
27239         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27240         nearest to 64 bits.
27241         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27242         bits.
27243
27244 2012-11-28  Jeff Law <law@redhat.com>
27245             Martin Osvald <mosvald@redhat.com>
27246
27247         [BZ #14889]
27248         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27249         * sunrpc/svc.c: Include time.h.
27250         (__svc_accept_failed): New function.
27251         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27252         any reason other than EINTR, call __svc_accept_failed.
27253         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27254         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27255
27256 2012-11-28  Andreas Schwab  <schwab@suse.de>
27257
27258         * scripts/abilist.awk: Also handle indirect functions in .opd
27259         section.
27260
27261 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27262
27263         [BZ #13881]
27264         * sysdeps/x86/fpu/powl_helper.c: New file.
27265         * sysdeps/x86/fpu/Makefile: Likewise.
27266         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27267         (p3): New object.
27268         (__ieee754_powl): Use __powl_helper for finite arguments except
27269         integer exponents below 8.
27270         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27271         (p3): New object.
27272         (__ieee754_powl): Use __powl_helper for finite arguments except
27273         integer exponents below 8.
27274         * math/libm-test.inc (pow_test): Add more tests and enable some
27275         previously disabled tests.
27276         * sysdeps/i386/fpu/libm-test-ulps: Update.
27277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27278
27279 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27280             Carlos O'Donell  <carlos_odonell@mentor.com>
27281
27282         * nss/makedb.c (is_prime): Assert that input is odd and greater
27283         than 4.  Note that fact in a comment too.
27284         (next_prime): Add 4 to input.
27285
27286 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27287
27288         [BZ #11741]
27289         * libio/Makefile (tests): Add test case tst-fwrite-error.
27290         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27291         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27292         * libio/tst-fwrite-error.c: New test case.
27293
27294 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27295
27296         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27297         before casting to void *.
27298         * include/libc-internal.h (__pointer_type): New macro.
27299         (__integer_if_pointer_type_sub): Likewise.
27300         (__integer_if_pointer_type): Likewise.
27301         (cast_to_integer): Likewise.
27302         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27303         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27304         before casting to atomic64_t.
27305         (atomic_exchange_acq): Likewise.
27306         (__arch_exchange_and_add_body): Likewise.
27307         (__arch_add_body): Likewise.
27308         (atomic_add_negative): Likewise.
27309         (atomic_add_zero): Likewise.
27310
27311 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27312
27313         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27314         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27315         (add_fdes): Likewise.
27316         (linear_search_fdes): Likewise.
27317         (binary_search_unencoded_fdes): Likewise.
27318
27319 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27320
27321         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27322
27323 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27324
27325         * configure.in: Autodetect C++ header directories.
27326         * configure: Regenerated.
27327
27328 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27329
27330         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27331
27332 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27333
27334         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27335
27336 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27337
27338         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27339         LDBL_MANT_DIG == 106]: Disable some tests.
27340         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27341         Likewise.
27342         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27343         Likewise.
27344
27345         [BZ #14871]
27346         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27347         input for small inputs.  Return +/- pi/2 for large inputs.
27348         * math/libm-test.inc (atan_test): Add more tests.
27349
27350         * sysdeps/generic/unwind-dw2-fde-glibc.c
27351         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27352         __attribute__ ((unused)).
27353
27354         [BZ #14645]
27355         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27356         x * y if x and y are nonzero and z is zero.
27357
27358         [BZ #14811]
27359         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27360         nonzero exponents with absolute value below 0x1p-117 to +/-
27361         0x1p-117.
27362
27363         [BZ #14869]
27364         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27365         up arguments below 2**-450, not just those below 2**-500.
27366         * math/libm-test.inc (hypot_test): Add another test.
27367
27368         [BZ #14868]
27369         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27370         Return a+b for ratio over 2**120, not 2**60.
27371         * math/libm-test.inc (hypot_test): Add another test.
27372
27373         * math/libm-test.inc (clog_test): Use
27374         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27375         (clog10_test): Likewise.
27376
27377         [BZ #6778]
27378         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27379
27380 2012-11-22  Andreas Schwab  <schwab@suse.de>
27381
27382         * sysdeps/i386/fpu/libm-test-ulps: Update.
27383
27384 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27385
27386         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27387         printf output with newline.
27388
27389 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27390
27391         [BZ #14865]
27392         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27393         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27394         -z nodlopen, -z initfirst and -z execstack support.
27395         * configure: Regenerated.
27396
27397         * elf/elf.h (DF_1_NODIRECT): New macro.
27398         (DF_1_IGNMULDEF): Likewise.
27399         (DF_1_NOKSYMS): Likewise.
27400         (DF_1_NOHDR): Likewise.
27401         (DF_1_EDITED): Likewise.
27402         (DF_1_NORELOC): Likewise.
27403         (DF_1_SYMINTPOSE): Likewise.
27404         (DF_1_GLOBAUDIT): Likewise.
27405         (DF_1_SINGLETON): Likewise.
27406         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27407         DT_1_SUPPORTED_MASK bits.
27408         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27409
27410 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27411
27412         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27413
27414 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27415
27416         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27417         macro.
27418
27419         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27420         (sendmmsg): Move declarations...
27421         * socket/sys/socket.h: ... here.
27422         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27423         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27424         include it from...
27425         * socket/recvmmsg.c: ... this new file.
27426         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27427         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27428         definition of __sendmmsg hidden.
27429         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27430         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27431         Move ENOSYS stub into and include it from...
27432         * socket/sendmmsg.c: ... this new file.
27433         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27434         (sysdep_routines): Move recvmmsg and sendmmsg...
27435         * socket/Makefile (routines): ... here.
27436         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27437         (GLIBC_PRIVATE): Add __sendmmsg.
27438         * include/sys/socket.h (__sendmmsg): Add declarations.
27439         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27440         sendmmsg.
27441
27442 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27443
27444         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27445         variable I1 with __attribute__ ((unused)).
27446         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27447
27448 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27449
27450         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27451         DUMMY variables with __attribute__ ((unused)).
27452
27453         * bits/byteswap.h: Include <bits/types.h>.
27454         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27455
27456 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27457
27458         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27459         string_t.  Do not manually set errno.
27460         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27461         length with __strnlen.  Make sure to both set errno and return it on
27462         failure.
27463
27464 2012-11-19  David S. Miller  <davem@davemloft.net>
27465
27466         With help from Joseph Myers.
27467         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27468         very large arguments properly.
27469         * math/libm-test.inc (atan_test): New tests.
27470         (atan2_test): New tests.
27471         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27472         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27473
27474 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27475
27476         [BZ #14856]
27477         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27478         Define to 3.
27479
27480         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27481         [POSIX] (EADDRNOTAVAIL): Likewise.
27482         [POSIX] (EAFNOSUPPORT): Likewise.
27483         [POSIX] (EALREADY): Likewise.
27484         [POSIX] (ECONNABORTED): Likewise.
27485         [POSIX] (ECONNREFUSED): Likewise.
27486         [POSIX] (ECONNRESET): Likewise.
27487         [POSIX] (EDESTADDRREQ): Likewise.
27488         [POSIX] (EDQUOT): Likewise.
27489         [POSIX] (EHOSTUNREACH): Likewise.
27490         [POSIX] (EIDRM): Likewise.
27491         [POSIX] (EISCONN): Likewise.
27492         [POSIX] (ELOOP): Likewise.
27493         [POSIX] (EMULTIHOP): Likewise.
27494         [POSIX] (ENETDOWN): Likewise.
27495         [POSIX] (ENETUNREACH): Likewise.
27496         [POSIX] (ENOBUFS): Likewise.
27497         [POSIX] (ENODATA): Likewise.
27498         [POSIX] (ENOLINK): Likewise.
27499         [POSIX] (ENOMSG): Likewise.
27500         [POSIX] (ENOPROTOOPT): Likewise.
27501         [POSIX] (ENOSR): Likewise.
27502         [POSIX] (ENOSTR): Likewise.
27503         [POSIX] (ENOTCONN): Likewise.
27504         [POSIX] (ENOTSOCK): Likewise.
27505         [POSIX] (EOPNOTSUPP): Likewise.
27506         [POSIX] (EOVERFLOW): Likewise.
27507         [POSIX] (EPROTO): Likewise.
27508         [POSIX] (EPROTONOSUPPORT): Likewise.
27509         [POSIX] (EPROTOTYPE): Likewise.
27510         [POSIX] (ESTALE): Likewise.
27511         [POSIX] (ETIME): Likewise.
27512         [POSIX] (ETXTBSY): Likewise.
27513         [POSIX] (EWOULDBLOCK): Likewise.
27514         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27515         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27516         [POSIX] (SEEK_CUR): Likewise.
27517         [POSIX] (SEEK_END): Likewise.
27518         [POSIX || UNIX98] (mode_t): Do not require.
27519         [POSIX] (off_t): Likewise.
27520         [POSIX] (pid_t): Likewise.
27521         [POSIX] (sys/stat.h): Do not allow header.
27522         [POSIX] (unistd.h): Likewise.
27523         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27524         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27525         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27526         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27527         require.
27528         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27529         sigevent): Specify elements.
27530         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27531         entry.
27532         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27533         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27534
27535         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27536         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27537         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27538         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27539         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27540         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27541         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27542         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27543         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27544         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27545         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27546         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27547         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27548         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27549         Likewise.
27550         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27551         Likewise.
27552         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27553         Likewise.
27554         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27555         Likewise.
27556         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27557         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27558         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27559         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27560         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27561         Specify lower bound on value.
27562         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27563         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27564         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27565         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27566         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27567         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27568         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27569         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27570         value.
27571         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27572         as optional.
27573         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27574         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27575         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27576         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27577         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27578         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27579         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27580         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27581         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27582         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27583         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27584         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27585         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27586         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27587         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27588         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27589         entry.
27590         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27591         optional.
27592         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27593         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27594         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27595         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27596         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27597         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27598         Likewise.
27599         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27600         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27601         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27602         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27603         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27604         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27605         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27606         as optional.
27607         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27608         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27609         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27610         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27611         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27612         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27613         specify as optional.
27614         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27615         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27616         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27617         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27618         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27619         [XPG3] (NL_LANGMAX): Likewise.
27620         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27621         [POSIX || XPG3] (NL_NMAX): Likewise.
27622         [POSIX || XPG3] (NL_SETMAX): Likewise.
27623         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27624         [XPG3] (NZERO): Likewise.
27625         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27626         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27627         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27628         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27629         (REG_ERANGE): Expect.
27630         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27631         optional-constant.
27632         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27633         Use (void) in prototype.
27634         [POSIX] (*_t): Allow.
27635         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27636         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27637         (WRDE_BADVAL): Expect.
27638
27639         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27640         expect.
27641         [XPG3 || XPG4] (O_RSYNC): Likewise.
27642         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27643         Likewise.
27644         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27645         [XPG3 || XPG4] (sigqueue): Likewise.
27646         [XPG3 || XPG4] (sigtimedwait): Likewise.
27647         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27648         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27649         [XPG3 || XPG4] (vsnprintf): Likewise.
27650         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27651         Likewise.
27652         [XPG3 || XPG4] (blksize_t): Likewise.
27653         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27654         Likewise.
27655         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27656         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27657         [XPG3 || XPG4] (struct itimerspec): Likewise.
27658         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27659         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27660         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27661         [XPG3 || XPG4] (clockid_t): Likewise.
27662         [XPG3 || XPG4] (timer_t): Likewise.
27663         [XPG3 || XPG4] (clock_getres): Likewise.
27664         [XPG3 || XPG4] (clock_gettime): Likewise.
27665         [XPG3 || XPG4] (clock_settime): Likewise.
27666         [XPG3 || XPG4] (nanosleep): Likewise.
27667         [XPG3 || XPG4] (timer_create): Likewise.
27668         [XPG3 || XPG4] (timer_delete): Likewise.
27669         [XPG3 || XPG4] (timer_gettime): Likewise.
27670         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27671         [XPG3 || XPG4] (timer_settime): Likewise.
27672         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27673         [XPG3 || XPG4] (getlogin_r): Likewise.
27674         [XPG3 || XPG4] (pread): Likewise.
27675         [XPG3 || XPG4] (pthread_atfork): Likewise.
27676         [XPG3 || XPG4] (pwrite): Likewise.
27677
27678         [BZ #14835]
27679         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27680         <bits/siginfo.h>.
27681
27682 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27683
27684         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27685         finalizing MALLSTREAM.
27686
27687         * sysdeps/mach/hurd/syncfs.c: New file.
27688
27689 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27690
27691         [BZ #14719]
27692         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27693         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27694         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27695         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27696         (_nss_dns_gethostbyname4_r): Likewise.
27697         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27698         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27699
27700 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27701
27702         [BZ #13763]
27703         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27704
27705 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27706
27707         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27708         * elf/cache.c (print_entry): Print ",AArch64" for
27709         FLAG_AARCH64_LIB64
27710
27711         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27712         * elf/cache.c (print_entry): Print ",hard-float" for
27713         FLAG_ARM_LIBHF.
27714
27715 2012-11-18  David S. Miller  <davem@davemloft.net>
27716
27717         With help from Joseph Myers.
27718         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27719         cutoff to 2**-13.
27720         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27721         cutoff to 2**-25.
27722         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27723         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27724         small.
27725         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27726         * math/libm-test.inc (y0_test): New tests.
27727         (y1_test): New tests.
27728         * sysdeps/i386/fpu/libm-test-ulps: Update.
27729         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27730         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27731
27732 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27733
27734         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27735         64-bit targets.
27736         * configure: Regenerated.
27737
27738 2012-11-17  David S. Miller  <davem@davemloft.net>
27739
27740         [BZ #14811]
27741         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27742         nonzero exponents with absolute value below 0x1p-128 to +/-
27743         0x1p-128.
27744
27745 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27746
27747         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27748
27749         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27750
27751         * posix/getconf-speclist.c: New file.
27752         * posix/posix-envs.def: Likewise.
27753         * posix/confstr.c (START_ENV_GROUP): New macro.
27754         (END_ENV_GROUP): Likewise.
27755         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27756         (KNOWN_PRESENT_ENV_STRING): Likewise.
27757         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27758         (UNKNOWN_ENVIRONMENT): Likewise.
27759         (confstr): Include posix-envs.def instead of handling
27760         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27761         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27762         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27763         (END_ENV_GROUP): Likewise.
27764         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27765         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27766         (UNKNOWN_ENVIRONMENT): Likewise.
27767         (__sysconf): Include posix-envs.def instead of handling associated
27768         cases directly here.
27769         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27770         preprocessing getconf-speclist.c rather than running getconf or
27771         generating empty file.
27772
27773 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27774
27775         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27776
27777 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27778
27779         [BZ #14672]
27780         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27781
27782 2012-11-16  David S. Miller  <davem@davemloft.net>
27783
27784         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27785         smaller than LDBL_EPSILON/2.0L, just return xm1.
27786
27787 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27788
27789         * elf/tst-array1.c (init): Set constructor priority to 1000.
27790         (fini): Set destructor priority to 1000.
27791         * elf/tst-array2dep.c: Likewise.
27792
27793 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27794
27795         [BZ #11741]
27796         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27797         (_IO_new_file_xsputn): Also return EOF if none of the input
27798         data was written when overflow failed.
27799         * libio/iopadn.c (_IO_padn): Likewise.
27800         * libio/iowpadn.c (_IO_wpadn): Likewise.
27801         * stdio-common/tst-put-error.c: Add copyright notice.
27802         (do_test): Add case for printing padded string.
27803         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27804         _IO_padn returned error.
27805         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27806         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27807         return EOF.
27808
27809 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27810
27811         * libio/libioP.h: Add comment note that the references to C++
27812         bits are now obsolete.
27813
27814 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27815
27816         * math/libm-test.inc (check_complex): Use asprintf.
27817
27818 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27819
27820         * debug/pcprofiledump.c (print_version): Update copyright year.
27821         * malloc/memusagestat.c (print_version): Likewise.
27822
27823 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27824
27825         [BZ #14831]
27826         * elf/Makefile (tests): Add tst-audit8.
27827         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27828         ($(objpfx)tst-audit8.out): New target.
27829         (tst-audit8-ENV): New variable.
27830         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27831         audit if l_reloc_result is NULL.
27832         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27833         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27834         * elf/tst-audit8.c: New file.
27835
27836 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27837
27838         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27839         * misc/Makefile (CFLAGS-select.c): Define.
27840         * posix/Makefile (CFLAGS-pause.c): Define.
27841
27842 2012-11-13  David S. Miller  <davem@davemloft.net>
27843
27844         * crypt/Makefile: Move test targets after toplevel Rules
27845         inclusion.  Grab any necessary sysdep routines when linking.
27846         * crypt/md5.c (md5_process_block): Remove define, we will always
27847         name it __md5_process_block.
27848         (md5_finish_ctx): Update md5_process_block call.
27849         (md5_stream): Likewise.
27850         (md5_process_bytes): Likewise.
27851         (md5_process_block): Rename to __md5_process_block and move to ...
27852         * crypt/md5-block.c: ... here.
27853         * crypt/sha256.c (sha256_process_block): Move to ...
27854         * crypt/sha256-block.c: ... here.
27855         * crypt/sha512.c (sha512_process_block): Move to ...
27856         * crypt/sha512-block.c: ... here.
27857         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27858         path.
27859         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27860         * sysdeps/sparc/sparc64/multiarch/Makefile
27861         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27862         crypt subdir.
27863         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27864         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27865         multiarch changes.
27866         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27867         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27868         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27869         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27870         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27871         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27872         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27873         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27874         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27875         file.
27876         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27877         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27878         file.
27879         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27880
27881 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27882
27883         * timezone/tzselect.ksh: Update from tzcode git revision
27884         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27885         * timezone/zdump.c: Likewise.
27886         * timezone/zic.c: Likewise.
27887         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27888         in TZVERSION setting, not $(PKGVERSION).
27889         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27890         REPORT_BUGS_TO settings.
27891
27892         [BZ #14838]
27893         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27894         macro.
27895
27896 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27897
27898         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27899         detection to immediately after _FP_ROUND().
27900         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27901         bits are 0.
27902
27903 2012-11-11  David S. Miller  <davem@davemloft.net>
27904
27905         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27906         inttypes.h
27907         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27908         __close rather than their public counterparts.
27909
27910 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27911
27912         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27913         file.
27914         [UNIX98] (sem_timedwait): Do not expect.
27915         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27916         [XPG4 || UNIX98] (sockatmark): Do not expect.
27917         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27918         (clock_getcpuclockid): Do not expect.
27919         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27920         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27921         Do not expect.
27922         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27923         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27924         [UNIX98] (vwscanf): Likewise.
27925         [UNIX98] (vswscanf): Likewise.
27926
27927 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27928
27929         * timezone/version.h: Remove file.
27930         * timezone/README: Do not refer to version.h.
27931         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27932         $(objpfx)version.h.
27933         ($(objpfx)zdump.o): Likewise.
27934         ($(objpfx)version.h): New target.
27935
27936         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27937         2012i.
27938         * timezone/README: Don't mention modification to tzselect.ksh.
27939         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27940         work on unmodified tzselect.ksh.  Substitute version numbers in
27941         tzselect.ksh.
27942
27943         * Makefile (format-me): Remove.
27944         (INSTALL): Adjust indentation.  Use commands directly instead of
27945         using $(format-me).
27946
27947         * aclocal.m4 (ACX_PKGVERSION): New macro.
27948         (ACX_BUGURL): Likewise.
27949         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27950         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27951         (REPORT_BUGS_TO): Likewise.
27952         * configure: Regenerated.
27953         * config.h.in (PKGVERSION): New macro.
27954         (REPORT_BUGS_TO): Likewise.
27955         * config.make.in (PKGVERSION): New variable.
27956         (PKGVERSION_TEXI): Likewise.
27957         (REPORT_BUGS_TO): Likewise.
27958         (REPORT_BUGS_TEXI): Likewise.
27959         * Makefile (format-me): Use -I$(common-objpfx)manual.
27960         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
27961         ($(common-objpfx)manual/%): New target.
27962         (manual/%): Remove target.
27963         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
27964         (print_version): Use PKGVERSION.
27965         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
27966         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
27967         and REPORT_BUGS_TO.
27968         ($(objpfx)xtrace): Likewise.
27969         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
27970         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
27971         (print_version): Use PKGVERSION.
27972         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
27973         (do_version): Use PKGVERSION.
27974         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
27975         REPORT_BUGS_TO.
27976         (common-ldd-rewrite): Likewise.
27977         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
27978         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
27979         (print_version): Use PKGVERSION.
27980         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
27981         * elf/pldd.c (argp_program_bug_address): Remove variable.
27982         (more_help): New function.
27983         (argp): Use more_help.
27984         (print_version): Use PKGVERSION.
27985         * elf/sln.c (main): Use PKGVERSION.
27986         (usage): Use REPORT_BUGS_TO.
27987         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
27988         (top level): Use PKGVERSION.
27989         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
27990         (print_version): Use PKGVERSION.
27991         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
27992         (print_version): Use PKGVERSION.
27993         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
27994         (print_version): Use PKGVERSION.
27995         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
27996         (print_version): Use PKGVERSION.
27997         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
27998         (print_version): Use PKGVERSION.
27999         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28000         (print_version): Use PKGVERSION.
28001         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28002         and BUGURL.
28003         ($(objpfx)memusage): Likewise.
28004         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28005         (do_version): Use PKGVERSION.
28006         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28007         (print_version): Use PKGVERSION.
28008         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28009         ($PKGVERSION): New variable.
28010         ($REPORT_BUGS_TO): Likewise.
28011         (usage): Use $REPORT_BUGS_TO.
28012         (top level): Use $PKGVERSION.
28013         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28014         ($(objpfx)pkgvers.texi): New rule.
28015         ($(objpfx)stamp-pkgvers): Likewise.
28016         * manual/install.texi: Include pkgvers.texi.
28017         (--with-pkgversion): Document new configure option.
28018         (--with-bugurl): Likewise.
28019         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28020         than necessarily for this particular distribution.  Use
28021         REPORT_BUGS_TO for where to report bugs.
28022         * INSTALL: Regenerated.
28023         * manual/libc.texinfo: Include pkgvers.texi.
28024         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28025         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28026         (print_version): Use PKGVERSION.
28027         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28028         (print_version): Use PKGVERSION.
28029         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28030         (print_version): Use PKGVERSION.
28031         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28032         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28033         macro.
28034         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28035         (print_version): Use PKGVERSION.
28036         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28037         (print_version): Use PKGVERSION.
28038         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28039         and PKGVERSION.
28040
28041         * timezone/checktab.awk: Update from tzcode 2012i.
28042         * timezone/ialloc.c: Likewise.
28043         * timezone/private.h: Likewise.
28044         * timezone/scheck.c: Likewise.
28045         * timezone/tzfile.h: Likewise.
28046         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28047         (TZVERSION): Hardcode tzcode version number.
28048         * timezone/zdump.c: Update from tzcode 2012i.
28049         * timezone/zic.c: Likewise.
28050         * timezone/version.h: New file.
28051         * timezone/README: Describe version.h.  Update upstream location.
28052
28053         [BZ #14824]
28054         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28055         (mktemp): Enable declaration.
28056         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28057         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28058         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28059         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28060         Likewise.
28061         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28062         Likewise.
28063         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28064         Likewise.
28065         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28066         Likewise.
28067         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28068         Likewise.
28069         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28070         Likewise.
28071
28072         [BZ #14821]
28073         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28074         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28075         for copies of such integer values.
28076         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28077         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28078
28079 2012-11-09  Andreas Jaeger  <aj@suse.de>
28080
28081         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28082         definitions and declarations that are provided by
28083         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28084
28085 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28086
28087         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28088         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28089         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28090         definition.
28091
28092 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28093
28094         * elf/elf.h: Update comment before AArch64 relocations.
28095
28096 2012-11-07  David S. Miller  <davem@davemloft.net>
28097
28098         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28099         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28100         (__start_context): Declare.
28101         (__makecontext_ret): Delete.
28102         (__makecontext): Hook up __start_context instead of
28103         __makecontext_ret.
28104         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28105         (sysdep_routines): Add __start_context when in stdlib.
28106
28107 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28108
28109         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28110         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28111         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28112         hardcoded "nm".
28113         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28114         (READELF): New variable.  Use it instead of hardcoded "readelf".
28115
28116 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28117
28118         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28119         * sysdeps/x86/Makefile: Here.
28120         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28121         * sysdeps/x86/tst-xmmymm.sh: This.
28122
28123 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28124
28125         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28126         expectations.
28127         [UNIX98] (pthread_barrier_t): Do not expect.
28128         [UNIX98] (pthread_barrierattr_t): Likewise.
28129         [UNIX98] (pthread_spinlock_t): Likewise.
28130         [UNIX98] (pthread_barrier_destroy): Likewise.
28131         [UNIX98] (pthread_barrier_init): Likewise.
28132         [UNIX98] (pthread_barrier_wait): Likewise.
28133         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28134         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28135         [UNIX98] (pthread_barrierattr_init): Likewise.
28136         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28137         [UNIX98] (pthread_getcpuclockid): Likewise.
28138         [UNIX98] (pthread_mutex_timedlock): Likewise.
28139         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28140         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28141         [UNIX98] (pthread_sigmask): Likewise.
28142         [UNIX98] (pthread_spin_destroy): Likewise.
28143         [UNIX98] (pthread_spin_init): Likewise.
28144         [UNIX98] (pthread_spin_lock): Likewise.
28145         [UNIX98] (pthread_spin_trylock): Likewise.
28146         [UNIX98] (pthread_spin_unlock): Likewise.
28147         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28148         Do not expect.
28149         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28150         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28151         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28152         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28153         [XPG3 || XPG4] (pthread_key_t): Likewise.
28154         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28155         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28156         [XPG3 || XPG4] (pthread_once_t): Likewise.
28157         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28158         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28159         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28160         [XPG3 || XPG4] (pthread_t): Likewise.
28161
28162         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28163         not expect.
28164         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28165
28166         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28167         Change function return type to int.
28168
28169         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28170         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28171         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28172         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28173         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28174         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28175         [!POSIX] (posix_madvise): Likewise.
28176         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28177         && !UNIX98].
28178         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28179         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28180         (mode_t): Likewise.
28181         (posix_mem_offset): Likewise.
28182         (posix_typed_mem_get_info): Likewise.
28183         (posix_typed_mem_open): Likewise.
28184
28185         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28186         Change condition to [XOPEN2K8].
28187
28188         * conform/conformtest.pl: Preprocess allow-header data with -x c
28189         instead of from stdin.
28190         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28191         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28192         [C99-based standards] (cerfc): Likewise.
28193         [C99-based standards] (cexp2): Likewise.
28194         [C99-based standards] (cexpm1): Likewise.
28195         [C99-based standards] (clog10): Likewise.
28196         [C99-based standards] (clog1p): Likewise.
28197         [C99-based standards] (clog2): Likewise.
28198         [C99-based standards] (clgamma): Likewise.
28199         [C99-based standards] (ctgamma): Likewise.
28200         [C99-based standards] (cerff): Likewise.
28201         [C99-based standards] (cerfcf): Likewise.
28202         [C99-based standards] (cexp2f): Likewise.
28203         [C99-based standards] (cexpm1f): Likewise.
28204         [C99-based standards] (clog10f): Likewise.
28205         [C99-based standards] (clog1pf): Likewise.
28206         [C99-based standards] (clog2f): Likewise.
28207         [C99-based standards] (clgammaf): Likewise.
28208         [C99-based standards] (ctgammaf): Likewise.
28209         [C99-based standards] (cerfl): Likewise.
28210         [C99-based standards] (cerfcl): Likewise.
28211         [C99-based standards] (cexp2l): Likewise.
28212         [C99-based standards] (cexpm1l): Likewise.
28213         [C99-based standards] (clog10l): Likewise.
28214         [C99-based standards] (clog1pl): Likewise.
28215         [C99-based standards] (clog2l): Likewise.
28216         [C99-based standards] (clgammal): Likewise.
28217         [C99-based standards] (ctgammal): Likewise.
28218         * conform/data/inttypes.h-data [C99-based standards]: Include
28219         stdint.h-data.  Remove all expectations for stdint.h contents.
28220         [C99-based standards] (PRI*): Do not allow.
28221         [C99-based standards] (SCN*): Likewise.
28222         [C99-based standards] (*_t): Likewise.
28223         [C99-based-standards] (PRId8): Expect macro.
28224         [C99-based-standards] (PRIi8): Likewise.
28225         [C99-based-standards] (PRIo8): Likewise.
28226         [C99-based-standards] (PRIu8): Likewise.
28227         [C99-based-standards] (PRIx8): Likewise.
28228         [C99-based-standards] (PRIX8): Likewise.
28229         [C99-based-standards] (SCNd8): Likewise.
28230         [C99-based-standards] (SCNi8): Likewise.
28231         [C99-based-standards] (SCNo8): Likewise.
28232         [C99-based-standards] (SCNu8): Likewise.
28233         [C99-based-standards] (SCNx8): Likewise.
28234         [C99-based-standards] (PRIdLEAST8): Likewise.
28235         [C99-based-standards] (PRIiLEAST8): Likewise.
28236         [C99-based-standards] (PRIoLEAST8): Likewise.
28237         [C99-based-standards] (PRIuLEAST8): Likewise.
28238         [C99-based-standards] (PRIxLEAST8): Likewise.
28239         [C99-based-standards] (PRIXLEAST8): Likewise.
28240         [C99-based-standards] (SCNdLEAST8): Likewise.
28241         [C99-based-standards] (SCNiLEAST8): Likewise.
28242         [C99-based-standards] (SCNoLEAST8): Likewise.
28243         [C99-based-standards] (SCNuLEAST8): Likewise.
28244         [C99-based-standards] (SCNxLEAST8): Likewise.
28245         [C99-based-standards] (PRIdFAST8): Likewise.
28246         [C99-based-standards] (PRIiFAST8): Likewise.
28247         [C99-based-standards] (PRIoFAST8): Likewise.
28248         [C99-based-standards] (PRIuFAST8): Likewise.
28249         [C99-based-standards] (PRIxFAST8): Likewise.
28250         [C99-based-standards] (PRIXFAST8): Likewise.
28251         [C99-based-standards] (SCNdFAST8): Likewise.
28252         [C99-based-standards] (SCNiFAST8): Likewise.
28253         [C99-based-standards] (SCNoFAST8): Likewise.
28254         [C99-based-standards] (SCNuFAST8): Likewise.
28255         [C99-based-standards] (SCNxFAST8): Likewise.
28256         [C99-based-standards] (PRId16): Likewise.
28257         [C99-based-standards] (PRIi16): Likewise.
28258         [C99-based-standards] (PRIo16): Likewise.
28259         [C99-based-standards] (PRIu16): Likewise.
28260         [C99-based-standards] (PRIx16): Likewise.
28261         [C99-based-standards] (PRIX16): Likewise.
28262         [C99-based-standards] (SCNd16): Likewise.
28263         [C99-based-standards] (SCNi16): Likewise.
28264         [C99-based-standards] (SCNo16): Likewise.
28265         [C99-based-standards] (SCNu16): Likewise.
28266         [C99-based-standards] (SCNx16): Likewise.
28267         [C99-based-standards] (PRIdLEAST16): Likewise.
28268         [C99-based-standards] (PRIiLEAST16): Likewise.
28269         [C99-based-standards] (PRIoLEAST16): Likewise.
28270         [C99-based-standards] (PRIuLEAST16): Likewise.
28271         [C99-based-standards] (PRIxLEAST16): Likewise.
28272         [C99-based-standards] (PRIXLEAST16): Likewise.
28273         [C99-based-standards] (SCNdLEAST16): Likewise.
28274         [C99-based-standards] (SCNiLEAST16): Likewise.
28275         [C99-based-standards] (SCNoLEAST16): Likewise.
28276         [C99-based-standards] (SCNuLEAST16): Likewise.
28277         [C99-based-standards] (SCNxLEAST16): Likewise.
28278         [C99-based-standards] (PRIdFAST16): Likewise.
28279         [C99-based-standards] (PRIiFAST16): Likewise.
28280         [C99-based-standards] (PRIoFAST16): Likewise.
28281         [C99-based-standards] (PRIuFAST16): Likewise.
28282         [C99-based-standards] (PRIxFAST16): Likewise.
28283         [C99-based-standards] (PRIXFAST16): Likewise.
28284         [C99-based-standards] (SCNdFAST16): Likewise.
28285         [C99-based-standards] (SCNiFAST16): Likewise.
28286         [C99-based-standards] (SCNoFAST16): Likewise.
28287         [C99-based-standards] (SCNuFAST16): Likewise.
28288         [C99-based-standards] (SCNxFAST16): Likewise.
28289         [C99-based-standards] (PRId32): Likewise.
28290         [C99-based-standards] (PRIi32): Likewise.
28291         [C99-based-standards] (PRIo32): Likewise.
28292         [C99-based-standards] (PRIu32): Likewise.
28293         [C99-based-standards] (PRIx32): Likewise.
28294         [C99-based-standards] (PRIX32): Likewise.
28295         [C99-based-standards] (SCNd32): Likewise.
28296         [C99-based-standards] (SCNi32): Likewise.
28297         [C99-based-standards] (SCNo32): Likewise.
28298         [C99-based-standards] (SCNu32): Likewise.
28299         [C99-based-standards] (SCNx32): Likewise.
28300         [C99-based-standards] (PRIdLEAST32): Likewise.
28301         [C99-based-standards] (PRIiLEAST32): Likewise.
28302         [C99-based-standards] (PRIoLEAST32): Likewise.
28303         [C99-based-standards] (PRIuLEAST32): Likewise.
28304         [C99-based-standards] (PRIxLEAST32): Likewise.
28305         [C99-based-standards] (PRIXLEAST32): Likewise.
28306         [C99-based-standards] (SCNdLEAST32): Likewise.
28307         [C99-based-standards] (SCNiLEAST32): Likewise.
28308         [C99-based-standards] (SCNoLEAST32): Likewise.
28309         [C99-based-standards] (SCNuLEAST32): Likewise.
28310         [C99-based-standards] (SCNxLEAST32): Likewise.
28311         [C99-based-standards] (PRIdFAST32): Likewise.
28312         [C99-based-standards] (PRIiFAST32): Likewise.
28313         [C99-based-standards] (PRIoFAST32): Likewise.
28314         [C99-based-standards] (PRIuFAST32): Likewise.
28315         [C99-based-standards] (PRIxFAST32): Likewise.
28316         [C99-based-standards] (PRIXFAST32): Likewise.
28317         [C99-based-standards] (SCNdFAST32): Likewise.
28318         [C99-based-standards] (SCNiFAST32): Likewise.
28319         [C99-based-standards] (SCNoFAST32): Likewise.
28320         [C99-based-standards] (SCNuFAST32): Likewise.
28321         [C99-based-standards] (SCNxFAST32): Likewise.
28322         [C99-based-standards] (PRId64): Likewise.
28323         [C99-based-standards] (PRIi64): Likewise.
28324         [C99-based-standards] (PRIo64): Likewise.
28325         [C99-based-standards] (PRIu64): Likewise.
28326         [C99-based-standards] (PRIx64): Likewise.
28327         [C99-based-standards] (PRIX64): Likewise.
28328         [C99-based-standards] (SCNd64): Likewise.
28329         [C99-based-standards] (SCNi64): Likewise.
28330         [C99-based-standards] (SCNo64): Likewise.
28331         [C99-based-standards] (SCNu64): Likewise.
28332         [C99-based-standards] (SCNx64): Likewise.
28333         [C99-based-standards] (PRIdLEAST64): Likewise.
28334         [C99-based-standards] (PRIiLEAST64): Likewise.
28335         [C99-based-standards] (PRIoLEAST64): Likewise.
28336         [C99-based-standards] (PRIuLEAST64): Likewise.
28337         [C99-based-standards] (PRIxLEAST64): Likewise.
28338         [C99-based-standards] (PRIXLEAST64): Likewise.
28339         [C99-based-standards] (SCNdLEAST64): Likewise.
28340         [C99-based-standards] (SCNiLEAST64): Likewise.
28341         [C99-based-standards] (SCNoLEAST64): Likewise.
28342         [C99-based-standards] (SCNuLEAST64): Likewise.
28343         [C99-based-standards] (SCNxLEAST64): Likewise.
28344         [C99-based-standards] (PRIdFAST64): Likewise.
28345         [C99-based-standards] (PRIiFAST64): Likewise.
28346         [C99-based-standards] (PRIoFAST64): Likewise.
28347         [C99-based-standards] (PRIuFAST64): Likewise.
28348         [C99-based-standards] (PRIxFAST64): Likewise.
28349         [C99-based-standards] (PRIXFAST64): Likewise.
28350         [C99-based-standards] (SCNdFAST64): Likewise.
28351         [C99-based-standards] (SCNiFAST64): Likewise.
28352         [C99-based-standards] (SCNoFAST64): Likewise.
28353         [C99-based-standards] (SCNuFAST64): Likewise.
28354         [C99-based-standards] (SCNxFAST64): Likewise.
28355         [C99-based-standards] (PRIdMAX): Likewise.
28356         [C99-based-standards] (PRIiMAX): Likewise.
28357         [C99-based-standards] (PRIoMAX): Likewise.
28358         [C99-based-standards] (PRIuMAX): Likewise.
28359         [C99-based-standards] (PRIxMAX): Likewise.
28360         [C99-based-standards] (PRIXMAX): Likewise.
28361         [C99-based-standards] (SCNdMAX): Likewise.
28362         [C99-based-standards] (SCNiMAX): Likewise.
28363         [C99-based-standards] (SCNoMAX): Likewise.
28364         [C99-based-standards] (SCNuMAX): Likewise.
28365         [C99-based-standards] (SCNxMAX): Likewise.
28366         [C99-based-standards] (PRIdPTR): Likewise.
28367         [C99-based-standards] (PRIiPTR): Likewise.
28368         [C99-based-standards] (PRIoPTR): Likewise.
28369         [C99-based-standards] (PRIuPTR): Likewise.
28370         [C99-based-standards] (PRIxPTR): Likewise.
28371         [C99-based-standards] (PRIXPTR): Likewise.
28372         [C99-based-standards] (SCNdPTR): Likewise.
28373         [C99-based-standards] (SCNiPTR): Likewise.
28374         [C99-based-standards] (SCNoPTR): Likewise.
28375         [C99-based-standards] (SCNuPTR): Likewise.
28376         [C99-based-standards] (SCNxPTR): Likewise.
28377         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28378         allow.
28379         * conform/data/stdint.h-data: Update comments to clarify
28380         requirements.
28381         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28382         type.
28383         [C99-based standards] (INT8_MAX): Likewise.
28384         [C99-based standards] (INT16_MIN): Likewise.
28385         [C99-based standards] (INT16_MAX): Likewise.
28386         [C99-based standards] (INT32_MIN): Likewise.
28387         [C99-based standards] (INT32_MAX): Likewise.
28388         [C99-based standards] (INT64_MIN): Likewise.
28389         [C99-based standards] (INT64_MAX): Likewise.
28390         [C99-based standards] (UINT8_MAX): Likewise.
28391         [C99-based standards] (UINT16_MAX): Likewise.
28392         [C99-based standards] (UINT32_MAX): Likewise.
28393         [C99-based standards] (UINT64_MAX): Likewise.
28394         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28395         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28396         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28397         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28398         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28399         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28400         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28401         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28402         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28403         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28404         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28405         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28406         [C99-based standards] (INT_FAST8_MIN): Likewise.
28407         [C99-based standards] (INT_FAST8_MAX): Likewise.
28408         [C99-based standards] (INT_FAST16_MIN): Likewise.
28409         [C99-based standards] (INT_FAST16_MAX): Likewise.
28410         [C99-based standards] (INT_FAST32_MIN): Likewise.
28411         [C99-based standards] (INT_FAST32_MAX): Likewise.
28412         [C99-based standards] (INT_FAST64_MIN): Likewise.
28413         [C99-based standards] (INT_FAST64_MAX): Likewise.
28414         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28415         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28416         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28417         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28418         [C99-based standards] (INTPTR_MIN): Likewise.
28419         [C99-based standards] (INTPTR_MAX): Likewise.
28420         [C99-based standards] (UINTPTR_MAX): Likewise.
28421         [C99-based standards] (INTMAX_MIN): Likewise.
28422         [C99-based standards] (INTMAX_MAX): Likewise.
28423         [C99-based standards] (UINTMAX_MAX): Likewise.
28424         [C99-based standards] (PTRDIFF_MIN): Likewise.
28425         [C99-based standards] (PTRDIFF_MAX): Likewise.
28426         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28427         [C99-based standards] (SIZE_MAX): Likewise.
28428         [C99-based standards] (WCHAR_MAX): Likewise.
28429         [C99-based standards] (WINT_MAX): Likewise.
28430         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28431         constraint on value.
28432         [C99-based standards] (WCHAR_MIN): Likewise.
28433         [C99-based standards] (WINT_MIN): Likewise.
28434         [C99-based standards] (*_t): Allow.
28435         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28436         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28437         Include math.h-data and complex.h-data.  Remove all expectations
28438         of math.h and complex.h contents.
28439         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28440         at end of line.
28441         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28442         (struct tm): Expect tag.
28443         [C99-based-standards] (wcstof): Expect function.
28444         [C99-based-standards] (wcstold): Likewise.
28445         [C99-based-standards] (wcstoll): Likewise.
28446         [C99-based-standards] (wcstoull): Likewise.
28447         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28448         macro-int-constant.  Specify type.
28449         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28450         constraint on value.
28451         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28452         Specify type.
28453         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28454         Specify value.
28455         [ISO C standards]: Do not allow headers.
28456         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28457         wcs[abcdefghijklmnopqrstuvwxyz]*.
28458         [ISO C standards] (*_t): Do not allow.
28459         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28460         Expect function.
28461         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28462         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28463         Specify type.
28464         [ISO C standards]: Do not allow headers.
28465         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28466         is[abcdefghijklmnopqrstuvwxyz]*.
28467         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28468         to[abcdefghijklmnopqrstuvwxyz]*.
28469         [ISO C standards] (*_t): Do not allow.
28470         * conform/data/stdalign.h-data: New file.
28471         * conform/data/stdbool.h-data: Likewise.
28472         * conform/data/stdnoreturn.h-data: Likewise.
28473
28474 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28475
28476         [BZ #14815]
28477         * manual/filesys.texi (Directory Entries): Typo fix.
28478         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28479
28480 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28481
28482         * elf/elf.h (EM_AARCH64): New macro.
28483         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28484         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28485         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28486         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28487         (R_AARCH64_TLSDESC): Likewise.
28488         (NT_ARM_TLS): Likewise.
28489         (NT_ARM_HW_BREAK): Likewise.
28490         (NT_ARM_HW_WATCH): Likewise.
28491
28492 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28493
28494         [BZ #14811]
28495         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28496         (__ieee754_powl): Saturate nonzero exponents with absolute value
28497         below 0x1p-79 to +/- 0x1p-79.
28498         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28499         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28500         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28501         nonzero exponents with absolute value below 0x1p-32 to +/-
28502         0x1p-32.
28503         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28504         (__ieee754_powl): Saturate nonzero exponents with absolute value
28505         below 0x1p-79 to +/- 0x1p-79.
28506         * math/libm-test.inc (pow_test): Add more tests.
28507
28508 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28509
28510         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28511         _dl_s390_cap_flags with kernel. Increase string length.
28512         (_dl_s390_platforms): Add z196 and zEC12.
28513
28514 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28515
28516         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28517         Change XOPEN21K to XOPEN2K.
28518
28519 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28520
28521         * string/memmove.c: Use memcpy when possible.
28522
28523 2012-11-06  Andreas Jaeger  <aj@suse.de>
28524
28525         * po/eo.po: Update from translation team.
28526
28527 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28528
28529         [BZ #14793]
28530         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28531         exponent and small x and y exponents, scale x or y up.  Increase
28532         by 2 the exponent used in scaling up.
28533         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28534         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28535         * math/libm-test.inc (fma_test): Add more tests.
28536         (fma_test_towardzero): Likewise.
28537         (fma_test_downward): Likewise.
28538         (fma_test_upward): Likewise.
28539
28540 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28541
28542         [BZ #14805]
28543         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28544         fenv_t *.
28545
28546         [BZ #14801]
28547         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28548         namespace for names of struct fields.
28549         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28550         fenv_t fields.
28551         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28552         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28553
28554 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28555
28556         [BZ #3665]
28557         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28558
28559 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28560
28561         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28562         PTR_DEMANGLE.
28563
28564         [BZ #5246]
28565         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28566         PTR_DEMANGLE.
28567
28568 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28569
28570         [BZ #14797]
28571         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28572         definitely overflow as x * y not x * y + z.
28573         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28574         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28575         * math/libm-test.inc (fma_test): Add more tests.
28576         (fma_test_towardzero): Likewise.
28577         (fma_test_downward): Likewise.
28578         (fma_test_upward): Likewise.
28579
28580 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28581
28582         [BZ #157]
28583
28584         * include/stub-tag.h: Remove file.
28585         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28586         '#include' of it.
28587         * manual/maint.texi (Porting): Don't reference it.
28588         * Makerules ($(objpfx)stubs): Likewise.
28589         * dirent/closedir.c: Don't include <stub-tag.h>.
28590         * dirent/dirfd.c: Likewise.
28591         * dirent/fdopendir.c: Likewise.
28592         * dirent/getdents.c: Likewise.
28593         * dirent/getdents64.c: Likewise.
28594         * dirent/opendir.c: Likewise.
28595         * dirent/readdir.c: Likewise.
28596         * dirent/readdir64.c: Likewise.
28597         * dirent/readdir64_r.c: Likewise.
28598         * dirent/readdir_r.c: Likewise.
28599         * dirent/rewinddir.c: Likewise.
28600         * dirent/seekdir.c: Likewise.
28601         * dirent/telldir.c: Likewise.
28602         * gmon/profil.c: Likewise.
28603         * grp/setgroups.c: Likewise.
28604         * inet/if_index.c: Likewise.
28605         * io/access.c: Likewise.
28606         * io/chdir.c: Likewise.
28607         * io/chmod.c: Likewise.
28608         * io/chown.c: Likewise.
28609         * io/close.c: Likewise.
28610         * io/dup.c: Likewise.
28611         * io/dup2.c: Likewise.
28612         * io/dup3.c: Likewise.
28613         * io/euidaccess.c: Likewise.
28614         * io/faccessat.c: Likewise.
28615         * io/fchdir.c: Likewise.
28616         * io/fchmod.c: Likewise.
28617         * io/fchmodat.c: Likewise.
28618         * io/fchown.c: Likewise.
28619         * io/fchownat.c: Likewise.
28620         * io/fcntl.c: Likewise.
28621         * io/flock.c: Likewise.
28622         * io/fstatfs.c: Likewise.
28623         * io/fstatfs64.c: Likewise.
28624         * io/fstatvfs.c: Likewise.
28625         * io/fstatvfs64.c: Likewise.
28626         * io/futimens.c: Likewise.
28627         * io/fxstat.c: Likewise.
28628         * io/fxstat64.c: Likewise.
28629         * io/fxstatat.c: Likewise.
28630         * io/fxstatat64.c: Likewise.
28631         * io/getcwd.c: Likewise.
28632         * io/isatty.c: Likewise.
28633         * io/lchmod.c: Likewise.
28634         * io/lchown.c: Likewise.
28635         * io/link.c: Likewise.
28636         * io/linkat.c: Likewise.
28637         * io/lseek.c: Likewise.
28638         * io/lseek64.c: Likewise.
28639         * io/lxstat64.c: Likewise.
28640         * io/mkdir.c: Likewise.
28641         * io/mkdirat.c: Likewise.
28642         * io/mkfifo.c: Likewise.
28643         * io/mkfifoat.c: Likewise.
28644         * io/open.c: Likewise.
28645         * io/open64.c: Likewise.
28646         * io/openat.c: Likewise.
28647         * io/openat64.c: Likewise.
28648         * io/pipe.c: Likewise.
28649         * io/pipe2.c: Likewise.
28650         * io/poll.c: Likewise.
28651         * io/posix_fadvise.c: Likewise.
28652         * io/posix_fadvise64.c: Likewise.
28653         * io/posix_fallocate.c: Likewise.
28654         * io/posix_fallocate64.c: Likewise.
28655         * io/read.c: Likewise.
28656         * io/readlink.c: Likewise.
28657         * io/readlinkat.c: Likewise.
28658         * io/rmdir.c: Likewise.
28659         * io/sendfile.c: Likewise.
28660         * io/sendfile64.c: Likewise.
28661         * io/statfs.c: Likewise.
28662         * io/statfs64.c: Likewise.
28663         * io/statvfs.c: Likewise.
28664         * io/statvfs64.c: Likewise.
28665         * io/symlink.c: Likewise.
28666         * io/symlinkat.c: Likewise.
28667         * io/ttyname.c: Likewise.
28668         * io/ttyname_r.c: Likewise.
28669         * io/umask.c: Likewise.
28670         * io/unlink.c: Likewise.
28671         * io/unlinkat.c: Likewise.
28672         * io/utime.c: Likewise.
28673         * io/utimensat.c: Likewise.
28674         * io/write.c: Likewise.
28675         * io/xmknod.c: Likewise.
28676         * io/xmknodat.c: Likewise.
28677         * io/xstat.c: Likewise.
28678         * io/xstat64.c: Likewise.
28679         * login/getpt.c: Likewise.
28680         * login/grantpt.c: Likewise.
28681         * login/unlockpt.c: Likewise.
28682         * math/e_acoshl.c: Likewise.
28683         * math/e_acosl.c: Likewise.
28684         * math/e_asinl.c: Likewise.
28685         * math/e_atan2l.c: Likewise.
28686         * math/e_atanhl.c: Likewise.
28687         * math/e_coshl.c: Likewise.
28688         * math/e_expl.c: Likewise.
28689         * math/e_fmodl.c: Likewise.
28690         * math/e_gammal_r.c: Likewise.
28691         * math/e_hypotl.c: Likewise.
28692         * math/e_j0l.c: Likewise.
28693         * math/e_j1l.c: Likewise.
28694         * math/e_jnl.c: Likewise.
28695         * math/e_lgammal_r.c: Likewise.
28696         * math/e_log10l.c: Likewise.
28697         * math/e_log2l.c: Likewise.
28698         * math/e_logl.c: Likewise.
28699         * math/e_powl.c: Likewise.
28700         * math/e_rem_pio2l.c: Likewise.
28701         * math/e_sinhl.c: Likewise.
28702         * math/e_sqrtl.c: Likewise.
28703         * math/fclrexcpt.c: Likewise.
28704         * math/fedisblxcpt.c: Likewise.
28705         * math/feenablxcpt.c: Likewise.
28706         * math/fegetenv.c: Likewise.
28707         * math/fegetexcept.c: Likewise.
28708         * math/fegetround.c: Likewise.
28709         * math/feholdexcpt.c: Likewise.
28710         * math/fesetenv.c: Likewise.
28711         * math/fesetround.c: Likewise.
28712         * math/feupdateenv.c: Likewise.
28713         * math/fgetexcptflg.c: Likewise.
28714         * math/fraiseexcpt.c: Likewise.
28715         * math/fsetexcptflg.c: Likewise.
28716         * math/ftestexcept.c: Likewise.
28717         * math/k_cosl.c: Likewise.
28718         * math/k_rem_pio2l.c: Likewise.
28719         * math/k_sinl.c: Likewise.
28720         * math/k_tanl.c: Likewise.
28721         * math/s_asinhl.c: Likewise.
28722         * math/s_atanl.c: Likewise.
28723         * math/s_cbrtl.c: Likewise.
28724         * math/s_erfl.c: Likewise.
28725         * math/s_expm1l.c: Likewise.
28726         * math/s_log1pl.c: Likewise.
28727         * math/s_tanhl.c: Likewise.
28728         * misc/acct.c: Likewise.
28729         * misc/brk.c: Likewise.
28730         * misc/chflags.c: Likewise.
28731         * misc/chroot.c: Likewise.
28732         * misc/fchflags.c: Likewise.
28733         * misc/fgetxattr.c: Likewise.
28734         * misc/flistxattr.c: Likewise.
28735         * misc/fremovexattr.c: Likewise.
28736         * misc/fsetxattr.c: Likewise.
28737         * misc/fsync.c: Likewise.
28738         * misc/ftruncate.c: Likewise.
28739         * misc/futimes.c: Likewise.
28740         * misc/futimesat.c: Likewise.
28741         * misc/getdomain.c: Likewise.
28742         * misc/getdtsz.c: Likewise.
28743         * misc/gethostid.c: Likewise.
28744         * misc/gethostname.c: Likewise.
28745         * misc/getloadavg.c: Likewise.
28746         * misc/getpagesize.c: Likewise.
28747         * misc/getsysstats.c: Likewise.
28748         * misc/getxattr.c: Likewise.
28749         * misc/gtty.c: Likewise.
28750         * misc/ioctl.c: Likewise.
28751         * misc/lgetxattr.c: Likewise.
28752         * misc/listxattr.c: Likewise.
28753         * misc/llistxattr.c: Likewise.
28754         * misc/lremovexattr.c: Likewise.
28755         * misc/lsetxattr.c: Likewise.
28756         * misc/lutimes.c: Likewise.
28757         * misc/madvise.c: Likewise.
28758         * misc/mincore.c: Likewise.
28759         * misc/mlock.c: Likewise.
28760         * misc/mlockall.c: Likewise.
28761         * misc/mmap.c: Likewise.
28762         * misc/mprotect.c: Likewise.
28763         * misc/msync.c: Likewise.
28764         * misc/munlock.c: Likewise.
28765         * misc/munlockall.c: Likewise.
28766         * misc/munmap.c: Likewise.
28767         * misc/preadv.c: Likewise.
28768         * misc/preadv64.c: Likewise.
28769         * misc/ptrace.c: Likewise.
28770         * misc/pwritev.c: Likewise.
28771         * misc/pwritev64.c: Likewise.
28772         * misc/readv.c: Likewise.
28773         * misc/reboot.c: Likewise.
28774         * misc/remap_file_pages.c: Likewise.
28775         * misc/removexattr.c: Likewise.
28776         * misc/revoke.c: Likewise.
28777         * misc/select.c: Likewise.
28778         * misc/setdomain.c: Likewise.
28779         * misc/setegid.c: Likewise.
28780         * misc/seteuid.c: Likewise.
28781         * misc/sethostid.c: Likewise.
28782         * misc/sethostname.c: Likewise.
28783         * misc/setregid.c: Likewise.
28784         * misc/setreuid.c: Likewise.
28785         * misc/setxattr.c: Likewise.
28786         * misc/sstk.c: Likewise.
28787         * misc/stty.c: Likewise.
28788         * misc/swapoff.c: Likewise.
28789         * misc/swapon.c: Likewise.
28790         * misc/sync.c: Likewise.
28791         * misc/syncfs.c: Likewise.
28792         * misc/syscall.c: Likewise.
28793         * misc/truncate.c: Likewise.
28794         * misc/ualarm.c: Likewise.
28795         * misc/usleep.c: Likewise.
28796         * misc/ustat.c: Likewise.
28797         * misc/utimes.c: Likewise.
28798         * misc/vhangup.c: Likewise.
28799         * misc/writev.c: Likewise.
28800         * posix/_exit.c: Likewise.
28801         * posix/alarm.c: Likewise.
28802         * posix/execve.c: Likewise.
28803         * posix/fexecve.c: Likewise.
28804         * posix/fork.c: Likewise.
28805         * posix/fpathconf.c: Likewise.
28806         * posix/getaddrinfo.c: Likewise.
28807         * posix/getegid.c: Likewise.
28808         * posix/geteuid.c: Likewise.
28809         * posix/getgid.c: Likewise.
28810         * posix/getgroups.c: Likewise.
28811         * posix/getlogin.c: Likewise.
28812         * posix/getlogin_r.c: Likewise.
28813         * posix/getpgid.c: Likewise.
28814         * posix/getpid.c: Likewise.
28815         * posix/getppid.c: Likewise.
28816         * posix/getresgid.c: Likewise.
28817         * posix/getresuid.c: Likewise.
28818         * posix/getsid.c: Likewise.
28819         * posix/getuid.c: Likewise.
28820         * posix/glob64.c: Likewise.
28821         * posix/nanosleep.c: Likewise.
28822         * posix/pathconf.c: Likewise.
28823         * posix/pause.c: Likewise.
28824         * posix/posix_madvise.c: Likewise.
28825         * posix/pread.c: Likewise.
28826         * posix/pread64.c: Likewise.
28827         * posix/pwrite.c: Likewise.
28828         * posix/pwrite64.c: Likewise.
28829         * posix/sched_getaffinity.c: Likewise.
28830         * posix/sched_getp.c: Likewise.
28831         * posix/sched_gets.c: Likewise.
28832         * posix/sched_primax.c: Likewise.
28833         * posix/sched_primin.c: Likewise.
28834         * posix/sched_rr_gi.c: Likewise.
28835         * posix/sched_setaffinity.c: Likewise.
28836         * posix/sched_setp.c: Likewise.
28837         * posix/sched_sets.c: Likewise.
28838         * posix/sched_yield.c: Likewise.
28839         * posix/setgid.c: Likewise.
28840         * posix/setlogin.c: Likewise.
28841         * posix/setpgid.c: Likewise.
28842         * posix/setresgid.c: Likewise.
28843         * posix/setresuid.c: Likewise.
28844         * posix/setsid.c: Likewise.
28845         * posix/setuid.c: Likewise.
28846         * posix/sleep.c: Likewise.
28847         * posix/spawni.c: Likewise.
28848         * posix/sysconf.c: Likewise.
28849         * posix/times.c: Likewise.
28850         * posix/wait.c: Likewise.
28851         * posix/wait3.c: Likewise.
28852         * posix/wait4.c: Likewise.
28853         * posix/waitpid.c: Likewise.
28854         * resolv/gai_sigqueue.c: Likewise.
28855         * resource/getpriority.c: Likewise.
28856         * resource/getrlimit.c: Likewise.
28857         * resource/getrusage.c: Likewise.
28858         * resource/nice.c: Likewise.
28859         * resource/setpriority.c: Likewise.
28860         * resource/setrlimit.c: Likewise.
28861         * resource/ulimit.c: Likewise.
28862         * rt/aio_cancel.c: Likewise.
28863         * rt/aio_fsync.c: Likewise.
28864         * rt/aio_read.c: Likewise.
28865         * rt/aio_sigqueue.c: Likewise.
28866         * rt/aio_suspend.c: Likewise.
28867         * rt/aio_write.c: Likewise.
28868         * rt/clock_getres.c: Likewise.
28869         * rt/clock_gettime.c: Likewise.
28870         * rt/clock_nanosleep.c: Likewise.
28871         * rt/clock_settime.c: Likewise.
28872         * rt/lio_listio.c: Likewise.
28873         * rt/mq_close.c: Likewise.
28874         * rt/mq_getattr.c: Likewise.
28875         * rt/mq_notify.c: Likewise.
28876         * rt/mq_open.c: Likewise.
28877         * rt/mq_receive.c: Likewise.
28878         * rt/mq_send.c: Likewise.
28879         * rt/mq_setattr.c: Likewise.
28880         * rt/mq_timedreceive.c: Likewise.
28881         * rt/mq_timedsend.c: Likewise.
28882         * rt/mq_unlink.c: Likewise.
28883         * rt/shm_open.c: Likewise.
28884         * rt/shm_unlink.c: Likewise.
28885         * rt/timer_create.c: Likewise.
28886         * rt/timer_delete.c: Likewise.
28887         * rt/timer_getoverr.c: Likewise.
28888         * rt/timer_gettime.c: Likewise.
28889         * rt/timer_settime.c: Likewise.
28890         * setjmp/__longjmp.c: Likewise.
28891         * setjmp/setjmp.c: Likewise.
28892         * signal/kill.c: Likewise.
28893         * signal/killpg.c: Likewise.
28894         * signal/raise.c: Likewise.
28895         * signal/sigaction.c: Likewise.
28896         * signal/sigaltstack.c: Likewise.
28897         * signal/sigblock.c: Likewise.
28898         * signal/sigignore.c: Likewise.
28899         * signal/sigintr.c: Likewise.
28900         * signal/signal.c: Likewise.
28901         * signal/sigpause.c: Likewise.
28902         * signal/sigpending.c: Likewise.
28903         * signal/sigqueue.c: Likewise.
28904         * signal/sigreturn.c: Likewise.
28905         * signal/sigset.c: Likewise.
28906         * signal/sigsetmask.c: Likewise.
28907         * signal/sigstack.c: Likewise.
28908         * signal/sigsuspend.c: Likewise.
28909         * signal/sigtimedwait.c: Likewise.
28910         * signal/sigvec.c: Likewise.
28911         * signal/sigwait.c: Likewise.
28912         * signal/sigwaitinfo.c: Likewise.
28913         * signal/sysv_signal.c: Likewise.
28914         * socket/accept.c: Likewise.
28915         * socket/accept4.c: Likewise.
28916         * socket/bind.c: Likewise.
28917         * socket/connect.c: Likewise.
28918         * socket/getpeername.c: Likewise.
28919         * socket/getsockname.c: Likewise.
28920         * socket/getsockopt.c: Likewise.
28921         * socket/isfdtype.c: Likewise.
28922         * socket/listen.c: Likewise.
28923         * socket/recv.c: Likewise.
28924         * socket/recvfrom.c: Likewise.
28925         * socket/recvmsg.c: Likewise.
28926         * socket/send.c: Likewise.
28927         * socket/sendmsg.c: Likewise.
28928         * socket/sendto.c: Likewise.
28929         * socket/setsockopt.c: Likewise.
28930         * socket/shutdown.c: Likewise.
28931         * socket/sockatmark.c: Likewise.
28932         * socket/socket.c: Likewise.
28933         * socket/socketpair.c: Likewise.
28934         * stdio-common/ctermid.c: Likewise.
28935         * stdio-common/cuserid.c: Likewise.
28936         * stdio-common/remove.c: Likewise.
28937         * stdio-common/rename.c: Likewise.
28938         * stdio-common/renameat.c: Likewise.
28939         * stdio-common/tempname.c: Likewise.
28940         * stdlib/getcontext.c: Likewise.
28941         * stdlib/makecontext.c: Likewise.
28942         * stdlib/setcontext.c: Likewise.
28943         * stdlib/swapcontext.c: Likewise.
28944         * stdlib/system.c: Likewise.
28945         * streams/fattach.c: Likewise.
28946         * streams/fdetach.c: Likewise.
28947         * streams/getmsg.c: Likewise.
28948         * streams/getpmsg.c: Likewise.
28949         * streams/putmsg.c: Likewise.
28950         * streams/putpmsg.c: Likewise.
28951         * sysdeps/unix/bsd/getpt.c: Likewise.
28952         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28953         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28954         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28956         Likewise.
28957         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28958         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28959         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28960         * sysvipc/msgctl.c: Likewise.
28961         * sysvipc/msgget.c: Likewise.
28962         * sysvipc/msgrcv.c: Likewise.
28963         * sysvipc/msgsnd.c: Likewise.
28964         * sysvipc/semctl.c: Likewise.
28965         * sysvipc/semget.c: Likewise.
28966         * sysvipc/semop.c: Likewise.
28967         * sysvipc/semtimedop.c: Likewise.
28968         * sysvipc/shmat.c: Likewise.
28969         * sysvipc/shmctl.c: Likewise.
28970         * sysvipc/shmdt.c: Likewise.
28971         * sysvipc/shmget.c: Likewise.
28972         * termios/tcdrain.c: Likewise.
28973         * termios/tcflow.c: Likewise.
28974         * termios/tcflush.c: Likewise.
28975         * termios/tcgetattr.c: Likewise.
28976         * termios/tcgetpgrp.c: Likewise.
28977         * termios/tcsendbrk.c: Likewise.
28978         * termios/tcsetattr.c: Likewise.
28979         * termios/tcsetpgrp.c: Likewise.
28980         * time/adjtime.c: Likewise.
28981         * time/clock.c: Likewise.
28982         * time/getitimer.c: Likewise.
28983         * time/gettimeofday.c: Likewise.
28984         * time/setitimer.c: Likewise.
28985         * time/settimeofday.c: Likewise.
28986         * time/stime.c: Likewise.
28987         * time/time.c: Likewise.
28988
28989 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
28990
28991         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
28992         /usr/old/bin.
28993
28994         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
28995         instead of spaces.
28996         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
28997
28998 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
28999
29000         [BZ #14796]
29001         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29002         FE_TONEAREST before applying Dekker multiplication and Knuth
29003         addition.  Clear inexact exceptions and check for exact zero
29004         results afterwards.
29005         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29006         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29007         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29008         * math/libm-test.inc (fma_test): Add more tests.
29009         (fma_test_towardzero): Likewise.
29010         (fma_test_downward): Likewise.
29011         (fma_test_upward): Likewise.
29012         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29013         function.
29014         (libc_fesetround): New macro.
29015         (libc_fesetroundf): Likewise.
29016         (libc_fesetroundl): Likewise.
29017         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29018         function.
29019         (libc_fesetround_387): Likewise.
29020         (libc_fesetroundf): New macro.
29021         (libc_fesetround): Likewise.
29022         (libc_fesetroundl): Likewise.
29023         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29024         function.
29025         (libc_fesetroundf): New macro.
29026         (libc_fesetround): Likewise.
29027         (libc_fesetroundl): Likewise.
29028         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29029         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29030         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29031         libm_hidden_ver.
29032         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29033         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29034         libm_hidden_def.
29035         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29036         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29037         libm_hidden_ver.
29038         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29039         libm_hidden_def.
29040
29041         [BZ #3439]
29042         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29043         integer constant usable in #if and use that to give value to enum
29044         constant.
29045         (FE_DIVBYZERO): Likewise.
29046         (FE_UNDERFLOW): Likewise.
29047         (FE_OVERFLOW): Likewise.
29048         (FE_INVALID): Likewise.
29049         (FE_INVALID_SNAN): Likewise.
29050         (FE_INVALID_ISI): Likewise.
29051         (FE_INVALID_IDI): Likewise.
29052         (FE_INVALID_ZDZ): Likewise.
29053         (FE_INVALID_IMZ): Likewise.
29054         (FE_INVALID_COMPARE): Likewise.
29055         (FE_INVALID_SOFTWARE): Likewise.
29056         (FE_INVALID_SQRT): Likewise.
29057         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29058         (FE_TONEAREST): Likewise.
29059         (FE_TOWARDZERO): Likewise.
29060         (FE_UPWARD): Likewise.
29061         (FE_DOWNWARD): Likewise.
29062         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29063         (FE_DIVBYZERO): Likewise.
29064         (FE_OVERFLOW): Likewise.
29065         (FE_UNDERFLOW): Likewise.
29066         (FE_INEXACT): Likewise.
29067         (FE_TONEAREST): Likewise.
29068         (FE_DOWNWARD): Likewise.
29069         (FE_UPWARD): Likewise.
29070         (FE_TOWARDZERO): Likewise.
29071         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29072         (FE_UNDERFLOW): Likewise.
29073         (FE_OVERFLOW): Likewise.
29074         (FE_DIVBYZERO): Likewise.
29075         (FE_INVALID): Likewise.
29076         (FE_TONEAREST): Likewise.
29077         (FE_TOWARDZERO): Likewise.
29078         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29079         (FE_OVERFLOW): Likewise.
29080         (FE_UNDERFLOW): Likewise.
29081         (FE_DIVBYZERO): Likewise.
29082         (FE_INEXACT): Likewise.
29083         (FE_TONEAREST): Likewise.
29084         (FE_TOWARDZERO): Likewise.
29085         (FE_UPWARD): Likewise.
29086         (FE_DOWNWARD): Likewise.
29087         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29088         (FE_DIVBYZERO): Likewise.
29089         (FE_OVERFLOW): Likewise.
29090         (FE_UNDERFLOW): Likewise.
29091         (FE_INEXACT): Likewise.
29092         (FE_TONEAREST): Likewise.
29093         (FE_DOWNWARD): Likewise.
29094         (FE_UPWARD): Likewise.
29095         (FE_TOWARDZERO): Likewise.
29096
29097 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29098
29099         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29100
29101 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29102
29103         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29104         commands.  Quote $PWD.
29105         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29106         -x" by "export".
29107         (remove_newlines): Remove.
29108
29109 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29110
29111         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29112         * stdlib/stdlib.h (atof): Moved to ...
29113         * include/bits/stdlib-float.h: Here.  New file.
29114         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29115         * stdlib/bits/stdlib-float.h: New file.
29116         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29117         -mno-sse -mno-mmx.
29118         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29119         <xmmintrin.h>.
29120
29121 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29122
29123         * conform/conformtest.pl (@headers): Add fenv.h.
29124         * conform/data/fenv.h-data: New file.
29125         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29126         include of <math/fenv.h>.
29127
29128         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29129         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29130         && !UNIX98].  Enables tests for XOPEN2K8.
29131         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29132         POSIX2008]: Likewise.
29133
29134         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29135         (struct rusage): Do not expect type or its members.
29136
29137         [BZ #3439]
29138         * math/math.h (FP_NAN): Define macro to integer constant usable in
29139         #if and use that to give value to enum constant.
29140         (FP_INFINITE): Likewise.
29141         (FP_ZERO): Likewise.
29142         (FP_SUBNORMAL): Likewise.
29143         (FP_NORMAL): Likewise.
29144
29145 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29146
29147         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29148         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29149         arguments.
29150
29151 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29152
29153         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29154         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29155         autoconf-time if not.
29156         * configure.in: Remove AC_PREREQ.
29157
29158 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29159
29160         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29161         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29162         of the internal implementation.
29163
29164 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29165
29166         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29167         except include of <misc/sys/syslog.h>.
29168
29169 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29170
29171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29172         function returns with a NULL context exit with zero.
29173
29174 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29175
29176         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29177
29178 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29179
29180         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29181         (run_program_cmd): This.
29182         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29183         (tst_langinfo): New variable.  Use it.
29184
29185 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29186
29187         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29188         floating point opcodes.
29189
29190 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29191
29192         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29193         variable.
29194
29195         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29196
29197         * sysdeps/mach/hurd/powerpc: Remove directory.
29198         * sysdeps/mach/powerpc: Likewise.
29199
29200 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29201
29202         * scripts/check-local-headers.sh: Ignore c++ headers.
29203
29204 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29205
29206         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29207         __libc_cleanup_region_start argument.
29208
29209 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29210
29211         [BZ #14784]
29212         [BZ #14785]
29213         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29214         x * y using scaling, not as x * y + z.
29215         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29216         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29217         * math/libm-test.inc (fma_test): Add more tests.
29218         (fma_test_towardzero): Likewise.
29219         (fma_test_downward): Likewise.
29220         (fma_test_upward): Likewise.
29221
29222 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29223
29224         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29225
29226 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29227
29228         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29229         New variable.
29230
29231 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29232
29233         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29234
29235 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29236
29237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29238         Fix sort order.
29239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29240         Likewise.
29241
29242 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29243
29244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29245         Fix the order of the list for glibc 2.17.
29246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29247         Likewise.
29248
29249 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29250
29251         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29252
29253 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29254
29255         [BZ #14610]
29256         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29257         for low part of x being zero before using __atanl (y).
29258         * math/libm-test.inc (atan2_test): Add another test.
29259
29260         * manual/install.texi (Configuring and compiling): Document
29261         general use of test-wrapper and test-wrapper-env.
29262         * INSTALL: Regenerated.
29263
29264         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29265         (__fma): Do not extract and scale down low bits on after-rounding
29266         systems when result rounded to normal precision would have normal
29267         exponent.
29268         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29269         (__fmal): Do not extract and scale down low bits on after-rounding
29270         systems when result rounded to normal precision would have normal
29271         exponent.
29272         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29273         (__fmal): Do not extract and scale down low bits on after-rounding
29274         systems when result rounded to normal precision would have normal
29275         exponent.
29276         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29277         macro.
29278         (fma_test): Add more tests.
29279         (fma_test_towardzero): Likewise.
29280         (fma_test_downward): Likewise.
29281         (fma_test_upward): Likewise.
29282
29283 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29284
29285         * sysdeps/i386/tininess.h: Renamed to ...
29286         * sysdeps/x86/tininess.h: This.
29287         * sysdeps/x86_64/tininess.h: Removed.
29288
29289 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29290
29291         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29292         input.  Use $(build-program-cmd).
29293         ($(objpfx)tst-array1-static.out): Likewise.
29294         ($(objpfx)tst-array2.out): Likewise.
29295         ($(objpfx)tst-array3.out): Likewise.
29296         ($(objpfx)tst-array4.out): Likewise.
29297         ($(objpfx)tst-array5.out): Likewise.
29298         ($(objpfx)tst-array5-static.out): Likewise.
29299
29300 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29301
29302         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29303         if defined.
29304
29305         * nss/nsswitch.h (nss_interface_function): Provide new
29306         macro for use with NSS functions.
29307         * grp/initgroups.c: Use new macro.
29308         * nss/getXXbyYY.c: Likewise.
29309         * nss/getXXbyYY_r.c: Likewise.
29310         * nss/getXXent.c: Likewise.
29311         * nss/getXXent_r.c: Likewise.
29312         * sysdeps/posix/getaddrinfo.c: Likewise.
29313
29314 2012-10-30  Andreas Jaeger  <aj@suse.de>
29315
29316         * po/ru.po: Update Russion translation from translation project.
29317
29318 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29319
29320         [BZ #14152]
29321         [BZ #14783]
29322         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29323         result and shift together with sticky bit instead of replicating
29324         round-to-nearest rounding.
29325         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29326         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29327         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29328         missing underflow exceptions.
29329         (fma_test_towardzero): Add more tests.
29330         (fma_test_downward): Likewise.
29331         (fma_test_upward): Likewise.
29332
29333         [BZ #14047]
29334         * sysdeps/generic/tininess.h: New file.
29335         * sysdeps/i386/tininess.h: Likewise.
29336         * sysdeps/sh/tininess.h: Likewise.
29337         * sysdeps/x86_64/tininess.h: Likewise.
29338         * stdlib/tst-strtod-underflow.c: Likewise.
29339         * stdlib/tst-tininess.c: Likewise.
29340         * stdlib/strtod_l.c: Include <tininess.h>.
29341         (round_and_return): Do not set errno for exact underflow cases.
29342         Force an underflow exception when setting errno for underflow.
29343         Determine underflow based on rounding to normal precision if
29344         TININESS_AFTER_ROUNDING.
29345         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29346         ERANGE for exact underflow cases.
29347         * stdlib/Makefile (tests): Add tst-tininess and
29348         tst-strtod-underflow.
29349         ($(objpfx)tst-tininess): Use $(link-libm).
29350         ($(objpfx)tst-strtod-underflow): Likewise.
29351
29352 2012-10-30  Andreas Jaeger  <aj@suse.de>
29353
29354         [BZ#14767]
29355         * elf/Makefile (tests): Remove conditional for have-initfini-array
29356         since this is now always required and the variable does not exist
29357         anymore.
29358         (tests-static): Likewise.
29359         (modules-names): Likewise.
29360
29361         * po/eo.po: Add Esperanto translation from translation project.
29362
29363         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29364         merged with constructor/destructor.
29365         (init_array): Likewise.
29366         * elf/tst-array2dep.c (fini_array): Likewise.
29367         (init_array): Likewise.
29368
29369 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29370
29371         * manual/message.texi: Delete @cartouche tags.
29372
29373 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29374
29375         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29376         EOPNOTSUPP.
29377         * sysdeps/mach/hurd/fsync.c: Likewise.
29378
29379         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29380         [_POSIX_REALTIME_SIGNALS]: Change condition to
29381         [_POSIX_REALTIME_SIGNALS > 0].
29382
29383 2012-10-27  Andreas Jaeger  <aj@suse.de>
29384
29385         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29386         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29387         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29388         [__WORDSIZE != 64]: Likewise.
29389
29390 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29391
29392         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29393         *  iconvdata/tst-tables.sh: Likewise.
29394
29395 2012-10-25  David S. Miller  <davem@davemloft.net>
29396
29397         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29398         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29399         of strtoull.
29400
29401         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29402         ifunc-impl-list.c
29403         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29404         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29405         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29406         file.
29407
29408 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29409
29410         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29411         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29412         __getdirentries.
29413
29414 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29415             Jim Blandy  <jimb@codesourcery.com>
29416
29417         * scripts/cross-test-ssh.sh: New file.
29418         * manual/install.texi (Configuring and compiling): Document use of
29419         cross-test-ssh.sh.
29420         * INSTALL: Regenerated.
29421
29422 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29423
29424         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29425         EOPNOTSUPP.
29426
29427 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29428
29429         * Makeconfig (run-program-prefix): Fix comment.
29430
29431 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29432             Jim Blandy  <jimb@codesourcery.com>
29433
29434         * Makeconfig (test-wrapper): New variable,
29435         (test-wrapper-env): Likewise.
29436         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29437         (run-built-tests): Define to yes.
29438         (run-program-prefix): Use $(test-wrapper).
29439         (built-program-cmd): Likewise.
29440         * Rules (make-test-out): Use $(test-wrapper-env) and
29441         $(host-built-program-cmd).
29442         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29443         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29444         tst-pathopt.sh.
29445         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29446         $(test-wrapper-env) to tst-rtld-load-self.sh.
29447         ($(objpfx)order2.out): Use $(test-wrapper).
29448         ($(objpfx)tst-initorder.out): Likewise.
29449         ($(objpfx)tst-initorder2.out): Likewise.
29450         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29451         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29452         (test_wrapper_env): New variable.  Use it to run ld.so.
29453         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29454         Use it to run ld.so.
29455         (test_wrapper_env): Likewise.
29456         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29457         $(test-wrapper) to run-iconv-test.sh.
29458         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29459         (ICONV): Use $test_wrapper.
29460         * posix/Makefile ($(objpfx)globtest.out): Pass
29461         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29462         globtest.sh, not $(run-program-prefix).
29463         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29464         (test_wrapper): Likewise.
29465         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29466         set together with run_via_rtld_prefix.
29467         (run_program_prefix): Define in terms of test_wrapper and
29468         run_via_rtld_prefix.
29469
29470 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29471
29472         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29473         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29474         Targets removed.
29475
29476         [BZ #14743]
29477         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29478         Declare __clock_getres, __clock_gettime, __clock_settime,
29479         __clock_nanosleep, and __clock_getcpuclockid.
29480         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29481         Remove librt_hidden_def (clock_gettime).
29482         * sysdeps/unix/clock_gettime.c: Likewise.
29483         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29484         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29485         * rt/clock_getres.c: Define __clock_getres as an alias.
29486         * sysdeps/posix/clock_getres.c: Likewise.
29487         * rt/clock_settime.c: Define __clock_settime as an alias.
29488         * sysdeps/unix/clock_settime.c: Likewise.
29489         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29490         * sysdeps/unix/clock_nanosleep.c: Likewise.
29491         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29492         * rt/clock-compat.c: New file.
29493         * rt/Makefile (librt-routines): Add clock-compat and move
29494         $(clock-routines) to ...
29495         (routines): ... here, new variable.
29496         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29497         Don't add get_clockfreq here.
29498         * rt/Versions (libc: GLIBC_2.17): New version set.
29499         Add clock_* symbols here.
29500         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29501         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29502         (GLIBC_2.17): Add clock_* symbols.
29503         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29505         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29507         Likewise.
29508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29509         Likewise.
29510         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29511         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29513         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29514         * NEWS: Mention the move.
29515
29516         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29517         Use __open, __read, __close rather than their public counterparts.
29518         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29519         (__get_clockfreq_via_cpuinfo): Likewise.
29520         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29521         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29522
29523         * config.h.in (HAVE_IFUNC): New #undef.
29524         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29525         was successful.
29526         * configure: Regenerated.
29527
29528 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29529
29530         * configure.in: Move READELF check to start of file.
29531         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29532         libc_cv_asm_gnu_indirect_function in the process.
29533         * configure: Regenerated.
29534
29535 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29536
29537         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29538         send the output to /dev/null.
29539         (libc_cv_cc_with_libunwind): Likewise.
29540         (libc_cv_as_noexecstack): Likewise.
29541         * configure: Regenerate.
29542
29543 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29544
29545         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29546
29547         * posix/globtest.sh (TMPDIR): Do not set.
29548         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29549         (testout): Likewise.
29550
29551 2012-10-24  Andreas Jaeger  <aj@suse.de>
29552
29553         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29554         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29555         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29556         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29557         posix_fadvise64, posix_fallocate64.
29558
29559         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29560         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29561         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29562         Likewise.
29563         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29564         Likewise.
29565         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29566
29567         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29568         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29569         <bits/fcntl-linux.h>.
29570         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29571
29572         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29573         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29574         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29575         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29576         [__WORDSIZE != 64]: Likewise.
29577
29578 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29579
29580         * Makeconfig (run-built-tests): New variable.
29581         * Rules [$(cross-compiling) = yes]: Change condition to
29582         [$(run-built-tests) = no].
29583         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29584         to [$(run-built-tests) = yes].
29585         * elf/Makefile [$(cross-compiling) = no]: Likewise
29586         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29587         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29588         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29589         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29590         * io/Makefile [$(cross-compiling) = no]: Likewise.
29591         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29592         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29593         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29594         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29595         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29596         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29597         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29598         * string/Makefile [$(cross-compiling) = no]: Likewise.
29599
29600         * posix/Makefile ($(objpfx)globtest.out): Pass
29601         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29602         $(rtld-installed-name).
29603         * posix/globtest.sh (elf_objpfx): Remove variable.
29604         (rtld_installed_name): Likewise.
29605         (library_path): Likewise.
29606         (run_program_prefix): New variable.  Use for running globtest
29607         binary.
29608
29609 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29610             Joseph Myers  <joseph@codesourcery.com>
29611
29612         * Makeconfig (host-built-program-cmd): New variable.
29613         * elf/Makefile (tst-stackguard1-ARGS): Use
29614         $(host-built-program-cmd).
29615         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29616         (tst-spawn-ARGS): Likewise.
29617         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29618
29619 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29620             Jim Blandy  <jimb@codesourcery.com>
29621
29622         * Makeconfig (run-via-rtld-prefix): New variable.
29623         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29624         (built-program-cmd): Likewise.
29625
29626 2012-10-22  Andreas Jaeger  <aj@suse.de>
29627
29628         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29629         __O_RSYNC if it exists, otherwise to O_SYNC.
29630
29631 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29632             Joseph Myers  <joseph@codesourcery.com>
29633
29634         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29635         /dev/null.
29636         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29637         from /dev/null
29638         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29639         /dev/null.
29640
29641 2012-10-22  Andreas Jaeger  <aj@suse.de>
29642
29643         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29644         Define always.
29645         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29646
29647         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29648         bits/fcntl-linux.h.
29649
29650         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29651         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29652
29653         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29654         to __O_LARGEFILE.
29655         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29656         to __O_LARGEFILE.
29657
29658 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29659             Joseph Myers  <joseph@codesourcery.com>
29660
29661         * config.make.in (NM): New variable.
29662
29663 2012-10-21  Andreas Jaeger  <aj@suse.de>
29664
29665         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29666         definitions and declarations that are provided by
29667         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29668
29669 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29670
29671         [BZ #14683]
29672         * elf/Makefile (tests-static): Add tst-leaks1-static.
29673         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29674         ($(objpfx)tst-leaks1-static): New rule.
29675         ($(objpfx)tst-leaks1-static-mem): Likewise.
29676         (tst-leaks1-static-ENV): New macro.
29677         * elf/dl-open.c (dl_open_worker): Check the main application
29678         only if SHARED is defined.
29679         * elf/tst-leaks1-static.c: New file.
29680
29681 2012-10-20  Andreas Jaeger  <aj@suse.de>
29682
29683         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29684         generic values for Linux.
29685         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29686         and declarations that are provided by <bits/fcntl-linux.h> and
29687         include <bits/fcntl-linux.h>.
29688         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29689         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29690
29691 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29692
29693         * io/fcntl.h: Move include of <bits/types.h> to the top and
29694         include it unconditionally.
29695
29696 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29697
29698         * wcsmbs/Makefile (tests-ifunc): New variable.
29699         (tests): Add $(tests-ifunc).
29700         * wcsmbs/test-wcschr-ifunc.c: New file.
29701         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29702         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29703         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29704         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29705         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29706
29707         * string/Makefile (tests-ifunc): New variable.
29708         (tests): Add $(tests-ifunc).
29709         * string/test-memccpy.c (TEST_NAME): New macro.
29710         * string/test-memchr.c (TEST_NAME): Likewise.
29711         * string/test-memcmp.c (TEST_NAME): Likewise.
29712         * string/test-memcpy.c (TEST_NAME): Likewise.
29713         * string/test-memmem.c (TEST_NAME): Likewise.
29714         * string/test-memmove.c (TEST_NAME): Likewise.
29715         * string/test-memset.c (TEST_NAME): Likewise.
29716         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29717         * string/test-stpcpy.c (TEST_NAME): Likewise.
29718         * string/test-stpncpy.c (TEST_NAME): Likewise.
29719         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29720         * string/test-strcasestr.c (TEST_NAME): Likewise.
29721         * string/test-strcat.c (TEST_NAME): Likewise.
29722         * string/test-strchr.c (TEST_NAME): Likewise.
29723         * string/test-strcmp.c(TEST_NAME): Likewise.
29724         * string/test-strcpy.c (TEST_NAME): Likewise.
29725         * string/test-strcspn.c (TEST_NAME): Likewise.
29726         * string/test-strlen.c (TEST_NAME): Likewise.
29727         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29728         * string/test-strncmp.c (TEST_NAME): Likewise.
29729         * string/test-strncpy.c (TEST_NAME): Likewise.
29730         * string/test-strnlen.c (TEST_NAME): Likewise.
29731         * string/test-strpbrk.c (TEST_NAME): Likewise.
29732         * string/test-strrchr.c (TEST_NAME): Likewise.
29733         * string/test-strspn.c (TEST_NAME): Likewise.
29734         * string/test-strstr.c (TEST_NAME): Likewise.
29735         * string/test-bcopy-ifunc.c: New file.
29736         * string/test-bzero-ifunc.c: Likewise.
29737         * string/test-memccpy-ifunc.c: Likewise.
29738         * string/test-memchr-ifunc.c: Likewise.
29739         * string/test-memcmp-ifunc.c: Likewise.
29740         * string/test-memcpy-ifunc.c: Likewise.
29741         * string/test-memmem-ifunc.c: Likewise.
29742         * string/test-memmove-ifunc.c: Likewise.
29743         * string/test-mempcpy-ifunc.c: Likewise.
29744         * string/test-memset-ifunc.c: Likewise.
29745         * string/test-rawmemchr-ifunc.c: Likewise.
29746         * string/test-stpcpy-ifunc.c: Likewise.
29747         * string/test-stpncpy-ifunc.c: Likewise.
29748         * string/test-strcasecmp-ifunc.c: Likewise.
29749         * string/test-strcasestr-ifunc.c: Likewise.
29750         * string/test-strcat-ifunc.c: Likewise.
29751         * string/test-strchr-ifunc.c: Likewise.
29752         * string/test-strchrnul-ifunc.c: Likewise.
29753         * string/test-strcmp-ifunc.c: Likewise.
29754         * string/test-strcpy-ifunc.c: Likewise.
29755         * string/test-strcspn-ifunc.c: Likewise.
29756         * string/test-strlen-ifunc.c: Likewise.
29757         * string/test-strncasecmp-ifunc.c: Likewise.
29758         * string/test-strncat-ifunc.c: Likewise.
29759         * string/test-strncmp-ifunc.c: Likewise.
29760         * string/test-strncpy-ifunc.c: Likewise.
29761         * string/test-strnlen-ifunc.c: Likewise.
29762         * string/test-strpbrk-ifunc.c: Likewise.
29763         * string/test-strrchr-ifunc.c: Likewise.
29764         * string/test-strspn-ifunc.c: Likewise.
29765         * string/test-strstr-ifunc.c: Likewise.
29766
29767         * debug/Makefile (tests-ifunc): New variable.
29768         (tests): Add $(tests-ifunc).
29769         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29770         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29771         * debug/test-stpcpy_chk-ifunc.c: New file.
29772         * debug/test-strcpy_chk-ifunc.c: Likewise.
29773
29774 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29775
29776         [BZ #13601]
29777         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29778         header is not read in.
29779
29780 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29781
29782         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29783         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29784         directly.  Pass built executable to script as
29785         $(built-program-cmd).
29786         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29787         $testprogram without using LD_LIBRARY_PATH and $ldso.
29788
29789         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29790         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29791         $(rtld-installed-name).
29792         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29793         (rtld_installed_name): Likewise.
29794         (library_path): Likewise.
29795         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29796         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29797         $(run-program-prefix) to tst-tables.sh.
29798         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29799         it to run tst-table-from and tst-table-to.
29800         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29801         Pass it to tst-table.sh.
29802         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29803         $(run-program-prefix) to tst-gettext.sh.
29804         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29805         tst-translit.sh.
29806         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29807         tst-gettext2.sh.
29808         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29809         to run tst-gettext.
29810         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29811         to run tst-gettext2.
29812         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29813         to run tst-translit.
29814         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29815         $(run-program-prefix) to tst-mtrace.sh.
29816         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29817         to run tst-mtrace.
29818         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29819         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29820         $(rtld-installed-name).
29821         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29822         (rtld_installed_name): Likewise.
29823         (run_program_prefix): New variable.  Use it to run wordexp-test.
29824
29825         * Makeconfig (ARCH): Remove all definitions.
29826         (machine): Likewise.
29827         [ARCH]: Remove conditional code.
29828         [!objdir]: Give error.
29829         [!objdir] (objpfx): Remove.
29830         [!objdir] (common-objpfx): Likewise.
29831         [!objdir] (common-objdir): Likewise.
29832         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29833         AC_CONFIG_FILES call.
29834         * configure: Regenerated.
29835
29836         [BZ #13888]
29837         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29838         or TMPDIR.
29839         (testout): Likewise.
29840
29841         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29842         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29843         $(rtld-installed-name).
29844         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29845         (rtld_installed_name): Likwise.
29846         (runit): Remove function.
29847         (run_getconf): New variable,  Use it for running getconf binary.
29848
29849 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29850
29851         [BZ #14716]
29852         * string/test-memmem.c (check_result): New function.
29853         (do_one_test): Use it.
29854         (check1): New function.
29855         (test_main): Use it.
29856
29857 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29858
29859         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29860
29861 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29862
29863         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29864         (_G_LSEEK64): Likewise.
29865         (_G_MMAP64): Likewise.
29866         (_G_FSTAT64): Likewise.
29867         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29868         (_G_LSEEK64): Likewise.
29869         (_G_MMAP64): Likewise.
29870         (_G_FSTAT64): Likewise.
29871         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29872         unconditional.  Call __mmap64 directly.
29873         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29874         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29875         __lseek64 directly.
29876         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29877         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29878         __mmap64 directly.
29879         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29880         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29881         __lseek64 directly.
29882         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29883         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29884         __lseek64 directly.
29885         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29886         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29887         __lseek64 directly.
29888         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29889         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29890         __fxstat64 directly.
29891         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29892         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29893         unconditional.
29894         (freopen64) [!_G_OPEN64]: Remove conditional code.
29895         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29896         unconditional.
29897         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29898         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29899         unconditional.
29900         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29901         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29902         unconditional.
29903         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29904         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29905         unconditional.
29906         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29907         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29908         unconditional.
29909         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29910         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29911         unconditional.
29912         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29913         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29914         unconditional.
29915         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29916
29917 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29918
29919         [BZ #12140]
29920         * manual/memory.texi (Malloc Tunable Parameters): Add note
29921         about free list pointers overwriting some perturb bytes.
29922         Wording suggested by Roland McGrath.
29923
29924 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29925
29926         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29927         (lgamma_test): Likewise.
29928         (tgamma_test): Likewise.
29929
29930 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29931
29932         [BZ #14700]
29933         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29934         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29935
29936 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29937
29938         * NEWS: Mention BZ #14716.
29939         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29940         when removing AVAILABLE1_USES_J macro.
29941
29942 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29943
29944         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29945         (__bswap_64): __uint64_t for unsigned 64-bit int.
29946
29947 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29948
29949         * include/string.h (memmem): Declare libc hidden alias.
29950         * string/memmem.c (memmem): Define libc hidden alias.
29951         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29952         __read, __close instead of open, read, close.
29953
29954 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29955
29956         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29957         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29958         global and hidden.
29959         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29960         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
29961         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
29962         Likewise.
29963         (__rawmemchr_sse2): Likewise.
29964         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
29965         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
29966         (__strchr_sse2): Likewise.
29967         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
29968         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
29969         (__strcasecmp_sse2): Likewise.
29970         (__strncasecmp_sse2): Likewise.
29971         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
29972         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
29973         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
29974         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
29975         (__strrchr_sse2): Likewise.
29976         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
29977         ifunc-impl-list.c.
29978         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
29979         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
29980         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
29981         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
29982         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
29983         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
29984         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29985         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29986         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
29987         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
29988         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
29989         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
29990         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
29991         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
29992         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
29993         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29994         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
29995         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
29996         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
29997         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
29998         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
29999         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30000         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30001         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30002         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30003         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30004         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30005         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30006         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30007         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30008
30009         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30010         global and hidden.
30011         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30012         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30013         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30014         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30015         Likewise.
30016         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30017         Likewise.
30018         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30019         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30020         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30021         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30022         ifunc-impl-list.c.
30023         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30024         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30025         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30026         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30027         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30028         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30029         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30030         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30031         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30032         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30033         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30034         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30035         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30036         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30037         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30038         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30039         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30040         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30041         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30042         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30043         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30044         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30045         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30046         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30047         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30048         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30049         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30050         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30051         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30052         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30053         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30054         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30055         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30056         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30057         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30058         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30059         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30060         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30061         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30062         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30063         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30064
30065         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30066         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30067         * include/ifunc-impl-list.h: New file.
30068         * misc/ifunc-impl-list.c: Likewise.
30069         * misc/Makefile (routines): Add ifunc-impl-list.
30070         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30071         * string/test-string.h: Include <ifunc-impl-list.h>.
30072         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30073         TEST_NAME]: New variables.
30074         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30075         are defined.
30076         (test_init): Call __libc_ifunc_impl_list to initialize
30077         func_list if TEST_IFUNC and TEST_NAME are defined.
30078
30079         * string/Makefile (strop-tests): Add bcopy and bzero.
30080         * string/test-bcopy.c: New file.
30081         * string/test-bzero.c: Likewise.
30082         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30083         defined.
30084         * string/test-memset.c: Support bzero test if TEST_BZERO is
30085         defined.
30086         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30087         __libc_memmove.
30088         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30089         __libc_memset.
30090         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30091         of memset.
30092
30093 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30094
30095         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30096         * configure: Regenerated.
30097
30098         * Makeconfig (+link-static-before-libc): Don't include
30099         $(link-static-libc).
30100
30101         * libio/libio.h (_IO_pos_t): Remove.
30102
30103 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30104
30105         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30106         McGrath.
30107
30108 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30109
30110         * crypt/crypt-entry.c: Include fips-private.h.
30111         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30112         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30113         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30114         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30115
30116 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30117
30118         * crypt/crypt-private.h: Include stdbool.h.
30119         (_ufc_setup_salt_r): Return bool.
30120         * crypt/crypt-entry.c: Include errno.h.
30121         (__crypt_r): Return NULL with EINVAL for bad salt.
30122         * crypt/crypt_util.c (bad_for_salt): New.
30123         (_ufc_setup_salt_r): Check that salt is long enough and within
30124         the specified alphabet.
30125         * crypt/badsalttest.c: New file.
30126         * crypt/Makefile (tests): Add it.
30127         ($(objpfx)badsalttest): New.
30128
30129 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30130
30131         * NEWS: Add entry for BZ #14602.
30132
30133 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30134
30135         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30136         type-generic.
30137         * math/libm-test.inc: Update comment listing what functions and
30138         macros are tested.
30139         (isgreater_test): New function.
30140         (isgreaterequal_test): Likewise.
30141         (isless_test): Likewise.
30142         (islessequal_test): Likewise.
30143         (islessgreater_test): Likewise.
30144         (isunordered_test): Likewise.
30145         (main): Call the new functions.
30146
30147 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30148
30149         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30150         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30151         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30152         * sysdeps/i386/configure: Regenerated.
30153         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30154         * sysdeps/mach/configure: Regenerated.
30155         * sysdeps/mach/hurd/configure: Regenerated.
30156         * sysdeps/powerpc/configure: Regenerated.
30157         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30158         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30159         * sysdeps/s390/s390-32/configure: Regenerated.
30160         * sysdeps/s390/s390-64/configure: Regenerated.
30161         * sysdeps/sh/configure: Regenerated.
30162         * sysdeps/sparc/configure: Regenerated.
30163         * sysdeps/unix/sysv/linux/configure: Regenerated.
30164         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30165         * sysdeps/x86_64/configure: Regenerated.
30166
30167         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30168         defined.  Don't check if MAP is NULL.
30169
30170 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30171
30172         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30173         (_G_stat64): Likewise.
30174         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30175         (_G_stat64): Likewise.
30176         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30177         instead of struct _G_stat64.
30178         * libio/fileops.c (mmap_remap_check): Likewise.
30179         (decide_maybe_mmap): Likewise.
30180         (_IO_new_file_seekoff): Likewise.
30181         (_IO_file_stat): Likewise.
30182         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30183         _G_off64_t.
30184         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30185         instead of struct _G_stat64.
30186         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30187
30188 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30189
30190         [BZ #14602]
30191         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30192         Replace with ...
30193         (CHECK_EOL): New macro.
30194         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30195         CHECK_EOL.
30196         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30197         Replace with CHECK_EOL.
30198         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30199         Replace with CHECK_EOL.
30200
30201 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30202
30203         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30204         type-generic.
30205         * math/libm-test.inc: Update comment listing what functions and
30206         macros are tested.
30207         (finite_test): New function.
30208         (isinf_test): Likewise.
30209         (isnan_test): Likewise.
30210         (fpclassify_test): Test subnormal input.
30211         (isfinite_test): Likewise.
30212         (isnormal_test): Likewise.
30213         (main): Call the new functions.
30214
30215 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30216
30217         [BZ #14660]
30218         * Makerules (%.dynsym): Force C locale when running
30219         $(OBJDUMP) --dynamic-syms.
30220
30221 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30222
30223         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30224         <stdint.h>.
30225
30226 2012-10-06  David S. Miller  <davem@davemloft.net>
30227
30228         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30229         upper 32-bits of the length value in %o2 since we use branch-on-register
30230         tests which consider the entire 64-bit register.
30231
30232 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30233
30234         * string/test-strstr.c (check2): Add a test for page boundary.
30235
30236 2012-10-05  David S. Miller  <davem@davemloft.net>
30237
30238         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30239         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30240         file.
30241         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30242         sysdep_routines.
30243         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30244         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30245         and bzero when HWCAP_SPARC_CRYPTO is present.
30246
30247 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30248
30249         [BZ #14602]
30250         * string/test-strstr.c (check2): New function.
30251         (test_main): Call check2.
30252
30253         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30254         and bug-strchr1.
30255         * string/bug-strcasestr1.c (do_test): Moved to ...
30256         * string/test-strcasestr.c (check1): Here.  New function.
30257         (do_one_test): Break out result checking code into ...
30258         (check_result): This.  New function.
30259         (do_one_test): Call check_result.
30260         (test_main): Call check1.
30261         * string/bug-strchr1.c (do_test): Moved to ...
30262         * string/test-strchr.c (check1): Here.  New function.
30263         (do_one_test): Break out result checking code into ...
30264         (check_result): This.  New function.
30265         (do_one_test): Call check_result.
30266         (test_main): Call check1.
30267         * string/bug-strstr1.c (main): Moved to ...
30268         * string/test-strstr.c (check1): Here.  New function.
30269         (do_one_test): Break out result checking code into ...
30270         (check_result): This.  New function.
30271         (do_one_test): Call check_result.
30272         (test_main): Call check1.
30273         * string/bug-strcasestr1.c: Removed.
30274         * string/bug-strchr1.c: Likewise.
30275         * string/bug-strstr1.c: Likewise.
30276
30277         * elf/Makefile (dl-routines): Add hwcaps.
30278         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30279         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30280         (_dl_important_hwcaps): Moved to ...
30281         * elf/dl-hwcaps.c: Here.  New file.
30282         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30283
30284         [BZ #14557]
30285         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30286         if IS_IN_rtld isn't defined.
30287
30288         * elf/dl-support.c (_dl_sysinfo_map): New.
30289         Include "get-dynamic-info.h" and "setup-vdso.h".
30290         (_dl_non_dynamic_init): Call setup_vdso.
30291         * elf/dynamic-link.h: Don't include <assert.h>.
30292         (elf_get_dynamic_info): Moved to ...
30293         * elf/get-dynamic-info.h: Here.  New file.
30294         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30295         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30296         * elf/setup-vdso.h: Here.  New file.
30297         * elf/rtld.c: Include "setup-vdso.h".
30298         (dl_main): Call setup_vdso.
30299
30300 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30301
30302         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30303         creal in comment listing functions tested.  List finite, isinf,
30304         isnan, isless, islessequal, isgreater, isgreaterequal,
30305         islessgreater, isunordered, lgamma_r and pow10 as functions and
30306         macros not tested.  Mention which functions not tested are aliases
30307         for other functions.  Fix typo.  Note that signs of NaNs are not
30308         tested.
30309
30310         * scripts/config.guess: Update from config.git.
30311         * scripts/config.sub: Likewise.
30312
30313 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30314
30315         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30316         * misc/madvise.c (madvise): Renamed to __madvise.
30317         Make madvise a weak alias.
30318         * include/sys/mman.h: Declare __madvise.
30319         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30320         * sysdeps/unix/syscalls.list
30321         (madvise): Make __madvise the strong name, and madvise a weak alias.
30322         * sysdeps/unix/sysv/linux/syscalls.list
30323         (madvise, mmap): Remove redundant entries.
30324         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30325         * malloc/malloc.c (mtrim): Likewise.
30326         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30327
30328 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30329
30330         * sysdeps/mach/hurd/dl-cache.c: File removed.
30331         * config.h.in (USE_LDCONFIG): New #undef.
30332         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30333         * configure: Regenerated.
30334         * elf/Makefile (dl-routines): Add dl-cache only under
30335         [$(use-ldconfig) = yes].
30336         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30337         cache on [USE_LDCONFIG].
30338         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30339         [USE_LDCONFIG].
30340         * elf/rtld.c (dl_main): Likewise.
30341
30342 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30343
30344         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30345         _SC_LEVEL4_CACHE_LINESIZE.
30346
30347 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30348
30349         * sysdeps/unix/bsd/confstr.h: File removed.
30350
30351 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30352
30353         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30354         sys/sdt-config.h.
30355
30356 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30357
30358         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30359         Make 'mapoff' field ElfW(Off) rather than off_t.
30360
30361 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30362
30363         * nscd/Makefile: Remove nscd-cflags and all its users.
30364         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30365         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30366
30367         [BZ #10631]
30368         * malloc.c (malloc_printerr): Clarify error message.
30369
30370 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30371
30372         [BZ #14648]
30373         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30374         Set bit_FMA_Usable if FMA is supported.
30375         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30376         macro.
30377         (bit_FMA4_Usable): Updated.
30378         (index_FMA_Usable): New macro.
30379         (CPUID_FMA): Likewise
30380         (HAS_FMA): Defined with bit_FMA_Usable.
30381
30382 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30383
30384         * bits/types.h (__swblk_t): Type removed.
30385         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30386         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30387         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30388         (__SWBLK_T_TYPE): Likewise.
30389         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30390         (__SWBLK_T_TYPE): Likewise.
30391         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30392         (__SWBLK_T_TYPE): Likewise.
30393         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30394         (__SWBLK_T_TYPE): Likewise.
30395
30396 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30397             Honza Horak <hhorak@redhat.com>
30398
30399         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30400         (xdr_mapname): Use YPMAXMAP as maxsize.
30401         (xdr_peername): Use YPMAXPEER as maxsize.
30402         (xdr_keydat): Use YPAXRECORD as maxsize.
30403         (xdr_valdat): Use YPMAXRECORD as maxsize.
30404
30405 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30406
30407         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30408
30409         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30410         * csu/init-first.c: ... here.
30411         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30412         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30413         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30414         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30415         * sysdeps/i386/init-first.c: File removed.
30416         * sysdeps/sh/init-first.c: File removed.
30417
30418 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30419
30420         [BZ #14645]
30421         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30422         if x * y might underflow to zero and z is zero.
30423         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30424         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30425         * math/libm-test.inc (min_subnorm_value): New variable.
30426         (fma_test): Add more tests.
30427         (fma_test_towardzero): Likewise.
30428         (fma_test_downward): Likewise
30429         (fma_test_upward): Likewise.
30430         (initialize): Set min_subnorm_value.
30431
30432 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30433
30434         [BZ #14638]
30435         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30436         0 + 0.
30437         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30438         mode for addition resulting in exact zero.
30439         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30440         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30441         exact 0 + 0.
30442         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30443         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30444         * math/libm-test.inc (fma_test): Add more tests.
30445         (fma_test_towardzero): New function.
30446         (fma_test_downward): Likewise.
30447         (fma_test_upward): Likewise.
30448         (main): Call the new functions.
30449
30450 2012-09-28  David S. Miller  <davem@davemloft.net>
30451
30452         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30453
30454 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30455
30456         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30457         instead of SIGALRM.
30458
30459         * sysdeps/gnu/_G_config.h: Moved to ...
30460         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30461         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30462         * sysdeps/generic/_G_config.h: ... here.
30463
30464         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30465
30466         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30467
30468         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30469         Conditionalize target on [libnss_test1.so-version].
30470
30471         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30472
30473         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30474         (elfobjdir): Move out of conditionals.
30475
30476         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30477         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30478         (__nss_lookup_function): Conditionalize label remove_from_tree on
30479         [!DO_STATIC_NSS || SHARED], matching its only use.
30480
30481 2012-09-28  David S. Miller  <davem@davemloft.net>
30482
30483         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30484         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30485         file.
30486         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30487         sysdep_routines.
30488         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30489         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30490         when HWCAP_SPARC_CRYPTO is present.
30491
30492 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30493
30494         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30495
30496 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30497
30498         [BZ #6530]
30499         * stdio-common/vfprintf.c (process_string_arg): Revert
30500         2000-07-22 change.
30501
30502 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30503
30504         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30505         for testcase.
30506         * stdio-common/tst-sprintf.c: Include <locale.h>
30507         (main): Test sprintf's handling of incomplete multibyte
30508         characters.
30509
30510 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30511
30512         * elf/dl-runtime.c (VERSYMIDX): Removed.
30513         * elf/dl-version.c (VERSYMIDX): Likewise.
30514         * elf/do-rel.h (VERSYMIDX): Likewise.
30515         (VALIDX): Likewise.
30516         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30517         * elf/rtld.c (VALIDX): Likewise.
30518         (ADDRIDX): Likewise.
30519         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30520         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30521         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30522         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30523         (VALIDX): Likewise.
30524         (ADDRIDX): Likewise.
30525
30526 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30527
30528         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30529
30530 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30531
30532         [BZ #11438]
30533         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30534         to global scope.
30535         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30536         addresses are in the same scope as 192.0.2/24.
30537         * posix/gai.conf: Document new scope table defaults.
30538
30539 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30540
30541         [BZ #5298]
30542         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30543         for ftell.  Compute offsets from write pointers instead.
30544         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30545
30546 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30547
30548         [BZ #14543]
30549         * libio/Makefile (tests): New test case tst-fseek.
30550         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30551         combination works in wide mode.
30552         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30553         state when the external buffer state changes.
30554
30555 2012-09-27  David S. Miller  <davem@davemloft.net>
30556
30557         [BZ #14376]
30558         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30559         pass reloc->r_addend in as the 'high' argument to
30560         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30561
30562         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30563
30564 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30565
30566         * rt/tst-aio2.c: Include <pthread.h>.
30567         * rt/tst-aio3.c: Likewise.
30568
30569 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30570
30571         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30572
30573 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30574
30575         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30576         contents on [SHARED].
30577
30578 2012-09-26  Marek Polacek  <polacek@redhat.com>
30579
30580         [BZ #14530]
30581         [BZ #13741]
30582         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30583         for C++ and GCC <4.3 as well as for non GCC compilers.
30584
30585 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30586
30587         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30588
30589 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30590
30591         * Makefile.in (all, install): Declare with .PHONY.
30592         Reported by Michael Hope <michael.hope@linaro.org>.
30593
30594 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30595
30596         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30597         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30598         system header.
30599         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30600         Likewise.
30601         (sydep_routines): Add the new and the internal functions.
30602         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30603         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30605         (GLIBC_2.17): Add the new function.
30606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30607         (GLIBC_2.17): Likewise.
30608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30609         (GLIBC_2.17): Likewise.
30610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30611         (GLIBC_2.17): Likewise.
30612         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30613
30614 2012-09-25  Alan Modra  <amodra@gmail.com>
30615
30616         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30617         Add release barrier before setting once_control to say
30618         initialisation is done.  Add hints on lwarx.  Use macro in
30619         place of isync.
30620         (clear_once_control): Add release barrier.
30621
30622 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30623
30624         [BZ #13629]
30625         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30626         specially.
30627         * math/s_clog10.c (__clog10): Likewise.
30628         * math/s_clog10f.c (__clog10f): Likewise.
30629         * math/s_clog10l.c (__clog10l): Likewise.
30630         * math/s_clogf.c (__clogf): Likewise.
30631         * math/s_clogl.c (__clogl): Likewise.
30632         * math/Makefile (libm-calls): Add x2y2m1.
30633         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30634         (__x2y2m1): Likewise.
30635         (__x2y2m1l): Likewise.
30636         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30637         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30638         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30639         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30640         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30641         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30642         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30643         * sysdeps/i386/fpu/libm-test-ulps: Update.
30644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30645
30646         [BZ #14621]
30647         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30648         int as type of variable DEPTH.
30649         (glob): Use size_t instead of int as type of variables NEWCOUNT
30650         and OLD_PATHC.
30651
30652 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30653
30654         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30655         Add s_sincosf-sse2.
30656         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30657         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30658         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30659         macros for using routine as __sincosf_ia32.
30660         Use macro for function declaration and weak_alias.
30661         * sysdeps/i386/fpu/libm-test-ulps: Update.
30662
30663         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30664         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30665
30666         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30667         subnormal argument.
30668         * math/s_cexpf.c (__cexpf): Likewise.
30669         * math/s_csinf.c (__csinf): Likewise.
30670         * math/s_csinhf.c (__csinhf): Likewise.
30671         * math/s_ctanf.c (__ctanf): Likewise.
30672         * math/s_ctanhf.c (__ctanhf): Likewise.
30673         * math/s_ccosh.c (__ccoshf): Likewise.
30674         * math/s_cexp.c (__cexpl): Likewise.
30675         * math/s_csin.c (__csin): Likewise.
30676         * math/s_csinh.c (__csinh): Likewise.
30677         * math/s_ctan.c (__ctan): Likewise.
30678         * math/s_ctanh.c (ctanh): Likewise.
30679         * math/s_ccoshl.c (__ccoshl): Likewise.
30680         * math/s_cexpl.c (__cexpl): Likewise.
30681         * math/s_csinl.c (__csinl): Likewise.
30682         * math/s_csinhl.c (__csinhl): Likewise.
30683         * math/s_ctanl.c (__ctanl): Likewise.
30684         * math/s_ctanhl.c (__ctanhl): Likewise.
30685
30686 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30687
30688         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30689         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30690         (_IO_off_t): Define to __off_t, not _G_off_t.
30691         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30692         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30693         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30694         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30695         type of __dummy and __dummy2 fields.
30696         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30697         (_G_ssize_t): Likewise.
30698         (_G_off_t): Likewise.
30699         (_G_pid_t): Likewise.
30700         (_G_uid_t): Likewise.
30701         (_G_wchar_t): Likewise.
30702         (_G_wint_t): Likewise.
30703         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30704         (_G_ssize_t): Likewise.
30705         (_G_off_t): Likewise.
30706         (_G_pid_t): Likewise.
30707         (_G_uid_t): Likewise.
30708         (_G_wchar_t): Likewise.
30709         (_G_wint_t): Likewise.
30710         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30711         (_G_ssize_t): Likewise.
30712         (_G_off_t): Likewise.
30713         (_G_pid_t): Likewise.
30714         (_G_uid_t): Likewise.
30715         (_G_wchar_t): Likewise.
30716         (_G_wint_t): Likewise.
30717
30718 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30719
30720         * malloc/arena.c: Include malloc-sysdep.h.
30721         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30722         is sufficient to shrink the heap or an unmap is needed.
30723         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30724         new function check_may_shrink_heap.
30725         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30726         new function check_may_shrink_heap.
30727
30728 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30729
30730         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30731         comments.
30732
30733 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30734
30735         * catgets/test-gencat.sh: Add "set -e".
30736         * elf/tst-pathopt.sh: Likewise.
30737         * grp/tst_fgetgrent.sh: Likewise.
30738         * iconvdata/run-iconv-test.sh: Likewise.
30739         * intl/tst-gettext.sh: Likewise.
30740         * intl/tst-gettext2.sh: Likewise.
30741         * intl/tst-gettext4.sh: Likewise.
30742         * intl/tst-gettext6.sh: Likewise.
30743         * intl/tst-translit.sh: Likewise.
30744         * io/ftwtest-sh: Likewise.
30745         * libio/test-freopen.sh: Likewise.
30746         * malloc/tst-mtrace.sh: Likewise.
30747         * posix/globtest.sh: Likewise.
30748         * posix/tst-getconf.sh: Likewise.
30749         * posix/wordexp-tst.sh: Likewise.
30750         * stdio-common/tst-printf.sh: Likewise.
30751         * stdio-common/tst-unbputc.sh: Likewise.
30752         * stdlib/tst-fmtmsg.sh: Likewise.
30753         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30754         * catgets/Makefile: Do not specify -e option when running
30755         testsuite shell scripts.
30756         * elf/Makefile: Likewise.
30757         * grp/Makefile: Likewise.
30758         * iconvdata/Makefile: Likewise.
30759         * intl/Makefile: Likewise.
30760         * io/Makefile: Likewise.
30761         * libio/Makefile: Likewise.
30762         * malloc/Makefile: Likewise.
30763         * posix/Makefile: Likewise.
30764         * stdio-common/Makefile: Likewise.
30765         * stdlib/Makefile: Likewise.
30766         * sysdeps/x86_64/Makefile: Likewise.
30767
30768         * io/ftwtest-sh: Add copyright header.
30769         * posix/globtest.sh: Likewise.
30770         * posix/tst-getconf.sh: Likewise.
30771         * posix/wordexp-tst.sh: Likewise.
30772         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30773
30774 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30775
30776         [BZ #13679]
30777         * Makeconfig (+link): Defined as $(+link-static) if
30778         $(build-shared) isn't yes.
30779         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30780         isn't yes.
30781         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30782
30783         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30784
30785         [BZ #14562]
30786         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30787         new chunk size with MALLOC_ALIGN_MASK.
30788
30789 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30790
30791         [BZ #5044]
30792         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30793         <rounding-mode.h>.
30794         (__printf_fphex): Determine rounding using get_rounding_mode and
30795         round_away.
30796         * stdio-common/tst-printf-round.c (struct hex_test): New
30797         structure.
30798         (hex_tests): New variable.
30799         (test_hex_in_one_mode): New function.
30800         (do_test): Also run tests for hex float output.
30801
30802 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30803
30804         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30805         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30806         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30807         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30808         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30809         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30810         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30811         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30812
30813 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30814
30815         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30816         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30817         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30818         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30819
30820 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30821
30822         [BZ #14579]
30823         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30824         mode only.
30825         * elf/tst-rtld-load-self.sh: New test.
30826         * elf/Makefile: Run it.
30827
30828 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30829
30830         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30831         (tst-writev-ENV): Remove.
30832         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30833
30834 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30835
30836         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30837
30838 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30839
30840         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30841         unconditional.
30842         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30843         Likewise.
30844         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30845         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30846         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30847         Likewise.
30848
30849 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30850
30851         [BZ #14587]
30852         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30853         * config.make.in (have-cpp-asm-debuginfo): Removed.
30854         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30855         * configure: Regenerated.
30856
30857 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30858
30859         [BZ #5044]
30860         * stdio-common/printf_fp.c: Include <stdbool.h> and
30861         <rounding-mode.h>.
30862         (___printf_fp): Determine rounding using get_rounding_mode and
30863         round_away.
30864         * stdio-common/tst-printf-round.c: New file.
30865         * stdio-common/Makefile (tests): Add tst-printf-round.
30866         (link-libm): New variable.
30867         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30868
30869 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30870
30871         [BZ #14576]
30872         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30873         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30874         Likewise.
30875         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30876         Likewise.
30877
30878 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30879
30880         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30881         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30882         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30883         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30884
30885 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30886
30887         [BZ #14518]
30888         * include/rounding-mode.h: New file.
30889         * sysdeps/generic/get-rounding-mode.h: Likewise.
30890         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30891         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30892         (MAX_VALUE): New macro.
30893         (MIN_VALUE): Likewise.
30894         (overflow_value): New function.
30895         (underflow_value): Likewise.
30896         (round_and_return): Use overflow_value and underflow_value to
30897         determine return values in overflow and underflow cases.  Use
30898         round_away to determine rounding depending on rounding mode.
30899         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30900         determine return values in overflow and underflow cases.
30901         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30902         (struct test_results): New structure.
30903         (struct test): Use struct test_results to store expected results
30904         for all rounding modes.
30905         (TEST): Include expected results for all rounding modes.
30906         (test_in_one_mode): New function.
30907         (do_test): Use test_in_one_mode to compute and check results.
30908         Check results for all rounding modes.
30909         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30910         $(link-libm).
30911
30912 2012-12-09  Allan McRae  <allan@archlinux.org>
30913
30914         * sysdeps/i386/fpu/libm-test-ulps: Update
30915
30916 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30917
30918         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30919         (_G_int32_t): Likewise.
30920         (_G_uint16_t): Likewise.
30921         (_G_uint32_t): Likewise.
30922         (_G_HAVE_BOOL): Likewise.
30923         (_G_HAVE_ATEXIT): Likewise.
30924         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30925         (_G_HAVE_IO_FILE_OPEN): Likewise.
30926         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30927         (_G_int32_t): Likewise.
30928         (_G_uint16_t): Likewise.
30929         (_G_uint32_t): Likewise.
30930         (_G_HAVE_BOOL): Likewise.
30931         (_G_HAVE_ATEXIT): Likewise.
30932         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30933         (_G_HAVE_IO_FILE_OPEN): Likewise.
30934         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30935         (_G_int32_t): Likewise.
30936         (_G_uint16_t): Likewise.
30937         (_G_uint32_t): Likewise.
30938         (_G_HAVE_BOOL): Likewise.
30939         (_G_HAVE_ATEXIT): Likewise.
30940         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30941         (_G_HAVE_IO_FILE_OPEN): Likewise.
30942
30943 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30944
30945         * csu/libc-tls.c: Update copyright years.
30946
30947 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30948
30949         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30950         [!_G_USING_THUNKS]: Remove conditional code.
30951         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30952         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30953
30954         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30955         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30956         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30957         (_G_VTABLE_LABEL_PREFIX): Likewise.
30958         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30959         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30960         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30961         (_G_VTABLE_LABEL_PREFIX): Likewise.
30962         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30963         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30964         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30965         (_G_VTABLE_LABEL_PREFIX): Likewise.
30966         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30967
30968 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
30969
30970         * libio/Makefile: Include ../Makeconfig before tests.
30971         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
30972         only if $(build-shared) is yes.
30973
30974         * iconv/gconv_db.c: Update copyright years.
30975
30976 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30977
30978         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
30979         unwind info if defined PIC. Fix special cases description.
30980         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
30981
30982         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
30983         DP_HI_MASK entry.
30984         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
30985
30986 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
30987
30988         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
30989
30990         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
30991         is NULL.
30992
30993         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
30994         (LDLIBS-tst-chk4): This.
30995         (LDFLAGS-tst-chk5): Renamed to ...
30996         (LDLIBS-tst-chk5): This.
30997         (LDFLAGS-tst-chk6): Renamed to ...
30998         (LDLIBS-tst-chk6): This.
30999         (LDFLAGS-tst-lfschk4): Renamed to ...
31000         (LDLIBS-tst-lfschk4): This.
31001         (LDFLAGS-tst-lfschk5): Renamed to ...
31002         (LDLIBS-tst-lfschk5): This.
31003         (LDFLAGS-tst-lfschk6): Renamed to ...
31004         (LDLIBS-tst-lfschk6): This.
31005
31006         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31007         on $(common-objpfx)soversions.mk.
31008
31009 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31010
31011         [BZ #10014]
31012         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31013         example host name.
31014
31015 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31016
31017         * malloc/arena.c (arena_get_retry): New function that gets
31018         another arena for the caller to try its request on.
31019         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31020         current arena cannot fulfill the request.
31021         (__libc_memalign): Likewise.
31022         (__libc_memalign): Likewise.
31023         (__libc_pvalloc): Likewise.
31024         (__libc_calloc): Likewise.
31025
31026 2012-09-05  John Tobey  <john.tobey@gmail.com>
31027
31028         [BZ #13542]
31029         * manual/arith.texi (Operations on Complex): Fix description
31030         of carg branch cut.
31031
31032 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31033
31034         [BZ #10014]
31035         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31036         host name.
31037
31038         [BZ #10038]
31039         * manual/memory.texi (Memory): Make order of menu items match
31040         order of sections.
31041
31042 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31043
31044         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31045         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31046         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31047
31048 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31049
31050         * csu/libc-tls.c (static_dtv): Renamed to ...
31051         (_dl_static_dtv): This.  Make it global.
31052         (_dl_initial_dtv): Removed.
31053         (__libc_setup_tls): Updated.
31054         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31055         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31056         DL_INITIAL_DTV.
31057
31058 2012-09-06  Petr Machata  <pmachata@redhat.com>
31059
31060         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31061         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31062         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31063         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31064
31065 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31066
31067         [BZ #14545]
31068         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31069         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31070         freeing dtv[-1].
31071
31072 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31073
31074         [BZ #14544]
31075         * Makeconfig (link-static-before-libc): Replace $(+prector)
31076         with $(+prectorT).
31077         (link-static-after-libc): Replace $(+postctor) with
31078         $(+postctorT).
31079         (link-bounded): Replace $(+prector)/$(+postctor) with
31080         $(+prectorT)/$(+postctorT).
31081         (+prectorT): New macro.
31082         (+postctorT): Likewise.
31083
31084 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31085
31086         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31087         (round_str): Handle values above the maximum for IBM long double
31088         as inexact.
31089         * stdlib/tst-strtod-round.c (tests): Regenerated.
31090
31091 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31092
31093         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31094         assembler flag.
31095         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31096         zarch_nohighgprs around the zarch optimized routines.
31097         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31098         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31099         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31100         for zarch.
31101
31102 2012-09-05  David S. Miller  <davem@davemloft.net>
31103
31104         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31105
31106         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31107         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31108         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31109         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31110         entries.
31111
31112 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31113
31114         * malloc/arena.c: Fold copyright years.
31115         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31116
31117 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31118
31119         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31120
31121 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31122
31123         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31124
31125 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31126
31127         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31128         change internal state upon failure.
31129
31130 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31131
31132         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31133         * malloc/memusage.c (mmap): Likewise.
31134         (mmap64, mremap): Likewise.  Adjust name in comment.
31135
31136 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31137
31138         * libio/fileops.c: Fix typos in comments.
31139         * libio/oldfileops.c: Likewise.
31140         * libio/wfileops.c: Likewise.
31141
31142 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31143
31144         [BZ #1349]
31145         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31146         (tst-malloc-usable-ENV): Set environment for test case.
31147         * malloc/hooks.c (malloc_check_get_size): New function to get
31148         requested size.
31149         * malloc/malloc.c (musable): Use malloc_check_get_size.
31150         * malloc/tst-malloc-usable.c: New test case.
31151
31152 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31153
31154         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31155
31156 2012-09-05  Allan McRae  <allan@archlinux.org>
31157
31158         [BZ #13966]
31159         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31160         determine header location.
31161         * configure: Regenerated.
31162
31163 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31164
31165         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31166         float format.
31167         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31168         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31169         format.
31170         (test): Regenerate.
31171
31172 2012-09-04  David S. Miller  <davem@davemloft.net>
31173
31174         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31175         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31176         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31177
31178 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31179
31180         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31181         failures.
31182
31183         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31184
31185 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31186
31187         [BZ #9914]
31188         * libio/iogetdelim.c: Include <limits.h>.
31189         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31190         + len + 1 would overflow.
31191
31192 2012-09-03  Andreas Jaeger  <aj@suse.de>
31193
31194         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31195         * sysdeps/i386/fpu/libm-test-ulps: Update.
31196
31197 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31198
31199         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31200         Add s_sinf-sse2, s_conf-sse2.
31201
31202         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31203         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31204         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31205         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31206
31207         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31208         for using routine as __sinf_ia32.
31209         Use macro for function declaration and weak_alias.
31210         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31211         for using routine as __cosf_ia32.
31212         Use macro for function declaration and weak_alias.
31213
31214         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31215         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31216
31217         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31218         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31219         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31220
31221         * math/libm-test.inc (cos_test): Add more test cases.
31222         (sin_test): Likewise.
31223         (sincos_test): Likewise.
31224
31225 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31226
31227         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31228         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31229         hidden.
31230         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31231
31232 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31233
31234         [BZ #14538]
31235         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31236         first element of the GOT.
31237         (elf_machine_load_address): Return the difference between
31238         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31239
31240 2012-09-01  Allan McRae  <allan@archlinux.org>
31241
31242         [BZ #13412]
31243         * configure.in (AWK): Require gawk version 3.0 or later.
31244         * configure: Regenerated.
31245
31246 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31247
31248         * sysdeps/unix/sysv/linux/kernel-features.h
31249         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31250         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31251         [__NR_clock_getres]: Make code unconditional.
31252         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31253         (clock_getcpuclockid): Remove code left unreachable by removal of
31254         conditionals.
31255         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31256         code unconditional.
31257         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31258         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31259         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31260         Make code unconditional.
31261         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31262         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31263         * sysdeps/unix/sysv/linux/clock_settime.c
31264         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31265         conditional code.
31266         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31267         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31268
31269 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31270
31271         [BZ #14476]
31272         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31273         scripts/test-installation.pl.
31274
31275         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31276         and $ld_so_version if it is set.
31277
31278 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31279
31280         [BZ #14516]
31281         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31282         failure if reading from procfs failed.
31283         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31284
31285 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31286
31287         * sysdeps/unix/sysv/linux/kernel-features.h
31288         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31289         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31290         Remove conditional code.
31291         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31292         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31293         Remove conditional code.
31294         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31295         * sysdeps/unix/sysv/linux/i386/fxstat.c
31296         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31297         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31298         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31299         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31300         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31301         * sysdeps/unix/sysv/linux/i386/lxstat.c
31302         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31303         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31304         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31305         Remove conditional code.
31306         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31307         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31308         Remove conditional code.
31309         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31310         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31311         <kernel-features.h>.
31312         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31313         Remove.
31314         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31315         Remove conditional code.
31316         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31317         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31318         Remove conditional.
31319
31320 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31321
31322         [BZ #5400]
31323         * NEWS: Add fixed bug number.
31324
31325 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31326
31327         [BZ #14519]
31328         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31329         underflowing exponent in case of negative sign.
31330         * stdlib/tst-strtod-round-data: Add more tests.
31331         * stdlib/tst-strtod-round.c (tests): Regenerated.
31332
31333         [BZ #3479]
31334         * stdlib/strtod_l.c (NDIG): Remove.
31335         (HEXNDIG): Likewise.
31336         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31337         smallest representable value.
31338         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31339         lie within an exact representation of 1/2 ulp of the result.
31340         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31341         unconditionally.
31342         (TENS_P9_IDX): Define unconditionally.
31343         (TENS_P9_SIZE): Likewise.
31344         (TENS_P10_IDX): Likewise.
31345         (TENS_P10_SIZE): Likewise.
31346         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31347         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31348         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31349         entries for 10^2^13 and 10^2^14.
31350         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31351         (TENS_P13_IDX): Define.
31352         (TENS_P13_SIZE): Likewise.
31353         (TENS_P14_IDX): Likewise.
31354         (TENS_P14_SIZE): Likewise.
31355         (_fpioconst_pow10): Change array size to
31356         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31357         unconditional.
31358         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31359         1024]: Add entries for 10^2^13 and 10^2^14.
31360         [LAST_POW10 > _LAST_POW10]: Remove #error.
31361         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31362         (_fpioconst_pow10): Change array size to
31363         FPIOCONST_POW10_ARRAY_SIZE.
31364         * stdlib/gen-fpioconst.c: New file.
31365         * stdlib/gen-tst-strtod-round.c: Likewise.
31366         * stdlib/tst-strtod-round-data: Likewise.
31367         * stdlib/tst-strtod-round.c: Likewise.
31368         * stdlib/Makefile (tests): Add tst-strtod-round.
31369
31370         [BZ #14459]
31371         * stdlib/strtod_l.c: Include <stdint.h>.
31372         (NDEBUG): Do not define.
31373         (round_and_return): Change EXPONENT parameter to type intmax_t.
31374         Rearrange calculations to avoid internal overflow possibilities.
31375         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31376         Rearrange calculations to avoid internal overflow possibilities.
31377         Assert that number fits inside MPNSIZE limbs.
31378         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31379         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31380         calculations and add assertions to avoid internal overflow
31381         possibilities.  Add casts to avoid signed/unsigned operations.
31382         * stdlib/tst-strtod-overflow.c: New file.
31383         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31384
31385 2012-08-25  Marek Polacek  <polacek@redhat.com>
31386
31387         * time/time.h: Fix some typos in comments.
31388
31389 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31390
31391         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31392         * posix/tst-rfc3484-2.c: Likewise.
31393         * posix/tst-rfc3484-3.c: Likewise.
31394
31395 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31396
31397         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31398         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31399
31400 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31401
31402         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31403         #include of fxstatat64.c.
31404
31405 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31406
31407         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31408         * shadow/getspent_r.c: Likewise.
31409         * shadow/getspnam.c: Likewise.
31410         * shadow/getspnam_r.c: Likewise.
31411         * gshadow/getsgent.c: Likewise.
31412         * gshadow/getsgent_r.c: Likewise.
31413         * gshadow/getsgnam.c: Likewise.
31414         * gshadow/getsgnam_r.c: Likewise.
31415         * inet/getnetbyad.c: Likewise.
31416         * inet/getnetbyad_r.c: Likewise.
31417         * inet/getnetbynm.c: Likewise.
31418         * inet/getnetbynm_r.c: Likewise.
31419         * inet/getnetent.c: Likewise.
31420         * inet/getnetent_r.c: Likewise.
31421         * inet/getproto.c: Likewise.
31422         * inet/getproto_r.c: Likewise.
31423         * inet/getprtent.c: Likewise.
31424         * inet/getprtent_r.c: Likewise.
31425         * inet/getprtname.c: Likewise.
31426         * inet/getprtname_r.c: Likewise.
31427         * inet/getrpcbyname.c: Likewise.
31428         * inet/getrpcbyname_r.c: Likewise.
31429         * inet/getrpcbynumber.c: Likewise.
31430         * inet/getrpcbynumber_r.c: Likewise.
31431         * inet/getrpcent.c: Likewise.
31432         * inet/getrpcent_r.c: Likewise.
31433         * inet/getaliasent.c: Likewise.
31434         * inet/getaliasent_r.c: Likewise.
31435         * inet/getaliasname.c: Likewise.
31436         * inet/getaliasname_r.c: Likewise.
31437         * nscd/getgrgid_r.c: Likewise.
31438         * nscd/getgrnam_r.c: Likewise.
31439         * nscd/gethstbyad_r.c: Likewise.
31440         * nscd/gethstbynm3_r.c: Likewise.
31441         * nscd/getpwnam_r.c: Likewise.
31442         * nscd/getpwuid_r.c: Likewise.
31443         * nscd/getsrvbynm_r.c: Likewise.
31444         * nscd/getsrvbypt_r.c: Likewise.
31445         * nscd/gai.c: Likewise.
31446
31447         * configure.in (build_nscd): New substituted variable, set
31448         by --disable-build-nscd and defaults to $use_nscd.
31449         * configure: Regenerated.
31450         * config.make.in (build-nscd): New substituted variable.
31451         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31452         Change conditional to require [$(build-nscd) = yes] as well.
31453         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31454
31455         [BZ# 13696]
31456         * configure.in (use_nscd): New substituted variable, set by
31457         --disable-nscd.  If enabled, define USE_NSCD.
31458         * configure: Regenerated.
31459         * config.h.in: Add USE_NSCD.
31460         * config.make.in (use-nscd): New substituted variable.
31461         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31462         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31463         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31464         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31465         (CFLAGS-getgrnam_r.c): Likewise.
31466         (CFLAGS-initgroups.c): Likewise.
31467         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31468         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31469         Variables removed.
31470         * inet/getnetgrent_r.c
31471         (nscd_setnetgrent): New function, broken out of ...
31472         (setnetgrent): ... here.  Call it.
31473         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31474         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31475         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31476         * nscd/Makefile (routines, aux): Move definitions after include of
31477         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31478         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31479         Conditionalize on [USE_NSCD].
31480         (is_nscd, nscd_init_cb): Likewise.
31481         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31482         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31483         * nss/nss_db/db-init.c: Likewise.
31484         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31485         [USE_NSCD].
31486         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31487         (make_request): Use it.
31488         (cache_valid_p): New function.
31489         (__check_pf): Use it.
31490         * NEWS: Add item for --disable-nscd.
31491
31492 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31493
31494         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31495         to support sed >= 4.2.1-20-ga9bf076.
31496         * configure: Regenerated.
31497
31498 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31499
31500         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31501         Conditionalize whole body on [IREL].
31502
31503 2012-08-22  Jeff Law <law@redhat.com>
31504
31505         [BZ #14505]
31506         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31507         if the family is PF_UNSPEC.
31508
31509 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31510
31511         * Makerules (lib-version): Rename from V.
31512         (install-lib-nosubdir): Change V to lib-version.
31513
31514 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31515
31516         [BZ #14252]
31517         * powerpc32/power6/wcschr.c: New file.
31518         * powerpc32/power6/wcscpy.c: New file.
31519         * powerpc32/power6/wcsrchr.c: New file.
31520         * powerpc64/power6/wcschr.c: New file.
31521         * powerpc64/power6/wcscpy.c: New file.
31522         * powerpc64/power6/wcsrchr.c: New file.
31523
31524 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31525
31526         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31527         (two_way_short_needle): Use it.
31528         * string/strstr.c (AVAILABLE1_USES_J): Define.
31529         * string/strcasestr.c: Likewise.
31530
31531         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31532         array references.
31533         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31534
31535         [BZ #11607]
31536         * NEWS: Add an entry.
31537         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31538         define their defaults.
31539         (two_way_short_needle): Detect end-of-string on-the-fly.
31540         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31541         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31542         * string/bug-strcasestr1.c: New test.
31543         * string/Makefile: Run it.
31544
31545 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31546
31547         [BZ #11607]
31548         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31549         the first character.
31550
31551 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31552
31553         * csu/elf-init.c (__libc_csu_irel): Function removed.
31554         * csu/libc-start.c (apply_irel): New function.
31555         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31556
31557 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31558
31559         * sysdeps/unix/sysv/linux/kernel-features.h
31560         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31561         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31562         <kernel-features.h>.
31563         [__NR_fadvise64_64]: Make code unconditional.
31564         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31565         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31566         !__NR_fadvise64_64)]: Likewise.
31567         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31568         !__NR_fadvise64_64))]: Likewise.
31569         [__NR_fadvise64]: Make code unconditional.
31570         [!__NR_fadvise64]: Remove conditional code.
31571         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31572         <kernel-features.h>.
31573         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31574         unconditional.
31575         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31576         conditional code.
31577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31578         not include <kernel-features.h>.
31579         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31580         unconditional.
31581         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31582         conditional code.
31583         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31584         include <kernel-features.h>.
31585         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31586         unconditional.
31587         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31588         conditional code.
31589
31590 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31591
31592         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31593         slight instruction rearrangements per scrollpipe analysis.
31594         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31595
31596 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31597
31598         * manual/syslog.texi (syslog; vsyslog, closelog):
31599         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31600         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31601
31602         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31603         DSOCAPS to match condition on defining it.
31604
31605 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31606
31607         * sysdeps/unix/sysv/linux/kernel-features.h
31608         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31610         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31611         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31613         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31614         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31616         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31617         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31618
31619         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31620         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31621
31622         * sysdeps/unix/sysv/linux/kernel-features.h
31623         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31624         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31625         unconditional.
31626         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31627         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31628         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31629         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31630         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31631         Make code unconditional.
31632         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31633         (__mmap64) [!__NR_mmap2]: Likewise.
31634         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31635         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31636         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31637         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31638         [__NR_mmap2]: Make code unconditional.
31639         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31640         (__mmap64) [!__NR_mmap2]: Likewise.
31641
31642 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31643
31644         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31645
31646 2012-08-18  Andreas Jaeger  <aj@suse.de>
31647
31648         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31649
31650 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31651
31652         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31653         * include/unistd.h (__have_sock_cloexec): Likewise.
31654         (__have_pipe2): Likewise.
31655         (__have_dup3): Likewise.
31656
31657 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31658
31659         [BZ #9685]
31660         * include/unistd.h (__have_pipe2): Change define into an extern int.
31661         (__have_dup3): Likewise.
31662         * socket/have_sock_cloexec.c: Include fcntl.h.
31663         (__have_pipe2): New variable.
31664         (__have_dup3): Likewise.
31665
31666 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31667
31668         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31669
31670 2012-08-17  Marek Polacek  <polacek@redhat.com>
31671
31672         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31673         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31674
31675 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31676
31677         * configure.in: Add AC_SUBST for sysheaders.
31678         * configure: Regenerated.
31679         * config.make.in (sysheaders): New substituted variable.
31680
31681         * sysdeps/unix/mkfifo.c: Moved ...
31682         * sysdeps/posix/mkfifo.c: ... here.
31683         * sysdeps/unix/mkfifoat.c: Moved ...
31684         * sysdeps/posix/mkfifoat.c: ... here.
31685
31686         * sysdeps/unix/utime.c: Moved ...
31687         * sysdeps/posix/utime.c: ... here.
31688
31689         * sysdeps/unix/time.c: Moved ...
31690         * sysdeps/posix/time.c: ... here.
31691         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31692         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31693
31694         * sysdeps/unix/nice.c: Moved ...
31695         * sysdeps/posix/nice.c: ... here.
31696
31697         * sysdeps/unix/alarm.c: Moved ...
31698         * sysdeps/posix/alarm.c: ... here.
31699
31700         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31701
31702 2012-08-17  Jeff Law <law@redhat.com>
31703
31704         * intl/Makefile (codeset_mo): New variable.
31705         ($(codeset_mo)): New target.
31706         (tst-codeset.out): Depend on that.  Remove explicit rule.
31707         (tst-gettext3.out, tst-gettext5.out): Likewise.
31708         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31709         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31710         * intl/tst-codeset.sh: Remove.
31711         * intl/tst-gettext3.sh: Likewise.
31712         * intl/tst-gettext5.sh: Likewise.
31713
31714 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31715
31716         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31717         * sysdeps/unix/syscalls.list: ... here.
31718
31719         * sysdeps/posix/getaddrinfo.c
31720         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31721         (gaiconf_init, gaiconf_reload): Use them.
31722         [!_STATBUF_ST_NSEC]
31723         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31724         Define using time_t rather than struct timespec.
31725
31726         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31727         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31728         Macros removed.
31729         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31730         [!NO_THREADS].
31731         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31732         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31733         Likewise.
31734
31735         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31736         __libc_cleanup_push argument.
31737
31738         * bits/param.h: New file.
31739         * misc/sys/param.h: New file.
31740         * include/sys/param.h: New file.
31741         * misc/Makefile (headers): Add bits/param.h.
31742         * sysdeps/generic/sys/param.h: File removed.
31743         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31744         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31745         * sysdeps/mach/hurd/bits/param.h: New file.
31746         * sysdeps/mach/hurd/sys/param.h: File removed.
31747
31748         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31749         last change.
31750
31751         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31752         [_IO_MTSAFE_IO].
31753         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31754         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31755         New macros.
31756
31757         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31758         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31759         rather than -D_IO_MTSAFE_IO conditionally.
31760         * stdio-common/Makefile (CPPFLAGS): Likewise.
31761         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31762         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31763         Use $(libio-mtsafe).
31764         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31765         of -D_IO_MTSAFE_IO.
31766         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31767         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31768         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31769         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31770         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31771         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31772         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31773         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31774         (CFLAGS-fread_u_chk.c): Likewise.
31775         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31776         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31777         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31778         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31779         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31780         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31781         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31782         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31783         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31784
31785         * libio/Makefile: Test [$(libc-reentrant) = yes]
31786         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31787
31788         * Makeconfig
31789         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31790         * sysdeps/pthread/configure: File removed.
31791         * sysdeps/pthread/Makeconfig: New file.
31792         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31793         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31794
31795 2012-08-16  Gary Benson  <gbenson@redhat.com>
31796
31797         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31798         unmapping the first object in a namespace.
31799
31800 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31801
31802         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31803         (__internal_setnetgrent): ... this.  Add internal_function to
31804         definition.  Add libc_hidden_def.
31805         (setnetgrent): Update caller.
31806         (internal_endnetgrent): Renamed to ...
31807         (__internal_endnetgrent): ... this.  Add internal_function to
31808         definition.  Add libc_hidden_def.
31809         (endnetgrent): Update caller.
31810         (internal_getnetgrent_r): Renamed to ...
31811         (__internal_getnetgrent_r): ... this.  Add internal_function to
31812         definition.  Add libc_hidden_def.
31813         (__getnetgrent_r): Update caller.
31814         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31815
31816 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31817
31818         * stdlib/longlong.h: Update from GCC.
31819
31820 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31821
31822         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31823         on _QL, which is set by umul_ppmm but never used.
31824         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31825         variables, which are set by GMP macros but never used.
31826         * stdio-common/_itowa.c (_itowa): Likewise.
31827         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31828         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31829
31830 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31831
31832         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31833         struct La_sh_regs is not constant.
31834         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31835         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31836         and struct La_sparc64_regs are not constant.
31837
31838 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31839
31840         * sysdeps/unix/sysv/linux/kernel-features.h
31841         (__ASSUME_POSIX_TIMERS): Remove.
31842         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31843         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31844         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31845         Make code unconditional.
31846         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31847         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31848         Make code unconditional.
31849         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31850         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31851         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31852         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31853         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31854         Make code unconditional.
31855         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31856         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31857         (__libc_missing_posix_timers): Remove.
31858
31859 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31860
31861         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31862         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31863
31864         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31865
31866         * elf/dl-sym.c: Include <stdlib.h>.
31867
31868         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31869         constants, which avoids warnings in 32-bit builds.
31870
31871         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31872         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31873
31874         * misc/lseek.c: File moved to ...
31875         * io/lseek.c: ... here.
31876
31877         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31878
31879         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31880         shifting LEN more than 31 bits at once.
31881
31882 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31883
31884         [BZ #14195]
31885         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31886         segmentation fault for a case of two empty input strings.
31887         * string/test-strncasecmp.c (check1): Renamed to...
31888         (bz12205): ...this.
31889         (bz14195): Add new testcase for two empty input strings and N > 0.
31890         (test_main): Call new testcase, adapt for renamed function.
31891
31892 2012-08-15  Andreas Jaeger  <aj@suse.de>
31893
31894         [BZ #14090]
31895         * crypt/md5test2.c: New test, based on test supplied by Serge
31896         Belyshev <belyshev@depni.sinp.msu.ru>.
31897         * crypt/Makefile (xtests): Add md5test-giant..
31898         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31899
31900 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31901
31902         [BZ #14090]
31903         * crypt/md5.c (md5_process_block): Don't assume the buffer
31904         length is less than 2**32.
31905         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31906         length is less than 2**64.
31907
31908 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31909
31910         * string/str-two-way.h: Include <sys/param.h>.
31911         (MAX): Macro removed.
31912
31913         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31914         Move #define and #undef of memmove to just before and after
31915         including <string.h>.
31916
31917         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31918         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31919         and after including <string.h>.  Move declarations of
31920         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31921         to before #include "string/memmove.c".
31922
31923         * include/dirent.h: Declare __getdirentries.
31924
31925         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31926         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31927
31928 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31929
31930         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31931         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31932         * sysdeps/i386/configure: Regenerated.
31933         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31934         STABS_CURRENT_FILE, and STABS_FUN.
31935         (END): Remove call to STABS_FUN_END.
31936         (STABS_CURRENT_FILE1): Delete.
31937         (STABS_CURRENT_FILE): Likewise.
31938         (STABS_FUN): Likewise.
31939         (STABS_FUN_END): Likewise.
31940         (STABS_FUN2): Likewise.
31941         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31942         * sysdeps/x86_64/configure: Regenerated.
31943
31944 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31945
31946         * elf/dl-open.c: Include <atomic.h>.
31947         * elf/dl-lookup.c: Likewise.
31948
31949 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31950
31951         * sysdeps/unix/sysv/linux/kernel-features.h
31952         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31953         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31954         unconditionally.
31955         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31956         unconditionally.
31957         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31958         condition on __ASSUME_CLONE_THREAD_FLAGS.
31959
31960 2012-08-14  Andreas Jaeger  <aj@suse.de>
31961
31962         * sysdeps/i386/fpu/libm-test-ulps: Update.
31963
31964 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
31965
31966         * include/atomic.h (atomic_exchange_and_add): Split into ...
31967         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
31968         New atomic macros.
31969
31970 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
31971
31972         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31973
31974 2012-08-13  Jeff Law <law@redhat.com>
31975
31976         * manual/stdio.texi (snprintf): Clarify handling of the trailing
31977         null byte in the output string.
31978
31979 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
31980
31981         * sysdeps/unix/sysv/linux/kernel-features.h
31982         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
31983         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
31984         (__ASSUME_ARG_MAX_STACK_BASED): Define.
31985         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
31986         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
31987         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
31988         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
31989
31990 2012-08-09  Jeff Law <law@redhat.com>
31991
31992         [BZ #13939]
31993         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
31994         When avoid_arena is set, don't retry in the that arena.  Pick the
31995         next one, whatever it might be.
31996         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
31997         (arena_lock): Pass in new parameter to arena_get2.
31998         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
31999         arena_get2.
32000         (__libc_malloc): Unify retrying after main arena failure with
32001         __libc_memalign version.
32002         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32003
32004 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32005
32006         [BZ #14166]
32007         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32008         to __redirect_strstr.
32009         (__strstr_sse42): Use typeof __redirect_strstr.
32010         (__strstr_ia32): Likewise.
32011         (__libc_strstr): New prototype.
32012         (strstr): Renamed to ...
32013         (__libc_strstr): This.
32014         (strstr): New strong alias of __libc_strstr.
32015         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32016         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32017         __redirect_time.
32018         Include <time.h>.
32019         (__libc_time): New prototype.
32020         (time_ifunc): Replace time with __libc_time.
32021         (time): New strong alias and hidden definition of __libc_time.
32022         (__GI_time): Remove strong alias.
32023         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32024         Include <stddef.h>.
32025         (memmove): Redefined to __redirect_memmove.
32026         (__memmove_sse2): Use typeof __redirect_memmove.
32027         (__memmove_ssse3): Likewise.
32028         (__memmove_ssse3_back): Likewise.
32029         (__libc_memmove): New prototype.
32030         (memmove): Renamed to ...
32031         (__libc_memmove): This.
32032         (memmove): New strong alias of __libc_memmove.
32033
32034 2012-08-08  Mark Salter  <msalter@redhat.com>
32035
32036         * elf/elf.h
32037         (R_MN10300_TLS_GD): Define.
32038         (R_MN10300_TLS_LD): Likewise.
32039         (R_MN10300_TLS_LDO): Likewise.
32040         (R_MN10300_TLS_GOTIE): Likewise.
32041         (R_MN10300_TLS_IE): Likewise.
32042         (R_MN10300_TLS_LE): Likewise.
32043         (R_MN10300_TLS_DTPMOD): Likewise.
32044         (R_MN10300_TLS_DTPOFF): Likewise.
32045         (R_MN10300_TLS_TPOFF): Likewise.
32046         (R_MN10300_SYM_DIFF): Likewise.
32047         (R_MN10300_ALIGN): Likewise.
32048         (R_MN10300_NUM): Update.
32049
32050 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32051
32052         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32053         Remove.
32054
32055 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32056
32057         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32058
32059         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32060         sysdeps/unix -> sysdeps/posix move.
32061         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32062
32063 2012-08-07      Allan McRae     <allan@archlinux.org>
32064
32065         [BZ #14303]
32066         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32067         (SUNOS_CPP): Likewise.
32068         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32069         not found.
32070         (open_input): Call CPP using execvp.
32071
32072 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32073
32074         * sysdeps/unix/sysv/linux/kernel-features.h
32075         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32076         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32077         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32078         (__ASSUME_WAITID_SYSCALL): Likewise.
32079         * sysdeps/unix/sysv/linux/dl-execstack.c
32080         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32081         code unconditional.
32082         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32083         conditional code.
32084         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32085         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32086         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32087         code.
32088         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32089         unconditional.
32090         [__ASSUME_WAITID_SYSCALL]: Likewise.
32091         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32092
32093 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32094
32095         * sysdeps/unix/closedir.c: Renamed to ...
32096         * sysdeps/posix/closedir.c: ... here.
32097         * sysdeps/unix/dirfd.c: Renamed to ...
32098         * sysdeps/posix/dirfd.c: ... here.
32099         * sysdeps/unix/dirstream.h: Renamed to ...
32100         * sysdeps/posix/dirstream.h: ... here.
32101         * sysdeps/unix/fdopendir.c: Renamed to ...
32102         * sysdeps/posix/fdopendir.c: ... here.
32103         * sysdeps/unix/opendir.c: Renamed to ...
32104         * sysdeps/posix/opendir.c: ... here.
32105         * sysdeps/unix/readdir.c: Renamed to ...
32106         * sysdeps/posix/readdir.c: ... here.
32107         * sysdeps/unix/readdir_r.c: Renamed to ...
32108         * sysdeps/posix/readdir_r.c: ... here.
32109         * sysdeps/unix/rewinddir.c: Renamed to ...
32110         * sysdeps/posix/rewinddir.c: ... here.
32111         * sysdeps/unix/seekdir.c: Renamed to ...
32112         * sysdeps/posix/seekdir.c: ... here.
32113         * sysdeps/unix/telldir.c: Renamed to ...
32114         * sysdeps/posix/telldir.c: ... here.
32115         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32116         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32117         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32118         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32119
32120         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32121         * bits/fcntl.h: ... here.
32122
32123         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32124         not 0.
32125         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32126         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32127         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32128         (struct flock): Move l_start, l_len to the beginning.
32129         Use __pid_t for l_pid.
32130         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32131         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32132         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32133         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32134         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32135         [__USE_LARGEFILE64] (struct flock64): New type.
32136         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32137
32138         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32139         * bits/dirent.h: ... here.
32140
32141         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32142         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32143
32144 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32145
32146         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32147         Change from 2.6.0 to 2.6.16.
32148         * sysdeps/unix/sysv/linux/configure: Regenerated.
32149         * sysdeps/unix/sysv/linux/kernel-features.h
32150         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32151         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32152         version.
32153         (__ASSUME_UTIMES): Likewise.
32154         (__ASSUME_CLONE_STOPPED): Remove.
32155         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32156         architectures, not kernel version.
32157         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32158         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32159         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32160         (__ASSUME_WAITID_SYSCALL): Likewise.
32161         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32162         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32163         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32164         refer to older versions.
32165
32166 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32167
32168         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32169         Define alphasort64 as an alias.
32170         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32171         Define versionsort64 as an alias.
32172         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32173         Define scandir64 as an alias.
32174         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32175         Define scandirat64 as an alias.
32176         * dirent/alphasort64.c (alphasort64):
32177         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32178         * dirent/versionsort64.c: Likewise.
32179         * dirent/scandir64.c: Likewise.
32180         * dirent/scandirat64.c: Likewise.
32181         * sysdeps/wordsize-64/alphasort.c: File removed.
32182         * sysdeps/wordsize-64/alphasort64.c: File removed.
32183         * sysdeps/wordsize-64/scandir.c: File removed.
32184         * sysdeps/wordsize-64/scandir64.c: File removed.
32185         * sysdeps/wordsize-64/scandirat.c: File removed.
32186         * sysdeps/wordsize-64/scandirat64.c: File removed.
32187         * sysdeps/wordsize-64/versionsort.c: File removed.
32188         * sysdeps/wordsize-64/versionsort64.c: File removed.
32189         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32190         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32191         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32192         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32193         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32194         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32195         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32196         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32197
32198         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32199         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32200         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32201         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32202         [defined __arch64__ || defined __sparcv9]
32203         (__INO_T_MATCHES_INO64_T): New macro.
32204         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32205         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32206         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32207         * sysdeps/unix/sysv/linux/bits/dirent.h
32208         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32209         (_DIRENT_MATCHES_DIRENT64): New macro.
32210
32211         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32212         Define lockf64 as an alias.
32213         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32214         Define fseeko64 as an alias.
32215         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32216         Define ftello64 as an alias.
32217         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32218         Define _IO_fgetpos64 and fgetpos64 as aliases.
32219         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32220         Define _IO_fsetpos64 and fsetpos64 as aliases.
32221         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32222         Conditionalize body on this.
32223         * libio/fseeko64.c: Likewise.
32224         * libio/ftello64.c: Likewise.
32225         * libio/iofgetpos64.c: Likewise.
32226         * libio/iofsetpos64.c: Likewise.
32227         * sysdeps/wordsize-64/lockf.c: File removed.
32228         * sysdeps/wordsize-64/lockf64.c: File removed.
32229         * sysdeps/wordsize-64/fseeko.c: File removed.
32230         * sysdeps/wordsize-64/fseeko64.c: File removed.
32231         * sysdeps/wordsize-64/ftello.c: File removed.
32232         * sysdeps/wordsize-64/ftello64.c: File removed.
32233         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32234         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32235         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32236         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32237         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32238         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32239         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32240         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32241         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32242         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32243         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32244         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32245         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32246         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32247
32248         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32249         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32250         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32251         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32252         [defined __arch64__ || defined __sparcv9]
32253         (__OFF_T_MATCHES_OFF64_T): New macro.
32254         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32255         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32256         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32257         (__OFF_T_MATCHES_OFF64_T): New macro.
32258
32259 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32260
32261         * stdlib/secure-getenv.c (__secure_getenv): Replace
32262         GLIBC_2_16 with GLIBC_2_17.
32263
32264 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32265
32266         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32267         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32268
32269 2012-08-03  David S. Miller  <davem@davemloft.net>
32270
32271         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32272
32273 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32274
32275         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32276         Remove.
32277         (__ASSUME_CORRECT_SI_PID): Likewise.
32278         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32279         (__ASSUME_TMPFS_NAME): Likewise.
32280         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32281         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32282         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32283         (HAVE_AUX_SECURE): Make definition unconditional.
32284         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32285         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32286
32287 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32288
32289         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32290         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32291         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32292         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32293         __eloop_threshold instead of SYMLOOP_MAX.
32294
32295         * sysdeps/generic/eloop-threshold.h: New file.
32296         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32297         of MAXSYMLINKS.
32298         * elf/chroot_canon.c (chroot_canon): Likewise.
32299
32300 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32301
32302         [BZ #13717]
32303         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32304         Change to 2.6.0 everywhere.
32305         * sysdeps/unix/sysv/linux/configure: Regenerated.
32306         * sysdeps/unix/sysv/linux/kernel-features.h
32307         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32308         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32309         kernel versions.
32310         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32311         (__ASSUME_FUTEX_REQUEUE): Remove.
32312         (__ASSUME_STATFS64): Define unconditionally.
32313         (__ASSUME_AT_SECURE): Likewise.
32314         (__ASSUME_CORRECT_SI_PID): Likewise.
32315         (__ASSUME_TGKILL): Define without depending on kernel version for
32316         i386.
32317         (__ASSUME_UTIMES): Likewise.
32318         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32319         kernel version.
32320         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32321         (__ASSUME_TMPFS_NAME): Likewise.
32322         * README: Update reference to Linux kernel versions.
32323
32324 2012-08-02  Marek Polacek  <polacek@redhat.com>
32325
32326         [BZ# 14150]
32327         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32328         libc_cv_asm_type_prefix with %.
32329         * configure: Regenerated.
32330         * include/libc-symbols.h: Remove comment about
32331         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32332         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32333         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32334         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32335         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32336         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32337         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32338         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32339         * elf/tst-unique2mod1.c: Likewise.
32340         * elf/tst-unique1mod2.c: Likewise.
32341         * elf/tst-unique1mod1.c: Likewise.
32342         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32343         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32344         Replace ASM_TYPE_DIRECTIVE with .type.
32345         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32346         * sysdeps/i386/sysdep.h: Likewise.
32347         * sysdeps/x86_64/sysdep.h: Likewise.
32348         * sysdeps/sh/sysdep.h: Likewise.
32349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32350         Do not define ASM_TYPE_DIRECTIVE.
32351         * sysdeps/powerpc/sysdep.h: Likewise.
32352         * sysdeps/powerpc/powerpc32/sysdep.h:
32353         Replace ASM_TYPE_DIRECTIVE with .type.
32354         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32355         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32356         * sysdeps/i386/fpu/e_powf.S: Likewise.
32357         * sysdeps/i386/fpu/e_expl.S: Likewise.
32358         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32359         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32360         * sysdeps/i386/fpu/e_pow.S: Likewise.
32361         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32362         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32363         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32364         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32365         * sysdeps/i386/fpu/e_log2.S: Likewise.
32366         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32367         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32368         * sysdeps/i386/fpu/e_powl.S: Likewise.
32369         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32370         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32371         * sysdeps/i386/fpu/e_logl.S: Likewise.
32372         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32373         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32374         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32375         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32376         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32377         * sysdeps/i386/fpu/e_log.S: Likewise.
32378         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32379         * sysdeps/i386/fpu/e_logf.S: Likewise.
32380         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32381         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32382         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32383         * sysdeps/i386/fpu/e_log10.S: Likewise.
32384         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32385         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32386         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32387         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32388         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32389         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32390         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32391         * sysdeps/i386/i686/strtok.S: Likewise.
32392         * sysdeps/i386/i386-mcount.S: Likewise.
32393         * sysdeps/i386/strtok.S: Likewise.
32394         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32395         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32396         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32397         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32398         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32399         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32400         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32401         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32402         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32403         * sysdeps/x86_64/_mcount.S: Likewise.
32404         * sysdeps/x86_64/strtok.S: Likewise.
32405         * sysdeps/sh/_mcount.S: Likewise.
32406
32407 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32408
32409         * libio/iofopen.c: Include <fcntl.h>.
32410         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32411         (_IO_fopen64, fopen64): Define as aliases.
32412         * libio/iofopen64.c: Include <fcntl.h>.
32413         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32414         Conditionalize body on this.
32415         * sysdeps/wordsize-64/iofopen.c: File removed.
32416         * sysdeps/wordsize-64/iofopen64.c: File removed.
32417
32418 2012-08-01  Marek Polacek  <polacek@redhat.com>
32419
32420         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32421         Use dlfcn directly instead of a variable.
32422         (binfmt-subdir): Do not define.
32423         (dlfcn): Likewise.
32424
32425 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32426
32427         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32428         Remove all definitions.
32429         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32430         <kernel-features.h>.
32431         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32432         (miss_F_GETOWN_EX): Remove all definitions.
32433         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32434         macro definition.
32435         [!__ASSUME_FCNTL64]: Remove conditional code.
32436         [__ASSUME_FCNTL64]: Make code unconditional.
32437         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32438         <kernel-features.h>.
32439         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32440         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32441         (lockf64) [__NR_fcntl64]: Make code unconditional.
32442         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32443
32444         * sysdeps/unix/sysv/linux/kernel-features.h
32445         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32446         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32447         Make code unconditional.
32448         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32449         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32451         [__NR_vfork]: Make code unconditional.
32452         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32453         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32455         [__NR_vfork]: Make code unconditional.
32456         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32457         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32458
32459 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32460
32461         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32462         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32463
32464         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32465         Define mkstemp64 as an alias.
32466         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32467         Define mkstemps64 as an alias.
32468         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32469         Define mkostemp64 as an alias.
32470         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32471         Define mkostemps64 as an alias.
32472         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32473         Conditionalize body on this.
32474         * misc/mkostemp64.c: Likewise.
32475         * misc/mkostemps64.c: Likewise.
32476         * misc/mkstemps64.c: Likewise.
32477         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32478         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32479         * sysdeps/wordsize-64/mkostemp.c: File removed.
32480         * sysdeps/wordsize-64/mkstemp.c: File removed.
32481         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32482         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32483         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32484         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32485
32486         [BZ #14138]
32487         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32488         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32489         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32490         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32491
32492         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32493         compat_symbol macros from <shlib-compat.h> rather than the underlying
32494         default_symbol_version and symbol_version macros, so that DEFAULT
32495         lines in shlib-versions are respected.
32496         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32497
32498 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32499
32500         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32501         Declare with warn_unused_result.
32502         (setgid, setregid, setegid, setresgid): Likewise.
32503         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32504         Likewise.
32505         * WUR-REPORT: Remove set*id functions.
32506
32507 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32508
32509         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32510
32511 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32512
32513         [BZ #10191]
32514         * include/sys/socket.h (__libc_accept, __libc_accept4):
32515         Add attribute_hidden.
32516         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32517
32518         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32519         use of PTR_MANGLE.
32520         * inet/getnetgrent_r.c (setup): Likewise.
32521
32522         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32523
32524 2012-07-31  David S. Miller  <davem@davemloft.net>
32525
32526         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32527
32528 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32529
32530         [BZ #13629]
32531         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32532         value between 1.0 and 2.0 and smaller part has absolute value less
32533         than 1.0.
32534         * math/s_clog10.c (__clog10): Likewise.
32535         * math/s_clog10f.c (__clog10f): Likewise.
32536         * math/s_clog10l.c (__clog10l): Likewise.
32537         * math/s_clogf.c (__clogf): Likewise.
32538         * math/s_clogl.c (__clogl): Likewise.
32539         * math/libm-test.inc (clog_test): Add more tests.
32540         (clog10_test): Likewise.
32541         * sysdeps/i386/fpu/libm-test-ulps: Update.
32542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32543
32544 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32545
32546         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32547         Exit with zero in case no suitable GID is found, and write a
32548         message to standard error.
32549
32550 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32551
32552         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32553         rather than to 1.
32554         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32555         (MAXPATHLEN): Removed.
32556         (NOGROUP, NODEV): New macros.
32557         (setbit, clrbit, isset, isclr): New macros.
32558         (howmany, roundup, powerof2): New macros.
32559         (DEV_BSIZE): New macro.
32560
32561         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32562         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32563
32564         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32565         definition on [!__NO_LONG_DOUBLE_MATH].
32566
32567         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32568         PTR_MANGLE and PTR_DEMANGLE.
32569
32570         * socket/accept4.c (accept4): Rename to __libc_accept4.
32571         Define accept4 as a weak alias.
32572
32573         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32574         on [_DIRENT_HAVE_D_TYPE].
32575         * io/ftw.c (ftw_dir): Likewise.
32576
32577         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32578
32579         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32580
32581         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32582         Use the BSD numbers rather than the arbitrary ones we had.
32583         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32584         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32585         (SIGXCPU, SIGXFSZ): New macros.
32586         (_NSIG): Now 32.
32587
32588         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32589         initializer on [_LIBC_REENTRANT].
32590
32591         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32592         definitions inside [_POSIX_MAPPED_FILES].
32593
32594         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32595
32596         * dirent/opendir.c: Include <fcntl.h>.
32597
32598         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32599         (__libc_getspecific): Likewise.
32600         (__libc_key_create): Likewise.
32601
32602         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32603         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32604         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32605         (tmpfile64): Define as alias.
32606         * sysdeps/wordsize-64/tmpfile.c: File removed.
32607         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32608         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32609         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32610
32611         * stdio-common/vfscanf.c: Include <stdbool.h>.
32612         * nss/makedb.c: Likewise.
32613         * stdio-common/_i18n_number.h: Likewise.
32614         * argp/argp-help.c: Likewise.
32615         * posix/wordexp.c: Likewise.
32616         * sysdeps/posix/spawni.c: Likewise.
32617         * nss/nss_files/files-initgroups.c: Likewise.
32618         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32619         * nss/nss_files/files-initgroups.c: Likewise.
32620         * nss/nss_db/db-netgrp.c: Likewise.
32621         * nss/nss_db/db-initgroups.c: Likewise.
32622         * io/fchmodat.c: Include <sys/stat.h>.
32623
32624         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32625         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32626
32627         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32628         [HAVE_MMAP].
32629
32630         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32631         Add multiple inclusion protection.
32632
32633 2012-07-27  David S. Miller  <davem@davemloft.net>
32634
32635         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32636
32637 2012-07-27  Gary Benson  <gbenson@redhat.com>
32638
32639         [BZ #14298]
32640         * elf/rtld.c: Include <stap-probe.h>.
32641         (dl_main): Added static probes "init_start" and "init_complete".
32642         * elf/dl-load.c: Include <stap-probe.h>.
32643         (lose): Take new parameter "nsid".
32644         Added static probe "map_failed".
32645         (_dl_map_object_from_fd): Pass namespace id to lose.
32646         Added static probe "map_start".
32647         (open_verify): Pass namespace id to lose.
32648         * elf/dl-open.c: Include <stap-probe.h>.
32649         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32650         and "reloc_complete".
32651         * elf/dl-close.c: Include <stap-probe.h>.
32652         (_dl_close_worker): Added static probes "unmap_start" and
32653         "unmap_complete".
32654         * elf/rtld-debugger-interface.txt: New file documenting the above.
32655
32656 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32657
32658         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32659         rather than a string variable.
32660         * sunrpc/rpc_main.c (h_output): Likewise.
32661         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32662
32663 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32664
32665         * inet/check_native.c: New file.
32666
32667 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32668
32669         [BZ #13629]
32670         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32671         if larger part has absolute value 1.0.
32672         * math/s_clog10.c (__clog10): Likewise.
32673         * math/s_clog10f.c (__clog10f): Likewise.
32674         * math/s_clog10l.c (__clog10l): Likewise.
32675         * math/s_clogf.c (__clogf): Likewise.
32676         * math/s_clogl.c (__clogl): Likewise.
32677         * math/libm-test.inc (clog_test): Add more tests.
32678         (clog10_test): Likewise.
32679         * sysdeps/i386/fpu/libm-test-ulps: Update.
32680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32681
32682         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32683         (pltexit): Likewise.
32684         (La_regs): Likewise.
32685         (La_retval): Likewise.
32686         (int_retval): Likewise.
32687         Update #error for removed macros to refer only to definitions in
32688         tst-audit.h.
32689         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32690         macro.
32691         (pltexit): Likewise.
32692         (La_regs): Likewise.
32693         (La_retval): Likewise.
32694         (int_retval): Likewise.
32695         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32696         macro.
32697         (pltexit): Likewise.
32698         (La_regs): Likewise.
32699         (La_retval): Likewise.
32700         (int_retval): Likewise.
32701         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32702         macro.
32703         (pltexit): Likewise.
32704         (La_regs): Likewise.
32705         (La_retval): Likewise.
32706         (int_retval): Likewise.
32707         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32708         macro.
32709         (pltexit): Likewise.
32710         (La_regs): Likewise.
32711         (La_retval): Likewise.
32712         (int_retval): Likewise.
32713         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32714         macro.
32715         (pltexit): Likewise.
32716         (La_regs): Likewise.
32717         (La_retval): Likewise.
32718         (int_retval): Likewise.
32719         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32720         macro.
32721         (pltexit): Likewise.
32722         (La_regs): Likewise.
32723         (La_retval): Likewise.
32724         (int_retval): Likewise.
32725         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32726         macro definitions in tst-audit.h.
32727         * sysdeps/i386/tst-audit.h: New file.
32728         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32729         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32730         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32731         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32732         * sysdeps/sh/tst-audit.h: Likewise.
32733         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32734         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32735         * sysdeps/x86_64/tst-audit.h: Likewise.
32736
32737 2012-07-26  Andreas Jaeger  <aj@suse.de>
32738
32739         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32740         ptrace.
32741
32742         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32743         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32744         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32745         PTRACE_O_MASK.
32746         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32747         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32748         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32749
32750         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32751         value.
32752
32753         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32754         _sigsys.
32755         (si_call_addr, si_syscall, si_arch): Define new macro.
32756         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32757         _sigsys.
32758         (si_call_addr, si_syscall, si_arch): Define new marcro.
32759         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32760         _sigsys.
32761         (si_call_addr, si_syscall, si_arch): Define new macro.
32762         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32763         _sigsys.
32764         (si_call_addr, si_syscall, si_arch): Define new macro.
32765
32766 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32767
32768         [BZ #13717]
32769         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32770         Change to 2.4.21 where previously 2.4.1.
32771         * sysdeps/unix/sysv/linux/configure: Regenerated.
32772         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32773         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32774         Linux kernel version.
32775         (__ASSUME_STD_AUXV): Remove.
32776         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32777         kernel version.
32778         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32779         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32780         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32781         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32782         (__ASSUME_NETLINK_SUPPORT): Likewise.
32783         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32784         (__no_netlink_support): Remove conditional definition.
32785         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32786         Remove.
32787         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32788         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32789         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32790         (if_nameindex_ioctl): Remove.
32791         (if_nameindex_netlink): Do not handle __no_netlink_support.
32792         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32793         code.
32794         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32795         Remove conditional code.
32796         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32797         code.
32798         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32799         unconditional.
32800         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32801         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32802         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32803         Remove.
32804         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32805         [!__ASSUME_STD_AUXV]: Remove conditional code.
32806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32807         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32808         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32810         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32811         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32812         code.
32813         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32815         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32816         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32817         conditional code.
32818         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32820         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32821         code.
32822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32823         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32824         conditional code.
32825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32826         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32827         code unconditional.
32828         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32829         conditional code.
32830         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32831         unconditional.
32832         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32833         conditional code.
32834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32835         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32836         unconditional.
32837         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32838         conditional code.
32839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32840         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32841         code unconditional.
32842         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32843         conditional code.
32844         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32845         unconditional.
32846         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32847         conditional code.
32848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32849         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32850         code unconditional.
32851         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32852         conditional code.
32853         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32854         unconditional.
32855         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32856         conditional code.
32857
32858 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32859
32860         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32861         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32862         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32863         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32864         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32865         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32866         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32867         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32868         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32869         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32870         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32871         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32872         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32873         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32874         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32875         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32876         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32877         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32878         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32879         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32880         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32881         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32882         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32883
32884 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32885
32886         * Versions.def: Add GLIBC_2.17.
32887         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32888         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32889         Introduce __libc_secure_getenv.
32890         * stdlib/Versions (2.17): Add secure_getenv
32891         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32892         * stdlib/secure-getenv.c: Rename __secure_getenv to
32893         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32894         symbol __secure_getenv for GLIBC_2.0.
32895         * stdlib/tst-secure-getenv.c: New.
32896         * stdlib/Makefile (tests): Add testcase.
32897         * manual/startup.texi (Environment Access): Document
32898         secure_getenv.
32899         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32900         __libc_secure_getenv.
32901         * inet/ruserpass.c (ruserpass): Likewise.
32902         * malloc/mtrace.c (mtrace): Likewise.
32903         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32904         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32905         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32906         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32907         HAVE_SECURE_GETENV.
32908         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32909         __secure_getenv to __libc_secure_getenv.
32910         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32912         Likewise.
32913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32914         Likewise.
32915         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32916         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32917         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32918         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32919         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32920         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32921         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32922
32923 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32924
32925         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32926         (struct La_i86_retval): Likewise.
32927         (struct La_x86_64_regs): Likewise.
32928         (struct La_x86_64_retval): Likewise.
32929         (struct La_x32_regs): Likewise.
32930         (struct La_x32_retval): Likewise.
32931         (struct La_ppc32_regs): Likewise.
32932         (struct La_ppc32_retval): Likewise.
32933         (struct La_ppc64_regs): Likewise.
32934         (struct La_ppc64_retval): Likewise.
32935         (struct La_sh_regs): Likewise.
32936         (struct La_sh_retval): Likewise.
32937         (struct La_s390_32_regs): Likewise.
32938         (struct La_s390_32_retval): Likewise.
32939         (struct La_s390_64_regs): Likewise.
32940         (struct La_s390_64_retval): Likewise.
32941         (struct La_sparc32_regs): Likewise.
32942         (struct La_sparc32_retval): Likewise.
32943         (struct La_sparc64_regs): Likewise.
32944         (struct La_sparc64_retval): Likewise.
32945         (struct audit_ifaces): Remove architecture-specific pltenter and
32946         pltexit members.
32947         * sysdeps/i386/ldsodefs.h: New file.
32948         * sysdeps/powerpc/ldsodefs.h: Likewise.
32949         * sysdeps/s390/ldsodefs.h: Likewise.
32950         * sysdeps/sh/ldsodefs.h: Likewise.
32951         * sysdeps/sparc/ldsodefs.h: Likewise.
32952         * sysdeps/x86_64/ldsodefs.h: Likewise.
32953
32954 2012-07-25  Marek Polacek  <polacek@redhat.com>
32955
32956         [BZ #6808]
32957         * math/libm-test.inc (yn_test): Add another test.
32958         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32959         to ERANGE when the result is +-Inf.
32960         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
32961         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32962         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
32963         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
32964
32965 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
32966
32967         * conform/data/time.h-data (NULL): Use macro-constant.  Require
32968         equal to 0.
32969         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
32970         clock_t.
32971         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
32972
32973 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
32974
32975         * configure.in <sysdeps resolving>: Correct printing
32976         Implies_before.
32977         * configure: Regenerate.
32978
32979 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
32980
32981         * math/w_ilogb.c: Include <limits.h>.
32982         * math/w_ilogbl.c: Likewise.
32983
32984 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32985
32986         * manual/lang.texi (__va_copy): Document primarily as ISO C99
32987         va_copy.  Document allowing for unavailable va_copy only as
32988         pre-C99 compatibility.
32989         * manual/string.texi (Copying and Concatenation): Use va_copy
32990         instead of __va_copy in concat example.
32991
32992 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
32993
32994         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
32995         (__sendto): Use create_address_port.  Initialize APORT and deallocate
32996         it if not null.
32997
32998         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
32999         with O_NOLINK passed to __file_name_lookup.
33000
33001         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33002         with O_NOLINK passed to __file_name_lookup.
33003
33004         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33005         negative N or less than NGIDS.
33006
33007         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33008         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33009         enough.  Use memcpy instead of strncpy.
33010
33011 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33012
33013         * elf/Makefile (check-data): Remove.
33014         (localplt.data): New vpath directive.
33015         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33016         instead of $(check-data).
33017         * scripts/data/localplt-generic.data: Move to ...
33018         * sysdeps/generic/localplt.data: ... here.
33019         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33020         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33021         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33023         ... here.
33024         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33026         ... here.
33027         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33028         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33029         ... here.
33030         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33031         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33032         ... here.
33033         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33034         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33035         ... here.
33036         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33037         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33038         ... here.
33039
33040 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33041
33042         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33043         PPC32 and PPC64 files.
33044         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33045         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33046
33047 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33048
33049         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33050         __makecontext_ret to ...
33051         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33052         ... here and call exit if uc_link is NULL.  New file.
33053         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33054         __makecontext_ret.S.
33055         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33056         __makecontext_ret to ...
33057         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33058         ... here and call exit if uc_link is NULL.  New file.
33059         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33060         __makecontext_ret.S.
33061
33062 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33063
33064         * elf/elf.h (R_390_IRELATIVE): New definition.
33065         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33066         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33067         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33068         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33069         (elf_machine_lazy_rel): Likewise.
33070         * sysdeps/s390/dl-irel.h: New file.
33071         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33072         * sysdeps/s390/s390-64/memset.S: New asm code.
33073         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33074         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33075         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33076         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33077         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33078         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33079         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33080         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33081         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33082         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33083         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33084         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33085         * sysdeps/s390/s390-32/memset.S: New asm code.
33086         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33087
33088 2012-07-17  Marek Polacek  <polacek@redhat.com>
33089
33090         [BZ #14349]
33091         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33092         * sysdeps/s390/s390-64/configure.in: Likewise.
33093         * sysdeps/sparc/configure.in: Likewise.
33094         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33095         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33096         * sysdeps/i386/configure.in: Likewise.
33097         * sysdeps/x86_64/configure.in: Likewise.
33098         * sysdeps/sh/configure.in: Likewise.
33099         * sysdeps/s390/s390-32/configure: Regenerated.
33100         * sysdeps/s390/s390-64/configure: Likewise.
33101         * sysdeps/x86_64/configure: Likewise.
33102         * sysdeps/sh/configure: Likewise.
33103         * sysdeps/powerpc/powerpc64/configure: Likewise.
33104         * sysdeps/powerpc/powerpc32/configure: Likewise.
33105         * sysdeps/sparc/configure: Likwise.
33106         * sysdeps/i386/configure: Likewise.
33107
33108         * elf/dl-open.c: Comment fixes.
33109
33110 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33111
33112         * Makefile [CXX] (check-data): Remove.
33113         [CXX] (c++-types.data): New vpath directive.
33114         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33115         vpath.  Do not allow for C++ type data being missing.
33116         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33117         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33118         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33119         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33120         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33121         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33122         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33124         ... here.
33125         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33127         ... here.
33128         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33129         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33130         ... here.
33131         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33133         ... here.
33134         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33135         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33136         ... here.
33137         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33138         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33139         ... here.
33140         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33141         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33142         ... here.
33143         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33144         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33145
33146         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33147         definitions to architecture-specific files.
33148         (TLS_IE): Likewise.
33149         (TLS_LD): Likewise.
33150         (TLS_GD): Likewise.
33151         * sysdeps/i386/tls-macros.h: New file.
33152         * sysdeps/powerpc/tls-macros.h: Likewise.
33153         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33154         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33155         * sysdeps/sh/tls-macros.h: Likewise.
33156         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33157         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33158         * sysdeps/x86_64/tls-macros.h: Likewise.
33159
33160 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33161
33162         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33163         zero value for regular exit case.
33164
33165         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33166         (__start_context): Preserve zero value for regular exit case.
33167
33168 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33169             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33170
33171         * manual/setjmp.texi (setcontext): Clarify normal process
33172         termination when uc_link is the null pointer.
33173         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33174         exit call.
33175
33176 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33177
33178         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33179         preprocessor.  Test for each exception mask separately.
33180
33181 2012-07-16  Andreas Jaeger  <aj@suse.de>
33182
33183         * po/ru.po: Update from translation team.
33184
33185 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33186
33187         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33188         equal to 0.
33189         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33190         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33191         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33192         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33193         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33194
33195 2012-07-13  Andreas Jaeger  <aj@suse.de>
33196
33197         * po/fr.po: Update from translation team.
33198
33199 2012-07-12  Marek Polacek  <polacek@redhat.com>
33200
33201         [BZ #14173]
33202         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33203         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33204         loop condition.
33205
33206 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33207
33208         [BZ #13717]
33209         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33210         Change to 2.4.1 where previously 2.4.0.
33211         * sysdeps/unix/sysv/linux/configure: Regenerated.
33212         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33213         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33214         version.
33215         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33216         (__ASSUME_AT_CLKTCK): Remove.
33217         (__ASSUME_AT_PAGESIZE): Likewise.
33218         (__ASSUME_AT_XID): Likewise.
33219         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33220         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33221         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33222         unconditionally.
33223         (HAVE_AUX_PAGESIZE): Likewise.
33224         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33225         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33226         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33227
33228 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33229
33230         [BZ #14307]
33231         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33232         the temporary buffer used to invoke __gethostbyname2_r,
33233         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33234         host_data / struct gaih_addrtuple.
33235         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33236         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33237         header file nss/nsswitch.h.
33238         * nss/nsswitch.h (global scope): Add definition of implementation
33239         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33240         resolv/nss_dns/dns-host.c).
33241
33242 2012-07-11  Andreas Jaeger  <aj@suse.de>
33243
33244         * po/fr.po: Update from translation team.
33245
33246         * po/sv.po: Update from translation team
33247         * po/fr.po: Another update from translation team.
33248
33249 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33250
33251         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33252         for subnormals or multiply small sinh result by itself.
33253         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33255
33256 2012-07-11  David S. Miller  <davem@davemloft.net>
33257
33258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33259
33260 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33261
33262         [BZ #14347]
33263         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33264         (INTERNAL_MARK): Shift it here.
33265
33266 2012-07-10  Marek Polacek  <polacek@redhat.com>
33267
33268         [BZ #14151]
33269         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33270         libc_cv_asm_global_directive with .globl.
33271         * configure: Regenerated.
33272         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33273         with .globl.
33274         * sysdeps/i386/configure: Regenerated.
33275         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33276         with .globl.
33277         * sysdeps/x86_64/configure: Regenerated.
33278         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33279         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33280         * elf/tst-unique2mod2.c: Likewise.
33281         * elf/tst-unique2mod1.c: Likewise.
33282         * elf/tst-unique1mod2.c: Likewise.
33283         * elf/tst-unique1mod1.c: Likewise.
33284         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33285         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33286         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33287         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33288         * sysdeps/mach/sysdep.h: Likewise.
33289         * sysdeps/i386/sysdep.h: Likewise.
33290         * sysdeps/i386/i386-mcount.S: Likewise.
33291         * sysdeps/x86_64/_mcount.S: Likewise.
33292         * sysdeps/x86_64/sysdep.h: Likewise.
33293         * sysdeps/sh/_mcount.S: Likewise.
33294         * sysdeps/sh/sysdep.h: Likewise.
33295         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33296         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33297         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33298         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33299         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33300         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33301         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33302         * locale/localeinfo.h: Likewise.
33303         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33304         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33305
33306 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33307
33308         [BZ #14336]
33309         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33310         system".
33311         * manual/message.texi (The Uniforum approach): Likewise.
33312         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33313         (glibc iconv Implementation): Likewise.
33314
33315 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33316
33317         [BZ #14337]
33318         * math/s_clog.c (__clog): Avoid scaling a value down where that
33319         could result in underflow.
33320         * math/s_clog10.c (__clog10): Likewise.
33321         * math/s_clog10f.c (__clog10f): Likewise.
33322         * math/s_clog10l.c (__clog10l): Likewise.
33323         * math/s_clogf.c (__clogf): Likewise.
33324         * math/s_clogl.c (__clogl): Likewise.
33325         * math/libm-test.inc (clog_test): Add more tests.
33326         (clog10_test): Likewise.
33327         * sysdeps/i386/fpu/libm-test-ulps: Update.
33328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33329
33330 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33331
33332         [BZ #14283]
33333         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33334         by 7 not 8 to examine high bit of fractional part.
33335
33336         [BZ #14042]
33337         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33338         for call to __mcount_internal.
33339         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33340         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33341         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33342
33343 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33344
33345         [BZ #14154]
33346         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33347         approximation for values within 0x1p-13f of an odd multiple of
33348         pi/4.
33349         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33350         exception.  Add more tests.
33351         * sysdeps/i386/fpu/libm-test-ulps: Update.
33352
33353         [BZ #6778]
33354         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33355         inputs and return -1 for them.  Do not check for +Inf in case not
33356         reachable for +Inf.
33357         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33358         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33359         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33360         and return -1 for them.  Do not check for +Inf in case not
33361         reachable for +Inf.
33362         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33363         define.
33364         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33365         and return -1 for them.  Do not check for +Inf in case not
33366         reachable for +Inf.
33367         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33368         spurious underflow.
33369         * sysdeps/i386/fpu/libm-test-ulps: Update.
33370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33371
33372 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33373
33374         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33375
33376 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33377
33378         [BZ #14157]
33379         [BZ #14331]
33380         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33381         could result in spurious underflow.  Scale down values above
33382         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33383         * math/s_csqrtf.c (__csqrtf): Likewise.
33384         * math/s_csqrtl.c (__csqrtl): Likewise.
33385         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33386         spurious underflow.
33387         * sysdeps/i386/fpu/libm-test-ulps: Update.
33388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33389
33390 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33391
33392         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33393         xopen-msg.sed.
33394         * catgets/xopen-msg.awk: New file.
33395         * catgets/xopen-msg.sed: Removed.
33396
33397         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33398         po2text.sed.
33399         * intl/po2test.awk: New file.
33400         * intl/po2test.sed: Removed.
33401
33402 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33403
33404         [BZ #14328]
33405         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33406         or multiply small sinh result by itself.
33407         * math/s_ctanf.c (__ctanf): Likewise.
33408         * math/s_ctanh.c (__ctanh): Likewise.
33409         * math/s_ctanhf.c (__ctanhf): Likewise.
33410         * math/s_ctanhl.c (__ctanhl): Likewise.
33411         * math/s_ctanl.c (__ctanl): Likewise.
33412         * math/libm-test.inc (ctan_test_tonearest): New function.
33413         (ctan_test_towardzero): Likewise.
33414         (ctan_test_downward): Likewise.
33415         (ctan_test_upward): Likewise.
33416         (ctanh_test_tonearest): Likewise.
33417         (ctanh_test_towardzero): Likewise.
33418         (ctanh_test_downward): Likewise.
33419         (ctanh_test_upward): Likewise.
33420         (main): Call these new functions.
33421         * sysdeps/i386/fpu/libm-test-ulps: Update.
33422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33423
33424 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33425
33426         * .gitignore: Delete /ports entry.
33427
33428 2012-07-03  Andreas Jaeger  <aj@suse.de>
33429
33430         * po/bg.po: Update from translation team.
33431         * po/cs.po: Likewise.
33432         * po/de.po: Likewise.
33433         * po/hr.po: Likewise.
33434         * po/nl.pl: Likewise.
33435         * po/pl.po: Likewise.
33436         * po/vi.po: Likewise.
33437
33438 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33439
33440         * Makeconfig [!+link] (+link-before-libc): New variable.
33441         [!+link] (+link-after-libc): Likewise.
33442         [!+link] (+link-tests): Likewise.
33443         [!+link] (+link): Define in terms of $(+link-before-libc) and
33444         $(+link-after-libc).
33445         [!+link-static] (+link-static-before-libc): New variable.
33446         [!+link-static] (+link-static-after-libc): Likewise.
33447         [!+link-static] (+link-static-tests): Likewise.
33448         [!+link-static] (+link-static): Define in terms of
33449         $(+link-static-before-libc) and $(+link-static-after-libc).
33450         [build-shared] (link-libc-before-gnulib): New variable.
33451         [build-shared] (link-libc-tests): Likewise.
33452         [build-shared] (link-libc): Define in terms of
33453         $(link-libc-before-gnulib).
33454         [!build-shared] (link-libc-tests): New variable.
33455         (link-libc-static-tests): New variable.
33456         [!gnulib] (gnulib-arch): New variable.
33457         [!gnulib] (gnulib-tests): Likewise.
33458         [!gnulib] (static-gnulib-arch): Likewise.
33459         [!gnulib] (static-gnulib-tests): Likewise.
33460         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33461         Define with "=" instead of ":=".
33462         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33463         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33464         * Rules (binaries-all-notests): New variable.
33465         (binaries-all-tests): Likewise.
33466         (binaries-static-notests): Likewise.
33467         (binaries-static-tests): Likewise.
33468         (binaries-all): Define using $(binaries-all-notests) and
33469         $(binaries-all-tests).
33470         (binaries-static): Define using $(binaries-static-notests) and
33471         $(binaries-static-tests).
33472         (binaries-shared-tests): New variable.
33473         (binaries-shared-notests): Likewise.
33474         (binaries-shared): Remove variable.
33475         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33476         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33477         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33478         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33479         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33480         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33481         * elf/Makefile (sln-modules): New variable.
33482         (extra-objs): Add $(sln-modules:=.o).
33483         (ldconfig-modules): Add static-stubs.
33484         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33485         * elf/static-stubs.c: New file.
33486
33487         [BZ #14283]
33488         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33489         by 7 not 8 to examine high bit of fractional part.  Use volatile
33490         variables when splitting into final array of floats if
33491         __FLT_EVAL_METHOD__ != 0.
33492         * math/libm-test.inc (cos_test): Add another test.
33493         (sin_test): Likewise.
33494         * sysdeps/i386/fpu/libm-test-ulps: Update.
33495
33496         [BZ #14273]
33497         * math/libm-test.inc (cosh_test): Add more tests.
33498
33499         * version.h (RELEASE): Set to "development".
33500         (VERSION): Set to "2.16.90".
33501
33502 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33503
33504         * NEWS: Update copyright. Remove last-updated date.
33505         Mention math library bug fixes and timezone data changes.
33506         * README: Mention GNU/Hurd, x32, and HPPA support status.
33507
33508 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33509
33510         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33511
33512 2012-06-27  Andreas Jaeger  <aj@suse.de>
33513
33514         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33515
33516 2012-06-25  Andreas Jaeger  <aj@suse.de>
33517
33518         * sysdeps/s390/fpu/libm-test-ulps: Update.
33519
33520 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33521             Thomas Schwinge  <thomas@codesourcery.com>
33522
33523         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33524         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33525         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33526         fanotify_mark.
33527
33528 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33529
33530         * sysdeps/mach/start.c: Remove file.
33531         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33532         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33533         * sysdeps/sh/init-first.c: Likewise.
33534
33535         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33536         registers for frame unwinding purposes, add CFI directives.
33537         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33538         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33539         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33540         Likewise.
33541
33542         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33543         __fortify_fail returning.
33544         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33545
33546         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33547         sysdeps/sh/____longjmp_chk.S.
33548         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33549         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33550         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33551         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33552
33553         * sysdeps/sh/abort-instr.h: New file.
33554         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33555         process in case exit returns.
33556
33557         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33558         initialize the GOT register before use.
33559
33560         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33561         calculation of ARGC > 4.
33562
33563         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33564         meaningful names to some local labels.
33565
33566 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33567             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33568
33569         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33570         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33571         (__arch_compare_and_exchange_val_16_acq): Likewise.
33572         (__arch_compare_and_exchange_val_32_acq): Likewise.
33573         (atomic_exchange_and_add): Fix gUSA sequence.
33574         (atomic_add): Likewise.
33575         (atomic_add_negative): Likewise.
33576         (atomic_add_zero): Likewise.
33577         (atomic_bit_test_set): Likewise.
33578
33579 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33580
33581         [BZ #13579]
33582         * include/link.h (struct link_map): Add l_free_initfini.
33583         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33584         l_initfini.
33585         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33586         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33587         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33588         set.
33589
33590 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33591
33592         * configure.in: Use AC_LANG_SOURCE.
33593         * configure: Regenerate.
33594
33595 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33596
33597         * configure.in (libc_cv_localstatedir): New substituted variable.
33598         * configure: Regenerated.
33599         * config.make.in (localstatedir): New variable, substituted from
33600         libc_cv_localstatedir.
33601         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33602         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33603         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33604         * sysdeps/gnu/configure: Regenerated.
33605
33606 2012-06-21  Jeff Law  <law@redhat.com>
33607
33608         [BZ #14277]
33609         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33610         free.  Simplify list management for _LIBC case.
33611
33612 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33613
33614         [BZ #14273]
33615         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33616         Clear sign bit of 64-bit integer value before comparing against
33617         overflow value.
33618
33619         * sysdeps/mach/configure: Regenerated.
33620
33621 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33622
33623         [BZ #14278]
33624         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33625
33626 2012-06-21  Jeff Law  <law@redhat.com>
33627
33628         [BZ #13882]
33629         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33630         uint16_t for elements in the "seen" array to avoid char overflows.
33631         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33632         * elf/dl-open.c (dl_open_worker): Likewise.
33633
33634 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33635
33636         * scripts/list-sources.sh: Scan PORTS for translations.
33637         * po/libc.pot: Regenerated.
33638
33639 2012-06-21  Andreas Jaeger  <aj@suse.de>
33640
33641         [BZ #12194]
33642         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33643         warning.
33644         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33645         * bits/byteswap-16.h (__bswap_16): Likewise.
33646         * bits/byteswap.h (__bswap_constant_16): Likewise.
33647
33648 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33649
33650         [BZ #14117]
33651         * sysdeps/i386/fpu_control.h: Removed.
33652         * sysdeps/x86_64/fpu_control.h: Moved to ...
33653         * sysdeps/x86/fpu_control.h: Here.
33654
33655         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33656         (_FPU_SETCW): Likewise.
33657
33658 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33659
33660         [BZ #14117]
33661         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33662         * sysdeps/x86/fpu/bits/mathinline.h: This.
33663         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33664
33665         [BZ #14050]
33666         [BZ #14117]
33667         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33668         functions if __x86_64__ is defined.
33669
33670 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33671
33672         * string/endian.h: Add !__ASSEMBLER__ condition for including
33673         conversion interfaces.
33674
33675 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33676
33677         [BZ #14241]
33678         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33679         of ABS(x) in calculating zero to negative powers other than odd
33680         integers.
33681         * math/libm-test.inc (pow_test): Add more tests.
33682
33683 2012-06-15  Andreas Jaeger  <aj@suse.de>
33684
33685         * manual/contrib.texi (Contributors): Update entry of Liubov
33686         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33687         Machado Filho.
33688
33689 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33690
33691         * string/string.h: Add __wur to GNU version of strerror_r.
33692
33693 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33694
33695         [BZ #14229]
33696         * string/Makefile (tests): Add tst-strtok_r.
33697         * string/tst-strtok_r.c: New file.
33698         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33699         RAX_LP/RDX_LP on SAVE_PTR.
33700
33701 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33702
33703         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33704
33705 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33706
33707         * libm_test.inc (csqrt_test): Allow more spurious underflow
33708         exceptions.
33709         (j0_test): Likewise.
33710         (j1_test): Likewise.
33711         (y0_test): Likewise.
33712         (y1_test): Likewise.
33713
33714 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33715
33716         * po/Makefile (libc.pot): Use UTF-8 charset.
33717
33718 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33719
33720         [BZ #14210]
33721         Suppress sign-conversion warning from FD_SET.
33722         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33723         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33724         not unsigned long int.
33725         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33726
33727 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33728
33729         [BZ #14050]
33730         [BZ #14117]
33731         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33732         __extern_always_inline instead of __extern_inline.
33733         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33734         (__signbit): Likewise.
33735         (__signbitl): Support C++ namespace.
33736         (lrintf): New inline function.
33737         (lrint): Likewise.
33738         (llrintf): Likewise.
33739         (llrint): Likewise.
33740         (fmaxf): Likewise.
33741         (fmax): Likewise.
33742         (fminf): Likewise.
33743         (fmin): Likewise.
33744         (rint): Likewise.
33745         (rintf): Likewise.
33746         (ceil): Likewise.
33747         (ceilf): Likewise.
33748         (floor): Likewise.
33749         (floorf): Likewise.
33750         (nearbyint): Likewise.
33751         (nearbyintf): Likewise.
33752
33753 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33754
33755         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33756         non-default versions.
33757
33758 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33759
33760         [BZ #14218]
33761         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33762
33763 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33764
33765         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33766         (FE_UPWARD, FE_DOWNWARD): Don't define.
33767         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33768         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33769
33770         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33771         reading it.
33772         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33773         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33774
33775 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33776
33777         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33778         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33779         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33780         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33781
33782 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33783
33784         [BZ #14117]
33785         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33786         * sysdeps/i386/fpu/Implies: New file.
33787         * sysdeps/x86_64/fpu/Implies: Likewise.
33788         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33789         * sysdeps/x86/fpu/bits/fenv.h: This.
33790
33791         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33792         __SSE_MATH__.
33793
33794 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33795
33796         [BZ #14134]
33797         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33798         character 0xffff that matches the last element of the
33799         conversion table.
33800
33801 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33802
33803         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33804         fmodl commit.
33805
33806 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33807
33808         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33809         values higher than 25.6283.
33810
33811 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33812
33813         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33814         subnormal exponent extraction and add some __builtin_expect.
33815         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33816         Fix for subnormal mantissa calculation.
33817
33818 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33819
33820         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33821         cpu2 is -1 and errno is not ENOSYS.
33822
33823 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33824
33825         [BZ #14117]
33826         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33827         * sysdeps/x86/bits/string.h: This.
33828         * sysdeps/x86_64/bits/string.h: Removed.
33829
33830         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33831         if not compiling for x86-64, but compiling for >= i486.
33832
33833         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33834         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33835
33836         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33837         New macro from Linux kernel 3.4.0.
33838         (FP_XSTATE_MAGIC2): Likewise.
33839         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33840         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33841         (struct _fpx_sw_bytes): New struct.
33842         (struct _xsave_hdr): Likewise.
33843         (struct _ymmh_state): Likewise.
33844         (struct _xstate): Likewise.
33845
33846         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33847         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33848         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33849         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33850         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33851         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33852
33853         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33854         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33855         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33856         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33857         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33858         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33859
33860 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33861
33862         [BZ #13743]
33863         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33864         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33865         (sysdep_headers): Include sys/platform/ppc.h.
33866         * sysdeps/powerpc/test-gettimebase.c: Test for
33867         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33868         * manual/Makefile (appendices): Include platform.texi.
33869         * manual/contrib.texi (Contributors): Update @node pointers.
33870         * manual/maint.texi (Maintenance): Likewise.
33871         (Platform): New node.
33872         * manual/platform.texi: New file.  Document the new features.
33873
33874 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33875             Jakub Jelinek  <jakub@redhat.com>
33876
33877         [BZ #14188]
33878         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33879         where __builtin_expect is unavailable.
33880
33881 2012-06-03  David S. Miller  <davem@davemloft.net>
33882
33883         * stdlib/longlong.h: Updated from GCC.
33884
33885 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33886
33887         [BZ #14042]
33888         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33889         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33890         __mcount_internal.
33891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33892         (GLIBC_2.16): Likewise.
33893
33894 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33895
33896         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33897
33898 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33899
33900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33901         (default-abi): New variable.
33902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33903         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33904         variable.
33905         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33906         Likewise.
33907         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33908         Likewise.
33909         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33910         Likewise.
33911
33912         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33913         definition.  Document in comment.
33914
33915 2012-06-01  David S. Miller  <davem@davemloft.net>
33916
33917         * stdlib/longlong.h: Updated from GCC.
33918
33919 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33920
33921         [BZ #14117]
33922         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33923         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33924         sys/debugreg.h sys/io.h here.
33925         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33926         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33927         sys/io.h.
33928         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33929         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33930         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33931         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33932         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33933         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33934
33935         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33936         Define only if __x86_64__ is defined.
33937
33938 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33939
33940         [BZ #14048]
33941         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33942         Use int64_t for variable i.
33943         * math/libm-test.inc (fmod_test): Add more tests.
33944
33945         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33946         z computation is not scheduled after fetestexcept.
33947         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33948         Use math_force_eval instead of asm to ensure calculation scheduled
33949         before exception test.
33950         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33951         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33952
33953 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33954
33955         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33956         computation is not scheduled after fetestexcept.
33957
33958 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33959
33960         [BZ #14117]
33961         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
33962         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
33963
33964 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33965
33966         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
33967         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33968
33969 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33970
33971         [BZ #14117]
33972         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
33973         <bits/wordsize.h>.
33974         (__WCHAR_MIN): Support __WORDSIZE == 64.
33975         (__WCHAR_MAX): Likewise.
33976
33977         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
33978         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
33979
33980         [BZ #14183]
33981         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
33982         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
33983
33984         [BZ #14117]
33985         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
33986         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
33987
33988         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
33989         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
33990
33991         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
33992         Defined to 1 if __x86_64__ isn't defined.
33993         (_STAT_VER_LINUX_OLD): New.
33994         (st_atime): Remove duplicate.
33995         (st_mtime): Likewise.
33996         (st_ctime): Likewise.
33997
33998 2012-05-31  David S. Miller  <davem@davemloft.net>
33999
34000         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34001         entries.
34002
34003 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34004
34005         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34006         gen-libm-test.pl.
34007
34008         [BZ #14132]
34009         * elf/dl-reloc.c: Include <_itoa.h>.
34010         (_dl_reloc_bad_type): Remove use of INTUSE.
34011         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34012         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34013         * stdio-common/psiginfo.c (psiginfo): Likewise.
34014         * stdio-common/psignal.c (psignal): Likewise.
34015         * string/strsignal.c (strsignal): Likewise.
34016         * include/signal.h (_sys_siglist): Declare hidden proto.
34017         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34018         INTVARDEF with libc_hidden_data_def.
34019         * stdio-common/itoa-udigits.c: Likewise.
34020         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34021         (_itoa_lower_digits_internal): Remove declaration.
34022         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34023         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34024         (_sys_sigabbrev_internal): Remove aliases.
34025         (_sys_siglist): Define hidden alias.
34026
34027 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34028
34029         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34030         bits/sysctl.h.
34031
34032 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34033
34034         [BZ #14117]
34035         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34036         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34037
34038         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34039         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34040         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34041         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34042         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34043         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34044
34045         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34046         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34047         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34048
34049         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34050         with __addr.
34051         (insw): Likewise.
34052         (insl): Likewise.
34053         (outsb): Likewise.
34054         (outsw): Likewise.
34055         (outsl): Likewise.
34056
34057         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34058         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34059         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34060
34061         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34062         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34063         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34064         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34065         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34066         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34067
34068         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34069         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34070
34071         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34072         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34073
34074         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34075         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34076         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34077
34078         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34079         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34080         to ...
34081         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34082
34083         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34084         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34085         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34086
34087         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34088         for x86-64.
34089         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34090
34091 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34092
34093         * math/math.h (M_El): Use two more decimal places.
34094         (M_LOG2El): Likewise.
34095         (M_LOG10El): Likewise.
34096         (M_LN2l): Likewise.
34097         (M_LN10l): Likewise.
34098         (M_PIl): Likewise.
34099         (M_PI_2l): Likewise.
34100         (M_PI_4l): Likewise.
34101         (M_1_PIl): Likewise.
34102         (M_2_PIl): Likewise.
34103         (M_2_SQRTPIl): Likewise.
34104         (M_SQRT2l): Likewise.
34105         (M_SQRT1_2l): Likewise.
34106
34107 2012-05-31  David S. Miller  <davem@davemloft.net>
34108
34109         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34110         values between float registers.
34111         * sysdeps/sparc/sparc64/memset.S: Likewise.
34112         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34113
34114 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34115
34116         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34117         -D_FORTIFY_SOURCE=1.
34118         (CPPFLAGS-tst-longjmp_chk.c): Define.
34119         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34120         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34121         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34122         CFLAGS-tst-wchar-h.c.
34123
34124 2012-05-31  Marek Polacek  <polacek@redhat.com>
34125
34126         [BZ #14132]
34127         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34128         __endmntent_internal): Remove declaration.
34129         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34130         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34131         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34132
34133 2012-05-30  David S. Miller  <davem@davemloft.net>
34134
34135         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34136         (___Q_simulate_exceptions): Use real FP ops rather than writing
34137         into the %fsr.
34138         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34139         Likewise.
34140
34141 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34142
34143         [BZ #14117]
34144         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34145         * sysdeps/x86/bits/xtitypes.h: This.
34146
34147         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34148         * sysdeps/x86/bits/wordsize.h: This.
34149
34150         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34151         * sysdeps/x86/bits/huge_vall.h: This.
34152
34153         * sysdeps/i386/bits/select.h: Removed.
34154         * sysdeps/x86_64/bits/select.h: Renamed to ...
34155         * sysdeps/x86/bits/select.h: This.
34156
34157         * sysdeps/i386/bits/setjmp.h: Removed.
34158         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34159         * sysdeps/x86/bits/setjmp.h: This.
34160
34161         * sysdeps/i386/bits/mathdef.h: Removed.
34162         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34163         * sysdeps/x86/bits/mathdef.h: This.
34164
34165 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34166
34167         [BZ #14132]
34168         * include/sys/socket.h (__connect_internal)
34169         (__libc_sa_len_internal): Remove declaration.
34170         (__connect, __libc_sa_len): Declare hidden_proto.
34171         (SA_LEN): Remove use of INTUSE.
34172         * socket/connect.c: Add libc_hidden_def.
34173         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34174         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34175         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34176         alias.
34177         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34178         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34179         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34180         of adding _internal alias.
34181
34182 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34183
34184         [BZ #14117]
34185         * sysdeps/i386/bits/link.h: Removed.
34186         * sysdeps/i386/bits/linkmap.h: Likewise.
34187         * sysdeps/x86_64/bits/link.h: Renamed to ...
34188         * sysdeps/x86/bits/link.h: This.
34189         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34190         * sysdeps/x86/bits/linkmap.h: This.
34191
34192         * sysdeps/i386/bits/endian.h: Removed.
34193         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34194         * sysdeps/x86/bits/endian.h: This.
34195
34196         * sysdeps/i386/bits/byteswap.h: Removed.
34197         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34198         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34199         * sysdeps/x86/bits/byteswap.h: This.
34200         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34201         * sysdeps/x86/bits/byteswap-16.h: This.
34202         * sysdeps/i386/Implies: Add x86.
34203         * sysdeps/x86_64/Implies: Likewise.
34204
34205 2012-05-30  David S. Miller  <davem@davemloft.net>
34206
34207         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34208         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34209         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34210         (FP_TRAPPING_EXCEPTIONS): Define.
34211         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34212         (FP_TRAPPING_EXCEPTIONS): Define.
34213         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34214         subnormals only when inexact has been signalled or underflow
34215         exceptions are enabled.
34216         (_FP_PACK_CANONICAL): Likewise.
34217
34218 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34219
34220         [BZ #14183]
34221         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34222         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34223
34224 2012-05-30  Richard Henderson  <rth@twiddle.net>
34225
34226         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34227         with #ifndef NOT_IN_libc.
34228
34229         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34230         marked to avoid plt entry.
34231
34232 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34233
34234         [BZ #14112]
34235         * Makeconfig (default-abi): New macro.
34236         (abi-includes): Likewise.
34237         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34238         $(abi-$(default-abi)-lib-soname) for soname if defined.
34239         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34240         abi-variants.
34241         * Makefile (installed-stubs): Likewise.
34242         * include/stubs-biarch.h: Removed.
34243         * scripts/lib-names.awk: Only handle one library at a time.
34244         * scripts/soversions.awk: Remove WORDSIZE support.
34245         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34246         entries.
34247         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34248         Removed.
34249         (syscall-list-default-condition): Likewise.
34250         (syscall-list-default-condition): Likewise.
34251         (syscall-list-includes): Likewise.
34252         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34253         syscall-list-* with abi-*.  Handle undefined abi-variants.
34254         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34255         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34256         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34257         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34258         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34259         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34260         Removed.
34261         (syscall-list-32-options): Likewise.
34262         (syscall-list-32-condition): Likewise.
34263         (syscall-list-64-options): Likewise.
34264         (syscall-list-64-condition): Likewise.
34265         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34266         macro.
34267         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34268         Renamed to ...
34269         (abi-*): This.
34270         (abi-64-ld-soname): New macro.
34271         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34272         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34273         Renamed to ...
34274         (abi-*): This.
34275         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34276         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34277
34278 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34279
34280         * sysdeps/unix/sysv/linux/kernel-features.h
34281         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34282         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34283         include <kernel-features.h>.
34284         [!__NR_ftruncate64]: Remove conditional code.
34285         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34286         [__NR_ftruncate64]: Make code unconditional.
34287         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34288         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34289         include <kernel-features.h>.
34290         [!__NR_ftruncate64]: Remove conditional code.
34291         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34292         [__NR_ftruncate64]: Make code unconditional.
34293         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34295         include <kernel-features.h>.
34296         [!__NR_ftruncate64]: Remove conditional code.
34297         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34298         [__NR_ftruncate64]: Make code unconditional.
34299         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34301         include <kernel-features.h>.
34302         [!__NR_ftruncate64]: Remove conditional code.
34303         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34304         [__NR_ftruncate64]: Make code unconditional.
34305         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34306
34307         * configure.in (libc_cv_fpie): Weaken to a compile test using
34308         LIBC_TRY_CC_OPTION.
34309         * configure: Regenerated.
34310
34311 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34312
34313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34314         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34315         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34316         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34317         Refreshed.
34318         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34319         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34320         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34321         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34322         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34323         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34324         Refreshed.
34325
34326 2012-05-27  David S. Miller  <davem@davemloft.net>
34327
34328         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34329         (___Q_zero): New.
34330         (__Q_simulate_exceptions): Return void.  Change to simulate
34331         exceptions by writing into the %fsr.
34332         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34333         (__Qp_handle_exceptions): Likewise.
34334         (numbers): Delete.
34335         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34336         __Qp_handle_exceptions.
34337         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34338         __Qp_handle_exceptions.
34339         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34340         as unused and give dummy FP_RND_NEAREST initializer.
34341         (FP_INHIBIT_RESULTS): Define.
34342         (___Q_simulate_exceptions): Update declaration.
34343         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34344         formatting.
34345         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34346         as unused and give dummy FP_RND_NEAREST initializer.
34347         (__Qp_handle_exceptions): Update declaration.
34348         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34349         formatting.
34350
34351 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34352
34353         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34354         the temporary FPU control word.
34355         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34356         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34357         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34358         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34359         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34360         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34361         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34362         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34363         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34364         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34365         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34366
34367 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34368
34369         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34370         fields.
34371
34372 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34373
34374         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34375         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34376         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34377         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34378         Likewise.
34379         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34380         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34381         Likewise.
34382
34383 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34384
34385         * po/h.po: Update from translation team.
34386
34387 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34388
34389         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34390
34391         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34392         handling of denormals.
34393         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34394         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34395         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34396         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34397         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34398         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34399         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34400         Likewise.
34401
34402 2012-05-26  Marek Polacek  <polacek@redhat.com>
34403
34404         [BZ #14152]
34405         * math/libm-test.inc (fma_test): Don't always expect underflow
34406         exception.
34407
34408 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34409
34410         [BZ #12416]
34411         * elf/tst-execstack.c: Include stackinfo.h.
34412         (do_test): Adjust test case to ensure that pthread_getattr_np
34413         behaviour remains the same after marking stack executable.
34414
34415 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34416
34417         * sysdeps/unix/sysv/linux/kernel-features.h
34418         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34419         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34420         kernel-features.h.
34421         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34422         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34423         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34424         kernel-features.h.
34425         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34426         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34427
34428 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34429
34430         * configure.in: Define the default includes to being none.
34431         * configure: Regenerated.
34432
34433 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34434
34435         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34436         * sysdeps/x86_64/setjmp.S: Likewise.
34437         * sysdeps/i386/bsd-setjmp.S: Likewise.
34438         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34439         * sysdeps/i386/setjmp.S: Likewise.
34440         * sysdeps/i386/__longjmp.S: Likewise.
34441         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34442         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34443
34444         * include/stap-probe.h: New file.
34445         * configure.in: Handle --enable-systemtap.
34446         * configure: Regenerated.
34447         * config.h.in (USE_STAP_PROBE): New #undef.
34448         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34449         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34450         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34451
34452 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34453
34454         [BZ #13717]
34455         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34456         to 2.4.0 where earlier.
34457         * sysdeps/unix/sysv/linux/configure: Regenerated.
34458         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34459         <kernel-features.h>.
34460         [__ASSUME_32BITUIDS]: Make code unconditional.
34461         [!__ASSUME_32BITUIDS]: Remove conditional code.
34462         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34463         <kernel-features.h>.
34464         [__ASSUME_32BITUIDS]: Make code unconditional.
34465         [!__ASSUME_32BITUIDS]: Remove conditional code.
34466         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34467         [__ASSUME_32BITUIDS]: Make code unconditional.
34468         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34469         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34470         <kernel-features.h>.
34471         [__ASSUME_32BITUIDS]: Make code unconditional.
34472         [!__ASSUME_32BITUIDS]: Remove conditional code.
34473         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34474         <kernel-features.h>.
34475         [__ASSUME_32BITUIDS]: Make code unconditional.
34476         [!__ASSUME_32BITUIDS]: Remove conditional code.
34477         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34478         <kernel-features.h>.
34479         [__ASSUME_32BITUIDS]: Make code unconditional.
34480         [!__ASSUME_32BITUIDS]: Remove conditional code.
34481         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34482         <kernel-features.h>.
34483         [__ASSUME_32BITUIDS]: Make code unconditional.
34484         [!__ASSUME_32BITUIDS]: Remove conditional code.
34485         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34486         <kernel-features.h>.
34487         [__ASSUME_32BITUIDS]: Make code unconditional.
34488         [!__ASSUME_32BITUIDS]: Remove conditional code.
34489         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34490         <kernel-features.h>.
34491         [__ASSUME_32BITUIDS]: Make code unconditional.
34492         [!__ASSUME_32BITUIDS]: Remove conditional code.
34493         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34494         <kernel-features.h>.
34495         [__ASSUME_32BITUIDS]: Make code unconditional.
34496         [!__ASSUME_32BITUIDS]: Remove conditional code.
34497         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34498         <kernel-features.h>.
34499         [__ASSUME_32BITUIDS]: Make code unconditional.
34500         [!__ASSUME_32BITUIDS]: Remove conditional code.
34501         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34502         <kernel-features.h>.
34503         [__ASSUME_32BITUIDS]: Make code unconditional.
34504         [!__ASSUME_32BITUIDS]: Remove conditional code.
34505         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34506         <kernel-features.h>.
34507         [__ASSUME_32BITUIDS]: Make code unconditional.
34508         [!__ASSUME_32BITUIDS]: Remove conditional code.
34509         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34510         <kernel-features.h>.
34511         [__NR_setresgid] (__setresgid): Do not declare.
34512         [__ASSUME_32BITUIDS]: Make code unconditional.
34513         [!__ASSUME_32BITUIDS]: Remove conditional code.
34514         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34515         <kernel-features.h>.
34516         [__NR_setresuid] (__setresuid): Do not declare.
34517         [__ASSUME_32BITUIDS]: Make code unconditional.
34518         [!__ASSUME_32BITUIDS]: Remove conditional code.
34519         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/setregid.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/setresgid.c: Do not include
34540         <kernel-features.h>.
34541         [__ASSUME_32BITUIDS]: Make code unconditional.
34542         [!__ASSUME_32BITUIDS]: Remove conditional code.
34543         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34544         <kernel-features.h>.
34545         [__ASSUME_32BITUIDS]: Make code unconditional.
34546         [!__ASSUME_32BITUIDS]: Remove conditional code.
34547         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34548         <kernel-features.h>.
34549         [__ASSUME_32BITUIDS]: Make code unconditional.
34550         [!__ASSUME_32BITUIDS]: Remove conditional code.
34551         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34552         <kernel-features.h>.
34553         [__ASSUME_32BITUIDS]: Make code unconditional.
34554         [!__ASSUME_32BITUIDS]: Remove conditional code.
34555         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34556         <kernel-features.h>.
34557         [__ASSUME_32BITUIDS]: Make code unconditional.
34558         [!__ASSUME_32BITUIDS]: Remove conditional code.
34559         * sysdeps/unix/sysv/linux/kernel-features.h
34560         (__ASSUME_SETRESUID_SYSCALL): Remove.
34561         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34562         (__ASSUME_32BITUIDS): Likewise.
34563         (__ASSUME_LDT_WORKS): Likewise.
34564         (__ASSUME_O_DIRECTORY): Likewise.
34565         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34566         architecture but not kernel version.
34567         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34568         (__ASSUME_MMAP2_SYSCALL): Likewise.
34569         (__ASSUME_STAT64_SYSCALL): Likewise.
34570         (__ASSUME_IPC64): Likewise.
34571         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34572         <kernel-features.h>.
34573         [__ASSUME_32BITUIDS]: Make code unconditional.
34574         [!__ASSUME_32BITUIDS]: Remove conditional code.
34575         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34576         <kernel-features.h>.
34577         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34578         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34579         132096]: Remove conditional code.
34580         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34581         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.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/setegid.c: Do not include
34590         <kernel-features.h>.
34591         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34592         unconditional.
34593         (__setresgid): Do not declare.
34594         [__ASSUME_32BITUIDS]: Make code unconditional.
34595         [!__ASSUME_32BITUIDS]: Remove conditional code.
34596         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34597         <kernel-features.h>.
34598         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34599         unconditional.
34600         (__setresuid): Do not declare.
34601         [__ASSUME_32BITUIDS]: Make code unconditional.
34602         [!__ASSUME_32BITUIDS]: Remove conditional code.
34603         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34604         <kernel-features.h>.
34605         [__ASSUME_32BITUIDS]: Make code unconditional.
34606         [!__ASSUME_32BITUIDS]: Remove conditional code.
34607         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34608         <kernel-features.h>.
34609         [__ASSUME_32BITUIDS]: Make code unconditional.
34610         [!__ASSUME_32BITUIDS]: Remove conditional code.
34611
34612 2012-05-25  Richard Henderson  <rth@twiddle.net>
34613
34614         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34615         dl_hwcap to ifunc resolver.
34616         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34617         elf_ifunc_invoke.
34618         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34619         dl_hwcap to ifunc resolver.
34620         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34621
34622 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34623
34624         [BZ #14153]
34625         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34626         for |x| <= 2**-26, not 2**-57.
34627         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34628         exception.
34629
34630 2012-05-24  Jeff Law  <law@redhat.com>
34631
34632         * stdio-common/Makefile (tests): Add bug25.
34633         * stdio-common/bug25.c: New test.
34634
34635 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34636
34637         [BZ #13576]
34638         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34639         multiple of MALLOC_ALIGNMENT in size.
34640         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34641
34642 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34643
34644         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34645         Require >= 256.
34646         (FILENAME_MAX): Use macro-int-constant.
34647         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34648         (_IOFBF): Use macro-int-constant.
34649         (_IOLBF): Likewise.
34650         (_IONBF): Likewise.
34651         (SEEK_CUR): Likewise.
34652         (SEEK_END): Likewise.
34653         (SEEK_SET): Likewise.
34654         (TMP_MAX): Likewise.
34655         (EOF): Use macro-int-constant.  Require < 0.
34656         (NULL): Use macro-constant.  Require == 0.
34657         (stdin): Require type to be FILE *.
34658         (stdout): Likewise.
34659         (stderr): Likewise.
34660         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34661         macro-int-constant.
34662         (EXIT_SUCCESS): Likewise.
34663         (NULL): Use macro-constant.  Require == 0.
34664         (RAND_MAX): Use macro-int-constant.
34665         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34666         [C99-based standards] (strtof): Require function.
34667         [C99-based standards] (strtold): Likewise.
34668         [C99-based standards] (strtoll): Likewise.
34669         [C99-based standards] (strtoull): Likewise.
34670         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34671         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34672         [ISO || ISO99 || ISO11] (math.h): Likewise.
34673         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34674         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34675         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34676
34677 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34678
34679         [BZ #14132]
34680         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34681         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34682         * intl/dgettext.c (DCGETTEXT): Likewise.
34683         * intl/gettext.c (DCGETTEXT): Likewise.
34684         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34685         * posix/regex_internal.h (gettext): Likewise.
34686         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34687         Remove declaration.
34688         * include/argz.h (__argz_count_internal)
34689         (__argz_stringify_internal): Remove declaration.
34690         (__argz_count, __argz_stringify): Declare hidden proto.
34691         * intl/dcgettext.c: Remove use of INTDEF.
34692         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34693         * string/argz-stringify.c: Likewise.
34694         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34695         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34696         Declare hidden proto.
34697         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34698         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34699         Declare hidden proto.
34700         * include/stdio.h (__asprintf_internal): Don't declare.
34701         (__asprintf): Don't define as macro.  Declare hidden proto.
34702         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34703         (__fsetlocking): Declare hidden proto.
34704         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34705         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34706         hidden proto.
34707         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34708         (_IO_setlinebuf): Remove use of INTUSE.
34709         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34710         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34711         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34712         Remove declaration.
34713         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34714         (_IO_do_flush): Remove use of INTUSE.
34715         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34716         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34717         (_IO_adjust_column, _IO_least_wmarker)
34718         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34719         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34720         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34721         (_IO_default_doallocate, _IO_wdefault_doallocate)
34722         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34723         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34724         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34725         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34726         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34727         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34728         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34729         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34730         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34731         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34732         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34733         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34734         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34735         proto.
34736         (_IO_flush_all_internal, _IO_adjust_column_internal)
34737         (_IO_default_uflow_internal, _IO_default_finish_internal)
34738         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34739         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34740         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34741         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34742         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34743         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34744         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34745         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34746         (_IO_file_close_internal, _IO_file_close_it_internal)
34747         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34748         (_IO_file_init_internal, _IO_file_attach_internal)
34749         (_IO_file_fopen_internal, _IO_file_read_internal)
34750         (_IO_file_sync_internal, _IO_file_seek_internal)
34751         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34752         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34753         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34754         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34755         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34756         (_IO_list_all_internal, _IO_link_in_internal)
34757         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34758         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34759         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34760         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34761         (_IO_do_write_internal, _IO_padn_internal)
34762         (_IO_getline_info_internal, _IO_getline_internal)
34763         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34764         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34765         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34766         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34767         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34768         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34769         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34770         with libc_hidden_ver, remove use of INTUSE.
34771         * libio/genops.c: Likewise.
34772         * libio/freopen.c: Likewise.
34773         * libio/freopen64.c: Likewise.
34774         * libio/iofclose.c: Likewise.
34775         * libio/iofdopen.c: Likewise.
34776         * libio/iofflush.c: Likewise.
34777         * libio/iofflush_u.c: Likewise.
34778         * libio/iofgets.c: Likewise.
34779         * libio/iofgets_u.c: Likewise.
34780         * libio/iofopen.c: Likewise.
34781         * libio/iofopncook.c: Likewise.
34782         * libio/iofread.c: Likewise.
34783         * libio/iofread_u.c: Likewise.
34784         * libio/ioftell.c: Likewise.
34785         * libio/iofwrite.c: Likewise.
34786         * libio/iogetline.c: Likewise.
34787         * libio/iogets.c: Likewise.
34788         * libio/iogetwline.c: Likewise.
34789         * libio/iopadn.c: Likewise.
34790         * libio/iopopen.c: Likewise.
34791         * libio/ioseekoff.c: Likewise.
34792         * libio/ioseekpos.c: Likewise.
34793         * libio/iosetbuffer.c: Likewise.
34794         * libio/iosetvbuf.c: Likewise.
34795         * libio/ioungetc.c: Likewise.
34796         * libio/ioungetwc.c: Likewise.
34797         * libio/iovdprintf.c: Likewise.
34798         * libio/iovsprintf.c: Likewise.
34799         * libio/iovsscanf.c: Likewise.
34800         * libio/memstream.c: Likewise.
34801         * libio/obprintf.c: Likewise.
34802         * libio/oldfileops.c: Likewise.
34803         * libio/oldiofclose.c: Likewise.
34804         * libio/oldiofdopen.c: Likewise.
34805         * libio/oldiofopen.c: Likewise.
34806         * libio/oldiopopen.c: Likewise.
34807         * libio/oldstdfiles.c: Likewise.
34808         * libio/putc.c: Likewise.
34809         * libio/setbuf.c: Likewise.
34810         * libio/setlinebuf.c: Likewise.
34811         * libio/stdfiles.c: Likewise.
34812         * libio/strops.c: Likewise.
34813         * libio/vasprintf.c: Likewise.
34814         * libio/vscanf.c: Likewise.
34815         * libio/vsnprintf.c: Likewise.
34816         * libio/vswprintf.c: Likewise.
34817         * libio/wfiledoalloc.c: Likewise.
34818         * libio/wfileops.c: Likewise.
34819         * libio/wgenops.c: Likewise.
34820         * libio/wmemstream.c: Likewise.
34821         * libio/wstrops.c: Likewise.
34822         * libio/__fpurge.c: Likewise.
34823         * libio/__fsetlocking.c: Likewise.
34824         * assert/assert.c: Likewise.
34825         * debug/fgets_chk.c: Likewise.
34826         * debug/fgets_u_chk.c: Likewise.
34827         * debug/fread_chk.c: Likewise.
34828         * debug/fread_u_chk.c: Likewise.
34829         * debug/gets_chk.c: Likewise.
34830         * debug/obprintf_chk.c: Likewise.
34831         * debug/vasprintf_chk.c: Likewise.
34832         * debug/vdprintf_chk.c: Likewise.
34833         * debug/vsnprintf_chk.c: Likewise.
34834         * debug/vsprintf_chk.c: Likewise.
34835         * malloc/mtrace.c: Likewise.
34836         * misc/error.c: Likewise.
34837         * misc/syslog.c: Likewise.
34838         * stdio-common/asprintf.c: Likewise.
34839         * stdio-common/fxprintf.c: Likewise.
34840         * stdio-common/getw.c: Likewise.
34841         * stdio-common/isoc99_fscanf.c: Likewise.
34842         * stdio-common/isoc99_scanf.c: Likewise.
34843         * stdio-common/isoc99_vfscanf.c: Likewise.
34844         * stdio-common/isoc99_vscanf.c: Likewise.
34845         * stdio-common/isoc99_vsscanf.c: Likewise.
34846         * stdio-common/printf-prs.c: Likewise.
34847         * stdio-common/printf_fp.c: Likewise.
34848         * stdio-common/printf_fphex.c: Likewise.
34849         * stdio-common/printf_size.c: Likewise.
34850         * stdio-common/putw.c: Likewise.
34851         * stdio-common/scanf.c: Likewise.
34852         * stdio-common/sprintf.c: Likewise.
34853         * stdio-common/tmpfile.c: Likewise.
34854         * stdio-common/vfprintf.c: Likewise.
34855         * stdio-common/vfscanf.c: Likewise.
34856         * stdlib/strfmon_l.c: Likewise.
34857         * sunrpc/openchild.c: Likewise.
34858         * sunrpc/xdr_stdio.c: Likewise.
34859         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34860         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34861
34862 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34863
34864         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34865
34866         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34867         in the third column, to generate for the shared library an IFUNC
34868         that uses _dl_vdso_vsym.
34869         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34870         * Makeconfig (object-suffixes-noshared): New variable.
34871
34872         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34873         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34874         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34875         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34876
34877         [BZ #14132]
34878         * include/sys/time.h (__gettimeofday): Remove macro.
34879         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34880         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34881         Remove INTDEF.
34882         (__gettimeofday): Add libc_hidden_def.
34883         (gettimeofday): Add libc_hidden_weak.
34884         * sysdeps/mach/gettimeofday.c: Likewise.
34885         * sysdeps/posix/gettimeofday.c: Likewise.
34886         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34887         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34888         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34889         (__gettimeofday_internal): Remove strong_alias.
34890         (__gettimeofday): Add libc_hidden_def.
34891         (gettimeofday): Add libc_hidden_weak.
34892         * sysdeps/unix/syscalls.list (gettimeofday):
34893         Remove __gettimeofday_internal alias.
34894
34895 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34896             H.J. Lu  <hongjiu.lu@intel.com>
34897
34898         [BZ #12495]
34899         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34900         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34901         (largebin_index_32_big): New.
34902         (largebin_index): Use it for 16-byte alignment.
34903         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34904         correction with front_misalign.
34905
34906 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34907
34908         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34909         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34910         Likewise.
34911         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34912         Likewise.
34913         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34914         Likewise.
34915         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34916         Likewise.
34917         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34918         Likewise.
34919         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34920         Likewise.
34921         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34922         Likewise.
34923         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34924         Likewise.
34925         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34926         Likewise.
34927         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34928         Likewise.
34929         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34930         Likewise.
34931         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34932         Likewise.
34933
34934         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34935         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34936
34937 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34938
34939         [BZ #10846]
34940         [BZ #14036]
34941         * math/libm-test.inc (exp_test): Add test from bug 14036.
34942         (pow_test): Add test from bug 10846.
34943
34944         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34945         and other flags.
34946         (special_function): Do not include flags in test name.
34947         (parse_args): Likewise.
34948         * sysdeps/i386/fpu/libm-test-ulps: Update.
34949         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34950         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34951         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34953
34954         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34955         exceptions.
34956         * math/libm-test.inc ("Philosophy"): Update comment about
34957         exception testing.
34958         (UNDERFLOW_EXCEPTION): New macro.
34959         (UNDERFLOW_EXCEPTION_OK): Likewise.
34960         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
34961         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
34962         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
34963         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
34964         (INVALID_EXCEPTION_OK): Update value.
34965         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34966         (OVERFLOW_EXCEPTION_OK): Likewise.
34967         (IGNORE_ZERO_INF_SIGN): Likewise.
34968         (test_exceptions): Handle underflow exceptions.
34969         (acos_test): Update for underflow exception expectations.
34970         (cexp_test): Likewise.
34971         (clog_test): Likewise.
34972         (clog10_test): Likewise.
34973         (csqrt_test): Likewise.
34974         (ctan_test): Likewise.
34975         (ctanh_test): Likewise.
34976         (exp_test): Likewise.
34977         (exp10_test): Likewise.
34978         (exp2_test): Likewise.
34979         (expm1_test): Likewise.
34980         (fma_test): Likewise.
34981         (j0_test): Likewise.
34982         (jn_test): Likewise.
34983         (nexttoward_test): Likewise.
34984         (pow_test): Likewise.
34985         (scalbn_test): Likewise.
34986         (scalbln_test): Likewise.
34987         (tan_test): Likewise.
34988         (y1_test): Likewise.
34989         * sysdeps/i386/fpu/libm-test-ulps: Update.
34990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34991
34992 2012-05-23  David S. Miller  <davem@davemloft.net>
34993
34994         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
34995         (__libc_sigaction): Remove unused local variables.
34996
34997 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34998
34999         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35000
35001 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35002
35003         mktime: avoid signed integer overflow
35004         * time/mktime.c (__mktime_internal): Do not mishandle the case
35005         where diff == INT_MIN.
35006
35007         mktime: simplify computation of average
35008         * time/mktime.c (ranged_convert): Use new time_t_avg function
35009         instead of rolling our own (probably-slower) code.
35010
35011         mktime: do not assume signed right shift propagates sign bit
35012         * time/mktime.c (isdst_differ): New static function.
35013         (__mktime_internal): No need to normalize tm_isdst now.
35014         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35015         tm_isdst values.
35016
35017         mktime: merge another wrapv change from gnulib
35018         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35019         from some compilers.
35020
35021         mktime: remove incorrect attempt at unusual arithmetics
35022         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35023         The code didn't really work on such machines anyway.
35024         (TYPE_MINIMUM): Assume two's complement.
35025         (twos_complement_arithmetic): Verify that long_int and time_t
35026         are two's complement (or unsigned, in the latter case).
35027
35028         mktime: check signed shifts on long_int and time_t, too
35029         * time/mktime.c (SHR): Check that shifts work as desired
35030         on the types long_int and time_t too, as SHR is used on
35031         such types.
35032
35033         mktime: do not assume 'long' is wide enough
35034         * time/mktime.c (verify): Move decl up.
35035         (long_int): New type.
35036         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35037         to remove assumption in the code that 'long' is wide enough to
35038         store year values.  This assumption is not true on x32 and on
35039         some non-glibc platforms.
35040
35041         mktime: merge wrapv change from gnulib
35042         * time/mktime.c (WRAPV): New macro.
35043         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35044         (guess_time_tm, __mktime_internal): Do not assume that signed
35045         integer overflow wraps around; modern compilers generate code
35046         where this assumption is no longer valid.
35047
35048 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35049
35050         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35051         Replace "jmp L(pseudo_end)" with "ret".
35052         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35053         Likewise.
35054
35055 2012-05-23  Andreas Jaeger  <aj@suse.de>
35056
35057         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35058         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35059
35060 2012-05-23  Andreas Jaeger  <aj@suse.de>
35061             Maximilian Attems  <max@stro.at>
35062
35063         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35064         New macros.
35065
35066 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35067
35068         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35069         code so that pseudo_end is just ret and the stack pointer is
35070         correct also for static library in error case.
35071
35072 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35073
35074         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35075         move to syscalls.list.
35076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35080
35081         * manual/install.texi (Running make install): Do not mention Linux
35082         kernel version for which pt_chown is not needed.
35083         (Linux): Do not mention problems with nscd with 2.0 kernels.
35084         * INSTALL: Regenerated.
35085
35086 2012-05-23  Andreas Jaeger  <aj@suse.de>
35087
35088         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35089         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35090         macro.
35091         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35092         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35093         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35094         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35095         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35096         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35097         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35098         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35099         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35100         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35101         * sysdeps/unix/sysv/linux/bits/in.h
35102         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35103
35104 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35105
35106         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35107         (PREPARE_VERSION): Just use assert instead, it will be elided
35108         under [NDEBUG] anyway.
35109
35110 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35111
35112         * sysdeps/unix/sysv/linux/Makefile: Include
35113         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35114         (sysdep_routines): Remove sysctl.
35115         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35116         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35117         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35118         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35119         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35120
35121 2012-05-22  Andreas Jaeger  <aj@suse.de>
35122
35123         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35124         that pseudo_end is just ret and the stack pointer is correct also
35125         for static library in error case.
35126
35127 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35128
35129         [BZ #14122]
35130         * nss/nsswitch.c (defconfig_entries): New variable.
35131         (__nss_database_lookup): Don't leak defconfig entries.
35132         (nss_parse_service_list): Don't leak on error paths.
35133         (free_database_entries): New function.
35134         (free_defconfig): New function.
35135         (free_mem): Move common code to free_database_entries.
35136
35137 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35138
35139         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35140         Add arch_prctl.
35141         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35142
35143         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35144         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35145         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35146         New macro.
35147         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35148         (INTERNAL_SYSCALL_TYPES): Likewise.
35149         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35150         (LOAD_REGS_TYPES_[1-6]): Likewise.
35151         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35152         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35153
35154 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35155
35156         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35157         copysignl for GLIBC_2_0.
35158         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35159         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35160         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35161         logbl for GLIBC_2_0.
35162         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35163         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35164
35165 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35166
35167         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35168         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35169
35170         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35171         Use "neg %eax".
35172
35173         * time/mktime.c: Update copyright years.
35174
35175 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35176
35177         mktime: merge comment-quoting-style change from gnulib
35178         * time/mktime.c: Quote 'like this' in comments.
35179         The GNU coding standards suggest that we no longer quote `like this',
35180         as "`" and "'" are typically rendered asymmetrically nowadays.
35181         The typical gnulib style is to quote 'like this' when quoting
35182         code, and "like this" when quoting English.
35183
35184         * time/mktime.c (compile-command): Add "-I.".
35185
35186         mktime: merge mktime-internal.h change from gnulib
35187         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35188
35189         mktime: merge time_r change from gnulib
35190         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35191
35192         mktime: merge DEBUG change from gnulib
35193         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35194         case system <time.h> has a #define.
35195
35196         mktime: merge <sys/types.h> change from gnulib
35197         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35198         since <time.t> is now guaranteed to define time_t.
35199
35200         mktime: merge HAVE_CONFIG_H change from gnulib
35201         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35202
35203 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35204
35205         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35206         Use "neg %eax".
35207
35208         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35209         __rlim_t cast.
35210         (struct rusage): Use anonymous union to pad each field to
35211         __syscall_slong_t.
35212
35213 2012-05-21  David S. Miller  <davem@davemloft.net>
35214
35215         * Makefules (o-iterator): Remove .s cases.
35216         (compile-command.s): Delete.
35217         (COMPILE.s): Delete.
35218         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35219
35220 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35221
35222         * configure.in (libc_cv_predef_stack_protector): Only consider
35223         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35224         * configure: Regenerated.
35225
35226 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35227
35228         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35229         New macro.  Use R*LP on int and pointer.
35230         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35231         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35232         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35233         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35234
35235         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35236         [__WORDSIZE_TIME64_COMPAT32] instead of
35237         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35238         (struct utmp): Likewise.
35239         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35240         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35241         Renamed to ...
35242         (__WORDSIZE_TIME64_COMPAT32): This.
35243         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35244         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35245         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35246         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35247         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35248         (__WORDSIZE_TIME64_COMPAT32): New macro.
35249
35250 2012-05-21  Andreas Jaeger  <aj@suse.de>
35251
35252         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35253         only if [SHARED]. Add prototype for __wcschr_ia32.
35254
35255 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35256
35257         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35258         of %rbp unmolested in the jmp_buf while mangling the low bits.
35259         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35260         unmolested high bits of %rbp while demangling the low bits.
35261         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35262
35263 2012-05-21  Andreas Jaeger  <aj@suse.de>
35264
35265         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35266         * sunrpc/svc_simple.c: Use it for registerrpc.
35267         * sunrpc/xcrypt.c: Use it for passwd2des.
35268
35269         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35270
35271 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35272
35273         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35274         Don't define if [__SYSCALL_WORDSIZE != 32].
35275         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35276         New macro.
35277
35278 2012-05-21  Bruno Haible  <bruno@clisp.org>
35279             Andreas Jaeger  <aj@suse.de>
35280
35281         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35282         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35283         inptr and inend for must_buffer_ch.
35284         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35285         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35286         * stdio-common/Makefile (tests): Remove bug15.
35287         (bug15-ENV): Remove macro.
35288         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35289         anymore.
35290
35291 2012-05-19  Andreas Jaeger  <aj@suse.de>
35292             Roland McGrath  <roland@hack.frob.com>
35293
35294         * manual/contrib.texi: Completely rewritten. It contains now an
35295         alphabetical list of contributors and their contributions.
35296
35297 2012-05-21  Richard Henderson  <rth@twiddle.net>
35298
35299         * misc/getauxval.c (__getauxval): Use unsigned long int.
35300         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35301         (getauxval): Use unsigned long int.
35302
35303 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35304
35305         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35306
35307 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35308
35309         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35310         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35311         __alignof__ (long double).
35312
35313 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35314
35315         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35316
35317 2012-05-20  Richard Henderson  <rth@twiddle.net>
35318
35319         * misc/getauxval.c: New file.
35320         * misc/sys/auxv.h: New file.
35321         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35322         (routines): Add getauxval.
35323         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35324         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35325         * elf/dl-sysdep.c (_dl_auxv): Remove.
35326         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35327         * elf/dl-support.c (_dl_auxv): New variable.
35328         (_dl_aux_init): Initialize it.
35329         * manual/startup.texi (Auxiliary Vector): New node.
35330         * sysdeps/generic/bits/hwcap.h: New file.
35331         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35332         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35333         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35334         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35335         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35336         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35338         Update.
35339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35340         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35341         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35342         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35343         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35344         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35345         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35346         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35347
35348 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35349
35350         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35351
35352 2012-05-19  David S. Miller  <davem@davemloft.net>
35353
35354         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35355
35356 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35357
35358         [BZ #14123]
35359         * math/s_ccosh.c: Include <float.h>
35360         (__ccosh): Avoid internal overflow calculating sinh and cosh
35361         values before multiplying by sin and cos values.
35362         * math/s_ccoshf.c: Likewise.
35363         * math/s_ccoshl.c: Likewise.
35364         * math/s_csin.c: Likewise.
35365         * math/s_csinf.c: Likewise.
35366         * math/s_csinl.c: Likewise.
35367         * math/s_csinh.c: Likewise.
35368         * math/s_csinhf.c: Likewise.
35369         * math/s_csinhl.c: Likewise.
35370         * math/libm-test.inc (ccos_test): Add more tests.
35371         (ccosh_test): Likewise.
35372         (csin_test): Likewise.
35373         (csinh_test): Likewise.
35374         * sysdeps/i386/fpu/libm-test-ulps: Update.
35375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35376
35377 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35378
35379         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35380         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35381
35382         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35383
35384 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35385
35386         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35387         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35388         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35389         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35390         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35391         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35392         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35393         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35394         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35395         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35396         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35397         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35398         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35399         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35400         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35401         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35402         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35403         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35404         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35405         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35406         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35407         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35408         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35409         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35410         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35411         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35412         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35413         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35414         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35415         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35416         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35417
35418 2012-05-18  Andreas Jaeger  <aj@suse.de>
35419
35420         * csu/.gitignore: Delete.
35421
35422 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35423
35424         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35425         (timex): Use __syscall_slong_t.
35426
35427 2012-05-18  Andreas Jaeger  <aj@suse.de>
35428             Carlos O'Donell  <carlos_odonell@mentor.com>
35429
35430         * manual/install.texi (Configuring and compiling): Update
35431         description about files modified in the source directory.
35432         * INSTALL: Regenerated.
35433
35434 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35435
35436         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35437         value.  Use "or" to set return value to -1.
35438         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35439         negate return value.
35440
35441 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35442
35443         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35444         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35445         failure if the compiler has Graphite support disabled.
35446         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35447         Likewise.
35448         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35449         (CFLAGS-memmove.c): Likewise.
35450         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35451         Likewise.
35452
35453 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35454
35455         * sysdeps/x86_64/x32/_itoa.h: New file.
35456
35457         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35458         getdents system call only if kernel and user dirents have the
35459         same d_ino and d_off.
35460
35461         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35462         LLONG_MAX != LONG_MAX.
35463         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35464         (_fitoa_word): Likewise.
35465
35466         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35467         years.
35468         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35469         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35470         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35471
35472         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35473         include <bits/wordsize.h>.  Check __x86_64__ instead of
35474         __WORDSIZE.
35475         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35476         if __x86_64__ is defined.  Use anonymous union on fpstate.
35477
35478         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35479         anonymous union.
35480
35481 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35482
35483         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35484         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35485         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35486         Refer to _rtld_local_ro instead of _rtld_global_ro.
35487         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35488         Likewise.
35489         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35490         Likewise.
35491         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35492         Likewise.
35493         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35494         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35495         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35496
35497         * sysdeps/powerpc/powerpc32/dl-machine.c
35498         (__elf_machine_runtime_setup) [PROF]: Don't reference
35499         _dl_prof_resolve.
35500
35501 2012-05-18  Andreas Jaeger  <aj@suse.de>
35502
35503         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35504         function only available for GCCs before 3.4 since GCC 3.4
35505         introduced a builtin.
35506         (lrint): Likewise.
35507         (llrintf): Likewise.
35508         (llrint): Likewise.
35509         (fmaxf): Likewise.
35510         (fmax): Likewise.
35511         (fminf): Likewise.
35512         (fmin): Likewise.
35513         (rint): Likewise.
35514         (rintf): Likewise.
35515         (nearbyint): Likewise.
35516         (nearbyintf): Likewise.
35517         (ceil): Likewise.
35518         (ceilf): Likewise.
35519         (floor): Likewise.
35520         (floorf): Likewise.
35521
35522 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35523
35524         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35525         on both fields and cast pointer to __syscall_ulong_t.
35526
35527         * bits/types.h (__fsword_t): New type.
35528         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35529         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35530         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35531         (__FSWORD_T_TYPE): Likewise.
35532         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35533         (__FSWORD_T_TYPE): Likewise.
35534         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35535         (__FSWORD_T_TYPE): Likewise.
35536         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35537         (__FSWORD_T_TYPE): Likewise.
35538         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35539         __SWORD_TYPE with __fsword_t.
35540         (statfs64): Likewise.
35541
35542 2012-05-17  David S. Miller  <davem@davemloft.net>
35543
35544         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35545
35546 2012-05-17  Andreas Jaeger  <aj@suse.de>
35547
35548         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35549         warning.
35550
35551 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35552
35553         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35554
35555 2012-05-17  Andreas Jaeger  <aj@suse.de>
35556
35557         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35558         when it is used.
35559
35560 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35561
35562         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35563
35564 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35565
35566         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35567         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35568
35569 2012-05-17  Andreas Jaeger  <aj@suse.de>
35570             Carlos O'Donell  <carlos_odonell@mentor.com>
35571
35572         [BZ #14059]
35573         * sysdeps/x86_64/multiarch/init-arch.h
35574         (bit_YMM_Usable): Rename to...
35575         (bit_AVX_Usable): ... this.
35576         (bit_FMA4_Usable): New macro.
35577         (bit_XMM_state): New macro.
35578         (bit_YMM_state): New macro.
35579         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35580         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35581         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35582         (CPUID_OSXSAVE): New macro.
35583         (CPUID_AVX): New macro.
35584         (CPUID_FMA4): New macro.
35585         (index_YMM_Usable): Rename to...
35586         (index_AVX_Usable): ... this.
35587         (HAS_AVX): Use HAS_ARCH_FEATURE.
35588         (HAS_FMA4): Likewise.
35589         (HAS_YMM_USABLE): Remove.
35590         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35591         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35592         are present.
35593         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35594         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35595         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35596         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35597         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35598
35599 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35600
35601         * math/libm-test.c: Support platforms without multiple rounding modes.
35602         * math/bug-nextafter.c: Support platforms without FP exceptions.
35603         * math/bug-nexttoward.c: Likewise.
35604         * math/test-fenv.c: Likewise.
35605         * math/test-misc.c: Likewise.
35606         * stdlib/bug-getcontext.c: Likewise.
35607
35608 2012-05-17  Andreas Jaeger  <aj@suse.de>
35609
35610         * manual/examples/search.c (critter_cmp): Change signature to
35611         avoid warnings.
35612         * manual/string.texi (Collation Functions): Likewise.
35613
35614 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35615
35616         * bits/types.h: Fold copyright years.
35617         * bits/typesizes.h: Likewise.
35618         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35619         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35620         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35621         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35622         * time/time.h: Likewise.
35623
35624 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35625
35626         [BZ #208]
35627         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35628         in instead of returning them.  Return void.
35629         (__libc_mallinfo): Accumulate over all arenas.
35630         (__malloc_stats): Adjust for change in int_mallinfo interface.
35631
35632 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35633
35634         [BZ #10375]
35635         * configure.in (NM): Add AC_CHECK_TOOL for it.
35636         (libc_extra_cflags): New substituted variable.
35637         Check for -fstack-protector being used implicitly.
35638         * configure: Regenerated.
35639         * config.make.in (config-extra-cflags): New variable,
35640         gets @libc_extra_cflags@.
35641         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35642
35643         [BZ #10375]
35644         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35645         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35646         * configure: Regenerated.
35647         * config.make.in (CPPUNDEFS): New substituted variable.
35648         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35649         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35650         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35651
35652 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35653
35654         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35655         (mq_attr): Use __syscall_slong_t.
35656
35657 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35658
35659         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35660         Check __x86_64__ instead of __WORDSIZE.
35661         (_STAT_VER_LINUX): Likewise.
35662         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35663         __syscall_ulong_t and __syscall_slong_t.
35664         (stat64): Likewise.
35665
35666 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35667
35668         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35669
35670 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35671
35672         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35673
35674 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35675
35676         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35677         __syscall_ulong_t.
35678
35679         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35680         include <bits/wordsize.h>.  Check __x86_64__ instead of
35681         __WORDSIZE.
35682         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35683         defined.
35684         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35685
35686         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35687         include <bits/wordsize.h>.  Check __x86_64__ instead of
35688         __WORDSIZE.
35689         (user_regs_struct): Use "__extension__ unsigned long long"
35690         instead of "unsigned long" if __x86_64__ is defined.
35691         (user): Likewise.  Pad after pointer field if __ILP32__ is
35692         defined.
35693
35694 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35695
35696         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35697         versions 5 to 9.
35698         * configure: Regenerated.
35699         * manual/install.texi (texinfo): Increase version requirement to
35700         4.5 or later.
35701         * INSTALL: Regenerated.
35702
35703         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35704
35705 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35706
35707         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35708
35709         * sysdeps/x86_64/x32/ffs.c: New file.
35710
35711         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35712         __syscall_ulong_t.
35713         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35714         defined.  Use __syscall_ulong_t.
35715         (shminfo): Use __syscall_ulong_t.
35716         (shm_info): Likewise.
35717
35718         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35719         __syscall_ulong_t.
35720
35721         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35722         <bits/wordsize.h>.
35723         (msgqnum_t): Use __syscall_ulong_t.
35724         (msglen_t): Likewise.
35725         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35726         __syscall_ulong_t.
35727
35728         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35729         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35730
35731         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35732
35733         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35734         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35735
35736         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35737         __syscall_slong_t.
35738
35739         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35740         include <bits/wordsize.h>.  Check __x86_64__ instead of
35741         __WORDSIZE.
35742
35743         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35744         "unsigned long long int" if __x86_64__ is defined.
35745         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35746
35747         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35748         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35749         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35750
35751         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35752         <stdint.h>.
35753         (GET_PC): Cast to uintptr_t first.
35754         (GET_FRAME): Likewise.
35755         (GET_STACK): Likewise.
35756
35757         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35758         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35759         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35760         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35761         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35762         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35763         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35764         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35765         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35766         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35767         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35768         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35769         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35770         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35771         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35772         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35773         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35774         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35775         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35776         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35777         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35778         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35779         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35780         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35781         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35782         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35783         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35784         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35785         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35786
35787 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35788
35789         * Makerules (+depfiles): Also collect depfiles from .oS in
35790         $(extra-objs).
35791         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35792         .oS, $(libnldbl-routines)).
35793
35794         * Makerules (native-compile-mkdep-flags): Define.
35795         * sunrpc/Makefile (extra-objs): Add $(addprefix
35796         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35797         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35798         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35799         calling $(make-target-directory).
35800
35801 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35802
35803         * bits/types.h (__snseconds_t): Removed.
35804         * time/time.h (struct timespec): Replace __snseconds_t with
35805         __syscall_slong_t.
35806         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35807         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35808         Likewise.
35809         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35810         (__SNSECONDS_T_TYPE): Likewise.
35811         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35812         (__SNSECONDS_T_TYPE): Likewise.
35813         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35814         (__SNSECONDS_T_TYPE): Likewise.
35815
35816 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35817
35818         * sysdeps/mach/hurd/bits/typesizes.h
35819         (__SYSCALL_SLONG_TYPE): New macro.
35820         (__SYSCALL_ULONG_TYPE): Likewise.
35821
35822 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35823
35824         * bits/types.h (__syscall_slong_t): New type.
35825         (__syscall_ulong_t): Likewise.
35826
35827         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35828         (__SYSCALL_ULONG_TYPE): Likewise.
35829         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35830         (__SYSCALL_SLONG_TYPE): Likewise.
35831         (__SYSCALL_ULONG_TYPE): Likewise.
35832         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35833         (__SYSCALL_SLONG_TYPE): Likewise.
35834         (__SYSCALL_ULONG_TYPE): Likewise.
35835         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35836         (__SYSCALL_SLONG_TYPE): Likewise.
35837         (__SYSCALL_ULONG_TYPE): Likewise.
35838
35839 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35840
35841         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35842         Add sigaltstack-offsets.sym.
35843         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35844         <sigaltstack-offsets.h>.
35845         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35846         longjmp_msg pointer.
35847         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35848         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35849         signal stack.
35850         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35851
35852 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35853
35854         * elf/stackguard-macros.h: Remove file.
35855         * sysdeps/generic/stackguard-macros.h: New file.
35856         * sysdeps/i386/stackguard-macros.h: Likewise.
35857         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35858         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35859         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35860         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35861         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35862         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35863         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35864         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35865         <elf/stackguard-macros.h>.
35866
35867         [BZ #14109]
35868         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35869         __aligned__ in attribute.
35870         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35871         (gregset_t): Likewise.
35872
35873 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35874
35875         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35876         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35877         * sysdeps/x86_64/x32/Implies-after: New file.
35878
35879 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35880
35881         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35882         and access return value for _dl_profile_fixup.  Use R10_LP to
35883         load frame size.
35884
35885 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35886
35887         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35888
35889 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35890
35891         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35892         * sysdeps/x86_64/x32/sysdep.h: New file.
35893
35894 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35895
35896         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35897         * sysdeps/x86_64/setjmp.S: Likewise.
35898
35899 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35900
35901         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35902         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35903         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35904         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35905         remove unused global constant.
35906
35907 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35908
35909         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35910         include of <not-cancel.h>.
35911
35912 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35913
35914         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35915
35916 2012-05-15  Jeff Law  <law@redhat.com>
35917             Andreas Jaeger  <aj@suse.de>
35918
35919         [BZ #13594]
35920         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35921         out from...
35922         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35923         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35924         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35925         code changing __hst_map_handle.map.
35926
35927 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35928
35929         * configure.in (sysnames): Look for Implies-before and Implies-after
35930         files.
35931         * configure: Regenerated.
35932
35933 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35934
35935         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35936         8-byte data alignment with LP_SIZE alignment.
35937
35938 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35939
35940         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35941         into R10_LP.
35942
35943 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35944
35945         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35946
35947 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35948
35949         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35950         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35951         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35952         Likewise.
35953         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35954
35955 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35956
35957         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35958         (stackinfo_sub_sp): Likewise.
35959
35960 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35961
35962         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
35963         RAX_LP.
35964
35965 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35966
35967         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
35968         into R*_LP.
35969
35970 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35971
35972         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
35973         sizes into R*_LP.
35974
35975 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35976
35977         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
35978
35979 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35980
35981         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
35982         into R11_LP and load __x86_64_shared_cache_size_half into
35983         R8_LP.
35984
35985 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35986
35987         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
35988         R8_LP.
35989
35990 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35991
35992         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
35993         logb for POWER7.
35994         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
35995         logbf for POWER7.
35996         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
35997         logbl for POWER7.
35998         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
35999         powerpc32/power7/fpu/s_logb.c via #include.
36000         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36001         powerpc32/power7/fpu/s_logbf.c via #include.
36002         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36003         powerpc32/power7/fpu/s_logbl.c via #include.
36004
36005 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36006
36007         * README.libm: Remove file.
36008
36009 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36010
36011         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36012         count for x32.  Use R*_LP and omit operand-size suffix.
36013
36014 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36015
36016         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36017         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36018         * sysdeps/x86_64/x32/shlib-versions: New file.
36019
36020 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36021
36022         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36023         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36024         Use _dl_fatal_printf instead.
36025
36026 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36027
36028         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36029         set if not set by the user.  Do not allow for being unset.
36030         * sysdeps/unix/sysv/linux/configure: Regenerated.
36031
36032 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36033
36034         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36035         the `q' suffix from lea and replace .quad with ASM_ADDR.
36036
36037 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36038
36039         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36040         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36041         instead of $17.
36042         (PTR_DEMANGLE): Likewise.
36043
36044 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36045
36046         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36047         (LP_OP): Likewise.
36048         (ASM_ADDR): Likewise.
36049         (RAX_LP): Likewise.
36050         (RBP_LP): Likewise.
36051         (RBX_LP): Likewise.
36052         (RCX_LP): Likewise.
36053         (RDI_LP): Likewise.
36054         (RSI_LP): Likewise.
36055         (RSP_LP): Likewise.
36056         (R8_LP): Likewise.
36057         (R9_LP): Likewise.
36058         (R10_LP): Likewise.
36059         (R10_LP): Likewise.
36060         (R11_LP): Likewise.
36061         (R12_LP): Likewise.
36062         (R13_LP): Likewise.
36063         (R14_LP): Likewise.
36064         (R15_LP): Likewise.
36065
36066 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36067
36068         * sysdeps/x86_64/x32/dl-machine.h: New file.
36069
36070 2012-05-14  Andreas Jaeger  <aj@suse.de>
36071
36072         * manual/Makefile (subdir): Remove export of subdir.
36073         (all): Remove target.
36074         (.PHONY): Remove all from list.
36075         (mkinstalldirs): Remove.
36076         (.PHONY): Remove installdirs from list.
36077         ($(inst_infodir)/libc.info): Use make-target-directory.
36078         (installdirs): Remove.
36079         (subdir_%): Remove.
36080         (glibc-targets): Remove.
36081         (lib): Remove.
36082         (stubs): Remove.
36083         ($(objpfx)stubs ../po/manual.pot): Remove.
36084         ($(objpfx)stamp%): Remove.
36085         (make-target-directory): Remove.
36086         (subdir_install): Remove.
36087         (routines): Remove.
36088         (aux): Remove.
36089         (sources): Remove.
36090         (objects): Remove.
36091         (headers): Remove.
36092
36093         [BZ #13750]
36094         * manual/.gitignore: Remove, it's not needed anymore.
36095         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36096         all files in it.
36097         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36098         directory.
36099         (texis): Renamed to $(objpfx)texis.
36100         (texis-path): New, contains path to generated files.
36101         (chapters.%): Use texis-path for complete path, add extra argument
36102         libc-texinfo.sh.
36103         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36104         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36105         (summary,texi, stamp-summary): Use complete path of
36106         files. Generate files in build dir.
36107         (dir-add.texi): Build in build dir.
36108         (libm-err.texi,stamp-libm-err): Likewise.
36109         (version.texi, stamp-version): Likewise.
36110         (.%c.texi): Likewise.
36111         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36112         (mostlyclean): Remove target.
36113         (realclean): Remove target.
36114         (generated): Add new variable with contents from mostlyclean and
36115         realclean, remove entries duplicated in common-mostlyclean, add
36116         stamp-libm-err and stamp-version.
36117         (generated-dirs): Add libc directory.
36118         ($(inst_infodir)/libc.info): Install files from build dir.
36119
36120         * manual/install.texi (Configuring and compiling): Adjust since
36121         the info files are not part of the tar ball anymore.
36122
36123 2012-05-14  Andreas Jaeger  <aj@suse.de>
36124
36125         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36126         variable.
36127
36128 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36129
36130         [BZ #13717]
36131         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36132         to 2.2.0 where earlier.
36133         * sysdeps/unix/sysv/linux/configure: Regenerated.
36134         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36135         Remove conditional code.
36136         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36137         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36138         Remove conditional code.
36139         [!__NR_lchown]: Likewise.
36140         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36141         [__NR_lchown]: Likewise.
36142         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36143         comment referencing __ASSUME_LCHOWN_SYSCALL.
36144         * sysdeps/unix/sysv/linux/i386/sigaction.c
36145         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36146         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36147         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36148         Remove conditional code.
36149         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36150         (__protocol_available): Remove #if 0 code.
36151         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36152         conditional code.
36153         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36154         * sysdeps/unix/sysv/linux/kernel-features.h
36155         (__ASSUME_GETCWD_SYSCALL): Don't define.
36156         (__ASSUME_REALTIME_SIGNALS): Likewise.
36157         (__ASSUME_PREAD_SYSCALL): Likewise.
36158         (__ASSUME_PWRITE_SYSCALL): Likewise.
36159         (__ASSUME_POLL_SYSCALL): Likewise.
36160         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36161         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36162         non-SPARC.
36163         (__ASSUME_SIOCGIFNAME): Don't define.
36164         (__ASSUME_MSG_NOSIGNAL): Likewise.
36165         (__ASSUME_SENDFILE): Define unconditionally.
36166         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36167         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36168         conditional code.
36169         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36170         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36171         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36172         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36173         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36174         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36175         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36177         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36178         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36180         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36181         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36183         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36184         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36186         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36187         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36189         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36190         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36192         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36193         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36195         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36196         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36198         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36199         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36200         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36201         Remove conditional code.
36202         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36203         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36204         Remove conditional code.
36205         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36206         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36207         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36208         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36209         Remove conditional code.
36210         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36211         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36212         Remove conditional code.
36213         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36214         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36215         Remove conditional code.
36216         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36217         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36218         Remove conditional code.
36219         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36220         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36221         Remove conditional code.
36222         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36223         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36224         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36225         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36226         * sysdeps/unix/sysv/linux/sigaction.c
36227         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36228         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36229         * sysdeps/unix/sysv/linux/sigpending.c
36230         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36231         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36232         * sysdeps/unix/sysv/linux/sigprocmask.c
36233         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36234         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36235         * sysdeps/unix/sysv/linux/sigsuspend.c
36236         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36237         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36238         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36239         (__libc_missing_rt_sigs): Remove.
36240         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36241         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36242         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36243         Remove conditional code.
36244         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36245         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36246         return 1.
36247         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36248         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36249         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36250         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36251
36252 2012-05-14  Andreas Jaeger  <aj@suse.de>
36253
36254         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36255         it's not used in glibc.
36256         (__coshm1): Likewise.
36257         (__acosh1p): Likewise.
36258         (__sgn): Likewise.
36259
36260         * manual/string.texi (Copying and Concatenation): Add missing
36261         variable in concat example.
36262         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36263
36264 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36265
36266         [BZ #14103]
36267         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36268         __builtin_clzl with __builtin_clzll.
36269
36270 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36271
36272         [BZ #14104]
36273         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36274         libc_freeres_ptr.
36275
36276 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36277
36278         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36279         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36280         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36281         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36282
36283 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36284
36285         * NEWS: Update ia64 info.
36286
36287 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36288
36289         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36290         used as bcopy.
36291
36292 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36293
36294         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36295         * sysdeps/unix/syscalls.list (dup3): Likewise.
36296         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36297         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36298
36299 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36300
36301         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36302         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36303
36304 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36305
36306         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36307         thread pointer.
36308         (TLS_IE): Use mov/add instead of movq/addq to load thread
36309         pointer.
36310         (TLS_GD_PREFIX): New.
36311         (TLS_GD): Use it.
36312
36313 2012-05-11  David S. Miller  <davem@davemloft.net>
36314
36315         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36316         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36317         (_FPU_SETCW): Likewise.
36318
36319 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36320
36321         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36322         is 32-byte aligned.
36323
36324 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36325
36326         [BZ #11837]
36327         * iconvdata/gb18030.c: Update tables.
36328         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36329         characters specially.
36330         (BODY for TO_LOOP): Add encoding of missing ranges.
36331
36332 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36333
36334         [BZ #13673]
36335         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36336         * sysdeps/mach/hurd/dup3.c: Likewise.
36337         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36338         * sysdeps/powerpc/memmove.c:: Likewise.
36339
36340 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36341
36342         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36343         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36344
36345 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36346
36347         * elf/elf.h (R_X86_64_RELATIVE64): New.
36348         (R_X86_64_NUM): Updated.
36349         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36350         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36351         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36352         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36353         tst-quad1pie tst-quad2pie
36354         (modules-names): Add tst-quadmod1 tst-quadmod2.
36355         ($(objpfx)tst-quad1): New dependency.
36356         ($(objpfx)tst-quad2): Likewise.
36357         ($(objpfx)tst-quad1pie): Likewise.
36358         ($(objpfx)tst-quad2pie): Likewise.
36359         * sysdeps/x86_64/tst-quad1.c: New file.
36360         * sysdeps/x86_64/tst-quad1pie.c: New file.
36361         * sysdeps/x86_64/tst-quad2.c: Likewise.
36362         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36363         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36364         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36365         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36366         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36367
36368 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36369
36370         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36371         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36372         * streams/stropts.h (t_scalar_t): Define type.
36373
36374         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36375         (_PATH_PRESERVE): Set to "/var/lib".
36376         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36377
36378         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36379         instead of int.
36380
36381         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36382         if __dir_mkfile succeeded.
36383
36384         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36385         checking for _hurd_dtablesize.  Unlock it right after having
36386         finished _hurd_dtable allocation.
36387
36388 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36389
36390         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36391         * sysdeps/mach/hurd/configure: Regenerated.
36392         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36393         special-casing to...
36394         * sysdeps/gnu/configure.in: ... this new file.
36395         * sysdeps/unix/sysv/linux/configure: Regenerated.
36396         * sysdeps/gnu/configure: New generated file.
36397
36398         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36399         for Linux: use nsec instead of usec, as well as:
36400         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36401         members of type struct timespec.
36402         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36403         New macros.
36404         (struct stat64): Likewise.
36405         (_STATBUF_ST_NSEC): New macro.
36406         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36407
36408         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36409         __strtoul_internal rather than strtoul.
36410
36411 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36412
36413         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36414         and reject them.
36415
36416 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36417
36418         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36419         which preserves existing values.
36420         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36421
36422 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36423
36424         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36425         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36426         greater than FD_SETSIZE.
36427
36428 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36429
36430         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36431         allocated, call __vm_protect to finish enabling the existing space, and
36432         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36433         allocate the remainder.
36434
36435 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36436
36437         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36438         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36439
36440 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36441
36442         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36443         sysdeps/mach/hurd/readlink.c.
36444
36445         * posix/tst-sysconf.c (posix_options): Only use
36446         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36447         _POSIX_SYNCHRONIZED_IO when they are defined
36448         * sysdeps/mach/hurd/bits/posix_opt.h:
36449         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36450         (_XOPEN_REALTIME): Undefine macro.
36451         (_XOPEN_REALTIME_THREADS): Undefine macro.
36452         (_XOPEN_SHM): Undefine macro.
36453         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36454         macro to -1.
36455         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36456         macro to -1.
36457         (_POSIX_ASYNC_IO): Undefine macro.
36458         (_POSIX_PRIORITIZED_IO): Undefine macro.
36459         (_POSIX_SPIN_LOCKS): Define macro to -1.
36460
36461         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36462         SA_NODEFER, SA_RESETHAND.
36463         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36464         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36465         F_DUPFD_CLOEXEC.
36466
36467 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36468
36469         * elf/Makefile (pldd-modules): Define unconditionally.
36470
36471 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36472
36473         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36474
36475 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36476
36477         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36478         Return ENOENT when name is empty.
36479         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36480
36481 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36482
36483         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36484
36485         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36486
36487 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36488
36489         Fix mlock in all cases except non-readable pages.
36490         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36491         instead of VM_PROT_ALL as parameter to __vm_wire function.
36492
36493         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36494         (__mkdir): When path is `/', just fail with EEXIST.
36495         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36496
36497 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36498
36499         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36500         <sys/uio.h> (for writev).
36501         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36502         and <sys/param.h> (for MIN).
36503
36504 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36505
36506         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36507         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36508         if interrupted.
36509
36510 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36511
36512         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36513         Depend on against $(link-rpcuserlibs).
36514
36515 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36516
36517         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36518         (__libc_stack_end): Do not use attribute_relro.
36519         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36520         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36521         to libthread-provided value.
36522         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36523         attribute_relro.
36524
36525 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36526
36527         [BZ #3748]
36528         * bits/libc-lock.h (__libc_once_get): New macro.
36529         * sysdeps/mach/bits/libc-lock.h: Likewise.
36530         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36531         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36532         instead of using implementation details.
36533
36534         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36535         * libio/freopen.c: Likewise.
36536         * libio/freopen64.c: Likewise.
36537         * misc/syslog.c: Likewise.
36538         * nscd/connections.c: Likewise.
36539         * nscd/netgroupcache.c: Likewise.
36540         * sysdeps/posix/getcwd.c: Likewise.
36541
36542 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36543
36544         * math/w_ilogbf.c: Add #include <limits.h>.
36545
36546 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36547
36548         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36549         path instead of returning without unlocking.
36550
36551         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36552         immediate-write ioctls.
36553         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36554
36555 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36556
36557         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36558         __builtin_frame_address instead of making assumptions about the
36559         location of the return address relative to DATA.  Force early load of
36560         the return address.
36561         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36562         __builtin_frame_address.
36563
36564         dup3 for GNU Hurd.
36565         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36566         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36567         implement dup3 and do some further code clean-ups.
36568         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36569         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36570
36571 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36572
36573         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36574
36575         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36576         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36577         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36578         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36579         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36580         d->port.lock.
36581
36582         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36583         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36584         when handler == SIG_ERR, not when handler != SIG_ERR.
36585
36586 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36587
36588         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36589         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36590         definitions.
36591
36592         accept4 for GNU Hurd.
36593         * include/sys/socket.h (__libc_accept4): New prototype.
36594         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36595         to implement __libc_accept4.
36596         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36597         __libc_accept4.
36598         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36599
36600         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36601         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36602         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36603         signal-defines.sym.
36604
36605 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36606
36607         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36608
36609 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36610
36611         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36612         assertion on O_CLOEXEC flag.
36613         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36614         * hurd/intern-fd.c: Likewise.
36615         * hurd/port2fd.c: Likewise.
36616
36617 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36618
36619         [BZ #3906]
36620         * bits/in.h (IPV6_PKTINFO): Define new macro.
36621         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36622
36623 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36624
36625         [BZ #13954]
36626         [BZ #13955]
36627         [BZ #13956]
36628         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36629         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36630         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36631         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36632         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36633         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36634         * math/libm-test.inc (logb_test) : Additional logb tests.
36635
36636 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36637             Andreas Jaeger  <aj@suse.de>
36638
36639         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36640         * configure: Regenerated.
36641         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36642         * config.make.in (link-obsolete-rpc): New substituted variable.
36643         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36644         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36645         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36646         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36647         so that libc.a contains the symbols.
36648         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36649         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36650         * sunrpc/auth_none.c: Likewise.
36651         * sunrpc/auth_unix.c: Likewise.
36652         * sunrpc/authdes_prot.c: Likewise.
36653         * sunrpc/authuxprot.c: Likewise.
36654         * sunrpc/clnt_gen.c: Likewise.
36655         * sunrpc/clnt_perr.c: Likewise.
36656         * sunrpc/clnt_raw.c: Likewise.
36657         * sunrpc/clnt_simp.c: Likewise.
36658         * sunrpc/clnt_tcp.c: Likewise.
36659         * sunrpc/clnt_udp.c: Likewise.
36660         * sunrpc/clnt_unix.c: Likewise.
36661         * sunrpc/des_crypt.c: Likewise.
36662         * sunrpc/des_soft.c: Likewise.
36663         * sunrpc/get_myaddr.c: Likewise.
36664         * sunrpc/key_call.c: Likewise.
36665         * sunrpc/key_prot.c: Likewise.
36666         * sunrpc/netname.c: Likewise.
36667         * sunrpc/pm_getmaps.c: Likewise.
36668         * sunrpc/pm_getport.c: Likewise.
36669         * sunrpc/pmap_clnt.c: Likewise.
36670         * sunrpc/pmap_prot.c: Likewise.
36671         * sunrpc/pmap_prot2.c: Likewise.
36672         * sunrpc/pmap_rmt.c: Likewise.
36673         * sunrpc/publickey.c: Likewise.
36674         * sunrpc/rpc_cmsg.c: Likewise.
36675         * sunrpc/rpc_common.c: Likewise.
36676         * sunrpc/rpc_dtable.c: Likewise.
36677         * sunrpc/rpc_prot.c: Likewise.
36678         * sunrpc/rpc_thread.c: Likewise.
36679         * sunrpc/rtime.c: Likewise.
36680         * sunrpc/svc.c: Likewise.
36681         * sunrpc/svc_auth.c: Likewise.
36682         * sunrpc/svc_raw.c: Likewise.
36683         * sunrpc/svc_run.c: Likewise.
36684         * sunrpc/svc_tcp.c: Likewise.
36685         * sunrpc/svc_udp.c: Likewise.
36686         * sunrpc/svc_unix.c: Likewise.
36687         * sunrpc/svcauth_des.c: Likewise.
36688         * sunrpc/xcrypt.c: Likewise.
36689         * sunrpc/xdr.c: Likewise.
36690         * sunrpc/xdr_array.c: Likewise.
36691         * sunrpc/xdr_float.c: Likewise.
36692         * sunrpc/xdr_intXX_t.c: Likewise.
36693         * sunrpc/xdr_mem.c: Likewise.
36694         * sunrpc/xdr_rec.c: Likewise.
36695         * sunrpc/xdr_ref.c: Likewise.
36696         * sunrpc/xdr_sizeof.c: Likewise.
36697         * sunrpc/xdr_stdio.c: Likewise.
36698
36699 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36700
36701         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36702         change.  Update copyright years.
36703
36704 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36705
36706         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36707
36708 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36709             Joseph Myers  <joseph@codesourcery.com>
36710             Paul Pluzhnikov  <ppluzhnikov@google.com>
36711
36712         [BZ #14012]
36713         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36714         requiring rpcgen.
36715         [cross-compiling] (extra-libs): Likewise.
36716         [cross-compiling] (extra-libs-others): Likewise.
36717         [cross-compiling] (librpcsvc-routines): Likewise.
36718         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36719         [cross-compiling] (omit-deps): Likewise.
36720         (sunrpc-CPPFLAGS): New variable.
36721         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36722         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36723         (cross-rpcgen-objs): New variable.
36724         (extra-objs): Append $(cross-rpcgen-objs).
36725         ($(cross-rpcgen-objs)): New rule.
36726         ($(objpfx)cross-rpcgen): Likewise.
36727         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36728         comment.
36729         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36730         ($(objpfx)x%.stmp): Likewise.
36731         * sunrpc/proto.h [IS_IN_build] (_): Define.
36732         [IS_IN_build] (_libc_intl_domainname): Likewise.
36733
36734 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36735
36736         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36737         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36738         and R_X86_64_TPOFF64.
36739
36740 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36741
36742         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36743         sysdeps/unix/sysv/syscalls.list.
36744         (stime): Likewise.
36745         (utime): Likewise.
36746         * sysdeps/unix/sysv/syscalls.list: Remove file.
36747
36748 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36749
36750         [BZ #3440]
36751         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36752         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36753         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36754         (__LC_IDENTIFICATION): Make these macros useful in #if
36755         expressions, as required by C99.
36756
36757 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36758
36759         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36760         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36761         after this.
36762
36763 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36764
36765         * stdlib/longlong.h: Updated from GCC.
36766
36767 2012-05-09  Andreas Jaeger  <aj@suse.de>
36768
36769         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36770         default is first entry.
36771         (run_mode): Set type.
36772         (main): Remove informal message about syslog.
36773         (options): Fix typo.
36774
36775         [BZ #14053]
36776         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36777         to asm.
36778         (lrint): Likewise.
36779         (llrintf): Likewise.
36780         (llrint): Likewise.
36781         (rint): Likewise.
36782         (rintf): Likewise.
36783         (nearbyint): Likewise.
36784         (nearbyintf): Likewise.
36785
36786 2012-05-09  Andreas Jaeger  <aj@suse.de>
36787             Pedro Alves  <palves@redhat.com>
36788
36789         * nscd/nscd.c (run_mode): Use enum.
36790         (main): Cleanup coding style issue.
36791
36792 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36793             Andreas Jaeger  <aj@suse.de>
36794
36795         * nscd/nscd.c (go_background): Replaced with...
36796         (run_mode): ... this.
36797         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36798         (options): Add -F --foreground.
36799         (main): Implement it.
36800         (parse_opt): Parse it.
36801
36802 2012-05-09  Andreas Jaeger  <aj@suse.de>
36803
36804         [BZ #14083]
36805         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36806         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36807         -Wconversion warning.
36808         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36809         Likewise.
36810
36811 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36812
36813         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36814         == 0.
36815         (LC_ALL): Use macro-int-constant.
36816         (LC_COLLATE): Likewise.
36817         (LC_CTYPE): Likewise.
36818         (LC_MESSAGES): Likewise.
36819         (LC_MONETARY): Likewise.
36820         (LC_NUMERIC): Likewise.
36821         (LC_TIME): Likewise.
36822         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36823         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36824         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36825         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36826         Specify type.
36827         [C99-based standards] (float_t): Expect type.
36828         [C99-based standards] (double_t): Expect type.
36829         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36830         type.
36831         [C99-based standards] (HUGE_VALL): Likewise.
36832         [C99-based standards] (INFINITY): Likewise.
36833         [C99-based standards] (NAN): Likewise.
36834         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36835         [C99-based standards] (FP_NAN): Likewise.
36836         [C99-based standards] (FP_NORMAL): Likewise.
36837         [C99-based standards] (FP_SUBNORMAL): Likewise.
36838         [C99-based standards] (FP_ZERO): Likewise.
36839         [C99-based standards] (FP_FAST_FMA): Use
36840         optional-macro-int-constant.  Specify type.  Require == 1.
36841         [C99-based standards] (FP_FAST_FMAF): Likewise.
36842         [C99-based standards] (FP_FAST_FMAL): Likewise.
36843         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36844         [C99-based standards] (FP_ILOGBNAN): Likewise.
36845         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36846         Specify type.
36847         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36848         [C99-based standards] (math_errhandling): Specify type.
36849         [ISO99 || ISO11] (signgam): Do not allow.
36850         [non-C99-based standards] (copysignf): Do not allow.
36851         [non-C99-based standards] (exp2f): Likewise.
36852         [non-C99-based standards] (log2f): Likewise.
36853         [non-C99-based standards] (modff): Allow.
36854         [non-C99-based standards] (erff): Do not allow.
36855         [non-C99-based standards] (erfcf): Likewise.
36856         [non-C99-based standards] (gammaf): Likewise.
36857         [non-C99-based standards] (hypotf): Likewise.
36858         [non-C99-based standards] (j0f): Likewise.
36859         [non-C99-based standards] (j1f): Likewise.
36860         [non-C99-based standards] (jnf): Likewise.
36861         [non-C99-based standards] (lgammaf): Likewise.
36862         [non-C99-based standards] (tgammaf): Likewise.
36863         [non-C99-based standards] (y0f): Likewise.
36864         [non-C99-based standards] (y1f): Likewise.
36865         [non-C99-based standards] (ynf): Likewise.
36866         [non-C99-based standards] (isnanf): Likewise.
36867         [non-C99-based standards] (acoshf): Likewise.
36868         [non-C99-based standards] (asinhf): Likewise.
36869         [non-C99-based standards] (atanhf): Likewise.
36870         [non-C99-based standards] (cbrtf): Likewise.
36871         [non-C99-based standards] (expm1f): Likewise.
36872         [non-C99-based standards] (ilogbf): Likewise.
36873         [non-C99-based standards] (log1pf): Likewise.
36874         [non-C99-based standards] (logbf): Likewise.
36875         [non-C99-based standards] (nextafterf): Likewise.
36876         [non-C99-based standards] (remainderf): Likewise.
36877         [non-C99-based standards] (rintf): Likewise.
36878         [non-C99-based standards] (scalbf): Likewise.
36879         [non-C99-based standards] (copysignl): Likewise.
36880         [non-C99-based standards] (exp2l): Likewise.
36881         [non-C99-based standards] (log2l): Likewise.
36882         [non-C99-based standards] (modfl): Allow.
36883         [non-C99-based standards] (erfl): Do not allow.
36884         [non-C99-based standards] (erfcl): Likewise.
36885         [non-C99-based standards] (gammal): Likewise.
36886         [non-C99-based standards] (hypotl): Likewise.
36887         [non-C99-based standards] (j0l): Likewise.
36888         [non-C99-based standards] (j1l): Likewise.
36889         [non-C99-based standards] (jnl): Likewise.
36890         [non-C99-based standards] (lgammal): Likewise.
36891         [non-C99-based standards] (tgammal): Likewise.
36892         [non-C99-based standards] (y0l): Likewise.
36893         [non-C99-based standards] (y1l): Likewise.
36894         [non-C99-based standards] (ynl): Likewise.
36895         [non-C99-based standards] (isnanl): Likewise.
36896         [non-C99-based standards] (acoshl): Likewise.
36897         [non-C99-based standards] (asinhl): Likewise.
36898         [non-C99-based standards] (atanhl): Likewise.
36899         [non-C99-based standards] (cbrtl): Likewise.
36900         [non-C99-based standards] (expm1l): Likewise.
36901         [non-C99-based standards] (ilogbl): Likewise.
36902         [non-C99-based standards] (log1pl): Likewise.
36903         [non-C99-based standards] (logbl): Likewise.
36904         [non-C99-based standards] (nextafterl): Likewise.
36905         [non-C99-based standards] (remainderl): Likewise.
36906         [non-C99-based standards] (rintl): Likewise.
36907         [non-C99-based standards] (scalbl): Likewise.
36908         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36909         [non-C99-based standards] (FP_*): Do not allow.
36910         [C99-based standards] (FP_*): Change to
36911         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36912         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36913         allow.
36914         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36915         (SIG_ERR): Likewise.
36916         [X/Open-based standards] (SIG_HOLD): Likewise.
36917         (SIG_IGN): Likewise.
36918         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36919         positive value.
36920         (SIGFPE): Likewise.
36921         (SIGILL): Likewise.
36922         (SIGINT): Likewise.
36923         (SIGSEGV): Likewise.
36924         (SIGTER): Likewise.
36925         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36926         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36927         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36928         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36929         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36930         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36931         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36932         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36933         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36934         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36935         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36936         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36937         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36938         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36939         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36940         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36941         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36942         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36943         [X/Open-based standards] (SIGTRAP): Likewise.
36944         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36945         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36946         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36947         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36948         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36949         allow.
36950
36951 2012-05-08  Ian Wienand  <ianw@vmware.com>
36952
36953         [BZ #14080]
36954         * time/tzset.c (__tzset_parse_tz): Update default rules for
36955         daylight time changes in the Energy Policy Act of 2005.
36956
36957 2012-05-09  Andreas Jaeger  <aj@suse.de>
36958
36959         [BZ #13983]
36960         * elf/ldconfig.c (parse_conf): Change string to make clear that
36961         ldconfig only issued a warning if ld.so.conf does not exist.
36962
36963 2012-05-08  David S. Miller  <davem@davemloft.net>
36964
36965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
36966         movxtod instead of popping the value on the stack.
36967
36968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36969
36970 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
36971
36972         * config.h.in: Add HAVE_ARM_PCS_VFP.
36973
36974 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
36975
36976         [BZ #13979]
36977         * include/features.h: Warn if user requests __FORTIFY_SOURCE
36978         checking but the checks are disabled for any reason.
36979
36980 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
36981
36982         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
36983         and ELF64_R_TYPE with ELFW(R_TYPE).
36984
36985 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
36986
36987         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
36988         (ulimit): Likewise.
36989
36990         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
36991         (settimeofday): Likewise.
36992
36993 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
36994
36995         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
36996         a struct th_u2 inside the union, and move tu_block/tu_code into
36997         a new th_u3 union of tu_block/tu_code inside of that.  Move
36998         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
36999         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37000         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37001         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37002         (th_stuff): Change to th_u1.tu_stuff.
37003         (th_data): Define.
37004         (th_msg): Change to th_u1.th_u2.tu_data.
37005
37006 2012-05-07  David S. Miller  <davem@davemloft.net>
37007
37008         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37009
37010         [BZ #14074]
37011         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37012         (SETUP_PIC_REG): Use it.
37013         (SETUP_PIC_REG_LEAF): Use it.
37014
37015 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37016
37017         [BZ #13885]
37018         [BZ #13923]
37019         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37020         USE_AS_EXPM1L.
37021         (EXPL_FINITE): Likewise.
37022         (FLDLOG): Likewise.
37023         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37024         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37025         e_expl.S.
37026         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37027         USE_AS_EXPM1L.
37028         (EXPL_FINITE): Likewise.
37029         (FLDLOG): Likewise.
37030         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37031         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37032         e_expl.S.
37033         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37034         test of -max_value argument for long double.
37035         * sysdeps/i386/fpu/libm-test-ulps: Update.
37036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37037
37038 2012-05-06  David S. Miller  <davem@davemloft.net>
37039
37040         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37041         quad soft-float symbols whose references which are compiler
37042         generated.
37043         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37044
37045 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37046
37047         [BZ #13884]
37048         [BZ #13914]
37049         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37050         USE_AS_EXP10L.
37051         (EXPL_FINITE): Likewise.
37052         (FLDLOG): Likewise.
37053         (c0): Likewise.
37054         (c1): Likewise.
37055         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37056         Adjust comments for base varying.
37057         (__expl_finite): Change alias to EXPL_FINITE.
37058         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37059         e_expl.S.
37060         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37061         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37062         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37063         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37064         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37065         USE_AS_EXP10L.
37066         (EXPL_FINITE): Likewise.
37067         (FLDLOG): Likewise.
37068         (c0): Likewise.
37069         (c1): Likewise.
37070         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37071         Adjust comments for base varying.
37072         (__expl_finite): Change alias to EXPL_FINITE.
37073         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37074         tests for bugs.
37075         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37076
37077         [BZ #14064]
37078         * math/libm-test.inc (check_float_internal): Correct ulp
37079         calculation for subnormal expected results.
37080
37081 2012-05-06  Andreas Jaeger  <aj@suse.de>
37082
37083         * Makeconfig (+math-flags): New, set to -frounding-math.
37084         (+cflags): Add +math-flags so that all of glibc gets compiled with
37085         it.
37086
37087         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37088
37089 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37090
37091         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37092         Disable one test.
37093
37094         [BZ #13787]
37095         [BZ #13922]
37096         [BZ #14036]
37097         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37098         (__ieee754_expl): Allow for and saturate large arguments.
37099         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37100         (u_threshold): Likewise.
37101         (__exp): Call __ieee754_exp before checking for overflow and
37102         underflow.
37103         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37104         (u_threshold): Likewise.
37105         (__expf): Call __ieee754_expf before checking for overflow and
37106         underflow.
37107         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37108         (u_threshold): Likewise.
37109         (__expl): Call __ieee754_expl before checking for overflow and
37110         underflow.
37111         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37112         (__ieee754_expl): Allow for and saturate large arguments.
37113         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37114         missing overflow exception on overflow.
37115         (expm1_test): Do not allow missing overflow exception on overflow.
37116
37117         * sysdeps/i386/fpu/e_expl.c: Move to ...
37118         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37119         rather than using inline asm.
37120         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37121         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37122         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37123
37124         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37125         (nice): Likewise.
37126         (poll): Likewise.
37127         (signal): Likewise.
37128         (time): Likewise.
37129         (times): Likewise.
37130
37131 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37132
37133         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37134         sysdeps/unix/common/syscalls.list.
37135         (fchmod): Likewise.
37136         (fchown): Likewise.
37137         (ftruncate): Likewise.
37138         (getrusage): Likewise.
37139         (gettimeofday): Likewise.
37140         (setpgid): Likewise.
37141         (setregid): Likewise.
37142         (setreuid): Likewise.
37143         (sigaction): Likewise.
37144         (truncate): Likewise.
37145         (vhangup): Likewise.
37146         * sysdeps/unix/common/syscalls.list: Remove file.
37147         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37148         * sysdeps/unix/sysv/linux/Implies: Likewise.
37149
37150 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37151
37152         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37153         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37154         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37155         Moved to ...
37156         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37157         Here.
37158         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37159         to ...
37160         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37161         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37162         to ...
37163         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37164         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37165         to ...
37166         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37167         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37168         to ...
37169         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37170         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37171         to ...
37172         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37173         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37174         to ...
37175         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37176         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37177         to ...
37178         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37179         Here.
37180         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37181         to ...
37182         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37183         Here.
37184         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37185         to ...
37186         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37187         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37188         Moved to ...
37189         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37190         Here.
37191         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37192         to ...
37193         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37194
37195 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37196
37197         * sysdeps/unix/common/bits/dirent.h: Remove file.
37198         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37199
37200         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37201         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37202         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37203         * sysdeps/unix/bsd/isatty.c: Likewise.
37204         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37205         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37206         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37207
37208 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37209
37210         [BZ #13563]
37211         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37212         long double comparison inaccuracies.
37213         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37215
37216 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37217
37218         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37219         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37220
37221 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37222
37223         [BZ #14049]
37224         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37225         nonzero digits before rounding a hex value.
37226         * stdlib/tst-strtod.c (tests): Add another test.
37227
37228 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37229
37230         * sysdeps/s390/fpu/libm-test-ulps: Update.
37231
37232 2012-05-03  Andreas Jaeger  <aj@suse.de>
37233
37234         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37235         does not get optimized out.
37236         (malloc_opt_barrier): New.
37237
37238 2012-05-03  Andreas Jaeger  <aj@suse.de>
37239             Roland McGrath  <roland@hack.frob.com>
37240
37241         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37242         intermediate file deletion.
37243         (generated): Add .symlist files.
37244
37245 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37246
37247         [BZ #13775]
37248         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37249         Redirect under this condition.
37250         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37251         [__USE_GNU] (__dprintf_chk): Not under this condition.
37252         [__USE_GNU] (__vdprintf_chk): Likewise.
37253         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37254         under this condition.
37255         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37256         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37257         [__USE_XOPEN2K8] (vdprintf): Likewise.
37258         [__USE_GNU] (__dprintf_chk): Not under this condition.
37259         [__USE_GNU] (__vdprintf_chk): Likewise.
37260         [__USE_GNU] (dprintf): Likewise.
37261         [__USE_GNU] (vdprintf): Likewise.
37262
37263 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37264
37265         * elf/Makefile (common-generated): Set this instead of generated for
37266         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37267         $(all-built-dso)-derived lists.
37268
37269 2012-05-03  Andreas Jaeger  <aj@suse.de>
37270
37271         * sysdeps/i386/fpu/libm-test-ulps: Update.
37272
37273         * FAQ: Removed.
37274         * FAQ.in: Likewise.
37275         * scripts/gen-FAQ.pl: Likewise.
37276         * manual/install.texi (Installation): Point to online location of
37277         FAQ.
37278         * Makefile (files-for-dist): Remove FAQ.
37279         (FAQ): Remove.
37280
37281 2012-05-02  Allan McRae  <allan@archlinux.org>
37282
37283         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37284         (LDFLAGS-reldepmod5.so): Likewise.
37285         (LDFLAGS-reldep6mod1.so): Likewise.
37286         (LDFLAGS-reldep6mod4.so): Likewise.
37287         (LDFLAGS-reldep8mod3.so): Likewise.
37288         (LDFLAGS-unload4mod1.so): Likewise.
37289         (LDFLAGS-unload4mod2.so): Likewise.
37290         (LDFLAGS-tst-initorder): Likewise.
37291         (LDFLAGS-tst-initordera2.so): Likewise.
37292         (LDFLAGS-tst-initordera3.so): Likewise.
37293         (LDFLAGS-tst-initordera4.so): Likewise.
37294         (LDFLAGS-tst-initorderb2.so): Likewise.
37295         (LDFLAGS-noload): Likewise.
37296         (LDFLAGS-next): Likewise.
37297         (LDFLAGS-order2mod1.so): Likewise.
37298         (LDFLAGS-order2mod2.so): Likewise.
37299         (LDFLAGS-tst-initorder2): Likewise.
37300         (LDFLAGS-tst-initorder2a.so): Likewise.
37301         (LDFLAGS-tst-initorder2b.so): Likewise.
37302         (LDFLAGS-tst-initorder2c.so): Likewise.
37303         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37304
37305 2012-05-02  David S. Miller  <davem@davemloft.net>
37306
37307         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37308
37309 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37310
37311         [BZ #14055]
37312         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37313
37314 2012-05-02  Andreas Jaeger  <aj@suse.de>
37315
37316         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37317         since we manipulate rounding mode.
37318         (CPPFLAGS-test-idouble.c): Likewise.
37319         (CPPFLAGS-test-ifloat.c): Likewise.
37320         (CFLAGS-test-ldouble.c): Likewise.
37321         (CFLAGS-test-double.c): Likewise.
37322         (CFLAGS-test-float.c): Likewise.
37323         (CFLAGS-test-misc.c): Likewise.
37324         (CFLAGS-test-test-fenv.c): Likewise.
37325
37326 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37327
37328         [BZ #2550]
37329         [BZ #2570]
37330         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37331         comparisons to determine direction to adjust input.
37332
37333 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37334
37335         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37336         output to the target.
37337
37338         * scripts/localplt.awk: New file.
37339         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37340         (check-localplt-CFLAGS): Variable removed.
37341         ($(all-built-dso:=.jmprel)): New static pattern rule.
37342         (generated): Add those targets.
37343         (localplt-built-dso): New variable.
37344         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37345
37346         * elf/check-localplt.c: File removed.
37347
37348         * scripts/check-execstack.awk: New file.
37349         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37350         (check-execstack-CFLAGS): Variable removed.
37351         ($(objpfx)check-execstack.h): Target removed.
37352         ($(objpfx)execstack-default): New target.
37353         (generated): Add that instead of check-execstack.h.
37354         ($(all-built-dso:=.phdr)): New static pattern rule.
37355         (generated): Add those targets.
37356         * elf/check-execstack.c: File removed.
37357
37358         * scripts/check-textrel.awk: New file.
37359         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37360         (check-textrel-CFLAGS): Variable removed.
37361         (all-built-dso): Use := to define.o
37362         ($(all-built-dso:=.dyn)): New static pattern rule.
37363         (generated): Add those targets.
37364         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37365         * config.make.in (READELF): New substituted variable.
37366         * elf/check-textrel.c: File removed.
37367
37368 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37369
37370         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37371         allow.
37372         * conform/data/ctype.h-data [C99-based standards] (isblank):
37373         Expect function.
37374         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37375         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37376         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37377         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37378         Specify type.  Require positive value.
37379         (EILSEQ): Likewise.
37380         (ERANGE): Likewise.
37381         [ISO || POSIX] (EILSEQ): Do not expect.
37382         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37383         Specify type.  Require positive value.
37384         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37385         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37386         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37387         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37388         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37389         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37390         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37391         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37392         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37393         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37394         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37395         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37396         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37397         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37398         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37399         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37400         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37401         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37402         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37403         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37404         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37405         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37406         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37407         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37408         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37409         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37410         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37411         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37412         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37413         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37414         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37415         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37416         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37417         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37418         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37419         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37420         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37421         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37422         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37423         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37424         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37425         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37426         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37427         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37428         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37429         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37430         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37431         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37432         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37433         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37434         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37435         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37436         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37437         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37438         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37439         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37440         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37441         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37442         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37443         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37444         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37445         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37446         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37447         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37448         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37449         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37450         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37451         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37452         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37453         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37454         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37455         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37456         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37457         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37458         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37459         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37460         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37461         Require >= 2.
37462         (FLT_ROUNDS): Expect as macro, not constant.
37463         (FLT_MANT_DIG): Use macro-int-constant.
37464         (DBL_MANT_DIG): Likewise.
37465         (LDBL_MANT_DIG): Likewise.
37466         (FLT_DIG): Likewise.
37467         (DBL_DIG): Likewise.
37468         (LDBL_DIG): Likewise.
37469         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37470         (DBL_MIN_EXP): Likewise.
37471         (LDBL_MIN_EXP): Likewise.
37472         (FLT_MAX_EXP): Use macro-int-constant.
37473         (DBL_MAX_EXP): Likewise.
37474         (LDBL_MAX_EXP): Likewise.
37475         (FLT_MAX_10_EXP): Likewise.
37476         (DBL_MAX_10_EXP): Likewise.
37477         (LDBL_MAX_10_EXP): Likewise.
37478         (FLT_MAX): Use macro-constant.
37479         (DBL_MAX): Likewise.
37480         (LDBL_MAX): Likewise.
37481         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37482         (DBL_EPSILON): Likewise.
37483         (LDBL_EPSILON): Likewise.
37484         (FLT_MIN): Likewise.
37485         (DBL_MIN): Likewise.
37486         (LDBL_MIN): Likewise.
37487         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37488         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37489         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37490         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37491         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37492         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37493         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37494         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37495         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37496         [ISO11] (FLT_TRUE_MIN): Likewise.
37497         [ISO11] (LDBL_TRUE_MIN): Likewise.
37498         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37499         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37500         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37501         (SCHAR_MAX): Likewise.
37502         (UCHAR_MAX): Likewise.
37503         (CHAR_MIN): Likewise.
37504         (CHAR_MAX): Likewise.
37505         (MB_LEN_MAX): Use macro-int-constant.
37506         (SHRT_MIN): Use macro-int-constant.  Specify type.
37507         (SHRT_MAX): Likewise.
37508         (USHRT_MAX): Likewise.
37509         (INT_MAX): Likewise.
37510         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37511         bound negative.
37512         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37513         bound with "U".
37514         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37515         bound with "L".
37516         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37517         bound negative.  Suffix upper bound with "L".
37518         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37519         bound with "UL".
37520         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37521         Specify type.
37522         [C99-based standards] (LLONG_MAX): Likewise.
37523         [C99-based standards] (ULLONG_MAX): Likewise.
37524         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37525         == 0.
37526         [ISO11] (max_align_t): Require type.
37527         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37528
37529         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37530         from $CFLAGS, without defining away __attribute__ calls.
37531         (checknamespace): Use $CFLAGS_namespace.
37532
37533         * conform/conformtest.pl (@keywords): Only include C99 keywords
37534         for standards based on C99 or C11.
37535
37536         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37537         Disable tests.
37538         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37539         UNIX98]: Likewise.
37540
37541         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37542         usability of symbols in #if.
37543
37544         * conform/conformtest.pl: If macro or constant types start
37545         "promoted:", expect the symbol to be of the following type
37546         promoted by the integer promotions.
37547
37548         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37549         in one place.  Also handle "macro-constant".
37550
37551         * conform/conformtest.pl: Only accept expected macro values with
37552         "==".  Parse all "macro" lines in one place.
37553         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37554
37555         * conform/conformtest.pl: Handle braced types on "constant" lines
37556         instead of handling "typed-constant".
37557         * conform/data/signal.h-data: Use "constant" instead of
37558         "typed-constant".
37559
37560         * conform/conformtest.pl: Handle "optional-" at start of lines in
37561         one place rather than duplicating several cases.  Handle each
37562         format of "macro" line with initial "optional-".
37563
37564         * conform/conformtest.pl: Only accept expected constant or
37565         optional-constant values with "==".  Parse all "constant" lines in
37566         one place.  Parse all "optional-constant" lines in one place.
37567         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37568         * conform/data/fmtmsg.h-data: Likewise.
37569         * conform/data/netinet/in.h-data: Likewise.
37570         * conform/data/tar.h-data: Likewise.
37571         * conform/data/limits.h-data: Use "==" form on "constant" and
37572         "optional-constant" lines.
37573
37574         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37575         Use -std=c99 for XOPEN2K.
37576         (@knownproblems): Remove.
37577         (newtoken): Don't check %isknown.
37578
37579         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37580         Do not expect macro.
37581         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37582         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37583         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37584         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37585         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37586         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37587         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37588         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37589         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37590         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37591         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37592         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37593         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37594         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37595         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37596         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37597         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37598         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37599         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37600         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37601         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37602         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37603         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37604         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37605         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37606         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37607         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37608         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37609         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37610         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37611         [XPG3] (acosh): Likewise.
37612         [XPG3] (asinh): Likewise.
37613         [XPG3] (atanh): Likewise.
37614         [XPG3] (cbrt): Likewise.
37615         [XPG3] (expm1): Likewise.
37616         [XPG3] (ilogb): Likewise.
37617         [XPG3] (log1p): Likewise.
37618         [XPG3] (logb): Likewise.
37619         [XPG3] (nextafter): Likewise.
37620         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37621         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37622         [XPG3] (remainder): Likewise.
37623         [XPG3] (rint): Likewise.
37624         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37625         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37626         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37627         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37628         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37629         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37630         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37631         [UNIX98 || XOPEN2K] (scalb): Expect.
37632         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37633         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37634         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37635         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37636         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37637         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37638         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37639         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37640         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37641         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37642         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37643         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37644         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37645         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37646         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37647         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37648         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37649         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37650         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37651         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37652         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37653         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37654         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37655         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37656         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37657         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37658         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37659         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37660         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37661         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37662         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37663         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37664         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37665         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37666         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37667         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37668         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37669         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37670         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37671         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37672         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37673         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37674         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37675         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37676         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37677         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37678         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37679         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37680         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37681         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37682         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37683         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37684         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37685         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37686         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37687         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37688         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37689         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37690         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37691         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37692         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37693         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37694         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37695         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37696         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37697         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37698         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37699         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37700         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37701         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37702         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37703         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37704         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37705         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37706         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37707         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37708         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37709         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37710         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37711         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37712         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37713         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37714         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37715         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37716         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37717         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37718         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37719         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37720         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37721         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37722         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37723         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37724         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37725         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37726         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37727         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37728         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37729         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37730         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37731         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37732         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37733         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37734         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37735         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37736         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37737         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37738         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37739         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37740         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37741         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37742         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37743         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37744         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37745         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37746         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37747         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37748         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37749         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37750         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37751         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37752         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37753         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37754         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37755         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37756         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37757         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37758         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37759         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37760         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37761         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37762         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37763         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37764         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37765         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37766         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37767         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37768         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37769
37770         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37771         _XOPEN_SOURCE_EXTENDED for XPG4.
37772
37773         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37774
37775         * Makeconfig (localtime): Remove variable.
37776         (inst_localtime-file): Likewise.
37777
37778 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37779
37780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37781         Update.
37782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37783         Update.
37784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37785         Update.
37786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37787         Update.
37788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37789         Update.
37790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37791         Update.
37792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37793         Update.
37794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37795         Update.
37796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37797         Update.
37798
37799 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37800
37801         [BZ #2550]
37802         [BZ #2570]
37803         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37804         comparisons to determine direction to adjust input.
37805         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37806         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37807         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37808         Likewise.
37809         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37810         Likewise.
37811         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37812         Likewise.
37813         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37814         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37815         Likewise.
37816         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37817         Likewise.
37818         * math/libm-test.inc (nexttoward_test): Add more tests.
37819
37820 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37821
37822         [BZ #14040]
37823         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37824         in version GLIBC_2.1, not GLIBC_2.0.
37825         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37826         Likewise.
37827
37828 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37829
37830         [BZ #13942]
37831         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37832         (1 - x) * (1 + x).
37833         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37834         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37835         * math/libm-test.inc (acos_test): Add more tests.
37836         (asin_test): Likewise.
37837         * sysdeps/i386/fpu/libm-test-ulps: Update.
37838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37839
37840         [BZ #14034]
37841         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37842         of square root.
37843         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37844         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37845         * math/libm-test.inc (acos_test_tonearest): New function.
37846         (acos_test_towardzero): Likewise.
37847         (acos_test_downward): Likewise.
37848         (acos_test_upward): Likewise.
37849         (asin_test_tonearest): Likewise.
37850         (asin_test_towardzero): Likewise.
37851         (asin_test_downward): Likewise.
37852         (asin_test_upward): Likewise.
37853         (main): Call the new functions.
37854         * sysdeps/i386/fpu/libm-test-ulps: Update.
37855         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37856
37857         [BZ #13884]
37858         [BZ #13924]
37859         * math/e_exp10.c: Include <float.h>.
37860         (__ieee754_exp10): Handle underflow here rather than multiplying
37861         large negative argument by M_LN10.
37862         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37863         of __ieee754_expf.
37864         * math/e_exp10l.c: Include <float.h>.
37865         (__ieee754_exp10l): Handle underflow here rather than multiplying
37866         large negative argument by M_LN10l.
37867         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37868         spurious overflow exception on underflow.
37869
37870 2012-04-29  Marek Polacek  <polacek@redhat.com>
37871
37872         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37873         (__fortify_function): New macro.
37874         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37875         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37876         __extern_always_inline.
37877         * libio/bits/stdio2.h: Likewise.
37878         * libio/bits/stdio.h: Likewise.
37879         * string/string.h: Likewise.
37880         * string/bits/string3.h: Likewise.
37881         * include/stdio.h: Likewise.
37882         * stdlib/bits/stdlib.h: Likewise.
37883         * stdlib/stdlib.h: Likewise.
37884         * rt/bits/mqueue2.h: Likewise.
37885         * rt/mqueue.h: Likewise.
37886         * posix/bits/unistd.h: Likewise.
37887         * posix/unistd.h: Likewise.
37888         * io/bits/poll2.h: Likewise.
37889         * io/bits/fcntl2.h: Likewise.
37890         * io/fcntl.h: Likewise.
37891         * io/sys/poll.h: Likewise.
37892         * misc/bits/syslog.h: Likewise.
37893         * misc/bits/syslog-ldbl.h: Likewise.
37894         * misc/sys/syslog.h: Likewise.
37895         * socket/bits/socket2.h: Likewise.
37896         * socket/sys/socket.h: Likewise.
37897         * debug/tst-chk1.c: Likewise.
37898         * wcsmbs/bits/wchar2.h: Likewise.
37899         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37900         * wcsmbs/wchar.h: Likewise.
37901
37902 2012-04-29  Andreas Jaeger  <aj@suse.de>
37903
37904         * Makerules (tests): Remove enable-check-abi protection.
37905         (check-abi-warn): Remove.
37906         (check-abi-%): Remove check-abi-warn usage.
37907
37908         * configure.in: Remove check-abi configure option.
37909         * configure: Regenerated.
37910         * config.make.in (enable-check-abi): Remove.
37911
37912 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37913
37914         [BZ #14033]
37915         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37916         double functions to double *_finite functions.
37917
37918         [BZ #13941]
37919         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37920         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37921         LDBL_MIN_EXP.
37922         * stdio-common/Makefile (tests): Add tst-sprintf3.
37923         * stdio-common/tst-sprintf3.c: New file.
37924
37925         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37926         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37927
37928 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37929
37930         * conform/conformtest.pl: Remove duplicate typed-constant
37931         handling.
37932
37933 2012-04-28  David S. Miller  <davem@davemloft.net>
37934
37935         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37936         (check-abi-%): Remove AWK script prerequisite and explicit
37937         abilist directory.
37938         (check-abi): Rewrite to just diff the symlist with the abilist.
37939         (config-tls, config-abi-config): Delete, no longer used.
37940         (update-abi-%): Remove AWK script and explicit abilist directory.
37941         (update-abi): Rewrite to simply compare and conditionally copy the
37942         symlist and the sysdep abilist file.  Remove update-abi-config
37943         checks.
37944         * abilist/ld.abilist: Remove.
37945         * abilist/libBrokenLocale.abilist: Remove.
37946         * abilist/libanl.abilist: Remove.
37947         * abilist/libcrypt.abilist: Remove.
37948         * abilist/libdl.abilist: Remove.
37949         * abilist/librt.abilist: Remove.
37950         * abilist/libthread_db.abilist: Remove.
37951         * abilist/libutil.abilist: Remove.
37952         * scripts/extract-abilist.awk: Remove.
37953         * scripts/merge-abilist.awk: Remove.
37954         * sysdeps/generic/libcidn.abilist: New file.
37955         * sysdeps/generic/libnss_compat.abilist: New file.
37956         * sysdeps/generic/libnss_db.abilist: New file.
37957         * sysdeps/generic/libnss_dns.abilist: New file.
37958         * sysdeps/generic/libnss_files.abilist: New file.
37959         * sysdeps/generic/libnss_hesiod.abilist: New file.
37960         * sysdeps/generic/libnss_nis.abilist: New file.
37961         * sysdeps/generic/libnss_nisplus.abilist: New file.
37962         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
37963         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
37964         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
37965         file.
37966         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
37967         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
37968         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
37969         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
37970         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
37971         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
37972         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
37973         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
37974         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
37975         file.
37976         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
37977         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
37978         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
37979         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
37980         file.
37981         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
37982         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
37983         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
37984         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
37985         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
37986         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
37987         file.
37988         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
37989         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
37990         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
37991         file.
37992         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
37993         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
37994         New file.
37995         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
37996         New file.
37997         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
37998         New file.
37999         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38000         New file.
38001         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38002         New file.
38003         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38004         New file.
38005         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38006         New file.
38007         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38008         New file.
38009         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38010         New file.
38011         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38012         New file.
38013         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38014         New file.
38015         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38016         New file.
38017         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38018         New file.
38019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38020         file.
38021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38022         New file.
38023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38024         New file.
38025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38026         file.
38027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38028         New file.
38029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38030         New file.
38031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38032         file.
38033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38034         New file.
38035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38036         New file.
38037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38038         New file.
38039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38040         New file.
38041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38042         New file.
38043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38044         New file.
38045         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38046         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38047         file.
38048         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38049         New file.
38050         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38051         file.
38052         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38053         file.
38054         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38055         file.
38056         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38057         file.
38058         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38059         file.
38060         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38061         New file.
38062         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38063         file.
38064         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38065         file.
38066         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38067         New file.
38068         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38069         file.
38070         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38071         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38072         file.
38073         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38074         New file.
38075         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38076         file.
38077         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38078         file.
38079         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38080         file.
38081         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38082         file.
38083         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38084         file.
38085         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38086         New file.
38087         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38088         file.
38089         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38090         file.
38091         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38092         New file.
38093         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38094         file.
38095         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38096         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38097         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38098         file.
38099         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38100         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38101         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38102         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38103         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38104         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38105         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38106         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38107         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38108         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38109         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38110         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38111         file.
38112         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38113         New file.
38114         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38115         file.
38116         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38117         file.
38118         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38119         file.
38120         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38121         file.
38122         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38123         file.
38124         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38125         New file.
38126         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38127         New file.
38128         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38129         file.
38130         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38131         New file.
38132         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38133         file.
38134         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38135         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38136         file.
38137         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38138         New file.
38139         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38140         file.
38141         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38142         file.
38143         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38144         file.
38145         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38146         file.
38147         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38148         file.
38149         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38150         New file.
38151         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38152         New file.
38153         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38154         file.
38155         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38156         New file.
38157         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38158         file.
38159
38160 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38161
38162         * conform/conformtest.pl: Fix typo in handling typed-constant from
38163         allow-header.
38164
38165 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38166
38167         * README: Cut down references to pre-2.6 Linux kernels and
38168         Linuxthreads.  Update lists of configurations in libc and ports
38169         and sort alphabetically.  Say "or newer" with Linux kernel version
38170         requirements.
38171
38172         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38173
38174 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38175
38176         [BZ #887]
38177         * math/libm-test.inc (logb_test_downward): New test to expose
38178         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38179         rounding mode.
38180
38181 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38182
38183         [BZ #14027]
38184         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38185         to be done.
38186         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38187         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38188
38189 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38190
38191         * sysdeps/unix/i386/brk.S: Remove file.
38192         * sysdeps/unix/i386/dl-brk.S: Likewise.
38193         * sysdeps/unix/i386/pipe.S: Likewise.
38194         * sysdeps/unix/i386/sigreturn.S: Likewise.
38195         * sysdeps/unix/i386/syscall.S: Likewise.
38196         * sysdeps/unix/i386/vfork.S: Likewise.
38197         * sysdeps/unix/i386/wait.S: Likewise.
38198
38199         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38200         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38201
38202         * configure.in (arm*-none*): Do not allow without
38203         --enable-hacker-mode.
38204         (netbsd*): Remove case setting base_os.
38205         (386bsd*): Likewise.
38206         (freebsd*): Likewise.
38207         (bsdi*): Likewise.
38208         (osf*): Likewise.
38209         (sunos*): Likewise.
38210         (ultrix*): Likewise.
38211         (newsos*): Likewise.
38212         (dynix*): Likewise.
38213         (*bsd*): Likewise.
38214         (sysv*): Likewise.
38215         (isc*): Likewise.
38216         (esix*): Likewise.
38217         (sco*): Likewise.
38218         (minix*): Likewise.
38219         (irix4*): Likewise.
38220         (irix6*): Likewise.
38221         (solaris[2-9]*): Likewise.
38222         (none): Likewise.
38223         * configure: Regenerated.
38224
38225 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38226
38227         [BZ #11521]
38228         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38229         overflow or cancellation in calculating denominator.
38230         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38231         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38232         down expression to avoid unexpected rounding in newer GCCs.
38233         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38234
38235 2012-04-26  David S. Miller  <davem@davemloft.net>
38236
38237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38238         long-double compat symbols.
38239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38244         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38245         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38246         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38247         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38248         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38249         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38251         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38252
38253 2012-04-25  David S. Miller  <davem@davemloft.net>
38254
38255         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38256         HWCAP_* values only after the memory barriers have been defined.
38257         (atomic_full_barrier): Define.
38258         (atomic_read_barrier): Define.
38259         (atomic_write_barrier): Define.
38260
38261 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38262
38263         * shlib-versions: Add libgcc_s version information.
38264         * sysdeps/generic/libgcc_s.h: Remove.
38265         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38266         libgcc_s.h.
38267         * sysdeps/gnu/unwind-resume.c: Likewise.
38268         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38269
38270 2012-04-25  David S. Miller  <davem@davemloft.net>
38271
38272         * sysdeps/unix/sparc/brk.S: Delete.
38273         * sysdeps/unix/sparc/dl-brk.S: Delete.
38274         * sysdeps/unix/sparc/pipe.S: Delete.
38275         * sysdeps/unix/sparc/sysdep.S: Delete.
38276         * sysdeps/unix/sparc/sysdep.h: Delete.
38277         * sysdeps/unix/sparc/vfork.S: Delete.
38278         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38279         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38280         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38281         (ret_ERRVAL, r0, r1, MOVE): Define.
38282         (JUMPTARGET): Remove.
38283         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38284         sysdeps/unix/sparc/sysdep.h
38285         (ENTRY, END): Remove.
38286         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38287
38288 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38289
38290         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38291         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38292         -DIS_IN_build.
38293
38294         * timezone/README: Update upstream location and email address for
38295         tzcode and tzdata.
38296         * timezone/zdump.c: Update from tzcode 2012b.
38297         * timezone/zic.c: Likewise.
38298
38299         * configure.in (libc_cv_as_needed): Remove test.
38300         * configure: Regenerated.
38301         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38302         conditional definition.
38303         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38304         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38305         * config.make.in (have-as-needed): Remove variable.
38306
38307 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38308             Paul Pluzhnikov  <ppluzhnikov@google.com>
38309
38310         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38311         strings correctly.
38312
38313 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38314
38315         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38316         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38317         * sysdeps/sh/strlen.S: Likewise.
38318
38319 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38320
38321         * sysdeps/unix/fork.S: Remove file.
38322         * sysdeps/unix/i386/fork.S: Likewise.
38323         * sysdeps/unix/sparc/fork.S: Likewise.
38324
38325         * sysdeps/unix/system.c: Remove file.
38326         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38327
38328         * sysdeps/unix/getegid.S: Remove file.
38329         * sysdeps/unix/geteuid.S: Likewise.
38330
38331 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38332
38333         * scripts/check-localplt.awk: New file.
38334         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38335         of diff.
38336         * scripts/data/localplt-generic.data: Add a comment.
38337
38338         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38339         NODE when __dir_mkfile failed.
38340         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38341         Reported by Ludovic Courtès <ludo@gnu.org>.
38342
38343 2012-04-24  Andreas Jaeger  <aj@suse.de>
38344
38345         * Makerules (common-clean): Also remove gen-as-const-headers
38346         files.
38347
38348 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38349
38350         * Makerules (native-compile): Do not change working directory for
38351         build.  Use $(OUTPUT_OPTION) in command.
38352         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38353
38354 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38355
38356         [BZ #13886]
38357         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38358         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38359         * math/libm-test.inc (floor_test): Add more tests.
38360         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38361
38362 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38363
38364         * sysdeps/unix/getdents.c: Remove file.
38365         * sysdeps/unix/sysv/getdents.c: Likewise.
38366         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38367
38368         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38369         sysdeps/unix/mman/syscalls.list.
38370         (mmap): Likewise.
38371         (mprotect): Likewise.
38372         (msync): Likewise.
38373         (munmap): Likewise.
38374         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38375         * sysdeps/unix/mman/syscalls.list: Remove.
38376         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38377
38378         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38379         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38380         * configure: Regenerated.
38381         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38382         $(libgcc_s_suffix).
38383         * config.make.in (libgcc_s_suffix): Remove variable.
38384
38385 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38386
38387         * sysdeps/unix/sysv/gethostname.c: Move to ...
38388         * sysdeps/posix/gethostname.c: ... here.
38389
38390         * sysdeps/unix/execve.S: Remove file.
38391
38392         * sysdeps/unix/_exit.S: Remove file.
38393
38394 2012-04-23  Andreas Jaeger  <aj@suse.de>
38395
38396         [BZ #13739]
38397         * manual/Makefile: Remove make dist support, there's no
38398         need for a stand-alone documentation tar ball.
38399         (TEXI2DVI): Define always, it's not in Makeconfig.
38400         (dist): Removed.
38401         (tar-it): Removed.
38402         (edition): Removed.
38403         (glibc-doc-$(edition).tar): Removed
38404         (%.Z): Removed.
38405         (%.gz): Removed.
38406         (%.uu): Removed.
38407         (ETAGS): Remove, it's in Makeconfig.
38408         (move-if-change): Remove, it's in Makeconfig.
38409
38410 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38411
38412         [BZ #13970]
38413         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38414         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38415         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38416         (strtod_l, strtof_l, strtold_l): Remove __wur.
38417         It is not necessarily an error to ignore strtol's return value.
38418         One can reliably look at the stored endptr to decide whether
38419         the number had valid syntax.
38420
38421 2012-04-21  Andreas Jaeger  <aj@suse.de>
38422
38423         [BZ #13739]
38424         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38425
38426 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38427
38428         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38429         * sysdeps/unix/sysv/Versions: Remove file.
38430
38431 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38432
38433         [BZ #13927]
38434         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38435
38436 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38437
38438         [BZ #7064]
38439         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38440         version from __vm86.
38441
38442 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38443
38444         * sysdeps/unix/common/lxstat.c: Remove file.
38445         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38446
38447         * sysdeps/unix/sysv/Makefile: Remove file.
38448
38449         * sysdeps/unix/sysv/direct.h: Remove file.
38450
38451         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38452         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38453         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38454         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38455         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38456         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38457         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38458
38459         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38460
38461         * sysdeps/unix/xmknod.c: Remove file.
38462         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38463
38464         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38465
38466         * sysdeps/unix/sysv/i386/time.S: Remove file.
38467
38468         * sysdeps/unix/fxstat.c: Remove file.
38469         * sysdeps/unix/xstat.c: Likewise.
38470         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38471
38472         * sysdeps/unix/sysv/sigaction.c: Remove file.
38473
38474         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38475         (sysdep_headers): Remove variable.
38476         [termio.h not in sysdep_headers] (generated): Likewise.
38477         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38478         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38479         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38480         * sysdeps/unix/sysv/tcflow.c: Likewise.
38481         * sysdeps/unix/sysv/tcflush.c: Likewise.
38482         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38483         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38484         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38485         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38486         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38487
38488         * sysdeps/unix/siglist.c: Remove file.
38489
38490         * sysdeps/unix/getppid.S: Remove file.
38491
38492         * sysdeps/unix/mkdir.c: Remove file.
38493         * sysdeps/unix/rmdir.c: Likewise.
38494
38495 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38496
38497         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38498         ERR_MAX value.
38499         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38500         errlist-compat value.
38501
38502 2012-04-18  David S. Miller  <davem@davemloft.net>
38503
38504         * sysdeps/generic/memcopy.h (reg_char): Delete.
38505         * debug/strcat_chk.c: Use char, not reg_char.
38506         * debug/strcpy_chk.c: Likewise.
38507         * debug/strncat_chk.c: Likewise.
38508         * debug/strncpy_chk.c: Likewise.
38509         * string/memchr.c: Likewise.
38510         * string/memrchr.c: Likewise.
38511         * string/rawmemchr.c: Likewise.
38512         * string/strcat.c: Likewise.
38513         * string/strchr.c: Likewise.
38514         * string/strchrnul.c: Likewise.
38515         * string/strcmp.c: Likewise.
38516         * string/strcpy.c: Likewise.
38517         * string/strncat.c: Likewise.
38518         * string/strncmp.c: Likewise.
38519         * string/strncpy.c: Likewise.
38520
38521 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38522
38523         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38524         __builtin_memcopy is called when src and dest ranges are known to not
38525         overlap.
38526
38527 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38528
38529         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38530         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38531         fwd_align_merge macro call.
38532         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38533         bwd_align_merge macro call.
38534         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38535
38536 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38537
38538         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38539         bwd_align_merge macros.
38540         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38541         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38542         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38543
38544 2012-04-18  David S. Miller  <davem@davemloft.net>
38545
38546         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38547
38548 2012-04-18  Andreas Jaeger  <aj@suse.de>
38549
38550         [BZ# 6794]
38551         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38552         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38553         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38554
38555         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38556         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38557         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38558
38559         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38560         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38561         Adjust for changed ldbl-128 files.
38562
38563         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38564         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38565         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38566
38567 2012-04-17  David S. Miller  <davem@davemloft.net>
38568
38569         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38570
38571 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38572
38573         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38574         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38575         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38576         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38577         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38578         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38579
38580 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38581
38582         [BZ #6794]
38583         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38584         * math/libm-test.inc: Add ilogb errno and exception tests.
38585         * math/w_ilogb.c: New file: ilogb wrapper.
38586         * math/w_ilogbf.c: New file: ilogbf wrapper.
38587         * math/w_ilogbl.c: New file: ilogbl wrapper.
38588         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38589         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38590         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38591         exception being thrown with 0.0 as argument.
38592         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38593         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38594         exception being thrown with 0.0 as argument.
38595         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38596         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38597         exception being thrown with 0.0 as argument.
38598         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38599         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38600         exception being thrown with 0.0 as argument.
38601         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38602         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38603         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38604         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38605         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38606         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38607         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38608         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38609         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38610
38611 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38612
38613         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38614         with altivec.
38615
38616 2012-04-16  Marek Polacek  <polacek@redhat.com>
38617
38618         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38619
38620 2012-04-16  Marek Polacek  <polacek@redhat.com>
38621
38622         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38623         operands of fdivp instruction.
38624
38625 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38626
38627         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38628         * elf/tst-auditmod3b.c: Likewise.
38629         * elf/tst-auditmod4b.c: Likewise.
38630         * elf/tst-auditmod5b.c: Likewise.
38631         * elf/tst-auditmod6b.c: Likewise.
38632         * elf/tst-auditmod6c.c: Likewise.
38633         * elf/tst-auditmod7b.c: Likewise.
38634         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38635         * sysdeps/x86_64/preconfigure.in: Likewise.
38636         * sysdeps/x86_64/preconfigure: Regenerated.
38637
38638 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38639
38640         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38641         __ILP32__.
38642
38643 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38644
38645         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38646         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38647
38648 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38649
38650         [BZ #13973]
38651         * locale/iso-639.def: Fix gl language name. Spotted by
38652         Yaron Shahrabani.
38653
38654 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38655
38656         [BZ #2074]
38657         * libio/libio.h (__io_write_fn): Update comment.
38658
38659 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38660
38661         [BZ #2074]
38662         * stdio.texi (Hook Functions): The user provided writer function
38663         is not allowed to return -1.
38664
38665 2012-04-11  David S. Miller  <davem@davemloft.net>
38666
38667         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38668
38669 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38670
38671         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38672         Add a leading slash to rtkaio.
38673
38674 2012-04-11  Jim Meyering  <meyering@redhat.com>
38675
38676         [BZ #11959]
38677         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38678         It is not necessarily an error to ignore fwrite's return
38679         value.  One can reliably use ferror to test for errors after
38680         the fact.
38681
38682 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38683
38684         * bits/types.h (__snseconds_t): New type.
38685         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38686
38687         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38688         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38689         (__SNSECONDS_T_TYPE): Likewise.
38690         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38691         (__SNSECONDS_T_TYPE): Likewise.
38692         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38693         (__SNSECONDS_T_TYPE): Likewise.
38694
38695 2012-04-10  Andreas Jaeger  <aj@suse.de>
38696
38697         [BZ #2636]
38698         * manual/time.texi (Processor Time): Return type of times is
38699         elapsed real time since an arbitrary point in the past.
38700         (CPU Time): Move CLK_TCK from here...
38701         (Processor Time): ...to here.  Correct description.
38702         * manual/conf.texi (Constants for Sysconf): Correct description of
38703         _SC_CLK_TCK.
38704
38705 2012-04-10  David S. Miller  <davem@davemloft.net>
38706
38707         [BZ #13967]
38708         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38709         where the is a gap between DT_REL(A) and DT_JMPREL.
38710
38711 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38712
38713         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38714         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38715         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38716
38717 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38718
38719         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38720         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38721         (dl_main): Handle --inhibit-cache.
38722         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38723         _dl_inhibit_cache.
38724         * elf/dl-load.c (_dl_map_object): Use it.
38725         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38726
38727 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38728
38729         [BZ #13872]
38730         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38731         (__ieee754_powl): Saturate large exponents rather than testing for
38732         overflow of y*log2(x).
38733         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38734         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38735         exceptions.
38736
38737         [BZ #11521]
38738         * math/s_ctan.c: Include <float.h>.
38739         (__ctan): Avoid internal overflow or cancellation in calculating
38740         denominator.
38741         * math/s_ctanf.c: Likewise.
38742         * math/s_ctanl.c: Likewise.
38743         * math/s_ctanh.c: Likewise.
38744         * math/s_ctanhf.c: Likewise.
38745         * math/s_ctanhl.c: Likewise.
38746         * math/libm-test.inc (ctan_test): Add more tests.
38747         (ctanh_test): Likewise.
38748         * sysdeps/i386/fpu/libm-test-ulps: Update.
38749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38750
38751 2012-04-09  Andreas Jaeger  <aj@suse.de>
38752
38753         [BZ #6894]
38754         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38755         is an optional BSD extension.
38756
38757         [BZ #10254]
38758         * manual/stdio.texi (Opening Streams): Document additional fopen
38759         parameters.
38760
38761 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38762
38763         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38764         %eax without telling the compiler.
38765
38766 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38767
38768         [BZ # 13963]
38769         * manual/install.texi: Use sourceware.org.
38770
38771 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38772
38773         [BZ #13873]
38774         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38775         (__ieee754_pow): Generate overflow and underflow using huge*huge
38776         and tiny*tiny rather than just returning constant infinity or zero
38777         for large exponents.
38778         * math/libm-test.inc (pow_test): Require overflow exceptions for
38779         applicable cases of large exponents.
38780
38781         [BZ #706]
38782         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38783         (__ieee754_pow): Use iterative multiplication algorithm only for
38784         integer exponents with absolute value below 1024.  Check for odd
38785         integer exponents when using algorithm for real exponents.
38786         * math/libm-test.inc (pow_test): Add more tests.
38787         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38788
38789 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38790
38791         [BZ #13705]
38792         * math/libm-test.inc (exp_test): Do not allow overflow exception
38793         on underflow test.
38794
38795 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38796
38797         [BZ #13705]
38798         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38799         instead of __kernel_standard_f.
38800
38801 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38802
38803         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38804         * sysdeps/x86_64/memset_chk.S: Likewise.
38805
38806 2012-04-08  Andreas Jaeger  <aj@suse.de>
38807
38808         [BZ #10153]
38809         * manual/startup.texi (Environment Access): Describe return value
38810         for putenv and setenv.
38811
38812         [BZ #6895]
38813         * manual/filesys.texi (Directory Entries): Add description for
38814         DT_LNK.
38815
38816         [BZ #6890]
38817         * manual/filesys.texi (Directory Entries): Clarify that it's file
38818         system not operating system in the description of DT_UNKNOWN.
38819
38820         [BZ #6578]
38821         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38822
38823 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38824
38825         [BZ #6649]
38826         * manual/llio.texi (Opening and Closing Files): Add cross
38827         reference to explain mode argument.
38828
38829 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38830
38831         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38832         * sysdeps/x86_64/memset_chk.S: Likewise.
38833
38834 2012-04-07  David S. Miller  <davem@davemloft.net>
38835
38836         * elf/elf.h (R_SPARC_WDISP10): Define.
38837         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38838         R_SPARC_SIZE32.
38839         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38840         R_SPARC_SIZE64 and R_SPARC_H34.
38841
38842 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38843
38844         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38845         conditions and remove no longer applicable assertion.
38846
38847 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38848
38849         * bits/byteswap.h: Include <features.h>.
38850         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38851         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38852
38853 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38854
38855         * bits/byteswap.h (__bswap_16): Removed.
38856         Include <bits/byteswap-16.h> to get __bswap_16.
38857         * sysdeps/i386/bits/byteswap.h: Likewise.
38858         * sysdeps/s390/bits/byteswap.h: Likewise.
38859         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38860         * bits/byteswap-16.h: New file.
38861         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38862         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38863         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38864         * string/Makefile (headers): Add bits/byteswap-16.h.
38865
38866 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38867
38868         [BZ #13895]
38869         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38870         extra indirection.
38871         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38872         * nss/tst-nss-static.c: New.
38873
38874 2012-04-06  Robert Millan  <rmh@gnu.org>
38875
38876         [BZ #6486]
38877         * manual/llio.texi (File Position Primitive): lseek
38878         refers to WHENCE when it really means OFFSET.
38879
38880 2012-04-06  Andreas Jaeger  <aj@suse.de>
38881
38882         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38883         strncmp declarations.
38884
38885         * abilist/libc.abilist: Add __poll and __ppoll.
38886
38887 2012-04-05  David S. Miller  <davem@davemloft.net>
38888
38889         * scripts/check-local-headers.sh: Accept a host triplet in the
38890         path matched by the exclude regexp.
38891
38892         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38893         definition.
38894         * sysdeps/powerpc/powerpc32/dl-machine.h
38895         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38896         * sysdeps/s390/s390-32/dl-machine.h
38897         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38898         * sysdeps/sparc/sparc32/dl-machine.h
38899         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38900         * sysdeps/sparc/sparc64/dl-machine.h
38901         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38902
38903         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38904         lazy binding.
38905         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38906         undefined symbol errors.
38907
38908         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38909         DT_NEEDED entries.
38910
38911 2012-04-05  Michael Matz  <matz@suse.de>
38912
38913         [BZ #13592]
38914         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38915
38916 2012-04-05  Andreas Jaeger  <aj@suse.de>
38917
38918         [BZ #13908]
38919         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38920         comment.
38921
38922 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38923
38924         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38925         which ROUND is no valid rounding mode.
38926
38927 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38928
38929         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38930         read again.
38931         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38932
38933 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38934
38935         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38936         an exception using FPU order intentionally.
38937
38938 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38939
38940         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38941         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38942         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38943         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38944
38945 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38946
38947         [BZ #12340]
38948         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38949         EINVAL when BUFLEN is too smal.
38950
38951 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38952
38953         [BZ #13553]
38954         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38955         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38956
38957 2012-04-03  Andreas Jaeger  <aj@suse.de>
38958
38959         [BZ #13938]
38960         * manual/setjmp.texi (System V contexts): Fix sentence.
38961
38962         [BZ #13926]
38963         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
38964         New macro for this case.
38965         [!__GNUC__] (__bswap_64): New inline function for this case.
38966         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38967         * bits/byteswap.h: Likewise.
38968         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
38969         ull, guard with __GLIBC_HAVE_LONG_LONG.
38970
38971         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
38972         __GLIBC_HAVE_LONG_LONG.
38973
38974         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
38975         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
38976
38977 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38978
38979         [BZ #13691]
38980         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
38981         inptr and inend, rather than using last_ch.
38982
38983 2012-04-02  David S. Miller  <davem@davemloft.net>
38984
38985         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
38986         * stdio-common/printf-parse.h (read_int): Change return type to
38987         'int', return -1 on INT_MAX overflow.
38988         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
38989         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
38990         overflows INT_MAX.  Check for overflow of in-format-string precision
38991         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
38992         SIZE_MAX not INT_MAX for integer overflow test.
38993         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
38994         skip the construct in the format string but do not record anything.
38995         * stdio-common/bug22.c: Adjust to test both width/prevision
38996         INT_MAX overflow as well as total length INT_MAX overflow.  Check
38997         explicitly for proper errno values.
38998
38999 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39000
39001         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39002         CHAR_MAX.
39003         * string/test-strcmp.c [! WIDE]: Likewise.
39004         * time/tst-mktime2.c: Likewise for INT_MAX.
39005         * string/test-string.h: #include <sys/param.h> for MIN.
39006
39007         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39008         * sysdeps/i386/init-first.c (init): Likewise.
39009         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39010         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39011         * sysdeps/sh/init-first.c (init): Likewise.
39012
39013 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39014
39015         * po/ru.po: Update from translation team.
39016         * po/vi.po: Likewise.
39017
39018 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39019
39020         * resolv/nss_dns/dns-host.c: Merge copyright years.
39021
39022 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39023
39024         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39025         Optimize memcpy with prefetch if
39026         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39027         src, dst pointers have unequal 16 byte alignments.
39028
39029 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39030
39031         [BZ #13928]
39032         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39033         from a CNAME entry and return the minimum ttl for the query.
39034         (gaih_getanswer_slice): Likewise.
39035
39036 2012-03-30  Jeff Law  <law@redhat.com>
39037
39038         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39039         due to long keys.
39040         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39041         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39042
39043         * resolv/nss_dns/dns-host.c: Update copyright year.
39044
39045 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39046
39047         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39048         requests to save a system call.  Fix check that all bytes are sent.
39049
39050         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39051         comments for sendmmsg.
39052
39053 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39054
39055         [BZ #13691]
39056         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39057         with only 1 character between 0x0041 and 0x01b0.
39058         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39059         * wcsmbs/tst-mbsnrtowcs.c: New file.
39060
39061 2012-03-29  David S. Miller  <davem@davemloft.net>
39062
39063         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39064         small copies by hand.
39065
39066 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39067
39068         [BZ #13761]
39069         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39070         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39071         group memberships.
39072
39073 2012-03-28  David S. Miller  <davem@davemloft.net>
39074
39075         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39076         that branches into memcpy.
39077         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39078         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39079         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39080         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39081         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39082         bits.
39083         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39084         implementation too.
39085         * sysdeps/sparc/mempcpy.S: New file.
39086
39087         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39088         the IFUNC routine in the libc case.
39089         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39090
39091         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39092         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39093         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39094         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39095         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39096         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39097         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39098         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39099
39100         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39101         loop to 256 bytes instead of 64 bytes and fix test signedness.
39102
39103         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39104         * sysdeps/sparc/sparc32/Makefile: rather than here...
39105         * sysdeps/sparc/sparc64/Makefile: and here.
39106
39107 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39108
39109         * malloc/mallocbug.c: Avoid warnings about unused variables.
39110
39111 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39112
39113         [BZ #13760]
39114         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39115         in the right place. Discard and retry query if response is
39116         larger than input buffer size.
39117
39118 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39119
39120         [BZ #369]
39121         [BZ #2678]
39122         [BZ #3866]
39123         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39124         x for large integer exponent.
39125         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39126         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39127         sign of result as needed afterwards.
39128         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39129         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39130         result for underflowing pow the same as for overflow.
39131         (__kernel_standard_l): Handle powl overflow and underflow here
39132         rather than calling __kernel_standard.
39133         * math/libm-test.inc (pow_test): Add more tests.
39134
39135         [BZ #3868]
39136         [BZ #13879]
39137         [BZ #13910]
39138         [BZ #13911]
39139         [BZ #13912]
39140         [BZ #13913]
39141         [BZ #13915]
39142         [BZ #13916]
39143         [BZ #13917]
39144         [BZ #13918]
39145         [BZ #13919]
39146         [BZ #13920]
39147         [BZ #13921]
39148         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39149         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39150         (__kernel_standard_l): New function.
39151         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39152         __kernel_standard.
39153         * math/w_acosl.c (__acosl): Likewise.
39154         * math/w_asinl.c (__asinl): Likewise.
39155         * math/w_atan2l.c (__atan2l): Likewise.
39156         * math/w_atanhl.c (__atanhl): Likewise.
39157         * math/w_coshl.c (__coshl): Likewise.
39158         * math/w_exp10l.c (__exp10l): Likewise.
39159         * math/w_exp2l.c (__exp2l): Likewise.
39160         * math/w_fmodl.c (__fmodl): Likewise.
39161         * math/w_hypotl.c (__hypotl): Likewise.
39162         * math/w_j0l.c (__j0l, __y0l): Likewise.
39163         * math/w_j1l.c (__j1l, __y1l): Likewise.
39164         * math/w_jnl.c (__jnl, __ynl): Likewise.
39165         * math/w_lgammal.c (__lgammal): Likewise.
39166         * math/w_log10l.c (__log10l): Likewise.
39167         * math/w_log2l.c (__log2l): Likewise.
39168         * math/w_logl.c (__logl): Likewise.
39169         * math/w_powl.c (__powl): Likewise.
39170         * math/w_remainderl.c (__remainderl): Likewise.
39171         * math/w_scalbl.c (sysv_scalbl): Likewise.
39172         * math/w_sinhl.c (__sinhl): Likewise.
39173         * math/w_sqrtl.c (__sqrtl): Likewise.
39174         * math/w_tgammal.c (__tgammal): Likewise.
39175         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39176         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39177         * math/libm-test.inc (acos_test): Add more tests.
39178         (acosh_test): Likewise.
39179         (asin_test): Likewise.
39180         (atanh_test): Likewise.
39181         (exp_test): Likewise.
39182         (exp10_test): Likewise.
39183         (exp2_test): Likewise.
39184         (expm1_test): Likewise.
39185         (lgamma_test): Likewise.
39186         (log_test): Likewise.
39187         (log10_test): Likewise.
39188         (log1p_test): Likewise.
39189         (log2_test): Likewise.
39190         (pow_test): Do not allow some spurious overflow exceptions.
39191         (sqrt_test): Add more tests.
39192         (tgamma_test): Likewise.
39193         (y0_test): Likewise.
39194         (y1_test): Likewise.
39195         (yn_test): Likewise.
39196
39197 2012-03-27  Anton Blanchard  <anton@samba.org>
39198
39199         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39200         MAP_HUGETLB.
39201         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39202         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39203         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39204
39205 2012-03-27  David S. Miller  <davem@davemloft.net>
39206
39207         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39208
39209         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39210         have-as-vis3 check.
39211
39212 2012-03-27  Andreas Jaeger  <aj@suse.de>
39213
39214         * sysdeps/x86_64/elf/configure.in: Moved to ...
39215         * sysdeps/x86_64/configure.in: ... here.
39216         * sysdeps/x86_64/elf/start.S: Moved to ...
39217         * sysdeps/x86_64/start.S: ... here.
39218         * sysdeps/x86_64/elf/configure: Delete.
39219
39220         * sysdeps/x86_64/configure.in: Merge contents from
39221         sysdeps/i386/configure.in (without i686 check).
39222
39223         * sysdeps/i386/elf/Versions: Merge into ...
39224         * sysdeps/i386/Versions: ... this.
39225         * sysdeps/i386/elf/Versions: Delete file.
39226         * sysdeps/i386/elf/start.S: Moved to ...
39227         * sysdeps/i386/start.S: ...here.
39228         * sysdeps/i386/elf/configure.in: Merge into...
39229         * sysdeps/i386/configure.in: ...here.
39230         * sysdeps/i386/elf/configure.in: Delete file.
39231         * sysdeps/i386/elf/configure: Delete file.
39232
39233         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39234         * debug/backtracesyms.c: ... here.
39235         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39236         * debug/backtracesymsfd.c: ... here.
39237         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39238         * sysdeps/generic/ifunc-sel.h: ... here.
39239
39240         * sysdeps/unix/i386/start.c: Delete file.
39241         * sysdeps/unix/sparc/start.c: Delete file.
39242         * sysdeps/unix/start.c: Delete file.
39243
39244         * sysdeps/sh/elf/configure.in: Moved to ...
39245         * sysdeps/sh/configure.in: ... here.
39246         * sysdeps/sh/elf/start.S: Moved to ...
39247         * sysdeps/sh/start.S: ... here.
39248         * sysdeps/sh/elf/configure: Delete file.
39249
39250         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39251         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39252         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39253         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39254         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39255         * sysdeps/powerpc/powerpc64/start.S: here.
39256         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39257         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39258         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39259         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39260         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39261
39262         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39263         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39264         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39265         * sysdeps/powerpc/powerpc32/start.S: ... here.
39266         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39267         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39268         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39269
39270         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39271         * sysdeps/powerpc/ifunc-sel.h: ... here.
39272         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39273         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39274
39275         * sysdeps/sparc/elf/configure.in: Moved to ...
39276         * sysdeps/sparc/configure.in: ... here.
39277         * sysdeps/sparc/elf/configure: Delete file.
39278         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39279         * sysdeps/sparc/sparc32/start.S: ... here.
39280         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39281         * sysdeps/sparc/sparc64/start.S: ... here.
39282         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39283         * sysdeps/sparc/sparc32/Makefile: ... this.
39284         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39285         * sysdeps/sparc/sparc64/Makefile: ... this.
39286
39287         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39288         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39289         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39290         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39291         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39292         * sysdeps/s390/s390-32/setjmp.S: ... here.
39293         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39294         * sysdeps/s390/s390-32/configure.in: ... here.
39295         * sysdeps/s390/s390-32/elf/configure: Delete file.
39296         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39297         * sysdeps/s390/s390-32/start.S: ... here.
39298
39299         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39300         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39301         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39302         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39303         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39304         * sysdeps/s390/s390-64/setjmp.S: ... here.
39305         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39306         * sysdeps/s390/s390-64/configure.in: ... here
39307         * sysdeps/s390/s390-64/elf/configure: Delete file.
39308         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39309         * sysdeps/s390/s390-64/start.S: ... here.
39310         * sysdeps/s390/s390-64/elf/configure: Delete.
39311
39312         * configure.in: Remove support for elf directories in sysdeps.
39313
39314         * configure: Regenerated.
39315         * sysdeps/i386/configure: Regenerated.
39316         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39317         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39318         * sysdeps/s390/s390-32/configure: Regenerated.
39319         * sysdeps/s390/s390-64/configure: Regenerated.
39320         * sysdeps/sh/configure: Regenerated.
39321         * sysdeps/sparc/configure: Regenerated.
39322         * sysdeps/x86_64/configure: Regenerated.
39323
39324 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39325
39326         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39327
39328         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39329         denormal result into account.
39330
39331 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39332
39333         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39334         Reported by Allan McRae <allan@archlinux.org>.
39335
39336 2012-03-23  Jeff Law  <law@redhat.com>
39337
39338         * nss/getnssent.c (__nss_getent): Fix typo.
39339
39340 2012-03-23  David S. Miller  <davem@davemloft.net>
39341
39342         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39343
39344 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39345
39346         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39347         to pad to uint64_t for each field.
39348         (dl_tls_index): Replace unsigned long with uint64_t.
39349
39350 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39351         Paul Pluzhnikov  <ppluzhnikov@google.com>
39352
39353         [BZ #6528]
39354         * grp/Makefile (otherlibs): Don't set it.
39355         * inet/Makefile (otherlibs): Likewise.
39356         * login/Makefile (otherlibs): Likewise.
39357         * nscd/Makefile (otherlibs): Likewise.
39358         * posix/Makefile (otherlibs): Likewise.
39359         * pwd/Makefile (otherlibs): Likewise.
39360         * rt/Makefile (otherlibs): Likewise.
39361         * sunrpc/Makefile (otherlibs): Likewise.
39362         * nss/Makefile (otherlibs): Likewise.
39363         Add libnss_files to routines and static-only-routines.
39364         ($(objpfx)getent): Remove rule.
39365         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39366         static-only-routines.
39367
39368 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39369
39370         [BZ #13892]
39371         * math/s_cexp.c: Include <float.h>.
39372         (__cexp): Handle exp result overflowing not necessarily
39373         overflowing both real and imaginary parts of result.
39374         * math/s_cexpf.c: Likewise.
39375         * math/s_cexpl.c: Likewise.
39376         * math/libm-test.inc (cexp_test): Add more tests.
39377         * sysdeps/i386/fpu/libm-test-ulps: Update.
39378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39379
39380 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39381
39382         * include/link.h (ELFW): New macro.
39383         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39384         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39385
39386 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39387
39388         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39389         with uint64_t.
39390
39391 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39392
39393         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39394         declaration.
39395         (struct La_x32_retval): Likewise.
39396
39397 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39398
39399         * sysdeps/x86_64/preconfigure.in: New file.
39400         * sysdeps/x86_64/preconfigure: New generated file.
39401
39402 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39403
39404         [BZ #13824]
39405         * math/e_exp2l.c: Include <float.h>.
39406         (__ieee754_exp2l): Handle overflow and underflow cases
39407         separately.  Only pass fractional part of argument to
39408         __ieee754_expl.
39409         * math/libm-test.inc (exp2_test): Add more tests.
39410
39411         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39412         negating x to take absolute value.
39413         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39414         Likewise.
39415         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39416         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39417         Likewise.
39418         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39419         computing low part if x was negated.
39420         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39421
39422 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39423
39424         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39425         la_x32_gnu_pltexit.
39426         (pltexit): Cast int_retval to ptrdiff_t.
39427         * elf/tst-auditmod3b.c: Likewise.
39428         * elf/tst-auditmod4b.c: Likewise.
39429         * elf/tst-auditmod5b.c: Likewise.
39430         * elf/tst-auditmod6b.c: Likewise.
39431         * elf/tst-auditmod6c.c: Likewise.
39432         * elf/tst-auditmod7b.c: Likewise.
39433
39434         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39435         and x32_gnu_pltexit.
39436
39437         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39438         __ELF_NATIVE_CLASS.
39439         (La_x32_regs): New macro.
39440         (La_x32_retval): Likewise.
39441         (la_x32_gnu_pltenter): New function prototype.
39442         (la_x32_gnu_pltexit): Likewise.
39443
39444 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39445
39446         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39447         exponent.
39448
39449         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39450
39451         * configure.in (libc_cv_cc_nofma): Check for option to disable
39452         generation of FMA instructions.
39453         * configure: Regenerate.
39454         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39455         * sysdeps/ieee754/dbl-64/Makefile: New file.
39456         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39457         Remove brandred-fma4.
39458         (CFLAGS-brandred-fma4.c): Remove.
39459         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39460         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39461         define.
39462         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39463         define.
39464
39465 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39466
39467         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39468         LLONG_MAX != LONG_MAX.
39469         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39470         (_fitoa_word): Likewise.
39471         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39472         LLONG_MAX != LONG_MAX.
39473         * stdio-common/_itowa.h: Include <_itoa.h>.
39474         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39475         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39476         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39477         only if not defined.
39478         (_ITOA_WORD_TYPE): Likewise.
39479         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39480         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39481
39482 2012-03-21  David S. Miller  <davem@davemloft.net>
39483
39484         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39485
39486 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39487
39488         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39489         of x86_64 when setting libc_cv_slibdir, libdir and
39490         libc_cv_localedir.
39491         * sysdeps/unix/sysv/linux/configure: Regenerated.
39492
39493 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39494
39495         * manual/lang.texi (Old Varargs): Remove section.
39496         (How Variadic): Update menu.
39497         (va_start): Do not mention varargs.h.
39498
39499 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39500             Joseph Myers  <joseph@codesourcery.com>
39501
39502         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39503         link test.
39504         * configure: Regenerated.
39505
39506 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39507
39508         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39509         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39510         conformtest.pl
39511
39512 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39513
39514         * NOTES: Remove.
39515         * Makefile (files-for-dist): Remove NOTES.
39516         (NOTES): Remove rule.
39517         * README: Don't refer to NOTES.
39518         * manual/creature.texi: Don't include macros.texi.
39519         * manual/intro.texi (creature.texi): Remove comment referring to
39520         NOTES.
39521
39522         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39523         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39524         * configure: Regenerated.
39525         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39526         LIBC_TRY_CC_OPTION.
39527         (libc_cv_as_i686): Likewise.
39528         (libc_cv_cc_avx): Likewise.
39529         (libc_cv_cc_sse2avx): Likewise.
39530         (libc_cv_cc_fma4): Likewise.
39531         (libc_cv_cc_novzeroupper): Likewise.
39532         * sysdeps/i386/configure: Regenerated.
39533
39534         [BZ #13883]
39535         * sysdeps/i386/fpu/s_cexp.S: Remove.
39536         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39537         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39538         * math/libm-test.inc (cexp_test): Add more tests.
39539         * sysdeps/i386/fpu/libm-test-ulps: Update.
39540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39541
39542 2012-03-21  Allan McRae  <allan@archlinux.org>
39543
39544         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39545
39546 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39547
39548         [BZ #13871]
39549         * math/w_exp2.c: Do not include <float.h>.
39550         (o_threshold, u_threshold): Remove.
39551         (__exp2): Calculate result before checking finiteness and calling
39552         __kernel_standard.
39553         * math/w_exp2f.c: Likewise.
39554         * math/w_exp2l.c: Likewise.
39555         * math/libm-test.inc (exp2_test): Require overflow exception for
39556         1e6 input.
39557
39558         [BZ #3866]
39559         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39560         range of signed 64-bit integers before using fistpll.  Remove
39561         checks for whether integers fit in mantissa bits.
39562         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39563         the range of signed 32-bit integers before using fistpl.  Remove
39564         checks for whether integers fit in mantissa bits.
39565         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39566         (__ieee754_powl): Test for y outside the range of signed 64-bit
39567         integers before using fistpll.  Reduce 64-bit values to 63-bit
39568         ones as needed.
39569         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39570         divide-by-zero is raised for zero to large negative powers.
39571         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39572         (__ieee754_powl): Test for y outside the range of signed 64-bit
39573         integers before using fistpll.  Reduce 64-bit values to 63-bit
39574         ones as needed.
39575         * math/libm-test.inc (pow_test): Add more tests.
39576
39577 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39578
39579         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39580         <stdio-common/_itoa.h>.
39581         * debug/segfault.c: Likewise.
39582         * elf/dl-cache.c: Likewise.
39583         * elf/dl-minimal.c: Likewise.
39584         * elf/dl-misc.c: Likewise.
39585         * elf/dl-sysdep.c: Likewise.
39586         * elf/dl-version.c: Likewise.
39587         * elf/rtld.c: Likewise.
39588         * hurd/hurdsock.c: Likewise.
39589         * hurd/lookup-retry.c: Likewise.
39590         * malloc/malloc.c: Likewise.
39591         * malloc/mtrace.c: Likewise.
39592         * nscd/nscd_getgr_r.c: Likewise.
39593         * nscd/nscd_getpw_r.c: Likewise.
39594         * nscd/nscd_getserv_r.c: Likewise.
39595         * posix/getopt_init.c: Likewise.
39596         * posix/wordexp.c: Likewise.
39597         * stdio-common/_itoa.c: Likewise.
39598         * stdio-common/printf_fphex.c: Likewise.
39599         * stdio-common/vfprintf.c: Likewise.
39600         * string/_strerror.c: Likewise.
39601         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39602         * sysdeps/i386/i686/hp-timing.h: Likewise.
39603         * sysdeps/mach/_strerror.c: Likewise.
39604         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39605         * sysdeps/mach/hurd/sethostid.c: Likewise.
39606         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39607         * sysdeps/mach/xpg-strerror.c: Likewise.
39608         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39609         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39610         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39611         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39612         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39613         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39614         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39615         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39616         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39617         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39618         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39619         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39620         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39621         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39622         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39623         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39624         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39625         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39626         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39627         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39628         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39629
39630         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39631
39632         * stdio-common/_itoa.h: Moved to ...
39633         * sysdeps/generic/_itoa.h: Here.
39634
39635         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39636
39637         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39638         instead of "_itoa.h" and "_itowa.h".
39639         * stdio-common/vfprintf.: Likewise.
39640
39641 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39642
39643         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39644         <bits/wordsize.h>.
39645         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39646         (__signbit): Likwise.
39647         (llrintf): Likwise.
39648         (llrint): Likwise.
39649
39650 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39651
39652         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39653         __WORDSIZE != 64.
39654
39655 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39656
39657         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39658         OVERFLOW_EXCEPTION_OK.
39659         * math/libm-test.inc ("Philosophy"): Update comment about
39660         exception testing.
39661         (OVERFLOW_EXCEPTION): Define.
39662         (OVERFLOW_EXCEPTION_OK): Likewise.
39663         (INVALID_EXCEPTION_OK): Renumber.
39664         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39665         (IGNORE_ZERO_INF_SIGN): Likewise.
39666         (test_exceptions): Handle FE_OVERFLOW.
39667         (exp10_test): Expect overflow exceptions.
39668         (exp2_test): Likewise.
39669         (expm1_test): Likewise.
39670         (nextafter_test): Likewise.
39671         (pow_test): Likewise.
39672         (scalbn_test): Likewise.
39673         (scalbln_test): Likewise.
39674
39675 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39676
39677         * sysdeps/x86_64/bits/atomic.h
39678         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39679         64bit integer.
39680         (atomic_exchange_acq): Likewise.
39681         (__arch_exchange_and_add_body): Likewise.
39682         (__arch_add_body): Likewise.
39683         (atomic_add_negative): Likewise.
39684         (atomic_add_zero): Likewise.
39685
39686 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39687
39688         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39689         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39690
39691 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39692
39693         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39694         Check __x86_64__ instead of __WORDSIZE.
39695
39696 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39697
39698         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39699
39700 2012-03-19  David S. Miller  <davem@davemloft.net>
39701
39702         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39703
39704         * sysdeps/sparc/fpu/fenv_private.h: New file.
39705         * sysdeps/sparc/fpu/math_private.h: Use it.
39706         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39707         Remove.
39708         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39709         (libc_feholdexcept_setroundl): Remove.
39710         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39711         Remove.
39712         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39713         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39714
39715 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39716
39717         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39718         int64_t instead of long int.
39719         (INSERT_WORDS64): Likwise.
39720
39721 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39722
39723         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39724         _Unwind_GetCFA return to _Unwind_Ptr first.
39725
39726 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39727
39728         [BZ #13629]
39729         * math/s_clog.c: Include <float.h>.
39730         (__clog): Scale large or subnormal inputs.
39731         * math/s_clogf.c: Likewise.
39732         * math/s_clogl.c: Likewise.
39733         * math/s_clog10.c: Include <float.h>.
39734         (M_LOG10_2): Define.
39735         (__clog10): Scale large or subnormal inputs.
39736         * math/s_clog10f.c: Likewise.
39737         * math/s_clog10l.c: Likewise.
39738         * math/libm-test.inc (clog_test): Add more tests.
39739         (clog10_test): Likewise.
39740         * sysdeps/i386/fpu/libm-test-ulps: Update.
39741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39742
39743         [BZ #11451]
39744         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39745         x and y.
39746         * math/libm-test.inc (atan2_test): Add another test.
39747
39748         * Makerules (common-objdir-compile): Remove.
39749         * sysdeps/unix/Makefile (config-generated): Do not add
39750         $(unix-generated) to variable.
39751         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39752         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39753         Remove rule.
39754         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39755         Likewise.
39756         [generic bits/local_lim.h] (before-compile): Do not append to
39757         variable.
39758         [generic bits/local_lim.h] (common-generated): Likewise.
39759         [generic sys/param.h] (before-compile): Do not append to variable.
39760         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39761         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39762         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39763         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39764         include.
39765         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39766         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39767         [generic sys/param.h] ($(addprefix
39768         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39769         [generic sys/param.h] (common-generated): Do not append to
39770         variable.
39771         [generic sys/param.h] (sysdep_headers): Likewise.
39772         [generic bits/errno.h] (before-compile): Do not append to
39773         variable.
39774         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39775         rule.
39776         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39777         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39778         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39779         [generic bits/errno.h] (common-generated): Do not append to
39780         variable.
39781         [generic bits/ioctls.h] (before-compile): Do not append to
39782         variable.
39783         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39784         rule.
39785         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39786         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39787         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39788         rule.
39789         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39790         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39791         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39792         [generic bits/ioctls.h] (common-generated): Do not append to
39793         variable.
39794         [generic sys/syscall.h] (syscall.h): Remove variable.
39795         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39796         rule.
39797         [generic sys/syscall.h] (before-compile): Do not append to
39798         variable.
39799         [generic sys/syscall.h] (common-generated): Likewise.
39800         * sysdeps/unix/errnos-tmpl.c: Remove file.
39801         * sysdeps/unix/errnos.awk: Likewise.
39802         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39803         * sysdeps/unix/ioctls.awk: Likewise.
39804         * sysdeps/unix/mk-local_lim.c: Likewise.
39805         * sysdeps/unix/snarf-ioctls: Likewise.
39806
39807 2012-03-19  Richard Henderson  <rth@twiddle.net>
39808
39809         * sysdeps/i386/fpu/fenv_private.h: New file.
39810         * sysdeps/i386/fpu/math_private.h: Use it.
39811         (math_opt_barrier, math_force_eval): Remove.
39812         (libc_feholdexcept_setround_53bit): Remove.
39813         (libc_feupdateenv_53bit): Remove.
39814         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39815         (math_opt_barrier, math_force_eval): Remove.
39816         (libc_feholdexcept): Remove.
39817         (libc_feholdexcept_setround): Remove.
39818         (libc_fetestexcept, libc_fesetenv): Remove.
39819         (libc_feupdateenv_test): Remove.
39820         (libc_feupdateenv, libc_feholdsetround): Remove.
39821         (libc_feresetround): Remove.
39822
39823         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39824         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39825
39826         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39827         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39828         (libc_feupdateenv_testl): New.
39829         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39830         (libc_feupdateenv_testf): New.
39831         (libc_feupdateenv): Use libc_feupdateenv_test.
39832         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39833         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39834
39835         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39836         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39837         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39838         (libc_feresetround_noex): New.
39839         (libc_feresetround_noexf): New.
39840         (libc_feresetround_noexl): New.
39841         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39842         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39843         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39844         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39845         SET_RESTORE_ROUND.
39846         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39847         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39848         (__cos): Likewise.
39849         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39850         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39851         SET_RESTORE_ROUND_NOEX.
39852         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39853         SET_RESTORE_ROUND_NOEXF.
39854         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39855         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39856         (libc_feholdsetroundf): New.
39857         (libc_feresetround, libc_feresetroundf): New.
39858
39859         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39860         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39861         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39862
39863         * sysdeps/generic/math_private.h: Include <fenv.h>.
39864         (default_libc_feholdexcept): New.
39865         (default_libc_feholdexcept_setround): New.
39866         (default_libc_fesetenv, default_libc_feupdateenv): New.
39867         (libc_feholdexcept): Only define if undefined.
39868         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39869         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39870         (libc_feholdexcept_setroundl): Likewise.
39871         (libc_feholdexcept_setround_53bit): Likewise.
39872         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39873         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39874         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39875         (libc_feupdateenv_53bit): Likewise.
39876         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39877         (libc_feholdexcept): Convert from macro to inline function.
39878         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39879         (libc_fesetenv, libc_feupdateenv): Likewise.
39880
39881         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39882         not previously defined.
39883         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39884         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39885         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39886         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39887         * sysdeps/ieee754/flt-32/math_private.h: New file.
39888         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39889         math_private.h below SET_FLOAT_WORD.
39890         (__isnan, __isinf_ns, __finite): Remove.
39891         (__isnanf, __isinf_nsf, __finitef): Remove.
39892
39893 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39894
39895         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39896
39897 2012-03-17  David S. Miller  <davem@davemloft.net>
39898
39899         [BZ #6471]
39900         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39901         for 2.16.
39902
39903 2012-03-16  David S. Miller  <davem@davemloft.net>
39904
39905         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39906         warnings.
39907
39908         [BZ #6471]
39909         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39910         properly.
39911         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39912         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39913         sysdep_routines when subdir is sysvipc.
39914         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39915         __getshmlba helper.
39916
39917         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39918
39919 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39920
39921         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39922         [__LP64__].
39923
39924 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39925
39926         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39927         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39928         (__lround): Renamed to ...
39929         (__llround): This.  Replace long int with long long int.
39930         Define lround functions as aliases of llround functions.
39931         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39932
39933 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39934
39935         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39936         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39937         adresses to uintptr_t.  Replace "long int" and "unsigned long
39938         int" with "greg_t" on va_arg.
39939
39940 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39941
39942         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39943         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39944
39945         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39946         Move e_machine check before EI_CLASS check.  Handle x32
39947         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39948         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39949         SKIP_EM_IA_64 and include
39950         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39951
39952         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39953         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39954         (add_system_dir): New macro.
39955
39956         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39957         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39958
39959 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39960
39961         [BZ #2551]
39962         [BZ #2552]
39963         [BZ #2553]
39964         [BZ #2554]
39965         [BZ #2562]
39966         [BZ #2563]
39967         [BZ #2565]
39968         [BZ #2566]
39969         [BZ #2576]
39970         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
39971         (y0): Likewise.
39972         * math/w_j0f.c (j0f): Likewise.
39973         (y0f): Likewise.
39974         * math/w_j0l.c (__j0l): Likewise.
39975         (__y0l): Likewise.
39976         * math/w_j1.c (j1): Likewise.
39977         (y1): Likewise.
39978         * math/w_j1f.c (j1f): Likewise.
39979         (y1f): Likewise.
39980         * math/w_j1l.c (__j1l): Likewise.
39981         (__y1l): Likewise.
39982         * math/w_jn.c (jn): Likewise.
39983         (yn): Likewise.
39984         * math/w_jnf.c (jnf): Likewise.
39985         (ynf): Likewise.
39986         * math/w_jnl.c (__jnl): Likewise.
39987         (__ynl): Likewise.
39988         * math/libm-test.inc (j0_test): Add more tests.
39989         (j1_test): Likewise.
39990         (jn_test): Likewise.  Add trailing semicolon to existing test.
39991         (y0_test): Likewise.
39992         (y1_test): Likewise.
39993         * sysdeps/i386/fpu/libm-test-ulps: Update.
39994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39995
39996         [BZ #13851]
39997         [BZ #13854]
39998         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
39999         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40000         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40001         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40002         (__tanl): Set errno for infinite argument.
40003         * sysdeps/i386/fpu/mptan.c: Remove.
40004         * sysdeps/i386/fpu/s_tan.S: Likewise.
40005         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40006         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40007         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40008         * math/libm-test.inc (tan_test): Add more tests and enable more
40009         tests for double and long double.
40010         * sysdeps/i386/fpu/libm-test-ulps: Update.
40011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40012
40013 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40014
40015         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40016         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40017
40018 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40019
40020         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40021         * configure.in: Use it for both main tree and add-ons.
40022         * configure: Regenerated.
40023
40024 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40025
40026         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40027
40028 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40029
40030         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40031         in comment.
40032
40033         [BZ #13851]
40034         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40035         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40036         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40037         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40038         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40039         infinite argument.
40040         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40041         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40042         != 0 for prec == 2.
40043         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40044         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40045         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40046         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40047         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40048         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40049         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40050         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40051         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40052         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40053         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40054         * math/libm-test.inc (cos_test): Add more tests and enable more
40055         tests for long double.
40056         (sin_test): Likewise.
40057         (sincos_test): Likewise.
40058         * sysdeps/i386/fpu/libm-test-ulps: Update.
40059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40060
40061 2012-03-16  David S. Miller  <davem@davemloft.net>
40062
40063         * sysdeps/sparc/fpu/math_private.h: New file.
40064
40065 2012-03-15  David S. Miller  <davem@davemloft.net>
40066
40067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40068         file.
40069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40071         file.
40072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40073         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40074         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40075         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40076         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40077         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40078         sysdep routines.
40079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40080
40081         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40082         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40083
40084         * sysdeps/sparc/sparc-ifunc.h: New file.
40085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40086         sparc-ifunc.h
40087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40089         Likewise.
40090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40091         Likewise.
40092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40096         Likewise.
40097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40102         Likewise.
40103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40104         Likewise.
40105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40109         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40110         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40111         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40112         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40113         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40114         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40115         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40116         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40117         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40118         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40119         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40120         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40121         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40122         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40123         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40124         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40125         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40126         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40127         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40128         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40129
40130 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40131
40132         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40133         scaling.
40134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40135
40136 2012-03-15  Andreas Jaeger  <aj@suse.de>
40137
40138         [BZ #13852]
40139         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40140         ieee754/flt-32 implementation for sin, cos and sincos.
40141         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40142         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40143         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40144         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40145         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40146         ieee754/flt-32 implementation for tan.
40147
40148         * math/libm-test.inc (cos_test): Enable some large input tests for
40149         float as well
40150         (sin_test): Likewise.
40151         (sincos_test): Likewise.
40152         (tan_test): Add tests for large input.
40153
40154         * sysdeps/i386/fpu/libm-test-ulps: Update.
40155
40156 2012-03-15  Andreas Jaeger  <aj@suse.de>
40157
40158         [BZ #13658]
40159         * math/libm-test.inc (cos_test): Add more test cases.
40160         (sin_test): Likewise.
40161         (sincos_test): Likewise.
40162
40163 2012-03-15  Andreas Jaeger  <aj@suse.de>
40164
40165         [BZ #13837]
40166         * math/libm-test.inc (cos_test): Add a test case for large input
40167         value.
40168         (sin_test): Likewise.
40169         (sincos_test): Likewise.
40170
40171 2012-03-15  Andreas Jaeger  <aj@suse.de>
40172             Joseph Myers  <joseph@codesourcery.com>
40173
40174         [BZ #13658]
40175         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40176         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40177         * sysdeps/i386/fpu/branred.c: Likewise.
40178         * sysdeps/i386/fpu/dosincos.c: Likewise.
40179         * sysdeps/i386/fpu/mpa.c: Likewise.
40180         * sysdeps/i386/fpu/s_cos.S: Likewise.
40181         * sysdeps/i386/fpu/s_sin.S: Likewise.
40182         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40183         * sysdeps/i386/fpu/sincos32.c: Likewise.
40184
40185         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40186         Define.
40187         (libc_feupdateenv_53bit): Define.
40188         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40189         Define.
40190         (libc_feupdateenv_53bit): Define.
40191
40192         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40193         53 bit (without extend i386 double precision).
40194
40195         * math/libm-test.inc (sincos_test): Add tests for large input.
40196         (sin): Likewise.
40197         (cos): Likewise.
40198
40199         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40200
40201 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40202
40203         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40204
40205 2012-03-15  David S. Miller  <davem@davemloft.net>
40206
40207         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40208         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40209         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40210         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40211         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40212         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40213         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40214         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40215         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40216         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40217         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40218         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40219         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40220         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40221         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40223         file.
40224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40226         file.
40227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40229         file.
40230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40232         file.
40233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40234         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40235         fmin/fmax sysdep routines.
40236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40237
40238 2012-03-14  David S. Miller  <davem@davemloft.net>
40239
40240         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40241         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40242         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40243         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40244         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40245         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40246         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40247         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40248         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40249         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40250         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40251         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40252         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40253         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40254         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40255         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40256         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40257         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40258         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40259         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40260         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40261         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40262         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40263         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40264         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40265         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40266         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40267         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40268         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40269         routines.
40270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40271         file.
40272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40274         file.
40275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40277         file.
40278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40280         file.
40281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40283         file.
40284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40286         file.
40287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40288         file.
40289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40290         file.
40291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40292         file.
40293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40294         New file.
40295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40296         file.
40297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40298         file.
40299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40301         file.
40302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40304         file.
40305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40307         file.
40308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40310         VIS3 routines.
40311
40312         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40313         New file.
40314
40315         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40316
40317         * sysdeps/sparc/configure.in: New file.
40318         * sysdeps/sparc/configure: Generate.
40319         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40320         * configure: Regenerate.
40321         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40322         * config.make.in (have-as-vis3): New.
40323         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40324         available use -Av9d instead of -Av9a.
40325         * sysdeps/sparc/sparc64/Makefile: Likewise.
40326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40328         New file.
40329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40330         file.
40331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40332         New file.
40333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40334         file.
40335         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40336         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40337         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40338         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40339         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40340
40341         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40342         fzeros/fnegs to load 0x80000000 into a float register instead of
40343         using the stack.
40344         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40345
40346 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40347
40348         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40349         bits/syscall.h.
40350         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40351         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40352         ($(inst_includedir)/bits/syscall.h): Remove rule.
40353         ($(objpfx)bits/syscall.d): Include instead of
40354         $(objpfx)syscall-list.d.
40355         (generated): Change syscall-list.h and syscall-list.d to
40356         bits/syscall.h and bits/syscall.d.
40357
40358 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40359
40360         [BZ #13846]
40361         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40362
40363 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40364
40365         [BZ #13841]
40366         * math/s_csqrt.c: Include <float.h>.
40367         (__csqrt): Scale large or subnormal inputs.
40368         * math/s_csqrtf.c: Likewise.
40369         * math/s_csqrtl.c: Likewise.
40370         * math/libm-test.inc (csqrt_test): Add more tests.
40371         * sysdeps/i386/fpu/libm-test-ulps: Update.
40372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40373
40374         [BZ #13840]
40375         * math/libm-test.inc (hypot_test): Add more tests.
40376
40377 2012-03-13  David S. Miller  <davem@davemloft.net>
40378
40379         [BZ #13840]
40380         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40381         double-precision for the calculation instead of scaling.
40382
40383 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40384
40385         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40386         manipulate bits before adding and subtracting TWO52[sx].
40387         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40388         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40389         Likewise.
40390         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40391
40392 2012-03-13  David S. Miller  <davem@davemloft.net>
40393
40394         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40395         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40396         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40397         rtld-global-offsets.h
40398         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40399
40400         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40401         large parameters.
40402
40403         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40404
40405         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40406         'err' in the ifdef scope in which it is actually used.
40407
40408         * nss/nss_db/db-init.c: Include string.h
40409
40410 2012-03-12  David S. Miller  <davem@davemloft.net>
40411
40412         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40413         masking out of the most significant byte of random value used.
40414         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40415         Fix coding style in previous change.
40416
40417         * sysdeps/unix/sysv/linux/kernel-features.h
40418         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40419         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40420         expression.
40421         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40422         later.
40423
40424 2012-03-11  David S. Miller  <davem@davemloft.net>
40425
40426         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40427         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40428         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40429         for 'resultvar' otherwise things get truncated on 64-bit.
40430
40431         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40432         Fix masking out of the most significant byte of random value used.
40433
40434         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40435
40436 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40437
40438         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40439
40440 2012-03-09  David S. Miller  <davem@davemloft.net>
40441
40442         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40443         variables with appropriate CPP guards.
40444         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40445         from the frame pointer, not the stack pointer.  Correct layout
40446         comments.  Fix test on resulting framesize and the management of
40447         the outregs buffer for pltexit.  Preserve floating point return
40448         values across _dl_call_pltexit call.
40449         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40450         framesize and the management of the outregs buffer for pltexit.
40451         Preserve floating point return values across _dl_call_pltexit
40452         call.
40453         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40454         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40455         (la_sparc64_gnu_pltexit): New functions.
40456         (print_exit): Fix format string for return register value.
40457
40458 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40459
40460         * sunrpc/Makefile (others): Add rpcgen.
40461         ($(objpfx)rpcgen): Remove special build rule and dependency on
40462         libc.
40463         * sunrpc/rpcgen.c: New file.
40464
40465 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40466
40467         [BZ #13673]
40468         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40469         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40470         * sysdeps/i386/crti.S: Likewise.
40471         * sysdeps/i386/crtn.S: Likewise.
40472         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40473         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40474         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40475         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40476         * sysdeps/sh/crti.S: Likewise.
40477         * sysdeps/sh/crtn.S: Likewise.
40478         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40479
40480         [BZ #13673]
40481         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40482         with URL.
40483         * locale/programs/locfile-kw.gperf: Likewise.
40484         * locale/programs/charmap-kw.h: Regenerated.
40485         * locale/programs/locfile-kw.h: Likewise.
40486
40487         [BZ #13673]
40488         * intl/plural.y: Replace FSF snail mail address with URL.
40489         * intl/plural.c: Regenerated.
40490
40491 2012-03-09  Richard Henderson  <rth@twiddle.net>
40492
40493         * include/math_private.h: Remove file.
40494         * math/math_private.h: Move file ...
40495         * sysdeps/generic/math_private.h: ... here.
40496
40497         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40498         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40499         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40500
40501         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40502         and <math_private.h>.
40503         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40504         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40505         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40506         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40507         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40508         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40509         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40510         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40511         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40512         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40513         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40514         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40515         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40516         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40517         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40518         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40519         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40520         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40521         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40522         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40523         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40524         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40525         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40526         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40527         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40528         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40529         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40530         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40531         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40532         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40533         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40534         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40535         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40536         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40537         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40538         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40539         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40540         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40541         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40542         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40543         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40544         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40545         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40546         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40547         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40548         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40549         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40550         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40551         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40552         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40553         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40554         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40555         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40556         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40557         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40558         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40559         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40560         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40561         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40562         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40563         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40564         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40565         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40566         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40567         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40568         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40569         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40570         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40571         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40572         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40573         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40574         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40575         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40576         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40577         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40578         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40579         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40580         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40581         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40582         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40583         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40584         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40585         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40586         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40587         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40588         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40589         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40590         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40591         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40592         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40593         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40594         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40595         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40596         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40597         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40598         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40599         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40600         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40601         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40602         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40603         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40604         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40605         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40606         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40607         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40608         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40609         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40610         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40611         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40612         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40613         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40614         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40615         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40616         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40617         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40618         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40619         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40620         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40621         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40622         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40623         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40624         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40625         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40626         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40627         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40628         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40629         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40630         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40631         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40632         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40633         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40634         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40635         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40636         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40637         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40638         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40639         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40640         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40641         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40642         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40643         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40644         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40645         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40646         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40647         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40648         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40649         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40650         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40651         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40652         * sysdeps/ieee754/k_standard.c: Likewise.
40653         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40654         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40655         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40656         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40657         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40658         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40659         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40660         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40661         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40662         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40663         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40664         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40665         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40666         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40667         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40668         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40669         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40670         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40671         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40672         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40673         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40674         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40675         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40676         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40677         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40678         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40679         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40680         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40681         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40682         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40683         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40684         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40685         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40686         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40687         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40688         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40689         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40690         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40691         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40692         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40693         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40694         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40695         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40696         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40697         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40698         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40699         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40700         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40701         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40702         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40703         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40704         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40705         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40706         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40707         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40708         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40709         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40710         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40711         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40712         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40713         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40714         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40715         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40716         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40717         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40718         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40719         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40720         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40721         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40722         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40723         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40724         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40725         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40726         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40727         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40728         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40729         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40730         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40731         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40732         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40733         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40734         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40735         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40736         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40737         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40738         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40739         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40740         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40741         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40742         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40743         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40744         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40745         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40746         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40747         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40748         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40749         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40750         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40751         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40752         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40753         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40754         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40755         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40756         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40757         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40758         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40759         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40760         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40761         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40762         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40763         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40764         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40765         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40766         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40767         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40768         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40769         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40770         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40771         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40772         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40773         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40774         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40775         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40776         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40777         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40778         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40779         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40780         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40781         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40782         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40783         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40784         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40785         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40786         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40787         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40788         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40789         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40790         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40791         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40792         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40793         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40794         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40795         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40796         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40797         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40798         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40799         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40800         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40801         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40802         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40803         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40804         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40805         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40806         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40807         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40808         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40809         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40810         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40811         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40812         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40813         * sysdeps/ieee754/s_lib_version.c: Likewise.
40814         * sysdeps/ieee754/s_matherr.c: Likewise.
40815         * sysdeps/ieee754/s_signgam.c: Likewise.
40816         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40817         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40818         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40819         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40820         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40821         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40822         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40823         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40824         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40825         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40826         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40827         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40828         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40829         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40830         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40831         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40832         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40833         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40834         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40835         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40836         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40837
40838 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40839
40840         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40841         * sunrpc/rpc_main.c: Likewise.
40842         * sunrpc/rpc_svcout.c: Likewise.
40843
40844 2012-03-09  David S. Miller  <davem@davemloft.net>
40845
40846         * include/math_private.h: New file.
40847
40848 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40849
40850         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40851         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40852         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40853         from <bits/socket_type.h>.
40854         (enum __socket_type): Don't define here.
40855         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40856         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40857         bits/socket_type.h.
40858
40859         [BZ #13566]
40860         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40861         checking __USE_GNU.
40862
40863         * Makerules ($(inst_includedir)/%.h): New rule.
40864         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40865         (install-others): Remove variable setting.
40866         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40867
40868 2012-03-08  Richard Henderson  <rth@twiddle.net>
40869
40870         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40871         from macro to inline function; merge with the
40872         !__LIBC_INTERNAL_MATH_INLINES version.
40873         (__ieee754_sqrtf): Likewise.
40874
40875         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40876         to inline function.
40877         (__rintf, __floor, __floorf): Likewise.
40878
40879         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40880         macro to inline function.
40881         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40882
40883         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40884         not <math/math_private.h>.
40885
40886 2012-03-08  David S. Miller  <davem@davemloft.net>
40887
40888         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40889         copyright year.
40890         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40891
40892 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40893
40894         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40895         normalization.
40896         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40897         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40898
40899 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40900
40901         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40902         be defined individually, they must be defined as a block.  Define
40903         S for printing a string instead of hidint the different by using a
40904         macro for adding the 'l'.
40905         * stdio-common/tst-fphex-wide.c: Adjust.
40906
40907 2012-03-07  Marek Polacek  <polacek@redhat.com>
40908
40909         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40910
40911 2012-03-08  Marek Polacek  <polacek@redhat.com>
40912
40913         [BZ #13806]
40914         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40915         * stdio-common/tst-fphex.c: Define a few macros to make the
40916         test reusable.  Use them.
40917         * stdio-common/tst-fphex-wide.c: New file.
40918
40919 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40920
40921         [BZ #6911]
40922         * manual/macros.texi (gnusystems): New macro.
40923         (nongnusystems): Likewise.
40924         (gnulinuxhurdsystems): Likewise.
40925         (gnuhurdsystems): Likewise..
40926         (gnulinuxsystems): Likewise.
40927         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40928         variants of the GNU system, not "GNU system".
40929         * manual/conf.texi: Likewise.
40930         * manual/errno.texi: Likewise.  Update example of errno macro
40931         expansion.
40932         * manual/filesys.texi: Likewise.
40933         (getumask): Document as specific to GNU/Hurd.
40934         * manual/install.texi: Likewise.  Reword some references to
40935         GNU/Linux.
40936         * manual/intro.texi: Likewise.
40937         * manual/io.texi: Likewise.
40938         (File Name Portability): Detail which constraints are inapplicable
40939         to all GNU systems and which are only inapplicable to GNU/Hurd.
40940         * manual/job.texi: Likewise.
40941         * manual/llio.texi: Likewise.
40942         (O_NOCTTY): Document as present on GNU/Linux.
40943         * manual/maint.texi: Likewise.
40944         * manual/memory.texi: Likewise.
40945         * manual/pattern.texi: Likewise.
40946         * manual/pipe.texi: Likewise.
40947         * manual/process.texi: Likewise.
40948         * manual/resource.texi: Likewise.
40949         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40950         child on GNU/Hurd.
40951         * manual/setjmp.texi: Likewise.
40952         * manual/signal.texi: Likewise.
40953         * manual/startup.texi: Likewise.
40954         * manual/stdio.texi: Likewise.
40955         * manual/terminal.texi: Likewise.
40956         (ONLCR): Document as POSIX.
40957         (OXTABS): Document availability on GNU/Linux as XTABS.
40958         (ONOEOT): Document availability separately from other bits.
40959         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40960         * manual/time.texi: Likewise.
40961         * manual/users.texi: Likewise.
40962         * INSTALL: Regenerated.
40963         * sysdeps/gnu/errlist.c: Regenerated.
40964
40965         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
40966         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
40967         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
40968         puts.
40969         * configure: Regenerated.
40970
40971 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
40972
40973         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
40974         default includes instead of AC_HEADER_CHECK.
40975         * sysdeps/i386/configure: Regenerated.
40976
40977         [BZ #10716]
40978         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
40979         * math/s_cacoshf.c (__cacoshf): Likewise.
40980         * math/s_cacoshl.c (__cacoshl): Likewise.
40981         * math/s_casinh.c (__casinh): Set signs of result from argument.
40982         * math/s_casinhf.c (__casinhf): Likewise.
40983         * math/s_casinhl.c (__casinhl): Likewise.
40984         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
40985         (casinh_test): Add more tests.
40986         * sysdeps/i386/fpu/libm-test-ulps: Update.
40987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40988
40989 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
40990
40991         * po/zh_TW.po: Update from translation team.
40992
40993         * login/Makefile (distribute): Remove variable.
40994         * catgets/Makefile: Likewise.
40995         * mach/Makefile: Likewise.
40996         * malloc/Makefile: Likewise.
40997         * misc/Makefile: Likewise.
40998         * iconv/Makefile: Likewise.
40999         * nscd/Makefile: Likewise.
41000         * hurd/Makefile: Likewise.
41001         * manual/Makefile: Likewise.
41002         * locale/Makefile: Likewise.
41003         * intl/Makefile: Likewise.
41004         * conform/Makefile: Likewise.
41005         * nss/Makefile: Likewise.
41006         * time/Makefile: Likewise.
41007         * soft-fp/Makefile: Likewise.
41008         * dirent/Makefile: Likewise.
41009         * gmon/Makefile: Likewise.
41010         * po/Makefile: Likewise.
41011         * rt/Makefile: Likewise.
41012         * socket/Makefile: Likewise.
41013         * math/Makefile: Likewise.
41014         * signal/Makefile: Likewise.
41015         * debug/Makefile: Likewise.
41016         * elf/Makefile: Likewise.
41017         * timezone/Makefile: Likewise.
41018         * stdlib/Makefile: Likewise.
41019         * iconvdata/Makefile: Likewise.
41020         * sunrpc/Makefile: Likewise.
41021         * io/Makefile: Likewise.
41022         * argp/Makefile: Likewise.
41023         * inet/Makefile: Likewise.
41024         * hesiod/Makefile: Likewise.
41025         * grp/Makefile: Likewise.
41026         * csu/Makefile: Likewise.
41027         * wctype/Makefile: Likewise.
41028         * crypt/Makefile: Likewise.
41029         * libio/Makefile: Likewise.
41030         * string/Makefile: Likewise.
41031         * nis/Makefile: Likewise.
41032         * resolv/Makefile: Likewise.
41033         * stdio-common/Makefile: Likewise.
41034         * wcsmbs/Makefile: Likewise.
41035         * dlfcn/Makefile: Likewise.
41036         * posix/Makefile: Likewise.
41037
41038         [BZ #6959]
41039         * timezone/Makefile: Don't install timezone files, just the programs
41040         and scripts.
41041
41042 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41043
41044         * nss/databases.def: Add missing gshadow entry.
41045
41046         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41047
41048 2012-03-06  Marek Polacek  <polacek@redhat.com>
41049
41050         [BZ #13726]
41051         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41052         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41053         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41054         * stdio-common/tst-long-dbl-fphex.c: New file.
41055
41056 2012-03-06  David S. Miller  <davem@davemloft.net>
41057
41058         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41059         (set_obp_int): New function.
41060         (get_obp_int): New function.
41061         (__get_clockfreq_via_dev_openprom): Likewise.
41062         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41063         Avoid unused variable warnings on 'val' and use builtin_expect.
41064         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41065         __builtin_expect.
41066         (INLINE_CLONE_SYSCALL): Likewise.
41067
41068 2012-03-05  David S. Miller  <davem@davemloft.net>
41069
41070         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41071
41072 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41073
41074         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41075
41076         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41077         only for |x| >= 40.
41078         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41079
41080 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41081
41082         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41083         Replace gettimeofday with __vdso_gettimeofday.
41084
41085         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41086         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41087         __vdso_clock_gettime and __vdso_getcpu.
41088
41089         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41090         time with __vdso_time.
41091
41092 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41093
41094         * manual/lang.texi (size_t): Note types to which size_t may be
41095         equivalent with the GNU C Library, but do not describe when
41096         differences between them are significant.
41097
41098 2012-03-05  Andreas Jaeger  <aj@suse.de>
41099
41100         * sysdeps/i386/fpu/libm-test-ulps: Update.
41101
41102 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41103
41104         [BZ #3976]
41105         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41106         (__ieee754_pow): Save and restore rounding mode and use
41107         round-to-nearest for main computations.
41108         * math/libm-test.inc (pow_test_tonearest): New function.
41109         (pow_test_towardzero): Likewise.
41110         (pow_test_downward): Likewise.
41111         (pow_test_upward): Likewise.
41112         (main): Call the new functions.
41113         * sysdeps/i386/fpu/libm-test-ulps: Update.
41114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41115
41116         [BZ #3976]
41117         * math/libm-test.inc (cosh_test_tonearest): New function.
41118         (cosh_test_towardzero): Likewise.
41119         (cosh_test_downward): Likewise.
41120         (cosh_test_upward): Likewise.
41121         (sinh_test_tonearest): Likewise.
41122         (sinh_test_towardzero): Likewise.
41123         (sinh_test_downward): Likewise.
41124         (sinh_test_upward): Likewise.
41125         (main): Call the new functions.
41126         * sysdeps/i386/fpu/libm-test-ulps: Update.
41127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41128
41129 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41130
41131         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41132         default stack guard is set in last bytes.
41133         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41134
41135 2012-03-05  Kees Cook  <keescook@chromium.org>
41136
41137         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41138
41139         [BZ #13656]
41140         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41141         possibly allocate from heap instead of stack.
41142         * stdio-common/bug-vfprintf-nargs.c: New file.
41143         * stdio-common/Makefile (tests): Add nargs overflow test.
41144
41145 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41146
41147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41148
41149 2012-03-03  Marek Polacek  <polacek@redhat.com>
41150
41151         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41152         * math/math_private.h: Likewise.
41153         * stdlib/tst-strtod.c: Likewise.
41154         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41155         * sysdeps/x86_64/bits/atomic.h: Likewise.
41156
41157 2012-03-02  David S. Miller  <davem@davemloft.net>
41158
41159         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41160         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41161         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41162         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41163         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41164         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41165         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41166         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41167
41168 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41169
41170         [BZ #13792]
41171         * manual/examples/README: New file, says the example source files
41172         can be used under GPL>=2.
41173         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41174         line containing just "*/".
41175         * manual/examples/add.c: Add copyright header (GPL>=2).
41176         * manual/examples/argp-ex1.c: Likewise.
41177         * manual/examples/argp-ex2.c: Likewise.
41178         * manual/examples/argp-ex3.c: Likewise.
41179         * manual/examples/argp-ex4.c: Likewise.
41180         * manual/examples/atexit.c: Likewise.
41181         * manual/examples/db.c: Likewise.
41182         * manual/examples/dir.c: Likewise.
41183         * manual/examples/dir2.c: Likewise.
41184         * manual/examples/execinfo.c: Likewise.
41185         * manual/examples/filecli.c: Likewise.
41186         * manual/examples/filesrv.c: Likewise.
41187         * manual/examples/fmtmsgexpl.c: Likewise.
41188         * manual/examples/genpass.c: Likewise.
41189         * manual/examples/inetcli.c: Likewise.
41190         * manual/examples/inetsrv.c: Likewise.
41191         * manual/examples/isockad.c: Likewise.
41192         * manual/examples/longopt.c: Likewise.
41193         * manual/examples/memopen.c: Likewise.
41194         * manual/examples/memstrm.c: Likewise.
41195         * manual/examples/mkfsock.c: Likewise.
41196         * manual/examples/mkisock.c: Likewise.
41197         * manual/examples/mygetpass.c: Likewise.
41198         * manual/examples/pipe.c: Likewise.
41199         * manual/examples/popen.c: Likewise.
41200         * manual/examples/rprintf.c: Likewise.
41201         * manual/examples/search.c: Likewise.
41202         * manual/examples/select.c: Likewise.
41203         * manual/examples/setjmp.c: Likewise.
41204         * manual/examples/sigh1.c: Likewise.
41205         * manual/examples/sigusr.c: Likewise.
41206         * manual/examples/stpcpy.c: Likewise.
41207         * manual/examples/strdupa.c: Likewise.
41208         * manual/examples/strftim.c: Likewise.
41209         * manual/examples/strncat.c: Likewise.
41210         * manual/examples/subopt.c: Likewise.
41211         * manual/examples/swapcontext.c: Likewise.
41212         * manual/examples/termios.c: Likewise.
41213         * manual/examples/testopt.c: Likewise.
41214         * manual/examples/testpass.c: Likewise.
41215         * manual/examples/timeval_subtract.c: Likewise.
41216
41217         [BZ #13792]
41218         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41219         function to ...
41220         * manual/timeval_subtract.c.texi: ... here, new file.
41221
41222 2012-03-02  David S. Miller  <davem@davemloft.net>
41223
41224         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41225
41226 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41227
41228         [BZ #3976]
41229         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41230         (__sin): Save and restore rounding mode and use round-to-nearest
41231         for all computations.
41232         (__cos): Save and restore rounding mode and use round-to-nearest
41233         for all computations.
41234         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41235         <fenv.h>.
41236         (tan): Save and restore rounding mode and use round-to-nearest for
41237         all computations.
41238         * math/libm-test.inc (cos_test_tonearest): New function.
41239         (cos_test_towardzero): Likewise.
41240         (cos_test_downward): Likewise.
41241         (cos_test_upward): Likewise.
41242         (sin_test_tonearest): Likewise.
41243         (sin_test_towardzero): Likewise.
41244         (sin_test_downward): Likewise.
41245         (sin_test_upward): Likewise.
41246         (tan_test_tonearest): Likewise.
41247         (tan_test_towardzero): Likewise.
41248         (tan_test_downward): Likewise.
41249         (tan_test_upward): Likewise.
41250         (main): Call the new functions.
41251         * sysdeps/i386/fpu/libm-test-ulps: Update.
41252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41253
41254         [BZ #10135]
41255         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41256         small n, then large n, before computing and testing k+n.
41257         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41258         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41259         Likewise.
41260         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41261         Likewise.
41262         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41263         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41264         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41265         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41266         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41267         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41268         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41269         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41270         * math/libm-test.inc (scalbn_test): Add more tests.
41271         (scalbln_test): Likewise.
41272
41273         * manual/filesys.texi (mode_t): Describe constraints on size and
41274         signedness, not exact equivalence to a particular type.
41275         (ino_t): Likewise.
41276         (ino64_t): Likewise.
41277         (dev_t): Likewise.
41278         (nlink_t): Likewise.
41279         (blkcnt_t): Likewise.
41280         (blkcnt64_t): Likewise.
41281         * manual/llio.texi (off_t): Likewise.
41282
41283         [BZ #3976]
41284         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41285         (__ieee754_exp): Save and restore rounding mode and use
41286         round-to-nearest for all computations.
41287         * math/libm-test.inc (exp_test_tonearest): New function.
41288         (exp_test_towardzero): Likewise.
41289         (exp_test_downward): Likewise.
41290         (exp_test_upward): Likewise.
41291         (main): Call the new functions.
41292         * sysdeps/i386/fpu/libm-test-ulps: Update.
41293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41294
41295 2012-03-01  Chris Demetriou  <cgd@google.com>
41296
41297         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41298         have predictable order.
41299
41300 2012-03-01  David S. Miller  <davem@davemloft.net>
41301
41302         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41303
41304         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41305         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41306         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41307         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41308
41309         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41310         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41311         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41312         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41313         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41314         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41315         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41316         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41317         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41318
41319         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41320
41321         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41322         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41323         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41324
41325         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41326         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41327         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41328         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41329         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41330         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41331         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41332         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41333         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41334         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41335         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41336         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41337         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41338         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41339         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41340         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41341         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41342         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41343         * sysdeps/sparc/elf/configure: Regenerated.
41344
41345 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41346
41347         * configure.in (AS, LD): Require binutils 2.20 or later.
41348         * configure: Regenerated.
41349         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41350         as required minimum version.
41351         * INSTALL: Regenerated.
41352
41353         [BZ #2541]
41354         [BZ #4108]
41355         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41356         before squaring exponent.
41357         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41358         bottom long double and 27 bits of top long double before squaring
41359         exponent.
41360         * math/libm-test.inc (erfc_test): Add more tests.
41361         * sysdeps/i386/fpu/libm-test-ulps: Update.
41362         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41364
41365 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41366
41367         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41368         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41369         containing bit-fields.
41370         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41371         * soft-fp/single.h (_FP_UNION_S): Likewise.
41372         * soft-fp/double.h (_FP_UNION_D): Likewise.
41373
41374 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41375
41376         [BZ #13786]
41377         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41378         not include ../strcmp.S.
41379         [USE_AS_STRNCASECMP_L]: Likewise.
41380         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41381         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41382         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41383         (__strncasecmp_l_ia32): Define as alias to
41384         __strncasecmp_l_nonascii.
41385
41386         [BZ #5794]
41387         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41388         * sysdeps/i386/fpu/libm-test-ulps: Update.
41389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41390
41391         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41393
41394 2012-02-29  Jeff Law  <law@redhat.com>
41395
41396         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41397         out of bounds read.
41398
41399 2012-02-29  Marek Polacek  <polacek@redhat.com>
41400
41401         [BZ #13706]
41402         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41403         * elf/Makefile: Add rules to run tst-unused-dep.out.
41404
41405 2012-02-28  David S. Miller  <davem@davemloft.net>
41406
41407         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41408         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41409         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41410         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41411         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41412         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41413
41414 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41415
41416         * math/libm-test.inc (llround_test): Move one test from
41417         lround_test.  Use TEST_f_L in moved test.
41418         (lround_test): Move misplaced test to llround_test.  Add testcase
41419         from bug 2561.
41420
41421 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41422
41423         * sysdeps/x86_64/fpu/e_expf.S: New file.
41424         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41425
41426 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41427
41428         [BZ #13637]
41429         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41430         of remain_len that may cause incomplete multi-byte character and
41431         false match.
41432         * posix/bug-regex33.c: New file.
41433         * posix/Makefile (tests): Add bug-regex33.
41434
41435 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41436
41437         * manual/macros.texi: New file.
41438         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41439         * manual/libc.texinfo: Include macros.texi.
41440         * manual/creatute.texi: Likewise.
41441         * manual/install.texi: Likewise.
41442         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41443         @glibcadj{} in references to the GNU C Library.
41444         * manual/charset.texi: Likewise.
41445         * manual/conf.texi: Likewise.
41446         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41447         when not using those macros.
41448         * manual/creature.texi: Likewise.
41449         * manual/crypt.texi: Likewise.
41450         * manual/errno.texi: Likewise.
41451         * manual/filesys.texi: Likewise.
41452         * manual/header.texi: Likewise.
41453         * manual/install.texi: Likewise.
41454         * manual/intro.texi: Likewise.
41455         * manual/io.texi: Likewise.
41456         * manual/job.texi: Likewise.
41457         * manual/lang.texi: Likewise.
41458         * manual/libc.texiinfo: Likewise.
41459         * manual/llio.texi: Likewise.
41460         * manual/locale.texi: Likewise.
41461         * manual/maint.texi: Likewise.
41462         * manual/math.texi: Likewise.
41463         * manual/memory.texi: Likewise.
41464         * manual/message.texi: Likewise.
41465         * manual/nss.texi: Likewise.
41466         * manual/pattern.texi: Likewise.
41467         * manual/process.texi: Likewise.
41468         * manual/resource.texi: Likewise.
41469         * manual/search.texi: Likewise.
41470         * manual/setjmp.texi: Likewise.
41471         * manual/signal.texi: Likewise.
41472         * manual/socket.texi: Likewise.
41473         * manual/startup.texi: Likewise.
41474         * manual/stdio.texi: Likewise.
41475         * manual/string.texi: Likewise.
41476         * manual/sysinfo.texi: Likewise.
41477         * manual/syslog.texi: Likewise.
41478         * manual/terminal.texi: Likewise.
41479         * manual/time.texi: Likewise.
41480         * manual/users.texi: Likewise.
41481         * INSTALL: Regenerated.
41482         * NOTES: Regenerated.
41483         * sysdeps/gnu/errlist.c: Regenerated.
41484
41485 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41486
41487         * include/dirent.h: Include <dirstream.h> before
41488         <dirent/dirent.h>.
41489
41490 2012-02-28  David S. Miller  <davem@davemloft.net>
41491
41492         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41493         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41494         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41495         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41496
41497 2012-02-27  David S. Miller  <davem@davemloft.net>
41498
41499         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41500         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41501         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41502         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41503
41504         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41505         frame pointer instead of stack pointer relative arg slot.
41506         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41507         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41508         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41509
41510 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41511
41512         [BZ #3992]
41513         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41514
41515 2012-02-27  David S. Miller  <davem@davemloft.net>
41516
41517         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41518         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41519         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41520         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41521         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41522         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41523         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41524         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41525
41526 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41527
41528         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41529         later.  Allow versions 5-9.
41530         * configure: Regenerated.
41531         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41532         required minimum version and 4.6 as recommended version.  Do not
41533         mention bugs in GCC 2.7 and 2.8.
41534         * INSTALL: Regenerated.
41535
41536 2012-02-27  David S. Miller  <davem@davemloft.net>
41537
41538         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41539         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41540         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41541         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41542         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41543         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41544         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41545         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41546
41547         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41548         manipulate bits before adding and subtracting TWO112[sx].
41549         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41550
41551 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41552
41553         [BZ #13775]
41554         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41555         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41556         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41557         being in POSIX, because they are in 1003.1-2008.
41558
41559         * rt/tst-aio.c: Include <fcntl.h>.
41560         * rt/tst-aio7.c: Likewise.
41561         * rt/tst-aio64.c: Likewise.
41562
41563         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41564
41565 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41566
41567         * manual/install.texi (--with-headers): Describe headers as
41568         interface headers, not private headers.
41569         (Specific advice for GNU/Linux systems): Describe use of headers
41570         from "make headers_install", not private headers from older
41571         kernels.
41572         * INSTALL: Regenerated.
41573         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41574         Change to 2.6.19.
41575         * sysdeps/unix/sysv/linux/configure: Regenerated.
41576
41577         * manual/llio.texi (fclean): Remove documentation.
41578
41579         * manual/Makefile (libc-texi-generated): New variable.  Include
41580         version.texi.
41581         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41582         $(libc-texi-generated), not duplicated list of files.
41583         (version.texi, stamp-version): New rules.
41584         (realclean): Remove $(libc-texi-generated), not individual files
41585         from that list.  Do not remove dir-add.texinfo.
41586         * manual/libc.texinfo: Comment out uses of edition numbers and
41587         references to printed manual.  Remove last-updated dates.
41588         (EDITION): Comment out.
41589         (ISBN): Likewise.
41590         (VERSION, UPDATED): Remove.
41591         (version.texi): Include.
41592
41593 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41594
41595         * sysdeps/posix/spawni.c: Include <signal.h>.
41596         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41597         * sysdeps/pthread/aio_fsync.c: Likewise.
41598
41599 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41600
41601         * conform/Makefile (tests): Run only when not cross-compiling and
41602         when fast-check is not defined.
41603
41604         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41605         * conform/data/limits.h-data: Fixes for POSIX2008.
41606         * conform/run-conformtest.sh: Run all tests.
41607         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41608         headers.
41609         * include/bits/dlfcn.h: Likewise.
41610         * include/langinfo.h: Likewise.
41611         * include/monetary.h: Likewise.
41612         * include/sys/poll.h: Likewise.
41613
41614         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41615         for __USE_GNU.
41616         * posix/spawn.h: Define __need_sigset_t.
41617         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41618         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41619         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41620         to get sigevent_t only.
41621         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41622         only for __USE_GNU.
41623         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41624         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41625         process_vm_writev only for __USE_GNU.
41626         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41627
41628         * conform/Makefile: For now ignore errors from run-conformtest.
41629         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41630         POSIX to avoid namespace pollution.  Don't prepend headers.
41631         * conform/data/aio.h-data: Fixes for POSIX testing.
41632         * conform/data/fcntl.h-data: Likewise.
41633         * conform/data/glob.h-data: Likewise.
41634         * conform/data/grp.h-data: Likewise.
41635         * conform/data/pthread.h-data: Likewise.
41636         * conform/data/pwd.h-data: Likewise.
41637         * conform/data/signal.h-data: Likewise.
41638         * conform/data/spawn.h-data: Likewise.
41639         * conform/data/stdio.h-data: Likewise.
41640         * conform/data/stdlib.h-data: Likewise.
41641         * conform/data/stropts.h-data: Likewise.
41642         * conform/data/sys/mman.h-data: Likewise.
41643         * conform/data/sys/stat.h-data: Likewise.
41644         * conform/data/sys/types.h-data: Likewise.
41645         * conform/data/sys/wait.h-data: Likewise.
41646         * conform/data/time.h-data: Likewise.
41647         * conform/data/unistd.h-data: Likewise.
41648         * conform/data/utime.h-data: Likewise.
41649
41650         * io/sys/stat.h: fchmod was always in POSIX.
41651         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41652         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41653         * rt/aio.h: Define __need_timespec before including <time.h>.
41654         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41655         struct.  Add forward declaration of pthread_attr_t and use it in
41656         sigevent.
41657         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41658         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41659         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41660         always remove CLK_TCK definition.
41661
41662 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41663
41664         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41665
41666 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41667
41668         * conform/run-conformtest.sh: New file.
41669         * conform/Makefile: Run run-conformtest for tests.
41670         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41671         support.
41672
41673         * conform/data/uchar.h-data: New file.
41674         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41675         * conform/data/arpa/inet.h-data: Likewise.
41676         * conform/data/assert.h-data: Likewise.
41677         * conform/data/complex.h-data: Likewise.
41678         * conform/data/cpio.h-data: Likewise.
41679         * conform/data/ctype.h-data: Likewise.
41680         * conform/data/dirent.h-data: Likewise.
41681         * conform/data/dlfcn.h-data: Likewise.
41682         * conform/data/errno.h-data: Likewise.
41683         * conform/data/fcntl.h-data: Likewise.
41684         * conform/data/float.h-data: Likewise.
41685         * conform/data/fmtmsg.h-data: Likewise.
41686         * conform/data/fnmatch.h-data: Likewise.
41687         * conform/data/ftw.h-data: Likewise.
41688         * conform/data/glob.h-data: Likewise.
41689         * conform/data/grp.h-data: Likewise.
41690         * conform/data/iconv.h-data: Likewise.
41691         * conform/data/inttypes.h-data: Likewise.
41692         * conform/data/langinfo.h-data: Likewise.
41693         * conform/data/libgen.h-data: Likewise.
41694         * conform/data/limits.h-data: Likewise.
41695         * conform/data/locale.h-data: Likewise.
41696         * conform/data/math.h-data: Likewise.
41697         * conform/data/monetary.h-data: Likewise.
41698         * conform/data/mqueue.h-data: Likewise.
41699         * conform/data/ndbm.h-data: Likewise.
41700         * conform/data/net/if.h-data: Likewise.
41701         * conform/data/netdb.h-data: Likewise.
41702         * conform/data/netinet/in.h-data: Likewise.
41703         * conform/data/nl_types.h-data: Likewise.
41704         * conform/data/poll.h-data: Likewise.
41705         * conform/data/pthread.h-data: Likewise.
41706         * conform/data/pwd.h-data: Likewise.
41707         * conform/data/regex.h-data: Likewise.
41708         * conform/data/sched.h-data: Likewise.
41709         * conform/data/search.h-data: Likewise.
41710         * conform/data/semaphore.h-data: Likewise.
41711         * conform/data/setjmp.h-data: Likewise.
41712         * conform/data/signal.h-data: Likewise.
41713         * conform/data/spawn.h-data: Likewise.
41714         * conform/data/stdarg.h-data: Likewise.
41715         * conform/data/stdio.h-data: Likewise.
41716         * conform/data/stdlib.h-data: Likewise.
41717         * conform/data/string.h-data: Likewise.
41718         * conform/data/strings.h-data: Likewise.
41719         * conform/data/stropts.h-data: Likewise.
41720         * conform/data/sys/ipc.h-data: Likewise.
41721         * conform/data/sys/mman.h-data: Likewise.
41722         * conform/data/sys/msg.h-data: Likewise.
41723         * conform/data/sys/resource.h-data: Likewise.
41724         * conform/data/sys/select.h-data: Likewise.
41725         * conform/data/sys/sem.h-data: Likewise.
41726         * conform/data/sys/shm.h-data: Likewise.
41727         * conform/data/sys/socket.h-data: Likewise.
41728         * conform/data/sys/stat.h-data: Likewise.
41729         * conform/data/sys/statvfs.h-data: Likewise.
41730         * conform/data/sys/time.h-data: Likewise.
41731         * conform/data/sys/timeb.h-data: Likewise.
41732         * conform/data/sys/times.h-data: Likewise.
41733         * conform/data/sys/types.h-data: Likewise.
41734         * conform/data/sys/uio.h-data: Likewise.
41735         * conform/data/sys/un.h-data: Likewise.
41736         * conform/data/sys/utsname.h-data: Likewise.
41737         * conform/data/sys/wait.h-data: Likewise.
41738         * conform/data/syslog.h-data: Likewise.
41739         * conform/data/tar.h-data: Likewise.
41740         * conform/data/termios.h-data: Likewise.
41741         * conform/data/utime.h-data: Likewise.
41742         * conform/data/utmpx.h-data: Likewise.
41743         * conform/data/varargs.h-data: Likewise.
41744         * conform/data/wchar.h-data: Likewise.
41745         * conform/data/wctype.h-data: Likewise.
41746         * conform/data/wordexp.h-data: Likewise.
41747
41748         * include/stropts.h: New file.
41749         * include/uchar.h: New file.
41750         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41751         * include/assert.h: Likewise.
41752         * include/ctype.h: Likewise.
41753         * include/dirent.h: Likewise.
41754         * include/dlfcn.h: Likewise.
41755         * include/fcntl.h: Likewise.
41756         * include/fnmatch.h: Likewise.
41757         * include/glob.h: Likewise.
41758         * include/grp.h: Likewise.
41759         * include/libio.h: Likewise.
41760         * include/locale.h: Likewise.
41761         * include/math.h: Likewise.
41762         * include/net/if.h: Likewise.
41763         * include/netdb.h: Likewise.
41764         * include/netinet/in.h: Likewise.
41765         * include/pthread.h: Likewise.
41766         * include/pwd.h: Likewise.
41767         * include/regex.h: Likewise.
41768         * include/sched.h: Likewise.
41769         * include/search.h: Likewise.
41770         * include/setjmp.h: Likewise.
41771         * include/signal.h: Likewise.
41772         * include/stdio.h: Likewise.
41773         * include/stdlib.h: Likewise.
41774         * include/string.h: Likewise.
41775         * include/sys/cdefs.h: Likewise.
41776         * include/sys/mman.h: Likewise.
41777         * include/sys/msg.h: Likewise.
41778         * include/sys/resource.h: Likewise.
41779         * include/sys/select.h: Likewise.
41780         * include/sys/socket.h: Likewise.
41781         * include/sys/stat.h: Likewise.
41782         * include/sys/statvfs.h: Likewise.
41783         * include/sys/time.h: Likewise.
41784         * include/sys/times.h: Likewise.
41785         * include/sys/uio.h: Likewise.
41786         * include/sys/utsname.h: Likewise.
41787         * include/sys/wait.h: Likewise.
41788         * include/termios.h: Likewise.
41789         * include/time.h: Likewise.
41790         * include/ulimit.h: Likewise.
41791         * include/unistd.h: Likewise.
41792         * include/utime.h: Likewise.
41793         * include/wchar.h: Likewise.
41794         * include/wctype.h: Likewise.
41795         * include/wordexp.h: Likewise.
41796
41797         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41798
41799         * time/time.h: TIME_UTC must be a macro.
41800         Make timespec_get available for ISO C11 only as well.
41801
41802 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41803
41804         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41805         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41806
41807 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41808
41809         * configure.in: Use -o not -a in test for unsupported multi-arch.
41810
41811 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41812
41813         * manual/texinfo.tex: Update to version 2012-01-19.16.
41814
41815 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41816
41817         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41818
41819 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41820
41821         [BZ #13738]
41822         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41823         * manual/fdl-1.3.texi: New file.
41824         * manual/fdl-1.1.texi: File removed.
41825
41826         [BZ #13738]
41827         * manual/libc.texinfo (FDL_VERSION): New @set.
41828         Use it for mention of FDL in cover text.
41829         (Documentation License): Use it in @include file name.
41830
41831 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41832             Roland McGrath  <roland@hack.frob.com>
41833
41834         [BZ #5461]
41835         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41836         (not LONG_LONG_MAX and LONG_LONG_MIN.
41837         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41838         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41839         name.
41840         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41841
41842 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41843
41844         [BZ #2547]
41845         [BZ #11365]
41846         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41847         manipulate bits before adding and subtracting TWO23[sx].
41848         * math/libm-test.inc (nearbyint_test): Add more tests.
41849
41850 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41851
41852         [BZ #2548]
41853         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41854         bits before adding and subtracting TWO23[sx].
41855         * math/libm-test.inc (rint_test): Add more tests.
41856         (rint_test_tonearest): Likewise.
41857         (rint_test_towardzero): Likewise.
41858         (rint_test_downward): Likewise.
41859         (rint_test_upward: Likewise.
41860
41861 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41862
41863         [BZ #10110]
41864         * include/stdc-predef.h: New file.  Extracted from features.h.
41865         * include/features.h: Include stdc-predef.h.
41866         * Makefile (headers): Add stdc-predef.h.
41867         * CONFORMANCE (Compiler limitations): Update.
41868
41869 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41870
41871         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41872
41873 2012-02-21  David S. Miller  <davem@davemloft.net>
41874
41875         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41876         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41877
41878 2012-02-20  David S. Miller  <davem@davemloft.net>
41879
41880         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41881         using a normal save/restore sequence, rather than allocating a
41882         dummy stack frame just to store a frame pointer and restore.
41883         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41884
41885 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41886
41887         * manual/install.texi: Fix stray word in line-wrapped comment.
41888
41889 2012-02-20  David S. Miller  <davem@davemloft.net>
41890
41891         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41892         both binutils and gcc support GOTDATA.
41893
41894         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41895         "rd %pc" in the PIC register setup sequences.
41896
41897         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41898         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41899         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41900         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41901         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41902         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41903         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41904         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41905         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41906         (SYSCALL_ERROR_HANDLER): Likewise.
41907         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41908         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41909         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41910         (SYSCALL_ERROR_HANDLER): Likewise.
41911
41912         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41913         (HAVE_GCC_GOTDATA): New.
41914         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41915         relocation support in both binutils and gcc.
41916         * sysdeps/sparc/elf/configure: Regenerate.
41917
41918         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41919         * sysdeps/sparc/sparc32/elf/configure: Delete.
41920         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41921         * sysdeps/sparc/sparc64/elf/configure: Delete.
41922         * sysdeps/sparc/elf/configure.in: New file.
41923         * sysdeps/sparc/elf/configure: Generate.
41924
41925         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41926         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41927         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41928         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41929         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41930
41931 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41932
41933         * manual/install.texi: Do not mention specific glibc version
41934         numbers.
41935         * manual/libc.texinfo (VERSION, UPDATED): Update.
41936         (@copying): Use @copyright{} and range of years.
41937
41938 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41939
41940         [BZ #13695]
41941         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41942         [crti.S not in sysdirs] (generated): Do not append.
41943         [crti.S not in sysdirs] (omit-deps): Likewise.
41944         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41945         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41946         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41947         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41948         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41949         Likewise.
41950         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41951         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41952         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41953         * csu/defs.awk: Remove file.
41954         * sysdeps/generic/initfini.c: Likewise.
41955         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41956         variable.
41957         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41958         Likewise.
41959
41960 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41961
41962         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
41963         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
41964         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
41965         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
41966         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
41967         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
41968         <bits/epoll.h>.
41969         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
41970         (__EPOLL_PACKED): Define to empty if not defined by
41971         <bits/epoll.h>.
41972         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
41973         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41974         bits/epoll.h.
41975
41976 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41977
41978         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
41979         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
41980         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
41981         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
41982         <bits/timerfd.h>.
41983         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
41984         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41985         bits/timerfd.h.
41986
41987 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41988
41989         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
41990         in C locale.
41991         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41992         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41993         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
41994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41995
41996 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
41997
41998         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41999         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42000
42001 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42002
42003         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42004         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42005         defined.
42006         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42007         Likewise.
42008         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42009         entry for 2.16.
42010
42011 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42012
42013         * math/w_acos.c: Use non-signaling floating-point comparisons.
42014         * math/w_acosf.c: Likewise.
42015         * math/w_acosh.c: Likewise.
42016         * math/w_acoshf.c: Likewise.
42017         * math/w_acoshl.c: Likewise.
42018         * math/w_acosl.c: Likewise.
42019         * math/w_asin.c: Likewise.
42020         * math/w_asinf.c: Likewise.
42021         * math/w_asinl.c: Likewise.
42022         * math/w_atanh.c: Likewise.
42023         * math/w_atanhf.c: Likewise.
42024         * math/w_atanhl.c: Likewise.
42025         * math/w_exp2.c: Likewise.
42026         * math/w_exp2f.c: Likewise.
42027         * math/w_exp2l.c: Likewise.
42028         * math/w_j0.c: Likewise.
42029         * math/w_j0f.c: Likewise.
42030         * math/w_j0l.c: Likewise.
42031         * math/w_j1.c: Likewise.
42032         * math/w_j1f.c: Likewise.
42033         * math/w_j1l.c: Likewise.
42034         * math/w_jn.c: Likewise.
42035         * math/w_jnf.c: Likewise.
42036         * math/w_log.c: Likewise.
42037         * math/w_log10.c: Likewise.
42038         * math/w_log10f.c: Likewise.
42039         * math/w_log10l.c: Likewise.
42040         * math/w_log2.c: Likewise.
42041         * math/w_log2f.c: Likewise.
42042         * math/w_log2l.c: Likewise.
42043         * math/w_logf.c: Likewise.
42044         * math/w_logl.c: Likewise.
42045         * math/w_sqrt.c: Likewise.
42046         * math/w_sqrtf.c: Likewise.
42047         * math/w_sqrtl.c: Likewise.
42048         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42049         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42050         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42051         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42052         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42053
42054 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42055
42056         [BZ #9739]
42057         * manual/string.texi (strnlen): Use correct parameter name in
42058         equivalent expression.
42059
42060 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42061
42062         [BZ #11174]
42063         * manual/users.texi (seteuid): Consistently use neweuid for
42064         argument name.
42065
42066 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42067
42068         [BZ #13704]
42069         * manual/nss.texi (Services in the NSS configuration): Correct
42070         list of services in example configuration file.
42071
42072 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42073
42074         [BZ #11322]
42075         * manual/arith.texi: Remove statements about negative zero
42076         behaving identically to zero.
42077
42078 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42079
42080         [BZ #5993]
42081         * manual/install.texi: Do not document upgrading from libc5.
42082
42083 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42084
42085         [BZ #4596]
42086         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42087
42088 2012-02-18  David S. Miller  <davem@davemloft.net>
42089
42090         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42091         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42092         %o7 across the call.
42093         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42094         instead.
42095         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42096         SETUP_PIC_REG_LEAF.
42097         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42098         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42099         * sysdeps/sparc/crtn.S: Likewise.
42100
42101 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42102
42103         * aout/Makefile: Remove.
42104
42105 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42106
42107         [BZ #13058]
42108         * manual/examples/argp-ex1.c (main): Format definition in GNU
42109         style.
42110         * manual/examples/argp-ex2.c (main): Likewise.
42111         * manual/examples/argp-ex3.c (main): Likewise.
42112         * manual/examples/argp-ex4.c (main): Likewise.
42113         * manual/examples/longopt.c (main): Use new-style prototype
42114         definition.
42115         * manual/examples/strncat.c (main): Specify return type and use
42116         (void) for arguments.
42117         * manual/examples/subopt.c (main): Use char **argv argument.
42118
42119 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42120
42121         [BZ #5077]
42122         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42123         rounding modes.
42124
42125 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42126
42127         [BZ #6907]
42128         * manual/string.texi (strchr): Change when strchrnul is
42129         recommended.
42130
42131 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42132
42133         [BZ #174]
42134         * manual/locale.texi (setlocale): Document LOCPATH.
42135
42136 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42137
42138         [BZ #10210]
42139         * manual/process.texi (execle): Move @dots{} before last argument.
42140
42141 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42142
42143         [BZ #12047]
42144         * manual/charset.texi (Generic Charset Conversion): Fix typo
42145         (LC_TYPE -> LC_CTYPE).
42146
42147 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42148
42149         [BZ #5805]
42150         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42151         (scalbnf): Likewise.
42152         (scalbnl): Likewise.
42153         (scalbln): Likewise.
42154         (scalblnf): Likewise.
42155         (scalblnl): Likewise.
42156         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42157         (vwarnx): Likewise.
42158         (verr): Likewise.
42159         (verrx): Likewise.
42160         * manual/filesys.texi (telldir): Use braces around return type.
42161         * manual/llio.texi (mmap): Add space after comma.
42162         (mmap64): Likewise.
42163         * manual/math.texi (jn): Use @var{} on parameter names.
42164         (jnf): Likewise.
42165         (jnl): Likewise.
42166         (yn): Likewise.
42167         (ynf): Likewise.
42168         (ynl): Likewise.
42169         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42170         line.
42171         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42172         "...".
42173         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42174         (sched_get_priority_max): Likewise.
42175         * manual/signal.texi (sigvec): Add space after comma.
42176         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42177         names.
42178         (if_indextoname): Likewise.
42179         (if_freenameindex): Likewise.
42180         (sendto): Use ',' instead of '.' in prototype.
42181         * manual/startup.texi (syscall): Use @dots{} instead of literal
42182         "...".
42183         * manual/stdio.texi (__fpending): Separate initial words of
42184         paragraph from @deftypefun line.
42185         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42186         "...".
42187         (vsyslog): Use @var{} on parameter names.
42188         * manual/terminal.texi (stty): Use @var{} on parameter names.
42189         * manual/users.texi (getutmp): Use @var{} on parameter names.
42190         (getutmpx): Likewise.
42191
42192 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42193
42194         [BZ #6884]
42195         * manual/stdio.texi (fopen): Fix typos in description of
42196         ",ccs=STRING".
42197
42198 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42199
42200         [BZ #4026]
42201         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42202         get clock_id definition.
42203
42204 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42205
42206         [BZ #4822]
42207         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42208         (madvise): Cast every argument to void on its own.
42209
42210 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42211
42212         [BZ #9902]
42213         * manual/startup.texi (Exit Status): Fix typo.
42214
42215 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42216
42217         [BZ #10140]
42218         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42219         * manual/examples/argp-ex2.c: Likewise.
42220         * manual/examples/argp-ex3.c: Likewise.
42221
42222 2012-02-16  Richard Henderson  <rth@redhat.com>
42223
42224         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42225         * sysdeps/s390/s390-32/initfini.c: Remove.
42226         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42227         * sysdeps/s390/s390-64/initfini.c: Remove.
42228
42229 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42230
42231         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42232         compiler output for sysdeps/generic/initfini.c.
42233         * sysdeps/sh/elf/initfini.c: Remove file.
42234
42235 2012-02-16  David S. Miller  <davem@davemloft.net>
42236
42237         [BZ #11494]
42238         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42239
42240         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42241         * sysdeps/sparc/crti.S: New file.
42242         * sysdeps/sparc/crtn.S: New file.
42243         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42244         * sysdeps/sparc/sparc64/Makefile: Likewise.
42245
42246 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42247
42248         [BZ #3335]
42249         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42250
42251 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42252
42253         [BZ #4822]
42254         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42255
42256         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42257         (write, read, close): Likewise.
42258         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42259
42260 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42261
42262         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42263         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42264         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42265         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42266         <bits/signalfd.h>.
42267         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42268         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42269         bits/signalfd.h.
42270
42271 2012-02-14  Marek Polacek  <polacek@redhat.com>
42272
42273         * sysdeps/x86_64/crti.S: New file.
42274         * sysdeps/x86_64/crtn.S: New file.
42275         * sysdeps/x86_64/elf/initfini.c: Remove file.
42276
42277 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42278
42279         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42280         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42281         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42282         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42283         <bits/inotify.h>.
42284         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42285         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42286         bits/inotify.h.
42287
42288 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42289
42290         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42291         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42292         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42293         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42294         <bits/eventfd.h>.
42295         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42296         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42297         bits/eventfd.h.
42298
42299 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42300
42301         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42302         __feraiseexcept instead of feraiseexcept.
42303
42304         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42305         nanosleep invocations.
42306         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42307         strings, and add error checking for a nanosleep invocations.
42308
42309 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42310
42311         Replace FSF snail mail address with URLs, as per GNU coding standards.
42312         Most of the snail mail addresses were wrong anyway, and omitting
42313         them makes the source code easier to maintain.  Almost all of the
42314         changes are to license notices and to locale LC_IDENTIFICATION
42315         addresses, except for this one:
42316         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42317         not its snail mail address.
42318
42319 2012-02-09  Richard Henderson  <rth@twiddle.net>
42320
42321         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42322         of kernel-features.h.
42323
42324         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42325
42326 2012-02-08  Marek Polacek  <polacek@redhat.com>
42327
42328         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42329         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42330         * sysdeps/gnu/_G_config.h: Likewise.
42331         * sysdeps/generic/_G_config.h: Likewise.
42332
42333 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42334
42335         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42336         tests.
42337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42338
42339         * sysdeps/powerpc/powerpc32/crti.S: New file.
42340         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42341         * sysdeps/powerpc/powerpc64/crti.S: New file.
42342         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42343
42344         * Makeconfig (have-initfini): Don't set.
42345         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42346         * configure.in (nopic_initfini): Don't substitute.
42347         * config.h.in (HAVE_INITFINI): Don't #undef.
42348         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42349         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42350
42351 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42352
42353         Support crti.S and crtn.S provided directly by architectures.
42354         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42355         [crti.S in sysdirs] (omit-deps): Likewise.
42356         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42357         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42358         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42359         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42360         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42361         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42362         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42363         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42364         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42365         compiler output for sysdeps/generic/initfini.c.
42366         * sysdeps/i386/elf/Makefile: Remove file.
42367         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42368
42369 2012-02-07  Marek Polacek  <polacek@redhat.com>
42370
42371         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42372         * sysdeps/gnu/_G_config.h: Likewise.
42373         * sysdeps/mach/hurd/_G_config.h: Likewise.
42374
42375 2012-02-07  Marek Polacek  <polacek@redhat.com>
42376
42377         * math/Makefile (tests): Add tst-CMPLX2.
42378         * math/tst-CMPLX2.c: New file.
42379
42380 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42381
42382         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42383
42384         * math/libm-test.inc (jn_test): Add missing L suffix.
42385
42386 2012-02-06  Marek Polacek  <polacek@redhat.com>
42387
42388         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42389         * sysdeps/i386/fpu/e_powf.S: Likewise.
42390         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42391         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42392         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42393         * sysdeps/i386/fpu/e_pow.S: Likewise.
42394         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42395         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42396         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42397         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42398         * sysdeps/i386/fpu/e_log2.S: Likewise.
42399         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42400         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42401         * sysdeps/i386/fpu/e_powl.S: Likewise.
42402         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42403         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42404         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42405         * sysdeps/i386/fpu/e_logl.S: Likewise.
42406         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42407         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42408         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42409         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42410         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42411         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42412         * sysdeps/i386/fpu/e_log.S: Likewise.
42413         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42414         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42415         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42416         * sysdeps/i386/fpu/e_logf.S: Likewise.
42417         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42418         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42419         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42420         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42421         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42422         * sysdeps/i386/fpu/e_log10.S: Likewise.
42423         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42424         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42425         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42426         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42427         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42428         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42429         * sysdeps/i386/asm-syntax.h: Likewise.
42430         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42431         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42432         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42433         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42434         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42435         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42436         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42437         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42438         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42439         * sysdeps/powerpc/sysdep.h: Likewise.
42440         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42441         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42442
42443 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42444
42445         [BZ #411]
42446         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42447
42448 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42449
42450         * sysdeps/i386/sysdep.h: Include <features.h>.
42451         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42452         version.
42453
42454 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42455
42456         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42457         Define.
42458         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42459         LOAD_PIC_REG_STR.
42460
42461 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42462
42463         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42464         (SETUP_PIC_REG): Use GET_PC_THUNK.
42465         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42466         macro.
42467
42468 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42469
42470         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42471         for non-PIC compilation.
42472         (SETUP_PIC_REG): Add .p2align directive.
42473         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42474         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42475         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42476         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42477         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42478         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42479         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42480         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42481         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42482         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42483         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42484         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42485         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42486         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42487         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42488         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42489         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42490         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42491         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42492         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42493         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42494         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42495         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42496         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42497         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42498         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42499         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42500         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42501         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42502         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42503         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42504         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42505         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42506         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42507         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42508         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42509         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42510         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42511         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42512         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42513         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42514
42515 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42516
42517         * math/tst-CMPLX.c: Include <stdio.h>.
42518
42519 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42520
42521         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42522         float.
42523         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42524         * sysdeps/sparc/bits/mathdef.h: Likewise.
42525
42526 2012-01-31  Marek Polacek  <polacek@redhat.com>
42527
42528         * libio/libio.h: Don't define _PARAMS.
42529         * locale/programs/config.h: Don't define PARAMS.
42530         * stdlib/strtol_l.c: Likewise.
42531         (__strtol_l): Remove PARAMS from the prototype.
42532
42533 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42534
42535         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42536         names.  Just use the correct names.  Remove unnecessary wrapper
42537         functions.
42538         * malloc/arena.c: Likewise.
42539         * malloc/hooks.c: Likewise.
42540
42541         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42542         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42543         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42544
42545 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42546
42547         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42548         into tail calls.
42549         (update_get_addr): New function.
42550         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42551         GET_ADDR_MODULE parameter.
42552
42553 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42554
42555         * crypt/cert.c: Remove __STDC__ conditionals.
42556         * crypt/crypt-entry.c: Likewise.
42557         * crypt/crypt_util.c: Likewise.
42558         * libio/filedoalloc.c: Likewise.
42559         * libio/fileops.c: Likewise.
42560         * libio/genops.c: Likewise.
42561         * libio/iofclose.c: Likewise.
42562         * libio/iofdopen.c: Likewise.
42563         * libio/iofopen.c: Likewise.
42564         * libio/iofopen64.c: Likewise.
42565         * libio/iogetdelim.c: Likewise.
42566         * libio/iopopen.c: Likewise.
42567         * libio/obprintf.c: Likewise.
42568         * libio/oldfileops.c: Likewise.
42569         * libio/oldiofclose.c: Likewise.
42570         * libio/oldiofdopen.c: Likewise.
42571         * libio/oldiofopen.c: Likewise.
42572         * libio/oldiopopen.c: Likewise.
42573         * libio/wfiledoalloc.c: Likewise.
42574         * libio/wgenops.c: Likewise.
42575         * locale/programs/xmalloc.c: Likewise.
42576         * misc/syslog.c: Likewise.
42577         * stdio-common/xbug.c: Likewise.
42578         * string/memchr.c: Likewise.
42579         * string/memcmp.c: Likewise.
42580         * string/memrchr.c: Likewise.
42581         * string/rawmemchr.c: Likewise.
42582         * sysdeps/posix/getcwd.c: Likewise.
42583         * time/strftime_l.c: Likewise.
42584
42585 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42586
42587         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42588         * config.make.in (config-cflags-sse2avx): Define.
42589         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42590         Fix typo.
42591
42592 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42593
42594         * scripts/config.guess: Update from upstream config git repository.
42595         * scripts/config.sub: Likewise.
42596
42597 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42598
42599         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42600         (EM_NUM): Update.
42601         (R_TILEPRO_*, R_TILEGX_*): New macros.
42602
42603         * scripts/firstversions.awk: Fix bug in version range handling.
42604
42605         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42606
42607         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42608
42609         * include/sys/epoll.h: New file.
42610         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42611         libc_hidden_def.
42612
42613 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42614
42615         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42616         Avoid unnecessary __WORDSIZE == 64 test.
42617         (fmaxf): Use VEX format if possible.
42618         (fmax): Likewise.
42619         (fminf): Likewise.
42620         (fmin): Likewise.
42621
42622         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42623         * math/math_private.h: Remove libc_fegetround* and
42624         libc_fesetround*.
42625         * sysdeps/i386/configure.in: Check for -msse2avx.
42626         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42627         also if SSE2AVX is defined.
42628         Remove libc_fegetround* and libc_fesetround*.
42629         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42630         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42631         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42632         of HAS_YMM_USABLE.
42633         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42634         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42635         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42636         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42637         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42638
42639         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42640
42641 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42642
42643         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42644         size is not set.
42645         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42646
42647 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42648
42649         [BZ #13618]
42650         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42651         relocation.
42652         * Makeconfig (libm): Define.
42653         * elf/Makefile: Add rules to build and run tst-relsort1.
42654         * elf/tst-relsort1.c: New file.
42655         * elf/tst-relsort1mod1.c: New file.
42656         * elf/tst-relsort1mod2.c: New file.
42657
42658 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42659
42660         * math/s_ldexp.c: Remove __STDC__ conditionals.
42661         * math/s_ldexpf.c: Likewise.
42662         * math/s_ldexpl.c: Likewise.
42663         * math/s_nextafter.c: Likewise.
42664         * math/s_nexttowardf.c: Likewise.
42665         * math/s_significand.c: Likewise.
42666         * math/s_significandf.c: Likewise.
42667         * math/s_significandl.c: Likewise.
42668         * math/w_jnl.c: Likewise.
42669         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42670         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42671         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42672         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42673         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42674         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42675         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42676         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42677         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42678         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42679         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42680         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42681         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42682         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42683         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42684         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42685         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42686         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42687         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42688         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42689         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42690         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42691         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42692         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42693         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42694         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42695         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42696         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42697         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42698         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42699         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42700         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42701         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42702         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42703         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42704         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42705         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42706         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42707         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42708         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42709         * sysdeps/ieee754/k_standard.c: Likewise.
42710         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42711         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42712         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42713         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42714         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42715         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42716         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42717         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42718         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42719         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42720         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42721         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42722         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42723         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42724         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42725         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42726         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42727         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42728         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42729         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42730         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42731         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42732         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42733         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42734         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42735         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42736         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42737         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42738         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42739         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42740         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42741         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42742         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42743         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42744         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42745         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42746         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42747         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42748         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42749         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42750         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42751         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42752         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42753         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42754         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42755         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42756         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42757         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42758         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42759         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42760         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42761         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42762         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42763         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42764         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42765         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42766         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42767         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42768         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42769         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42770         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42771         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42772         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42773         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42774         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42775         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42776         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42777         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42778         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42779         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42780         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42781         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42782         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42783         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42784         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42785         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42786         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42787         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42788         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42789         * sysdeps/ieee754/s_matherr.c: Likewise.
42790         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42791         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42792         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42793         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42794
42795 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42796
42797         * crypt/md5.h: Remove __STDC__ conditionals.
42798         * libio/libioP.h: Likewise.
42799         * locale/programs/config.h: Likewise.
42800         * sysdeps/generic/sysdep.h: Likewise.
42801         * sysdeps/i386/asm-syntax.h: Likewise.
42802         * sysdeps/s390/asm-syntax.h: Likewise.
42803         * sysdeps/unix/sysdep.h: Likewise.
42804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42806
42807 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42808
42809         * libio/libio.h: Remove __STDC__ conditionals.
42810         * malloc/obstack.h: Likewise.
42811         * math/complex.h: Likewise.
42812         * math/math.h: Likewise.
42813         * sysdeps/generic/_G_config.h: Likewise.
42814         * sysdeps/gnu/_G_config.h: Likewise.
42815         * sysdeps/mach/hurd/_G_config.h: Likewise.
42816         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42817         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42818         * sysdeps/sparc/bits/mathdef.h: Likewise.
42819
42820 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42821
42822         [BZ #13583]
42823         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42824         Clean up HAS_* macros.
42825         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42826         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42827         possible.
42828         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42829         HAS_AVX.
42830         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42831         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42832         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42833         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42834         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42835
42836 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42837
42838         * elf/tst-unique3.cc (gets): Remove declaration.
42839         * elf/tst-unique3lib.cc (gets): Likewise.
42840         * elf/tst-unique3lib2.cc (gets): Likewise.
42841         * elf/tst-unique4.cc (gets): Likewise.
42842
42843 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42844
42845         * include/stdio.h: Add C++ protection.  Add gets declarations and
42846         definitions.
42847         * debug/tst-chk1.c: Don't declare gets here.
42848         * stdio-common/tst-gets.c: Likewise.
42849
42850 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42851
42852         * posix/glob: Remove directory.
42853
42854 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42855
42856         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42857
42858 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42859
42860         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42861         of the non-standard EPFNOSUPPORT.
42862
42863 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42864
42865         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42866         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42867         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42868
42869 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42870
42871         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42872
42873 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42874
42875         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42876         transient errors.
42877         * nscd/grpcache.c (cache_addgr): Likewise.
42878         * nscd/hstcache.c (cache_addhst): Likewise.
42879         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42880         * nscd/pwdcache.c (cache_addpw): Likewise.
42881         * nscd/servicescache.c (cache_addserv): Likewise.
42882
42883 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42884
42885         * malloc/malloc.c: Various cleanups.
42886         * malloc/hooks.c: Likewise.
42887
42888         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42889         * stdlib/bug-fmtmsg1.c: New file.
42890
42891         * stdlib/fmtmsg.c (init): Add missing unlock.
42892         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42893
42894 2012-01-12  Marek Polacek  <polacek@redhat.com>
42895
42896         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42897         and _GNU_SOURCE.
42898
42899 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42900
42901         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42902         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42903         macro to ensure uniqueness of label name.
42904         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42905         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42906
42907 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42908
42909         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42910
42911         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42912         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42913         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42914         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42915
42916 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42917
42918         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42919
42920         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42921         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42922         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42923
42924         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42925
42926         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42927         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42928         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42929         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42930
42931         * math/bits/math-finite.h: Add ldexp support.
42932
42933 2012-01-10  Marek Polacek  <polacek@redhat.com>
42934
42935         * locale/programs/localedef.h (show_archive_content): Add noreturn
42936         attribute.
42937
42938 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42939
42940         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42941
42942 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42943
42944         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42945
42946         * io/Makefile (headers): Add bits/poll2.h.
42947
42948 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42949
42950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42951         typo #include statement.
42952
42953 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42954
42955         * include/sys/cdefs.h: Define __attribute_alloc_size.
42956         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42957         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42958         * elf/pldd.c: Likewise.
42959         * iconv/iconv_charmap.c: Likewise.
42960         * iconv/iconvconfig.c: Likewise.
42961         * iconv/strtab.c: Likewise.
42962         * locale/programs/locale.c: Likewise.
42963         * locale/programs/localedef.h: Likewise.
42964         * locale/programs/simple-hash.c: Likewise.
42965         * nscd/nscd.h: Likewise.
42966         * nss/makedb.c: Likewise.
42967         * sysdeps/generic/ldconfig.h: Likewise.
42968         * locale/programs/localedef.c: Remove xmalloc prototype.
42969         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
42970
42971 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
42972
42973         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
42974         appropriate.
42975
42976 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42977
42978         * math/Makefile (tests): Add tst-CMPLX.
42979         * math/tst-CMPLX.c: New file.
42980
42981         * math/complex.h (CMPLXL): Fix typo.
42982
42983         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
42984         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
42985         GLIBC_2.16.
42986         * debug/tst-chk1.c: Add poll and ppoll tests.
42987         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
42988         * include/sys/poll.h: Add hidden proto for ppoll.
42989         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
42990         * sysdeps/mach/hurd/ppoll.c: Likewise.
42991         * io/ppoll.c: Likewise.
42992         * debug/poll_chk.c: New file.
42993         * debug/ppoll_chk.c: New file.
42994         * include/bits/poll2.h: New file.
42995         * io/bits/poll2.h: New file.
42996
42997         [BZ #1350]
42998         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
42999
43000         * configure.in: static is always set to yes.  Remove.
43001         * config.make.in: Don't set build-static.
43002         * Makeconfig: Remove use of build-static.
43003         * dlfcn/Makefile: Likewise.
43004         * elf/Makefile: Likewise.
43005         * math/Makefile: Likewise.
43006         * misc/Makefile: Likewise.
43007         * nptl/Makefile: Likewise.
43008         * sysdeps/mach/hurd/Makefile: Likewise.
43009
43010         * configure.in: PWD_P is not used anymore.
43011         * config.make.in: Remove PWD_P entry.
43012
43013         * configure.in: Remove last remnants of RANLIB.
43014         No need to check for signed size_t anymore.
43015         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43016         and IA-64.
43017         Remove __builtin_expect test because we require at least gcc 3.4.
43018         * aclocal.m4: Likewise.
43019
43020         * wcsmbs/mbrtoc16.c: Implement using towc function.
43021         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43022         * wcsmbs/wcsmbsload.c: Likewise.
43023         * iconv/gconv_simple.c: Likewise.
43024         * iconv/gconv_int.h: Likewise.
43025         * iconv/gconv_builtin.h: Likewise.
43026         * iconv/iconv_prog.c: Remove CHAR16 handling.
43027
43028         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43029
43030         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43031
43032         * configure.in: Remove --with-elf and --enable-bounded options.
43033         Dont set base_machine for ia64.  More non-ELF conditions removed.
43034         Remove testing and setting of leading underscore information.
43035         * config.make.in (build-bounded): Set to no.
43036         * config.h.in: Remove NO_UNDERSCORES entry.
43037         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43038         them.
43039         * csu/start.c: Remove !NO_UNDERSCORE code.
43040         * locale/localeinfo.h: Likewise.
43041         * sysdeps/generic/machine-gmon.h: Likewise.
43042         * sysdeps/generic/sysdep.h: Likewise.
43043         * sysdeps/i386/sysdep.h: Likewise.
43044         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43045         * sysdeps/mach/sysdep.h: Likewise.
43046         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43047         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43048         * sysdeps/sh/sysdep.h: Likewise.
43049         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43050         * sysdeps/unix/i386/sysdep.S: Likewise.
43051         * sysdeps/unix/sparc/start.c: Likewise.
43052         * sysdeps/unix/sparc/sysdep.S: Likewise.
43053         * sysdeps/unix/sparc/sysdep.h: Likewise.
43054         * sysdeps/unix/start.c: Likewise.
43055         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43056         * sysdeps/x86_64/sysdep.h: Likewise.
43057
43058 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43059
43060         [BZ #13553]
43061         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43062         for non-gcc.
43063         * argp/argp-fmtstream.h: Use const instead __const.
43064         * argp/argp.h: Likewise.
43065         * assert/assert.h: Likewise.
43066         * bits/fenv.h: Likewise.
43067         * bits/sched.h: Likewise.
43068         * bits/sigset.h: Likewise.
43069         * bits/sigthread.h: Likewise.
43070         * catgets/nl_types.h: Likewise.
43071         * conform/data/pthread.h-data: Likewise.
43072         * crypt/crypt-private.h: Likewise.
43073         * crypt/crypt.h: Likewise.
43074         * crypt/crypt_util.c: Likewise.
43075         * ctype/ctype.h: Likewise.
43076         * debug/execinfo.h: Likewise.
43077         * debug/mbsnrtowcs_chk.c: Likewise.
43078         * debug/mbsrtowcs_chk.c: Likewise.
43079         * debug/wcsnrtombs_chk.c: Likewise.
43080         * debug/wcsrtombs_chk.c: Likewise.
43081         * debug/wcstombs_chk.c: Likewise.
43082         * dirent/dirent.h: Likewise.
43083         * dlfcn/dlfcn.h: Likewise.
43084         * elf/neededtest4.c: Likewise.
43085         * grp/grp.h: Likewise.
43086         * gshadow/gshadow.h: Likewise.
43087         * iconv/gconv.h: Likewise.
43088         * iconv/gconv_int.h: Likewise.
43089         * iconv/gconv_simple.c: Likewise.
43090         * iconv/iconv.h: Likewise.
43091         * iconv/loop.c: Likewise.
43092         * iconv/skeleton.c: Likewise.
43093         * include/aio.h: Likewise.
43094         * include/aliases.h: Likewise.
43095         * include/argz.h: Likewise.
43096         * include/arpa/inet.h: Likewise.
43097         * include/assert.h: Likewise.
43098         * include/dirent.h: Likewise.
43099         * include/dlfcn.h: Likewise.
43100         * include/execinfo.h: Likewise.
43101         * include/fcntl.h: Likewise.
43102         * include/fenv.h: Likewise.
43103         * include/glob.h: Likewise.
43104         * include/grp.h: Likewise.
43105         * include/libintl.h: Likewise.
43106         * include/mntent.h: Likewise.
43107         * include/netdb.h: Likewise.
43108         * include/pwd.h: Likewise.
43109         * include/rpc/netdb.h: Likewise.
43110         * include/sched.h: Likewise.
43111         * include/search.h: Likewise.
43112         * include/shadow.h: Likewise.
43113         * include/signal.h: Likewise.
43114         * include/stdio.h: Likewise.
43115         * include/stdlib.h: Likewise.
43116         * include/string.h: Likewise.
43117         * include/sys/socket.h: Likewise.
43118         * include/sys/stat.h: Likewise.
43119         * include/sys/statfs.h: Likewise.
43120         * include/sys/statvfs.h: Likewise.
43121         * include/sys/syslog.h: Likewise.
43122         * include/sys/time.h: Likewise.
43123         * include/sys/uio.h: Likewise.
43124         * include/time.h: Likewise.
43125         * include/unistd.h: Likewise.
43126         * include/utmp.h: Likewise.
43127         * include/wchar.h: Likewise.
43128         * include/wctype.h: Likewise.
43129         * inet/aliases.h: Likewise.
43130         * inet/arpa/inet.h: Likewise.
43131         * inet/netinet/ether.h: Likewise.
43132         * inet/netinet/in.h: Likewise.
43133         * intl/libintl.h: Likewise.
43134         * io/bits/fcntl2.h: Likewise.
43135         * io/fcntl.h: Likewise.
43136         * io/ftw.h: Likewise.
43137         * io/sys/poll.h: Likewise.
43138         * io/sys/stat.h: Likewise.
43139         * io/sys/statfs.h: Likewise.
43140         * io/sys/statvfs.h: Likewise.
43141         * io/utime.h: Likewise.
43142         * libio/bits/stdio.h: Likewise.
43143         * libio/bits/stdio2.h: Likewise.
43144         * libio/libio.h: Likewise.
43145         * libio/libioP.h: Likewise.
43146         * libio/stdio.h: Likewise.
43147         * locale/lc-ctype.c: Likewise.
43148         * locale/locale.h: Likewise.
43149         * login/utmp.h: Likewise.
43150         * malloc/arena.c: Likewise.
43151         * malloc/malloc.c: Likewise.
43152         * malloc/malloc.h: Likewise.
43153         * malloc/mcheck.c: Likewise.
43154         * malloc/mtrace.c: Likewise.
43155         * math/bits/mathcalls.h: Likewise.
43156         * math/fenv.h: Likewise.
43157         * math/math_private.h: Likewise.
43158         * misc/bits/error.h: Likewise.
43159         * misc/bits/syslog.h: Likewise.
43160         * misc/err.h: Likewise.
43161         * misc/error.h: Likewise.
43162         * misc/fstab.h: Likewise.
43163         * misc/mntent.h: Likewise.
43164         * misc/regexp.h: Likewise.
43165         * misc/search.h: Likewise.
43166         * misc/sgtty.h: Likewise.
43167         * misc/sys/mman.h: Likewise.
43168         * misc/sys/syslog.h: Likewise.
43169         * misc/sys/uio.h: Likewise.
43170         * misc/sys/xattr.h: Likewise.
43171         * misc/ttyent.h: Likewise.
43172         * nis/rpcsvc/ypclnt.h: Likewise.
43173         * nss/nss.h: Likewise.
43174         * posix/bits/unistd.h: Likewise.
43175         * posix/fnmatch.h: Likewise.
43176         * posix/glob.h: Likewise.
43177         * posix/sched.h: Likewise.
43178         * posix/spawn.h: Likewise.
43179         * posix/sys/wait.h: Likewise.
43180         * posix/unistd.h: Likewise.
43181         * posix/wordexp.h: Likewise.
43182         * pwd/pwd.h: Likewise.
43183         * resolv/netdb.h: Likewise.
43184         * resource/sys/resource.h: Likewise.
43185         * rt/aio.h: Likewise.
43186         * rt/bits/mqueue2.h: Likewise.
43187         * rt/mqueue.h: Likewise.
43188         * shadow/shadow.h: Likewise.
43189         * signal/signal.h: Likewise.
43190         * socket/send.c: Likewise.
43191         * socket/sendto.c: Likewise.
43192         * socket/sys/socket.h: Likewise.
43193         * stdio-common/printf.h: Likewise.
43194         * stdlib/bits/stdlib.h: Likewise.
43195         * stdlib/fmtmsg.h: Likewise.
43196         * stdlib/monetary.h: Likewise.
43197         * stdlib/stdlib.h: Likewise.
43198         * stdlib/ucontext.h: Likewise.
43199         * streams/stropts.h: Likewise.
43200         * string/argz.h: Likewise.
43201         * string/bits/string2.h: Likewise.
43202         * string/string.h: Likewise.
43203         * string/strings.h: Likewise.
43204         * sunrpc/rpc/auth.h: Likewise.
43205         * sunrpc/rpc/auth_des.h: Likewise.
43206         * sunrpc/rpc/clnt.h: Likewise.
43207         * sunrpc/rpc/netdb.h: Likewise.
43208         * sunrpc/rpc/pmap_clnt.h: Likewise.
43209         * sunrpc/rpc/xdr.h: Likewise.
43210         * sysdeps/generic/inttypes.h: Likewise.
43211         * sysdeps/generic/net/if.h: Likewise.
43212         * sysdeps/generic/sys/swap.h: Likewise.
43213         * sysdeps/gnu/net/if.h: Likewise.
43214         * sysdeps/gnu/utmpx.h: Likewise.
43215         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43216         * sysdeps/i386/i486/bits/string.h: Likewise.
43217         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43218         * sysdeps/s390/bits/string.h: Likewise.
43219         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43220         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43221         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43222         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43223         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43224         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43225         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43226         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43227         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43228         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43229         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43230         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43231         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43232         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43233         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43234         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43235         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43236         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43237         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43238         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43239         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43240         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43241         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43242         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43243         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43244         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43245         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43246         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43247         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43248         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43249         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43250         * sysvipc/sys/ipc.h: Likewise.
43251         * sysvipc/sys/msg.h: Likewise.
43252         * sysvipc/sys/sem.h: Likewise.
43253         * sysvipc/sys/shm.h: Likewise.
43254         * termios/termios.h: Likewise.
43255         * time/sys/time.h: Likewise.
43256         * time/time.h: Likewise.
43257         * wcsmbs/bits/wchar2.h: Likewise.
43258         * wcsmbs/uchar.h: Likewise.
43259         * wcsmbs/wchar.h: Likewise.
43260         * wctype/wctype.h: Likewise.
43261
43262         [BZ #13551]
43263         * Makeconfig: Remove all but ELF support including AIX support.
43264         * Makerules: Likewise.
43265         * config.h.in: Likewise.
43266         * config.make.in: Likewise.
43267         * configure: Likewise.
43268         * configure.in: Likewise.
43269         * csu/Makefile: Likewise.
43270         * csu/version.c: Likewise.
43271         * debug/Makefile: Likewise.
43272         * dlfcn/Makefile: Likewise.
43273         * elf/Makefile: Likewise.
43274         * extra-lib.mk: Likewise.
43275         * iconv/Makefile: Likewise.
43276         * include/libc-symbols.h: Likewise.
43277         * include/shlib-compat.h: Likewise.
43278         * resolv/Makefile: Likewise.
43279         * resolv/res_libc.c: Likewise.
43280         * rt/Makefile: Likewise.
43281         * sysdeps/i386/asm-syntax.h: Likewise.
43282         * sysdeps/i386/sysdep.h: Likewise.
43283         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43284         * sysdeps/mach/sysdep.h: Likewise.
43285         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43286         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43287         * sysdeps/s390/asm-syntax.h: Likewise.
43288         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43289         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43290         * sysdeps/sh/sysdep.h: Likewise.
43291         * sysdeps/unix/sparc/sysdep.h: Likewise.
43292         * sysdeps/wordsize-32/divdi3.c: Likewise.
43293         * sysdeps/x86_64/sysdep.h: Likewise.
43294
43295         * argp/Versions: Remove _argp_unlock_xxx.
43296
43297         [BZ #13559]
43298         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43299         * abilist/libBrokenLocale.abilist: Likewise.
43300         * abilist/libanl.abilist: Likewise.
43301         * abilist/libc.abilist: Likewise.
43302         * abilist/libcrypt.abilist: Likewise.
43303         * abilist/libdl.abilist: Likewise.
43304         * abilist/libm.abilist: Likewise.
43305         * abilist/libnsl.abilist: Likewise.
43306         * abilist/libpthread.abilist: Likewise.
43307         * abilist/libresolv.abilist: Likewise.
43308         * abilist/librt.abilist: Likewise.
43309         * abilist/libthread_db.abilist: Likewise.
43310         * abilist/libutil.abilist: Likewise.
43311         * abilist/libnss_db.abilist: New file.
43312
43313         * scripts/abilist.awk: Add support for indirect functions.
43314
43315         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43316
43317         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43318
43319         * shlib-versions: Remove entries for ports architectures.
43320
43321         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43322         files in ports.
43323         * elf/stackguard-macros.h: Remove support for IA-64.
43324         * elf/tst-auditmod1.c: Likewise.
43325         * sysdeps/generic/ldsodefs.h: Likewise.
43326
43327         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43328         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43329         configure files.
43330
43331         [BZ #13552]
43332         * configure.in: Remove --enable-omitfp support.
43333         * FAQ.in: Adjust.
43334         * config.make.in: Likewise.
43335         * Makeconfig: Likewise.
43336         * manual/install.texi: Likewise.
43337
43338         In case anyone cares, the IA-64 architecture could move to ports.
43339         * sysdeps/ia64/*: Removed.
43340         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43341         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43342
43343         [BZ #13555]
43344         * configure.in: Remove entries for unsupported architectures.
43345
43346         [BZ #13533]
43347         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43348         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43349         routines.
43350         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43351         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43352         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43353         fall back to using wcrtomb.
43354         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43355         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43356         renaming.
43357         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43358         * wcsmbs/tst-c16c32-1.c: New file.
43359
43360         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43361         local variable.
43362
43363         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43364
43365         * elf/tst-unique3.cc: Add explicit declaration of gets.
43366         * elf/tst-unique3lib.cc: Likewise.
43367         * elf/tst-unique3lib2.cc: Likewise.
43368         * elf/tst-unique4.cc: Likewise.
43369
43370         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43371
43372 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43373
43374         [BZ #13566]
43375         * assert/assert.h (static_assert): Don't define for C++.
43376         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43377         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43378
43379 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43380
43381         * iconv/loop.c (single loop): Fix assertion in storing of
43382         remaining bytes.
43383
43384         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43385
43386 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43387
43388         * posix/getconf.c: Update copyright year.
43389         * nss/getent.c: Likewise.
43390         * nss/makedb.c: Likewise.
43391         * iconv/iconvconfig.c: Likewise.
43392         * iconv/iconv_prog.c: Likewise.
43393         * elf/ldconfig.c: Likewise.
43394         * elf/pldd.c: Likewise.
43395         * elf/sotruss.ksh: Likewise.
43396         * catgets/gencat.c: Likewise.
43397         * csu/version.c: Likewise.
43398         * elf/ldd.bash.in: Likewise.
43399         * elf/sprof.c (print_version): Likewise.
43400         * locale/programs/locale.c: Likewise.
43401         * locale/programs/localedef.c: Likewise.
43402         * login/programs/pt_chown.c: Likewise.
43403         * nscd/nscd.c (print_version): Likewise.
43404         * debug/xtrace.sh: Likewise.
43405         * malloc/memusage.sh: Likewise.
43406         * malloc/mtrace.pl: Likewise.
43407         * debug/catchsegv.sh: Likewise.
43408
43409 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43410
43411         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43412         pure attribute.
43413
43414 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43415
43416         [BZ #13533]
43417         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43418         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43419         transformations.
43420         * iconv/gconv_int.h: Likewise.
43421         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43422         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43423         from libc for GLIBC_2.16.
43424         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43425         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43426         * wcsmbs/uchar.h: Really define mbstate_t.
43427         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43428         * wcsmbs/c16rtomb.c: New file.
43429         * wcsmbs/mbrtoc16.c: New file.
43430         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43431         for C/POSIX locale.
43432         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43433         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43434
43435         * wcsmbs/wchar.h: Add missing __restrict.
43436
43437 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43438
43439         [BZ #13532]
43440         * time/Makefile (routines): Add timespec_get.
43441         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43442         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43443         timespec for ISO C11.
43444         * time/timespec_get.c: New file.
43445         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43446         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43447
43448         [BZ #13531]
43449         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43450         * stdlib/stdlib.h: Declare aligned_alloc.
43451         * Versions.def: Add GLIBC_2.16 for libc.
43452         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43453
43454         [BZ 13527]
43455         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43456         ISO C11.
43457
43458         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43459         code.
43460
43461         [BZ #13528]
43462         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43463
43464         [BZ #13529]
43465         * assert/assert.h (static_assert): Define.
43466
43467         * version.h: Update for 2.16 development version.
43468
43469         [BZ #13526]
43470         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43471         _ISOC11_SOURCE.
43472
43473         * version.h (RELEASE): Bump for 2.15 release.
43474         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43475
43476         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43477         Patch by Marek Polacek <mpolacek@redhat.com>.
43478
43479         * bits/byteswap.h: Protect long long constants with __extension__.
43480         * sysdeps/i386/bits/byteswap.h: Likewise.
43481         * sysdeps/ia64/bits/byteswap.h: Likewise.
43482         * sysdeps/s390/bits/byteswap.h: Likewise.
43483         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43484
43485 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43486
43487         [BZ #13540]
43488         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43489         destination buffer.
43490         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43491
43492 2011-12-23  Marek Polacek  <polacek@redhat.com>
43493
43494         * elf/dl-addr.c (determine_info): Add inline keyword.
43495         * elf/tst-auditmod4b.c (check_avx): Likewise.
43496         * elf/tst-auditmod6b.c (check_avx): Likewise.
43497         * elf/tst-auditmod6c.c (check_avx): Likewise.
43498         * elf/tst-auditmod7b.c (check_avx): Likewise.
43499
43500 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43501
43502         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43503         !__SSE_MATH__.
43504
43505 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43506
43507         [BZ #13540]
43508         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43509         processing for last bytes.
43510
43511 2011-08-06  Bruno Haible  <bruno@clisp.org>
43512
43513         [BZ #13061]
43514         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43515         U+0385, not to U+1FEE.
43516
43517         [BZ #13062]
43518         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43519         entry for U+00A5 U+0301.
43520
43521 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43522
43523         [BZ #13166]
43524         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43525         buffer for the output is too small.
43526
43527         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43528         optimization.
43529
43530         [BZ #13185]
43531         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43532         SSE flags if possible.
43533
43534 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43535
43536         [BZ #13540]
43537         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43538         processing for last bytes.
43539
43540 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43541
43542         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43543         (syscall-list-default-options, syscall-list-default-condition)
43544         (syscall-list-includes): Define.
43545         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43546         list of ABIs and options and #if conditions for each ABI.  Do not
43547         handle common syscalls between ABIs specially.
43548         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43549         Remove.
43550         (syscall-list-variants, syscall-list-32bit-options)
43551         (syscall-list-32bit-condition, syscall-list-64bit-options)
43552         (syscall-list-64bit-condition): Define.
43553         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43554         (syscall-list-variants, syscall-list-32bit-options)
43555         (syscall-list-32bit-condition, syscall-list-64bit-options)
43556         (syscall-list-64bit-condition): Define.
43557         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43558         Remove.
43559         (syscall-list-variants, syscall-list-32bit-options)
43560         (syscall-list-32bit-condition, syscall-list-64bit-options)
43561         (syscall-list-64bit-condition): Define.
43562         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43563         Remove.
43564         (syscall-list-variants, syscall-list-32bit-options)
43565         (syscall-list-32bit-condition, syscall-list-64bit-options)
43566         (syscall-list-64bit-condition): Define.
43567
43568 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43569
43570         * locale/iso-639.def: Add brx entry.
43571
43572         [BZ #13328]
43573         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43574         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43575
43576         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43577         __feraiseexcept_renamed.
43578
43579 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43580
43581         [BZ #13538]
43582         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43583         EPOLLET with unsigned values.
43584         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43585         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43586
43587         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43588         to large cancellation.
43589         * math/s_cacoshf.c: Likewise.
43590         * math/s_cacoshl.c: Likewise.
43591
43592 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43593
43594         [BZ #13305]
43595         [BZ #12786]
43596         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43597         * math/s_cacoshf.c: Likewise.
43598         * math/s_cacoshl.c: Likewise.
43599
43600 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43601
43602         [BZ #13439]
43603         * iconv/gconv.h: Define __GCONV_SWAP.
43604         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43605         * iconvdata/utf-16.c: Likewise.
43606         * iconvdata/utf-32.c: Likewise.
43607
43608 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43609
43610         [BZ #13524]
43611         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43612         numerator after shifting it by one limb.
43613
43614 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43615
43616         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43617         under [__USE_EXTERN_INLINES].
43618
43619 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43620
43621         [BZ #13446]
43622         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43623
43624 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43625
43626         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43627         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43628         optimized code.
43629         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43630         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43631         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43632         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43633         for strncasecmp/strncasecmp_l compilation.
43634         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43635         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43636
43637 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43638
43639         [BZ #13484]
43640         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43641         of __asm__.
43642
43643 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43644
43645         [BZ #13506]
43646         * time/tzfile.c (__tzfile_read): Check values from file header.
43647
43648 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43649
43650         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43651         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43652         * powerpc/powerpc32/dl-start.S: Likewise.
43653         * powerpc/powerpc32/elf/start.S: Likewise.
43654         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43655         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43656         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43657         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43658         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43659         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43660         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43661         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43662         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43663         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43664         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43665         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43666         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43667         * powerpc/powerpc32/memset.S: Likewise.
43668         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43669         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43670         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43671         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43672         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43673         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43674         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43675         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43676         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43677         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43678         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43679         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43680         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43681
43682 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43683
43684         * math/libm-test.inc: Added more nearbyint tests.
43685         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43686         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43687         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43688         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43689
43690 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43691
43692         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43693         FD_CLOEXEC.
43694
43695 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43696
43697         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43698         Add wcscpy-ssse3 wcscpy-c.
43699         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43700         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43701         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43702         * sysdeps/x86_64/wcschr.S: New file.
43703         * sysdeps/x86_64/wcsrchr.S: New file.
43704         * string/test-strcmp.c: Remove checking of wcscmp function for
43705         wrong alignments.
43706         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43707         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43708         wcsrchr-sse2 wcsrchr-c.
43709         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43710         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43711         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43712         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43713         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43714         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43715         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43716         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43717         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43718         * wcsmbc/wcschr.c (WCSCHR): New macro.
43719
43720 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43721
43722         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43723         * wcsmbs/test-wcsrchr.c: New file.
43724         * string/test-strrchr.c: Add wcsrchr support.
43725         (WIDE): New macro.
43726         * wcsmbs/test-wcscpy.c: New file.
43727         * string/test-strcpy.c: Add wcscpy support.
43728         (WIDE): New macro.
43729
43730 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43731
43732         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43733         the inner loop.
43734
43735 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43736
43737         [BZ #13472]
43738         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43739
43740 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43741
43742         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43743         Minor optimizations.
43744
43745         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43746         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43747         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43748
43749 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43750
43751         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43752         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43753         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43754         for gcc to avoid warnings.
43755         * inet/Makefile (tests): Add tst-checks.
43756         * inet/tst-checks.c: New file.
43757
43758         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43759         warning.
43760
43761         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43762         __wmemcmp_sse2.
43763
43764         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43765         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43766
43767         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43768
43769 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43770
43771         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43772         problem.
43773
43774         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43775
43776 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43777
43778         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43779         conditional on GCC version.
43780         (__arch_compare_and_exchange_val_8_acq)
43781         (__arch_compare_and_exchange_val_16_acq)
43782         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43783         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43784         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43785
43786 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43787
43788         * sysdeps/sh/backtrace.c: New file.
43789
43790 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43791
43792         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43793         parenthesis.
43794
43795 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43796
43797         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43798         falling back to utime.
43799
43800 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43801
43802         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43803         expectations for float.
43804
43805 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43806
43807         * locale/weight.h (findidx): Add parameter len.
43808         * locale/weightwc.h (findidx): Likewise.
43809         * posix/fnmatch_loop.c (FCT): Adjust caller.
43810         * posix/regcomp.c (build_equiv_class): Likewise.
43811         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43812         * posix/regexec.c (check_node_accept_bytes): Likewise.
43813         * string/strcoll_l.c (STRCOLL): Likewise.
43814         * string/strxfrm_l.c (STRXFRM): Likewise.
43815
43816 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43817
43818         * Makefile.in: Remove CVSOPT handling.
43819         * configure.in: Remove use of AC_REVISION.
43820         * iconvdata/Makefile (distribute): No need to filter out CVS.
43821         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43822         handling.
43823
43824 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43825
43826         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43827         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43828         [USE_AS_STRNCASECMP_L]: Likewise.
43829         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43830         NO_TLS_DIRECT_SEG_REFS.
43831         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43832         Fix argument offsets for non-PIC.
43833         [USE_AS_STRNCASECMP_L]: Likewise.
43834         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43835         NO_TLS_DIRECT_SEG_REFS.
43836
43837 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43838
43839         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43840         O_CLOEXEC.
43841         * locale/loadlocale.c (_nl_load_locale): Likewise.
43842
43843 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43844
43845         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43846         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43847         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43848         (SYSCALL_GETTIME): Set errno on error.
43849
43850         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43851         count references to noai6ai_cached.
43852
43853 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43854
43855         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43856
43857         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43858         FD_CLOEXEC for /proc/self/maps.
43859
43860         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43861         FD_CLOEXEC for /proc/meminfo.
43862
43863         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43864         gai.conf.
43865
43866         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43867         FD_CLOEXEC for given file.
43868
43869         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43870
43871         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43872         FD_CLOEXEC for /etc/hosts.
43873         (_gethtent): Likewise.
43874
43875         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43876
43877         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43878         cancellation and set FD_CLOEXEC for /etc/netgroup.
43879
43880         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43881         reading /etc/publickey.
43882
43883         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43884         allow cancellation when reading /etc/group.
43885
43886         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43887         cancellation.
43888         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43889
43890         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43891         when using data file.
43892
43893         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43894
43895         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43896         (write_nis_obj): Use "c" and "e" in fopen.
43897
43898         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43899
43900         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43901
43902         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43903
43904         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43905
43906         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43907         locale.alias.
43908
43909         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43910
43911         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43912
43913         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43914
43915         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43916         file parsing and set FD_CLOEXEC.
43917
43918 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43919
43920         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43921
43922 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43923
43924         * malloc/arena.c (arena_get2): Don't call reused_arena when
43925         _int_new_arena failed.
43926
43927 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43928
43929         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43930         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43931         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43932         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43933         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43934         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43935         to compile strcasecmp and strncasecmp.
43936         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43937         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43938
43939         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43940
43941 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43942
43943         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43944         locale-defines.sym to gen-as-const-headers.
43945         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43946         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43947         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43948         to compile strcasecmp and strncasecmp.
43949         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43950         strcasecmp_l and strncasecmp_l.
43951         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43952         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43953         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43954         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43955         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43956         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43957         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43958         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43959         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43960         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
43961         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
43962
43963 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
43964
43965         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
43966         result of SYSDEP_GETTIME_CPU to retval.
43967         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
43968         parameter list to macro.  Remove trailing semicolon.  Adjust users.
43969
43970         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
43971         variable.
43972
43973         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
43974         mantissa words.
43975         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
43976
43977         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
43978         from unused variable.
43979
43980         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
43981         DWARF definitions.
43982         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
43983         for assembling.
43984
43985         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
43986         over namespaces.
43987
43988         * sunrpc/rpc_prot.c (rejected): Fix case value.
43989
43990         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
43991         unsigned long long int to avoid warnings in shift.
43992
43993         * posix/regex_internal.c (re_string_reconstruct): Actually use result
43994         of use of trans.
43995         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
43996         variable tmp.
43997
43998         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
43999         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44000         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44001
44002         * nis/nis_table.c (nis_list): Use variable of correct type for
44003         result of __follow_path call.
44004
44005 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44006
44007         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44008         of math functions ceil, trunc, floor, round, and sqrt, when
44009         avaliable on the platform.
44010         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44011         name clash.
44012         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44013         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44014         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44015
44016 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44017
44018         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44019         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44020
44021 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44022
44023         * include/unistd.h: Fix __readlink return type.
44024         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44025
44026 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44027
44028         * stdlib/ucontext.h: Undo last change for makecontext.
44029
44030 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44031
44032         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44033
44034         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44035         * setjmp/setjmp.h: Mark functions as non-leaf.
44036         * setjmp/bits/setjmp2.h: Likewise.
44037         * stdlib/ucontext.h: Likewise.
44038
44039 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44040
44041         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44042         (reused_arena): Don't check arena limit.
44043         (arena_get2): Atomically check arena limit.
44044
44045 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44046
44047         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44048         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44049
44050         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44051         instructions.
44052
44053 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44054
44055         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44056         handler when locking.
44057
44058         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44059         Fix size of allocated buffer.
44060
44061 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44062
44063         [BZ #10103]
44064         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44065         declarations for long double functions.
44066         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44067
44068         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44069
44070 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44071
44072         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44073         installed.
44074
44075         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44076         is disabled.
44077
44078 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44079
44080         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44081
44082 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44083
44084         * include/alloca.h (stackinfo_alloca_round): Define.
44085         (extend_alloca): Use it.
44086         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44087         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44088         here.
44089
44090         * scripts/check-local-headers.sh: Ignore libaudit.h.
44091
44092         * nscd/Makefile (extra-objs): Make recursively expanded.
44093
44094 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44095
44096         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44097         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44098
44099         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44100         * posix/tst-rfc3484-2.c: Likewise.
44101         * posix/tst-rfc3484-3.c: Likewise.
44102
44103         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44104         process_vm_writev.
44105         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44106         process_vm_writev.
44107         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44108         process_vm_writev from libc using GLIBC_2.15 version.
44109
44110         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44111
44112 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44113
44114         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44115         stack usage.
44116
44117 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44118
44119         [BZ #13367]
44120         * nss/getent.c (initgroups_keys): Show error message in case no group
44121         names are given.
44122
44123         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44124         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44125         __bump_nl_timestamp.
44126         * nscd/connections (nscd_init): When host database is served open
44127         netlink socket and request notification about configuration changes.
44128         (main_loop_poll): Track netlink file descriptor and bump timestamp
44129         in case data becomes available.
44130         (main_loop_epoll): Likewise.
44131         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44132         (database_pers_head): Add extra_data fileds.
44133         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44134         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44135         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44136         Adjust caller.
44137         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44138         in6ai data, call __free_in6ai.
44139         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44140         Add -DHAVE_NETLINK.
44141         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44142         interface information.  Reuse previous data if netlink timestamp
44143         is not changed.
44144         (__bump_nl_timestamp): New function.
44145         (__free_in6ai): New function.
44146
44147 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44148
44149         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44150         close_not_cancel_no_status here.
44151         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44152
44153 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44154
44155         [BZ #13276]
44156         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44157         return value.
44158
44159         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44160         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44161         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44162
44163 2011-07-03  Andreas Jaeger  <aj@suse.de>
44164
44165         [BZ #10709]
44166         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44167         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44168         * math/libm-test.inc (sin_test): Add test case.
44169
44170 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44171
44172         [BZ #13337]
44173         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44174         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44175
44176         * elf/chroot_canon.c (chroot_canon): Cleanups.
44177
44178         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44179
44180         [BZ #13335]
44181         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44182         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44183
44184         * string/test-strchr.c: Make usable for strchrnul testing.
44185         * string/test-strchrnul.c: New file.
44186         * string/Makefile (strop-tests): Add strchrnul.
44187
44188         * po/it.po: Update from translation team.
44189         * po/es.po: Likewise.
44190
44191 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44192
44193         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44194         the three constants needed as parameters.  Drop the others.
44195         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44196         __m128i_strloadu_tolower.
44197         Create and initialize variable zero and use it in all the places
44198         where _mm_setzero_si128 was used.
44199
44200         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44201         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44202         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44203         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44204         anymore.
44205         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44206         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44207         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44208         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44209         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44210         __mpranred, __mptan.
44211         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44212         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44213         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44214         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44215         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44216         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44217         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44218         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44219         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44220
44221 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44222
44223         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44224         redefine if SHARED.
44225         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44226
44227         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44228         wide char related routines to wcsmbs subdir.
44229
44230 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44231
44232         [BZ #13344]
44233         * misc/sys/cdefs.h (__THROWNL): Define.
44234         * posix/unistd.h: Use __THREADNL instead of __THREAD
44235         for memory synchronization functions.
44236
44237 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44238
44239         [BZ #13349]
44240         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44241         doesn't exist.
44242         * manual/stdio.texi (Obstack Streams): Node removed.
44243
44244 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44245
44246         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44247         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44248         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44249
44250         * math/math_private.h (math_force_eval): Allow non-addressable
44251         arguments.
44252         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44253
44254 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44255
44256         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44257         file is not needed.
44258
44259         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44260         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44261         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44262         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44263         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44264         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44265         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44266         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44267         Add AVX variants.
44268         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44269         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44270         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44271         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44272         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44273         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44274         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44275         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44276         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44277         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44278         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44279         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44280         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44281         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44282         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44283         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44284         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44285         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44286         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44287
44288         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44289         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44290
44291         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44292         place.  Use VEX encoding when compiling for AVX.
44293
44294 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44295
44296         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44297         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44298
44299         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44300
44301 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44302
44303         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44304         useless if() expression.
44305         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44306         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44307         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44308         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44309         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44310         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44311         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44312         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44313         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44314         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44315         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44316         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44317         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44318         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44319         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44320         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44321         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44322         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44323         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44324
44325         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44326
44327 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44328
44329         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44330         condition.
44331         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44332
44333 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44334
44335         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44336         .text section.  Avoid duplicate constants.
44337         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44338         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44339         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44340         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44341         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44342         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44343         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44344         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44345         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44346         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44347         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44348         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44349         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44350         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44351         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44352         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44353         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44354         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44355         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44356         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44357         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44358         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44359         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44360         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44361         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44362         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44363         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44364         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44365         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44366         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44367         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44368         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44369         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44370         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44371         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44372         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44373         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44374         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44375         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44376         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44377         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44378         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44379         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44380         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44381         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44382
44383 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44384
44385         * sysdeps/x86_64/dla.h: Move to ...
44386         * sysdeps/x86_64/fpu/dla.h: ...here.
44387         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44388         situations.  Use __builtin_fma only for gcc 4.6 and up.
44389
44390         * config.make.in: Add have-mfma4 entry.
44391         * configure.in: Substitute libc_cv_cc_fma4.
44392         * math/Makefile (dbl-only-routines): Add sincostab.
44393         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44394         Use __sincostab not sincos.
44395         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44396         name is a macro.
44397         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44398         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44399         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44400         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44401         using __copysign.
44402         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44403         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44404         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44405         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44406         and __inv.
44407         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44408         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44409         __copysign.
44410         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44411         define aliases when function name is a macro.
44412         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44413         sysdeps/ieee754/dbl-64/sincos.tbl.
44414         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44415         fma4-enabled routines.
44416         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44417         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44418         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44419         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44420         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44421         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44422         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44423         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44424         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44425         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44426         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44427         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44428         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44429         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44430         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44431         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44432         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44433         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44434         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44435         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44436         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44437         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44438         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44439         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44440         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44441         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44442         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44443         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44444         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44445         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44446
44447         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44448         rename.
44449         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44450         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44451         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44452         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44453         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44454         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44455         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44456         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44457
44458 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44459
44460         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44461
44462 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44463
44464         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44465
44466         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44467         prediction.
44468         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44469
44470         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44471         Remove unused variable magic_bits.
44472         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44473
44474         * string/strnlen.c: Define and use STRNLEN macro.
44475         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44476         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44477         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44478         * wcsmbs/wcslen.c: Define and use WCSLEN.
44479         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44480         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44481         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44482         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44483         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44484         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44485         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44486
44487 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44488
44489         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44490         strnlen-sse2-no-bsf.
44491         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44492         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44493         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44494         Add strnlen support.
44495         (USE_AS_STRNLEN): New macro.
44496         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44497         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44498         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44499         * sysdeps/x86_64/wcslen.S: New file.
44500
44501 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44502
44503         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44504         XMM-moves are used for copying on small sizes.
44505
44506 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44507
44508         * wcsmbs/Makefile (strop-tests): Add wcschr.
44509         * wcsmbs/test-wcschr.c: New file.
44510         * string/test-strchr.c: Update.
44511         Add wcschr support.
44512         (WIDE): New macro.
44513
44514 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44515
44516         * wcsmbs/Makefile (strop-tests): Add wcslen.
44517         * wcsmbs/test-wcslen.c: New file.
44518         * string/test-strlen.c: Update.
44519         Add wcslen support.
44520         (WIDE): New macro.
44521
44522 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44523
44524         * po/it.po: Update from translation team.
44525
44526 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44527
44528         * sysdeps/x86_64/wcscmp.S: Update.
44529         Fix wrong comparison semantics.
44530         wcscmp shall use signed comparison not unsigned.
44531         Don't use substraction to avoid overflow bug.
44532         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44533         * wcsmbc/wcscmp.c: Likewise.
44534         * string/test-strcmp.c: Likewise.
44535         Add new tests to check cases with negative values.
44536
44537 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44538
44539         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44540         * sysdeps/x86_64/dla.h: ...here.  New file.
44541         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44542         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44543         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44544         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44545         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44546         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44547         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44548         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44549         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44550
44551 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44552
44553         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44554         __ynl_finite aliases.
44555
44556 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44557
44558         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44559
44560         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44561         define DLA_FMA.
44562         [DLA_FMA] (EMULV): Use DLA_FMA.
44563         [DLA_FMA] (MUL12): Use EMULV.
44564         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44565         that are not needed.
44566         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44567         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44568         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44569         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44570         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44571         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44572         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44573
44574 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44575
44576         * math/s_nan.c: Undef __nan.
44577         * math/s_nanf.c: Undef __nanf.
44578         * math/s_nanl.c: Undef __nanl.
44579         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44580         "math_private.h".
44581
44582 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44583
44584         * math/s_catan.c: Add branch predictions.
44585         * math/s_catanf.c: Likewise.
44586         * math/s_catanh.c: Likewise.
44587         * math/s_catanhf.c: Likewise.
44588         * math/s_catanhl.c: Likewise.
44589         * math/s_catanl.c: Likewise.
44590         * math/s_cexp.c: Likewise.
44591         * math/s_cexpf.c: Likewise.
44592         * math/s_cexpl.c: Likewise.
44593         * math/s_clog.c: Likewise.
44594         * math/s_clog10.c: Likewise.
44595         * math/s_clog10f.c: Likewise.
44596         * math/s_clog10l.c: Likewise.
44597         * math/s_clogf.c: Likewise.
44598         * math/s_clogl.c: Likewise.
44599         * math/s_csqrt.c: Likewise.
44600         * math/s_csqrtf.c: Likewise.
44601         * math/s_csqrtl.c: Likewise.
44602         * math/s_ctanf.c: Likewise.
44603         * math/s_ctanh.c: Likewise.
44604         * math/s_ctanhf.c: Likewise.
44605         * math/s_ctanhl.c: Likewise.
44606         * math/s_ctanl.c: Likewise.
44607
44608         * math/math_private.h: Define __nan, __nanf, __nanl.
44609         * math/s_cacosh.c: Include <math_private.h>.
44610         * math/s_cacoshl.c: Likewise.
44611         * math/s_casinh.c: Likewise.
44612         * math/s_casinhf.c: Likewise.
44613         * math/s_casinhl.c: Likewise.
44614         * math/s_ccos.c: Rely entire on ccosh.
44615         * math/s_ccosf.c: Rely entire on ccoshf.
44616         * math/s_ccosl.c: Rely entirely on ccoshl.
44617         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44618         Remove tests for FE_INVALID.
44619         * math/s_ccoshf.c: Likewise.
44620         * math/s_ccoshl.c: Likewise.
44621         * math/s_csin.c: Likewise.
44622         * math/s_csinf.c: Likewise.
44623         * math/s_csinh.c Likewise.
44624         * math/s_csinhf.c: Likewise.
44625         * math/s_csinhl.c: Likewise.
44626         * math/s_csinl.c: Likewise.
44627         * math/s_ctan.c: Likewise.
44628         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44629         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44630         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44631
44632 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44633
44634         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44635         compilation problems.
44636
44637         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44638         __builtin_expect.
44639
44640 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44641
44642         * sysdeps/i386/configure.in: Test for -mfma4 option.
44643         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44644         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44645         COMMON_CPUID_INDEX_80000001.
44646         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44647         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44648         use it if FMA3 is not supported.
44649         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44650
44651         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44652         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44653
44654 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44655
44656         [BZ #12892]
44657         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44658         it would create a cycle with a link time dependency.
44659
44660 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44661
44662         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44663         instruction.
44664         * string/Makefile (strop-tests): Add rawmemchr.
44665         * string/test-rawmemchr.c: New file.
44666
44667         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44668         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44669         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44670         when compiling str{,n}casecmp and when AVX is available.  Hook up
44671         new optimized code in initializers.
44672
44673 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44674
44675         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44676         __feraiseexcept instead of feraiseexcept.
44677
44678 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44679
44680         * math/math_private.h: Define defaults for libc_fetestexcept and
44681         libc_feupdateenv.
44682         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44683         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44684         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44685         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44686         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44687         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44688         libc_fetestexcept and libc_feupdateenv.
44689
44690         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44691         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44692         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44693         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44694         libc_feholdexcept_setround.
44695
44696         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44697         Add s_nearbyint-c and s_nearbyintf-c.
44698         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44699         nearbyintf inlines.
44700         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44701         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44702         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44703         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44704
44705         * math/math_private.h: Define defaults for libc_fegetround,
44706         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44707         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44708         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44709         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44710         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44711         standard functions.
44712         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44713         Remove comments and hacks for old compiler versions.
44714         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44715         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44716         libc_feholdexceptl.
44717
44718 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44719
44720         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44721         (__feraiseexcept_renamed): Add __NTH.
44722         (feraiseexcept): Add __NTH.  Rename local variables to fix
44723         namespace violations.
44724
44725 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44726
44727         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44728
44729         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44730
44731         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44732         recently added interfaces.
44733         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44734
44735         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44736         about macro parameter expansion.
44737
44738         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44739         __NO_MATH_INLINES is defined.  Cleanups.
44740
44741         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44742         and __floorf is target has SSE4.1.
44743         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44744         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44745         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44746         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44747
44748         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44749         name.
44750         (floorf): Likewise.
44751
44752         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44753
44754 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44755
44756         * misc/sys/cdefs.h: Fix last change.
44757
44758         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44759         database lookup.
44760
44761 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44762
44763         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44764
44765         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44766         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44767         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44768         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44769         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44770         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44771         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44772         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44773         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44774         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44775         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44776         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44777         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44778         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44779         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44780         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44781         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44782         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44783         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44784         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44785         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44786         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44787
44788         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44789         ceil, ceilf, floor, floorf.
44790
44791         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44792         Perform IRELATIVE relocations last.
44793
44794         * elf/do-rel.h: Add another parameter nrelative, replacing the
44795         local variable with the same name.  Change name of the function
44796         to end in Rel or Rela (uppercase).
44797         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44798         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44799         elf_dynamic_do_##reloc function.
44800
44801 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44802
44803         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44804         is sufficient, at least on modern CPUs.
44805
44806         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44807
44808         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44809         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44810
44811         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44812         __expl_finite.
44813         * math/bits/math-finite.h: Add entries for exp.
44814         * math/e_expl.c: Add __*_finite alias.
44815         * sysdeps/i386/fpu/e_exp.S: Likewise.
44816         * sysdeps/i386/fpu/e_expf.S: Likewise.
44817         * sysdeps/i386/fpu/e_expl.c: Likewise.
44818         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44819         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44820         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44821         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44822         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44823         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44824         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44825
44826         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44827         is sufficient, at least on modern CPUs.
44828
44829         * ctype/ctype-info.c (__ctype_init): Define.
44830         * include/ctype.h (__ctype_init): Declare.
44831         (__ctype_b_loc): The variable is always initialized.
44832         (__ctype_toupper_loc): Likewise.
44833         (__ctype_tolower_loc): Likewise.
44834         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44835         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44836
44837 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44838
44839         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44840
44841         * configure.in: Also look in $cxxmachine/include for C++ system
44842         headers.
44843
44844 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44845
44846         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44847         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44848         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44849         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44850         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44851         (USE_AS_WMEMCMP): New macro.
44852         Fixing indents.
44853         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44854         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44855         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44856         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44857         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44858         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44859         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44860         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44861         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44862         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44863         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44864         (USE_AS_WMEMCMP): New macro.
44865         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44866         * sysdeps/string/test-memcmp.c: Update.
44867         Fix simple_wmemcmp.
44868         Add new tests.
44869         * wcsmbs/wmemcmp.c: Update.
44870         (WMEMCMP): New macro.
44871         Fix overflow bug.
44872
44873 2011-10-12  Andreas Jaeger  <aj@suse.de>
44874
44875         [BZ #13268]
44876         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44877
44878 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44879
44880         * libio/iofwide.c (do_length): Avoid warning.
44881
44882         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44883
44884 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44885
44886         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44887
44888         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44889         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44890         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44891         * sysdeps/i386/i686/fpu/e_log.S: New file.
44892         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44893         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44894
44895         * ctype/ctype.h: Add support for inlined isXXX functions when
44896         compiling C++ code.
44897
44898 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44899
44900         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44901
44902         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44903
44904 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44905
44906         [BZ #13291]
44907         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44908
44909 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44910
44911         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44912         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44913         feraiseexcept.
44914
44915         * sysdeps/x86_64/memrchr.S: Check for zero size.
44916
44917         * string/stratcliff.c: Add memrchr tests.
44918
44919 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44920
44921         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44922         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44923         rawmemchr-sse2 rawmemchr-sse2-bsf.
44924         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44925         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44926         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44927         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44928         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44929         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44930         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44931         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44932         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44933         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44934         * string/memrchr.c (MEMRCHR): New macro.
44935
44936 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44937
44938         Add integration with gcc's -ffinite-math-only and optimize wrapper
44939         functions in libm.
44940         * Versions.def: Define GLIBC_2.15 version for libm.
44941         * math/Makefile (headers): Add bits/math-finite.h.
44942         * math/bits/math-finite.h: New file.
44943         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44944         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44945         * math/e_acoshl.c: Add __*_finite alias.
44946         * math/e_acosl.c: Likewise.
44947         * math/e_asinl.c: Likewise.
44948         * math/e_atan2l.c: Likewise.
44949         * math/e_atanhl.c: Likewise.
44950         * math/e_coshl.c: Likewise.
44951         * math/e_exp10.c: Likewise.
44952         * math/e_exp10f.c: Likewise.
44953         * math/e_exp10l.c: Likewise.
44954         * math/e_exp2l.c: Likewise.
44955         * math/e_fmodl.c: Likewise.
44956         * math/e_gammal_r.c: Likewise.
44957         * math/e_hypotl.c: Likewise.
44958         * math/e_j0l.c: Likewise.
44959         * math/e_j1l.c: Likewise.
44960         * math/e_jnl.c: Likewise.
44961         * math/e_lgammal_r.c: Likewise.
44962         * math/e_log10l.c: Likewise.
44963         * math/e_log2l.c: Likewise.
44964         * math/e_logl.c: Likewise.
44965         * math/e_powl.c: Likewise.
44966         * math/e_sinhl.c: Likewise.
44967         * math/e_sqrtl.c: Likewise.
44968         * math/e_scalb.c: Completely rewritten and optimized.
44969         * math/e_scalbf.c: Likewise.
44970         * math/e_scalbl.c: Likewise.
44971         * math/w_acos.c: Likewise.
44972         * math/w_acosf.c: Likewise.
44973         * math/w_acosl.c: Likewise.
44974         * math/w_acosh.c: Likewise.
44975         * math/w_acoshf.c: Likewise.
44976         * math/w_acoshl.c: Likewise.
44977         * math/w_asin.c: Likewise.
44978         * math/w_asinf.c: Likewise.
44979         * math/w_asinl.c: Likewise.
44980         * math/w_atan2.c: Likewise.
44981         * math/w_atan2f.c: Likewise.
44982         * math/w_atan2l.c: Likewise.
44983         * math/w_atanh.c: Likewise.
44984         * math/w_atanhf.c: Likewise.
44985         * math/w_atanhl.c: Likewise.
44986         * math/w_exp10.c: Likewise.
44987         * math/w_exp10f.c: Likewise.
44988         * math/w_exp10l.c: Likewise.
44989         * math/w_fmod.c: Likewise.
44990         * math/w_fmodf.c: Likewise.
44991         * math/w_fmodl.c: Likewise.
44992         * math/w_j0.c: Likewise.
44993         * math/w_j0f.c: Likewise.
44994         * math/w_j0l.c: Likewise.
44995         * math/w_j1.c: Likewise.
44996         * math/w_j1f.c: Likewise.
44997         * math/w_j1l.c: Likewise.
44998         * math/w_jn.c: Likewise.
44999         * math/w_jnf.c: Likewise.
45000         * math/w_log.c: Likewise.
45001         * math/w_logf.c: Likewise.
45002         * math/w_logl.c: Likewise.
45003         * math/w_log10.c: Likewise.
45004         * math/w_log10f.c: Likewise.
45005         * math/w_log10l.c: Likewise.
45006         * math/w_log2.c: Likewise.
45007         * math/w_log2f.c: Likewise.
45008         * math/w_log2l.c: Likewise.
45009         * math/w_pow.c: Likewise.
45010         * math/w_powf.c: Likewise.
45011         * math/w_powl.c: Likewise.
45012         * math/w_remainder.c: Likewise.
45013         * math/w_remainderf.c: Likewise.
45014         * math/w_remainderl.c: Likewise.
45015         * math/w_scalb.c: Likewise.
45016         * math/w_scalbf.c: Likewise.
45017         * math/w_scalbl.c: Likewise.
45018         * math/w_sqrt.c: Likewise.
45019         * math/w_sqrtf.c: Likewise.
45020         * math/w_sqrtl.c: Likewise.
45021         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45022         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45023         used.
45024         * math/math_private.h: Declare __kernel_standard_f.
45025         * math/w_cosh.c: Remove cruft and optimize a bit.
45026         * math/w_coshf.c: Likewise.
45027         * math/w_coshl.c: Likewise.
45028         * math/w_exp2.c: Likewise.
45029         * math/w_exp2f.c: Likewise.
45030         * math/w_exp2l.c: Likewise.
45031         * math/w_hypot.c: Likewise.
45032         * math/w_hypotf.c: Likewise.
45033         * math/w_hypotl.c: Likewise.
45034         * math/w_lgamma.c: Likewise.
45035         * math/w_lgamma_r.c: Likewise.
45036         * math/w_lgammaf.c: Likewise.
45037         * math/w_lgammaf_r.c: Likewise.
45038         * math/w_lgammal.c: Likewise.
45039         * math/w_lgammal_r.c: Likewise.
45040         * math/w_sinh.c: Likewise.
45041         * math/w_sinhf.c: Likewise.
45042         * math/w_sinhl.c: Likewise.
45043         * math/w_tgamma.c: Likewise.
45044         * math/w_tgammaf.c: Likewise.
45045         * math/w_tgammal.c: Likewise.
45046         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45047         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45048         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45049         Minor optimizations.  Pretty printing.  Remove cruft.
45050         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45051         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45052         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45053         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45054         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45055         * sysdeps/i386/fpu/e_asin.S: Likewise.
45056         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45057         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45058         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45059         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45060         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45061         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45062         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45063         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45064         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45065         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45066         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45067         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45068         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45069         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45070         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45071         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45072         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45073         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45074         * sysdeps/i386/fpu/e_log.S: Likewise.
45075         * sysdeps/i386/fpu/e_log10.S: Likewise.
45076         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45077         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45078         * sysdeps/i386/fpu/e_log2.S: Likewise.
45079         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45080         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45081         * sysdeps/i386/fpu/e_logf.S: Likewise.
45082         * sysdeps/i386/fpu/e_logl.S: Likewise.
45083         * sysdeps/i386/fpu/e_pow.S: Likewise.
45084         * sysdeps/i386/fpu/e_powf.S: Likewise.
45085         * sysdeps/i386/fpu/e_powl.S: Likewise.
45086         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45087         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45088         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45089         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45090         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45091         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45092         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45093         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45094         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45095         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45096         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45097         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45098         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45099         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45100         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45101         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45102         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45103         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45104         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45105         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45106         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45107         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45108         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45109         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45110         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45111         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45112         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45113         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45114         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45115         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45116         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45117         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45118         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45119         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45120         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45121         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45122         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45123         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45124         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45125         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45126         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45127         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45128         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45129         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45130         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45131         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45132         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45133         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45134         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45135         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45136         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45137         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45138         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45139         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45140         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45141         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45142         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45143         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45144         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45145         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45146         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45147         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45148         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45149         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45150         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45151         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45152         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45153         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45154         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45155         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45156         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45157         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45158         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45159         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45160         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45161         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45162         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45163         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45164         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45165         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45166         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45167         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45168         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45169         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45170         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45171         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45172         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45173         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45174         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45175         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45176         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45177         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45178         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45179         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45180         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45181         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45182         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45183         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45184         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45185         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45186         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45187         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45188         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45189         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45190         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45191         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45192         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45193         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45194         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45195         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45196         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45197         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45198         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45199         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45200         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45201         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45202         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45203         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45204         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45205         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45206         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45207         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45208         (__isnanf): Likewise.
45209         (__isinf_ns): Likewise.
45210         (__isinf_nsf): Likewise.
45211         (__finite): Likewise.
45212         (__finitef): Likewise.
45213         (__ieee754_sqrt): Define as macro.
45214         (__ieee754_sqrtf): Define as macro.
45215         (__ieee754_sqrtl): Define as macro.
45216         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45217         inlined copy.
45218         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45219         __FINITE_MATH_ONLY__ consistent.
45220         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45221
45222 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45223
45224         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45225         of rawmemchr.
45226
45227         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45228
45229 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45230
45231         * po/ja.po: Update from translation team.
45232
45233 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45234
45235         * locale/programs/locarchive.c (prepare_address_space): New function.
45236         (create_archive, enlarge_archive, open_archive): Use it.
45237
45238         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45239         inside [SHARED], where it is used.
45240
45241         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45242
45243         * nss/getent.c (netgroup_keys): Remove unused variable.
45244         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45245
45246 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45247
45248         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45249         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45250         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45251         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45252         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45253         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45254         * math/Makefile (libm-calls): Add s_isinf_ns.
45255         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45256         * math/multc3.c: Likewise.
45257         * math/s_casin.c: Likewise.
45258         * math/s_casinf.c: Likewise.
45259         * math/s_casinl.c: Likewise.
45260         * math/s_ccos.c: Likewise.
45261         * math/s_ccosf.c: Likewise.
45262         * math/s_ccosl.c: Likewise.
45263         * math/s_ctan.c: Likewise.
45264         * math/s_ctanf.c: Likewise.
45265         * math/s_ctanh.c: Likewise.
45266         * math/s_ctanhf.c: Likewise.
45267         * math/s_ctanhl.c: Likewise.
45268         * math/s_ctanl.c: Likewise.
45269         * math/w_fmod.c: Likewise.
45270         * math/w_fmodf.c: Likewise.
45271         * math/w_fmodl.c: Likewise.
45272         * math/w_remainder.c: Likewise.
45273         * math/w_remainderf.c: Likewise.
45274         * math/w_remainderl.c: Likewise.
45275         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45276         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45277         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45278         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45279         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45280         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45281         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45282         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45283
45284         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45285         of the number.
45286         * stdio-common/printf_fphex.c: Likewise.
45287         * stdio-common/printf_size.c: Likewise.
45288
45289         * math/e_exp10.c: Include math_private.h using <...> not "...".
45290         * math/e_exp10f.c: Likewise.
45291         * math/e_exp10l.c: Likewise.
45292         * math/e_exp2l.c: Likewise.
45293         * math/e_j0l.c: Likewise.
45294         * math/e_j1l.c: Likewise.
45295         * math/e_jnl.c: Likewise.
45296         * math/e_lgammal_r.c: Likewise.
45297         * math/e_rem_pio2l.c: Likewise.
45298         * math/e_scalb.c: Likewise.
45299         * math/e_scalbf.c: Likewise.
45300         * math/e_scalbl.c: Likewise.
45301         * math/k_cosl.c: Likewise.
45302         * math/k_sinl.c: Likewise.
45303         * math/k_tanl.c: Likewise.
45304         * math/s_cacoshf.c: Likewise.
45305         * math/s_catan.c: Likewise.
45306         * math/s_catanf.c: Likewise.
45307         * math/s_catanh.c: Likewise.
45308         * math/s_catanhf.c: Likewise.
45309         * math/s_catanhl.c: Likewise.
45310         * math/s_catanl.c: Likewise.
45311         * math/s_ccosh.c: Likewise.
45312         * math/s_ccoshf.c: Likewise.
45313         * math/s_ccoshl.c: Likewise.
45314         * math/s_cexp.c: Likewise.
45315         * math/s_cexpf.c: Likewise.
45316         * math/s_cexpl.c: Likewise.
45317         * math/s_clog.c: Likewise.
45318         * math/s_clog10.c: Likewise.
45319         * math/s_clog10f.c: Likewise.
45320         * math/s_clog10l.c: Likewise.
45321         * math/s_clogf.c: Likewise.
45322         * math/s_clogl.c: Likewise.
45323         * math/s_csin.c: Likewise.
45324         * math/s_csinf.c: Likewise.
45325         * math/s_csinh.c: Likewise.
45326         * math/s_csinhf.c: Likewise.
45327         * math/s_csinhl.c: Likewise.
45328         * math/s_csinl.c: Likewise.
45329         * math/s_csqrt.c: Likewise.
45330         * math/s_csqrtf.c: Likewise.
45331         * math/s_csqrtl.c: Likewise.
45332         * math/s_ctan.c: Likewise.
45333         * math/s_ctanf.c: Likewise.
45334         * math/s_ctanh.c: Likewise.
45335         * math/s_ctanhf.c: Likewise.
45336         * math/s_ctanhl.c: Likewise.
45337         * math/s_ctanl.c: Likewise.
45338         * math/s_ldexp.c: Likewise.
45339         * math/s_ldexpf.c: Likewise.
45340         * math/s_ldexpl.c: Likewise.
45341         * math/s_significand.c: Likewise.
45342         * math/s_significandf.c: Likewise.
45343         * math/s_significandl.c: Likewise.
45344         * math/w_acos.c: Likewise.
45345         * math/w_acosf.c: Likewise.
45346         * math/w_acosh.c: Likewise.
45347         * math/w_acoshf.c: Likewise.
45348         * math/w_acoshl.c: Likewise.
45349         * math/w_acosl.c: Likewise.
45350         * math/w_asin.c: Likewise.
45351         * math/w_asinf.c: Likewise.
45352         * math/w_asinl.c: Likewise.
45353         * math/w_atan2.c: Likewise.
45354         * math/w_atan2f.c: Likewise.
45355         * math/w_atan2l.c: Likewise.
45356         * math/w_atanh.c: Likewise.
45357         * math/w_atanhf.c: Likewise.
45358         * math/w_atanhl.c: Likewise.
45359         * math/w_cosh.c: Likewise.
45360         * math/w_coshf.c: Likewise.
45361         * math/w_coshl.c: Likewise.
45362         * math/w_dremf.c: Likewise.
45363         * math/w_exp10.c: Likewise.
45364         * math/w_exp10f.c: Likewise.
45365         * math/w_exp10l.c: Likewise.
45366         * math/w_exp2.c: Likewise.
45367         * math/w_exp2f.c: Likewise.
45368         * math/w_fmod.c: Likewise.
45369         * math/w_fmodf.c: Likewise.
45370         * math/w_fmodl.c: Likewise.
45371         * math/w_hypot.c: Likewise.
45372         * math/w_hypotf.c: Likewise.
45373         * math/w_hypotl.c: Likewise.
45374         * math/w_j0.c: Likewise.
45375         * math/w_j0f.c: Likewise.
45376         * math/w_j0l.c: Likewise.
45377         * math/w_j1.c: Likewise.
45378         * math/w_j1f.c: Likewise.
45379         * math/w_j1l.c: Likewise.
45380         * math/w_jn.c: Likewise.
45381         * math/w_jnf.c: Likewise.
45382         * math/w_jnl.c: Likewise.
45383         * math/w_lgamma.c: Likewise.
45384         * math/w_lgamma_r.c: Likewise.
45385         * math/w_lgammaf.c: Likewise.
45386         * math/w_lgammaf_r.c: Likewise.
45387         * math/w_lgammal.c: Likewise.
45388         * math/w_lgammal_r.c: Likewise.
45389         * math/w_log.c: Likewise.
45390         * math/w_log10.c: Likewise.
45391         * math/w_log10f.c: Likewise.
45392         * math/w_log10l.c: Likewise.
45393         * math/w_log2.c: Likewise.
45394         * math/w_log2f.c: Likewise.
45395         * math/w_log2l.c: Likewise.
45396         * math/w_logf.c: Likewise.
45397         * math/w_logl.c: Likewise.
45398         * math/w_pow.c: Likewise.
45399         * math/w_powf.c: Likewise.
45400         * math/w_powl.c: Likewise.
45401         * math/w_remainder.c: Likewise.
45402         * math/w_remainderf.c: Likewise.
45403         * math/w_remainderl.c: Likewise.
45404         * math/w_scalb.c: Likewise.
45405         * math/w_scalbf.c: Likewise.
45406         * math/w_scalbl.c: Likewise.
45407         * math/w_sinh.c: Likewise.
45408         * math/w_sinhf.c: Likewise.
45409         * math/w_sinhl.c: Likewise.
45410         * math/w_sqrt.c: Likewise.
45411         * math/w_sqrtf.c: Likewise.
45412         * math/w_sqrtl.c: Likewise.
45413         * math/w_tgamma.c: Likewise.
45414         * math/w_tgammaf.c: Likewise.
45415         * math/w_tgammal.c: Likewise.
45416
45417         * po/ja.po: Update from translation team.
45418
45419 2011-09-29  Andreas Jaeger  <aj@suse.de>
45420
45421         [BZ #13179]
45422         * sunrpc/netname.c (netname2host): Fix logic.
45423
45424         [BZ #6779]
45425         [BZ #6783]
45426         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45427         correctly.
45428         * math/w_remainder.c (__remainder): Likewise.
45429         * math/w_remainderf.c (__remainderf): Likewise.
45430         * math/libm-test.inc (remainder_test): Add test cases.
45431
45432 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45433
45434         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45435         sdiv_qrnnd.
45436
45437 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45438
45439         * string/test-memcmp.c: Avoid unncessary #defines.
45440         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45441
45442 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45443
45444         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45445         Use new sse2 version for core i3 - i7 as it's faster
45446         than sse42 version.
45447         (bit_Prefer_PMINUB_for_stringop): New.
45448         * sysdeps/x86_64/rawmemchr.S: Update.
45449         Replace with faster SSE2 version.
45450         * sysdeps/x86_64/memrchr.S: New file.
45451         * sysdeps/x86_64/memchr.S: Update.
45452         Replace with faster SSE2 version.
45453
45454 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45455
45456         * elf/dl-load.c (lose): Add cast to avoid warning.
45457
45458 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45459
45460         * po/ca.po: Update from translation team.
45461
45462         * inet/getnetgrent_r.c: Hook up nscd.
45463         * nscd/Makefile (routines): Add nscd_netgroup.
45464         (nscd-modules): Add netgroupcache.
45465         (CFLAGS-netgroupcache.c): Define.
45466         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45467         (cache_search): Add const to second parameter.
45468         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45469         INNETGR.
45470         (dbs): Add netgrdb entry.
45471         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45472         (verify_persistent_db): Handle netgrdb.
45473         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45474         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45475         GETFDNETGR.
45476         (netgroup_response_header): Define.
45477         (innetgroup_response_header): Define.
45478         (datahead): Add netgroup_response_header and innetgroup_response_header
45479         elements.
45480         * nscd/nscd.conf: Add entries for netgroup cache.
45481         * nscd/nscd.h (dbtype): Add netgrdb.
45482         (_PATH_NSCD_NETGROUP_DB): Define.
45483         (netgroup_iov_disabled): Declare.
45484         (xmalloc, xcalloc, xrealloc): Move declarations here.
45485         (cache_search): Adjust prototype.
45486         Add netgroup-related prototypes.
45487         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45488         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45489         (__nscd_innetgr): Declare.
45490         * nscd/selinux.c (perms): Use access_vector_t as element type and
45491         add netgroup-related initializers.
45492         * nscd/netgroupcache.c: New file.
45493         * nscd/nscd_netgroup.c: New file.
45494         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45495         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45496         For four parameters use innetgr.
45497         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45498         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45499         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45500         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45501
45502         * nscd/connections.c (register_traced_file): Don't register file
45503         for disabled databases.
45504
45505 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45506
45507         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45508
45509         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45510         from tree and freeing node.
45511
45512 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45513
45514         * nss/nsswitch.c (__nss_database_lookup): Handle
45515         nss_parse_service_list out of memory case.
45516
45517 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45518
45519         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45520         out of memory case.
45521
45522 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45523
45524         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45525         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45526         pass it down.
45527         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45528         elf_machine_rela, elf_machine_lazy_rel.
45529         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45530         (ELF_DYNAMIC_DO_REL): Likewise.
45531         (ELF_DYNAMIC_DO_RELA): Likewise.
45532         (ELF_DYNAMIC_RELOCATE): Likewise.
45533         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45534         to ELF_DYNAMIC_DO_REL.
45535         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45536         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45537         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45538         elf_machine_rela.
45539         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45540         skip_ifunc, don't call ifunc function if non-zero.
45541         (elf_machine_rela): Likewise.
45542         (elf_machine_lazy_rel): Likewise.
45543         (elf_machine_lazy_rela): Likewise.
45544         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45545         (elf_machine_lazy_rel): Likewise.
45546         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45547         Likewise.
45548         (elf_machine_lazy_rel): Likewise.
45549         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45550         Likewise.
45551         (elf_machine_lazy_rel): Likewise.
45552         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45553         (elf_machine_lazy_rel): Likewise.
45554         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45555         (elf_machine_lazy_rel): Likewise.
45556         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45557         (elf_machine_lazy_rel): Likewise.
45558         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45559         (elf_machine_lazy_rel): Likewise.
45560         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45561         (elf_machine_lazy_rel): Likewise.
45562         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45563         (elf_machine_lazy_rel): Likewise.
45564
45565 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45566
45567         * nss/nss_files/files-init.c (_nss_files_init): Use static
45568         initialization for all the *_traced_file variables.
45569
45570 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45571
45572         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45573
45574 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45575
45576         [BZ #13226]
45577         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45578
45579 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45580
45581         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45582         Reread the line before reparsing it.
45583
45584 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45585
45586         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45587
45588 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45589             Maxim Kuvyrkov  <maxim@codesourcery.com>
45590             Joseph Myers  <joseph@codesourcery.com>
45591
45592         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45593         if needed for __stack_chk_guard.
45594
45595 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45596
45597         * sysdeps/posix/spawni.c (script_execute): Always define it.
45598         It will be optimized away if unused.
45599         (maybe_script_execute): New function.
45600         (__spawni): Call it.
45601
45602         * Makerules: Don't include tls.make.
45603         (config-tls): Always set to thread.
45604         * tls.make.c: File removed.
45605
45606 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45607
45608         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45609         * config.make.in (CPPFLAGS-config): New substituted variable.
45610
45611 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45612
45613         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45614
45615         [BZ #13192]
45616         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45617         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45618
45619 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45620
45621         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45622         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45623         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45624         (CALL_FAIL): Likewise.
45625         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45626         (CALL_FAIL): Macro removed.
45627         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45628
45629 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45630
45631         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45632         for __FINITE_MATH_ONLY__ == 1.
45633
45634 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45635
45636         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45637         __ieee754_sqrt instead of sqrt.
45638         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45639         __ieee754_sqrtf instead of sqrtf.
45640         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45641         __floorf instead of floorf.
45642         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45643         __floorf, __truncf instead of floorf, truncf.
45644
45645 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45646
45647         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45648
45649         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45650         __extern_always_inline.
45651         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45652         32-bit.
45653
45654 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45655
45656         * elf/rtld.c (dl_main): Also relocate in dependency order when
45657         doing symbol dependency testing.
45658
45659 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45660
45661         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45662         Always define `refsym'.
45663
45664 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45665
45666         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45667         (__FD_ELT): Renamed from __FDELT.
45668         * misc/bits/select2.h (__FD_ELT): Likewise.
45669         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45670         __FD_MASK instead of __FDELT, __FDMASK.
45671         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45672         Likewise.
45673         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45674         Likewise.
45675
45676         * elf/Makefile (gen-ldd): Fix pattern.
45677
45678         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45679         (init_tls): Likewise.
45680
45681 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45682
45683         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45684
45685 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45686
45687         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45688         `struct cmsghdr *' instead of `void *'.
45689         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45690         Likewise.
45691
45692 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45693
45694         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45695         if non-absolute.
45696         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45697         ldd_rewrite_script.
45698
45699 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45700
45701         * configure.in: Remove --with-tls option.
45702         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45703         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45704         out in case it is missing.
45705         * sysdeps/ia64/elf/configure.in: Likewise.
45706         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45707         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45708         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45709         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45710         * sysdeps/sh/elf/configure.in: Likewise.
45711         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45712         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45713         * sysdeps/x86_64/elf/configure.in: Likewise.
45714         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45715         * sysdeps/mach/hurd/tls.h: Likewise.
45716
45717         [BZ #13067]
45718         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45719
45720         [BZ #13090]
45721         * configure.in: Fix use of AC_INIT.
45722
45723         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45724
45725 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45726
45727         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45728         __set_errno.
45729         * malloc/hooks.c: Likewise.
45730
45731         [BZ #11929]
45732         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45733         variables statically.
45734         (narenas): Initialize.
45735         (list_lock): Initialize.
45736         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45737         initializtion of main_arena and list_lock.  Small cleanups.
45738         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45739         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45740         Add initializers to main_arena and mp_.
45741         (malloc_state): Remove pagesize member.  Change all users to use
45742         GLRO(dl_pagesize).
45743
45744         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45745         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45746         is always initialized.
45747
45748         * malloc/malloc.c: Removed unused configurations and dead code.
45749         * malloc/arena.c: Likewise.
45750         * malloc/hooks.c: Likewise.
45751         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45752
45753         * include/tls.h: Removed.  USE___THREAD must always be defined.
45754         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45755         * elf/dl-libc.c: Likewise.
45756         * elf/dl-tsd.c: Likewise.
45757         * include/errno.h: Likewise.
45758         * include/netdb.h: Likewise.
45759         * include/resolv.h: Likewise.
45760         * inet/herrno-loc.c: Likewise.
45761         * inet/herrno.c: Likewise.
45762         * malloc/arena.c: Likewise.
45763         * malloc/hooks.c: Likewise.
45764         * malloc/malloc.c: Likewise.
45765         * resolv/res-state.c: Likewise.
45766         * resolv/res_libc.c: Likewise.
45767         * sysdeps/i386/dl-machine.h: Likewise.
45768         * sysdeps/ia64/dl-machine.h: Likewise.
45769         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45770         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45771         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45772         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45773         * sysdeps/sh/dl-machine.h: Likewise.
45774         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45775         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45776         * sysdeps/unix/i386/sysdep.S: Likewise.
45777         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45778         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45779         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45780         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45781         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45782         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45783         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45784         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45785         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45786         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45787         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45788         * sysdeps/x86_64/dl-machine.h: Likewise.
45789         * tls.make.c: Likewise.
45790
45791         * configure.in: Remove --with-__thread option.  Make tests for
45792         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45793         tls_model attribute fail if no support is available.  Remove
45794         USE_IN_LIBIO.
45795         * Makeconfig: Adjust for dropped configure option.  All features are
45796         now mandatory.
45797         * Makerules: Likewise.
45798         * Versions.def: Likewise.
45799         * argp/argp-fmtstream.c: Likewise.
45800         * argp/argp-fmtstream.h: Likewise.
45801         * argp/argp-help.c: Likewise.
45802         * assert/assert.c: Likewise.
45803         * config.h.in: Likewise.
45804         * config.make.in: Likewise.
45805         * configure: Likewise.
45806         * configure.in: Likewise.
45807         * csu/Versions: Likewise.
45808         * csu/init.c: Likewise.
45809         * elf/tst-audit2.c: Likewise.
45810         * elf/tst-tls10.c: Likewise.
45811         * elf/tst-tls10.h: Likewise.
45812         * elf/tst-tls11.c: Likewise.
45813         * elf/tst-tls12.c: Likewise.
45814         * elf/tst-tls14.c: Likewise.
45815         * elf/tst-tlsmod11.c: Likewise.
45816         * elf/tst-tlsmod12.c: Likewise.
45817         * elf/tst-tlsmod13.c: Likewise.
45818         * elf/tst-tlsmod13a.c: Likewise.
45819         * elf/tst-tlsmod14a.c: Likewise.
45820         * elf/tst-tlsmod15b.c: Likewise.
45821         * elf/tst-tlsmod16a.c: Likewise.
45822         * elf/tst-tlsmod16b.c: Likewise.
45823         * elf/tst-tlsmod7.c: Likewise.
45824         * elf/tst-tlsmod8.c: Likewise.
45825         * elf/tst-tlsmod9.c: Likewise.
45826         * gmon/gmon.c: Likewise.
45827         * grp/fgetgrent_r.c: Likewise.
45828         * grp/putgrent.c: Likewise.
45829         * hurd/fopenport.c: Likewise.
45830         * include/libc-symbols.h: Likewise.
45831         * include/tls.h: Likewise.
45832         * intl/gettextP.h: Likewise.
45833         * intl/loadinfo.h: Likewise.
45834         * locale/global-locale.c: Likewise.
45835         * locale/localeinfo.h: Likewise.
45836         * mach/devstream.c: Likewise.
45837         * malloc/arena.c: Likewise.
45838         * malloc/set-freeres.c: Likewise.
45839         * misc/err.c: Likewise.
45840         * misc/getttyent.c: Likewise.
45841         * misc/mntent_r.c: Likewise.
45842         * posix/getopt.c: Likewise.
45843         * posix/wordexp.c: Likewise.
45844         * pwd/fgetpwent_r.c: Likewise.
45845         * resolv/Versions: Likewise.
45846         * resolv/res_hconf.c: Likewise.
45847         * shadow/fgetspent_r.c: Likewise.
45848         * shadow/putspent.c: Likewise.
45849         * stdio-common/printf_fphex.c: Likewise.
45850         * stdio-common/tmpfile.c: Likewise.
45851         * stdlib/abort.c: Likewise.
45852         * stdlib/fmtmsg.c: Likewise.
45853         * sunrpc/auth_unix.c: Likewise.
45854         * sunrpc/clnt_perr.c: Likewise.
45855         * sunrpc/clnt_tcp.c: Likewise.
45856         * sunrpc/clnt_udp.c: Likewise.
45857         * sunrpc/clnt_unix.c: Likewise.
45858         * sunrpc/openchild.c: Likewise.
45859         * sunrpc/svc_simple.c: Likewise.
45860         * sunrpc/svc_tcp.c: Likewise.
45861         * sunrpc/svc_udp.c: Likewise.
45862         * sunrpc/svc_unix.c: Likewise.
45863         * sunrpc/xdr.c: Likewise.
45864         * sunrpc/xdr_array.c: Likewise.
45865         * sunrpc/xdr_rec.c: Likewise.
45866         * sunrpc/xdr_ref.c: Likewise.
45867         * sunrpc/xdr_stdio.c: Likewise.
45868
45869 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45870
45871         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45872
45873 2011-07-03  Andreas Jaeger  <aj@suse.de>
45874
45875         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45876         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45877         regenerate with gen-libm-tests.pl.
45878
45879 2010-05-12  Petr Baudis  <pasky@suse.cz>
45880
45881         [BZ #11589]
45882         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45883         around j0() zero points by switching to j1().
45884         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45885         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45886         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45887         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45888
45889 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45890
45891         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45892         instead of 0.
45893         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45894         instead of 0.
45895         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45896         Patch in part by Pavel Roskin <proski@gnu.org>.
45897
45898         [BZ #13138]
45899         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45900         realloc.
45901         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45902         Free memory block if necessary.
45903
45904         [BZ #12847]
45905         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45906         be NULL.  Don't lock in this case.
45907
45908 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45909
45910         * elf/elf.h (ELFOSABI_GNU): New macro.
45911         (ELFOSABI_LINUX): Define to that.
45912
45913 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45914
45915         * string/strncat.c (strncat): Undef the symbol in case it has been
45916         defined in bits/string.h.
45917
45918 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45919
45920         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45921
45922         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45923         link map.
45924
45925 2011-08-17  Andreas Jaeger  <aj@suse.de>
45926
45927         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45928
45929 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45930             Ian Lance Taylor  <iant@google.com>
45931
45932         * math/libm-test.inc (lround_test): New testcase.
45933         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45934
45935 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45936
45937         * Makefile: Remove support for automatic cvs check-ins.
45938         * Makerules: Likewise.
45939         * config.make.in: Likewise.
45940         * configure.in: Likewise.
45941         * intl/Makefile: Likewise.
45942         * locale/Makefile: Likewise.
45943         * po/Makefile: Likewise.
45944         * posix/Makefile: Likewise.
45945         * sysdeps/gnu/Makefile: Likewise.
45946         * sysdeps/mach/hurd/Makefile: Likewise.
45947         * sysdeps/sparc/sparc32/Makefile: Likewise.
45948
45949         [BZ #13118]
45950         * posix/Makefile (bug-regex32-ENV): Define.
45951         Patch by John Stanley <jpsinthemix@verizon.net>.
45952
45953         * misc/Makefile (headers): Add bits/select2.h.
45954         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45955         * misc/bits/select2.h: New file.
45956         * include/bits/select2.h: New file.
45957         * debug/Makefile (routines): Add fdelt_chk.
45958         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45959         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45960         FD_ISSET.
45961         * debug/fdelt_chk.c: New file.
45962
45963         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
45964         * wcsmbs/test-wmemcmp.c: Likewise.
45965         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
45966         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
45967
45968 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45969
45970         * string/Makefile (strop-tests): Add memcmp.
45971         * string/test-wmemcmp.c: New file.
45972         * string/test-memcmp.c: Add wmemcmp support.
45973
45974 2011-09-08  Roland McGrath  <roland@hack.frob.com>
45975
45976         [BZ #13153]
45977         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
45978         2011-07-19 change.
45979
45980         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
45981         garbage value in a __mach_port_mod_refs call in the cases of the
45982         task-self and thread-self ports.
45983
45984 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45985
45986         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
45987
45988 2011-09-08  Andreas Schwab  <schwab@redhat.com>
45989
45990         * elf/dl-load.c (lose): Check for non-null L.
45991
45992 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45993
45994         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
45995
45996         * elf/dl-libc.c (dlerror_run): Pass back error code from
45997         dl_catch_error.
45998
45999         [BZ #13123]
46000         * elf/dl-load.c (lose): Free l_origin if it is valid.
46001
46002         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46003         names.
46004         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46005         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46006         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46007         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46008         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46009         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46010
46011 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46012
46013         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46014         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46015         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46016         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46017         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46018         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46019         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46020         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46021         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46022         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46023
46024 2011-08-15  Alan Modra  <amodra@gmail.com>
46025
46026         [BZ #13092]
46027         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46028         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46029         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46030         ppc_mcount to static-only-routines.
46031         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46032         __mcount_internal.
46033         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46034         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46035
46036 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46037
46038         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46039         for finite and infinity parameters.
46040
46041 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46042
46043         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46044         and add nop instructions for throughput optimization.
46045         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46046
46047 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46048
46049         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46050         aligned copy for power7 with vector-scalar instructions.
46051         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46052
46053 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46054
46055         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46056         AVX check.
46057
46058 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46059
46060         [BZ #13144]
46061         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46062         last change.
46063
46064 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46065
46066         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46067         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46068         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46069         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46070         clock_gettime.
46071
46072 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46073
46074         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46075         Forgot to demangle the pointer.
46076
46077         * sysdeps/i386/sysdep.h: Define atom_text_section.
46078         * sysdeps/x86_64/sysdep.h: Likewise.
46079         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46080         section with atom_text_section.
46081         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46082         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46083         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46084         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46085         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46086
46087         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46088         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46089         already be defined.  Change to take two parameters and don't assign
46090         result to variable.  Adjust all users.
46091         Define INTERNAL_GETTIME if not already defined.
46092         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46093         call.
46094         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46095         HAVE_CLOCK_GETTIME_VSYSCALL.
46096         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46097
46098         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46099         gettimeofday vsyscall, just use time.
46100
46101 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46102
46103         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46104         <errno.h>.
46105
46106 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46107
46108         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46109         syscall on x86-64.
46110         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46111         syscall.
46112         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46113         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46114         syscall if possible.
46115
46116 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46117
46118         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46119         e_ident.  Don't pass to find_mapsXX.
46120         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46121
46122 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46123
46124         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46125         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46126         * sysdeps/x86_64/multiarch/strchr.S: Update.
46127         Check bit_slow_BSF bit.
46128         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46129         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46130         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46131
46132 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46133
46134         [BZ #13134]
46135         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46136         before glibc 2.15.
46137         (tryshell): Define.
46138         (__spawni): Change last parameter to be flag.  Test
46139         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46140         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46141         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46142         * posix/spawni.c: Likewise.
46143         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46144         * posix/spawnp.c: Likewise.  Change normal version to use
46145         SPAWN_XFLAGS_USE_PATH.
46146         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46147         SPAWN_XFLAGS_TRY_SHELL.
46148
46149         [BZ #13150]
46150         * posix/glob.h: Remove gcc 1.x support.
46151
46152         [BZ #13068]
46153         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46154
46155 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46156
46157         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46158         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46159         strrchr-sse2-bsf
46160         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46161         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46162         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46163         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46164         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46165         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46166
46167 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46168
46169         * sysdeps/x86_64/wcscmp.S: New file.
46170
46171         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46172         wcscmp-c wcscmp-sse2
46173         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46174         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46175         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46176         * wcsmbs/wcscmp.c: Allow renaming.
46177
46178 2011-09-05  David S. Miller  <davem@davemloft.net>
46179
46180         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46181         stack slot, rather than the struct return pointer slot.
46182         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46183         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46184         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46185         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46186
46187 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46188
46189         * po/ja.po: Update from translation team.
46190
46191         [BZ #13144]
46192         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46193         kernel in 64-bit binaries.
46194
46195 2011-09-01  David S. Miller  <davem@davemloft.net>
46196
46197         * elf/elf.h (HWCAP_SPARC_*): Move to..
46198         * sysdeps/sparc/sysdep.h: this new file and add new values.
46199         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46200         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46201         _DL_HWCAP_COUNT to 24.
46202         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46203         entries.
46204         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46205         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46206         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46207         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46208         instead of magic constants.
46209         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46210
46211 2011-08-31  David S. Miller  <davem@davemloft.net>
46212
46213         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46214         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46215         Reimplement to do errno handling inline.
46216         (SYSCALL_ERROR_HANDLER): New macro.
46217         (__SYSCALL_STRING): Do not do errno handling in asm.
46218         (__CLONE_SYSCALL_STRING): Delete.
46219         (__INTERNAL_SYSCALL_STRING): Delete.
46220         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46221         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46222         (PSEUDO): Reimplement to do errno handling inline.
46223         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46224         (SYSCALL_ERROR_HANDLER): New macro.
46225         (__SYSCALL_STRING): Do not do errno handling in asm.
46226         (__CLONE_SYSCALL_STRING): Delete.
46227         (__INTERNAL_SYSCALL_STRING): Delete.
46228         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46229         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46230         i386.
46231         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46232         (inline_syscall*): Add 'err' argument.
46233         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46234         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46235         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46236         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46237
46238         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46239         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46240
46241 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46242
46243         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46244
46245 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46246
46247         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46248         directive.
46249
46250 2011-08-24  David S. Miller  <davem@davemloft.net>
46251
46252         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46253
46254 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46255
46256         * elf/Makefile: Add rules to build and run unload8 test.
46257         * elf/unload8.c: New file.
46258         * elf/unload8mod1.c: New file.
46259         * elf/unload8mod1x.c: New file.
46260         * elf/unload8mod2.c: New file.
46261         * elf/unload8mod3.c: New file.
46262
46263         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46264         it wasn't used.
46265
46266 2011-08-23  David S. Miller  <davem@davemloft.net>
46267
46268         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46269         subtract stack bias.
46270         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46271         %sp not %fp in calculations.
46272         (_JMPBUF_UNWINDS_ADJ): Likewise.
46273
46274         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46275         (aio_suspend): Call it to force an exception region around the
46276         AIO_MISC_WAIT() invocation.
46277
46278 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46279
46280         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46281         backslash.
46282
46283 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46284
46285         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46286         protection macro.
46287         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46288         and <dl-machine.h>.
46289         (Elf64_FuncDesc): Remove.
46290
46291 2011-08-22  David S. Miller  <davem@davemloft.net>
46292
46293         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46294         sigaltstack check, add missing cfi directives.
46295         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46296         missing cfi directives, and sigaltstack handling.
46297
46298 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46299
46300         [BZ #11724]
46301         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46302         object is seen twice.
46303         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46304
46305         * elf/Makefile (distribute): Add tst-initorder2.c.
46306         (tests): Add tst-initorder2.
46307         (modules-names): Add tst-initorder2a tst-initorder2b
46308         tst-initorder2c tst-initorder2d.  Add rules to build them.
46309         ($(objpfx)tst-initorder2.out): New rule.
46310         * elf/tst-initorder2.c: New file.
46311         * elf/tst-initorder2.exp: New file.
46312
46313 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46314
46315         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46316
46317         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46318         dependencies back to end of function.
46319
46320         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46321         $(elfobjdir)/ld.so.
46322
46323 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46324
46325         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46326         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46327         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46328         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46329         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46330         of __vdso_gettimeofday.
46331         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46332         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46333         attribute_hidden.
46334         (_libc_vdso_platform_setup): Remove initialization of
46335         __vdso_gettimeofday and __vdso_time.
46336
46337 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46338
46339         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46340         and fgetc_unlocked.
46341         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46342         getc_unlocked.
46343
46344         * elf/dl-open.c (add_to_global): Report additions to the global scope
46345         for LD_DEBUG=scopes.
46346         (dl_open_worker): Also print scope of newly loaded dependencies.
46347         (_dl_show_scope): Indicate if there is no scope.
46348
46349         [BZ #13114]
46350         * stdio-common/Makefile (tests): Add bug24.
46351         * stdio-common/bug24.c: New file.
46352
46353 2011-08-19  Andreas Jaeger  <aj@suse.de>
46354
46355         [BZ #13114]
46356         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46357         non-existant file when using close-on-exec mode.
46358
46359 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46360
46361         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46362         the very first instruction.
46363
46364         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46365         the CFI state in the end.
46366         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46367         inclusion of dl-trampoline.h.
46368         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46369
46370 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46371
46372         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46373         expectations for long double.
46374
46375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46376         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46377
46378 2011-08-14  David S. Miller  <davem@davemloft.net>
46379
46380         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46381         artificual limit depends upon the system page size.
46382
46383 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46384
46385         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46386         * resolv/Makefile: Define CFLAGS-libresolv.
46387
46388 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46389
46390         * nss/makedb.c (compute_tables): Make variables used in nested
46391         function static.
46392
46393 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46394
46395         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46396         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46397         if buffer was too small.
46398
46399         * elf/pldd.c (main): Attach to all threads in the process.
46400         Rewrite /proc handling to use *at functions.
46401
46402 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46403
46404         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46405         specifies first scope to show.
46406         (dl_open_worker): Update callers.  Move printing scope of new
46407         object to before the relocation.
46408         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46409         * sysdeps/generic/ldsodefs.h: Update declaration.
46410
46411         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46412         string for the scope number.
46413
46414 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46415
46416         * nscd/servicescache.c (cache_addserv): Make sure written is always
46417         initialized.
46418
46419 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46420
46421         * sysdeps/i386/i486/bits/atomic.h
46422         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46423         statement expression, so as to suppress "set but not used" warning.
46424         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46425
46426         * string/strncat.c (STRNCAT): Use prototype definition.
46427
46428         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46429         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46430         -Iprograms here.
46431         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46432         (localedef-modules): Add localedef.
46433         (locale-modules): Add locale.
46434
46435         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46436         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46437         to avoid a warning.
46438
46439 2011-08-14  David S. Miller  <davem@davemloft.net>
46440
46441         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46442         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46443
46444 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46445
46446         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46447         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46448         * elf/rtld.c (dl_main): Set l_name of vDSO.
46449         Call _dl_show_scope when DL_DEBUG_SCOPES.
46450         (process_dl_debug): Recognize scopes flag and also set it for all.
46451         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46452         Declare _dl_show_scope.
46453
46454         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46455         (do_dlopen): Pass caller_dlopen to dl_open.
46456         (__libc_dlopen_mode): Initialize caller_dlopen.
46457
46458         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46459         of libc.  Make tolower call locale-independent.  Optimize a bit by
46460         using isdigit instead of isalnum.
46461         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46462
46463 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46464
46465         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46466         was a dependency or dynamically loaded.
46467
46468 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46469
46470         * intl/l10nflist.c: Allow architecture-specific pop function.
46471         * sysdeps/x86_64/l10nflist.c: New file.
46472
46473         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46474         classification.
46475
46476 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46477
46478         * include/dirent.h: Add libc_hidden_proto for scandirat and
46479         scandirat64.  Don't declare __scandirat64.
46480         * dirent/scandirat.c: Add libc_hidden_def.
46481         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46482         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46483
46484 2011-08-10  David S. Miller  <davem@davemloft.net>
46485
46486         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46487         enum.
46488         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46489         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46490         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46491
46492 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46493
46494         * Versions.def [libc]: Add GLIBC_2.15.
46495         * dirent/Makefile (routines): Add scandirat and scandirat64.
46496         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46497         GLIBC_2.15.
46498         * dirent/dirent.h: Declare scandirat and scandirat64.
46499         * dirent/scandirat.c: New file.
46500         * dirent/scandirat64.c: New file.
46501         * sysdeps/wordsize-64/scandirat.c: New file.
46502         * sysdeps/wordsize-64/scandirat64.c: New file.
46503         * dirent/opendir.c: Define opendirat.
46504         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46505         using scandirat.
46506         * dirent/scandir64.c: Adjust for scandir.c change.
46507         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46508         __scandirat64, and __scandir_cancel_handler.
46509         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46510         additional parameter and use openat instead of open (outside of ld.so).
46511         Add new __opendir as wrapper around __opendirat.
46512         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46513         here without requiring old scandirat implementation.
46514
46515 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46516
46517         * dirent/scandir.c (cancel_handler): Renamed to
46518         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46519         defined.  Adjust users.
46520         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46521         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46522
46523 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46524
46525         * string/test-string.h (IMPL): Use __STRING to expand name and then
46526         stringify it.
46527
46528         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46529         of cleanups.
46530
46531 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46532
46533         * string/Makefile: Update.
46534         (strop-tests): Append strncat.
46535         * string/test-wcscmp.c: New file.
46536         New comprehensive test for wcscmp.
46537         * string/test-strcmp.c: Update.
46538         (WIDE): New define.
46539
46540 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46541
46542         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46543         line.
46544
46545 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46546
46547         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46548         encoding to ACE if AI_IDN.
46549
46550 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46551
46552         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46553         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46554
46555 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46556
46557         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46558         Fix overflow bug in strncat.
46559         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46560
46561         * string/test-strncat.c: Update.
46562         Add new tests for checking overflow bugs.
46563
46564 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46565
46566         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46567         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46568         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46569         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46570         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46571         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46572         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46573         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46574         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46575
46576         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46577         (USE_AS_STRCAT): Define.
46578         Add strcat and strncat support.
46579         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46580
46581 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46582
46583         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46584         __n bigger than INT_MAX+1.
46585         (__strncmp_g): Likewise.
46586
46587 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46588
46589         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46590         * libio/stido.h: Likewise.
46591
46592         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46593         (AF_NFC): Define.
46594         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46595         (AF_NFC): Define.
46596
46597         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46598         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46599         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46600         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46601         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46602
46603         [BZ #13021]
46604         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46605         installed.
46606
46607         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46608         typo.
46609         (_dl_x86_64_save_sse): Likewise.
46610
46611 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46612
46613         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46614         OSXSAVE.
46615         (_dl_x86_64_save_sse): Likewise.
46616
46617         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46618
46619         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46620
46621 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46622
46623         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46624         change.
46625         (_dl_x86_64_save_sse): Use correct AVX check.
46626
46627 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46628
46629         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46630         bug in strncpy/strncat.
46631         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46632
46633 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46634
46635         * string/tester.c (test_strcat): Add tests for different alignments
46636         of source and destination.
46637         (test_strncat): Likewise.
46638
46639 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46640
46641         [BZ #12852]
46642         * posix/glob.c (glob): Check passed in values before using them in
46643         expressions to avoid some overflows.
46644         (glob_in_dir): Likewise.
46645
46646         [BZ #13007]
46647         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46648         check for AVX enablement so that we don't crash with old kernels and
46649         new hardware.
46650         * elf/tst-audit4.c: Add same checks here.
46651         * elf/tst-audit6.c: Likewise.
46652
46653         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46654
46655 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46656
46657         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46658
46659 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46660
46661         * po/cs.po: Update from translation team.
46662         * po/bg.po: Likewise.
46663
46664 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46665
46666         * misc/sys/cdefs.h: Add support for const attribute.
46667         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46668         to gnu_dev_{major,minor,makedev} functions.
46669
46670 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46671
46672         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46673
46674 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46675
46676         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46677         strlen results.
46678
46679 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46680
46681         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46682         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46683         register in order to avoid conflicts with the soft frame pointer
46684         being held in r11 when necessary.
46685         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46686         (INTERNAL_VSYSCALL_NCS): Likewise.
46687
46688 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46689
46690         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46691         * elf/dl-fini.c (_dl_fini): Adjust caller.
46692         * elf/dl-close.c (_dl_close_worker): Likewise.
46693         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46694
46695 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46696
46697         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46698         "aux_cache->nlibs < 0".
46699
46700         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46701         in the reload-count case.
46702
46703 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46704
46705         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46706         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46707         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46708         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46709         * sysdeps/x86_64/multiarch/strcat.S: New file.
46710         * sysdeps/x86_64/multiarch/strncat.S: New file.
46711         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46712         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46713         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46714         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46715         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46716         (USE_AS_STRCAT): Define.
46717         Add strcat and strncat support.
46718         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46719         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46720         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46721         * string/strncat.c: Update.
46722         (USE_AS_STRNCAT): Define.
46723         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46724         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46725         and i7.
46726         * sysdeps/x86_64/multiarch/init-arch.h
46727         (bit_Prefer_PMINUB_for_stringop): New.
46728         (index_Prefer_PMINUB_for_stringop): Likewise.
46729         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46730         bit_Prefer_PMINUB_for_stringop.
46731
46732 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46733
46734         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46735         buffer64.
46736         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46737         of casting of buffer.
46738         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46739         buffer32 and buffer64.
46740         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46741         writes instead of casting of buffer.
46742         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46743         buffer32.
46744         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46745         casting of buffer.
46746
46747 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46748
46749         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46750
46751 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46752
46753         * nscd/nscd.c (termination_handler): Don't do anything for a database
46754         if it has not yet been initialized.
46755
46756 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46757
46758         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46759
46760 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46761
46762         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46763
46764 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46765
46766         * po/nl.po: Update from translation team.
46767         * po/sv.po: Likewise.
46768
46769 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46770
46771         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46772         now disallowed by GCC.
46773
46774         * configure.in (use-default-link): Default to yes if a test -shared
46775         link meets our qualifications.
46776         * configure: Regenerated.
46777
46778         * config.make.in (output-format): New variable.
46779         * configure.in: Check for ld --print-output-format support.
46780         * configure: Regenerated.
46781         * Makerules ($(common-objpfx)format.lds)
46782         [$(output-format) != unknown]: Just use $(output-format),
46783         instead of the linker-script munging.
46784
46785 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46786
46787         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46788         of $(common-objpfx)shlib.lds.
46789         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46790
46791         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46792         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46793
46794         * configure.in (-z relro check): Adjust test code to add a large
46795         writable data section after it.
46796         * configure: Regenerated.
46797
46798 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46799
46800         * configure.in (-z relro check): Fix test code to make the variable
46801         truly const.
46802         * configure: Regenerated.
46803
46804 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46805
46806         * nscd/nscd.h (struct traced_file): Define.
46807         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46808         elements.  Add traced_files.
46809         (inotify_fd): Declare.
46810         (register_traced_file): Declare.
46811         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46812         (inotify_fd): Export.
46813         (resolv_conf_descr): Remove.
46814         (nscd_init): Move inotify descriptor creation to main.
46815         Don't register files for notification here.
46816         (register_traced_file): New function.
46817         (invalidate_cache): Don't use reset_res to determine whether to call
46818         res_init, go through the list of registered files.
46819         (main_loop_poll): The inotify descriptors are now stored in the
46820         structures for the traced files.
46821         (main_loop_epoll): Likewise
46822         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46823         to __nss_disable_nscd.
46824         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46825         for a database anymore.  Check the records for all the registered
46826         files instead.
46827         * nss/Makefile (libnss_files-routines): Add files-init.
46828         (libnss_db-routines): Add db-init.
46829         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46830         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46831         * nss/nss_db/db-init.c: New file.
46832         * nss/nss_files/files-init.c: New file.
46833         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46834         __nss_lookup_function.
46835         (__nss_lookup_function): Call nss_load_library.
46836         (nss_load_all_libraries): New function.
46837         (__nss_disable_nscd): Take parameter with callback function for files
46838         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46839         used for the cached services.
46840         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46841         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46842         options for features to all the files in nscd.
46843
46844         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46845
46846 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46847
46848         * csu/elf-init.c (__libc_csu_init): Comment typo.
46849
46850 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46851
46852         * po/pl.po: Update from translation team.
46853         * po/ja.po: Likewise.
46854         * po/ru.po: Likewise.
46855         * po/ko.po: Likewise.
46856         * po/fr.po: Likewise.
46857
46858 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46859
46860         * configure.in (.ctors/.dtors header and trailer check):
46861         Use an empirical test on a built program.
46862         * configure: Regenerated.
46863
46864         * configure.in (-z relro check): Use an empirical test on a built DSO.
46865         Detect, but do not require, on ia64.
46866         * configure: Regenerated.
46867
46868         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46869         Update tests that use readelf to use $READELF instead.
46870         * configure: Regenerated.
46871
46872 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46873
46874         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46875         if the result is not used.
46876
46877 2011-07-05  Andreas Jaeger  <aj@suse.de>
46878
46879         [BZ#9696]
46880         * stdlib/tst-strtod.c: Add testcase.
46881
46882 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46883
46884         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46885         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46886         The latter has a higher limit.  Take additional parameter to pass to
46887         the new function.
46888         (__pathconf): Pass file to __statfs_link_max.
46889         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46890         __statfs_link_max.
46891         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46892         __statfs_link_max.
46893
46894         [BZ #12868]
46895         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46896         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46897         Handle Lustre.
46898         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46899         (__statfs_filesize_max): Likewise.
46900         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46901
46902 2011-07-05  Andreas Jaeger  <aj@suse.de>
46903
46904         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46905
46906 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46907
46908         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46909         `status' variable.
46910         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46911         Likewise.
46912
46913 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46914
46915         * Makefile (strop-tests): Add strncat.
46916         * string/test-strncat.c: New file.
46917
46918 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46919
46920         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46921
46922 2011-06-21  Andreas Jaeger  <aj@suse.de>
46923
46924         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46925         Copy rule from iconvdata/Makefile.
46926
46927 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46928
46929         [BZ #12922]
46930         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46931         but no long options are defined, just return 'W'.
46932
46933 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46934
46935         [BZ #9696]
46936         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46937
46938 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46939
46940         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46941         netgroups to read.
46942         (innetgr): Likewise.
46943
46944 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46945
46946         * config.make.in (install_root): Default to $(DESTDIR).
46947
46948 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46949
46950         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46951
46952 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46953
46954         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46955
46956         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46957         containing directory rather than embedding absolute directory names.
46958
46959         * scripts/check-local-headers.sh: Rewritten using awk.
46960         Match by word, not by line.  Print error messages for matches.
46961         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
46962
46963         * Makerules [shlib-lds-flags empty]:
46964         ($(common-objpfx)libc_pic.opts): New target.
46965         ($(common-objpfx)libc_pic.os.clean): New target.
46966         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
46967
46968         * config.make.in (OBJCOPY): New variable.
46969         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
46970         * configure: Regenerated.
46971
46972         * config.make.in (use-default-link): New variable.
46973         * configure.in (use_default_link): Grok --with-default-link to set it.
46974         * configure: Regenerated.
46975         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
46976         (shlib-lds, shlib-lds-flags): Define to empty.
46977
46978         * Makerules (shlib-lds): New variable.
46979         (shlib-lds-flags): New variable.
46980         (build-shlib, build-moduile, build-module-asneeded): Use it.
46981         ($(common-objpfx)libc.so): Use $(shlib-lds).
46982         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
46983         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
46984
46985         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
46986         DT_FLAGS/DT_FLAGS_1 with zero flags.
46987
46988         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
46989         linker script munging.
46990
46991 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
46992
46993         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
46994         as 128-bit value.
46995         * crypt/sha512.c (sha512_process_block): Perform total addition using
46996         128-bit if possible.
46997         (__sha512_finish_ctx): Likewise.
46998         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
46999         as 64-bit value.
47000         * crypt/sha256.c (SWAP64): Define.
47001         (sha256_process_block): Perform total addition using 64-bit if
47002         possible.
47003         (__sha256_finish_ctx): Likewise.
47004
47005 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47006
47007         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47008         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47009         * nscd/hstcache.c (cache_addhst): Likewise.
47010         * nscd/grpcache.c (cache_addgr): Likewise.
47011         * nscd/aicache.c (addhstaiX): Likewise
47012         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47013
47014 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47015
47016         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47017         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47018         * nscd/hstcache.c (cache_addhst): Likewise.
47019         * nscd/grpcache.c (cache_addgr): Likewise.
47020         * nscd/aicache.c (addhstaiX): Likewise
47021
47022 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47023
47024         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47025         domain only when needed.
47026
47027 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47028
47029         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47030         is always restored.
47031
47032 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47033
47034         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47035         are re-adding the entry.
47036         * nscd/servicescache.c (cache_addserv): Likewise.
47037
47038 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47039
47040         * sysdeps/generic/dl-irel.h: fix protection against multiple
47041         inclusions.
47042         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47043
47044 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47045
47046         [BZ #12935]
47047         * malloc/memusage.sh: Fix quoting in message.
47048         * debug/xtrace.sh: Likewise.
47049
47050         * configure.in: Remove support for --experimental-malloc option, make
47051         it the default.
47052         * config.make.in: Likewise.
47053         * malloc/Makefile: Likewise.
47054
47055 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47056
47057         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47058         two-byte characters.
47059
47060 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47061
47062         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47063         AC_CACHE_CHECK invocation.
47064         * configure: Regenerated.
47065
47066         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47067
47068 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47069
47070         [BZ #12350]
47071         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47072         bit from old_res_options.
47073
47074         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47075
47076         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47077         value type for setfct.
47078
47079 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47080
47081         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47082         __gettimeofday instead of gettimeofday.
47083
47084 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47085
47086         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47087
47088 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47089
47090         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47091
47092         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47093         info.
47094
47095 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47096
47097         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47098         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47099         strcpy-sse2-unaligned strncpy-sse2-unaligned
47100         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47101         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47102         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47103         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47104         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47105         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47106         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47107         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47108         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47109         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47110         (STRCPY): Support SSE2 and SSSE3 versions.
47111
47112 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47113
47114         [BZ #12874]
47115         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47116         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47117         kernels which artificially limit size of requests.
47118
47119 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47120
47121         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47122         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47123         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47124         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47125         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47126         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47127         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47128         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47129         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47130         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47131         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47132         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47133         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47134         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47135         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47136         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47137         Enable unaligned load optimization for Intel Core i3, i5 and i7
47138         processors.
47139         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47140         Define.
47141         (index_Fast_Unaligned_Load): Define.
47142         (HAS_FAST_UNALIGNED_LOAD): Define.
47143
47144 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47145
47146         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47147
47148 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47149
47150         [BZ #12907]
47151         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47152         until it is clear that the information is realy needed.
47153         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47154
47155 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47156
47157         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47158
47159 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47160
47161         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47162         /sys/devices/system/cpu/online if it is usable.
47163
47164         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47165         reading the information from the /proc filesystem to once a second.
47166
47167 2011-06-21  Andreas Jaeger  <aj@suse.de>
47168
47169         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47170         NULL after inclusion of kernel headers.
47171
47172 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47173
47174         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47175         calls to internal_setent.
47176
47177         [BZ #12885]
47178         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47179         addresses using gethostbyname4_r ignore IPv4 addresses.
47180
47181         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47182         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47183
47184         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47185
47186 2011-06-20  David S. Miller  <davem@davemloft.net>
47187
47188         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47189         inclusions.
47190         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47191
47192         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47193         (elf_irel): Use it.
47194         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47195         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47196         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47197         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47198         * sysdeps/x86_64/dl-irel.h: Likewise.
47199
47200         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47201         * elf/dl-sym.c: Likewise.
47202
47203 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47204
47205         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47206         need to dereference resplen2.
47207
47208 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47209
47210         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47211
47212 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47213
47214         * Makeconfig: Define vardbdir and inst_vardbdir.
47215         * nss/Makefile: Add rules to install db-Makefile.
47216
47217         * nss/nss_db/db-XXX.c: Cleanup.
47218
47219         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47220         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47221         GLIBC_PRIVATE.
47222         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47223         * nss/makedb.c: Implement -g option to specify that value strings
47224         are generated and should not be added to table iterated over for
47225         get*ent calls.
47226         * nss/nss_db/db-initgroups.c: New file.
47227
47228         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47229         interface.
47230
47231         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47232         (internal_getgrouplist): Adjust to name change.
47233         Update use_initgroups_entry if this is not the first call.
47234         * nss/databases.def: Add initgroups entry.
47235
47236         * nss/makedb.c (compute_tables): Check result of multiple hash table
47237         sizes to minimize maximum chain length.
47238
47239 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47240
47241         * Versions.def: Add entry for libnss_db.
47242         * shlib-versions: Likewise.
47243         * nss/Makefile: Add rules to build libnss_db.
47244         * nss/Versions: Add libnss_db information.  Organize libnss_files
47245         entries better.
47246         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47247         makedb progra.  Some minor improvements to generate smaller files.
47248         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47249         here from...
47250         * nss/makedb.c: ...here.
47251         Improve database format to be smaller and require less memory at
47252         runtime.
47253         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47254         db anymore.
47255         * nss/nss_db/db-netgrp.c: Likewise.
47256         * nss/nss_db/db-open.c: Likewise.
47257         * nss/nss_files/flies-XXX.x: Adjust comments.
47258         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47259         * nss/nss_files/files-grp.c: Likewise.
47260         * nss/nss_files/files-hosts.c: Likewise.
47261         * nss/nss_files/files-network.c: Likewise.
47262         * nss/nss_files/files-proto.c: Likewise.
47263         * nss/nss_files/files-pwd.c: Likewise.
47264         * nss/nss_files/files-rpc.c: Likewise.
47265         * nss/nss_files/files-service.c: Likewise.
47266         * nss/nss_files/files-sgrp.c: Likewise.
47267         * nss/nss_files/files-spwd.c: Likewise.
47268         * nss/nss_db/db-alias.c: Removed.
47269         * nss/nss_db/dummy-db.h: Removed.
47270
47271 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47272
47273         * nss/makedb.c: Rewritten to not use database library.
47274         * nss/Makefile: Update to build new makedb program.
47275
47276 2011-06-14  Andreas Jaeger  <aj@suse.de>
47277
47278         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47279         memset declaration.
47280
47281 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47282
47283         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47284         tmpbuf.
47285
47286 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47287
47288         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47289         * elf/Makefile ($(objpfx)ld.so): Likewise.
47290
47291         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47292         Don't list ld.so twice in dependencies.
47293
47294         * posix/bug-regex31.c: Include <stdlib.h>.
47295
47296         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47297
47298         * nis/nss_compat/compat-spwd.c
47299         (getspent_next_nss_netgr): Remove unused variable.
47300         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47301
47302         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47303         nonmembers" output to use the right array.
47304
47305         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47306
47307         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47308
47309         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47310         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47311         * catgets/gencat.c (read_input_file): Likewise.
47312         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47313
47314         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47315         variable definition inside #if's controlling its use.
47316
47317         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47318
47319         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47320
47321         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47322
47323         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47324         unreachable code.
47325
47326         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47327
47328         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47329         * configure: Regenerated.
47330
47331         * Makerules: Revert last change.
47332         * elf/Makefile: Likewise.
47333
47334 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47335
47336         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47337         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47338         (reloc-link): Likewise.
47339
47340 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47341
47342         * elf/Makefile: Add rules to build pldd.
47343         * elf/pldd.c: New file.
47344         * elf/pldd-xx.c: New file.
47345
47346 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47347
47348         * version.h: Update for 2.15 development version.
47349
47350 2011-06-07  David S. Miller  <davem@davemloft.net>
47351
47352         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47353         ifuncs.
47354         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47355         elf_machine_lazy_rel): Likewise.
47356         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47357         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47358         elf_machine_lazy_rel): Likewise.
47359         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47360         dl_hwcap via passed in argument.
47361         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47362         Likewise.
47363
47364 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47365
47366         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47367
47368 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47369
47370         [BZ #12849]
47371         * manual/fdl-1.1.texi: New file, verbatim from:
47372         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47373         * manual/lgpl-2.1.texi: New file, verbatim from:
47374         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47375         * manual/Makefile (licenses): New variable, list those new file names.
47376         (texis): Use it.
47377         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47378
47379         * manual/fdl.texi: File removed.
47380         * manual/lesser.texi: File removed.
47381         * manual/libc.texinfo (Copying, Documentation License):
47382         Use new @include file names, put @appendix directive before @include.
47383
47384 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47385
47386         [BZ #12841]
47387         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47388         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47389         (mq_open): Add __NTH.
47390
47391 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47392
47393         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47394         Assume Intel Core i3/i5/i7 processor if AVX is available.
47395
47396 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47397
47398         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47399         typo.
47400
47401 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47402
47403         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47404         memory.  Use alloca_account.  Fix memory leak when retrying.
47405
47406 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47407
47408         * version.h (RELEASE): Bump for 2.14 release.
47409         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47410
47411         * config.make.in (RANLIB): Remove entry.
47412
47413 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47414
47415         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47416         (libc.pot): Work around missing support for .ksh extension in xgettext.
47417
47418         [BZ #12684]
47419         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47420         if both request failed.
47421         (send_dg): In case of server errors clear resplen or *resplen2.
47422
47423         [BZ #12454]
47424         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47425         when there are multiple maps.
47426         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47427         (_dl_fini): Remove test here.
47428
47429         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47430
47431 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47432
47433         [BZ #12350]
47434         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47435         bit from old_res_options.
47436         (gaih_inet): Likewise.
47437
47438         [BZ #11099]
47439         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47440         as signed.
47441
47442         * resolv/res_init.c (res_setoptions): Make the code more compact.
47443
47444         [BZ #11558]
47445         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47446         set RES_USEVC.
47447
47448         [BZ #11634]
47449         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47450
47451         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47452
47453         [BZ #11781]
47454         * malloc/malloc.h: Declare malloc hook variables as volatile.
47455
47456         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47457         in last patch.
47458
47459         [BZ #11799]
47460         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47461         raise in the comment.
47462         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47463         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47464         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47465
47466 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47467
47468         [BZ #12811]
47469         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47470         grow the buffers more if it already has to be sufficient.
47471         (build_wcs_upper_buffer): Likewise.
47472         * posix/regexec.c (check_matching): Likewise.
47473         (clean_state_log_if_needed): Likewise.
47474         (extend_buffers): Don't enlarge buffers beyond size of the input
47475         buffer.
47476         Patches mostly by Emil Wojak <emil@wojak.eu>.
47477         * posix/bug-regex32.c: New file.
47478         * posix/Makefile (tests): Add bug-regex32.
47479
47480         * locale/findlocale.c (_nl_find_locale): Return right away if
47481         _nl_explode_name failed.
47482         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47483
47484         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47485
47486         * debug/xtrace.sh: Unify messages.
47487         * malloc/memusage.sh: Likewise.
47488
47489         [BZ #12813]
47490         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47491         time symbol from vDSO.  Substitute with vsyscall if not available.
47492         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47493         __vdso_time.
47494
47495         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47496         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47497         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47498         Add sendmmsg and internal_sendmmsg.
47499         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47500         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47501         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47502
47503         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47504         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47505         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47506
47507 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47508
47509         [BZ #12813]
47510         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47511         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47512         available.
47513         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47514         __vdso_getcpu.
47515
47516         [BZ #12814]
47517         * iconvdata/Makefile (tests): Add bug-iconv9.
47518         * iconvdata/bug-iconv9.c: New file.
47519
47520 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47521
47522         [BZ #12814]
47523         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47524
47525 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47526
47527         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47528         (struct user_regs_struct): Change intcs field back to cs.
47529
47530 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47531
47532         * po/ja.po: Update from translation team.
47533
47534 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47535
47536         [BZ #12795]
47537         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47538         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47539
47540 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47541
47542         * stdlib/longlong.h: Update from GCC.
47543
47544 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47545
47546         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47547         parameter name.
47548         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47549         Add parameter name.
47550         (__sysconf): Pass it down.
47551
47552 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47553
47554         [BZ #12671]
47555         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47556         some situations.
47557         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47558         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47559         add in in __libc_use_alloca calls.  Adjust callers.
47560         (glob): Use malloc in some situations.
47561
47562         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47563         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47564         pltexit.
47565
47566 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47567
47568         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47569         and CLOCK_BOOTTIME_ALARM.
47570
47571         [BZ #12782]
47572         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47573         is returned.
47574
47575         * string/_strerror.c (__strerror_r): Print negative errors as signed
47576         numbers.
47577
47578         [BZ #12777]
47579         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47580         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47581         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47582
47583         * configure.in: Fix typo in redirection and correct removal of test
47584         files in two cases.
47585
47586         [BZ #12788]
47587         * locale/setlocale.c (new_composite_name): Fix test to check for
47588         identical name of all categories.
47589
47590         [BZ #12792]
47591         * libio/filedoalloc.c (local_isatty): New function.
47592         (_IO_file_doallocate): Use local_isatty.
47593         * stdio-common/perror.c (perror): In case a new stream is used
47594         forward the stream error.
47595         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47596         error flag.
47597
47598 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47599
47600         [BZ #11869]
47601         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47602         alloca.
47603         * include/alloca.h (extend_alloca_account): Define.
47604
47605         [BZ #11857]
47606         * posix/regex.h: Fix comments with documentation of user-accessible
47607         fields after compilation and describe correct free'ing of pattern
47608         after re_compile_pattern.
47609         Patch by Reuben Thomas <rrt@sc3d.org>.
47610
47611 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47612
47613         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47614         and -mno-altivec to prevent the compiler from using Altivec and/or
47615         VSX instructions when the corresponding registers are not available.
47616
47617 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47618
47619         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47620
47621 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47622
47623         * libio/freopen.c (freopen): Use __dup2, not dup2.
47624         * libio/freopen64.c (freopen64): Likewise.
47625
47626 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47627
47628         [BZ #12775]
47629         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47630         * math/Makefile (tests): Add test-powl.
47631         (CFLAGS-test-powl.c): Define.
47632         * math/test-powl.c: New file.
47633
47634 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47635
47636         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47637
47638 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47639
47640         [BZ #11837]
47641         * iconvdata/gb18030.c: Update to GB18020-2005.
47642
47643 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47644
47645         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47646         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47647         Patch by Aharon Robbins <arnold@skeeve.com>.
47648
47649         [BZ #11892]
47650         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47651         on the stack.
47652
47653         [BZ #11895]
47654         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47655         through underflows.
47656
47657         [BZ #12766]
47658         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47659         point to strings before performing equality test for error_one_per_line
47660         mode.
47661
47662         [BZ #11697]
47663         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47664
47665         [BZ #11820]
47666         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47667         (struct user_fpregs_struct): Avoid __uint*_t types.
47668
47669         [BZ #6420]
47670         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47671         symbol info.  Use it instead of calling _dl_addr locally.
47672         (lock_and_info): New function.
47673         (tr_freehook): Call lock_and_info and pass symbol info as additional
47674         parameter to tr_where.
47675         (tr_mallochook): Likewise.
47676         (tr_reallochook): Likewise.
47677         (tr_memalignhook): Likewise.
47678
47679         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47680         used and couldn't be at all thread-safe.
47681
47682 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47683
47684         * libio/freopen.c (freopen): Don't close old file descriptor
47685         before the new one is opened.  Instead dup the new file descriptor
47686         to the old one after the new stream is created.
47687         * libio/freopen64.c (freopen64): Likewise.
47688         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47689         * libio/fileops.c (_IO_new_file_close_it): Handle new
47690         _IO_FLAGS2_NOCLOSE flag.
47691         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47692         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47693         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47694         _IO_FLAGS2_NOCLOSE flag.
47695         * include/unistd.h: Add hidden_proto for dup3.
47696         Define __have_dup3.
47697         * io/dup3.c: Define hidden symbol.
47698         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47699
47700         [BZ #7101]
47701         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47702         when an incomplete long option is used.
47703         * posix/tst-getopt_long1.c: New file.
47704         * posix/Makefile (tests): Add tst-getopt_long1.
47705
47706         [BZ #10138]
47707         * scripts/config.guess: Update from autoconf-2.68.
47708         * scripts/config.sub: Likewise.
47709
47710         [BZ #10157]
47711         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47712         tests into ...
47713         (has_cpuclock): ...this.  New function.
47714         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47715         macro here based on has_cpuclock code.
47716
47717         [BZ #10149]
47718         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47719         First byte (not low byte) is now always NUL.
47720         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47721
47722         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47723         Use non-cancelable interfaces.
47724
47725         [BZ #9809]
47726         * locale/iso-639.def: Add entry for Sorani.
47727
47728         [BZ #11901]
47729         * include/stdlib.h: Move include protection to the right place.
47730         Define abort_msg_s.  Declare __abort_msg with it.
47731         * stdlib/abort.c (__abort_msg): Adjust type.
47732         * assert/assert.c (__assert_fail_base): New function.  Majority
47733         of code from __assert_fail.  Allocate memory for __abort_msg with
47734         mmap.
47735         (__assert_fail): Now call __assert_fail_base.
47736         * assert/assert-perr.c: Remove bulk of implementation.  Use
47737         __assert_fail_base.
47738         * include/assert.hL Declare __assert_fail_base.
47739         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47740         mmap.
47741         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47742
47743 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47744
47745         [BZ #11952]
47746         [BZ #12453]
47747         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47748         until all modules are registered in the DTV.
47749         * elf/Makefile: Add rules to build and run tst-tls19.
47750         * elf/tst-tls19.c: New file.
47751         * elf/tst-tls19mod1.c: New file.
47752         * elf/tst-tls19mod2.c: New file.
47753         * elf/tst-tls19mod3.c: New file.
47754         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47755
47756         [BZ #12083]
47757         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47758         correctly.
47759
47760         [BZ #12601]
47761         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47762         two-byte sequence errors.
47763         * iconvdata/Makefile (tests): Add bug-iconv8.
47764         * iconvdata/bug-iconv8.c: New file.
47765
47766         [BZ #12626]
47767         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47768         buf2 definition.
47769
47770         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47771
47772         [BZ #12432]
47773         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47774         (dummy_getcfa): New function.
47775         (init): Get _Unwind_GetCFA address, use dummy if not found.
47776         (backtrace_helper): In recursion check, also check whether CFA changes.
47777         (__backtrace): Completely initialize arg.
47778
47779         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47780         storing incomplete byte sequence in state object.  Avoid testing for
47781         guaranteed too small input if we know there is enough data available.
47782
47783 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47784
47785         * Makeconfig (+link-pie): Indent.
47786         * Rules (binaries-pie): Define if $(have-fpie) and
47787         $(build-shared).
47788         (binaries-shared): Also filter out $(binaries-pie).
47789         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47790         * nscd/Makefile (others-pie): Add nscd.
47791         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47792         ($(objpfx)nscd): Remove command override.
47793         * login/Makefile (others-pie): Add pt_chown.
47794         ($(objpfx)pt_chown): Remove command override.
47795         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47796         remove command overrides.
47797
47798 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47799
47800         * libio/tst_putwc.c: Fix error messages.
47801
47802         [BZ #12724]
47803         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47804         currently writing and seek to current position when not.
47805         * libio/Makefile (tests): Add bug-fclose1.
47806         * libio/bug-fclose1.c: New file.
47807
47808 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47809
47810         [BZ #12511]
47811         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47812         don't set DF_1_NODELETE here.
47813         (do_lookup_x): When entering new entry test for copy relocation
47814         and if necessary set DF_1_NODELETE flag.
47815         * elf/tst-unique4.cc: New file.
47816         * elf/tst-unique4.h: New file.
47817         * elf/tst-unique4lib.cc: New file.
47818         * elf/Makefile: Add rules to build and run tst-unique4.
47819         Patch by Piotr Bury <pbury@goahead.com>.
47820
47821 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47822
47823         [BZ #12052]
47824         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47825
47826         [BZ #12625]
47827         * misc/mntent_r.c (addmntent): Flush the stream after the output
47828
47829         [BZ #12393]
47830         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47831         (is_trusted_path_normalize): Skip initial colon.  Append slash
47832         to empty buffer.  Duplicate is_trusted_path code but allow
47833         constructed patch to be prefix.
47834         (is_dst): Allow $ORIGIN followed by /.
47835         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47836         Correct testing of result of is_trusted_path_normalize
47837         (decompose_rpath): Fix warning.
47838
47839 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47840
47841         [BZ #11257]
47842         * grp/initgroups.c (internal_getgrouplist): When we found the service
47843         list through the initgroups entry in nsswitch.conf do not always
47844         continue on a successful lookup.  Don't always use the
47845         __nss_group_database value if it is set.
47846         * nss/nsswitch.conf (initgroups): Change action for successful db
47847         lookup to continue for compatibility.
47848
47849 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47850
47851         [BZ #11532]
47852         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47853         and CP774 modules.
47854         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47855         and CP774 modules.
47856         * iconvdata/tst-tables.sh: Likewise.
47857         * iconvdata/cp770.c: New file.
47858         * iconvdata/cp771.c: New file.
47859         * iconvdata/cp772.c: New file.
47860         * iconvdata/cp773.c: New file.
47861         * iconvdata/cp774.c: New file.
47862         * iconvdata/testdata/CP770: New file.
47863         * iconvdata/testdata/CP770..UTF8: New file.
47864         * iconvdata/testdata/CP771: New file.
47865         * iconvdata/testdata/CP771..UTF8: New file.
47866         * iconvdata/testdata/CP772: New file.
47867         * iconvdata/testdata/CP772..UTF8: New file.
47868         * iconvdata/testdata/CP773: New file.
47869         * iconvdata/testdata/CP773..UTF8: New file.
47870         * iconvdata/testdata/CP774: New file.
47871         * iconvdata/testdata/CP774..UTF8: New file.
47872
47873         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47874         END CHARMAP line.
47875         * iconvdata/gen-8bit-gap.sh: Likewise.
47876         * iconvdata/gen-8bit.sh: Likewise.
47877
47878         * locale/iso-639.def: Add ary entry.
47879
47880         [BZ #11258]
47881         * locale/C-translit.h.in: Add U20A1 transliteration.
47882
47883         [BZ #12178]
47884         * locale/iso-639.def: Add wae entry.
47885         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47886
47887         [BZ #12545]
47888         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47889         for n.
47890
47891         [BZ #12711]
47892         * locale/C-translit.h.in: Add entry for U20B9.
47893         Patch by pravin.d.s@gmail.com.
47894
47895 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47896
47897         [BZ #12713]
47898         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47899         ENAMETOOLONG use generic getcwd.
47900         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47901         in rtld.  Use *stat64.
47902         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47903         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47904         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47905         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47906         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47907         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47908         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47909         __fstatat64 macros.
47910         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47911         * dirent/rewinddir.c: Add libc_hidden_def.
47912         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47913         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47914
47915         * include/dirent.h (__alloc_dir): Add flags parameter.
47916         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47917         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47918         __alloc_dir.
47919         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47920         from fdopendir if O_CLOEXEC is already set.
47921
47922 2011-03-15  Alan Modra  <amodra@gmail.com>
47923
47924         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47925         l_tls_firstbyte_offset non-zero.  Save padding offset in
47926         l_tls_firstbyte_offset for later use.
47927         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47928         freeing static tls block.
47929
47930 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47931
47932         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47933         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47934         being defined by the kernel headers.
47935
47936 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47937
47938         [BZ #12734]
47939         * resolv/resolv.h: Define RES_NOTLDQUERY.
47940         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47941         no-tld-query and set RES_NOTLDQUERY.
47942         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47943         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47944         modern BIND to search name as TLD unless forbidden.
47945
47946 2011-05-07  Petr Baudis  <pasky@suse.cz>
47947             Ulrich Drepper  <drepper@gmail.com>
47948
47949         [BZ #12393]
47950         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47951         (is_trusted_path): ...to here.
47952         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47953         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47954         using is_trusted_path_normalize() in setuid scripts.
47955
47956 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47957
47958         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47959         __BEGIN/__END_DECLS.
47960
47961 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
47962
47963         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
47964         NSS_STATUS_NOTFOUND if no record was found.
47965
47966 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47967
47968         * sunrpc/Makefile (headers): Add rpc/netdb.h.
47969         (headers-not-in-tirpc): Remove rpc/netdb.h
47970         * resolv/netdb.h: Revert last change.
47971
47972 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47973
47974         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
47975         circular dependency between libgcc.a and libc.a.
47976
47977 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47978
47979         * resolv/netdb.h: Don't include <rpc/netdb.h>.
47980         * nis/Makefile: Don't install rpcsvc/*.
47981         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
47982         instead of <rpc/types.h>.
47983         (MAXHOSTNAMELEN): Define.
47984
47985 2011-05-03  Andreas Schwab  <schwab@redhat.com>
47986
47987         * elf/ldconfig.c (add_dir): Don't crash on empty path.
47988
47989 2011-04-28  Maciej Babinski  <mbabinski@google.com>
47990
47991         [BZ #12714]
47992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
47993         gethostbyname4_r when IPv6 results are possible.
47994
47995 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
47996
47997         [BZ #12723]
47998         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
47999         _PC_PIPE_BUF handling.
48000
48001 2011-04-30  Bruno Haible  <bruno@clisp.org>
48002
48003         [BZ #12717]
48004         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48005         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48006         to 'int'.
48007         * inet/getnameinfo.c (getnameinfo): Likewise.
48008
48009 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48010
48011         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48012         to groups setting in database lookup.
48013         * nss/nsswitch.conf: Add initgroups entry.
48014
48015 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48016
48017         [BZ #12685]
48018         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48019         mode string.
48020         Patch by Eric Blake <eblake@redhat.com>.
48021
48022 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48023
48024         * sunrpc/Makefile (need-export-routines): Add svc_run.
48025         (routines): Remove svc_run.
48026         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48027         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48028         * sunrpc/svc_run.c (svc_run): Likewise.
48029         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48030
48031 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48032
48033         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48034         problem in reallocation in last patch.
48035
48036 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48037
48038         * sunrpc/Makefile: Move inclusion of Rules.
48039
48040 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48041
48042         * nss/nss_files/files-initgroups.c: New file.
48043         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48044         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48045         _nss_files_initgroups_dyn.
48046
48047 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48048
48049         * elf/elf.h (R_ARM_IRELATIVE): Define.
48050
48051 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48052
48053         * po/ru.po: Update from translation team.
48054
48055 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48056
48057         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48058         dependencies.
48059
48060 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48061
48062         [BZ #12653]
48063         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48064         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48065         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48066         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48067         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48068
48069 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48070
48071         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48072         differing bytes.
48073         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48074         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48075         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48076
48077 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48078
48079         [BZ #12420]
48080         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48081         storing it.
48082         * stdlib/bug-getcontext.c: New file.
48083         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48084
48085 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48086
48087         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48088         instructions into .machine "z9-109".
48089         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48090         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48091
48092 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48093
48094         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48095         between environment variables and auxiliary vector.
48096
48097 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48098
48099         * Makefile: Add rules to build linkobj/libc.so.
48100         * include/libc-symbols.h: Define libc_hidden_nolink.
48101         * include/rpc/auth.h: Mark functions which are to be hidden.
48102         * include/rpc/auth_des.h: Likewise.
48103         * include/rpc/auth_unix.h: Likewise.
48104         * include/rpc/clnt.h: Likewise.
48105         * include/rpc/des_crypt.h: Likewise.
48106         * include/rpc/key_prot.h: Likewise.
48107         * include/rpc/pmap_clnt.h: Likewise.
48108         * include/rpc/pmap_prot.h: Likewise.
48109         * include/rpc/pmap_rmt.h: Likewise.
48110         * include/rpc/rpc_msg.h: Likewise.
48111         * include/rpc/svc.h: Likewise.
48112         * include/rpc/svc_auth.h: Likewise.
48113         * include/rpc/xdr.h: Likewise.
48114         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48115         * nss/Makefile: Likewise.
48116         * sunrpc/Makefile: Don't install headers.  Build library with normal
48117         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48118         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48119         for the compat linking library.  Remove use of INTDEF/INTUSE.
48120         * sunrpc/auth_none.c: Likewise.
48121         * sunrpc/auth_unix.c: Likewise.
48122         * sunrpc/authdes_prot.c: Likewise.
48123         * sunrpc/authuxprot.c: Likewise.
48124         * sunrpc/clnt_gen.c: Likewise.
48125         * sunrpc/clnt_perr.c: Likewise.
48126         * sunrpc/clnt_raw.c: Likewise.
48127         * sunrpc/clnt_simp.c: Likewise.
48128         * sunrpc/clnt_tcp.c: Likewise.
48129         * sunrpc/clnt_udp.c: Likewise.
48130         * sunrpc/clnt_unix.c: Likewise.
48131         * sunrpc/des_crypt.c: Likewise.
48132         * sunrpc/des_soft.c: Likewise.
48133         * sunrpc/get_myaddr.c: Likewise.
48134         * sunrpc/key_call.c: Likewise.
48135         * sunrpc/key_prot.c: Likewise.
48136         * sunrpc/netname.c: Likewise.
48137         * sunrpc/pm_getmaps.c: Likewise.
48138         * sunrpc/pm_getport.c: Likewise.
48139         * sunrpc/pmap_clnt.c: Likewise.
48140         * sunrpc/pmap_prot.c: Likewise.
48141         * sunrpc/pmap_prot2.c: Likewise.
48142         * sunrpc/pmap_rmt.c: Likewise.
48143         * sunrpc/publickey.c: Likewise.
48144         * sunrpc/rpc_cmsg.c: Likewise.
48145         * sunrpc/rpc_common.c: Likewise.
48146         * sunrpc/rpc_dtable.c: Likewise.
48147         * sunrpc/rpc_prot.c: Likewise.
48148         * sunrpc/rpc_thread.c: Likewise.
48149         * sunrpc/rtime.c: Likewise.
48150         * sunrpc/svc.c: Likewise.
48151         * sunrpc/svc_auth.c: Likewise.
48152         * sunrpc/svc_authux.c: Likewise.
48153         * sunrpc/svc_raw.c: Likewise.
48154         * sunrpc/svc_run.c: Likewise.
48155         * sunrpc/svc_simple.c: Likewise.
48156         * sunrpc/svc_tcp.c: Likewise.
48157         * sunrpc/svc_udp.c: Likewise.
48158         * sunrpc/svc_unix.c: Likewise.
48159         * sunrpc/svcauth_des.c: Likewise.
48160         * sunrpc/xcrypt.c: Likewise.
48161         * sunrpc/xdr.c: Likewise.
48162         * sunrpc/xdr_array.c: Likewise.
48163         * sunrpc/xdr_float.c: Likewise.
48164         * sunrpc/xdr_intXX_t.c: Likewise.
48165         * sunrpc/xdr_mem.c: Likewise.
48166         * sunrpc/xdr_rec.c: Likewise.
48167         * sunrpc/xdr_ref.c: Likewise.
48168         * sunrpc/xdr_sizeof.c: Likewise.
48169         * sunrpc/xdr_stdio.c: Likewise.
48170
48171 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48172
48173         [BZ #12650]
48174         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48175         * sysdeps/ia64/dl-tls.h: Likewise.
48176         * sysdeps/powerpc/dl-tls.h: Likewise.
48177         * sysdeps/s390/dl-tls.h: Likewise.
48178         * sysdeps/sh/dl-tls.h: Likewise.
48179         * sysdeps/sparc/dl-tls.h: Likewise.
48180         * sysdeps/x86_64/dl-tls.h: Likewise.
48181         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48182
48183 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48184
48185         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48186         rpath element also skip the following colon.
48187         (expand_dynamic_string_token): Add is_path parameter and pass
48188         down to DL_DST_REQUIRED and _dl_dst_substitute.
48189         (decompose_rpath): Call expand_dynamic_string_token with
48190         non-zero is_path.  Ignore empty rpaths.
48191         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48192         with zero is_path.
48193
48194 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48195
48196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48197         Make cancelable.
48198
48199 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48200
48201         [BZ #12655]
48202         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48203         Patch by Filipe David Manana <fdmanana@apache.org>.
48204
48205 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48206
48207         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48208         Maintain aligned stack.
48209         (CHECK_RSP): Remove unused macro.
48210
48211 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48212
48213         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48214         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48215
48216 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48217
48218         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48219
48220         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48221
48222 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48223
48224         [BZ #12518]
48225         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48226         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48227         * sysdeps/x86_64/memmove.c: New file.
48228         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48229         (memcpy): Renamed to ...
48230         (__new_memcpy): This.
48231         (memcpy): Provide GLIBC_2_14 memcpy.
48232         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48233         (memcpy): Provide GLIBC_2_2_5 memcpy.
48234
48235 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48236
48237         [BZ #12631]
48238         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48239
48240 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48241
48242         * misc/syncfs.c: New file.
48243         * misc/Makefile (routines): Add syncfs.
48244         * posix/unistd.h: Declare syncfs.
48245         * sysdeps/unix/syscalls.list: Add syncfs.
48246
48247 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48248
48249         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48250         open_by_handle_at.
48251         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48252         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48253         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48254         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48255         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48256         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48257         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48258
48259 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48260
48261         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48262         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48263         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48264         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48265         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48266         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48267         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48268
48269         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48270         sync_file_range.c with -fexceptions.
48271         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48272         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48273         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48274         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48275         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48276         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48277         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48278         sync_file_range as cancellation point
48279         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48280         now a wrapper around __call_sync_file_range with cancellation handling.
48281         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48282         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48283         function name to __call_sync_file_range.
48284         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48285         Add call_sync_file_range.
48286
48287 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48288
48289         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48290         bits/timex.h.
48291
48292 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48293
48294         * iconv/iconv.h: Fix typo in comment.
48295         * io/fcntl.h: Likewise.
48296         * libio/stdio.h: Likewise.
48297         * posix/spawn.h: Likewise.
48298         * posix/unistd.h: Likewise.
48299         * stdlib/stdlib.h: Likewise.
48300         * time/time.h: Likewise.
48301         * wcsmbs/wchar.h: Likewise.
48302
48303         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48304         open_by_handle): Add.
48305         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48306         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48307         Augment a few comments.
48308         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48309         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48310         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48311         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48312         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48313         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48314         open_by_handle.
48315
48316         * io/fcntl.h (AT_EMPTY_PATH): Define.
48317
48318 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48319
48320         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48321         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48322         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48323         to...
48324         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48325         * Versions.def: Add GLIBC_2.14.
48326         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48327         Export.
48328
48329 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48330
48331         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48332         round counter.
48333         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48334
48335 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48336
48337         [BZ #12597]
48338         * string/test-strncmp.c (do_page_test): New function.
48339         (check2): Likewise.
48340         (test_main): Call check2.
48341         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48342
48343 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48344
48345         [BZ #12587]
48346         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48347         Handle cache information in CPU leaf 4.
48348         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48349
48350 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48351
48352         [BZ #12583]
48353         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48354         character representation.
48355         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48356
48357 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48358
48359         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48360         END(__isnan) to END(__isnanf) to match function entry point/label
48361         EALIGN(__isnanf,...).
48362
48363 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48364
48365         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48366
48367 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48368
48369         [BZ #12510]
48370         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48371         copy from the symbol referenced in the relocation to initialize the
48372         used variable.
48373         Patch by Piotr Bury <pbury@goahead.com>.
48374         * elf/Makefile: Add rules to build and tst-unique3.
48375         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48376         * elf/tst-unique3.cc: New file.
48377         * elf/tst-unique3.h: New file.
48378         * elf/tst-unique3lib.cc: New file.
48379         * elf/tst-unique3lib2.cc: New file.
48380
48381         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48382
48383 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48384
48385         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48386         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48387         to _start.
48388
48389 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48390
48391         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48392         to-be-loaded object along a path to loader is ld.so.
48393
48394 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48395             Ulrich Drepper  <drepper@gmail.com>
48396
48397         * sysdeps/x86_64/memset.S: After aligning destination, code
48398         branches to different locations depending on the value of
48399         misalignment, when multiarch is enabled. Fix this.
48400
48401 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48402
48403         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48404         Set _x86_64_preferred_memory_instruction for AMD processsors.
48405         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48406         Set bit_Prefer_SSE_for_memop for AMD processors.
48407
48408 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48409
48410         * libio/fmemopen.c (fmemopen): Optimize a bit.
48411
48412 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48413
48414         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48415
48416 2011-03-03  Roland McGrath  <roland@redhat.com>
48417
48418         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48419
48420 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48421
48422         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48423         __bzero_ultra1 instead of __memset_ultra1.
48424
48425 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48426             Ulrich Drepper  <drepper@gmail.com>
48427
48428         [BZ #12509]
48429         * include/link.h (struct link_map): Add l_orig_initfini.
48430         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48431         returning unsuccessfully.
48432         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48433         close of a file loaded at startup, restore the original l_initfini
48434         list.
48435         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48436         list, store the pointer.
48437         * elf/Makefile ($(objpfx)noload-mem): New rule.
48438         (noload-ENV): Define.
48439         (tests): Add $(objpfx)noload-mem.
48440         * elf/noload.c: Include <memcheck.h>.
48441         (main): Call mtrace.  Close all opened handles.
48442
48443 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48444
48445         [BZ #12454]
48446         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48447         dependencies are missing.
48448
48449 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48450
48451         Fix __if_freereq crash: Unlike the generic version which uses free,
48452         Hurd needs munmap.
48453         * sysdeps/mach/hurd/ifreq.h: New file.
48454
48455 2011-01-27  Petr Baudis  <pasky@suse.cz>
48456             Ulrich Drepper  <drepper@gmail.com>
48457
48458         [BZ 12445]#
48459         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48460         to extend_alloca().
48461         * stdio-common/bug23.c: New file.
48462         * stdio-common/Makefile (tests): Add bug23.
48463
48464 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48465             Ulrich Drepper  <drepper@gmail.com>
48466
48467         [BZ #12489]
48468         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48469         before performing relro protection.  At old place add assertion
48470         to make sure nothing changed.
48471
48472 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48473             Glauber de Oliveira Costa  <glommer@gmail.com>
48474
48475         * elf/elf.h: Add new ARM TLS relocs.
48476
48477 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48478
48479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48480         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48481         cast from r3.
48482         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48483         'tests' variable.
48484         * sysdeps/wordsize-64/tst-writev.c: New file.
48485
48486 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48487
48488         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48489         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48490         insns in _dl_start to prevent a TOC reference before relocs are
48491         resolved.
48492
48493 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48494
48495         [BZ #12469]
48496         * Makeconfig: Remove RANLIB definition.
48497         * Makerules: Don't use RANLIB.
48498         * aclocal.m4: Remove ranlib test.
48499         * configure.in: No need to check for ranlib.
48500         * elf/rtld-Rules: Don't use RANLIB.
48501
48502 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48503
48504         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48505         protection macro.
48506         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48507         inclusion protection macro.
48508
48509         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48510         SIGRTMIN and SIGRTMAX and print information in that case only when
48511         SIGRTMIN is defined.
48512
48513 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48514
48515         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48516         arginfo fn returning -1.
48517
48518         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48519         and thousands string is zero terminated.
48520
48521 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48522
48523         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48524         sysdeps/unix/sysv/linux/bits/socket.h.
48525
48526 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48527
48528         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48529         (__CPU_COUNT): Remove old macros.
48530         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48531         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48532         (__CPU_ALLOC, __CPU_FREE): Add macros.
48533         (__sched_cpualloc, __sched_cpufree): Add declarations.
48534
48535 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48536
48537         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48538         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48539         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48540         (readdhstai): Return value of addhstaiX call.
48541         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48542         (addgrbyX): Return value returned by cache_addgr.
48543         (readdgrbyname): Return value returned by addgrbyX.
48544         (readdgrbygid): Likewise.
48545         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48546         (addpwbyX): Return value returned by cache_addpw.
48547         (readdpwbyname): Return value returned by addhstbyX.
48548         (readdpwbyuid): Likewise.
48549         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48550         (addservbyX): Return value returned by cache_addserv.
48551         (readdservbyname): Return value returned by addservbyX:
48552         (readdservbyport): Likewise.
48553         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48554         (addhstbyX): Return value returned by cache_addhst.
48555         (readdhstbyname): Return value returned by addhstbyX.
48556         (readdhstbyaddr): Likewise.
48557         (readdhstbynamev6): Likewise.
48558         (readdhstbyaddrv6): Likewise.
48559         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48560         (readdinitgroups): Return value returned by addinitgroupsX.
48561         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48562         (prune_cache): Keep track of timeout value of re-added entries.
48563         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48564         * nscd/nscd.h: Adjust prototypes of readd* functions.
48565
48566 2011-02-04  Roland McGrath  <roland@redhat.com>
48567
48568         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48569         (nis_stats): Likewise.
48570         * nis/nis_modify.c (nis_modify): Likewise.
48571         * nis/nis_remove.c (nis_remove): Likewise.
48572         * nis/nis_add.c (nis_add): Likewise.
48573
48574         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48575
48576         * posix/fnmatch_loop.c: Add some consts.
48577
48578         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48579
48580 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48581
48582         [BZ #12460]
48583         * config.make.in (config-cflags-novzeroupper): Define.
48584         * configure.in: Substitute libc_cv_cc_novzeroupper.
48585         * elf/Makefile (AVX-CFLAGS): Define.
48586         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48587         (CFLAGS-tst-auditmod4a.c): Likewise.
48588         (CFLAGS-tst-auditmod4b.c): Likewise.
48589         (CFLAGS-tst-auditmod6b.c): Likewise.
48590         (CFLAGS-tst-auditmod6c.c): Likewise.
48591         (CFLAGS-tst-auditmod7b.c): Likewise.
48592         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48593
48594 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48595
48596         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48597         function to the callback.
48598         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48599
48600 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48601
48602         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48603         of errno.
48604
48605 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48606
48607         [BZ #11724]
48608         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48609         of constructors.
48610         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48611         of destructors.
48612         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48613
48614         [BZ #11724]
48615         * elf/Makefile: Add rules to build and run new test.
48616         * elf/tst-initorder.c: New file.
48617         * elf/tst-initorder.exp: New file.
48618         * elf/tst-initordera1.c: New file.
48619         * elf/tst-initordera2.c: New file.
48620         * elf/tst-initordera3.c: New file.
48621         * elf/tst-initordera4.c: New file.
48622         * elf/tst-initorderb1.c: New file.
48623         * elf/tst-initorderb2.c: New file.
48624         * elf/tst-order-a1.c: New file.
48625         * elf/tst-order-a2.c: New file.
48626         * elf/tst-order-a3.c: New file.
48627         * elf/tst-order-a4.c: New file.
48628         * elf/tst-order-b1.c: New file.
48629         * elf/tst-order-b2.c: New file.
48630         * elf/tst-order-main.c: New file.
48631         New test case by George Gensure <werkt0@gmail.com>.
48632
48633 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48634
48635         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48636         decoding ACE if AI_CANONIDN.
48637
48638 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48639
48640         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48641
48642 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48643
48644         * version.h (RELEASE): Bump for 2.13 release.
48645         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48646
48647         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48648
48649         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48650         MADV_NOHUGEPAGE.
48651         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48652         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48653         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48654         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48655         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48656         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48657
48658         * posix/getconf.c: Update copyright year.
48659         * catgets/gencat.c: Likewise.
48660         * csu/version.c: Likewise.
48661         * debug/catchsegv.sh: Likewise.
48662         * debug/xtrace.sh: Likewise.
48663         * elf/ldconfig.c: Likewise.
48664         * elf/ldd.bash.in: Likewise.
48665         * elf/sprof.c (print_version): Likewise.
48666         * iconv/iconv_prog.c: Likewise.
48667         * iconv/iconvconfig.c: Likewise.
48668         * locale/programs/locale.c: Likewise.
48669         * locale/programs/localedef.c: Likewise.
48670         * malloc/memusage.sh: Likewise.
48671         * malloc/mtrace.pl: Likewise.
48672         * nscd/nscd.c (print_version): Likewise.
48673         * nss/getent.c: Likewise.
48674
48675         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48676         PF_CAIF, and PF_ALG.
48677         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48678
48679 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48680
48681         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48682         (modules-names): Use them.
48683         (ifunc-test-modules, ifunc-pie-tests): Define.
48684         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48685         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48686         (test-extras): Likewise.
48687         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48688         $(compile-command.c).
48689         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48690         (all-built-dso): Define.
48691         (check-textrel.out, check-execstack.out): Depend on it.
48692
48693         * configure.in: Don't override --enable-multi-arch.
48694
48695 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48696
48697         [BZ #6812]
48698         * nscd/hstcache.c (tryagain): Define.
48699         (cache_addhst): Return tryagain not notfound for temporary errors.
48700         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48701         failed.
48702
48703 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48704
48705         [BZ #10563]
48706         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48707         to make the syscall.
48708         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48709
48710         [BZ #12378]
48711         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48712         and fall back to matching as normal character if the string ends before
48713         the matching ']' is found.  This is what POSIX requires.
48714         * posix/testfnm.c: Adjust test result.
48715         * posix/globtest.sh: Adjust test result.  Add new test.
48716         * posix/tst-fnmatch.input: Likewise.
48717         * posix/tst-fnmatch2.c: Add new test.
48718
48719 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48720
48721         * elf/Makefile (check-execstack): Revert last change.  Depend on
48722         check-execstack.h.
48723         (check-execstack.h): New target.
48724         (generated): Add check-execstack.h.
48725         * elf/check-execstack.c: Include "check-execstack.h".
48726         (main): Revert last change.
48727         (handle_file): Return zero if GNU_STACK is absent and
48728         DEFAULT_STACK_PERMS doesn't include PF_X.
48729
48730 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48731
48732         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48733         in child fails because the descriptor is already closed.
48734         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48735         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48736         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48737
48738         [BZ #12397]
48739         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48740         syscall.
48741
48742         [BZ #10484]
48743         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48744         temporary buffer used to handle multi lookups locally.
48745         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48746
48747 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48748
48749         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48750         loader is ld.so.
48751
48752 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48753
48754         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48755         alignment for SSE2.
48756
48757 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48758
48759         [BZ #12394]
48760         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48761         characters.  When rounding increased number of integer digits recompute
48762         number of groups.
48763         * stdio-common/tst-grouping.c: New file.
48764         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48765
48766 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48767
48768         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48769         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48770
48771         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48772         void.
48773         * bits/select.h: Likewise.
48774
48775 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48776
48777         * po/ja.po: Update from translation team.
48778
48779 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48780
48781         [BZ #11155]
48782         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48783         implementation just like for lxstat, fxstatat, et al.
48784
48785 2010-12-27  Jim Meyering  <meyering@redhat.com>
48786
48787         [BZ #12348]
48788         * posix/regexec.c (build_trtable): Return failure indication upon
48789         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48790
48791 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48792
48793         [BZ #12201]
48794         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48795         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48796         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48797         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48798
48799         [BZ #12207]
48800         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48801
48802         [BZ #12204]
48803         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48804         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48805
48806 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48807
48808         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48809         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48810         script has SORT_BY_INIT_PRIORITY.
48811         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48812         NO_CTORS_DTORS_SECTIONS is defined.
48813         * elf/soinit.c: Likewise.
48814         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48815         NO_CTORS_DTORS_SECTIONS is defined.
48816         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48817         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48818         * sysdeps/sh/init-first.c: Likewise.
48819         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48820
48821 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48822
48823         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48824         always use the slow path.
48825
48826 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48827
48828         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48829         similar rule which adds the sysdep directories to the header search in
48830         order to pick up the correct platform stackinfo.h.
48831         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48832         perform test if it is, otherwise return successfully without testing.
48833         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48834         DEFAULT_STACK_PERMS define in stackinfo.h.
48835         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48836         defined in stackinfo.h.
48837         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48838         DEFAULT_STACK_PERMS defined in stackinfo.h.
48839         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48840         * sysdeps/ia64/stackinfo.h: Likewise.
48841         * sysdeps/s390/stackinfo.h: Likewise.
48842         * sysdeps/sh/stackinfo.h: Likewise.
48843         * sysdeps/sparc/stackinfo.h: Likewise.
48844         * sysdeps/x86_64/stackinfo.h: Likewise.
48845         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48846         PF_X for powerpc64.  Retain PF_X for powerpc32.
48847
48848 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48849
48850         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48851         accurately.
48852         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48853         GETDENTS_64BIT_ALIGNED.
48854
48855 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48856
48857         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48858
48859 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48860
48861         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48862         _GNU_SOURCE.
48863
48864         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48865         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48866         Remove __restrict.
48867         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48868         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48869
48870 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48871
48872         [BZ #11655]
48873         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48874         are initialized.
48875
48876 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48877
48878         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48879
48880 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48881
48882         * po/it.po: Update from translation team.
48883
48884 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48885
48886         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48887         unused codes.
48888
48889 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48890
48891         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48892
48893 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48894
48895         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48896         specially.
48897         (gaih_getanswer_slice): Likewise.
48898
48899 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48900
48901         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48902
48903 2010-05-31  Petr Baudis  <pasky@suse.cz>
48904
48905         [BZ #11149]
48906         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48907         silently even in the chroot mode.
48908
48909 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48910
48911         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48912         last patch a bit.  Pretty printing
48913
48914 2010-05-31  Petr Baudis <pasky@suse.cz>
48915
48916         [BZ #10085]
48917         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48918         initialization of skip_initgroups_dyn.
48919
48920 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48921
48922         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48923         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48924
48925 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48926
48927         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48928
48929 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48930
48931         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48932         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48933         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48934         ($(objpfx)tst-fnmatch-mem): New rule.
48935         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48936         * posix/tst-fnmatch.c (main): Call mtrace.
48937
48938 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48939
48940         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48941         Support Intel processor model 6 and model 0x2c.
48942
48943 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48944
48945         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48946           signed comparison.
48947
48948 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48949
48950         [BZ #12205]
48951         * string/test-strncasecmp.c (check_result): New function.
48952         (do_one_test): Use it.
48953         (check1): New function.
48954         (test_main): Use it.
48955         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48956         Support strcasecmp and strncasecmp.
48957
48958 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48959
48960         [BZ #12194]
48961         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
48962         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48963
48964 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
48965
48966         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48967         IFUNC support.
48968         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48969         memset-x86-64.
48970         * sysdeps/x86_64/multiarch/bzero.S: New file.
48971         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
48972         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
48973         * sysdeps/x86_64/multiarch/memset.S: New file.
48974         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
48975         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48976         Set bit_Prefer_SSE_for_memop for Intel processors.
48977         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
48978         Define.
48979         (index_Prefer_SSE_for_memop): Define.
48980         (HAS_PREFER_SSE_FOR_MEMOP): Define.
48981
48982 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
48983
48984         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
48985         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
48986
48987 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
48988
48989         [BZ #12191]
48990         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48991         (__x86_64_raw_data_cache_size_half): Likewise.
48992         (__x86_64_raw_shared_cache_size): Likewise.
48993         (__x86_64_raw_shared_cache_size_half): Likewise.
48994
48995         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48996         (__x86_64_raw_data_cache_size_half): Likewise.
48997         (__x86_64_raw_shared_cache_size): Likewise.
48998         (__x86_64_raw_shared_cache_size_half): Likewise.
48999         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49000         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49001         and __x86_64_raw_shared_cache_size_half.  Round
49002         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49003         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49004         to multiple of 256 bytes.
49005
49006 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49007
49008         [BZ #12167]
49009         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49010         of inacessible symlinks.  Verify result of symlink before returning it.
49011         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49012         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49013
49014 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49015
49016         * math/math.h (isinf): Fix typo in comment.
49017
49018 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49019
49020         * po/da.po: Update from translation team.
49021
49022 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49023
49024         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49025         is added to the list.
49026
49027 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49028             Ulrich Drepper  <drepper@gmail.com>
49029
49030         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49031         the global list here.  Move code to...
49032         (_dl_add_to_namespace_list): ...here.  New function.
49033         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49034         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49035         * elf/dl-load.c (lose): Don't remove the element from the list.
49036         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49037         (_dl_map_object): Likewise.
49038
49039 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49040
49041         [BZ #12159]
49042         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49043         into all bytes of SSE register.
49044         Patch by Richard Li <richardpku@gmail.com>.
49045
49046 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49047
49048         [BZ #12140]
49049         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49050         perturbing.
49051
49052 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49053
49054         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49055         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49056         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49057         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49059         submachine.
49060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49061
49062 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49063
49064         * include/dlfcn.h (__RTLD_SECURE): Define.
49065         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49066         mode & __RTLD_SECURE instead.
49067         (open_path): Rename preloaded parameter to secure.
49068         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49069         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49070         * elf/dl-deps.c (openaux): Likewise.
49071         * elf/rtld.c (struct map_args): Remove is_preloaded.
49072         (map_doit): Don't use it.
49073         (dl_main): Likewise.
49074         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49075         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49076
49077 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49078
49079         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49080         (sysd-rules-targets): Remove duplicates.
49081         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49082         rtld-%.$o dependency.
49083
49084 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49085
49086         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49087         _dl_map_object do it.
49088
49089 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49090
49091         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49092         fast fma builtins, define the macros in the C99 standard.
49093         (FP_FAST_FMAF): Likewise.
49094         (FP_FAST_FMAL): Likewise.
49095         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49096
49097         * bits/mathdef.h: Update copyright year.
49098         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49099
49100 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49101
49102         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49103         builtins, define the macros in the C99 standard.
49104         (FP_FAST_FMAF): Likewise.
49105         (FP_FAST_FMAL): Likewise.
49106         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49107         multiply/add.
49108         (FP_FAST_FMAF): Likewise.
49109
49110 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49111
49112         [BZ #3268]
49113         * math/libm-test.inc (fma_test): Some new testcases.
49114         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49115         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49116         y and infinite z.  Do multiplication by C already in long double.
49117         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49118         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49119         y and infinite z.  Do bitwise or of inexact bit into u.d.
49120         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49121         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49122         * sysdeps/i386/fpu/s_fma.S: Removed.
49123         * sysdeps/i386/fpu/s_fmal.S: Removed.
49124
49125 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49126
49127         [BZ #3268]
49128         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49129         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49130         computation is not scheduled after fetestexcept.  Fix value
49131         of minimum denormal long double.
49132
49133 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49134
49135         [BZ #3268]
49136         * math/libm-test.inc (fma_test): Add some more tests.
49137         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49138         correctly.
49139
49140 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49141
49142         * scripts/data/localplt-s390-linux-gnu.data: New file.
49143         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49144
49145 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49146
49147         [BZ #3268]
49148         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49149         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49150         instead of dbl-64.
49151         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49152         inlines.
49153         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49154         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49155         if one of x and y is very large and the other is subnormal.
49156         * sysdeps/s390/fpu/s_fmaf.c: New file.
49157         * sysdeps/s390/fpu/s_fma.c: New file.
49158         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49159         * sysdeps/powerpc/fpu/s_fma.S: New file.
49160         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49161         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49162         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49163
49164 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49165
49166         [BZ #3268]
49167         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49168         fma tests.
49169         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49170         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49171         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49172         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49173         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49174         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49175         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49176
49177 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49178
49179         [BZ #12078]
49180         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49181         * posix/bug-regex31.input: Add test case.
49182
49183 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49184
49185         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49186         * posix/bug-regex31.input: New file.
49187
49188         [BZ #12078]
49189         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49190         (parse_sub_exp): Fix last change, use postorder.
49191
49192         * posix/bug-regex31.c: New file.
49193         * posix/Makefile: Add rules to build and run bug-regex31.
49194
49195         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49196
49197         [BZ #12078]
49198         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49199
49200         [BZ #12108]
49201         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49202         to have entries in sys_siglist.
49203
49204         [BZ #12093]
49205         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49206         be NULL.
49207
49208 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49209
49210         [BZ #3268]
49211         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49212         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49213         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49214         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49215         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49216         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49217         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49218         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49219         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49220         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49221         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49222         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49223         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49224         * math/ftestexcept.c (fetestexcept): Likewise.
49225         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49226         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49227         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49228         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49229         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49230         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49231         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49232
49233 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49234
49235         [BZ #12107]
49236         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49237         newline.
49238
49239 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49240
49241         * string/bug-strstr1.c: New file.
49242         * string/Makefile: Add rules to build and run bug-strstr1.
49243
49244 2010-10-05  Eric Blake  <eblake@redhat.com>
49245
49246         [BZ #12092]
49247         * string/str-two-way.h (two_way_long_needle): Always clear memory
49248         when skipping input due to the shift table.
49249
49250 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49251
49252         [BZ #12005]
49253         * malloc/mcheck.c: Handle large requests.
49254
49255         [BZ #12077]
49256         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49257         for strncmp and strncasecmp.
49258         * string/stratcliff.c: Add tests for strcmp and strncmp.
49259         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49260
49261 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49262
49263         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49264         __set_fpscr.
49265
49266 2010-09-30  Andreas Jaeger  <aj@suse.de>
49267
49268         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49269         (CGROUP_SUPER_MAGIC): Define.
49270         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49271         Handle btrfs and cgroup file systems.
49272         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49273         Likewise.
49274
49275 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49276
49277         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49278         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49279
49280 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49281
49282         [BZ #12067]
49283         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49284         trying to locate the ELF header.
49285
49286 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49287
49288         [BZ #11611]
49289         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49290         Mask out sign-bit copies when constructing f_fsid.
49291
49292 2010-09-24  Petr Baudis <pasky@suse.cz>
49293
49294         * debug/stack_chk_fail_local.c: Add missing licence exception.
49295         * debug/warning-nop.c: Likewise.
49296
49297 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49298
49299         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49300         implementing getdents64 using getdents syscall, set d_type if
49301         __ASSUME_GETDENTS32_D_TYPE.
49302
49303 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49304
49305         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49306         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49307
49308 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49309
49310         [BZ #12037]
49311         * posix/unistd.h: Undo change of feature selection for ftruncate from
49312         2010-01-11.
49313
49314 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49315
49316         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49317         detection.
49318
49319 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49320
49321         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49322         fanotify_mark.
49323         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49324
49325 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49326
49327         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49328         variables after CHECK_SP call.
49329         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49330
49331 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49332             Ulrich Drepper  <drepper@redhat.com>
49333
49334         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49335         re-relocationg ld.so.
49336         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49337         _dl_init_paths call.
49338         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49339         here anymore.
49340
49341 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49342
49343         * resolv/res_init.c (__res_vinit): Count the default server we added.
49344
49345 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49346             Ulrich Drepper  <drepper@redhat.com>
49347
49348         [BZ #11968]
49349         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49350         (____longjmp_chk): Use %ebx for saving value across system call.
49351         Add unwind info.
49352
49353 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49354
49355         * manual/Makefile: Don't mix pattern rules with normal rules.
49356
49357 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49358
49359         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49360         operation.
49361         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49362         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49363         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49364         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49365         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49366         Likewise.
49367
49368 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49369
49370         [BZ #11979]
49371         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49372         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49373
49374 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49375
49376         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49377         * sysdeps/x86_64/addmul_1.S: Likewise.
49378         * sysdeps/x86_64/lshift.S: Likewise.
49379         * sysdeps/x86_64/mul_1.S: Likewise.
49380         * sysdeps/x86_64/rshift.S: Likewise.
49381         * sysdeps/x86_64/sub_n.S: Likewise.
49382         * sysdeps/x86_64/submul_1.S: Likewise.
49383
49384 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49385
49386         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49387         Define __sched_param instead of SCHED_* and sched_param when
49388         <bits/sched.h> is included with __need_schedparam defined.
49389         * bits/sched.h [__need_schedparam]
49390         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49391         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49392         (__defined_schedparam): Define to 1.
49393         (__sched_param): New structure, identical to sched_param.
49394         (__need_schedparam): Undefine.
49395
49396 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49397
49398         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49399         (epoll_create1): Declare.
49400
49401         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49402
49403 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49404
49405         [BZ #7066]
49406         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49407         shifting retval into place.
49408
49409 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49410
49411         * nis/rpcsvc/nis.h: Update copyright notice.
49412         * nis/rpcsvc/nis.x: Likewise.
49413         * nis/rpcsvc/nis_callback.h: Likewise.
49414         * nis/rpcsvc/nis_callback.x: Likewise.
49415         * nis/rpcsvc/nis_object.x: Likewise.
49416         * nis/rpcsvc/nis_tags.h: Likewise.
49417         * nis/rpcsvc/yp.h: Likewise.
49418         * nis/rpcsvc/yp.x: Likewise.
49419         * nis/rpcsvc/ypupd.h: Likewise.
49420         * nis/yp_xdr.c: Likewise.
49421         * nis/ypupdate_xdr.c: Likewise.
49422
49423         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49424         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49425         (pmap_getport): Use __libc_rpc_getport.
49426         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49427         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49428         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49429
49430 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49431
49432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49433         fanotify_mark.
49434
49435 2010-08-27  Roland McGrath  <roland@redhat.com>
49436
49437         * sysdeps/i386/i686/multiarch/Makefile
49438         (CFLAGS-varshift.c): New variable.
49439
49440 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49441
49442         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49443         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49444
49445         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49446
49447         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49448
49449 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49450
49451         * sysdeps/x86_64/strlen.S: Unroll the loop.
49452         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49453         strlen-sse2 strlen-sse2-bsf.
49454         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49455         __strlen_no_bsf if bit_Slow_BSF is set.
49456         (__strlen_sse42): Removed.
49457         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49458         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49459
49460 2010-08-25  Roland McGrath  <roland@redhat.com>
49461
49462         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49463         * sysdeps/x86_64/multiarch/varshift.c: New file.
49464         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49465         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49466         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49467         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49468
49469 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49470
49471         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49472         strlen-sse2 strlen-sse2-bsf.
49473         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49474         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49475         (__strlen_sse2): Removed.
49476         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49477         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49478         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49479         bit_Slow_BSF for Atom.
49480         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49481         (index_Slow_BSF): Define.
49482         (HAS_SLOW_BSF): Define.
49483
49484 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49485
49486         [BZ #10851]
49487         * resolv/res_init.c (__res_vinit): When no server address at all
49488         is given default to loopback.
49489
49490 2010-08-24  Roland McGrath  <roland@redhat.com>
49491
49492         * configure.in: Remove config-name.h generation.
49493         * configure: Regenerated.
49494         * config-name.in: File removed.
49495         * scripts/config-uname.sh: New file.
49496         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49497         ($(objdir)config-name.h): New target.
49498
49499         * sunrpc/rpc_parse.h: Avoid nested comment.
49500
49501 2010-08-24  Richard Henderson  <rth@redhat.com>
49502             Ulrich Drepper  <drepper@redhat.com>
49503             H.J. Lu  <hongjiu.lu@intel.com>
49504
49505         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49506         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49507         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49508         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49509         _mm_alignr_epi8 with _mm_loadu_si128.
49510         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49511         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49512         (__m128i_shift_right): Removed.
49513         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49514         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49515         * sysdeps/x86_64/multiarch/varshift.h: New file.
49516         * sysdeps/x86_64/multiarch/varshift.S: New file.
49517
49518 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49519
49520         * configure.in: Move assembler checks to before sysdep dir checking.
49521
49522 2010-08-20  Petr Baudis  <pasky@suse.cz>
49523
49524         * LICENSES: Sync the sunrpc license.
49525
49526 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49527
49528         * sunrpc/auth_des.c: Update copyright notice once again.
49529         * sunrpc/auth_none.c: Likewise.
49530         * sunrpc/auth_unix.c: Likewise.
49531         * sunrpc/authdes_prot.c: Likewise.
49532         * sunrpc/authuxprot.c: Likewise.
49533         * sunrpc/bindrsvprt.c: Likewise.
49534         * sunrpc/clnt_gen.c: Likewise.
49535         * sunrpc/clnt_perr.c: Likewise.
49536         * sunrpc/clnt_raw.c: Likewise.
49537         * sunrpc/clnt_simp.c: Likewise.
49538         * sunrpc/clnt_tcp.c: Likewise.
49539         * sunrpc/clnt_udp.c: Likewise.
49540         * sunrpc/clnt_unix.c: Likewise.
49541         * sunrpc/des_crypt.c: Likewise.
49542         * sunrpc/des_soft.c: Likewise.
49543         * sunrpc/get_myaddr.c: Likewise.
49544         * sunrpc/getrpcport.c: Likewise.
49545         * sunrpc/key_call.c: Likewise.
49546         * sunrpc/key_prot.c: Likewise.
49547         * sunrpc/openchild.c: Likewise.
49548         * sunrpc/pm_getmaps.c: Likewise.
49549         * sunrpc/pm_getport.c: Likewise.
49550         * sunrpc/pmap_clnt.c: Likewise.
49551         * sunrpc/pmap_prot.c: Likewise.
49552         * sunrpc/pmap_prot2.c: Likewise.
49553         * sunrpc/pmap_rmt.c: Likewise.
49554         * sunrpc/rpc/auth.h: Likewise.
49555         * sunrpc/rpc/auth_unix.h: Likewise.
49556         * sunrpc/rpc/clnt.h: Likewise.
49557         * sunrpc/rpc/des_crypt.h: Likewise.
49558         * sunrpc/rpc/key_prot.h: Likewise.
49559         * sunrpc/rpc/netdb.h: Likewise.
49560         * sunrpc/rpc/pmap_clnt.h: Likewise.
49561         * sunrpc/rpc/pmap_prot.h: Likewise.
49562         * sunrpc/rpc/pmap_rmt.h: Likewise.
49563         * sunrpc/rpc/rpc.h: Likewise.
49564         * sunrpc/rpc/rpc_des.h: Likewise.
49565         * sunrpc/rpc/rpc_msg.h: Likewise.
49566         * sunrpc/rpc/svc.h: Likewise.
49567         * sunrpc/rpc/svc_auth.h: Likewise.
49568         * sunrpc/rpc/types.h: Likewise.
49569         * sunrpc/rpc/xdr.h: Likewise.
49570         * sunrpc/rpc_clntout.c: Likewise.
49571         * sunrpc/rpc_cmsg.c: Likewise.
49572         * sunrpc/rpc_common.c: Likewise.
49573         * sunrpc/rpc_cout.c: Likewise.
49574         * sunrpc/rpc_dtable.c: Likewise.
49575         * sunrpc/rpc_hout.c: Likewise.
49576         * sunrpc/rpc_main.c: Likewise.
49577         * sunrpc/rpc_parse.c: Likewise.
49578         * sunrpc/rpc_parse.h: Likewise.
49579         * sunrpc/rpc_prot.c: Likewise.
49580         * sunrpc/rpc_sample.c: Likewise.
49581         * sunrpc/rpc_scan.c: Likewise.
49582         * sunrpc/rpc_scan.h: Likewise.
49583         * sunrpc/rpc_svcout.c: Likewise.
49584         * sunrpc/rpc_tblout.c: Likewise.
49585         * sunrpc/rpc_util.c: Likewise.
49586         * sunrpc/rpc_util.h: Likewise.
49587         * sunrpc/rpcinfo.c: Likewise.
49588         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49589         * sunrpc/rpcsvc/key_prot.x: Likewise.
49590         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49591         * sunrpc/rpcsvc/mount.x: Likewise.
49592         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49593         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49594         * sunrpc/rpcsvc/rex.x: Likewise.
49595         * sunrpc/rpcsvc/rstat.x: Likewise.
49596         * sunrpc/rpcsvc/rusers.x: Likewise.
49597         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49598         * sunrpc/rpcsvc/spray.x: Likewise.
49599         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49600         * sunrpc/rtime.c: Likewise.
49601         * sunrpc/svc.c: Likewise.
49602         * sunrpc/svc_auth.c: Likewise.
49603         * sunrpc/svc_authux.c: Likewise.
49604         * sunrpc/svc_raw.c: Likewise.
49605         * sunrpc/svc_run.c: Likewise.
49606         * sunrpc/svc_simple.c: Likewise.
49607         * sunrpc/svc_tcp.c: Likewise.
49608         * sunrpc/svc_udp.c: Likewise.
49609         * sunrpc/svc_unix.c: Likewise.
49610         * sunrpc/svcauth_des.c: Likewise.
49611         * sunrpc/xcrypt.c: Likewise.
49612         * sunrpc/xdr.c: Likewise.
49613         * sunrpc/xdr_array.c: Likewise.
49614         * sunrpc/xdr_float.c: Likewise.
49615         * sunrpc/xdr_mem.c: Likewise.
49616         * sunrpc/xdr_rec.c: Likewise.
49617         * sunrpc/xdr_ref.c: Likewise.
49618         * sunrpc/xdr_sizeof.c: Likewise.
49619         * sunrpc/xdr_stdio.c: Likewise.
49620
49621         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49622         handling.
49623
49624 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49625
49626         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49627
49628 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49629
49630         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49631         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49632         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49633         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49634         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49635         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49636         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49637         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49638         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49639         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49640         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49641         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49642         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49643         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49644
49645 2010-07-26  Anton Blanchard  <anton@samba.org>
49646
49647         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49648         * malloc/arena.c (heap_trim): Likewise.
49649
49650 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49651
49652         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49653         here.  Not...
49654         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49655         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49656
49657 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49658
49659         * sysdeps/i386/elf/Makefile: New file.
49660
49661 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49662
49663         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49664         from fanotify_init.
49665         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49666         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49667
49668 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49669
49670         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49671         of strncasecmp_l.
49672         * sysdeps/multiarch/strcmp.S: Likewise.
49673
49674 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49675
49676         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49677         strncase_l-nonascii.
49678         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49679         Add strncase_l-ssse3.
49680         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49681         * sysdeps/x86_64/strcmp.S: Likewise.
49682         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49683         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49684         * sysdeps/x86_64/strncase.S: New file.
49685         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49686         * sysdeps/x86_64/strncase_l.S: New file.
49687         * string/Makefile (strop-tests): Add strncasecmp.
49688         * string/test-strncasecmp.c: New file.
49689
49690         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49691         warning.
49692
49693         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49694         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49695
49696 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49697
49698         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49699
49700 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49701
49702         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49703         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49704         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49705
49706 2010-05-01  Alan Modra  <amodra@gmail.com>
49707
49708         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49709         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49710         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49711         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49712         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49713         tidying.  Don't tail-call __sigjmp_save for static lib.
49714         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49715         save location.
49716         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49717         (CALL_MCOUNT): Add eh info, and nop after bl.
49718         (TAIL_CALL_SYSCALL_ERROR): New macro.
49719         (PSEUDO_RET): Use it.
49720         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49721         Correct save location of integer regs and cr.
49722         (_dl_profile_resolve): Correct cr save location.  Delete nops
49723         after bl when SHARED.  Reduce cfi size a little by better
49724         placement of cfi directives.
49725         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49726         make a stack frame.  Instead use parm save area as a temp.
49727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49728         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49730         Don't make a stack frame for parent, use parm save area.
49731         Increase child stack frame to 112 bytes.  Don't save unused reg,
49732         and adjust reg usage.  Set up cfi on error recovery and
49733         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49735         (__makecontext): Add dummy nop after jump to exit.
49736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49737         Use correct parm save area and cr save, reduce stack frame.
49738         Correct cfi for possible PSEUDO_RET frame setup.
49739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49740         Branch to local label emitted by PSEUDO_RET rather than
49741         __syscall_error.
49742
49743 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49744
49745         [BZ #11904]
49746         * locale/programs/locale.c (print_assignment): New function.
49747         (show_locale_vars): Use it.
49748
49749 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49750
49751         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49752         field.
49753         (struct statfs64): Likewise.
49754         (_STATFS_F_FLAGS): Define.
49755         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49756         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49757         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49758         (ST_VALID): Define locally.
49759         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49760         __statvfs_getflags, use the provided value.
49761         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49762         __ASSUME_STATFS_F_FLAGS.
49763
49764         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49765
49766         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49767         Add sys/fanotify.h.
49768         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49769         fanotify_mask for GLIBC_2.13.
49770         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49771         fanotify_init and fanotify_mark.
49772         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49773         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49774
49775         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49776         Add prlimit.
49777         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49778         prlimit64 for GLIBC_2.13.
49779         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49780         prlimit64.
49781         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49782         syscall.
49783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49784         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49785         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49786         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49787         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49788         add prlimit alias.
49789         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49790
49791         [BZ #11903]
49792         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49793         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49794
49795         * nss/Makefile: Add rules to build and run tst-nss-test1.
49796         * shlib-versions: Add entry for libnss_test1.
49797         * nss/nss_test1.c: New file.
49798         * nss/tst-nss-test1.c: New file.
49799
49800         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49801         (__nss_configure_lookup): Set appropriate entry in
49802         __nss_configure_lookup to true.
49803         * nss/nsswitch.h: Define enum with indeces of databases in
49804         databases and __nss_database_custom arrays.  Declare
49805         __nss_database_custom.
49806         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49807         to avoid using nscd when custom rules are installed.
49808         * nss/getXXbyYY_r.c: Likewise.
49809         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49810
49811         * nss/nss_files/files-parse.c: Whitespace fixes.
49812
49813 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49814
49815         [BZ #11883]
49816         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49817         * posix/fnmatch_loop.c: Likewise.
49818
49819 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49820
49821         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49822         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49823         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49824         * Versions.def [GLIBC_2.13]: Add.
49825
49826 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49827
49828         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49829         Also fail if tpwd after pwuid call is NULL.
49830
49831 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49832
49833         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49834         when converting to ms.
49835
49836 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49837
49838         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49839         EOPNOTSUPP errors with ENOTTY.
49840         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49841         EOPNOTSUPP errors with ENOTTY.
49842
49843 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49844
49845         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49846         Add strcasecmp_l-ssse3.
49847         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49848         strcasecmp.
49849         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49850         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49851         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49852
49853 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49854
49855         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49856
49857         * string/Makefile (strop-tests): Add strcasecmp.
49858         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49859         strcasecmp_l-nonascii.
49860         (gen-as-const-headers): Add locale-defines.sym.
49861         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49862         * sysdeps/x86_64/strcasecmp.S: New file.
49863         * sysdeps/x86_64/strcasecmp_l.S: New file.
49864         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49865         * sysdeps/x86_64/locale-defines.sym: New file.
49866         * string/test-strcasecmp.c: New file.
49867
49868         * string/test-strcasestr.c: Test both ends of the range of characters.
49869         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49870
49871 2010-07-29  Roland McGrath  <roland@redhat.com>
49872
49873         [BZ #11856]
49874         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49875
49876 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49877
49878         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49879         for ld.so.
49880
49881 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49882
49883         * manual/memory.texi (Malloc Tunable Parameters): Document
49884         M_PERTURB.
49885
49886 2010-07-26  Roland McGrath  <roland@redhat.com>
49887
49888         [BZ #11840]
49889         * configure.in (-fgnu89-inline check): Set and substitute
49890         gnu89_inline, not libc_cv_gnu89_inline.
49891         * configure: Regenerated.
49892         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49893
49894 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49895
49896         * string/test-strnlen.c: New file.
49897         * string/Makefile (strop-tests): Add strnlen.
49898         * string/tester.c (test_strnlen): Add a few more test cases.
49899         * string/tst-strlen.c: Better error reporting.
49900
49901         * sysdeps/x86_64/strnlen.S: New file.
49902
49903 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49904
49905         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49906         lower-latency instructions.
49907
49908 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49909
49910         * string/test-strcasestr.c: New file.
49911         * string/test-strstr.c: New file.
49912         * string/Makefile (strop-tests): Add strstr and strcasestr.
49913         * string/str-two-way.h: Don't undefine MAX.
49914         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49915
49916 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49917
49918         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49919         strcasestr-nonascii.
49920         (CFLAGS-strcasestr-nonascii.c): Define.
49921         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49922         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49923         Remove unused attribute.
49924
49925 2010-07-20  Roland McGrath  <roland@redhat.com>
49926
49927         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49928         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49929         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49930         like LD_HWCAP_MASK can disable hwcaps.
49931
49932 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49933
49934         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49935
49936 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49937
49938         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49939         call in strcasestr.
49940         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49941         __strcasestr_sse42_nonascii.
49942         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49943         strcasestr-nonascii.c.
49944         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49945
49946 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49947
49948         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49949         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49950         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49951         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49952
49953 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49954
49955         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49956         fcntl.
49957
49958 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49959
49960         [BZ #11577]
49961         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
49962         dl_signal_cerror.
49963
49964 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
49965
49966         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
49967         _PC_PIPE_BUF using F_GETPIPE_SZ.
49968
49969 2010-07-05  Roland McGrath  <roland@redhat.com>
49970
49971         * manual/arith.texi (Rounding Functions): Fix rint description
49972         implicit in round description.
49973
49974 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
49975
49976         * elf/Makefile: Fix linking for a few tests to make recent linker
49977         happy.
49978
49979 2010-06-30  Andreas Schwab  <schwab@redhat.com>
49980
49981         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49982         $(common-objpfx)libc_nonshared.a.
49983
49984 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
49985
49986         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
49987         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
49988         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49989         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49990         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
49991         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
49992         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49993         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
49995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
49996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
49997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
49999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50008         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50009         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50010         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50011         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50012         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50013         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50014         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50015         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50016         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50017         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50018         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50019         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50034
50035 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50036
50037         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50038         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50039         * string/memmove.c (memmove): Renamed to ...
50040         (MEMMOVE): ...this.  Default to memmove.
50041         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50042         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50043         (END_CHK): Define.
50044         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50045         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50046         mempcpy-ssse3-back memmove-ssse3-back.
50047         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50048         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50049         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50050         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50051         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50052         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50053         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50054         * sysdeps/x86_64/multiarch/memmove.c: New file.
50055         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50056         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50057         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50058         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50059         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50060         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50061         Define.
50062         (index_Fast_Copy_Backward): Define.
50063         (HAS_ARCH_FEATURE): Define.
50064         (HAS_FAST_REP_STRING): Define.
50065         (HAS_FAST_COPY_BACKWARD): Define.
50066
50067 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50068
50069         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50070         Restore proper fallback handling.
50071
50072 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50073
50074         [BZ #11701]
50075         * posix/group_member.c (__group_member): Correct checking loop.
50076
50077         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50078         OOM in getpwuid_r correctly.  Return error number when the caller
50079         should return, otherwise -1.
50080         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50081         call returning > 0 value.
50082         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50083
50084 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50085
50086         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50087         libc_nonshared.a from targets in modules-names.
50088
50089 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50090
50091         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50092         requires it.
50093
50094 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50095
50096         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50097         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50098         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50099         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50100
50101 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50102
50103         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50104
50105 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50106
50107         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50108         and F_GETPIPE_SZ.
50109         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50110         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50111         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50112         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50113         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50114         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50115
50116 2010-06-14  Roland McGrath  <roland@redhat.com>
50117
50118         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50119
50120 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50121
50122         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50123         __REDIRECT followed by __THROW.
50124         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50125         * posix/getopt.h (getopt): Likewise.
50126
50127 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50128
50129         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50130         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50131         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50132         in AT_FLAGS.
50133         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50134         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50135
50136 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50137
50138         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50139
50140 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50141
50142         [BZ #11640]
50143         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50144         Properly check family and model.
50145
50146 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50147
50148         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50149
50150 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50151
50152         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50153
50154 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50155
50156         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50157         symbol reference.
50158
50159 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50160
50161         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50162         symbol reference.
50163
50164 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50165
50166         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50167         and internal_recvmmsg.
50168         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50169         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50170         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50171         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50172
50173         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50174         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50175         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50176
50177 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50178
50179         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50180
50181 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50182
50183         POWER7 optimizations.
50184         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50185         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50186
50187 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50188
50189         * version.h: Update for 2.13 development version.
50190
50191 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50192
50193         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50194         exceptions.  Return 0.
50195
50196 2010-05-07  Roland McGrath  <roland@redhat.com>
50197
50198         * elf/ldconfig.c (main): Add a const.
50199
50200 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50201
50202         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50203         (args_options): Add no-idn option.
50204         (ahosts_keys_int): Add idn_flags to ai_flags.
50205         (parse_option): Handle 'i' option to clear idn_flags.
50206
50207         * malloc/malloc.c (_int_free): Possible race in the most recently
50208         added check.  Only act on the data if no current modification
50209         happened.
50210
50211 See ChangeLog.17 for earlier changes.